From ac637465b03b120bc5786093dada7578a4bdae3a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Content extends Google_Service +{ + /** Manage your product listings and accounts for Google Shopping. */ + const CONTENT = "https://www.googleapis.com/auth/content"; + + public $accounts; + public $accountstatuses; + public $datafeeds; + public $datafeedstatuses; + public $inventory; + public $products; + public $productstatuses; + + + /** + * Constructs the internal representation of the Content service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'content/v2/'; + $this->version = 'v2'; + $this->serviceName = 'content'; + + $this->accounts = new Google_Service_Content_Accounts_Resource( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'accounts/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => '{merchantId}/accounts/{accountId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{merchantId}/accounts/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/accounts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/accounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => '{merchantId}/accounts/{accountId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{merchantId}/accounts/{accountId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accountstatuses = new Google_Service_Content_Accountstatuses_Resource( + $this, + $this->serviceName, + 'accountstatuses', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'accountstatuses/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/accountstatuses/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/accountstatuses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->datafeeds = new Google_Service_Content_Datafeeds_Resource( + $this, + $this->serviceName, + 'datafeeds', + array( + 'methods' => array( + 'batch' => array( + 'path' => 'datafeedsNativeBatch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'custombatch' => array( + 'path' => 'datafeeds/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => '{merchantId}/datafeeds/{datafeedId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{merchantId}/datafeeds/{datafeedId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/datafeeds', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/datafeeds', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{merchantId}/datafeeds/{datafeedId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{merchantId}/datafeeds/{datafeedId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->datafeedstatuses = new Google_Service_Content_Datafeedstatuses_Resource( + $this, + $this->serviceName, + 'datafeedstatuses', + array( + 'methods' => array( + 'batch' => array( + 'path' => 'datafeedstatusesNativeBatch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'custombatch' => array( + 'path' => 'datafeedstatuses/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/datafeedstatuses/{datafeedId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datafeedId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/datafeedstatuses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->inventory = new Google_Service_Content_Inventory_Resource( + $this, + $this->serviceName, + 'inventory', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'inventory/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'set' => array( + 'path' => '{merchantId}/inventory/{storeCode}/products/{productId}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'storeCode' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->products = new Google_Service_Content_Products_Resource( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'products/batch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'delete' => array( + 'path' => '{merchantId}/products/{productId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'get' => array( + 'path' => '{merchantId}/products/{productId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{merchantId}/products', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dryRun' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'list' => array( + 'path' => '{merchantId}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->productstatuses = new Google_Service_Content_Productstatuses_Resource( + $this, + $this->serviceName, + 'productstatuses', + array( + 'methods' => array( + 'custombatch' => array( + 'path' => 'productstatuses/batch', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'get' => array( + 'path' => '{merchantId}/productstatuses/{productId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{merchantId}/productstatuses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "accounts" collection of methods. + * Typical usage is: + *
+ * $contentService = new Google_Service_Content(...);
+ * $accounts = $contentService->accounts;
+ *
+ */
+class Google_Service_Content_Accounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieve, insert, update, and delete multiple Merchant Center (sub-)accounts
+ * in a single request. (accounts.custombatch)
+ *
+ * @param Google_AccountsCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_AccountsCustomBatchResponse
+ */
+ public function custombatch(Google_Service_Content_AccountsCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_Content_AccountsCustomBatchResponse");
+ }
+ /**
+ * Delete a Merchant Center sub-account. (accounts.delete)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($merchantId, $accountId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieve a Merchant Center account. (accounts.get)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Account
+ */
+ public function get($merchantId, $accountId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Content_Account");
+ }
+ /**
+ * Create a Merchant Center sub-account. (accounts.insert)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Account
+ */
+ public function insert($merchantId, Google_Service_Content_Account $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Content_Account");
+ }
+ /**
+ * List the sub-accounts in your Merchant Center account.
+ * (accounts.listAccounts)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of accounts to return in the response, used for paging.
+ * @return Google_Service_Content_AccountsListResponse
+ */
+ public function listAccounts($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Content_AccountsListResponse");
+ }
+ /**
+ * Update a Merchant Center account. This method supports patch semantics.
+ * (accounts.patch)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Account
+ */
+ public function patch($merchantId, $accountId, Google_Service_Content_Account $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Content_Account");
+ }
+ /**
+ * Update a Merchant Center account. (accounts.update)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Account
+ */
+ public function update($merchantId, $accountId, Google_Service_Content_Account $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Content_Account");
+ }
+}
+
+/**
+ * The "accountstatuses" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_Content(...);
+ * $accountstatuses = $contentService->accountstatuses;
+ *
+ */
+class Google_Service_Content_Accountstatuses_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (accountstatuses.custombatch)
+ *
+ * @param Google_AccountstatusesCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_AccountstatusesCustomBatchResponse
+ */
+ public function custombatch(Google_Service_Content_AccountstatusesCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_Content_AccountstatusesCustomBatchResponse");
+ }
+ /**
+ * Retrieve the status of a Merchant Center account. (accountstatuses.get)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_AccountStatus
+ */
+ public function get($merchantId, $accountId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Content_AccountStatus");
+ }
+ /**
+ * List the statuses of the sub-accounts in your Merchant Center account.
+ * (accountstatuses.listAccountstatuses)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of account statuses to return in the response, used for paging.
+ * @return Google_Service_Content_AccountstatusesListResponse
+ */
+ public function listAccountstatuses($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Content_AccountstatusesListResponse");
+ }
+}
+
+/**
+ * The "datafeeds" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_Content(...);
+ * $datafeeds = $contentService->datafeeds;
+ *
+ */
+class Google_Service_Content_Datafeeds_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (datafeeds.batch)
+ *
+ * @param Google_DatafeedsBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_DatafeedsBatchResponse
+ */
+ public function batch(Google_Service_Content_DatafeedsBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batch', array($params), "Google_Service_Content_DatafeedsBatchResponse");
+ }
+ /**
+ * (datafeeds.custombatch)
+ *
+ * @param Google_DatafeedsCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_DatafeedsCustomBatchResponse
+ */
+ public function custombatch(Google_Service_Content_DatafeedsCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_Content_DatafeedsCustomBatchResponse");
+ }
+ /**
+ * Delete a datafeed from your Merchant Center account. (datafeeds.delete)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($merchantId, $datafeedId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieve a datafeed from your Merchant Center account. (datafeeds.get)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Datafeed
+ */
+ public function get($merchantId, $datafeedId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Content_Datafeed");
+ }
+ /**
+ * Register a datafeed against your Merchant Center account. (datafeeds.insert)
+ *
+ * @param string $merchantId
+ *
+ * @param Google_Datafeed $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Datafeed
+ */
+ public function insert($merchantId, Google_Service_Content_Datafeed $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Content_Datafeed");
+ }
+ /**
+ * List the datafeeds in your Merchant Center account. (datafeeds.listDatafeeds)
+ *
+ * @param string $merchantId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_DatafeedsListResponse
+ */
+ public function listDatafeeds($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Content_DatafeedsListResponse");
+ }
+ /**
+ * Update a datafeed of your Merchant Center account. This method supports patch
+ * semantics. (datafeeds.patch)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param Google_Datafeed $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Datafeed
+ */
+ public function patch($merchantId, $datafeedId, Google_Service_Content_Datafeed $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Content_Datafeed");
+ }
+ /**
+ * Update a datafeed of your Merchant Center account. (datafeeds.update)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param Google_Datafeed $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Datafeed
+ */
+ public function update($merchantId, $datafeedId, Google_Service_Content_Datafeed $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Content_Datafeed");
+ }
+}
+
+/**
+ * The "datafeedstatuses" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_Content(...);
+ * $datafeedstatuses = $contentService->datafeedstatuses;
+ *
+ */
+class Google_Service_Content_Datafeedstatuses_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (datafeedstatuses.batch)
+ *
+ * @param Google_DatafeedstatusesBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_DatafeedstatusesBatchResponse
+ */
+ public function batch(Google_Service_Content_DatafeedstatusesBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batch', array($params), "Google_Service_Content_DatafeedstatusesBatchResponse");
+ }
+ /**
+ * (datafeedstatuses.custombatch)
+ *
+ * @param Google_DatafeedstatusesCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_DatafeedstatusesCustomBatchResponse
+ */
+ public function custombatch(Google_Service_Content_DatafeedstatusesCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_Content_DatafeedstatusesCustomBatchResponse");
+ }
+ /**
+ * Retrieve the status of a datafeed from your Merchant Center account.
+ * (datafeedstatuses.get)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_DatafeedStatus
+ */
+ public function get($merchantId, $datafeedId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Content_DatafeedStatus");
+ }
+ /**
+ * List the statuses of the datafeeds in your Merchant Center account.
+ * (datafeedstatuses.listDatafeedstatuses)
+ *
+ * @param string $merchantId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_DatafeedstatusesListResponse
+ */
+ public function listDatafeedstatuses($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Content_DatafeedstatusesListResponse");
+ }
+}
+
+/**
+ * The "inventory" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_Content(...);
+ * $inventory = $contentService->inventory;
+ *
+ */
+class Google_Service_Content_Inventory_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Update price and availability for multiple products or stores in a single
+ * request. (inventory.custombatch)
+ *
+ * @param Google_InventoryCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_InventoryCustomBatchResponse
+ */
+ public function custombatch(Google_Service_Content_InventoryCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_Content_InventoryCustomBatchResponse");
+ }
+ /**
+ * Update price and availability of a product in your Merchant Center account.
+ * (inventory.set)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $storeCode
+ * The code of the store for which to update price and availability.
+ * @param string $productId
+ * The ID of the product for which to update price and availability.
+ * @param Google_InventorySetRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_InventorySetResponse
+ */
+ public function set($merchantId, $storeCode, $productId, Google_Service_Content_InventorySetRequest $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'storeCode' => $storeCode, 'productId' => $productId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('set', array($params), "Google_Service_Content_InventorySetResponse");
+ }
+}
+
+/**
+ * The "products" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_Content(...);
+ * $products = $contentService->products;
+ *
+ */
+class Google_Service_Content_Products_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieve, insert, and delete multiple products in a single request.
+ * (products.custombatch)
+ *
+ * @param Google_ProductsCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool dryRun
+ * Flag to run the request in dry-run mode.
+ * @return Google_Service_Content_ProductsCustomBatchResponse
+ */
+ public function custombatch(Google_Service_Content_ProductsCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_Content_ProductsCustomBatchResponse");
+ }
+ /**
+ * Delete a product from your Merchant Center account. (products.delete)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $productId
+ * The ID of the product.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool dryRun
+ * Flag to run the request in dry-run mode.
+ */
+ public function delete($merchantId, $productId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieve a product from your Merchant Center account. (products.get)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $productId
+ * The ID of the product.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_Product
+ */
+ public function get($merchantId, $productId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Content_Product");
+ }
+ /**
+ * Upload products to your Merchant Center account. (products.insert)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param Google_Product $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool dryRun
+ * Flag to run the request in dry-run mode.
+ * @return Google_Service_Content_Product
+ */
+ public function insert($merchantId, Google_Service_Content_Product $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Content_Product");
+ }
+ /**
+ * List the products in your Merchant Center account. (products.listProducts)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of products to return in the response, used for paging.
+ * @return Google_Service_Content_ProductsListResponse
+ */
+ public function listProducts($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Content_ProductsListResponse");
+ }
+}
+
+/**
+ * The "productstatuses" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_Content(...);
+ * $productstatuses = $contentService->productstatuses;
+ *
+ */
+class Google_Service_Content_Productstatuses_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Get the statuses of multiple products in a single request.
+ * (productstatuses.custombatch)
+ *
+ * @param Google_ProductstatusesCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_ProductstatusesCustomBatchResponse
+ */
+ public function custombatch(Google_Service_Content_ProductstatusesCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_Content_ProductstatusesCustomBatchResponse");
+ }
+ /**
+ * Get the status of a product from your Merchant Center account.
+ * (productstatuses.get)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $productId
+ * The ID of the product.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Content_ProductStatus
+ */
+ public function get($merchantId, $productId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Content_ProductStatus");
+ }
+ /**
+ * List the statuses of the products in your Merchant Center account.
+ * (productstatuses.listProductstatuses)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of product statuses to return in the response, used for paging.
+ * @return Google_Service_Content_ProductstatusesListResponse
+ */
+ public function listProductstatuses($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Content_ProductstatusesListResponse");
+ }
+}
+
+
+
+
+class Google_Service_Content_Account extends Google_Collection
+{
+ public $adultContent;
+ protected $adwordsLinksType = 'Google_Service_Content_AccountAdwordsLink';
+ protected $adwordsLinksDataType = 'array';
+ public $id;
+ public $kind;
+ public $name;
+ public $reviewsUrl;
+ public $sellerId;
+ protected $usersType = 'Google_Service_Content_AccountUser';
+ protected $usersDataType = 'array';
+ public $websiteUrl;
+
+ public function setAdultContent($adultContent)
+ {
+ $this->adultContent = $adultContent;
+ }
+
+ public function getAdultContent()
+ {
+ return $this->adultContent;
+ }
+
+ public function setAdwordsLinks($adwordsLinks)
+ {
+ $this->adwordsLinks = $adwordsLinks;
+ }
+
+ public function getAdwordsLinks()
+ {
+ return $this->adwordsLinks;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setReviewsUrl($reviewsUrl)
+ {
+ $this->reviewsUrl = $reviewsUrl;
+ }
+
+ public function getReviewsUrl()
+ {
+ return $this->reviewsUrl;
+ }
+
+ public function setSellerId($sellerId)
+ {
+ $this->sellerId = $sellerId;
+ }
+
+ public function getSellerId()
+ {
+ return $this->sellerId;
+ }
+
+ public function setUsers($users)
+ {
+ $this->users = $users;
+ }
+
+ public function getUsers()
+ {
+ return $this->users;
+ }
+
+ public function setWebsiteUrl($websiteUrl)
+ {
+ $this->websiteUrl = $websiteUrl;
+ }
+
+ public function getWebsiteUrl()
+ {
+ return $this->websiteUrl;
+ }
+}
+
+class Google_Service_Content_AccountAdwordsLink extends Google_Model
+{
+ public $adwordsId;
+ public $status;
+
+ public function setAdwordsId($adwordsId)
+ {
+ $this->adwordsId = $adwordsId;
+ }
+
+ public function getAdwordsId()
+ {
+ return $this->adwordsId;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+}
+
+class Google_Service_Content_AccountStatus extends Google_Collection
+{
+ public $accountId;
+ protected $dataQualityIssuesType = 'Google_Service_Content_AccountStatusDataQualityIssue';
+ protected $dataQualityIssuesDataType = 'array';
+ public $kind;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setDataQualityIssues($dataQualityIssues)
+ {
+ $this->dataQualityIssues = $dataQualityIssues;
+ }
+
+ public function getDataQualityIssues()
+ {
+ return $this->dataQualityIssues;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_AccountStatusDataQualityIssue extends Google_Collection
+{
+ public $country;
+ public $displayedValue;
+ protected $exampleItemsType = 'Google_Service_Content_AccountStatusExampleItem';
+ protected $exampleItemsDataType = 'array';
+ public $id;
+ public $lastChecked;
+ public $numItems;
+ public $severity;
+ public $submittedValue;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setDisplayedValue($displayedValue)
+ {
+ $this->displayedValue = $displayedValue;
+ }
+
+ public function getDisplayedValue()
+ {
+ return $this->displayedValue;
+ }
+
+ public function setExampleItems($exampleItems)
+ {
+ $this->exampleItems = $exampleItems;
+ }
+
+ public function getExampleItems()
+ {
+ return $this->exampleItems;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastChecked($lastChecked)
+ {
+ $this->lastChecked = $lastChecked;
+ }
+
+ public function getLastChecked()
+ {
+ return $this->lastChecked;
+ }
+
+ public function setNumItems($numItems)
+ {
+ $this->numItems = $numItems;
+ }
+
+ public function getNumItems()
+ {
+ return $this->numItems;
+ }
+
+ public function setSeverity($severity)
+ {
+ $this->severity = $severity;
+ }
+
+ public function getSeverity()
+ {
+ return $this->severity;
+ }
+
+ public function setSubmittedValue($submittedValue)
+ {
+ $this->submittedValue = $submittedValue;
+ }
+
+ public function getSubmittedValue()
+ {
+ return $this->submittedValue;
+ }
+}
+
+class Google_Service_Content_AccountStatusExampleItem extends Google_Model
+{
+ public $itemId;
+ public $link;
+ public $submittedValue;
+ public $title;
+ public $valueOnLandingPage;
+
+ public function setItemId($itemId)
+ {
+ $this->itemId = $itemId;
+ }
+
+ public function getItemId()
+ {
+ return $this->itemId;
+ }
+
+ public function setLink($link)
+ {
+ $this->link = $link;
+ }
+
+ public function getLink()
+ {
+ return $this->link;
+ }
+
+ public function setSubmittedValue($submittedValue)
+ {
+ $this->submittedValue = $submittedValue;
+ }
+
+ public function getSubmittedValue()
+ {
+ return $this->submittedValue;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function setValueOnLandingPage($valueOnLandingPage)
+ {
+ $this->valueOnLandingPage = $valueOnLandingPage;
+ }
+
+ public function getValueOnLandingPage()
+ {
+ return $this->valueOnLandingPage;
+ }
+}
+
+class Google_Service_Content_AccountUser extends Google_Model
+{
+ public $admin;
+ public $emailAddress;
+
+ public function setAdmin($admin)
+ {
+ $this->admin = $admin;
+ }
+
+ public function getAdmin()
+ {
+ return $this->admin;
+ }
+
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+}
+
+class Google_Service_Content_AccountsCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_AccountsCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_Content_AccountsCustomBatchRequestEntry extends Google_Model
+{
+ protected $accountType = 'Google_Service_Content_Account';
+ protected $accountDataType = '';
+ public $accountId;
+ public $batchId;
+ public $merchantId;
+ public $method;
+
+ public function setAccount(Google_Service_Content_Account $account)
+ {
+ $this->account = $account;
+ }
+
+ public function getAccount()
+ {
+ return $this->account;
+ }
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_Content_AccountsCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_AccountsCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_AccountsCustomBatchResponseEntry extends Google_Model
+{
+ protected $accountType = 'Google_Service_Content_Account';
+ protected $accountDataType = '';
+ public $batchId;
+ protected $errorsType = 'Google_Service_Content_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+
+ public function setAccount(Google_Service_Content_Account $account)
+ {
+ $this->account = $account;
+ }
+
+ public function getAccount()
+ {
+ return $this->account;
+ }
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_Content_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_AccountsListResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_Content_Account';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_Content_AccountstatusesCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_AccountstatusesCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_Content_AccountstatusesCustomBatchRequestEntry extends Google_Model
+{
+ public $accountId;
+ public $batchId;
+ public $merchantId;
+ public $method;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_Content_AccountstatusesCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_AccountstatusesCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_AccountstatusesCustomBatchResponseEntry extends Google_Model
+{
+ protected $accountStatusType = 'Google_Service_Content_AccountStatus';
+ protected $accountStatusDataType = '';
+ public $batchId;
+ protected $errorsType = 'Google_Service_Content_Errors';
+ protected $errorsDataType = '';
+
+ public function setAccountStatus(Google_Service_Content_AccountStatus $accountStatus)
+ {
+ $this->accountStatus = $accountStatus;
+ }
+
+ public function getAccountStatus()
+ {
+ return $this->accountStatus;
+ }
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_Content_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Content_AccountstatusesListResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_Content_AccountStatus';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_Content_Datafeed extends Google_Collection
+{
+ public $attributeLanguage;
+ public $contentLanguage;
+ public $contentType;
+ protected $fetchScheduleType = 'Google_Service_Content_DatafeedFetchSchedule';
+ protected $fetchScheduleDataType = '';
+ public $fileName;
+ protected $formatType = 'Google_Service_Content_DatafeedFormat';
+ protected $formatDataType = '';
+ public $id;
+ public $intendedDestinations;
+ public $kind;
+ public $name;
+ public $targetCountry;
+
+ public function setAttributeLanguage($attributeLanguage)
+ {
+ $this->attributeLanguage = $attributeLanguage;
+ }
+
+ public function getAttributeLanguage()
+ {
+ return $this->attributeLanguage;
+ }
+
+ public function setContentLanguage($contentLanguage)
+ {
+ $this->contentLanguage = $contentLanguage;
+ }
+
+ public function getContentLanguage()
+ {
+ return $this->contentLanguage;
+ }
+
+ public function setContentType($contentType)
+ {
+ $this->contentType = $contentType;
+ }
+
+ public function getContentType()
+ {
+ return $this->contentType;
+ }
+
+ public function setFetchSchedule(Google_Service_Content_DatafeedFetchSchedule $fetchSchedule)
+ {
+ $this->fetchSchedule = $fetchSchedule;
+ }
+
+ public function getFetchSchedule()
+ {
+ return $this->fetchSchedule;
+ }
+
+ public function setFileName($fileName)
+ {
+ $this->fileName = $fileName;
+ }
+
+ public function getFileName()
+ {
+ return $this->fileName;
+ }
+
+ public function setFormat(Google_Service_Content_DatafeedFormat $format)
+ {
+ $this->format = $format;
+ }
+
+ public function getFormat()
+ {
+ return $this->format;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setIntendedDestinations($intendedDestinations)
+ {
+ $this->intendedDestinations = $intendedDestinations;
+ }
+
+ public function getIntendedDestinations()
+ {
+ return $this->intendedDestinations;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setTargetCountry($targetCountry)
+ {
+ $this->targetCountry = $targetCountry;
+ }
+
+ public function getTargetCountry()
+ {
+ return $this->targetCountry;
+ }
+}
+
+class Google_Service_Content_DatafeedFetchSchedule extends Google_Model
+{
+ public $dayOfMonth;
+ public $fetchUrl;
+ public $hour;
+ public $password;
+ public $timeZone;
+ public $username;
+ public $weekday;
+
+ public function setDayOfMonth($dayOfMonth)
+ {
+ $this->dayOfMonth = $dayOfMonth;
+ }
+
+ public function getDayOfMonth()
+ {
+ return $this->dayOfMonth;
+ }
+
+ public function setFetchUrl($fetchUrl)
+ {
+ $this->fetchUrl = $fetchUrl;
+ }
+
+ public function getFetchUrl()
+ {
+ return $this->fetchUrl;
+ }
+
+ public function setHour($hour)
+ {
+ $this->hour = $hour;
+ }
+
+ public function getHour()
+ {
+ return $this->hour;
+ }
+
+ public function setPassword($password)
+ {
+ $this->password = $password;
+ }
+
+ public function getPassword()
+ {
+ return $this->password;
+ }
+
+ public function setTimeZone($timeZone)
+ {
+ $this->timeZone = $timeZone;
+ }
+
+ public function getTimeZone()
+ {
+ return $this->timeZone;
+ }
+
+ public function setUsername($username)
+ {
+ $this->username = $username;
+ }
+
+ public function getUsername()
+ {
+ return $this->username;
+ }
+
+ public function setWeekday($weekday)
+ {
+ $this->weekday = $weekday;
+ }
+
+ public function getWeekday()
+ {
+ return $this->weekday;
+ }
+}
+
+class Google_Service_Content_DatafeedFormat extends Google_Model
+{
+ public $columnDelimiter;
+ public $fileEncoding;
+ public $quotingMode;
+
+ public function setColumnDelimiter($columnDelimiter)
+ {
+ $this->columnDelimiter = $columnDelimiter;
+ }
+
+ public function getColumnDelimiter()
+ {
+ return $this->columnDelimiter;
+ }
+
+ public function setFileEncoding($fileEncoding)
+ {
+ $this->fileEncoding = $fileEncoding;
+ }
+
+ public function getFileEncoding()
+ {
+ return $this->fileEncoding;
+ }
+
+ public function setQuotingMode($quotingMode)
+ {
+ $this->quotingMode = $quotingMode;
+ }
+
+ public function getQuotingMode()
+ {
+ return $this->quotingMode;
+ }
+}
+
+class Google_Service_Content_DatafeedStatus extends Google_Collection
+{
+ public $datafeedId;
+ protected $errorsType = 'Google_Service_Content_DatafeedStatusError';
+ protected $errorsDataType = 'array';
+ public $itemsTotal;
+ public $itemsValid;
+ public $kind;
+ public $processingStatus;
+ protected $warningsType = 'Google_Service_Content_DatafeedStatusError';
+ protected $warningsDataType = 'array';
+
+ public function setDatafeedId($datafeedId)
+ {
+ $this->datafeedId = $datafeedId;
+ }
+
+ public function getDatafeedId()
+ {
+ return $this->datafeedId;
+ }
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setItemsTotal($itemsTotal)
+ {
+ $this->itemsTotal = $itemsTotal;
+ }
+
+ public function getItemsTotal()
+ {
+ return $this->itemsTotal;
+ }
+
+ public function setItemsValid($itemsValid)
+ {
+ $this->itemsValid = $itemsValid;
+ }
+
+ public function getItemsValid()
+ {
+ return $this->itemsValid;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+}
+
+class Google_Service_Content_DatafeedStatusError extends Google_Collection
+{
+ public $code;
+ public $count;
+ protected $examplesType = 'Google_Service_Content_DatafeedStatusExample';
+ protected $examplesDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setExamples($examples)
+ {
+ $this->examples = $examples;
+ }
+
+ public function getExamples()
+ {
+ return $this->examples;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Content_DatafeedStatusExample extends Google_Model
+{
+ public $itemId;
+ public $lineNumber;
+ public $value;
+
+ public function setItemId($itemId)
+ {
+ $this->itemId = $itemId;
+ }
+
+ public function getItemId()
+ {
+ return $this->itemId;
+ }
+
+ public function setLineNumber($lineNumber)
+ {
+ $this->lineNumber = $lineNumber;
+ }
+
+ public function getLineNumber()
+ {
+ return $this->lineNumber;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Content_DatafeedsBatchRequest extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_Content_DatafeedsBatchRequestEntry';
+ protected $entrysDataType = 'array';
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+}
+
+class Google_Service_Content_DatafeedsBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedsinsertrequestType = 'Google_Service_Content_DatafeedsInsertRequest';
+ protected $datafeedsinsertrequestDataType = '';
+ protected $datafeedsupdaterequestType = 'Google_Service_Content_DatafeedsUpdateRequest';
+ protected $datafeedsupdaterequestDataType = '';
+ public $methodName;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedsinsertrequest(Google_Service_Content_DatafeedsInsertRequest $datafeedsinsertrequest)
+ {
+ $this->datafeedsinsertrequest = $datafeedsinsertrequest;
+ }
+
+ public function getDatafeedsinsertrequest()
+ {
+ return $this->datafeedsinsertrequest;
+ }
+
+ public function setDatafeedsupdaterequest(Google_Service_Content_DatafeedsUpdateRequest $datafeedsupdaterequest)
+ {
+ $this->datafeedsupdaterequest = $datafeedsupdaterequest;
+ }
+
+ public function getDatafeedsupdaterequest()
+ {
+ return $this->datafeedsupdaterequest;
+ }
+
+ public function setMethodName($methodName)
+ {
+ $this->methodName = $methodName;
+ }
+
+ public function getMethodName()
+ {
+ return $this->methodName;
+ }
+}
+
+class Google_Service_Content_DatafeedsBatchResponse extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_Content_DatafeedsBatchResponseEntry';
+ protected $entrysDataType = 'array';
+ public $kind;
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_DatafeedsBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedsgetresponseType = 'Google_Service_Content_DatafeedsGetResponse';
+ protected $datafeedsgetresponseDataType = '';
+ protected $datafeedsinsertresponseType = 'Google_Service_Content_DatafeedsInsertResponse';
+ protected $datafeedsinsertresponseDataType = '';
+ protected $datafeedsupdateresponseType = 'Google_Service_Content_DatafeedsUpdateResponse';
+ protected $datafeedsupdateresponseDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedsgetresponse(Google_Service_Content_DatafeedsGetResponse $datafeedsgetresponse)
+ {
+ $this->datafeedsgetresponse = $datafeedsgetresponse;
+ }
+
+ public function getDatafeedsgetresponse()
+ {
+ return $this->datafeedsgetresponse;
+ }
+
+ public function setDatafeedsinsertresponse(Google_Service_Content_DatafeedsInsertResponse $datafeedsinsertresponse)
+ {
+ $this->datafeedsinsertresponse = $datafeedsinsertresponse;
+ }
+
+ public function getDatafeedsinsertresponse()
+ {
+ return $this->datafeedsinsertresponse;
+ }
+
+ public function setDatafeedsupdateresponse(Google_Service_Content_DatafeedsUpdateResponse $datafeedsupdateresponse)
+ {
+ $this->datafeedsupdateresponse = $datafeedsupdateresponse;
+ }
+
+ public function getDatafeedsupdateresponse()
+ {
+ return $this->datafeedsupdateresponse;
+ }
+}
+
+class Google_Service_Content_DatafeedsCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_DatafeedsCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_Content_DatafeedsCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedType = 'Google_Service_Content_Datafeed';
+ protected $datafeedDataType = '';
+ public $datafeedId;
+ public $merchantId;
+ public $method;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeed(Google_Service_Content_Datafeed $datafeed)
+ {
+ $this->datafeed = $datafeed;
+ }
+
+ public function getDatafeed()
+ {
+ return $this->datafeed;
+ }
+
+ public function setDatafeedId($datafeedId)
+ {
+ $this->datafeedId = $datafeedId;
+ }
+
+ public function getDatafeedId()
+ {
+ return $this->datafeedId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_Content_DatafeedsCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_DatafeedsCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_DatafeedsCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedType = 'Google_Service_Content_Datafeed';
+ protected $datafeedDataType = '';
+ protected $errorsType = 'Google_Service_Content_Errors';
+ protected $errorsDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeed(Google_Service_Content_Datafeed $datafeed)
+ {
+ $this->datafeed = $datafeed;
+ }
+
+ public function getDatafeed()
+ {
+ return $this->datafeed;
+ }
+
+ public function setErrors(Google_Service_Content_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Content_DatafeedsGetResponse extends Google_Model
+{
+ public $kind;
+ protected $resourceType = 'Google_Service_Content_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResource(Google_Service_Content_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_Content_DatafeedsInsertRequest extends Google_Model
+{
+ protected $resourceType = 'Google_Service_Content_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setResource(Google_Service_Content_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_Content_DatafeedsInsertResponse extends Google_Model
+{
+ public $kind;
+ protected $resourceType = 'Google_Service_Content_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResource(Google_Service_Content_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_Content_DatafeedsListResponse extends Google_Collection
+{
+ public $kind;
+ protected $resourcesType = 'Google_Service_Content_Datafeed';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_Content_DatafeedsUpdateRequest extends Google_Model
+{
+ protected $resourceType = 'Google_Service_Content_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setResource(Google_Service_Content_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_Content_DatafeedsUpdateResponse extends Google_Model
+{
+ public $kind;
+ protected $resourceType = 'Google_Service_Content_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResource(Google_Service_Content_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesBatchRequest extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_Content_DatafeedstatusesBatchRequestEntry';
+ protected $entrysDataType = 'array';
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ public $methodName;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMethodName($methodName)
+ {
+ $this->methodName = $methodName;
+ }
+
+ public function getMethodName()
+ {
+ return $this->methodName;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesBatchResponse extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_Content_DatafeedstatusesBatchResponseEntry';
+ protected $entrysDataType = 'array';
+ public $kind;
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedstatusesgetresponseType = 'Google_Service_Content_DatafeedstatusesGetResponse';
+ protected $datafeedstatusesgetresponseDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedstatusesgetresponse(Google_Service_Content_DatafeedstatusesGetResponse $datafeedstatusesgetresponse)
+ {
+ $this->datafeedstatusesgetresponse = $datafeedstatusesgetresponse;
+ }
+
+ public function getDatafeedstatusesgetresponse()
+ {
+ return $this->datafeedstatusesgetresponse;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_DatafeedstatusesCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ public $datafeedId;
+ public $merchantId;
+ public $method;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedId($datafeedId)
+ {
+ $this->datafeedId = $datafeedId;
+ }
+
+ public function getDatafeedId()
+ {
+ return $this->datafeedId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_DatafeedstatusesCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedStatusType = 'Google_Service_Content_DatafeedStatus';
+ protected $datafeedStatusDataType = '';
+ protected $errorsType = 'Google_Service_Content_Errors';
+ protected $errorsDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedStatus(Google_Service_Content_DatafeedStatus $datafeedStatus)
+ {
+ $this->datafeedStatus = $datafeedStatus;
+ }
+
+ public function getDatafeedStatus()
+ {
+ return $this->datafeedStatus;
+ }
+
+ public function setErrors(Google_Service_Content_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesGetResponse extends Google_Model
+{
+ public $kind;
+ protected $resourceType = 'Google_Service_Content_DatafeedStatus';
+ protected $resourceDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResource(Google_Service_Content_DatafeedStatus $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_Content_DatafeedstatusesListResponse extends Google_Collection
+{
+ public $kind;
+ protected $resourcesType = 'Google_Service_Content_DatafeedStatus';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_Content_Error extends Google_Model
+{
+ public $domain;
+ public $message;
+ public $reason;
+
+ public function setDomain($domain)
+ {
+ $this->domain = $domain;
+ }
+
+ public function getDomain()
+ {
+ return $this->domain;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+
+ public function setReason($reason)
+ {
+ $this->reason = $reason;
+ }
+
+ public function getReason()
+ {
+ return $this->reason;
+ }
+}
+
+class Google_Service_Content_Errors extends Google_Collection
+{
+ public $code;
+ protected $errorsType = 'Google_Service_Content_Error';
+ protected $errorsDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Content_Inventory extends Google_Model
+{
+ public $availability;
+ public $kind;
+ protected $priceType = 'Google_Service_Content_Price';
+ protected $priceDataType = '';
+ public $quantity;
+ protected $salePriceType = 'Google_Service_Content_Price';
+ protected $salePriceDataType = '';
+ public $salePriceEffectiveDate;
+
+ public function setAvailability($availability)
+ {
+ $this->availability = $availability;
+ }
+
+ public function getAvailability()
+ {
+ return $this->availability;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPrice(Google_Service_Content_Price $price)
+ {
+ $this->price = $price;
+ }
+
+ public function getPrice()
+ {
+ return $this->price;
+ }
+
+ public function setQuantity($quantity)
+ {
+ $this->quantity = $quantity;
+ }
+
+ public function getQuantity()
+ {
+ return $this->quantity;
+ }
+
+ public function setSalePrice(Google_Service_Content_Price $salePrice)
+ {
+ $this->salePrice = $salePrice;
+ }
+
+ public function getSalePrice()
+ {
+ return $this->salePrice;
+ }
+
+ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
+ {
+ $this->salePriceEffectiveDate = $salePriceEffectiveDate;
+ }
+
+ public function getSalePriceEffectiveDate()
+ {
+ return $this->salePriceEffectiveDate;
+ }
+}
+
+class Google_Service_Content_InventoryCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_InventoryCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_Content_InventoryCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ protected $inventoryType = 'Google_Service_Content_Inventory';
+ protected $inventoryDataType = '';
+ public $merchantId;
+ public $productId;
+ public $storeCode;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setInventory(Google_Service_Content_Inventory $inventory)
+ {
+ $this->inventory = $inventory;
+ }
+
+ public function getInventory()
+ {
+ return $this->inventory;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+
+ public function setStoreCode($storeCode)
+ {
+ $this->storeCode = $storeCode;
+ }
+
+ public function getStoreCode()
+ {
+ return $this->storeCode;
+ }
+}
+
+class Google_Service_Content_InventoryCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_InventoryCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_InventoryCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $errorsType = 'Google_Service_Content_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_Content_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_InventorySetRequest extends Google_Model
+{
+ public $availability;
+ protected $priceType = 'Google_Service_Content_Price';
+ protected $priceDataType = '';
+ public $quantity;
+ protected $salePriceType = 'Google_Service_Content_Price';
+ protected $salePriceDataType = '';
+ public $salePriceEffectiveDate;
+
+ public function setAvailability($availability)
+ {
+ $this->availability = $availability;
+ }
+
+ public function getAvailability()
+ {
+ return $this->availability;
+ }
+
+ public function setPrice(Google_Service_Content_Price $price)
+ {
+ $this->price = $price;
+ }
+
+ public function getPrice()
+ {
+ return $this->price;
+ }
+
+ public function setQuantity($quantity)
+ {
+ $this->quantity = $quantity;
+ }
+
+ public function getQuantity()
+ {
+ return $this->quantity;
+ }
+
+ public function setSalePrice(Google_Service_Content_Price $salePrice)
+ {
+ $this->salePrice = $salePrice;
+ }
+
+ public function getSalePrice()
+ {
+ return $this->salePrice;
+ }
+
+ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
+ {
+ $this->salePriceEffectiveDate = $salePriceEffectiveDate;
+ }
+
+ public function getSalePriceEffectiveDate()
+ {
+ return $this->salePriceEffectiveDate;
+ }
+}
+
+class Google_Service_Content_InventorySetResponse extends Google_Model
+{
+ public $kind;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_LoyaltyPoints extends Google_Model
+{
+ public $name;
+ public $pointsValue;
+ public $ratio;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPointsValue($pointsValue)
+ {
+ $this->pointsValue = $pointsValue;
+ }
+
+ public function getPointsValue()
+ {
+ return $this->pointsValue;
+ }
+
+ public function setRatio($ratio)
+ {
+ $this->ratio = $ratio;
+ }
+
+ public function getRatio()
+ {
+ return $this->ratio;
+ }
+}
+
+class Google_Service_Content_Price extends Google_Model
+{
+ public $currency;
+ public $value;
+
+ public function setCurrency($currency)
+ {
+ $this->currency = $currency;
+ }
+
+ public function getCurrency()
+ {
+ return $this->currency;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Content_Product extends Google_Collection
+{
+ public $additionalImageLinks;
+ public $adult;
+ public $adwordsGrouping;
+ public $adwordsLabels;
+ public $adwordsRedirect;
+ public $ageGroup;
+ public $availability;
+ public $brand;
+ public $channel;
+ public $color;
+ public $condition;
+ public $contentLanguage;
+ protected $customAttributesType = 'Google_Service_Content_ProductCustomAttribute';
+ protected $customAttributesDataType = 'array';
+ protected $customGroupsType = 'Google_Service_Content_ProductCustomGroup';
+ protected $customGroupsDataType = 'array';
+ public $customLabel0;
+ public $customLabel1;
+ public $customLabel2;
+ public $customLabel3;
+ public $customLabel4;
+ public $description;
+ protected $destinationsType = 'Google_Service_Content_ProductDestination';
+ protected $destinationsDataType = 'array';
+ public $energyEfficiencyClass;
+ public $expirationDate;
+ public $gender;
+ public $googleProductCategory;
+ public $gtin;
+ public $id;
+ public $identifierExists;
+ public $imageLink;
+ protected $installmentType = 'Google_Service_Content_ProductInstallment';
+ protected $installmentDataType = '';
+ public $itemGroupId;
+ public $kind;
+ public $link;
+ protected $loyaltyPointsType = 'Google_Service_Content_LoyaltyPoints';
+ protected $loyaltyPointsDataType = '';
+ public $material;
+ public $merchantMultipackQuantity;
+ public $mpn;
+ public $offerId;
+ public $onlineOnly;
+ public $pattern;
+ protected $priceType = 'Google_Service_Content_Price';
+ protected $priceDataType = '';
+ public $productType;
+ protected $salePriceType = 'Google_Service_Content_Price';
+ protected $salePriceDataType = '';
+ public $salePriceEffectiveDate;
+ protected $shippingType = 'Google_Service_Content_ProductShipping';
+ protected $shippingDataType = 'array';
+ protected $shippingWeightType = 'Google_Service_Content_ProductShippingWeight';
+ protected $shippingWeightDataType = '';
+ public $sizes;
+ public $targetCountry;
+ protected $taxType = 'Google_Service_Content_ProductTax';
+ protected $taxDataType = '';
+ public $title;
+ public $unitPricingBaseMeasure;
+ public $unitPricingMeasure;
+ public $validatedDestinations;
+ protected $warningsType = 'Google_Service_Content_Error';
+ protected $warningsDataType = 'array';
+
+ public function setAdditionalImageLinks($additionalImageLinks)
+ {
+ $this->additionalImageLinks = $additionalImageLinks;
+ }
+
+ public function getAdditionalImageLinks()
+ {
+ return $this->additionalImageLinks;
+ }
+
+ public function setAdult($adult)
+ {
+ $this->adult = $adult;
+ }
+
+ public function getAdult()
+ {
+ return $this->adult;
+ }
+
+ public function setAdwordsGrouping($adwordsGrouping)
+ {
+ $this->adwordsGrouping = $adwordsGrouping;
+ }
+
+ public function getAdwordsGrouping()
+ {
+ return $this->adwordsGrouping;
+ }
+
+ public function setAdwordsLabels($adwordsLabels)
+ {
+ $this->adwordsLabels = $adwordsLabels;
+ }
+
+ public function getAdwordsLabels()
+ {
+ return $this->adwordsLabels;
+ }
+
+ public function setAdwordsRedirect($adwordsRedirect)
+ {
+ $this->adwordsRedirect = $adwordsRedirect;
+ }
+
+ public function getAdwordsRedirect()
+ {
+ return $this->adwordsRedirect;
+ }
+
+ public function setAgeGroup($ageGroup)
+ {
+ $this->ageGroup = $ageGroup;
+ }
+
+ public function getAgeGroup()
+ {
+ return $this->ageGroup;
+ }
+
+ public function setAvailability($availability)
+ {
+ $this->availability = $availability;
+ }
+
+ public function getAvailability()
+ {
+ return $this->availability;
+ }
+
+ public function setBrand($brand)
+ {
+ $this->brand = $brand;
+ }
+
+ public function getBrand()
+ {
+ return $this->brand;
+ }
+
+ public function setChannel($channel)
+ {
+ $this->channel = $channel;
+ }
+
+ public function getChannel()
+ {
+ return $this->channel;
+ }
+
+ public function setColor($color)
+ {
+ $this->color = $color;
+ }
+
+ public function getColor()
+ {
+ return $this->color;
+ }
+
+ public function setCondition($condition)
+ {
+ $this->condition = $condition;
+ }
+
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+
+ public function setContentLanguage($contentLanguage)
+ {
+ $this->contentLanguage = $contentLanguage;
+ }
+
+ public function getContentLanguage()
+ {
+ return $this->contentLanguage;
+ }
+
+ public function setCustomAttributes($customAttributes)
+ {
+ $this->customAttributes = $customAttributes;
+ }
+
+ public function getCustomAttributes()
+ {
+ return $this->customAttributes;
+ }
+
+ public function setCustomGroups($customGroups)
+ {
+ $this->customGroups = $customGroups;
+ }
+
+ public function getCustomGroups()
+ {
+ return $this->customGroups;
+ }
+
+ public function setCustomLabel0($customLabel0)
+ {
+ $this->customLabel0 = $customLabel0;
+ }
+
+ public function getCustomLabel0()
+ {
+ return $this->customLabel0;
+ }
+
+ public function setCustomLabel1($customLabel1)
+ {
+ $this->customLabel1 = $customLabel1;
+ }
+
+ public function getCustomLabel1()
+ {
+ return $this->customLabel1;
+ }
+
+ public function setCustomLabel2($customLabel2)
+ {
+ $this->customLabel2 = $customLabel2;
+ }
+
+ public function getCustomLabel2()
+ {
+ return $this->customLabel2;
+ }
+
+ public function setCustomLabel3($customLabel3)
+ {
+ $this->customLabel3 = $customLabel3;
+ }
+
+ public function getCustomLabel3()
+ {
+ return $this->customLabel3;
+ }
+
+ public function setCustomLabel4($customLabel4)
+ {
+ $this->customLabel4 = $customLabel4;
+ }
+
+ public function getCustomLabel4()
+ {
+ return $this->customLabel4;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDestinations($destinations)
+ {
+ $this->destinations = $destinations;
+ }
+
+ public function getDestinations()
+ {
+ return $this->destinations;
+ }
+
+ public function setEnergyEfficiencyClass($energyEfficiencyClass)
+ {
+ $this->energyEfficiencyClass = $energyEfficiencyClass;
+ }
+
+ public function getEnergyEfficiencyClass()
+ {
+ return $this->energyEfficiencyClass;
+ }
+
+ public function setExpirationDate($expirationDate)
+ {
+ $this->expirationDate = $expirationDate;
+ }
+
+ public function getExpirationDate()
+ {
+ return $this->expirationDate;
+ }
+
+ public function setGender($gender)
+ {
+ $this->gender = $gender;
+ }
+
+ public function getGender()
+ {
+ return $this->gender;
+ }
+
+ public function setGoogleProductCategory($googleProductCategory)
+ {
+ $this->googleProductCategory = $googleProductCategory;
+ }
+
+ public function getGoogleProductCategory()
+ {
+ return $this->googleProductCategory;
+ }
+
+ public function setGtin($gtin)
+ {
+ $this->gtin = $gtin;
+ }
+
+ public function getGtin()
+ {
+ return $this->gtin;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setIdentifierExists($identifierExists)
+ {
+ $this->identifierExists = $identifierExists;
+ }
+
+ public function getIdentifierExists()
+ {
+ return $this->identifierExists;
+ }
+
+ public function setImageLink($imageLink)
+ {
+ $this->imageLink = $imageLink;
+ }
+
+ public function getImageLink()
+ {
+ return $this->imageLink;
+ }
+
+ public function setInstallment(Google_Service_Content_ProductInstallment $installment)
+ {
+ $this->installment = $installment;
+ }
+
+ public function getInstallment()
+ {
+ return $this->installment;
+ }
+
+ public function setItemGroupId($itemGroupId)
+ {
+ $this->itemGroupId = $itemGroupId;
+ }
+
+ public function getItemGroupId()
+ {
+ return $this->itemGroupId;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLink($link)
+ {
+ $this->link = $link;
+ }
+
+ public function getLink()
+ {
+ return $this->link;
+ }
+
+ public function setLoyaltyPoints(Google_Service_Content_LoyaltyPoints $loyaltyPoints)
+ {
+ $this->loyaltyPoints = $loyaltyPoints;
+ }
+
+ public function getLoyaltyPoints()
+ {
+ return $this->loyaltyPoints;
+ }
+
+ public function setMaterial($material)
+ {
+ $this->material = $material;
+ }
+
+ public function getMaterial()
+ {
+ return $this->material;
+ }
+
+ public function setMerchantMultipackQuantity($merchantMultipackQuantity)
+ {
+ $this->merchantMultipackQuantity = $merchantMultipackQuantity;
+ }
+
+ public function getMerchantMultipackQuantity()
+ {
+ return $this->merchantMultipackQuantity;
+ }
+
+ public function setMpn($mpn)
+ {
+ $this->mpn = $mpn;
+ }
+
+ public function getMpn()
+ {
+ return $this->mpn;
+ }
+
+ public function setOfferId($offerId)
+ {
+ $this->offerId = $offerId;
+ }
+
+ public function getOfferId()
+ {
+ return $this->offerId;
+ }
+
+ public function setOnlineOnly($onlineOnly)
+ {
+ $this->onlineOnly = $onlineOnly;
+ }
+
+ public function getOnlineOnly()
+ {
+ return $this->onlineOnly;
+ }
+
+ public function setPattern($pattern)
+ {
+ $this->pattern = $pattern;
+ }
+
+ public function getPattern()
+ {
+ return $this->pattern;
+ }
+
+ public function setPrice(Google_Service_Content_Price $price)
+ {
+ $this->price = $price;
+ }
+
+ public function getPrice()
+ {
+ return $this->price;
+ }
+
+ public function setProductType($productType)
+ {
+ $this->productType = $productType;
+ }
+
+ public function getProductType()
+ {
+ return $this->productType;
+ }
+
+ public function setSalePrice(Google_Service_Content_Price $salePrice)
+ {
+ $this->salePrice = $salePrice;
+ }
+
+ public function getSalePrice()
+ {
+ return $this->salePrice;
+ }
+
+ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
+ {
+ $this->salePriceEffectiveDate = $salePriceEffectiveDate;
+ }
+
+ public function getSalePriceEffectiveDate()
+ {
+ return $this->salePriceEffectiveDate;
+ }
+
+ public function setShipping($shipping)
+ {
+ $this->shipping = $shipping;
+ }
+
+ public function getShipping()
+ {
+ return $this->shipping;
+ }
+
+ public function setShippingWeight(Google_Service_Content_ProductShippingWeight $shippingWeight)
+ {
+ $this->shippingWeight = $shippingWeight;
+ }
+
+ public function getShippingWeight()
+ {
+ return $this->shippingWeight;
+ }
+
+ public function setSizes($sizes)
+ {
+ $this->sizes = $sizes;
+ }
+
+ public function getSizes()
+ {
+ return $this->sizes;
+ }
+
+ public function setTargetCountry($targetCountry)
+ {
+ $this->targetCountry = $targetCountry;
+ }
+
+ public function getTargetCountry()
+ {
+ return $this->targetCountry;
+ }
+
+ public function setTax(Google_Service_Content_ProductTax $tax)
+ {
+ $this->tax = $tax;
+ }
+
+ public function getTax()
+ {
+ return $this->tax;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function setUnitPricingBaseMeasure($unitPricingBaseMeasure)
+ {
+ $this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
+ }
+
+ public function getUnitPricingBaseMeasure()
+ {
+ return $this->unitPricingBaseMeasure;
+ }
+
+ public function setUnitPricingMeasure($unitPricingMeasure)
+ {
+ $this->unitPricingMeasure = $unitPricingMeasure;
+ }
+
+ public function getUnitPricingMeasure()
+ {
+ return $this->unitPricingMeasure;
+ }
+
+ public function setValidatedDestinations($validatedDestinations)
+ {
+ $this->validatedDestinations = $validatedDestinations;
+ }
+
+ public function getValidatedDestinations()
+ {
+ return $this->validatedDestinations;
+ }
+
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+}
+
+class Google_Service_Content_ProductCustomAttribute extends Google_Model
+{
+ public $name;
+ public $type;
+ public $unit;
+ public $value;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Content_ProductCustomGroup extends Google_Collection
+{
+ protected $attributesType = 'Google_Service_Content_ProductCustomAttribute';
+ protected $attributesDataType = 'array';
+ public $name;
+
+ public function setAttributes($attributes)
+ {
+ $this->attributes = $attributes;
+ }
+
+ public function getAttributes()
+ {
+ return $this->attributes;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Content_ProductDestination extends Google_Model
+{
+ public $destinationName;
+ public $intention;
+
+ public function setDestinationName($destinationName)
+ {
+ $this->destinationName = $destinationName;
+ }
+
+ public function getDestinationName()
+ {
+ return $this->destinationName;
+ }
+
+ public function setIntention($intention)
+ {
+ $this->intention = $intention;
+ }
+
+ public function getIntention()
+ {
+ return $this->intention;
+ }
+}
+
+class Google_Service_Content_ProductInstallment extends Google_Model
+{
+ protected $amountType = 'Google_Service_Content_Price';
+ protected $amountDataType = '';
+ public $months;
+
+ public function setAmount(Google_Service_Content_Price $amount)
+ {
+ $this->amount = $amount;
+ }
+
+ public function getAmount()
+ {
+ return $this->amount;
+ }
+
+ public function setMonths($months)
+ {
+ $this->months = $months;
+ }
+
+ public function getMonths()
+ {
+ return $this->months;
+ }
+}
+
+class Google_Service_Content_ProductShipping extends Google_Model
+{
+ public $country;
+ protected $priceType = 'Google_Service_Content_Price';
+ protected $priceDataType = '';
+ public $region;
+ public $service;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setPrice(Google_Service_Content_Price $price)
+ {
+ $this->price = $price;
+ }
+
+ public function getPrice()
+ {
+ return $this->price;
+ }
+
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+
+ public function getRegion()
+ {
+ return $this->region;
+ }
+
+ public function setService($service)
+ {
+ $this->service = $service;
+ }
+
+ public function getService()
+ {
+ return $this->service;
+ }
+}
+
+class Google_Service_Content_ProductShippingWeight extends Google_Model
+{
+ public $unit;
+ public $value;
+
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Content_ProductStatus extends Google_Collection
+{
+ protected $dataQualityIssuesType = 'Google_Service_Content_ProductStatusDataQualityIssue';
+ protected $dataQualityIssuesDataType = 'array';
+ protected $destinationStatusesType = 'Google_Service_Content_ProductStatusDestinationStatus';
+ protected $destinationStatusesDataType = 'array';
+ public $kind;
+ public $link;
+ public $productId;
+ public $title;
+
+ public function setDataQualityIssues($dataQualityIssues)
+ {
+ $this->dataQualityIssues = $dataQualityIssues;
+ }
+
+ public function getDataQualityIssues()
+ {
+ return $this->dataQualityIssues;
+ }
+
+ public function setDestinationStatuses($destinationStatuses)
+ {
+ $this->destinationStatuses = $destinationStatuses;
+ }
+
+ public function getDestinationStatuses()
+ {
+ return $this->destinationStatuses;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLink($link)
+ {
+ $this->link = $link;
+ }
+
+ public function getLink()
+ {
+ return $this->link;
+ }
+
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
+
+class Google_Service_Content_ProductStatusDataQualityIssue extends Google_Model
+{
+ public $detail;
+ public $fetchStatus;
+ public $id;
+ public $location;
+ public $timestamp;
+ public $valueOnLandingPage;
+ public $valueProvided;
+
+ public function setDetail($detail)
+ {
+ $this->detail = $detail;
+ }
+
+ public function getDetail()
+ {
+ return $this->detail;
+ }
+
+ public function setFetchStatus($fetchStatus)
+ {
+ $this->fetchStatus = $fetchStatus;
+ }
+
+ public function getFetchStatus()
+ {
+ return $this->fetchStatus;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+
+ public function getLocation()
+ {
+ return $this->location;
+ }
+
+ public function setTimestamp($timestamp)
+ {
+ $this->timestamp = $timestamp;
+ }
+
+ public function getTimestamp()
+ {
+ return $this->timestamp;
+ }
+
+ public function setValueOnLandingPage($valueOnLandingPage)
+ {
+ $this->valueOnLandingPage = $valueOnLandingPage;
+ }
+
+ public function getValueOnLandingPage()
+ {
+ return $this->valueOnLandingPage;
+ }
+
+ public function setValueProvided($valueProvided)
+ {
+ $this->valueProvided = $valueProvided;
+ }
+
+ public function getValueProvided()
+ {
+ return $this->valueProvided;
+ }
+}
+
+class Google_Service_Content_ProductStatusDestinationStatus extends Google_Model
+{
+ public $approvalStatus;
+ public $destination;
+ public $intention;
+
+ public function setApprovalStatus($approvalStatus)
+ {
+ $this->approvalStatus = $approvalStatus;
+ }
+
+ public function getApprovalStatus()
+ {
+ return $this->approvalStatus;
+ }
+
+ public function setDestination($destination)
+ {
+ $this->destination = $destination;
+ }
+
+ public function getDestination()
+ {
+ return $this->destination;
+ }
+
+ public function setIntention($intention)
+ {
+ $this->intention = $intention;
+ }
+
+ public function getIntention()
+ {
+ return $this->intention;
+ }
+}
+
+class Google_Service_Content_ProductTax extends Google_Model
+{
+ public $country;
+ public $rate;
+ public $region;
+ public $taxShip;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setRate($rate)
+ {
+ $this->rate = $rate;
+ }
+
+ public function getRate()
+ {
+ return $this->rate;
+ }
+
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+
+ public function getRegion()
+ {
+ return $this->region;
+ }
+
+ public function setTaxShip($taxShip)
+ {
+ $this->taxShip = $taxShip;
+ }
+
+ public function getTaxShip()
+ {
+ return $this->taxShip;
+ }
+}
+
+class Google_Service_Content_ProductsCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_ProductsCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_Content_ProductsCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ public $merchantId;
+ public $method;
+ protected $productType = 'Google_Service_Content_Product';
+ protected $productDataType = '';
+ public $productId;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+
+ public function setProduct(Google_Service_Content_Product $product)
+ {
+ $this->product = $product;
+ }
+
+ public function getProduct()
+ {
+ return $this->product;
+ }
+
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+}
+
+class Google_Service_Content_ProductsCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_ProductsCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_ProductsCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $errorsType = 'Google_Service_Content_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+ protected $productType = 'Google_Service_Content_Product';
+ protected $productDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_Content_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setProduct(Google_Service_Content_Product $product)
+ {
+ $this->product = $product;
+ }
+
+ public function getProduct()
+ {
+ return $this->product;
+ }
+}
+
+class Google_Service_Content_ProductsListResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_Content_Product';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_Content_ProductstatusesCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_ProductstatusesCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_Content_ProductstatusesCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ public $merchantId;
+ public $method;
+ public $productId;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+}
+
+class Google_Service_Content_ProductstatusesCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_Content_ProductstatusesCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Content_ProductstatusesCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $errorsType = 'Google_Service_Content_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+ protected $productStatusType = 'Google_Service_Content_ProductStatus';
+ protected $productStatusDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_Content_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setProductStatus(Google_Service_Content_ProductStatus $productStatus)
+ {
+ $this->productStatus = $productStatus;
+ }
+
+ public function getProductStatus()
+ {
+ return $this->productStatus;
+ }
+}
+
+class Google_Service_Content_ProductstatusesListResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_Content_ProductStatus';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
From 83742556c82f2eeb1de4d63d411fa44e254ab80b Mon Sep 17 00:00:00 2001
From: Silvano Luciani - * Manage product items, inventory, and Merchant Center accounts. + * Manage product items, inventory, and Merchant Center accounts for Google Shopping. *
* *
From acbe372f2ed2a2ac017d8d42e1acb1a524852a28 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google Resource Views API provides views of VMs.
+ * The Resource View API allows users to create and manage logical sets of Google Compute Engine instances.
*
* For more information about this service, see the API
- * Documentation
+ * Documentation
*
* $computeService = new Google_Service_Compute(...);
- * $diskTypes = $computeService->diskTypes;
+ * $backendServices = $computeService->backendServices;
*
*/
-class Google_Service_Compute_DiskTypes_Resource extends Google_Service_Resource
+class Google_Service_Compute_BackendServices_Resource extends Google_Service_Resource
{
/**
- * Retrieves the list of disk type resources grouped by scope.
- * (diskTypes.aggregatedList)
+ * Deletes the specified BackendService resource. (backendServices.delete)
*
* @param string $project
* Name of the project scoping this request.
+ * @param string $backendService
+ * Name of the BackendService resource to delete.
* @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
- * @return Google_Service_Compute_DiskTypeAggregatedList
+ * @return Google_Service_Compute_Operation
*/
- public function aggregatedList($project, $optParams = array())
+ public function delete($project, $backendService, $optParams = array())
{
- $params = array('project' => $project);
+ $params = array('project' => $project, 'backendService' => $backendService);
$params = array_merge($params, $optParams);
- return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList");
+ return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
/**
- * Returns the specified disk type resource. (diskTypes.get)
+ * Returns the specified BackendService resource. (backendServices.get)
*
* @param string $project
* Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $diskType
- * Name of the disk type resource to return.
+ * @param string $backendService
+ * Name of the BackendService resource to return.
* @param array $optParams Optional parameters.
- * @return Google_Service_Compute_DiskType
+ * @return Google_Service_Compute_BackendService
*/
- public function get($project, $zone, $diskType, $optParams = array())
+ public function get($project, $backendService, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'diskType' => $diskType);
+ $params = array('project' => $project, 'backendService' => $backendService);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Compute_DiskType");
+ return $this->call('get', array($params), "Google_Service_Compute_BackendService");
}
/**
- * Retrieves the list of disk type resources available to the specified project.
- * (diskTypes.listDiskTypes)
+ * Gets the most recent health check results for this BackendService.
+ * (backendServices.getHealth)
*
* @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
+ *
+ * @param string $backendService
+ * Name of the BackendService resource to which the queried instance belongs.
+ * @param Google_ResourceGroupReference $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_BackendServiceGroupHealth
+ */
+ public function getHealth($project, $backendService, Google_Service_Compute_ResourceGroupReference $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth");
+ }
+ /**
+ * Creates a BackendService resource in the specified project using the data
+ * included in the request. (backendServices.insert)
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
- * @return Google_Service_Compute_DiskTypeList
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param Google_BackendService $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
*/
- public function listDiskTypes($project, $zone, $optParams = array())
+ public function insert($project, Google_Service_Compute_BackendService $postBody, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone);
+ $params = array('project' => $project, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Compute_DiskTypeList");
+ return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
-}
-
-/**
- * The "disks" collection of methods.
- * Typical usage is:
- *
- * $computeService = new Google_Service_Compute(...);
- * $disks = $computeService->disks;
- *
- */
-class Google_Service_Compute_Disks_Resource extends Google_Service_Resource
-{
-
/**
- * Retrieves the list of disks grouped by scope. (disks.aggregatedList)
+ * Retrieves the list of BackendService resources available to the specified
+ * project. (backendServices.listBackendServices)
*
* @param string $project
* Name of the project scoping this request.
@@ -2412,13 +2883,166 @@ class Google_Service_Compute_Disks_Resource extends Google_Service_Resource
* @opt_param string maxResults
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
* 500.
- * @return Google_Service_Compute_DiskAggregatedList
+ * @return Google_Service_Compute_BackendServiceList
*/
- public function aggregatedList($project, $optParams = array())
+ public function listBackendServices($project, $optParams = array())
{
$params = array('project' => $project);
$params = array_merge($params, $optParams);
- return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList");
+ return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList");
+ }
+ /**
+ * Update the entire content of the BackendService resource. This method
+ * supports patch semantics. (backendServices.patch)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $backendService
+ * Name of the BackendService resource to update.
+ * @param Google_BackendService $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function patch($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Update the entire content of the BackendService resource.
+ * (backendServices.update)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $backendService
+ * Name of the BackendService resource to update.
+ * @param Google_BackendService $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function update($project, $backendService, Google_Service_Compute_BackendService $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'backendService' => $backendService, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Compute_Operation");
+ }
+}
+
+/**
+ * The "diskTypes" collection of methods.
+ * Typical usage is:
+ *
+ * $computeService = new Google_Service_Compute(...);
+ * $diskTypes = $computeService->diskTypes;
+ *
+ */
+class Google_Service_Compute_DiskTypes_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the list of disk type resources grouped by scope.
+ * (diskTypes.aggregatedList)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_DiskTypeAggregatedList
+ */
+ public function aggregatedList($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList");
+ }
+ /**
+ * Returns the specified disk type resource. (diskTypes.get)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
+ * @param string $diskType
+ * Name of the disk type resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_DiskType
+ */
+ public function get($project, $zone, $diskType, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'diskType' => $diskType);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Compute_DiskType");
+ }
+ /**
+ * Retrieves the list of disk type resources available to the specified project.
+ * (diskTypes.listDiskTypes)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_DiskTypeList
+ */
+ public function listDiskTypes($project, $zone, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Compute_DiskTypeList");
+ }
+}
+
+/**
+ * The "disks" collection of methods.
+ * Typical usage is:
+ *
+ * $computeService = new Google_Service_Compute(...);
+ * $disks = $computeService->disks;
+ *
+ */
+class Google_Service_Compute_Disks_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the list of disks grouped by scope. (disks.aggregatedList)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_DiskAggregatedList
+ */
+ public function aggregatedList($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList");
}
/**
* (disks.createSnapshot)
@@ -2782,74 +3406,67 @@ public function setTarget($project, $region, $forwardingRule, Google_Service_Com
}
/**
- * The "globalOperations" collection of methods.
+ * The "globalAddresses" collection of methods.
* Typical usage is:
*
* $computeService = new Google_Service_Compute(...);
- * $globalOperations = $computeService->globalOperations;
+ * $globalAddresses = $computeService->globalAddresses;
*
*/
-class Google_Service_Compute_GlobalOperations_Resource extends Google_Service_Resource
+class Google_Service_Compute_GlobalAddresses_Resource extends Google_Service_Resource
{
/**
- * Retrieves the list of all operations grouped by scope.
- * (globalOperations.aggregatedList)
+ * Deletes the specified address resource. (globalAddresses.delete)
*
* @param string $project
* Name of the project scoping this request.
+ * @param string $address
+ * Name of the address resource to delete.
* @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
- * @return Google_Service_Compute_OperationAggregatedList
+ * @return Google_Service_Compute_Operation
*/
- public function aggregatedList($project, $optParams = array())
+ public function delete($project, $address, $optParams = array())
{
- $params = array('project' => $project);
+ $params = array('project' => $project, 'address' => $address);
$params = array_merge($params, $optParams);
- return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList");
+ return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
/**
- * Deletes the specified operation resource. (globalOperations.delete)
+ * Returns the specified address resource. (globalAddresses.get)
*
* @param string $project
* Name of the project scoping this request.
- * @param string $operation
- * Name of the operation resource to delete.
+ * @param string $address
+ * Name of the address resource to return.
* @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Address
*/
- public function delete($project, $operation, $optParams = array())
+ public function get($project, $address, $optParams = array())
{
- $params = array('project' => $project, 'operation' => $operation);
+ $params = array('project' => $project, 'address' => $address);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ return $this->call('get', array($params), "Google_Service_Compute_Address");
}
/**
- * Retrieves the specified operation resource. (globalOperations.get)
+ * Creates an address resource in the specified project using the data included
+ * in the request. (globalAddresses.insert)
*
* @param string $project
* Name of the project scoping this request.
- * @param string $operation
- * Name of the operation resource to return.
+ * @param Google_Address $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
- public function get($project, $operation, $optParams = array())
+ public function insert($project, Google_Service_Compute_Address $postBody, $optParams = array())
{
- $params = array('project' => $project, 'operation' => $operation);
+ $params = array('project' => $project, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Compute_Operation");
+ return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
/**
- * Retrieves the list of operation resources contained within the specified
- * project. (globalOperations.listGlobalOperations)
+ * Retrieves the list of global address resources.
+ * (globalAddresses.listGlobalAddresses)
*
* @param string $project
* Name of the project scoping this request.
@@ -2863,78 +3480,78 @@ public function get($project, $operation, $optParams = array())
* @opt_param string maxResults
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
* 500.
- * @return Google_Service_Compute_OperationList
+ * @return Google_Service_Compute_AddressList
*/
- public function listGlobalOperations($project, $optParams = array())
+ public function listGlobalAddresses($project, $optParams = array())
{
$params = array('project' => $project);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Compute_OperationList");
+ return $this->call('list', array($params), "Google_Service_Compute_AddressList");
}
}
/**
- * The "httpHealthChecks" collection of methods.
+ * The "globalForwardingRules" collection of methods.
* Typical usage is:
*
* $computeService = new Google_Service_Compute(...);
- * $httpHealthChecks = $computeService->httpHealthChecks;
+ * $globalForwardingRules = $computeService->globalForwardingRules;
*
*/
-class Google_Service_Compute_HttpHealthChecks_Resource extends Google_Service_Resource
+class Google_Service_Compute_GlobalForwardingRules_Resource extends Google_Service_Resource
{
/**
- * Deletes the specified HttpHealthCheck resource. (httpHealthChecks.delete)
+ * Deletes the specified ForwardingRule resource. (globalForwardingRules.delete)
*
* @param string $project
* Name of the project scoping this request.
- * @param string $httpHealthCheck
- * Name of the HttpHealthCheck resource to delete.
+ * @param string $forwardingRule
+ * Name of the ForwardingRule resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
- public function delete($project, $httpHealthCheck, $optParams = array())
+ public function delete($project, $forwardingRule, $optParams = array())
{
- $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck);
+ $params = array('project' => $project, 'forwardingRule' => $forwardingRule);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
/**
- * Returns the specified HttpHealthCheck resource. (httpHealthChecks.get)
+ * Returns the specified ForwardingRule resource. (globalForwardingRules.get)
*
* @param string $project
* Name of the project scoping this request.
- * @param string $httpHealthCheck
- * Name of the HttpHealthCheck resource to return.
+ * @param string $forwardingRule
+ * Name of the ForwardingRule resource to return.
* @param array $optParams Optional parameters.
- * @return Google_Service_Compute_HttpHealthCheck
+ * @return Google_Service_Compute_ForwardingRule
*/
- public function get($project, $httpHealthCheck, $optParams = array())
+ public function get($project, $forwardingRule, $optParams = array())
{
- $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck);
+ $params = array('project' => $project, 'forwardingRule' => $forwardingRule);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck");
+ return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule");
}
/**
- * Creates a HttpHealthCheck resource in the specified project using the data
- * included in the request. (httpHealthChecks.insert)
+ * Creates a ForwardingRule resource in the specified project and region using
+ * the data included in the request. (globalForwardingRules.insert)
*
* @param string $project
* Name of the project scoping this request.
- * @param Google_HttpHealthCheck $postBody
+ * @param Google_ForwardingRule $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
- public function insert($project, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
+ public function insert($project, Google_Service_Compute_ForwardingRule $postBody, $optParams = array())
{
$params = array('project' => $project, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
/**
- * Retrieves the list of HttpHealthCheck resources available to the specified
- * project. (httpHealthChecks.listHttpHealthChecks)
+ * Retrieves the list of ForwardingRule resources available to the specified
+ * project. (globalForwardingRules.listGlobalForwardingRules)
*
* @param string $project
* Name of the project scoping this request.
@@ -2948,55 +3565,249 @@ public function insert($project, Google_Service_Compute_HttpHealthCheck $postBod
* @opt_param string maxResults
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
* 500.
- * @return Google_Service_Compute_HttpHealthCheckList
+ * @return Google_Service_Compute_ForwardingRuleList
*/
- public function listHttpHealthChecks($project, $optParams = array())
+ public function listGlobalForwardingRules($project, $optParams = array())
{
$params = array('project' => $project);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList");
- }
- /**
- * Updates a HttpHealthCheck resource in the specified project using the data
- * included in the request. This method supports patch semantics.
- * (httpHealthChecks.patch)
- *
- * @param string $project
- * Name of the project scoping this request.
- * @param string $httpHealthCheck
- * Name of the HttpHealthCheck resource to update.
- * @param Google_HttpHealthCheck $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Compute_Operation
- */
- public function patch($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Compute_Operation");
+ return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList");
}
/**
- * Updates a HttpHealthCheck resource in the specified project using the data
- * included in the request. (httpHealthChecks.update)
+ * Changes target url for forwarding rule. (globalForwardingRules.setTarget)
*
* @param string $project
* Name of the project scoping this request.
- * @param string $httpHealthCheck
- * Name of the HttpHealthCheck resource to update.
- * @param Google_HttpHealthCheck $postBody
+ * @param string $forwardingRule
+ * Name of the ForwardingRule resource in which target is to be set.
+ * @param Google_TargetReference $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
- public function update($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
+ public function setTarget($project, $forwardingRule, Google_Service_Compute_TargetReference $postBody, $optParams = array())
{
- $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody);
+ $params = array('project' => $project, 'forwardingRule' => $forwardingRule, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Compute_Operation");
+ return $this->call('setTarget', array($params), "Google_Service_Compute_Operation");
}
}
/**
- * The "images" collection of methods.
+ * The "globalOperations" collection of methods.
+ * Typical usage is:
+ *
+ * $computeService = new Google_Service_Compute(...);
+ * $globalOperations = $computeService->globalOperations;
+ *
+ */
+class Google_Service_Compute_GlobalOperations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the list of all operations grouped by scope.
+ * (globalOperations.aggregatedList)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_OperationAggregatedList
+ */
+ public function aggregatedList($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList");
+ }
+ /**
+ * Deletes the specified operation resource. (globalOperations.delete)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $operation
+ * Name of the operation resource to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($project, $operation, $optParams = array())
+ {
+ $params = array('project' => $project, 'operation' => $operation);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieves the specified operation resource. (globalOperations.get)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $operation
+ * Name of the operation resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function get($project, $operation, $optParams = array())
+ {
+ $params = array('project' => $project, 'operation' => $operation);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Retrieves the list of operation resources contained within the specified
+ * project. (globalOperations.listGlobalOperations)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_OperationList
+ */
+ public function listGlobalOperations($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Compute_OperationList");
+ }
+}
+
+/**
+ * The "httpHealthChecks" collection of methods.
+ * Typical usage is:
+ *
+ * $computeService = new Google_Service_Compute(...);
+ * $httpHealthChecks = $computeService->httpHealthChecks;
+ *
+ */
+class Google_Service_Compute_HttpHealthChecks_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the specified HttpHealthCheck resource. (httpHealthChecks.delete)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $httpHealthCheck
+ * Name of the HttpHealthCheck resource to delete.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function delete($project, $httpHealthCheck, $optParams = array())
+ {
+ $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Returns the specified HttpHealthCheck resource. (httpHealthChecks.get)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $httpHealthCheck
+ * Name of the HttpHealthCheck resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_HttpHealthCheck
+ */
+ public function get($project, $httpHealthCheck, $optParams = array())
+ {
+ $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck");
+ }
+ /**
+ * Creates a HttpHealthCheck resource in the specified project using the data
+ * included in the request. (httpHealthChecks.insert)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param Google_HttpHealthCheck $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function insert($project, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Retrieves the list of HttpHealthCheck resources available to the specified
+ * project. (httpHealthChecks.listHttpHealthChecks)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_HttpHealthCheckList
+ */
+ public function listHttpHealthChecks($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList");
+ }
+ /**
+ * Updates a HttpHealthCheck resource in the specified project using the data
+ * included in the request. This method supports patch semantics.
+ * (httpHealthChecks.patch)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $httpHealthCheck
+ * Name of the HttpHealthCheck resource to update.
+ * @param Google_HttpHealthCheck $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function patch($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Updates a HttpHealthCheck resource in the specified project using the data
+ * included in the request. (httpHealthChecks.update)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $httpHealthCheck
+ * Name of the HttpHealthCheck resource to update.
+ * @param Google_HttpHealthCheck $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function update($project, $httpHealthCheck, Google_Service_Compute_HttpHealthCheck $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'httpHealthCheck' => $httpHealthCheck, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Compute_Operation");
+ }
+}
+
+/**
+ * The "images" collection of methods.
* Typical usage is:
*
* $computeService = new Google_Service_Compute(...);
@@ -3925,78 +4736,180 @@ public function listSnapshots($project, $optParams = array())
}
/**
- * The "targetInstances" collection of methods.
+ * The "targetHttpProxies" collection of methods.
* Typical usage is:
*
* $computeService = new Google_Service_Compute(...);
- * $targetInstances = $computeService->targetInstances;
+ * $targetHttpProxies = $computeService->targetHttpProxies;
*
*/
-class Google_Service_Compute_TargetInstances_Resource extends Google_Service_Resource
+class Google_Service_Compute_TargetHttpProxies_Resource extends Google_Service_Resource
{
/**
- * Retrieves the list of target instances grouped by scope.
- * (targetInstances.aggregatedList)
+ * Deletes the specified TargetHttpProxy resource. (targetHttpProxies.delete)
*
* @param string $project
* Name of the project scoping this request.
+ * @param string $targetHttpProxy
+ * Name of the TargetHttpProxy resource to delete.
* @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
- * @return Google_Service_Compute_TargetInstanceAggregatedList
+ * @return Google_Service_Compute_Operation
*/
- public function aggregatedList($project, $optParams = array())
+ public function delete($project, $targetHttpProxy, $optParams = array())
{
- $params = array('project' => $project);
+ $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy);
$params = array_merge($params, $optParams);
- return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList");
+ return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
/**
- * Deletes the specified TargetInstance resource. (targetInstances.delete)
+ * Returns the specified TargetHttpProxy resource. (targetHttpProxies.get)
*
* @param string $project
* Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $targetInstance
- * Name of the TargetInstance resource to delete.
+ * @param string $targetHttpProxy
+ * Name of the TargetHttpProxy resource to return.
* @param array $optParams Optional parameters.
- * @return Google_Service_Compute_Operation
+ * @return Google_Service_Compute_TargetHttpProxy
*/
- public function delete($project, $zone, $targetInstance, $optParams = array())
+ public function get($project, $targetHttpProxy, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance);
+ $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_Compute_Operation");
+ return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy");
}
/**
- * Returns the specified TargetInstance resource. (targetInstances.get)
+ * Creates a TargetHttpProxy resource in the specified project using the data
+ * included in the request. (targetHttpProxies.insert)
*
* @param string $project
* Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $targetInstance
- * Name of the TargetInstance resource to return.
+ * @param Google_TargetHttpProxy $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Compute_TargetInstance
+ * @return Google_Service_Compute_Operation
*/
- public function get($project, $zone, $targetInstance, $optParams = array())
+ public function insert($project, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance);
+ $params = array('project' => $project, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Compute_TargetInstance");
+ return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
/**
- * Creates a TargetInstance resource in the specified project and zone using the
+ * Retrieves the list of TargetHttpProxy resources available to the specified
+ * project. (targetHttpProxies.listTargetHttpProxies)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_TargetHttpProxyList
+ */
+ public function listTargetHttpProxies($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList");
+ }
+ /**
+ * Changes the URL map for TargetHttpProxy. (targetHttpProxies.setUrlMap)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $targetHttpProxy
+ * Name of the TargetHttpProxy resource whose URL map is to be set.
+ * @param Google_UrlMapReference $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function setUrlMap($project, $targetHttpProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation");
+ }
+}
+
+/**
+ * The "targetInstances" collection of methods.
+ * Typical usage is:
+ *
+ * $computeService = new Google_Service_Compute(...);
+ * $targetInstances = $computeService->targetInstances;
+ *
+ */
+class Google_Service_Compute_TargetInstances_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the list of target instances grouped by scope.
+ * (targetInstances.aggregatedList)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_TargetInstanceAggregatedList
+ */
+ public function aggregatedList($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList");
+ }
+ /**
+ * Deletes the specified TargetInstance resource. (targetInstances.delete)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
+ * @param string $targetInstance
+ * Name of the TargetInstance resource to delete.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function delete($project, $zone, $targetInstance, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Returns the specified TargetInstance resource. (targetInstances.get)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
+ * @param string $targetInstance
+ * Name of the TargetInstance resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_TargetInstance
+ */
+ public function get($project, $zone, $targetInstance, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'targetInstance' => $targetInstance);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Compute_TargetInstance");
+ }
+ /**
+ * Creates a TargetInstance resource in the specified project and zone using the
* data included in the request. (targetInstances.insert)
*
* @param string $project
@@ -4276,6 +5189,145 @@ public function setBackup($project, $region, $targetPool, Google_Service_Compute
}
}
+/**
+ * The "urlMaps" collection of methods.
+ * Typical usage is:
+ *
+ * $computeService = new Google_Service_Compute(...);
+ * $urlMaps = $computeService->urlMaps;
+ *
+ */
+class Google_Service_Compute_UrlMaps_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the specified UrlMap resource. (urlMaps.delete)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $urlMap
+ * Name of the UrlMap resource to delete.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function delete($project, $urlMap, $optParams = array())
+ {
+ $params = array('project' => $project, 'urlMap' => $urlMap);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Returns the specified UrlMap resource. (urlMaps.get)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $urlMap
+ * Name of the UrlMap resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_UrlMap
+ */
+ public function get($project, $urlMap, $optParams = array())
+ {
+ $params = array('project' => $project, 'urlMap' => $urlMap);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Compute_UrlMap");
+ }
+ /**
+ * Creates a UrlMap resource in the specified project using the data included in
+ * the request. (urlMaps.insert)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param Google_UrlMap $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function insert($project, Google_Service_Compute_UrlMap $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Retrieves the list of UrlMap resources available to the specified project.
+ * (urlMaps.listUrlMaps)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_UrlMapList
+ */
+ public function listUrlMaps($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Compute_UrlMapList");
+ }
+ /**
+ * Update the entire content of the UrlMap resource. This method supports patch
+ * semantics. (urlMaps.patch)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $urlMap
+ * Name of the UrlMap resource to update.
+ * @param Google_UrlMap $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function patch($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Update the entire content of the UrlMap resource. (urlMaps.update)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $urlMap
+ * Name of the UrlMap resource to update.
+ * @param Google_UrlMap $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function update($project, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Run static validation for the UrlMap. In particular, the tests of the
+ * provided UrlMap will be run. Calling this method does NOT create the UrlMap.
+ * (urlMaps.validate)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $urlMap
+ * Name of the UrlMap resource to be validated as.
+ * @param Google_UrlMapsValidateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_UrlMapsValidateResponse
+ */
+ public function validate($project, $urlMap, Google_Service_Compute_UrlMapsValidateRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'urlMap' => $urlMap, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse");
+ }
+}
+
/**
* The "zoneOperations" collection of methods.
* Typical usage is:
@@ -4934,239 +5986,256 @@ public function getSourceImage()
}
}
-class Google_Service_Compute_DeprecationStatus extends Google_Model
+class Google_Service_Compute_Backend extends Google_Model
{
- public $deleted;
- public $deprecated;
- public $obsolete;
- public $replacement;
- public $state;
+ public $balancingMode;
+ public $capacityScaler;
+ public $description;
+ public $group;
+ public $maxRate;
+ public $maxRatePerInstance;
+ public $maxUtilization;
- public function setDeleted($deleted)
+ public function setBalancingMode($balancingMode)
{
- $this->deleted = $deleted;
+ $this->balancingMode = $balancingMode;
}
- public function getDeleted()
+ public function getBalancingMode()
{
- return $this->deleted;
+ return $this->balancingMode;
}
- public function setDeprecated($deprecated)
+ public function setCapacityScaler($capacityScaler)
{
- $this->deprecated = $deprecated;
+ $this->capacityScaler = $capacityScaler;
}
- public function getDeprecated()
+ public function getCapacityScaler()
{
- return $this->deprecated;
+ return $this->capacityScaler;
}
- public function setObsolete($obsolete)
+ public function setDescription($description)
{
- $this->obsolete = $obsolete;
+ $this->description = $description;
}
- public function getObsolete()
+ public function getDescription()
{
- return $this->obsolete;
+ return $this->description;
}
- public function setReplacement($replacement)
+ public function setGroup($group)
{
- $this->replacement = $replacement;
+ $this->group = $group;
}
- public function getReplacement()
+ public function getGroup()
{
- return $this->replacement;
+ return $this->group;
}
- public function setState($state)
+ public function setMaxRate($maxRate)
{
- $this->state = $state;
+ $this->maxRate = $maxRate;
}
- public function getState()
+ public function getMaxRate()
{
- return $this->state;
+ return $this->maxRate;
+ }
+
+ public function setMaxRatePerInstance($maxRatePerInstance)
+ {
+ $this->maxRatePerInstance = $maxRatePerInstance;
+ }
+
+ public function getMaxRatePerInstance()
+ {
+ return $this->maxRatePerInstance;
+ }
+
+ public function setMaxUtilization($maxUtilization)
+ {
+ $this->maxUtilization = $maxUtilization;
+ }
+
+ public function getMaxUtilization()
+ {
+ return $this->maxUtilization;
}
}
-class Google_Service_Compute_Disk extends Google_Model
+class Google_Service_Compute_BackendService extends Google_Collection
{
+ protected $backendsType = 'Google_Service_Compute_Backend';
+ protected $backendsDataType = 'array';
public $creationTimestamp;
public $description;
+ public $fingerprint;
+ public $healthChecks;
public $id;
public $kind;
public $name;
- public $options;
+ public $port;
+ public $protocol;
public $selfLink;
- public $sizeGb;
- public $sourceImage;
- public $sourceImageId;
- public $sourceSnapshot;
- public $sourceSnapshotId;
- public $status;
- public $type;
- public $zone;
+ public $timeoutSec;
- public function setCreationTimestamp($creationTimestamp)
+ public function setBackends($backends)
{
- $this->creationTimestamp = $creationTimestamp;
+ $this->backends = $backends;
}
- public function getCreationTimestamp()
+ public function getBackends()
{
- return $this->creationTimestamp;
+ return $this->backends;
}
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
+ public function setCreationTimestamp($creationTimestamp)
{
- return $this->description;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function setId($id)
+ public function getCreationTimestamp()
{
- $this->id = $id;
+ return $this->creationTimestamp;
}
- public function getId()
+ public function setDescription($description)
{
- return $this->id;
+ $this->description = $description;
}
- public function setKind($kind)
+ public function getDescription()
{
- $this->kind = $kind;
+ return $this->description;
}
- public function getKind()
+ public function setFingerprint($fingerprint)
{
- return $this->kind;
+ $this->fingerprint = $fingerprint;
}
- public function setName($name)
+ public function getFingerprint()
{
- $this->name = $name;
+ return $this->fingerprint;
}
- public function getName()
+ public function setHealthChecks($healthChecks)
{
- return $this->name;
+ $this->healthChecks = $healthChecks;
}
- public function setOptions($options)
+ public function getHealthChecks()
{
- $this->options = $options;
+ return $this->healthChecks;
}
- public function getOptions()
+ public function setId($id)
{
- return $this->options;
+ $this->id = $id;
}
- public function setSelfLink($selfLink)
+ public function getId()
{
- $this->selfLink = $selfLink;
+ return $this->id;
}
- public function getSelfLink()
+ public function setKind($kind)
{
- return $this->selfLink;
+ $this->kind = $kind;
}
- public function setSizeGb($sizeGb)
+ public function getKind()
{
- $this->sizeGb = $sizeGb;
+ return $this->kind;
}
- public function getSizeGb()
+ public function setName($name)
{
- return $this->sizeGb;
+ $this->name = $name;
}
- public function setSourceImage($sourceImage)
+ public function getName()
{
- $this->sourceImage = $sourceImage;
+ return $this->name;
}
- public function getSourceImage()
+ public function setPort($port)
{
- return $this->sourceImage;
+ $this->port = $port;
}
- public function setSourceImageId($sourceImageId)
+ public function getPort()
{
- $this->sourceImageId = $sourceImageId;
+ return $this->port;
}
- public function getSourceImageId()
+ public function setProtocol($protocol)
{
- return $this->sourceImageId;
+ $this->protocol = $protocol;
}
- public function setSourceSnapshot($sourceSnapshot)
+ public function getProtocol()
{
- $this->sourceSnapshot = $sourceSnapshot;
+ return $this->protocol;
}
- public function getSourceSnapshot()
+ public function setSelfLink($selfLink)
{
- return $this->sourceSnapshot;
+ $this->selfLink = $selfLink;
}
- public function setSourceSnapshotId($sourceSnapshotId)
+ public function getSelfLink()
{
- $this->sourceSnapshotId = $sourceSnapshotId;
+ return $this->selfLink;
}
- public function getSourceSnapshotId()
+ public function setTimeoutSec($timeoutSec)
{
- return $this->sourceSnapshotId;
+ $this->timeoutSec = $timeoutSec;
}
- public function setStatus($status)
+ public function getTimeoutSec()
{
- $this->status = $status;
+ return $this->timeoutSec;
}
+}
- public function getStatus()
- {
- return $this->status;
- }
+class Google_Service_Compute_BackendServiceGroupHealth extends Google_Collection
+{
+ protected $healthStatusType = 'Google_Service_Compute_HealthStatus';
+ protected $healthStatusDataType = 'array';
+ public $kind;
- public function setType($type)
+ public function setHealthStatus($healthStatus)
{
- $this->type = $type;
+ $this->healthStatus = $healthStatus;
}
- public function getType()
+ public function getHealthStatus()
{
- return $this->type;
+ return $this->healthStatus;
}
- public function setZone($zone)
+ public function setKind($kind)
{
- $this->zone = $zone;
+ $this->kind = $kind;
}
- public function getZone()
+ public function getKind()
{
- return $this->zone;
+ return $this->kind;
}
}
-class Google_Service_Compute_DiskAggregatedList extends Google_Model
+class Google_Service_Compute_BackendServiceList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_DisksScopedList';
- protected $itemsDataType = 'map';
+ protected $itemsType = 'Google_Service_Compute_BackendService';
+ protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
public $selfLink;
@@ -5222,77 +6291,81 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_DiskList extends Google_Collection
+class Google_Service_Compute_DeprecationStatus extends Google_Model
{
- public $id;
- protected $itemsType = 'Google_Service_Compute_Disk';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
- public $selfLink;
+ public $deleted;
+ public $deprecated;
+ public $obsolete;
+ public $replacement;
+ public $state;
- public function setId($id)
+ public function setDeleted($deleted)
{
- $this->id = $id;
+ $this->deleted = $deleted;
}
- public function getId()
+ public function getDeleted()
{
- return $this->id;
+ return $this->deleted;
}
- public function setItems($items)
+ public function setDeprecated($deprecated)
{
- $this->items = $items;
+ $this->deprecated = $deprecated;
}
- public function getItems()
+ public function getDeprecated()
{
- return $this->items;
+ return $this->deprecated;
}
- public function setKind($kind)
+ public function setObsolete($obsolete)
{
- $this->kind = $kind;
+ $this->obsolete = $obsolete;
}
- public function getKind()
+ public function getObsolete()
{
- return $this->kind;
+ return $this->obsolete;
}
- public function setNextPageToken($nextPageToken)
+ public function setReplacement($replacement)
{
- $this->nextPageToken = $nextPageToken;
+ $this->replacement = $replacement;
}
- public function getNextPageToken()
+ public function getReplacement()
{
- return $this->nextPageToken;
+ return $this->replacement;
}
- public function setSelfLink($selfLink)
+ public function setState($state)
{
- $this->selfLink = $selfLink;
+ $this->state = $state;
}
- public function getSelfLink()
+ public function getState()
{
- return $this->selfLink;
+ return $this->state;
}
}
-class Google_Service_Compute_DiskType extends Google_Model
+class Google_Service_Compute_Disk extends Google_Model
{
public $creationTimestamp;
- protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
- protected $deprecatedDataType = '';
public $description;
public $id;
public $kind;
public $name;
+ public $options;
public $selfLink;
- public $validDiskSize;
+ public $sizeGb;
+ public $sourceImage;
+ public $sourceImageId;
+ public $sourceSnapshot;
+ public $sourceSnapshotId;
+ public $status;
+ public $type;
public $zone;
public function setCreationTimestamp($creationTimestamp)
@@ -5305,16 +6378,6 @@ public function getCreationTimestamp()
return $this->creationTimestamp;
}
- public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
- {
- $this->deprecated = $deprecated;
- }
-
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
public function setDescription($description)
{
$this->description = $description;
@@ -5355,6 +6418,16 @@ public function getName()
return $this->name;
}
+ public function setOptions($options)
+ {
+ $this->options = $options;
+ }
+
+ public function getOptions()
+ {
+ return $this->options;
+ }
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -5365,92 +6438,92 @@ public function getSelfLink()
return $this->selfLink;
}
- public function setValidDiskSize($validDiskSize)
+ public function setSizeGb($sizeGb)
{
- $this->validDiskSize = $validDiskSize;
+ $this->sizeGb = $sizeGb;
}
- public function getValidDiskSize()
+ public function getSizeGb()
{
- return $this->validDiskSize;
+ return $this->sizeGb;
}
- public function setZone($zone)
+ public function setSourceImage($sourceImage)
{
- $this->zone = $zone;
+ $this->sourceImage = $sourceImage;
}
- public function getZone()
+ public function getSourceImage()
{
- return $this->zone;
+ return $this->sourceImage;
}
-}
-
-class Google_Service_Compute_DiskTypeAggregatedList extends Google_Model
-{
- public $id;
- protected $itemsType = 'Google_Service_Compute_DiskTypesScopedList';
- protected $itemsDataType = 'map';
- public $kind;
- public $nextPageToken;
- public $selfLink;
- public function setId($id)
+ public function setSourceImageId($sourceImageId)
{
- $this->id = $id;
+ $this->sourceImageId = $sourceImageId;
}
- public function getId()
+ public function getSourceImageId()
{
- return $this->id;
+ return $this->sourceImageId;
}
- public function setItems($items)
+ public function setSourceSnapshot($sourceSnapshot)
{
- $this->items = $items;
+ $this->sourceSnapshot = $sourceSnapshot;
}
- public function getItems()
+ public function getSourceSnapshot()
{
- return $this->items;
+ return $this->sourceSnapshot;
}
- public function setKind($kind)
+ public function setSourceSnapshotId($sourceSnapshotId)
{
- $this->kind = $kind;
+ $this->sourceSnapshotId = $sourceSnapshotId;
}
- public function getKind()
+ public function getSourceSnapshotId()
{
- return $this->kind;
+ return $this->sourceSnapshotId;
}
- public function setNextPageToken($nextPageToken)
+ public function setStatus($status)
{
- $this->nextPageToken = $nextPageToken;
+ $this->status = $status;
}
- public function getNextPageToken()
+ public function getStatus()
{
- return $this->nextPageToken;
+ return $this->status;
}
- public function setSelfLink($selfLink)
+ public function setType($type)
{
- $this->selfLink = $selfLink;
+ $this->type = $type;
}
- public function getSelfLink()
+ public function getType()
{
- return $this->selfLink;
+ return $this->type;
+ }
+
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+
+ public function getZone()
+ {
+ return $this->zone;
}
}
-class Google_Service_Compute_DiskTypeList extends Google_Collection
+class Google_Service_Compute_DiskAggregatedList extends Google_Model
{
public $id;
- protected $itemsType = 'Google_Service_Compute_DiskType';
- protected $itemsDataType = 'array';
+ protected $itemsType = 'Google_Service_Compute_DisksScopedList';
+ protected $itemsDataType = 'map';
public $kind;
public $nextPageToken;
public $selfLink;
@@ -5506,258 +6579,542 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_DiskTypesScopedList extends Google_Collection
+class Google_Service_Compute_DiskList extends Google_Collection
{
- protected $diskTypesType = 'Google_Service_Compute_DiskType';
- protected $diskTypesDataType = 'array';
- protected $warningType = 'Google_Service_Compute_DiskTypesScopedListWarning';
- protected $warningDataType = '';
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_Disk';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
- public function setDiskTypes($diskTypes)
+ public function setId($id)
{
- $this->diskTypes = $diskTypes;
+ $this->id = $id;
}
- public function getDiskTypes()
+ public function getId()
{
- return $this->diskTypes;
+ return $this->id;
}
- public function setWarning(Google_Service_Compute_DiskTypesScopedListWarning $warning)
+ public function setItems($items)
{
- $this->warning = $warning;
+ $this->items = $items;
}
- public function getWarning()
+ public function getItems()
{
- return $this->warning;
+ return $this->items;
}
-}
-
-class Google_Service_Compute_DiskTypesScopedListWarning extends Google_Collection
-{
- public $code;
- protected $dataType = 'Google_Service_Compute_DiskTypesScopedListWarningData';
- protected $dataDataType = 'array';
- public $message;
- public function setCode($code)
+ public function setKind($kind)
{
- $this->code = $code;
+ $this->kind = $kind;
}
- public function getCode()
+ public function getKind()
{
- return $this->code;
+ return $this->kind;
}
- public function setData($data)
+ public function setNextPageToken($nextPageToken)
{
- $this->data = $data;
+ $this->nextPageToken = $nextPageToken;
}
- public function getData()
+ public function getNextPageToken()
{
- return $this->data;
+ return $this->nextPageToken;
}
- public function setMessage($message)
+ public function setSelfLink($selfLink)
{
- $this->message = $message;
+ $this->selfLink = $selfLink;
}
- public function getMessage()
+ public function getSelfLink()
{
- return $this->message;
+ return $this->selfLink;
}
}
-class Google_Service_Compute_DiskTypesScopedListWarningData extends Google_Model
+class Google_Service_Compute_DiskType extends Google_Model
{
- public $key;
- public $value;
+ public $creationTimestamp;
+ protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
+ protected $deprecatedDataType = '';
+ public $description;
+ public $id;
+ public $kind;
+ public $name;
+ public $selfLink;
+ public $validDiskSize;
+ public $zone;
- public function setKey($key)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->key = $key;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getKey()
+ public function getCreationTimestamp()
{
- return $this->key;
+ return $this->creationTimestamp;
}
- public function setValue($value)
+ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
- $this->value = $value;
+ $this->deprecated = $deprecated;
}
- public function getValue()
+ public function getDeprecated()
{
- return $this->value;
+ return $this->deprecated;
}
-}
-
-class Google_Service_Compute_DisksScopedList extends Google_Collection
-{
- protected $disksType = 'Google_Service_Compute_Disk';
- protected $disksDataType = 'array';
- protected $warningType = 'Google_Service_Compute_DisksScopedListWarning';
- protected $warningDataType = '';
- public function setDisks($disks)
+ public function setDescription($description)
{
- $this->disks = $disks;
+ $this->description = $description;
}
- public function getDisks()
+ public function getDescription()
{
- return $this->disks;
+ return $this->description;
}
- public function setWarning(Google_Service_Compute_DisksScopedListWarning $warning)
+ public function setId($id)
{
- $this->warning = $warning;
+ $this->id = $id;
}
- public function getWarning()
+ public function getId()
{
- return $this->warning;
+ return $this->id;
}
-}
-
-class Google_Service_Compute_DisksScopedListWarning extends Google_Collection
-{
- public $code;
- protected $dataType = 'Google_Service_Compute_DisksScopedListWarningData';
- protected $dataDataType = 'array';
- public $message;
- public function setCode($code)
+ public function setKind($kind)
{
- $this->code = $code;
+ $this->kind = $kind;
}
- public function getCode()
+ public function getKind()
{
- return $this->code;
+ return $this->kind;
}
- public function setData($data)
+ public function setName($name)
{
- $this->data = $data;
+ $this->name = $name;
}
- public function getData()
+ public function getName()
{
- return $this->data;
+ return $this->name;
}
- public function setMessage($message)
+ public function setSelfLink($selfLink)
{
- $this->message = $message;
+ $this->selfLink = $selfLink;
}
- public function getMessage()
+ public function getSelfLink()
{
- return $this->message;
+ return $this->selfLink;
}
-}
-
-class Google_Service_Compute_DisksScopedListWarningData extends Google_Model
-{
- public $key;
- public $value;
- public function setKey($key)
+ public function setValidDiskSize($validDiskSize)
{
- $this->key = $key;
+ $this->validDiskSize = $validDiskSize;
}
- public function getKey()
+ public function getValidDiskSize()
{
- return $this->key;
+ return $this->validDiskSize;
}
- public function setValue($value)
+ public function setZone($zone)
{
- $this->value = $value;
+ $this->zone = $zone;
}
- public function getValue()
+ public function getZone()
{
- return $this->value;
+ return $this->zone;
}
}
-class Google_Service_Compute_Firewall extends Google_Collection
+class Google_Service_Compute_DiskTypeAggregatedList extends Google_Model
{
- protected $allowedType = 'Google_Service_Compute_FirewallAllowed';
- protected $allowedDataType = 'array';
- public $creationTimestamp;
- public $description;
public $id;
+ protected $itemsType = 'Google_Service_Compute_DiskTypesScopedList';
+ protected $itemsDataType = 'map';
public $kind;
- public $name;
- public $network;
+ public $nextPageToken;
public $selfLink;
- public $sourceRanges;
- public $sourceTags;
- public $targetTags;
- public function setAllowed($allowed)
+ public function setId($id)
{
- $this->allowed = $allowed;
+ $this->id = $id;
}
- public function getAllowed()
+ public function getId()
{
- return $this->allowed;
+ return $this->id;
}
- public function setCreationTimestamp($creationTimestamp)
+ public function setItems($items)
{
- $this->creationTimestamp = $creationTimestamp;
+ $this->items = $items;
}
- public function getCreationTimestamp()
+ public function getItems()
{
- return $this->creationTimestamp;
+ return $this->items;
}
- public function setDescription($description)
+ public function setKind($kind)
{
- $this->description = $description;
+ $this->kind = $kind;
}
- public function getDescription()
+ public function getKind()
{
- return $this->description;
+ return $this->kind;
}
- public function setId($id)
+ public function setNextPageToken($nextPageToken)
{
- $this->id = $id;
+ $this->nextPageToken = $nextPageToken;
}
- public function getId()
+ public function getNextPageToken()
{
- return $this->id;
+ return $this->nextPageToken;
}
- public function setKind($kind)
+ public function setSelfLink($selfLink)
{
- $this->kind = $kind;
+ $this->selfLink = $selfLink;
}
- public function getKind()
+ public function getSelfLink()
{
- return $this->kind;
+ return $this->selfLink;
}
+}
- public function setName($name)
- {
- $this->name = $name;
+class Google_Service_Compute_DiskTypeList extends Google_Collection
+{
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_DiskType';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Compute_DiskTypesScopedList extends Google_Collection
+{
+ protected $diskTypesType = 'Google_Service_Compute_DiskType';
+ protected $diskTypesDataType = 'array';
+ protected $warningType = 'Google_Service_Compute_DiskTypesScopedListWarning';
+ protected $warningDataType = '';
+
+ public function setDiskTypes($diskTypes)
+ {
+ $this->diskTypes = $diskTypes;
+ }
+
+ public function getDiskTypes()
+ {
+ return $this->diskTypes;
+ }
+
+ public function setWarning(Google_Service_Compute_DiskTypesScopedListWarning $warning)
+ {
+ $this->warning = $warning;
+ }
+
+ public function getWarning()
+ {
+ return $this->warning;
+ }
+}
+
+class Google_Service_Compute_DiskTypesScopedListWarning extends Google_Collection
+{
+ public $code;
+ protected $dataType = 'Google_Service_Compute_DiskTypesScopedListWarningData';
+ protected $dataDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Compute_DiskTypesScopedListWarningData extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Compute_DisksScopedList extends Google_Collection
+{
+ protected $disksType = 'Google_Service_Compute_Disk';
+ protected $disksDataType = 'array';
+ protected $warningType = 'Google_Service_Compute_DisksScopedListWarning';
+ protected $warningDataType = '';
+
+ public function setDisks($disks)
+ {
+ $this->disks = $disks;
+ }
+
+ public function getDisks()
+ {
+ return $this->disks;
+ }
+
+ public function setWarning(Google_Service_Compute_DisksScopedListWarning $warning)
+ {
+ $this->warning = $warning;
+ }
+
+ public function getWarning()
+ {
+ return $this->warning;
+ }
+}
+
+class Google_Service_Compute_DisksScopedListWarning extends Google_Collection
+{
+ public $code;
+ protected $dataType = 'Google_Service_Compute_DisksScopedListWarningData';
+ protected $dataDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Compute_DisksScopedListWarningData extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Compute_Firewall extends Google_Collection
+{
+ protected $allowedType = 'Google_Service_Compute_FirewallAllowed';
+ protected $allowedDataType = 'array';
+ public $creationTimestamp;
+ public $description;
+ public $id;
+ public $kind;
+ public $name;
+ public $network;
+ public $selfLink;
+ public $sourceRanges;
+ public $sourceTags;
+ public $targetTags;
+
+ public function setAllowed($allowed)
+ {
+ $this->allowed = $allowed;
+ }
+
+ public function getAllowed()
+ {
+ return $this->allowed;
+ }
+
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
}
public function getName()
@@ -6291,6 +7648,43 @@ public function getIpAddress()
}
}
+class Google_Service_Compute_HostRule extends Google_Collection
+{
+ public $description;
+ public $hosts;
+ public $pathMatcher;
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setHosts($hosts)
+ {
+ $this->hosts = $hosts;
+ }
+
+ public function getHosts()
+ {
+ return $this->hosts;
+ }
+
+ public function setPathMatcher($pathMatcher)
+ {
+ $this->pathMatcher = $pathMatcher;
+ }
+
+ public function getPathMatcher()
+ {
+ return $this->pathMatcher;
+ }
+}
+
class Google_Service_Compute_HttpHealthCheck extends Google_Model
{
public $checkIntervalSec;
@@ -6392,19 +7786,217 @@ public function setPort($port)
$this->port = $port;
}
- public function getPort()
+ public function getPort()
+ {
+ return $this->port;
+ }
+
+ public function setRequestPath($requestPath)
+ {
+ $this->requestPath = $requestPath;
+ }
+
+ public function getRequestPath()
+ {
+ return $this->requestPath;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setTimeoutSec($timeoutSec)
+ {
+ $this->timeoutSec = $timeoutSec;
+ }
+
+ public function getTimeoutSec()
+ {
+ return $this->timeoutSec;
+ }
+
+ public function setUnhealthyThreshold($unhealthyThreshold)
+ {
+ $this->unhealthyThreshold = $unhealthyThreshold;
+ }
+
+ public function getUnhealthyThreshold()
+ {
+ return $this->unhealthyThreshold;
+ }
+}
+
+class Google_Service_Compute_HttpHealthCheckList extends Google_Collection
+{
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_HttpHealthCheck';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Compute_Image extends Google_Model
+{
+ public $archiveSizeBytes;
+ public $creationTimestamp;
+ protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
+ protected $deprecatedDataType = '';
+ public $description;
+ public $diskSizeGb;
+ public $id;
+ public $kind;
+ public $name;
+ protected $rawDiskType = 'Google_Service_Compute_ImageRawDisk';
+ protected $rawDiskDataType = '';
+ public $selfLink;
+ public $sourceType;
+ public $status;
+
+ public function setArchiveSizeBytes($archiveSizeBytes)
+ {
+ $this->archiveSizeBytes = $archiveSizeBytes;
+ }
+
+ public function getArchiveSizeBytes()
+ {
+ return $this->archiveSizeBytes;
+ }
+
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+
+ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
+ {
+ $this->deprecated = $deprecated;
+ }
+
+ public function getDeprecated()
+ {
+ return $this->deprecated;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDiskSizeGb($diskSizeGb)
+ {
+ $this->diskSizeGb = $diskSizeGb;
+ }
+
+ public function getDiskSizeGb()
+ {
+ return $this->diskSizeGb;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
{
- return $this->port;
+ return $this->name;
}
- public function setRequestPath($requestPath)
+ public function setRawDisk(Google_Service_Compute_ImageRawDisk $rawDisk)
{
- $this->requestPath = $requestPath;
+ $this->rawDisk = $rawDisk;
}
- public function getRequestPath()
+ public function getRawDisk()
{
- return $this->requestPath;
+ return $this->rawDisk;
}
public function setSelfLink($selfLink)
@@ -6417,31 +8009,31 @@ public function getSelfLink()
return $this->selfLink;
}
- public function setTimeoutSec($timeoutSec)
+ public function setSourceType($sourceType)
{
- $this->timeoutSec = $timeoutSec;
+ $this->sourceType = $sourceType;
}
- public function getTimeoutSec()
+ public function getSourceType()
{
- return $this->timeoutSec;
+ return $this->sourceType;
}
- public function setUnhealthyThreshold($unhealthyThreshold)
+ public function setStatus($status)
{
- $this->unhealthyThreshold = $unhealthyThreshold;
+ $this->status = $status;
}
- public function getUnhealthyThreshold()
+ public function getStatus()
{
- return $this->unhealthyThreshold;
+ return $this->status;
}
}
-class Google_Service_Compute_HttpHealthCheckList extends Google_Collection
+class Google_Service_Compute_ImageList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_HttpHealthCheck';
+ protected $itemsType = 'Google_Service_Compute_Image';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -6498,31 +8090,77 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_Image extends Google_Model
+class Google_Service_Compute_ImageRawDisk extends Google_Model
{
- public $archiveSizeBytes;
+ public $containerType;
+ public $sha1Checksum;
+ public $source;
+
+ public function setContainerType($containerType)
+ {
+ $this->containerType = $containerType;
+ }
+
+ public function getContainerType()
+ {
+ return $this->containerType;
+ }
+
+ public function setSha1Checksum($sha1Checksum)
+ {
+ $this->sha1Checksum = $sha1Checksum;
+ }
+
+ public function getSha1Checksum()
+ {
+ return $this->sha1Checksum;
+ }
+
+ public function setSource($source)
+ {
+ $this->source = $source;
+ }
+
+ public function getSource()
+ {
+ return $this->source;
+ }
+}
+
+class Google_Service_Compute_Instance extends Google_Collection
+{
+ public $canIpForward;
public $creationTimestamp;
- protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
- protected $deprecatedDataType = '';
public $description;
- public $diskSizeGb;
+ protected $disksType = 'Google_Service_Compute_AttachedDisk';
+ protected $disksDataType = 'array';
public $id;
public $kind;
+ public $machineType;
+ protected $metadataType = 'Google_Service_Compute_Metadata';
+ protected $metadataDataType = '';
public $name;
- protected $rawDiskType = 'Google_Service_Compute_ImageRawDisk';
- protected $rawDiskDataType = '';
+ protected $networkInterfacesType = 'Google_Service_Compute_NetworkInterface';
+ protected $networkInterfacesDataType = 'array';
+ protected $schedulingType = 'Google_Service_Compute_Scheduling';
+ protected $schedulingDataType = '';
public $selfLink;
- public $sourceType;
+ protected $serviceAccountsType = 'Google_Service_Compute_ServiceAccount';
+ protected $serviceAccountsDataType = 'array';
public $status;
+ public $statusMessage;
+ protected $tagsType = 'Google_Service_Compute_Tags';
+ protected $tagsDataType = '';
+ public $zone;
- public function setArchiveSizeBytes($archiveSizeBytes)
+ public function setCanIpForward($canIpForward)
{
- $this->archiveSizeBytes = $archiveSizeBytes;
+ $this->canIpForward = $canIpForward;
}
- public function getArchiveSizeBytes()
+ public function getCanIpForward()
{
- return $this->archiveSizeBytes;
+ return $this->canIpForward;
}
public function setCreationTimestamp($creationTimestamp)
@@ -6535,16 +8173,6 @@ public function getCreationTimestamp()
return $this->creationTimestamp;
}
- public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
- {
- $this->deprecated = $deprecated;
- }
-
- public function getDeprecated()
- {
- return $this->deprecated;
- }
-
public function setDescription($description)
{
$this->description = $description;
@@ -6555,14 +8183,14 @@ public function getDescription()
return $this->description;
}
- public function setDiskSizeGb($diskSizeGb)
+ public function setDisks($disks)
{
- $this->diskSizeGb = $diskSizeGb;
+ $this->disks = $disks;
}
- public function getDiskSizeGb()
+ public function getDisks()
{
- return $this->diskSizeGb;
+ return $this->disks;
}
public function setId($id)
@@ -6585,6 +8213,26 @@ public function getKind()
return $this->kind;
}
+ public function setMachineType($machineType)
+ {
+ $this->machineType = $machineType;
+ }
+
+ public function getMachineType()
+ {
+ return $this->machineType;
+ }
+
+ public function setMetadata(Google_Service_Compute_Metadata $metadata)
+ {
+ $this->metadata = $metadata;
+ }
+
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
+
public function setName($name)
{
$this->name = $name;
@@ -6595,14 +8243,24 @@ public function getName()
return $this->name;
}
- public function setRawDisk(Google_Service_Compute_ImageRawDisk $rawDisk)
+ public function setNetworkInterfaces($networkInterfaces)
{
- $this->rawDisk = $rawDisk;
+ $this->networkInterfaces = $networkInterfaces;
}
- public function getRawDisk()
+ public function getNetworkInterfaces()
{
- return $this->rawDisk;
+ return $this->networkInterfaces;
+ }
+
+ public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
+ {
+ $this->scheduling = $scheduling;
+ }
+
+ public function getScheduling()
+ {
+ return $this->scheduling;
}
public function setSelfLink($selfLink)
@@ -6615,14 +8273,14 @@ public function getSelfLink()
return $this->selfLink;
}
- public function setSourceType($sourceType)
+ public function setServiceAccounts($serviceAccounts)
{
- $this->sourceType = $sourceType;
+ $this->serviceAccounts = $serviceAccounts;
}
- public function getSourceType()
+ public function getServiceAccounts()
{
- return $this->sourceType;
+ return $this->serviceAccounts;
}
public function setStatus($status)
@@ -6632,14 +8290,104 @@ public function setStatus($status)
public function getStatus()
{
- return $this->status;
+ return $this->status;
+ }
+
+ public function setStatusMessage($statusMessage)
+ {
+ $this->statusMessage = $statusMessage;
+ }
+
+ public function getStatusMessage()
+ {
+ return $this->statusMessage;
+ }
+
+ public function setTags(Google_Service_Compute_Tags $tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+
+ public function getZone()
+ {
+ return $this->zone;
+ }
+}
+
+class Google_Service_Compute_InstanceAggregatedList extends Google_Model
+{
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_InstancesScopedList';
+ protected $itemsDataType = 'map';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
}
}
-class Google_Service_Compute_ImageList extends Google_Collection
+class Google_Service_Compute_InstanceList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_Image';
+ protected $itemsType = 'Google_Service_Compute_Instance';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -6696,227 +8444,260 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_ImageRawDisk extends Google_Model
+class Google_Service_Compute_InstanceReference extends Google_Model
{
- public $containerType;
- public $sha1Checksum;
- public $source;
+ public $instance;
- public function setContainerType($containerType)
+ public function setInstance($instance)
{
- $this->containerType = $containerType;
+ $this->instance = $instance;
}
- public function getContainerType()
+ public function getInstance()
{
- return $this->containerType;
+ return $this->instance;
}
+}
- public function setSha1Checksum($sha1Checksum)
+class Google_Service_Compute_InstancesScopedList extends Google_Collection
+{
+ protected $instancesType = 'Google_Service_Compute_Instance';
+ protected $instancesDataType = 'array';
+ protected $warningType = 'Google_Service_Compute_InstancesScopedListWarning';
+ protected $warningDataType = '';
+
+ public function setInstances($instances)
{
- $this->sha1Checksum = $sha1Checksum;
+ $this->instances = $instances;
}
- public function getSha1Checksum()
+ public function getInstances()
{
- return $this->sha1Checksum;
+ return $this->instances;
}
- public function setSource($source)
+ public function setWarning(Google_Service_Compute_InstancesScopedListWarning $warning)
{
- $this->source = $source;
+ $this->warning = $warning;
}
- public function getSource()
+ public function getWarning()
{
- return $this->source;
+ return $this->warning;
}
}
-class Google_Service_Compute_Instance extends Google_Collection
+class Google_Service_Compute_InstancesScopedListWarning extends Google_Collection
{
- public $canIpForward;
- public $creationTimestamp;
- public $description;
- protected $disksType = 'Google_Service_Compute_AttachedDisk';
- protected $disksDataType = 'array';
- public $id;
- public $kind;
- public $machineType;
- protected $metadataType = 'Google_Service_Compute_Metadata';
- protected $metadataDataType = '';
- public $name;
- protected $networkInterfacesType = 'Google_Service_Compute_NetworkInterface';
- protected $networkInterfacesDataType = 'array';
- protected $schedulingType = 'Google_Service_Compute_Scheduling';
- protected $schedulingDataType = '';
- public $selfLink;
- protected $serviceAccountsType = 'Google_Service_Compute_ServiceAccount';
- protected $serviceAccountsDataType = 'array';
- public $status;
- public $statusMessage;
- protected $tagsType = 'Google_Service_Compute_Tags';
- protected $tagsDataType = '';
- public $zone;
+ public $code;
+ protected $dataType = 'Google_Service_Compute_InstancesScopedListWarningData';
+ protected $dataDataType = 'array';
+ public $message;
- public function setCanIpForward($canIpForward)
+ public function setCode($code)
{
- $this->canIpForward = $canIpForward;
+ $this->code = $code;
}
- public function getCanIpForward()
+ public function getCode()
{
- return $this->canIpForward;
+ return $this->code;
}
- public function setCreationTimestamp($creationTimestamp)
+ public function setData($data)
{
- $this->creationTimestamp = $creationTimestamp;
+ $this->data = $data;
}
- public function getCreationTimestamp()
+ public function getData()
{
- return $this->creationTimestamp;
+ return $this->data;
}
- public function setDescription($description)
+ public function setMessage($message)
{
- $this->description = $description;
+ $this->message = $message;
}
- public function getDescription()
+ public function getMessage()
{
- return $this->description;
+ return $this->message;
}
+}
- public function setDisks($disks)
+class Google_Service_Compute_InstancesScopedListWarningData extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
{
- $this->disks = $disks;
+ $this->key = $key;
}
- public function getDisks()
+ public function getKey()
{
- return $this->disks;
+ return $this->key;
}
- public function setId($id)
+ public function setValue($value)
{
- $this->id = $id;
+ $this->value = $value;
}
- public function getId()
+ public function getValue()
{
- return $this->id;
+ return $this->value;
}
+}
- public function setKind($kind)
+class Google_Service_Compute_MachineType extends Google_Collection
+{
+ public $creationTimestamp;
+ protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
+ protected $deprecatedDataType = '';
+ public $description;
+ public $guestCpus;
+ public $id;
+ public $imageSpaceGb;
+ public $kind;
+ public $maximumPersistentDisks;
+ public $maximumPersistentDisksSizeGb;
+ public $memoryMb;
+ public $name;
+ protected $scratchDisksType = 'Google_Service_Compute_MachineTypeScratchDisks';
+ protected $scratchDisksDataType = 'array';
+ public $selfLink;
+ public $zone;
+
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->kind = $kind;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getKind()
+ public function getCreationTimestamp()
{
- return $this->kind;
+ return $this->creationTimestamp;
}
- public function setMachineType($machineType)
+ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
- $this->machineType = $machineType;
+ $this->deprecated = $deprecated;
}
- public function getMachineType()
+ public function getDeprecated()
{
- return $this->machineType;
+ return $this->deprecated;
}
- public function setMetadata(Google_Service_Compute_Metadata $metadata)
+ public function setDescription($description)
{
- $this->metadata = $metadata;
+ $this->description = $description;
}
- public function getMetadata()
+ public function getDescription()
{
- return $this->metadata;
+ return $this->description;
}
- public function setName($name)
+ public function setGuestCpus($guestCpus)
{
- $this->name = $name;
+ $this->guestCpus = $guestCpus;
}
- public function getName()
+ public function getGuestCpus()
{
- return $this->name;
+ return $this->guestCpus;
}
- public function setNetworkInterfaces($networkInterfaces)
+ public function setId($id)
{
- $this->networkInterfaces = $networkInterfaces;
+ $this->id = $id;
}
- public function getNetworkInterfaces()
+ public function getId()
{
- return $this->networkInterfaces;
+ return $this->id;
}
- public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
+ public function setImageSpaceGb($imageSpaceGb)
{
- $this->scheduling = $scheduling;
+ $this->imageSpaceGb = $imageSpaceGb;
}
- public function getScheduling()
+ public function getImageSpaceGb()
{
- return $this->scheduling;
+ return $this->imageSpaceGb;
}
- public function setSelfLink($selfLink)
+ public function setKind($kind)
{
- $this->selfLink = $selfLink;
+ $this->kind = $kind;
}
- public function getSelfLink()
+ public function getKind()
{
- return $this->selfLink;
+ return $this->kind;
}
- public function setServiceAccounts($serviceAccounts)
+ public function setMaximumPersistentDisks($maximumPersistentDisks)
{
- $this->serviceAccounts = $serviceAccounts;
+ $this->maximumPersistentDisks = $maximumPersistentDisks;
}
- public function getServiceAccounts()
+ public function getMaximumPersistentDisks()
{
- return $this->serviceAccounts;
+ return $this->maximumPersistentDisks;
}
- public function setStatus($status)
+ public function setMaximumPersistentDisksSizeGb($maximumPersistentDisksSizeGb)
{
- $this->status = $status;
+ $this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb;
}
- public function getStatus()
+ public function getMaximumPersistentDisksSizeGb()
{
- return $this->status;
+ return $this->maximumPersistentDisksSizeGb;
}
- public function setStatusMessage($statusMessage)
+ public function setMemoryMb($memoryMb)
{
- $this->statusMessage = $statusMessage;
+ $this->memoryMb = $memoryMb;
}
- public function getStatusMessage()
+ public function getMemoryMb()
{
- return $this->statusMessage;
+ return $this->memoryMb;
}
- public function setTags(Google_Service_Compute_Tags $tags)
+ public function setName($name)
{
- $this->tags = $tags;
+ $this->name = $name;
}
- public function getTags()
+ public function getName()
{
- return $this->tags;
+ return $this->name;
+ }
+
+ public function setScratchDisks($scratchDisks)
+ {
+ $this->scratchDisks = $scratchDisks;
+ }
+
+ public function getScratchDisks()
+ {
+ return $this->scratchDisks;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
}
public function setZone($zone)
@@ -6930,10 +8711,10 @@ public function getZone()
}
}
-class Google_Service_Compute_InstanceAggregatedList extends Google_Model
+class Google_Service_Compute_MachineTypeAggregatedList extends Google_Model
{
public $id;
- protected $itemsType = 'Google_Service_Compute_InstancesScopedList';
+ protected $itemsType = 'Google_Service_Compute_MachineTypesScopedList';
protected $itemsDataType = 'map';
public $kind;
public $nextPageToken;
@@ -6990,10 +8771,10 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_InstanceList extends Google_Collection
+class Google_Service_Compute_MachineTypeList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_Instance';
+ protected $itemsType = 'Google_Service_Compute_MachineType';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -7050,39 +8831,39 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_InstanceReference extends Google_Model
+class Google_Service_Compute_MachineTypeScratchDisks extends Google_Model
{
- public $instance;
+ public $diskGb;
- public function setInstance($instance)
+ public function setDiskGb($diskGb)
{
- $this->instance = $instance;
+ $this->diskGb = $diskGb;
}
- public function getInstance()
+ public function getDiskGb()
{
- return $this->instance;
+ return $this->diskGb;
}
}
-class Google_Service_Compute_InstancesScopedList extends Google_Collection
+class Google_Service_Compute_MachineTypesScopedList extends Google_Collection
{
- protected $instancesType = 'Google_Service_Compute_Instance';
- protected $instancesDataType = 'array';
- protected $warningType = 'Google_Service_Compute_InstancesScopedListWarning';
+ protected $machineTypesType = 'Google_Service_Compute_MachineType';
+ protected $machineTypesDataType = 'array';
+ protected $warningType = 'Google_Service_Compute_MachineTypesScopedListWarning';
protected $warningDataType = '';
- public function setInstances($instances)
+ public function setMachineTypes($machineTypes)
{
- $this->instances = $instances;
+ $this->machineTypes = $machineTypes;
}
- public function getInstances()
+ public function getMachineTypes()
{
- return $this->instances;
+ return $this->machineTypes;
}
- public function setWarning(Google_Service_Compute_InstancesScopedListWarning $warning)
+ public function setWarning(Google_Service_Compute_MachineTypesScopedListWarning $warning)
{
$this->warning = $warning;
}
@@ -7093,10 +8874,10 @@ public function getWarning()
}
}
-class Google_Service_Compute_InstancesScopedListWarning extends Google_Collection
+class Google_Service_Compute_MachineTypesScopedListWarning extends Google_Collection
{
public $code;
- protected $dataType = 'Google_Service_Compute_InstancesScopedListWarningData';
+ protected $dataType = 'Google_Service_Compute_MachineTypesScopedListWarningData';
protected $dataDataType = 'array';
public $message;
@@ -7131,7 +8912,7 @@ public function getMessage()
}
}
-class Google_Service_Compute_InstancesScopedListWarningData extends Google_Model
+class Google_Service_Compute_MachineTypesScopedListWarningData extends Google_Model
{
public $key;
public $value;
@@ -7157,43 +8938,99 @@ public function getValue()
}
}
-class Google_Service_Compute_MachineType extends Google_Collection
+class Google_Service_Compute_Metadata extends Google_Collection
+{
+ public $fingerprint;
+ protected $itemsType = 'Google_Service_Compute_MetadataItems';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Compute_MetadataItems extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Compute_Network extends Google_Model
{
+ public $iPv4Range;
public $creationTimestamp;
- protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
- protected $deprecatedDataType = '';
public $description;
- public $guestCpus;
+ public $gatewayIPv4;
public $id;
- public $imageSpaceGb;
public $kind;
- public $maximumPersistentDisks;
- public $maximumPersistentDisksSizeGb;
- public $memoryMb;
public $name;
- protected $scratchDisksType = 'Google_Service_Compute_MachineTypeScratchDisks';
- protected $scratchDisksDataType = 'array';
public $selfLink;
- public $zone;
- public function setCreationTimestamp($creationTimestamp)
+ public function setIPv4Range($iPv4Range)
{
- $this->creationTimestamp = $creationTimestamp;
+ $this->iPv4Range = $iPv4Range;
}
- public function getCreationTimestamp()
+ public function getIPv4Range()
{
- return $this->creationTimestamp;
+ return $this->iPv4Range;
}
- public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->deprecated = $deprecated;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getDeprecated()
+ public function getCreationTimestamp()
{
- return $this->deprecated;
+ return $this->creationTimestamp;
}
public function setDescription($description)
@@ -7206,14 +9043,14 @@ public function getDescription()
return $this->description;
}
- public function setGuestCpus($guestCpus)
+ public function setGatewayIPv4($gatewayIPv4)
{
- $this->guestCpus = $guestCpus;
+ $this->gatewayIPv4 = $gatewayIPv4;
}
- public function getGuestCpus()
+ public function getGatewayIPv4()
{
- return $this->guestCpus;
+ return $this->gatewayIPv4;
}
public function setId($id)
@@ -7226,16 +9063,6 @@ public function getId()
return $this->id;
}
- public function setImageSpaceGb($imageSpaceGb)
- {
- $this->imageSpaceGb = $imageSpaceGb;
- }
-
- public function getImageSpaceGb()
- {
- return $this->imageSpaceGb;
- }
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -7246,34 +9073,43 @@ public function getKind()
return $this->kind;
}
- public function setMaximumPersistentDisks($maximumPersistentDisks)
+ public function setName($name)
{
- $this->maximumPersistentDisks = $maximumPersistentDisks;
+ $this->name = $name;
}
- public function getMaximumPersistentDisks()
+ public function getName()
{
- return $this->maximumPersistentDisks;
+ return $this->name;
}
- public function setMaximumPersistentDisksSizeGb($maximumPersistentDisksSizeGb)
+ public function setSelfLink($selfLink)
{
- $this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb;
+ $this->selfLink = $selfLink;
}
- public function getMaximumPersistentDisksSizeGb()
+ public function getSelfLink()
{
- return $this->maximumPersistentDisksSizeGb;
+ return $this->selfLink;
}
+}
- public function setMemoryMb($memoryMb)
+class Google_Service_Compute_NetworkInterface extends Google_Collection
+{
+ protected $accessConfigsType = 'Google_Service_Compute_AccessConfig';
+ protected $accessConfigsDataType = 'array';
+ public $name;
+ public $network;
+ public $networkIP;
+
+ public function setAccessConfigs($accessConfigs)
{
- $this->memoryMb = $memoryMb;
+ $this->accessConfigs = $accessConfigs;
}
- public function getMemoryMb()
+ public function getAccessConfigs()
{
- return $this->memoryMb;
+ return $this->accessConfigs;
}
public function setName($name)
@@ -7286,42 +9122,32 @@ public function getName()
return $this->name;
}
- public function setScratchDisks($scratchDisks)
- {
- $this->scratchDisks = $scratchDisks;
- }
-
- public function getScratchDisks()
- {
- return $this->scratchDisks;
- }
-
- public function setSelfLink($selfLink)
+ public function setNetwork($network)
{
- $this->selfLink = $selfLink;
+ $this->network = $network;
}
- public function getSelfLink()
+ public function getNetwork()
{
- return $this->selfLink;
+ return $this->network;
}
- public function setZone($zone)
+ public function setNetworkIP($networkIP)
{
- $this->zone = $zone;
+ $this->networkIP = $networkIP;
}
- public function getZone()
+ public function getNetworkIP()
{
- return $this->zone;
+ return $this->networkIP;
}
}
-class Google_Service_Compute_MachineTypeAggregatedList extends Google_Model
+class Google_Service_Compute_NetworkList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_MachineTypesScopedList';
- protected $itemsDataType = 'map';
+ protected $itemsType = 'Google_Service_Compute_Network';
+ protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
public $selfLink;
@@ -7377,287 +9203,262 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_MachineTypeList extends Google_Collection
+class Google_Service_Compute_Operation extends Google_Collection
{
+ public $clientOperationId;
+ public $creationTimestamp;
+ public $endTime;
+ protected $errorType = 'Google_Service_Compute_OperationError';
+ protected $errorDataType = '';
+ public $httpErrorMessage;
+ public $httpErrorStatusCode;
public $id;
- protected $itemsType = 'Google_Service_Compute_MachineType';
- protected $itemsDataType = 'array';
+ public $insertTime;
public $kind;
- public $nextPageToken;
+ public $name;
+ public $operationType;
+ public $progress;
+ public $region;
public $selfLink;
+ public $startTime;
+ public $status;
+ public $statusMessage;
+ public $targetId;
+ public $targetLink;
+ public $user;
+ protected $warningsType = 'Google_Service_Compute_OperationWarnings';
+ protected $warningsDataType = 'array';
+ public $zone;
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
+ public function setClientOperationId($clientOperationId)
{
- return $this->id;
+ $this->clientOperationId = $clientOperationId;
}
- public function setItems($items)
+ public function getClientOperationId()
{
- $this->items = $items;
+ return $this->clientOperationId;
}
- public function getItems()
+ public function setCreationTimestamp($creationTimestamp)
{
- return $this->items;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function setKind($kind)
+ public function getCreationTimestamp()
{
- $this->kind = $kind;
+ return $this->creationTimestamp;
}
- public function getKind()
+ public function setEndTime($endTime)
{
- return $this->kind;
+ $this->endTime = $endTime;
}
- public function setNextPageToken($nextPageToken)
+ public function getEndTime()
{
- $this->nextPageToken = $nextPageToken;
+ return $this->endTime;
}
- public function getNextPageToken()
+ public function setError(Google_Service_Compute_OperationError $error)
{
- return $this->nextPageToken;
+ $this->error = $error;
}
- public function setSelfLink($selfLink)
+ public function getError()
{
- $this->selfLink = $selfLink;
+ return $this->error;
}
- public function getSelfLink()
+ public function setHttpErrorMessage($httpErrorMessage)
{
- return $this->selfLink;
+ $this->httpErrorMessage = $httpErrorMessage;
}
-}
-
-class Google_Service_Compute_MachineTypeScratchDisks extends Google_Model
-{
- public $diskGb;
- public function setDiskGb($diskGb)
+ public function getHttpErrorMessage()
{
- $this->diskGb = $diskGb;
+ return $this->httpErrorMessage;
}
- public function getDiskGb()
+ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
- return $this->diskGb;
+ $this->httpErrorStatusCode = $httpErrorStatusCode;
}
-}
-
-class Google_Service_Compute_MachineTypesScopedList extends Google_Collection
-{
- protected $machineTypesType = 'Google_Service_Compute_MachineType';
- protected $machineTypesDataType = 'array';
- protected $warningType = 'Google_Service_Compute_MachineTypesScopedListWarning';
- protected $warningDataType = '';
- public function setMachineTypes($machineTypes)
+ public function getHttpErrorStatusCode()
{
- $this->machineTypes = $machineTypes;
+ return $this->httpErrorStatusCode;
}
- public function getMachineTypes()
+ public function setId($id)
{
- return $this->machineTypes;
+ $this->id = $id;
}
- public function setWarning(Google_Service_Compute_MachineTypesScopedListWarning $warning)
+ public function getId()
{
- $this->warning = $warning;
+ return $this->id;
}
- public function getWarning()
+ public function setInsertTime($insertTime)
{
- return $this->warning;
+ $this->insertTime = $insertTime;
}
-}
-
-class Google_Service_Compute_MachineTypesScopedListWarning extends Google_Collection
-{
- public $code;
- protected $dataType = 'Google_Service_Compute_MachineTypesScopedListWarningData';
- protected $dataDataType = 'array';
- public $message;
- public function setCode($code)
+ public function getInsertTime()
{
- $this->code = $code;
+ return $this->insertTime;
}
- public function getCode()
+ public function setKind($kind)
{
- return $this->code;
+ $this->kind = $kind;
}
- public function setData($data)
+ public function getKind()
{
- $this->data = $data;
+ return $this->kind;
}
- public function getData()
+ public function setName($name)
{
- return $this->data;
+ $this->name = $name;
}
- public function setMessage($message)
+ public function getName()
{
- $this->message = $message;
+ return $this->name;
}
- public function getMessage()
+ public function setOperationType($operationType)
{
- return $this->message;
+ $this->operationType = $operationType;
}
-}
-
-class Google_Service_Compute_MachineTypesScopedListWarningData extends Google_Model
-{
- public $key;
- public $value;
- public function setKey($key)
+ public function getOperationType()
{
- $this->key = $key;
+ return $this->operationType;
}
- public function getKey()
+ public function setProgress($progress)
{
- return $this->key;
+ $this->progress = $progress;
}
- public function setValue($value)
+ public function getProgress()
{
- $this->value = $value;
+ return $this->progress;
}
- public function getValue()
+ public function setRegion($region)
{
- return $this->value;
+ $this->region = $region;
}
-}
-
-class Google_Service_Compute_Metadata extends Google_Collection
-{
- public $fingerprint;
- protected $itemsType = 'Google_Service_Compute_MetadataItems';
- protected $itemsDataType = 'array';
- public $kind;
- public function setFingerprint($fingerprint)
+ public function getRegion()
{
- $this->fingerprint = $fingerprint;
+ return $this->region;
}
- public function getFingerprint()
+ public function setSelfLink($selfLink)
{
- return $this->fingerprint;
+ $this->selfLink = $selfLink;
}
- public function setItems($items)
+ public function getSelfLink()
{
- $this->items = $items;
+ return $this->selfLink;
}
- public function getItems()
+ public function setStartTime($startTime)
{
- return $this->items;
+ $this->startTime = $startTime;
}
- public function setKind($kind)
+ public function getStartTime()
{
- $this->kind = $kind;
+ return $this->startTime;
}
- public function getKind()
+ public function setStatus($status)
{
- return $this->kind;
+ $this->status = $status;
}
-}
-
-class Google_Service_Compute_MetadataItems extends Google_Model
-{
- public $key;
- public $value;
- public function setKey($key)
+ public function getStatus()
{
- $this->key = $key;
+ return $this->status;
}
- public function getKey()
+ public function setStatusMessage($statusMessage)
{
- return $this->key;
+ $this->statusMessage = $statusMessage;
}
- public function setValue($value)
+ public function getStatusMessage()
{
- $this->value = $value;
+ return $this->statusMessage;
}
- public function getValue()
+ public function setTargetId($targetId)
{
- return $this->value;
+ $this->targetId = $targetId;
}
-}
-class Google_Service_Compute_Network extends Google_Model
-{
- public $iPv4Range;
- public $creationTimestamp;
- public $description;
- public $gatewayIPv4;
- public $id;
- public $kind;
- public $name;
- public $selfLink;
+ public function getTargetId()
+ {
+ return $this->targetId;
+ }
- public function setIPv4Range($iPv4Range)
+ public function setTargetLink($targetLink)
{
- $this->iPv4Range = $iPv4Range;
+ $this->targetLink = $targetLink;
}
- public function getIPv4Range()
+ public function getTargetLink()
{
- return $this->iPv4Range;
+ return $this->targetLink;
}
- public function setCreationTimestamp($creationTimestamp)
+ public function setUser($user)
{
- $this->creationTimestamp = $creationTimestamp;
+ $this->user = $user;
}
- public function getCreationTimestamp()
+ public function getUser()
{
- return $this->creationTimestamp;
+ return $this->user;
}
- public function setDescription($description)
+ public function setWarnings($warnings)
{
- $this->description = $description;
+ $this->warnings = $warnings;
}
- public function getDescription()
+ public function getWarnings()
{
- return $this->description;
+ return $this->warnings;
}
- public function setGatewayIPv4($gatewayIPv4)
+ public function setZone($zone)
{
- $this->gatewayIPv4 = $gatewayIPv4;
+ $this->zone = $zone;
}
- public function getGatewayIPv4()
+ public function getZone()
{
- return $this->gatewayIPv4;
+ return $this->zone;
}
+}
+
+class Google_Service_Compute_OperationAggregatedList extends Google_Model
+{
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_OperationsScopedList';
+ protected $itemsDataType = 'map';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
public function setId($id)
{
@@ -7669,6 +9470,16 @@ public function getId()
return $this->id;
}
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
public function setKind($kind)
{
$this->kind = $kind;
@@ -7679,14 +9490,14 @@ public function getKind()
return $this->kind;
}
- public function setName($name)
+ public function setNextPageToken($nextPageToken)
{
- $this->name = $name;
+ $this->nextPageToken = $nextPageToken;
}
- public function getName()
+ public function getNextPageToken()
{
- return $this->name;
+ return $this->nextPageToken;
}
public function setSelfLink($selfLink)
@@ -7700,59 +9511,63 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_NetworkInterface extends Google_Collection
+class Google_Service_Compute_OperationError extends Google_Collection
{
- protected $accessConfigsType = 'Google_Service_Compute_AccessConfig';
- protected $accessConfigsDataType = 'array';
- public $name;
- public $network;
- public $networkIP;
+ protected $errorsType = 'Google_Service_Compute_OperationErrorErrors';
+ protected $errorsDataType = 'array';
- public function setAccessConfigs($accessConfigs)
+ public function setErrors($errors)
{
- $this->accessConfigs = $accessConfigs;
+ $this->errors = $errors;
}
- public function getAccessConfigs()
+ public function getErrors()
{
- return $this->accessConfigs;
+ return $this->errors;
}
+}
- public function setName($name)
+class Google_Service_Compute_OperationErrorErrors extends Google_Model
+{
+ public $code;
+ public $location;
+ public $message;
+
+ public function setCode($code)
{
- $this->name = $name;
+ $this->code = $code;
}
- public function getName()
+ public function getCode()
{
- return $this->name;
+ return $this->code;
}
- public function setNetwork($network)
+ public function setLocation($location)
{
- $this->network = $network;
+ $this->location = $location;
}
- public function getNetwork()
+ public function getLocation()
{
- return $this->network;
+ return $this->location;
}
- public function setNetworkIP($networkIP)
+ public function setMessage($message)
{
- $this->networkIP = $networkIP;
+ $this->message = $message;
}
- public function getNetworkIP()
+ public function getMessage()
{
- return $this->networkIP;
+ return $this->message;
}
}
-class Google_Service_Compute_NetworkList extends Google_Collection
+class Google_Service_Compute_OperationList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_Network';
+ protected $itemsType = 'Google_Service_Compute_Operation';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -7809,262 +9624,281 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_Operation extends Google_Collection
+class Google_Service_Compute_OperationWarnings extends Google_Collection
{
- public $clientOperationId;
- public $creationTimestamp;
- public $endTime;
- protected $errorType = 'Google_Service_Compute_OperationError';
- protected $errorDataType = '';
- public $httpErrorMessage;
- public $httpErrorStatusCode;
- public $id;
- public $insertTime;
- public $kind;
- public $name;
- public $operationType;
- public $progress;
- public $region;
- public $selfLink;
- public $startTime;
- public $status;
- public $statusMessage;
- public $targetId;
- public $targetLink;
- public $user;
- protected $warningsType = 'Google_Service_Compute_OperationWarnings';
- protected $warningsDataType = 'array';
- public $zone;
+ public $code;
+ protected $dataType = 'Google_Service_Compute_OperationWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
- public function setClientOperationId($clientOperationId)
+ public function setCode($code)
{
- $this->clientOperationId = $clientOperationId;
+ $this->code = $code;
}
- public function getClientOperationId()
+ public function getCode()
{
- return $this->clientOperationId;
+ return $this->code;
}
- public function setCreationTimestamp($creationTimestamp)
+ public function setData($data)
{
- $this->creationTimestamp = $creationTimestamp;
+ $this->data = $data;
}
- public function getCreationTimestamp()
+ public function getData()
{
- return $this->creationTimestamp;
+ return $this->data;
}
- public function setEndTime($endTime)
+ public function setMessage($message)
{
- $this->endTime = $endTime;
+ $this->message = $message;
}
- public function getEndTime()
+ public function getMessage()
{
- return $this->endTime;
+ return $this->message;
}
+}
- public function setError(Google_Service_Compute_OperationError $error)
- {
- $this->error = $error;
- }
+class Google_Service_Compute_OperationWarningsData extends Google_Model
+{
+ public $key;
+ public $value;
- public function getError()
+ public function setKey($key)
{
- return $this->error;
+ $this->key = $key;
}
- public function setHttpErrorMessage($httpErrorMessage)
+ public function getKey()
{
- $this->httpErrorMessage = $httpErrorMessage;
+ return $this->key;
}
- public function getHttpErrorMessage()
+ public function setValue($value)
{
- return $this->httpErrorMessage;
+ $this->value = $value;
}
- public function setHttpErrorStatusCode($httpErrorStatusCode)
+ public function getValue()
{
- $this->httpErrorStatusCode = $httpErrorStatusCode;
+ return $this->value;
}
+}
- public function getHttpErrorStatusCode()
- {
- return $this->httpErrorStatusCode;
- }
+class Google_Service_Compute_OperationsScopedList extends Google_Collection
+{
+ protected $operationsType = 'Google_Service_Compute_Operation';
+ protected $operationsDataType = 'array';
+ protected $warningType = 'Google_Service_Compute_OperationsScopedListWarning';
+ protected $warningDataType = '';
- public function setId($id)
+ public function setOperations($operations)
{
- $this->id = $id;
+ $this->operations = $operations;
}
- public function getId()
+ public function getOperations()
{
- return $this->id;
+ return $this->operations;
}
- public function setInsertTime($insertTime)
+ public function setWarning(Google_Service_Compute_OperationsScopedListWarning $warning)
{
- $this->insertTime = $insertTime;
+ $this->warning = $warning;
}
- public function getInsertTime()
+ public function getWarning()
{
- return $this->insertTime;
+ return $this->warning;
}
+}
- public function setKind($kind)
+class Google_Service_Compute_OperationsScopedListWarning extends Google_Collection
+{
+ public $code;
+ protected $dataType = 'Google_Service_Compute_OperationsScopedListWarningData';
+ protected $dataDataType = 'array';
+ public $message;
+
+ public function setCode($code)
{
- $this->kind = $kind;
+ $this->code = $code;
}
- public function getKind()
+ public function getCode()
{
- return $this->kind;
+ return $this->code;
}
- public function setName($name)
+ public function setData($data)
{
- $this->name = $name;
+ $this->data = $data;
}
- public function getName()
+ public function getData()
{
- return $this->name;
+ return $this->data;
}
- public function setOperationType($operationType)
+ public function setMessage($message)
{
- $this->operationType = $operationType;
+ $this->message = $message;
}
- public function getOperationType()
+ public function getMessage()
{
- return $this->operationType;
+ return $this->message;
}
+}
- public function setProgress($progress)
+class Google_Service_Compute_OperationsScopedListWarningData extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
{
- $this->progress = $progress;
+ $this->key = $key;
}
- public function getProgress()
+ public function getKey()
{
- return $this->progress;
+ return $this->key;
}
- public function setRegion($region)
+ public function setValue($value)
{
- $this->region = $region;
+ $this->value = $value;
}
- public function getRegion()
+ public function getValue()
{
- return $this->region;
+ return $this->value;
}
+}
- public function setSelfLink($selfLink)
+class Google_Service_Compute_PathMatcher extends Google_Collection
+{
+ public $defaultService;
+ public $description;
+ public $name;
+ protected $pathRulesType = 'Google_Service_Compute_PathRule';
+ protected $pathRulesDataType = 'array';
+
+ public function setDefaultService($defaultService)
{
- $this->selfLink = $selfLink;
+ $this->defaultService = $defaultService;
}
- public function getSelfLink()
+ public function getDefaultService()
{
- return $this->selfLink;
+ return $this->defaultService;
}
- public function setStartTime($startTime)
+ public function setDescription($description)
{
- $this->startTime = $startTime;
+ $this->description = $description;
}
- public function getStartTime()
+ public function getDescription()
{
- return $this->startTime;
+ return $this->description;
}
- public function setStatus($status)
+ public function setName($name)
{
- $this->status = $status;
+ $this->name = $name;
}
- public function getStatus()
+ public function getName()
{
- return $this->status;
+ return $this->name;
}
- public function setStatusMessage($statusMessage)
+ public function setPathRules($pathRules)
{
- $this->statusMessage = $statusMessage;
+ $this->pathRules = $pathRules;
}
- public function getStatusMessage()
+ public function getPathRules()
{
- return $this->statusMessage;
+ return $this->pathRules;
}
+}
- public function setTargetId($targetId)
+class Google_Service_Compute_PathRule extends Google_Collection
+{
+ public $paths;
+ public $service;
+
+ public function setPaths($paths)
{
- $this->targetId = $targetId;
+ $this->paths = $paths;
}
- public function getTargetId()
+ public function getPaths()
{
- return $this->targetId;
+ return $this->paths;
}
- public function setTargetLink($targetLink)
+ public function setService($service)
{
- $this->targetLink = $targetLink;
+ $this->service = $service;
}
- public function getTargetLink()
+ public function getService()
{
- return $this->targetLink;
+ return $this->service;
}
+}
+
+class Google_Service_Compute_Project extends Google_Collection
+{
+ protected $commonInstanceMetadataType = 'Google_Service_Compute_Metadata';
+ protected $commonInstanceMetadataDataType = '';
+ public $creationTimestamp;
+ public $description;
+ public $id;
+ public $kind;
+ public $name;
+ protected $quotasType = 'Google_Service_Compute_Quota';
+ protected $quotasDataType = 'array';
+ public $selfLink;
+ protected $usageExportLocationType = 'Google_Service_Compute_UsageExportLocation';
+ protected $usageExportLocationDataType = '';
- public function setUser($user)
+ public function setCommonInstanceMetadata(Google_Service_Compute_Metadata $commonInstanceMetadata)
{
- $this->user = $user;
+ $this->commonInstanceMetadata = $commonInstanceMetadata;
}
- public function getUser()
+ public function getCommonInstanceMetadata()
{
- return $this->user;
+ return $this->commonInstanceMetadata;
}
- public function setWarnings($warnings)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->warnings = $warnings;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getWarnings()
+ public function getCreationTimestamp()
{
- return $this->warnings;
+ return $this->creationTimestamp;
}
- public function setZone($zone)
+ public function setDescription($description)
{
- $this->zone = $zone;
+ $this->description = $description;
}
- public function getZone()
+ public function getDescription()
{
- return $this->zone;
+ return $this->description;
}
-}
-
-class Google_Service_Compute_OperationAggregatedList extends Google_Model
-{
- public $id;
- protected $itemsType = 'Google_Service_Compute_OperationsScopedList';
- protected $itemsDataType = 'map';
- public $kind;
- public $nextPageToken;
- public $selfLink;
public function setId($id)
{
@@ -8076,34 +9910,34 @@ public function getId()
return $this->id;
}
- public function setItems($items)
+ public function setKind($kind)
{
- $this->items = $items;
+ $this->kind = $kind;
}
- public function getItems()
+ public function getKind()
{
- return $this->items;
+ return $this->kind;
}
- public function setKind($kind)
+ public function setName($name)
{
- $this->kind = $kind;
+ $this->name = $name;
}
- public function getKind()
+ public function getName()
{
- return $this->kind;
+ return $this->name;
}
- public function setNextPageToken($nextPageToken)
+ public function setQuotas($quotas)
{
- $this->nextPageToken = $nextPageToken;
+ $this->quotas = $quotas;
}
- public function getNextPageToken()
+ public function getQuotas()
{
- return $this->nextPageToken;
+ return $this->quotas;
}
public function setSelfLink($selfLink)
@@ -8115,301 +9949,264 @@ public function getSelfLink()
{
return $this->selfLink;
}
-}
-
-class Google_Service_Compute_OperationError extends Google_Collection
-{
- protected $errorsType = 'Google_Service_Compute_OperationErrorErrors';
- protected $errorsDataType = 'array';
- public function setErrors($errors)
+ public function setUsageExportLocation(Google_Service_Compute_UsageExportLocation $usageExportLocation)
{
- $this->errors = $errors;
+ $this->usageExportLocation = $usageExportLocation;
}
- public function getErrors()
+ public function getUsageExportLocation()
{
- return $this->errors;
+ return $this->usageExportLocation;
}
}
-class Google_Service_Compute_OperationErrorErrors extends Google_Model
+class Google_Service_Compute_Quota extends Google_Model
{
- public $code;
- public $location;
- public $message;
+ public $limit;
+ public $metric;
+ public $usage;
- public function setCode($code)
+ public function setLimit($limit)
{
- $this->code = $code;
+ $this->limit = $limit;
}
- public function getCode()
+ public function getLimit()
{
- return $this->code;
+ return $this->limit;
}
- public function setLocation($location)
+ public function setMetric($metric)
{
- $this->location = $location;
+ $this->metric = $metric;
}
- public function getLocation()
+ public function getMetric()
{
- return $this->location;
+ return $this->metric;
}
- public function setMessage($message)
+ public function setUsage($usage)
{
- $this->message = $message;
+ $this->usage = $usage;
}
- public function getMessage()
+ public function getUsage()
{
- return $this->message;
+ return $this->usage;
}
}
-class Google_Service_Compute_OperationList extends Google_Collection
+class Google_Service_Compute_Region extends Google_Collection
{
+ public $creationTimestamp;
+ protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
+ protected $deprecatedDataType = '';
+ public $description;
public $id;
- protected $itemsType = 'Google_Service_Compute_Operation';
- protected $itemsDataType = 'array';
public $kind;
- public $nextPageToken;
+ public $name;
+ protected $quotasType = 'Google_Service_Compute_Quota';
+ protected $quotasDataType = 'array';
public $selfLink;
+ public $status;
+ public $zones;
- public function setId($id)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->id = $id;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getId()
+ public function getCreationTimestamp()
{
- return $this->id;
+ return $this->creationTimestamp;
}
- public function setItems($items)
+ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
- $this->items = $items;
+ $this->deprecated = $deprecated;
}
- public function getItems()
+ public function getDeprecated()
{
- return $this->items;
+ return $this->deprecated;
}
- public function setKind($kind)
+ public function setDescription($description)
{
- $this->kind = $kind;
+ $this->description = $description;
}
- public function getKind()
+ public function getDescription()
{
- return $this->kind;
+ return $this->description;
}
- public function setNextPageToken($nextPageToken)
+ public function setId($id)
{
- $this->nextPageToken = $nextPageToken;
+ $this->id = $id;
}
- public function getNextPageToken()
+ public function getId()
{
- return $this->nextPageToken;
+ return $this->id;
}
- public function setSelfLink($selfLink)
+ public function setKind($kind)
{
- $this->selfLink = $selfLink;
+ $this->kind = $kind;
}
- public function getSelfLink()
+ public function getKind()
{
- return $this->selfLink;
+ return $this->kind;
}
-}
-
-class Google_Service_Compute_OperationWarnings extends Google_Collection
-{
- public $code;
- protected $dataType = 'Google_Service_Compute_OperationWarningsData';
- protected $dataDataType = 'array';
- public $message;
- public function setCode($code)
+ public function setName($name)
{
- $this->code = $code;
+ $this->name = $name;
}
- public function getCode()
+ public function getName()
{
- return $this->code;
+ return $this->name;
}
- public function setData($data)
+ public function setQuotas($quotas)
{
- $this->data = $data;
+ $this->quotas = $quotas;
}
- public function getData()
+ public function getQuotas()
{
- return $this->data;
+ return $this->quotas;
}
- public function setMessage($message)
+ public function setSelfLink($selfLink)
{
- $this->message = $message;
+ $this->selfLink = $selfLink;
}
- public function getMessage()
+ public function getSelfLink()
{
- return $this->message;
+ return $this->selfLink;
}
-}
-
-class Google_Service_Compute_OperationWarningsData extends Google_Model
-{
- public $key;
- public $value;
- public function setKey($key)
+ public function setStatus($status)
{
- $this->key = $key;
+ $this->status = $status;
}
- public function getKey()
+ public function getStatus()
{
- return $this->key;
+ return $this->status;
}
- public function setValue($value)
+ public function setZones($zones)
{
- $this->value = $value;
+ $this->zones = $zones;
}
- public function getValue()
+ public function getZones()
{
- return $this->value;
+ return $this->zones;
}
}
-class Google_Service_Compute_OperationsScopedList extends Google_Collection
+class Google_Service_Compute_RegionList extends Google_Collection
{
- protected $operationsType = 'Google_Service_Compute_Operation';
- protected $operationsDataType = 'array';
- protected $warningType = 'Google_Service_Compute_OperationsScopedListWarning';
- protected $warningDataType = '';
-
- public function setOperations($operations)
- {
- $this->operations = $operations;
- }
-
- public function getOperations()
- {
- return $this->operations;
- }
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_Region';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
- public function setWarning(Google_Service_Compute_OperationsScopedListWarning $warning)
+ public function setId($id)
{
- $this->warning = $warning;
+ $this->id = $id;
}
- public function getWarning()
+ public function getId()
{
- return $this->warning;
+ return $this->id;
}
-}
-
-class Google_Service_Compute_OperationsScopedListWarning extends Google_Collection
-{
- public $code;
- protected $dataType = 'Google_Service_Compute_OperationsScopedListWarningData';
- protected $dataDataType = 'array';
- public $message;
- public function setCode($code)
+ public function setItems($items)
{
- $this->code = $code;
+ $this->items = $items;
}
- public function getCode()
+ public function getItems()
{
- return $this->code;
+ return $this->items;
}
- public function setData($data)
+ public function setKind($kind)
{
- $this->data = $data;
+ $this->kind = $kind;
}
- public function getData()
+ public function getKind()
{
- return $this->data;
+ return $this->kind;
}
- public function setMessage($message)
+ public function setNextPageToken($nextPageToken)
{
- $this->message = $message;
+ $this->nextPageToken = $nextPageToken;
}
- public function getMessage()
+ public function getNextPageToken()
{
- return $this->message;
+ return $this->nextPageToken;
}
-}
-
-class Google_Service_Compute_OperationsScopedListWarningData extends Google_Model
-{
- public $key;
- public $value;
- public function setKey($key)
+ public function setSelfLink($selfLink)
{
- $this->key = $key;
+ $this->selfLink = $selfLink;
}
- public function getKey()
+ public function getSelfLink()
{
- return $this->key;
+ return $this->selfLink;
}
+}
- public function setValue($value)
+class Google_Service_Compute_ResourceGroupReference extends Google_Model
+{
+ public $group;
+
+ public function setGroup($group)
{
- $this->value = $value;
+ $this->group = $group;
}
- public function getValue()
+ public function getGroup()
{
- return $this->value;
+ return $this->group;
}
}
-class Google_Service_Compute_Project extends Google_Collection
+class Google_Service_Compute_Route extends Google_Collection
{
- protected $commonInstanceMetadataType = 'Google_Service_Compute_Metadata';
- protected $commonInstanceMetadataDataType = '';
public $creationTimestamp;
public $description;
+ public $destRange;
public $id;
public $kind;
public $name;
- protected $quotasType = 'Google_Service_Compute_Quota';
- protected $quotasDataType = 'array';
+ public $network;
+ public $nextHopGateway;
+ public $nextHopInstance;
+ public $nextHopIp;
+ public $nextHopNetwork;
+ public $priority;
public $selfLink;
- protected $usageExportLocationType = 'Google_Service_Compute_UsageExportLocation';
- protected $usageExportLocationDataType = '';
-
- public function setCommonInstanceMetadata(Google_Service_Compute_Metadata $commonInstanceMetadata)
- {
- $this->commonInstanceMetadata = $commonInstanceMetadata;
- }
-
- public function getCommonInstanceMetadata()
- {
- return $this->commonInstanceMetadata;
- }
+ public $tags;
+ protected $warningsType = 'Google_Service_Compute_RouteWarnings';
+ protected $warningsDataType = 'array';
public function setCreationTimestamp($creationTimestamp)
{
@@ -8431,6 +10228,16 @@ public function getDescription()
return $this->description;
}
+ public function setDestRange($destRange)
+ {
+ $this->destRange = $destRange;
+ }
+
+ public function getDestRange()
+ {
+ return $this->destRange;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -8461,118 +10268,105 @@ public function getName()
return $this->name;
}
- public function setQuotas($quotas)
+ public function setNetwork($network)
{
- $this->quotas = $quotas;
+ $this->network = $network;
}
- public function getQuotas()
+ public function getNetwork()
{
- return $this->quotas;
+ return $this->network;
}
- public function setSelfLink($selfLink)
+ public function setNextHopGateway($nextHopGateway)
{
- $this->selfLink = $selfLink;
+ $this->nextHopGateway = $nextHopGateway;
}
- public function getSelfLink()
+ public function getNextHopGateway()
{
- return $this->selfLink;
+ return $this->nextHopGateway;
}
- public function setUsageExportLocation(Google_Service_Compute_UsageExportLocation $usageExportLocation)
+ public function setNextHopInstance($nextHopInstance)
{
- $this->usageExportLocation = $usageExportLocation;
+ $this->nextHopInstance = $nextHopInstance;
}
- public function getUsageExportLocation()
+ public function getNextHopInstance()
{
- return $this->usageExportLocation;
+ return $this->nextHopInstance;
}
-}
-
-class Google_Service_Compute_Quota extends Google_Model
-{
- public $limit;
- public $metric;
- public $usage;
- public function setLimit($limit)
+ public function setNextHopIp($nextHopIp)
{
- $this->limit = $limit;
+ $this->nextHopIp = $nextHopIp;
}
- public function getLimit()
+ public function getNextHopIp()
{
- return $this->limit;
+ return $this->nextHopIp;
}
- public function setMetric($metric)
+ public function setNextHopNetwork($nextHopNetwork)
{
- $this->metric = $metric;
+ $this->nextHopNetwork = $nextHopNetwork;
}
- public function getMetric()
+ public function getNextHopNetwork()
{
- return $this->metric;
+ return $this->nextHopNetwork;
}
- public function setUsage($usage)
+ public function setPriority($priority)
{
- $this->usage = $usage;
+ $this->priority = $priority;
}
- public function getUsage()
+ public function getPriority()
{
- return $this->usage;
+ return $this->priority;
}
-}
-
-class Google_Service_Compute_Region extends Google_Collection
-{
- public $creationTimestamp;
- protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
- protected $deprecatedDataType = '';
- public $description;
- public $id;
- public $kind;
- public $name;
- protected $quotasType = 'Google_Service_Compute_Quota';
- protected $quotasDataType = 'array';
- public $selfLink;
- public $status;
- public $zones;
- public function setCreationTimestamp($creationTimestamp)
+ public function setSelfLink($selfLink)
{
- $this->creationTimestamp = $creationTimestamp;
+ $this->selfLink = $selfLink;
}
- public function getCreationTimestamp()
+ public function getSelfLink()
{
- return $this->creationTimestamp;
+ return $this->selfLink;
}
- public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
+ public function setTags($tags)
{
- $this->deprecated = $deprecated;
+ $this->tags = $tags;
}
- public function getDeprecated()
+ public function getTags()
{
- return $this->deprecated;
+ return $this->tags;
}
- public function setDescription($description)
+ public function setWarnings($warnings)
{
- $this->description = $description;
+ $this->warnings = $warnings;
}
- public function getDescription()
+ public function getWarnings()
{
- return $this->description;
+ return $this->warnings;
}
+}
+
+class Google_Service_Compute_RouteList extends Google_Collection
+{
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_Route';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
public function setId($id)
{
@@ -8584,6 +10378,16 @@ public function getId()
return $this->id;
}
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
public function setKind($kind)
{
$this->kind = $kind;
@@ -8594,135 +10398,194 @@ public function getKind()
return $this->kind;
}
- public function setName($name)
+ public function setNextPageToken($nextPageToken)
{
- $this->name = $name;
+ $this->nextPageToken = $nextPageToken;
}
- public function getName()
+ public function getNextPageToken()
{
- return $this->name;
+ return $this->nextPageToken;
}
- public function setQuotas($quotas)
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Compute_RouteWarnings extends Google_Collection
+{
+ public $code;
+ protected $dataType = 'Google_Service_Compute_RouteWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Compute_RouteWarningsData extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
{
- $this->quotas = $quotas;
+ $this->key = $key;
}
- public function getQuotas()
+ public function getKey()
{
- return $this->quotas;
+ return $this->key;
}
- public function setSelfLink($selfLink)
+ public function setValue($value)
{
- $this->selfLink = $selfLink;
+ $this->value = $value;
}
- public function getSelfLink()
+ public function getValue()
{
- return $this->selfLink;
+ return $this->value;
}
+}
- public function setStatus($status)
+class Google_Service_Compute_Scheduling extends Google_Model
+{
+ public $automaticRestart;
+ public $onHostMaintenance;
+
+ public function setAutomaticRestart($automaticRestart)
{
- $this->status = $status;
+ $this->automaticRestart = $automaticRestart;
}
- public function getStatus()
+ public function getAutomaticRestart()
{
- return $this->status;
+ return $this->automaticRestart;
}
- public function setZones($zones)
+ public function setOnHostMaintenance($onHostMaintenance)
{
- $this->zones = $zones;
+ $this->onHostMaintenance = $onHostMaintenance;
}
- public function getZones()
+ public function getOnHostMaintenance()
{
- return $this->zones;
+ return $this->onHostMaintenance;
}
}
-class Google_Service_Compute_RegionList extends Google_Collection
+class Google_Service_Compute_SerialPortOutput extends Google_Model
{
- public $id;
- protected $itemsType = 'Google_Service_Compute_Region';
- protected $itemsDataType = 'array';
+ public $contents;
public $kind;
- public $nextPageToken;
public $selfLink;
- public function setId($id)
+ public function setContents($contents)
{
- $this->id = $id;
+ $this->contents = $contents;
}
- public function getId()
+ public function getContents()
{
- return $this->id;
+ return $this->contents;
}
- public function setItems($items)
+ public function setKind($kind)
{
- $this->items = $items;
+ $this->kind = $kind;
}
- public function getItems()
+ public function getKind()
{
- return $this->items;
+ return $this->kind;
}
- public function setKind($kind)
+ public function setSelfLink($selfLink)
{
- $this->kind = $kind;
+ $this->selfLink = $selfLink;
}
- public function getKind()
+ public function getSelfLink()
{
- return $this->kind;
+ return $this->selfLink;
}
+}
- public function setNextPageToken($nextPageToken)
+class Google_Service_Compute_ServiceAccount extends Google_Collection
+{
+ public $email;
+ public $scopes;
+
+ public function setEmail($email)
{
- $this->nextPageToken = $nextPageToken;
+ $this->email = $email;
}
- public function getNextPageToken()
+ public function getEmail()
{
- return $this->nextPageToken;
+ return $this->email;
}
- public function setSelfLink($selfLink)
+ public function setScopes($scopes)
{
- $this->selfLink = $selfLink;
+ $this->scopes = $scopes;
}
- public function getSelfLink()
+ public function getScopes()
{
- return $this->selfLink;
+ return $this->scopes;
}
}
-class Google_Service_Compute_Route extends Google_Collection
+class Google_Service_Compute_Snapshot extends Google_Model
{
public $creationTimestamp;
public $description;
- public $destRange;
+ public $diskSizeGb;
public $id;
public $kind;
public $name;
- public $network;
- public $nextHopGateway;
- public $nextHopInstance;
- public $nextHopIp;
- public $nextHopNetwork;
- public $priority;
public $selfLink;
- public $tags;
- protected $warningsType = 'Google_Service_Compute_RouteWarnings';
- protected $warningsDataType = 'array';
+ public $sourceDisk;
+ public $sourceDiskId;
+ public $status;
+ public $storageBytes;
+ public $storageBytesStatus;
public function setCreationTimestamp($creationTimestamp)
{
@@ -8744,14 +10607,14 @@ public function getDescription()
return $this->description;
}
- public function setDestRange($destRange)
+ public function setDiskSizeGb($diskSizeGb)
{
- $this->destRange = $destRange;
+ $this->diskSizeGb = $diskSizeGb;
}
- public function getDestRange()
+ public function getDiskSizeGb()
{
- return $this->destRange;
+ return $this->diskSizeGb;
}
public function setId($id)
@@ -8784,101 +10647,71 @@ public function getName()
return $this->name;
}
- public function setNetwork($network)
- {
- $this->network = $network;
- }
-
- public function getNetwork()
- {
- return $this->network;
- }
-
- public function setNextHopGateway($nextHopGateway)
- {
- $this->nextHopGateway = $nextHopGateway;
- }
-
- public function getNextHopGateway()
- {
- return $this->nextHopGateway;
- }
-
- public function setNextHopInstance($nextHopInstance)
- {
- $this->nextHopInstance = $nextHopInstance;
- }
-
- public function getNextHopInstance()
- {
- return $this->nextHopInstance;
- }
-
- public function setNextHopIp($nextHopIp)
+ public function setSelfLink($selfLink)
{
- $this->nextHopIp = $nextHopIp;
+ $this->selfLink = $selfLink;
}
- public function getNextHopIp()
+ public function getSelfLink()
{
- return $this->nextHopIp;
+ return $this->selfLink;
}
- public function setNextHopNetwork($nextHopNetwork)
+ public function setSourceDisk($sourceDisk)
{
- $this->nextHopNetwork = $nextHopNetwork;
+ $this->sourceDisk = $sourceDisk;
}
- public function getNextHopNetwork()
+ public function getSourceDisk()
{
- return $this->nextHopNetwork;
+ return $this->sourceDisk;
}
- public function setPriority($priority)
+ public function setSourceDiskId($sourceDiskId)
{
- $this->priority = $priority;
+ $this->sourceDiskId = $sourceDiskId;
}
- public function getPriority()
+ public function getSourceDiskId()
{
- return $this->priority;
+ return $this->sourceDiskId;
}
- public function setSelfLink($selfLink)
+ public function setStatus($status)
{
- $this->selfLink = $selfLink;
+ $this->status = $status;
}
- public function getSelfLink()
+ public function getStatus()
{
- return $this->selfLink;
+ return $this->status;
}
- public function setTags($tags)
+ public function setStorageBytes($storageBytes)
{
- $this->tags = $tags;
+ $this->storageBytes = $storageBytes;
}
- public function getTags()
+ public function getStorageBytes()
{
- return $this->tags;
+ return $this->storageBytes;
}
- public function setWarnings($warnings)
+ public function setStorageBytesStatus($storageBytesStatus)
{
- $this->warnings = $warnings;
+ $this->storageBytesStatus = $storageBytesStatus;
}
- public function getWarnings()
+ public function getStorageBytesStatus()
{
- return $this->warnings;
+ return $this->storageBytesStatus;
}
}
-class Google_Service_Compute_RouteList extends Google_Collection
+class Google_Service_Compute_SnapshotList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_Route';
+ protected $itemsType = 'Google_Service_Compute_Snapshot';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -8935,173 +10768,184 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_RouteWarnings extends Google_Collection
+class Google_Service_Compute_Tags extends Google_Collection
{
- public $code;
- protected $dataType = 'Google_Service_Compute_RouteWarningsData';
- protected $dataDataType = 'array';
- public $message;
+ public $fingerprint;
+ public $items;
- public function setCode($code)
+ public function setFingerprint($fingerprint)
{
- $this->code = $code;
+ $this->fingerprint = $fingerprint;
}
- public function getCode()
+ public function getFingerprint()
{
- return $this->code;
+ return $this->fingerprint;
}
- public function setData($data)
+ public function setItems($items)
{
- $this->data = $data;
+ $this->items = $items;
}
- public function getData()
+ public function getItems()
{
- return $this->data;
+ return $this->items;
}
+}
- public function setMessage($message)
+class Google_Service_Compute_TargetHttpProxy extends Google_Model
+{
+ public $creationTimestamp;
+ public $description;
+ public $id;
+ public $kind;
+ public $name;
+ public $selfLink;
+ public $urlMap;
+
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->message = $message;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getMessage()
+ public function getCreationTimestamp()
{
- return $this->message;
+ return $this->creationTimestamp;
}
-}
-class Google_Service_Compute_RouteWarningsData extends Google_Model
-{
- public $key;
- public $value;
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
- public function setKey($key)
+ public function getId()
{
- $this->key = $key;
+ return $this->id;
}
- public function getKey()
+ public function setKind($kind)
{
- return $this->key;
+ $this->kind = $kind;
}
- public function setValue($value)
+ public function getKind()
{
- $this->value = $value;
+ return $this->kind;
}
- public function getValue()
+ public function setName($name)
{
- return $this->value;
+ $this->name = $name;
}
-}
-class Google_Service_Compute_Scheduling extends Google_Model
-{
- public $automaticRestart;
- public $onHostMaintenance;
+ public function getName()
+ {
+ return $this->name;
+ }
- public function setAutomaticRestart($automaticRestart)
+ public function setSelfLink($selfLink)
{
- $this->automaticRestart = $automaticRestart;
+ $this->selfLink = $selfLink;
}
- public function getAutomaticRestart()
+ public function getSelfLink()
{
- return $this->automaticRestart;
+ return $this->selfLink;
}
- public function setOnHostMaintenance($onHostMaintenance)
+ public function setUrlMap($urlMap)
{
- $this->onHostMaintenance = $onHostMaintenance;
+ $this->urlMap = $urlMap;
}
- public function getOnHostMaintenance()
+ public function getUrlMap()
{
- return $this->onHostMaintenance;
+ return $this->urlMap;
}
}
-class Google_Service_Compute_SerialPortOutput extends Google_Model
+class Google_Service_Compute_TargetHttpProxyList extends Google_Collection
{
- public $contents;
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_TargetHttpProxy';
+ protected $itemsDataType = 'array';
public $kind;
+ public $nextPageToken;
public $selfLink;
- public function setContents($contents)
+ public function setId($id)
{
- $this->contents = $contents;
+ $this->id = $id;
}
- public function getContents()
+ public function getId()
{
- return $this->contents;
+ return $this->id;
}
- public function setKind($kind)
+ public function setItems($items)
{
- $this->kind = $kind;
+ $this->items = $items;
}
- public function getKind()
+ public function getItems()
{
- return $this->kind;
+ return $this->items;
}
- public function setSelfLink($selfLink)
+ public function setKind($kind)
{
- $this->selfLink = $selfLink;
+ $this->kind = $kind;
}
- public function getSelfLink()
+ public function getKind()
{
- return $this->selfLink;
+ return $this->kind;
}
-}
-
-class Google_Service_Compute_ServiceAccount extends Google_Collection
-{
- public $email;
- public $scopes;
- public function setEmail($email)
+ public function setNextPageToken($nextPageToken)
{
- $this->email = $email;
+ $this->nextPageToken = $nextPageToken;
}
- public function getEmail()
+ public function getNextPageToken()
{
- return $this->email;
+ return $this->nextPageToken;
}
- public function setScopes($scopes)
+ public function setSelfLink($selfLink)
{
- $this->scopes = $scopes;
+ $this->selfLink = $selfLink;
}
- public function getScopes()
+ public function getSelfLink()
{
- return $this->scopes;
+ return $this->selfLink;
}
}
-class Google_Service_Compute_Snapshot extends Google_Model
+class Google_Service_Compute_TargetInstance extends Google_Model
{
public $creationTimestamp;
public $description;
- public $diskSizeGb;
public $id;
+ public $instance;
public $kind;
public $name;
+ public $natPolicy;
public $selfLink;
- public $sourceDisk;
- public $sourceDiskId;
- public $status;
- public $storageBytes;
- public $storageBytesStatus;
+ public $zone;
public function setCreationTimestamp($creationTimestamp)
{
@@ -9123,24 +10967,24 @@ public function getDescription()
return $this->description;
}
- public function setDiskSizeGb($diskSizeGb)
+ public function setId($id)
{
- $this->diskSizeGb = $diskSizeGb;
+ $this->id = $id;
}
- public function getDiskSizeGb()
+ public function getId()
{
- return $this->diskSizeGb;
+ return $this->id;
}
- public function setId($id)
+ public function setInstance($instance)
{
- $this->id = $id;
+ $this->instance = $instance;
}
- public function getId()
+ public function getInstance()
{
- return $this->id;
+ return $this->instance;
}
public function setKind($kind)
@@ -9163,6 +11007,16 @@ public function getName()
return $this->name;
}
+ public function setNatPolicy($natPolicy)
+ {
+ $this->natPolicy = $natPolicy;
+ }
+
+ public function getNatPolicy()
+ {
+ return $this->natPolicy;
+ }
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -9173,61 +11027,81 @@ public function getSelfLink()
return $this->selfLink;
}
- public function setSourceDisk($sourceDisk)
+ public function setZone($zone)
{
- $this->sourceDisk = $sourceDisk;
+ $this->zone = $zone;
}
- public function getSourceDisk()
+ public function getZone()
{
- return $this->sourceDisk;
+ return $this->zone;
}
+}
- public function setSourceDiskId($sourceDiskId)
+class Google_Service_Compute_TargetInstanceAggregatedList extends Google_Model
+{
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_TargetInstancesScopedList';
+ protected $itemsDataType = 'map';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
{
- $this->sourceDiskId = $sourceDiskId;
+ $this->id = $id;
}
- public function getSourceDiskId()
+ public function getId()
{
- return $this->sourceDiskId;
+ return $this->id;
}
- public function setStatus($status)
+ public function setItems($items)
{
- $this->status = $status;
+ $this->items = $items;
}
- public function getStatus()
+ public function getItems()
{
- return $this->status;
+ return $this->items;
}
- public function setStorageBytes($storageBytes)
+ public function setKind($kind)
{
- $this->storageBytes = $storageBytes;
+ $this->kind = $kind;
}
- public function getStorageBytes()
+ public function getKind()
{
- return $this->storageBytes;
+ return $this->kind;
}
- public function setStorageBytesStatus($storageBytesStatus)
+ public function setNextPageToken($nextPageToken)
{
- $this->storageBytesStatus = $storageBytesStatus;
+ $this->nextPageToken = $nextPageToken;
}
- public function getStorageBytesStatus()
+ public function getNextPageToken()
{
- return $this->storageBytesStatus;
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
}
}
-class Google_Service_Compute_SnapshotList extends Google_Collection
+class Google_Service_Compute_TargetInstanceList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_Snapshot';
+ protected $itemsType = 'Google_Service_Compute_TargetInstance';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -9273,54 +11147,133 @@ public function getNextPageToken()
return $this->nextPageToken;
}
- public function setSelfLink($selfLink)
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Compute_TargetInstancesScopedList extends Google_Collection
+{
+ protected $targetInstancesType = 'Google_Service_Compute_TargetInstance';
+ protected $targetInstancesDataType = 'array';
+ protected $warningType = 'Google_Service_Compute_TargetInstancesScopedListWarning';
+ protected $warningDataType = '';
+
+ public function setTargetInstances($targetInstances)
+ {
+ $this->targetInstances = $targetInstances;
+ }
+
+ public function getTargetInstances()
+ {
+ return $this->targetInstances;
+ }
+
+ public function setWarning(Google_Service_Compute_TargetInstancesScopedListWarning $warning)
+ {
+ $this->warning = $warning;
+ }
+
+ public function getWarning()
+ {
+ return $this->warning;
+ }
+}
+
+class Google_Service_Compute_TargetInstancesScopedListWarning extends Google_Collection
+{
+ public $code;
+ protected $dataType = 'Google_Service_Compute_TargetInstancesScopedListWarningData';
+ protected $dataDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setMessage($message)
{
- $this->selfLink = $selfLink;
+ $this->message = $message;
}
- public function getSelfLink()
+ public function getMessage()
{
- return $this->selfLink;
+ return $this->message;
}
}
-class Google_Service_Compute_Tags extends Google_Collection
+class Google_Service_Compute_TargetInstancesScopedListWarningData extends Google_Model
{
- public $fingerprint;
- public $items;
+ public $key;
+ public $value;
- public function setFingerprint($fingerprint)
+ public function setKey($key)
{
- $this->fingerprint = $fingerprint;
+ $this->key = $key;
}
- public function getFingerprint()
+ public function getKey()
{
- return $this->fingerprint;
+ return $this->key;
}
- public function setItems($items)
+ public function setValue($value)
{
- $this->items = $items;
+ $this->value = $value;
}
- public function getItems()
+ public function getValue()
{
- return $this->items;
+ return $this->value;
}
}
-class Google_Service_Compute_TargetInstance extends Google_Model
+class Google_Service_Compute_TargetPool extends Google_Collection
{
+ public $backupPool;
public $creationTimestamp;
public $description;
+ public $failoverRatio;
+ public $healthChecks;
public $id;
- public $instance;
+ public $instances;
public $kind;
public $name;
- public $natPolicy;
+ public $region;
public $selfLink;
- public $zone;
+ public $sessionAffinity;
+
+ public function setBackupPool($backupPool)
+ {
+ $this->backupPool = $backupPool;
+ }
+
+ public function getBackupPool()
+ {
+ return $this->backupPool;
+ }
public function setCreationTimestamp($creationTimestamp)
{
@@ -9342,6 +11295,26 @@ public function getDescription()
return $this->description;
}
+ public function setFailoverRatio($failoverRatio)
+ {
+ $this->failoverRatio = $failoverRatio;
+ }
+
+ public function getFailoverRatio()
+ {
+ return $this->failoverRatio;
+ }
+
+ public function setHealthChecks($healthChecks)
+ {
+ $this->healthChecks = $healthChecks;
+ }
+
+ public function getHealthChecks()
+ {
+ return $this->healthChecks;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -9352,14 +11325,14 @@ public function getId()
return $this->id;
}
- public function setInstance($instance)
+ public function setInstances($instances)
{
- $this->instance = $instance;
+ $this->instances = $instances;
}
- public function getInstance()
+ public function getInstances()
{
- return $this->instance;
+ return $this->instances;
}
public function setKind($kind)
@@ -9382,14 +11355,14 @@ public function getName()
return $this->name;
}
- public function setNatPolicy($natPolicy)
+ public function setRegion($region)
{
- $this->natPolicy = $natPolicy;
+ $this->region = $region;
}
- public function getNatPolicy()
+ public function getRegion()
{
- return $this->natPolicy;
+ return $this->region;
}
public function setSelfLink($selfLink)
@@ -9402,21 +11375,21 @@ public function getSelfLink()
return $this->selfLink;
}
- public function setZone($zone)
+ public function setSessionAffinity($sessionAffinity)
{
- $this->zone = $zone;
+ $this->sessionAffinity = $sessionAffinity;
}
- public function getZone()
+ public function getSessionAffinity()
{
- return $this->zone;
+ return $this->sessionAffinity;
}
}
-class Google_Service_Compute_TargetInstanceAggregatedList extends Google_Model
+class Google_Service_Compute_TargetPoolAggregatedList extends Google_Model
{
public $id;
- protected $itemsType = 'Google_Service_Compute_TargetInstancesScopedList';
+ protected $itemsType = 'Google_Service_Compute_TargetPoolsScopedList';
protected $itemsDataType = 'map';
public $kind;
public $nextPageToken;
@@ -9473,10 +11446,37 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_TargetInstanceList extends Google_Collection
+class Google_Service_Compute_TargetPoolInstanceHealth extends Google_Collection
+{
+ protected $healthStatusType = 'Google_Service_Compute_HealthStatus';
+ protected $healthStatusDataType = 'array';
+ public $kind;
+
+ public function setHealthStatus($healthStatus)
+ {
+ $this->healthStatus = $healthStatus;
+ }
+
+ public function getHealthStatus()
+ {
+ return $this->healthStatus;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Compute_TargetPoolList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_TargetInstance';
+ protected $itemsType = 'Google_Service_Compute_TargetPool';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -9533,24 +11533,88 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_TargetInstancesScopedList extends Google_Collection
+class Google_Service_Compute_TargetPoolsAddHealthCheckRequest extends Google_Collection
{
- protected $targetInstancesType = 'Google_Service_Compute_TargetInstance';
- protected $targetInstancesDataType = 'array';
- protected $warningType = 'Google_Service_Compute_TargetInstancesScopedListWarning';
+ protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
+ protected $healthChecksDataType = 'array';
+
+ public function setHealthChecks($healthChecks)
+ {
+ $this->healthChecks = $healthChecks;
+ }
+
+ public function getHealthChecks()
+ {
+ return $this->healthChecks;
+ }
+}
+
+class Google_Service_Compute_TargetPoolsAddInstanceRequest extends Google_Collection
+{
+ protected $instancesType = 'Google_Service_Compute_InstanceReference';
+ protected $instancesDataType = 'array';
+
+ public function setInstances($instances)
+ {
+ $this->instances = $instances;
+ }
+
+ public function getInstances()
+ {
+ return $this->instances;
+ }
+}
+
+class Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest extends Google_Collection
+{
+ protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
+ protected $healthChecksDataType = 'array';
+
+ public function setHealthChecks($healthChecks)
+ {
+ $this->healthChecks = $healthChecks;
+ }
+
+ public function getHealthChecks()
+ {
+ return $this->healthChecks;
+ }
+}
+
+class Google_Service_Compute_TargetPoolsRemoveInstanceRequest extends Google_Collection
+{
+ protected $instancesType = 'Google_Service_Compute_InstanceReference';
+ protected $instancesDataType = 'array';
+
+ public function setInstances($instances)
+ {
+ $this->instances = $instances;
+ }
+
+ public function getInstances()
+ {
+ return $this->instances;
+ }
+}
+
+class Google_Service_Compute_TargetPoolsScopedList extends Google_Collection
+{
+ protected $targetPoolsType = 'Google_Service_Compute_TargetPool';
+ protected $targetPoolsDataType = 'array';
+ protected $warningType = 'Google_Service_Compute_TargetPoolsScopedListWarning';
protected $warningDataType = '';
- public function setTargetInstances($targetInstances)
+ public function setTargetPools($targetPools)
{
- $this->targetInstances = $targetInstances;
+ $this->targetPools = $targetPools;
}
- public function getTargetInstances()
+ public function getTargetPools()
{
- return $this->targetInstances;
+ return $this->targetPools;
}
- public function setWarning(Google_Service_Compute_TargetInstancesScopedListWarning $warning)
+ public function setWarning(Google_Service_Compute_TargetPoolsScopedListWarning $warning)
{
$this->warning = $warning;
}
@@ -9561,10 +11625,10 @@ public function getWarning()
}
}
-class Google_Service_Compute_TargetInstancesScopedListWarning extends Google_Collection
+class Google_Service_Compute_TargetPoolsScopedListWarning extends Google_Collection
{
public $code;
- protected $dataType = 'Google_Service_Compute_TargetInstancesScopedListWarningData';
+ protected $dataType = 'Google_Service_Compute_TargetPoolsScopedListWarningData';
protected $dataDataType = 'array';
public $message;
@@ -9599,176 +11663,161 @@ public function getMessage()
}
}
-class Google_Service_Compute_TargetInstancesScopedListWarningData extends Google_Model
-{
- public $key;
- public $value;
-
- public function setKey($key)
- {
- $this->key = $key;
- }
-
- public function getKey()
- {
- return $this->key;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_Compute_TargetPool extends Google_Collection
+class Google_Service_Compute_TargetPoolsScopedListWarningData extends Google_Model
{
- public $backupPool;
- public $creationTimestamp;
- public $description;
- public $failoverRatio;
- public $healthChecks;
- public $id;
- public $instances;
- public $kind;
- public $name;
- public $region;
- public $selfLink;
- public $sessionAffinity;
+ public $key;
+ public $value;
- public function setBackupPool($backupPool)
+ public function setKey($key)
{
- $this->backupPool = $backupPool;
+ $this->key = $key;
}
- public function getBackupPool()
+ public function getKey()
{
- return $this->backupPool;
+ return $this->key;
}
- public function setCreationTimestamp($creationTimestamp)
+ public function setValue($value)
{
- $this->creationTimestamp = $creationTimestamp;
+ $this->value = $value;
}
- public function getCreationTimestamp()
+ public function getValue()
{
- return $this->creationTimestamp;
+ return $this->value;
}
+}
- public function setDescription($description)
+class Google_Service_Compute_TargetReference extends Google_Model
+{
+ public $target;
+
+ public function setTarget($target)
{
- $this->description = $description;
+ $this->target = $target;
}
- public function getDescription()
+ public function getTarget()
{
- return $this->description;
+ return $this->target;
}
+}
- public function setFailoverRatio($failoverRatio)
+class Google_Service_Compute_TestFailure extends Google_Model
+{
+ public $actualService;
+ public $expectedService;
+ public $host;
+ public $path;
+
+ public function setActualService($actualService)
{
- $this->failoverRatio = $failoverRatio;
+ $this->actualService = $actualService;
}
- public function getFailoverRatio()
+ public function getActualService()
{
- return $this->failoverRatio;
+ return $this->actualService;
}
- public function setHealthChecks($healthChecks)
+ public function setExpectedService($expectedService)
{
- $this->healthChecks = $healthChecks;
+ $this->expectedService = $expectedService;
}
- public function getHealthChecks()
+ public function getExpectedService()
{
- return $this->healthChecks;
+ return $this->expectedService;
}
- public function setId($id)
+ public function setHost($host)
{
- $this->id = $id;
+ $this->host = $host;
}
- public function getId()
+ public function getHost()
{
- return $this->id;
+ return $this->host;
}
- public function setInstances($instances)
+ public function setPath($path)
{
- $this->instances = $instances;
+ $this->path = $path;
}
- public function getInstances()
+ public function getPath()
{
- return $this->instances;
+ return $this->path;
}
+}
- public function setKind($kind)
+class Google_Service_Compute_UrlMap extends Google_Collection
+{
+ public $creationTimestamp;
+ public $defaultService;
+ public $description;
+ public $fingerprint;
+ protected $hostRulesType = 'Google_Service_Compute_HostRule';
+ protected $hostRulesDataType = 'array';
+ public $id;
+ public $kind;
+ public $name;
+ protected $pathMatchersType = 'Google_Service_Compute_PathMatcher';
+ protected $pathMatchersDataType = 'array';
+ public $selfLink;
+ protected $testsType = 'Google_Service_Compute_UrlMapTest';
+ protected $testsDataType = 'array';
+
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->kind = $kind;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getKind()
+ public function getCreationTimestamp()
{
- return $this->kind;
+ return $this->creationTimestamp;
}
- public function setName($name)
+ public function setDefaultService($defaultService)
{
- $this->name = $name;
+ $this->defaultService = $defaultService;
}
- public function getName()
+ public function getDefaultService()
{
- return $this->name;
+ return $this->defaultService;
}
- public function setRegion($region)
+ public function setDescription($description)
{
- $this->region = $region;
+ $this->description = $description;
}
- public function getRegion()
+ public function getDescription()
{
- return $this->region;
+ return $this->description;
}
- public function setSelfLink($selfLink)
+ public function setFingerprint($fingerprint)
{
- $this->selfLink = $selfLink;
+ $this->fingerprint = $fingerprint;
}
- public function getSelfLink()
+ public function getFingerprint()
{
- return $this->selfLink;
+ return $this->fingerprint;
}
- public function setSessionAffinity($sessionAffinity)
+ public function setHostRules($hostRules)
{
- $this->sessionAffinity = $sessionAffinity;
+ $this->hostRules = $hostRules;
}
- public function getSessionAffinity()
+ public function getHostRules()
{
- return $this->sessionAffinity;
+ return $this->hostRules;
}
-}
-
-class Google_Service_Compute_TargetPoolAggregatedList extends Google_Model
-{
- public $id;
- protected $itemsType = 'Google_Service_Compute_TargetPoolsScopedList';
- protected $itemsDataType = 'map';
- public $kind;
- public $nextPageToken;
- public $selfLink;
public function setId($id)
{
@@ -9780,16 +11829,6 @@ public function getId()
return $this->id;
}
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -9800,58 +11839,51 @@ public function getKind()
return $this->kind;
}
- public function setNextPageToken($nextPageToken)
+ public function setName($name)
{
- $this->nextPageToken = $nextPageToken;
+ $this->name = $name;
}
- public function getNextPageToken()
+ public function getName()
{
- return $this->nextPageToken;
+ return $this->name;
}
- public function setSelfLink($selfLink)
+ public function setPathMatchers($pathMatchers)
{
- $this->selfLink = $selfLink;
+ $this->pathMatchers = $pathMatchers;
}
- public function getSelfLink()
+ public function getPathMatchers()
{
- return $this->selfLink;
+ return $this->pathMatchers;
}
-}
-
-class Google_Service_Compute_TargetPoolInstanceHealth extends Google_Collection
-{
- protected $healthStatusType = 'Google_Service_Compute_HealthStatus';
- protected $healthStatusDataType = 'array';
- public $kind;
- public function setHealthStatus($healthStatus)
+ public function setSelfLink($selfLink)
{
- $this->healthStatus = $healthStatus;
+ $this->selfLink = $selfLink;
}
- public function getHealthStatus()
+ public function getSelfLink()
{
- return $this->healthStatus;
+ return $this->selfLink;
}
- public function setKind($kind)
+ public function setTests($tests)
{
- $this->kind = $kind;
+ $this->tests = $tests;
}
- public function getKind()
+ public function getTests()
{
- return $this->kind;
+ return $this->tests;
}
}
-class Google_Service_Compute_TargetPoolList extends Google_Collection
+class Google_Service_Compute_UrlMapList extends Google_Collection
{
public $id;
- protected $itemsType = 'Google_Service_Compute_TargetPool';
+ protected $itemsType = 'Google_Service_Compute_UrlMap';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -9908,174 +11940,147 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_TargetPoolsAddHealthCheckRequest extends Google_Collection
-{
- protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
- protected $healthChecksDataType = 'array';
-
- public function setHealthChecks($healthChecks)
- {
- $this->healthChecks = $healthChecks;
- }
-
- public function getHealthChecks()
- {
- return $this->healthChecks;
- }
-}
-
-class Google_Service_Compute_TargetPoolsAddInstanceRequest extends Google_Collection
+class Google_Service_Compute_UrlMapReference extends Google_Model
{
- protected $instancesType = 'Google_Service_Compute_InstanceReference';
- protected $instancesDataType = 'array';
+ public $urlMap;
- public function setInstances($instances)
+ public function setUrlMap($urlMap)
{
- $this->instances = $instances;
+ $this->urlMap = $urlMap;
}
- public function getInstances()
+ public function getUrlMap()
{
- return $this->instances;
+ return $this->urlMap;
}
}
-class Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest extends Google_Collection
+class Google_Service_Compute_UrlMapTest extends Google_Model
{
- protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
- protected $healthChecksDataType = 'array';
+ public $description;
+ public $host;
+ public $path;
+ public $service;
- public function setHealthChecks($healthChecks)
+ public function setDescription($description)
{
- $this->healthChecks = $healthChecks;
+ $this->description = $description;
}
- public function getHealthChecks()
+ public function getDescription()
{
- return $this->healthChecks;
+ return $this->description;
}
-}
-
-class Google_Service_Compute_TargetPoolsRemoveInstanceRequest extends Google_Collection
-{
- protected $instancesType = 'Google_Service_Compute_InstanceReference';
- protected $instancesDataType = 'array';
- public function setInstances($instances)
+ public function setHost($host)
{
- $this->instances = $instances;
+ $this->host = $host;
}
- public function getInstances()
+ public function getHost()
{
- return $this->instances;
+ return $this->host;
}
-}
-
-class Google_Service_Compute_TargetPoolsScopedList extends Google_Collection
-{
- protected $targetPoolsType = 'Google_Service_Compute_TargetPool';
- protected $targetPoolsDataType = 'array';
- protected $warningType = 'Google_Service_Compute_TargetPoolsScopedListWarning';
- protected $warningDataType = '';
- public function setTargetPools($targetPools)
+ public function setPath($path)
{
- $this->targetPools = $targetPools;
+ $this->path = $path;
}
- public function getTargetPools()
+ public function getPath()
{
- return $this->targetPools;
+ return $this->path;
}
- public function setWarning(Google_Service_Compute_TargetPoolsScopedListWarning $warning)
+ public function setService($service)
{
- $this->warning = $warning;
+ $this->service = $service;
}
- public function getWarning()
+ public function getService()
{
- return $this->warning;
+ return $this->service;
}
}
-class Google_Service_Compute_TargetPoolsScopedListWarning extends Google_Collection
+class Google_Service_Compute_UrlMapValidationResult extends Google_Collection
{
- public $code;
- protected $dataType = 'Google_Service_Compute_TargetPoolsScopedListWarningData';
- protected $dataDataType = 'array';
- public $message;
+ public $loadErrors;
+ public $loadSucceeded;
+ protected $testFailuresType = 'Google_Service_Compute_TestFailure';
+ protected $testFailuresDataType = 'array';
+ public $testPassed;
- public function setCode($code)
+ public function setLoadErrors($loadErrors)
{
- $this->code = $code;
+ $this->loadErrors = $loadErrors;
}
- public function getCode()
+ public function getLoadErrors()
{
- return $this->code;
+ return $this->loadErrors;
}
- public function setData($data)
+ public function setLoadSucceeded($loadSucceeded)
{
- $this->data = $data;
+ $this->loadSucceeded = $loadSucceeded;
}
- public function getData()
+ public function getLoadSucceeded()
{
- return $this->data;
+ return $this->loadSucceeded;
}
- public function setMessage($message)
+ public function setTestFailures($testFailures)
{
- $this->message = $message;
+ $this->testFailures = $testFailures;
}
- public function getMessage()
+ public function getTestFailures()
{
- return $this->message;
+ return $this->testFailures;
}
-}
-
-class Google_Service_Compute_TargetPoolsScopedListWarningData extends Google_Model
-{
- public $key;
- public $value;
- public function setKey($key)
+ public function setTestPassed($testPassed)
{
- $this->key = $key;
+ $this->testPassed = $testPassed;
}
- public function getKey()
+ public function getTestPassed()
{
- return $this->key;
+ return $this->testPassed;
}
+}
- public function setValue($value)
+class Google_Service_Compute_UrlMapsValidateRequest extends Google_Model
+{
+ protected $resourceType = 'Google_Service_Compute_UrlMap';
+ protected $resourceDataType = '';
+
+ public function setResource(Google_Service_Compute_UrlMap $resource)
{
- $this->value = $value;
+ $this->resource = $resource;
}
- public function getValue()
+ public function getResource()
{
- return $this->value;
+ return $this->resource;
}
}
-class Google_Service_Compute_TargetReference extends Google_Model
+class Google_Service_Compute_UrlMapsValidateResponse extends Google_Model
{
- public $target;
+ protected $resultType = 'Google_Service_Compute_UrlMapValidationResult';
+ protected $resultDataType = '';
- public function setTarget($target)
+ public function setResult(Google_Service_Compute_UrlMapValidationResult $result)
{
- $this->target = $target;
+ $this->result = $result;
}
- public function getTarget()
+ public function getResult()
{
- return $this->target;
+ return $this->result;
}
}
From 2d1d56260f3da47a7ef34231551f7b1e0a0b2d81 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...);
+ * $pretargetingConfig = $adexchangebuyerService->pretargetingConfig;
+ *
+ */
+class Google_Service_AdExchangeBuyer_PretargetingConfig_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing pretargeting config. (pretargetingConfig.delete)
+ *
+ * @param string $accountId
+ * The account id to delete the pretargeting config for.
+ * @param string $configId
+ * The specific id of the configuration to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $configId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'configId' => $configId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a specific pretargeting configuration (pretargetingConfig.get)
+ *
+ * @param string $accountId
+ * The account id to get the pretargeting config for.
+ * @param string $configId
+ * The specific id of the configuration to retrieve.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_PretargetingConfig
+ */
+ public function get($accountId, $configId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'configId' => $configId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
+ }
+ /**
+ * Inserts a new pretargeting configuration. (pretargetingConfig.insert)
+ *
+ * @param string $accountId
+ * The account id to insert the pretargeting config for.
+ * @param Google_PretargetingConfig $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_PretargetingConfig
+ */
+ public function insert($accountId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
+ }
+ /**
+ * Retrieves a list of the authenticated user's pretargeting configurations.
+ * (pretargetingConfig.listPretargetingConfig)
+ *
+ * @param string $accountId
+ * The account id to get the pretargeting configs for.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_PretargetingConfigList
+ */
+ public function listPretargetingConfig($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfigList");
+ }
+ /**
+ * Updates an existing pretargeting config. This method supports patch
+ * semantics. (pretargetingConfig.patch)
+ *
+ * @param string $accountId
+ * The account id to update the pretargeting config for.
+ * @param string $configId
+ * The specific id of the configuration to update.
+ * @param Google_PretargetingConfig $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_PretargetingConfig
+ */
+ public function patch($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
+ }
+ /**
+ * Updates an existing pretargeting config. (pretargetingConfig.update)
+ *
+ * @param string $accountId
+ * The account id to update the pretargeting config for.
+ * @param string $configId
+ * The specific id of the configuration to update.
+ * @param Google_PretargetingConfig $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_PretargetingConfig
+ */
+ public function update($accountId, $configId, Google_Service_AdExchangeBuyer_PretargetingConfig $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
+ }
+}
+
@@ -1300,3 +1500,357 @@ public function getPerformanceReport()
return $this->performanceReport;
}
}
+
+class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collection
+{
+ public $configId;
+ public $configName;
+ public $creativeType;
+ protected $dimensionsType = 'Google_Service_AdExchangeBuyer_PretargetingConfigDimensions';
+ protected $dimensionsDataType = 'array';
+ public $excludedContentLabels;
+ public $excludedGeoCriteriaIds;
+ protected $excludedPlacementsType = 'Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements';
+ protected $excludedPlacementsDataType = 'array';
+ public $excludedUserLists;
+ public $excludedVerticals;
+ public $geoCriteriaIds;
+ public $isActive;
+ public $kind;
+ public $languages;
+ public $mobileCarriers;
+ public $mobileDevices;
+ public $mobileOperatingSystemVersions;
+ protected $placementsType = 'Google_Service_AdExchangeBuyer_PretargetingConfigPlacements';
+ protected $placementsDataType = 'array';
+ public $platforms;
+ public $supportedCreativeAttributes;
+ public $userLists;
+ public $vendorTypes;
+ public $verticals;
+
+ public function setConfigId($configId)
+ {
+ $this->configId = $configId;
+ }
+
+ public function getConfigId()
+ {
+ return $this->configId;
+ }
+
+ public function setConfigName($configName)
+ {
+ $this->configName = $configName;
+ }
+
+ public function getConfigName()
+ {
+ return $this->configName;
+ }
+
+ public function setCreativeType($creativeType)
+ {
+ $this->creativeType = $creativeType;
+ }
+
+ public function getCreativeType()
+ {
+ return $this->creativeType;
+ }
+
+ public function setDimensions($dimensions)
+ {
+ $this->dimensions = $dimensions;
+ }
+
+ public function getDimensions()
+ {
+ return $this->dimensions;
+ }
+
+ public function setExcludedContentLabels($excludedContentLabels)
+ {
+ $this->excludedContentLabels = $excludedContentLabels;
+ }
+
+ public function getExcludedContentLabels()
+ {
+ return $this->excludedContentLabels;
+ }
+
+ public function setExcludedGeoCriteriaIds($excludedGeoCriteriaIds)
+ {
+ $this->excludedGeoCriteriaIds = $excludedGeoCriteriaIds;
+ }
+
+ public function getExcludedGeoCriteriaIds()
+ {
+ return $this->excludedGeoCriteriaIds;
+ }
+
+ public function setExcludedPlacements($excludedPlacements)
+ {
+ $this->excludedPlacements = $excludedPlacements;
+ }
+
+ public function getExcludedPlacements()
+ {
+ return $this->excludedPlacements;
+ }
+
+ public function setExcludedUserLists($excludedUserLists)
+ {
+ $this->excludedUserLists = $excludedUserLists;
+ }
+
+ public function getExcludedUserLists()
+ {
+ return $this->excludedUserLists;
+ }
+
+ public function setExcludedVerticals($excludedVerticals)
+ {
+ $this->excludedVerticals = $excludedVerticals;
+ }
+
+ public function getExcludedVerticals()
+ {
+ return $this->excludedVerticals;
+ }
+
+ public function setGeoCriteriaIds($geoCriteriaIds)
+ {
+ $this->geoCriteriaIds = $geoCriteriaIds;
+ }
+
+ public function getGeoCriteriaIds()
+ {
+ return $this->geoCriteriaIds;
+ }
+
+ public function setIsActive($isActive)
+ {
+ $this->isActive = $isActive;
+ }
+
+ public function getIsActive()
+ {
+ return $this->isActive;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLanguages($languages)
+ {
+ $this->languages = $languages;
+ }
+
+ public function getLanguages()
+ {
+ return $this->languages;
+ }
+
+ public function setMobileCarriers($mobileCarriers)
+ {
+ $this->mobileCarriers = $mobileCarriers;
+ }
+
+ public function getMobileCarriers()
+ {
+ return $this->mobileCarriers;
+ }
+
+ public function setMobileDevices($mobileDevices)
+ {
+ $this->mobileDevices = $mobileDevices;
+ }
+
+ public function getMobileDevices()
+ {
+ return $this->mobileDevices;
+ }
+
+ public function setMobileOperatingSystemVersions($mobileOperatingSystemVersions)
+ {
+ $this->mobileOperatingSystemVersions = $mobileOperatingSystemVersions;
+ }
+
+ public function getMobileOperatingSystemVersions()
+ {
+ return $this->mobileOperatingSystemVersions;
+ }
+
+ public function setPlacements($placements)
+ {
+ $this->placements = $placements;
+ }
+
+ public function getPlacements()
+ {
+ return $this->placements;
+ }
+
+ public function setPlatforms($platforms)
+ {
+ $this->platforms = $platforms;
+ }
+
+ public function getPlatforms()
+ {
+ return $this->platforms;
+ }
+
+ public function setSupportedCreativeAttributes($supportedCreativeAttributes)
+ {
+ $this->supportedCreativeAttributes = $supportedCreativeAttributes;
+ }
+
+ public function getSupportedCreativeAttributes()
+ {
+ return $this->supportedCreativeAttributes;
+ }
+
+ public function setUserLists($userLists)
+ {
+ $this->userLists = $userLists;
+ }
+
+ public function getUserLists()
+ {
+ return $this->userLists;
+ }
+
+ public function setVendorTypes($vendorTypes)
+ {
+ $this->vendorTypes = $vendorTypes;
+ }
+
+ public function getVendorTypes()
+ {
+ return $this->vendorTypes;
+ }
+
+ public function setVerticals($verticals)
+ {
+ $this->verticals = $verticals;
+ }
+
+ public function getVerticals()
+ {
+ return $this->verticals;
+ }
+}
+
+class Google_Service_AdExchangeBuyer_PretargetingConfigDimensions extends Google_Model
+{
+ public $height;
+ public $width;
+
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+
+ public function getHeight()
+ {
+ return $this->height;
+ }
+
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements extends Google_Model
+{
+ public $token;
+ public $type;
+
+ public function setToken($token)
+ {
+ $this->token = $token;
+ }
+
+ public function getToken()
+ {
+ return $this->token;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_AdExchangeBuyer_PretargetingConfigList extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_AdExchangeBuyer_PretargetingConfig';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AdExchangeBuyer_PretargetingConfigPlacements extends Google_Model
+{
+ public $token;
+ public $type;
+
+ public function setToken($token)
+ {
+ $this->token = $token;
+ }
+
+ public function getToken()
+ {
+ return $this->token;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
From e77641722c8982e42cc1f0316418e738d13d6aee Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $computeService = new Google_Service_Compute(...);
+ * $licenses = $computeService->licenses;
+ *
+ */
+class Google_Service_Compute_Licenses_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Returns the specified license resource. (licenses.get)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $license
+ * Name of the license resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_License
+ */
+ public function get($project, $license, $optParams = array())
+ {
+ $params = array('project' => $project, 'license' => $license);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Compute_License");
+ }
+}
+
/**
* The "machineTypes" collection of methods.
* Typical usage is:
@@ -5834,7 +5889,7 @@ public function getValue()
}
}
-class Google_Service_Compute_AttachedDisk extends Google_Model
+class Google_Service_Compute_AttachedDisk extends Google_Collection
{
public $autoDelete;
public $boot;
@@ -5843,6 +5898,7 @@ class Google_Service_Compute_AttachedDisk extends Google_Model
protected $initializeParamsType = 'Google_Service_Compute_AttachedDiskInitializeParams';
protected $initializeParamsDataType = '';
public $kind;
+ public $licenses;
public $mode;
public $source;
public $type;
@@ -5907,6 +5963,16 @@ public function getKind()
return $this->kind;
}
+ public function setLicenses($licenses)
+ {
+ $this->licenses = $licenses;
+ }
+
+ public function getLicenses()
+ {
+ return $this->licenses;
+ }
+
public function setMode($mode)
{
$this->mode = $mode;
@@ -6350,12 +6416,13 @@ public function getState()
}
}
-class Google_Service_Compute_Disk extends Google_Model
+class Google_Service_Compute_Disk extends Google_Collection
{
public $creationTimestamp;
public $description;
public $id;
public $kind;
+ public $licenses;
public $name;
public $options;
public $selfLink;
@@ -6408,6 +6475,16 @@ public function getKind()
return $this->kind;
}
+ public function setLicenses($licenses)
+ {
+ $this->licenses = $licenses;
+ }
+
+ public function getLicenses()
+ {
+ return $this->licenses;
+ }
+
public function setName($name)
{
$this->name = $name;
@@ -7892,7 +7969,7 @@ public function getSelfLink()
}
}
-class Google_Service_Compute_Image extends Google_Model
+class Google_Service_Compute_Image extends Google_Collection
{
public $archiveSizeBytes;
public $creationTimestamp;
@@ -7902,6 +7979,7 @@ class Google_Service_Compute_Image extends Google_Model
public $diskSizeGb;
public $id;
public $kind;
+ public $licenses;
public $name;
protected $rawDiskType = 'Google_Service_Compute_ImageRawDisk';
protected $rawDiskDataType = '';
@@ -7979,6 +8057,16 @@ public function getKind()
return $this->kind;
}
+ public function setLicenses($licenses)
+ {
+ $this->licenses = $licenses;
+ }
+
+ public function getLicenses()
+ {
+ return $this->licenses;
+ }
+
public function setName($name)
{
$this->name = $name;
@@ -8551,6 +8639,43 @@ public function getValue()
}
}
+class Google_Service_Compute_License extends Google_Model
+{
+ public $kind;
+ public $name;
+ public $selfLink;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
class Google_Service_Compute_MachineType extends Google_Collection
{
public $creationTimestamp;
@@ -10572,13 +10697,14 @@ public function getScopes()
}
}
-class Google_Service_Compute_Snapshot extends Google_Model
+class Google_Service_Compute_Snapshot extends Google_Collection
{
public $creationTimestamp;
public $description;
public $diskSizeGb;
public $id;
public $kind;
+ public $licenses;
public $name;
public $selfLink;
public $sourceDisk;
@@ -10637,6 +10763,16 @@ public function getKind()
return $this->kind;
}
+ public function setLicenses($licenses)
+ {
+ $this->licenses = $licenses;
+ }
+
+ public function getLicenses()
+ {
+ return $this->licenses;
+ }
+
public function setName($name)
{
$this->name = $name;
From d0d747d3e957320773214722dcb6c47b931b9581 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Pubsub extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage Pub/Sub topics and subscriptions. */ + const PUBSUB = "https://www.googleapis.com/auth/pubsub"; + + public $subscriptions; + public $topics; + + + /** + * Constructs the internal representation of the Pubsub service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'pubsub/v1beta1/'; + $this->version = 'v1beta1'; + $this->serviceName = 'pubsub'; + + $this->subscriptions = new Google_Service_Pubsub_Subscriptions_Resource( + $this, + $this->serviceName, + 'subscriptions', + array( + 'methods' => array( + 'acknowledge' => array( + 'path' => 'subscriptions/acknowledge', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'create' => array( + 'path' => 'subscriptions', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'subscriptions/{+subscription}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'subscriptions/{+subscription}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'subscription' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'subscriptions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'modifyAckDeadline' => array( + 'path' => 'subscriptions/modifyAckDeadline', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'modifyPushConfig' => array( + 'path' => 'subscriptions/modifyPushConfig', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'pull' => array( + 'path' => 'subscriptions/pull', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->topics = new Google_Service_Pubsub_Topics_Resource( + $this, + $this->serviceName, + 'topics', + array( + 'methods' => array( + 'create' => array( + 'path' => 'topics', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'delete' => array( + 'path' => 'topics/{+topic}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'topic' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'topics/{+topic}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'topic' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'topics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'query' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'publish' => array( + 'path' => 'topics/publish', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} + + +/** + * The "subscriptions" collection of methods. + * Typical usage is: + *
+ * $pubsubService = new Google_Service_Pubsub(...);
+ * $subscriptions = $pubsubService->subscriptions;
+ *
+ */
+class Google_Service_Pubsub_Subscriptions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Acknowledges a particular received message: the Pub/Sub system can remove the
+ * given message from the subscription. Acknowledging a message whose Ack
+ * deadline has expired may succeed, but the message could have been already
+ * redelivered. Acknowledging a message more than once will not result in an
+ * error. This is only used for messages received via pull.
+ * (subscriptions.acknowledge)
+ *
+ * @param Google_AcknowledgeRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function acknowledge(Google_Service_Pubsub_AcknowledgeRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('acknowledge', array($params));
+ }
+ /**
+ * Creates a subscription on a given topic for a given subscriber. If the
+ * subscription already exists, returns ALREADY_EXISTS. If the corresponding
+ * topic doesn't exist, returns NOT_FOUND. (subscriptions.create)
+ *
+ * @param Google_Subscription $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Pubsub_Subscription
+ */
+ public function create(Google_Service_Pubsub_Subscription $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Pubsub_Subscription");
+ }
+ /**
+ * Deletes an existing subscription. All pending messages in the subscription
+ * are immediately dropped. Calls to Pull after deletion will return NOT_FOUND.
+ * (subscriptions.delete)
+ *
+ * @param string $subscription
+ * The subscription to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($subscription, $optParams = array())
+ {
+ $params = array('subscription' => $subscription);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets the configuration details of a subscription. (subscriptions.get)
+ *
+ * @param string $subscription
+ * The name of the subscription to get.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Pubsub_Subscription
+ */
+ public function get($subscription, $optParams = array())
+ {
+ $params = array('subscription' => $subscription);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Pubsub_Subscription");
+ }
+ /**
+ * Lists matching subscriptions. (subscriptions.listSubscriptions)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The value obtained in the last ListSubscriptionsResponse for continuation.
+ * @opt_param int maxResults
+ * Maximum number of subscriptions to return.
+ * @opt_param string query
+ * A valid label query expression.
+ * @return Google_Service_Pubsub_ListSubscriptionsResponse
+ */
+ public function listSubscriptions($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Pubsub_ListSubscriptionsResponse");
+ }
+ /**
+ * Modifies the Ack deadline for a message received from a pull request.
+ * (subscriptions.modifyAckDeadline)
+ *
+ * @param Google_ModifyAckDeadlineRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function modifyAckDeadline(Google_Service_Pubsub_ModifyAckDeadlineRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('modifyAckDeadline', array($params));
+ }
+ /**
+ * Modifies the PushConfig for a specified subscription. This method can be used
+ * to suspend the flow of messages to an end point by clearing the PushConfig
+ * field in the request. Messages will be accumulated for delivery even if no
+ * push configuration is defined or while the configuration is modified.
+ * (subscriptions.modifyPushConfig)
+ *
+ * @param Google_ModifyPushConfigRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function modifyPushConfig(Google_Service_Pubsub_ModifyPushConfigRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('modifyPushConfig', array($params));
+ }
+ /**
+ * Pulls a single message from the server. If return_immediately is true, and no
+ * messages are available in the subscription, this method returns
+ * FAILED_PRECONDITION. The system is free to return an UNAVAILABLE error if no
+ * messages are available in a reasonable amount of time (to reduce system
+ * load). (subscriptions.pull)
+ *
+ * @param Google_PullRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Pubsub_PullResponse
+ */
+ public function pull(Google_Service_Pubsub_PullRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('pull', array($params), "Google_Service_Pubsub_PullResponse");
+ }
+}
+
+/**
+ * The "topics" collection of methods.
+ * Typical usage is:
+ *
+ * $pubsubService = new Google_Service_Pubsub(...);
+ * $topics = $pubsubService->topics;
+ *
+ */
+class Google_Service_Pubsub_Topics_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates the given topic with the given name. (topics.create)
+ *
+ * @param Google_Topic $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Pubsub_Topic
+ */
+ public function create(Google_Service_Pubsub_Topic $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Pubsub_Topic");
+ }
+ /**
+ * Deletes the topic with the given name. All subscriptions to this topic are
+ * also deleted. Returns NOT_FOUND if the topic does not exist. After a topic is
+ * deleted, a new topic may be created with the same name. (topics.delete)
+ *
+ * @param string $topic
+ * Name of the topic to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($topic, $optParams = array())
+ {
+ $params = array('topic' => $topic);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets the configuration of a topic. Since the topic only has the name
+ * attribute, this method is only useful to check the existence of a topic. If
+ * other attributes are added in the future, they will be returned here.
+ * (topics.get)
+ *
+ * @param string $topic
+ * The name of the topic to get.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Pubsub_Topic
+ */
+ public function get($topic, $optParams = array())
+ {
+ $params = array('topic' => $topic);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Pubsub_Topic");
+ }
+ /**
+ * Lists matching topics. (topics.listTopics)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The value obtained in the last ListTopicsResponse for continuation.
+ * @opt_param int maxResults
+ * Maximum number of topics to return.
+ * @opt_param string query
+ * A valid label query expression.
+ * @return Google_Service_Pubsub_ListTopicsResponse
+ */
+ public function listTopics($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicsResponse");
+ }
+ /**
+ * Adds a message to the topic. Returns NOT_FOUND if the topic does not exist.
+ * (topics.publish)
+ *
+ * @param Google_PublishRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function publish(Google_Service_Pubsub_PublishRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params));
+ }
+}
+
+
+
+
+class Google_Service_Pubsub_AcknowledgeRequest extends Google_Collection
+{
+ public $ackId;
+ public $subscription;
+
+ public function setAckId($ackId)
+ {
+ $this->ackId = $ackId;
+ }
+
+ public function getAckId()
+ {
+ return $this->ackId;
+ }
+
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+}
+
+class Google_Service_Pubsub_Label extends Google_Model
+{
+ public $key;
+ public $numValue;
+ public $strValue;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setNumValue($numValue)
+ {
+ $this->numValue = $numValue;
+ }
+
+ public function getNumValue()
+ {
+ return $this->numValue;
+ }
+
+ public function setStrValue($strValue)
+ {
+ $this->strValue = $strValue;
+ }
+
+ public function getStrValue()
+ {
+ return $this->strValue;
+ }
+}
+
+class Google_Service_Pubsub_ListSubscriptionsResponse extends Google_Collection
+{
+ public $nextPageToken;
+ protected $subscriptionType = 'Google_Service_Pubsub_Subscription';
+ protected $subscriptionDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+}
+
+class Google_Service_Pubsub_ListTopicsResponse extends Google_Collection
+{
+ public $nextPageToken;
+ protected $topicType = 'Google_Service_Pubsub_Topic';
+ protected $topicDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setTopic($topic)
+ {
+ $this->topic = $topic;
+ }
+
+ public function getTopic()
+ {
+ return $this->topic;
+ }
+}
+
+class Google_Service_Pubsub_ModifyAckDeadlineRequest extends Google_Model
+{
+ public $ackDeadlineSeconds;
+ public $ackId;
+ public $subscription;
+
+ public function setAckDeadlineSeconds($ackDeadlineSeconds)
+ {
+ $this->ackDeadlineSeconds = $ackDeadlineSeconds;
+ }
+
+ public function getAckDeadlineSeconds()
+ {
+ return $this->ackDeadlineSeconds;
+ }
+
+ public function setAckId($ackId)
+ {
+ $this->ackId = $ackId;
+ }
+
+ public function getAckId()
+ {
+ return $this->ackId;
+ }
+
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+}
+
+class Google_Service_Pubsub_ModifyPushConfigRequest extends Google_Model
+{
+ protected $pushConfigType = 'Google_Service_Pubsub_PushConfig';
+ protected $pushConfigDataType = '';
+ public $subscription;
+
+ public function setPushConfig(Google_Service_Pubsub_PushConfig $pushConfig)
+ {
+ $this->pushConfig = $pushConfig;
+ }
+
+ public function getPushConfig()
+ {
+ return $this->pushConfig;
+ }
+
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+}
+
+class Google_Service_Pubsub_PublishRequest extends Google_Model
+{
+ protected $messageType = 'Google_Service_Pubsub_PubsubMessage';
+ protected $messageDataType = '';
+ public $topic;
+
+ public function setMessage(Google_Service_Pubsub_PubsubMessage $message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+
+ public function setTopic($topic)
+ {
+ $this->topic = $topic;
+ }
+
+ public function getTopic()
+ {
+ return $this->topic;
+ }
+}
+
+class Google_Service_Pubsub_PubsubEvent extends Google_Model
+{
+ public $deleted;
+ protected $messageType = 'Google_Service_Pubsub_PubsubMessage';
+ protected $messageDataType = '';
+ public $subscription;
+ public $truncated;
+
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+
+ public function setMessage(Google_Service_Pubsub_PubsubMessage $message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+
+ public function setTruncated($truncated)
+ {
+ $this->truncated = $truncated;
+ }
+
+ public function getTruncated()
+ {
+ return $this->truncated;
+ }
+}
+
+class Google_Service_Pubsub_PubsubMessage extends Google_Collection
+{
+ public $data;
+ protected $labelType = 'Google_Service_Pubsub_Label';
+ protected $labelDataType = 'array';
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setLabel($label)
+ {
+ $this->label = $label;
+ }
+
+ public function getLabel()
+ {
+ return $this->label;
+ }
+}
+
+class Google_Service_Pubsub_PullRequest extends Google_Model
+{
+ public $returnImmediately;
+ public $subscription;
+
+ public function setReturnImmediately($returnImmediately)
+ {
+ $this->returnImmediately = $returnImmediately;
+ }
+
+ public function getReturnImmediately()
+ {
+ return $this->returnImmediately;
+ }
+
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+}
+
+class Google_Service_Pubsub_PullResponse extends Google_Model
+{
+ public $ackId;
+ protected $pubsubEventType = 'Google_Service_Pubsub_PubsubEvent';
+ protected $pubsubEventDataType = '';
+
+ public function setAckId($ackId)
+ {
+ $this->ackId = $ackId;
+ }
+
+ public function getAckId()
+ {
+ return $this->ackId;
+ }
+
+ public function setPubsubEvent(Google_Service_Pubsub_PubsubEvent $pubsubEvent)
+ {
+ $this->pubsubEvent = $pubsubEvent;
+ }
+
+ public function getPubsubEvent()
+ {
+ return $this->pubsubEvent;
+ }
+}
+
+class Google_Service_Pubsub_PushConfig extends Google_Model
+{
+ public $pushEndpoint;
+
+ public function setPushEndpoint($pushEndpoint)
+ {
+ $this->pushEndpoint = $pushEndpoint;
+ }
+
+ public function getPushEndpoint()
+ {
+ return $this->pushEndpoint;
+ }
+}
+
+class Google_Service_Pubsub_Subscription extends Google_Model
+{
+ public $ackDeadlineSeconds;
+ public $name;
+ protected $pushConfigType = 'Google_Service_Pubsub_PushConfig';
+ protected $pushConfigDataType = '';
+ public $topic;
+
+ public function setAckDeadlineSeconds($ackDeadlineSeconds)
+ {
+ $this->ackDeadlineSeconds = $ackDeadlineSeconds;
+ }
+
+ public function getAckDeadlineSeconds()
+ {
+ return $this->ackDeadlineSeconds;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPushConfig(Google_Service_Pubsub_PushConfig $pushConfig)
+ {
+ $this->pushConfig = $pushConfig;
+ }
+
+ public function getPushConfig()
+ {
+ return $this->pushConfig;
+ }
+
+ public function setTopic($topic)
+ {
+ $this->topic = $topic;
+ }
+
+ public function getTopic()
+ {
+ return $this->topic;
+ }
+}
+
+class Google_Service_Pubsub_Topic extends Google_Model
+{
+ public $name;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+}
From 2a69dad7b7a230206480493b1a8793b52b3d80d3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $gamesManagementService = new Google_Service_GamesManagement(...);
+ * $events = $gamesManagementService->events;
+ *
+ */
+class Google_Service_GamesManagement_Events_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Reset all player progress on the event for the currently authenticated
+ * player. This method is only accessible to whitelisted tester accounts for
+ * your application. All resources that use the event will also be reset.
+ * (events.reset)
+ *
+ * @param string $eventId
+ * The ID of the event.
+ * @param array $optParams Optional parameters.
+ */
+ public function reset($eventId, $optParams = array())
+ {
+ $params = array('eventId' => $eventId);
+ $params = array_merge($params, $optParams);
+ return $this->call('reset', array($params));
+ }
+ /**
+ * Reset all player progress on all unpublished events for the currently
+ * authenticated player. This method is only accessible to whitelisted tester
+ * accounts for your application. All resources that use the events will also be
+ * reset. (events.resetAll)
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function resetAll($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('resetAll', array($params));
+ }
+ /**
+ * Reset all player progress on the event for all players. This method is only
+ * available to user accounts for your developer console. Only draft events can
+ * be reset. All resources that use the event will also be reset.
+ * (events.resetForAllPlayers)
+ *
+ * @param string $eventId
+ * The ID of the event.
+ * @param array $optParams Optional parameters.
+ */
+ public function resetForAllPlayers($eventId, $optParams = array())
+ {
+ $params = array('eventId' => $eventId);
+ $params = array_merge($params, $optParams);
+ return $this->call('resetForAllPlayers', array($params));
+ }
+}
+
/**
* The "players" collection of methods.
* Typical usage is:
@@ -361,6 +476,34 @@ public function unhide($applicationId, $playerId, $optParams = array())
}
}
+/**
+ * The "quests" collection of methods.
+ * Typical usage is:
+ *
+ * $gamesManagementService = new Google_Service_GamesManagement(...);
+ * $quests = $gamesManagementService->quests;
+ *
+ */
+class Google_Service_GamesManagement_Quests_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Reset all player progress on the quest for the currently authenticated
+ * player. This method is only accessible to whitelisted tester accounts for
+ * your application. (quests.reset)
+ *
+ * @param string $questId
+ * The ID of the quest.
+ * @param array $optParams Optional parameters.
+ */
+ public function reset($questId, $optParams = array())
+ {
+ $params = array('questId' => $questId);
+ $params = array_merge($params, $optParams);
+ return $this->call('reset', array($params));
+ }
+}
+
/**
* The "rooms" collection of methods.
* Typical usage is:
@@ -560,6 +703,93 @@ public function getTimeMillis()
}
}
+class Google_Service_GamesManagement_GamesPlayerExperienceInfoResource extends Google_Model
+{
+ public $currentExperiencePoints;
+ protected $currentLevelType = 'Google_Service_GamesManagement_GamesPlayerLevelResource';
+ protected $currentLevelDataType = '';
+ public $lastLevelUpTimestampMillis;
+ protected $nextLevelType = 'Google_Service_GamesManagement_GamesPlayerLevelResource';
+ protected $nextLevelDataType = '';
+
+ public function setCurrentExperiencePoints($currentExperiencePoints)
+ {
+ $this->currentExperiencePoints = $currentExperiencePoints;
+ }
+
+ public function getCurrentExperiencePoints()
+ {
+ return $this->currentExperiencePoints;
+ }
+
+ public function setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $currentLevel)
+ {
+ $this->currentLevel = $currentLevel;
+ }
+
+ public function getCurrentLevel()
+ {
+ return $this->currentLevel;
+ }
+
+ public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
+ {
+ $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
+ }
+
+ public function getLastLevelUpTimestampMillis()
+ {
+ return $this->lastLevelUpTimestampMillis;
+ }
+
+ public function setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $nextLevel)
+ {
+ $this->nextLevel = $nextLevel;
+ }
+
+ public function getNextLevel()
+ {
+ return $this->nextLevel;
+ }
+}
+
+class Google_Service_GamesManagement_GamesPlayerLevelResource extends Google_Model
+{
+ public $level;
+ public $maxExperiencePoints;
+ public $minExperiencePoints;
+
+ public function setLevel($level)
+ {
+ $this->level = $level;
+ }
+
+ public function getLevel()
+ {
+ return $this->level;
+ }
+
+ public function setMaxExperiencePoints($maxExperiencePoints)
+ {
+ $this->maxExperiencePoints = $maxExperiencePoints;
+ }
+
+ public function getMaxExperiencePoints()
+ {
+ return $this->maxExperiencePoints;
+ }
+
+ public function setMinExperiencePoints($minExperiencePoints)
+ {
+ $this->minExperiencePoints = $minExperiencePoints;
+ }
+
+ public function getMinExperiencePoints()
+ {
+ return $this->minExperiencePoints;
+ }
+}
+
class Google_Service_GamesManagement_HiddenPlayer extends Google_Model
{
public $hiddenTimeMillis;
@@ -640,12 +870,15 @@ class Google_Service_GamesManagement_Player extends Google_Model
{
public $avatarImageUrl;
public $displayName;
+ protected $experienceInfoType = 'Google_Service_GamesManagement_GamesPlayerExperienceInfoResource';
+ protected $experienceInfoDataType = '';
public $kind;
protected $lastPlayedWithType = 'Google_Service_GamesManagement_GamesPlayedResource';
protected $lastPlayedWithDataType = '';
protected $nameType = 'Google_Service_GamesManagement_PlayerName';
protected $nameDataType = '';
public $playerId;
+ public $title;
public function setAvatarImageUrl($avatarImageUrl)
{
@@ -667,6 +900,16 @@ public function getDisplayName()
return $this->displayName;
}
+ public function setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExperienceInfoResource $experienceInfo)
+ {
+ $this->experienceInfo = $experienceInfo;
+ }
+
+ public function getExperienceInfo()
+ {
+ return $this->experienceInfo;
+ }
+
public function setKind($kind)
{
$this->kind = $kind;
@@ -706,6 +949,16 @@ public function getPlayerId()
{
return $this->playerId;
}
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
}
class Google_Service_GamesManagement_PlayerName extends Google_Model
From a1eac083b801e3d694fc7116685f28981413c9f0 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $gamesService = new Google_Service_Games(...);
+ * $events = $gamesService->events;
+ *
+ */
+class Google_Service_Games_Events_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Returns a list of the current progress on events in this application for the
+ * currently authorized user. (events.listByPlayer)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param int maxResults
+ * The maximum number of events to return in the response, used for paging. For any response, the
+ * actual number of events to return may be less than the specified maxResults.
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_PlayerEventListResponse
+ */
+ public function listByPlayer($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('listByPlayer', array($params), "Google_Service_Games_PlayerEventListResponse");
+ }
+ /**
+ * Returns a list of the event definitions in this application.
+ * (events.listDefinitions)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param int maxResults
+ * The maximum number of event definitions to return in the response, used for paging. For any
+ * response, the actual number of event definitions to return may be less than the specified
+ * maxResults.
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_EventDefinitionListResponse
+ */
+ public function listDefinitions($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse");
+ }
+ /**
+ * Records a batch of event updates for the currently authorized user of this
+ * application. (events.record)
+ *
+ * @param Google_EventRecordRequest $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_EventUpdateResponse
+ */
+ public function record(Google_Service_Games_EventRecordRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('record', array($params), "Google_Service_Games_EventUpdateResponse");
+ }
+}
+
/**
* The "leaderboards" collection of methods.
* Typical usage is:
@@ -1084,46 +1380,98 @@ public function listLeaderboards($optParams = array())
}
/**
- * The "players" collection of methods.
+ * The "metagame" collection of methods.
* Typical usage is:
*
* $gamesService = new Google_Service_Games(...);
- * $players = $gamesService->players;
+ * $metagame = $gamesService->metagame;
*
*/
-class Google_Service_Games_Players_Resource extends Google_Service_Resource
+class Google_Service_Games_Metagame_Resource extends Google_Service_Resource
{
/**
- * Retrieves the Player resource with the given ID. To retrieve the player for
- * the currently authenticated user, set playerId to me. (players.get)
+ * Return the metagame configuration data for the calling application.
+ * (metagame.getMetagameConfig)
*
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
* @param array $optParams Optional parameters.
- *
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @return Google_Service_Games_Player
+ * @return Google_Service_Games_MetagameConfig
*/
- public function get($playerId, $optParams = array())
+ public function getMetagameConfig($optParams = array())
{
- $params = array('playerId' => $playerId);
+ $params = array();
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Games_Player");
+ return $this->call('getMetagameConfig', array($params), "Google_Service_Games_MetagameConfig");
}
/**
- * Get the collection of players for the currently authenticated user.
- * (players.listPlayers)
+ * List play data aggregated per category for the player corresponding to
+ * playerId. (metagame.listCategoriesByPlayer)
*
+ * @param string $playerId
+ * A player ID. A value of me may be used in place of the authenticated player's ID.
* @param string $collection
- * Collection of players being retrieved
+ * The collection of categories for which data will be returned.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken
* The token returned by the previous request.
* @opt_param int maxResults
- * The maximum number of player resources to return in the response, used for paging. For any
+ * The maximum number of category resources to return in the response, used for paging. For any
+ * response, the actual number of category resources returned may be less than the specified
+ * maxResults.
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_CategoryListResponse
+ */
+ public function listCategoriesByPlayer($playerId, $collection, $optParams = array())
+ {
+ $params = array('playerId' => $playerId, 'collection' => $collection);
+ $params = array_merge($params, $optParams);
+ return $this->call('listCategoriesByPlayer', array($params), "Google_Service_Games_CategoryListResponse");
+ }
+}
+
+/**
+ * The "players" collection of methods.
+ * Typical usage is:
+ *
+ * $gamesService = new Google_Service_Games(...);
+ * $players = $gamesService->players;
+ *
+ */
+class Google_Service_Games_Players_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the Player resource with the given ID. To retrieve the player for
+ * the currently authenticated user, set playerId to me. (players.get)
+ *
+ * @param string $playerId
+ * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_Player
+ */
+ public function get($playerId, $optParams = array())
+ {
+ $params = array('playerId' => $playerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Games_Player");
+ }
+ /**
+ * Get the collection of players for the currently authenticated user.
+ * (players.listPlayers)
+ *
+ * @param string $collection
+ * Collection of players being retrieved
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param int maxResults
+ * The maximum number of player resources to return in the response, used for paging. For any
* response, the actual number of player resources returned may be less than the specified
* maxResults.
* @opt_param string language
@@ -1177,6 +1525,94 @@ public function update(Google_Service_Games_PushToken $postBody, $optParams = ar
}
}
+/**
+ * The "questMilestones" collection of methods.
+ * Typical usage is:
+ *
+ * $gamesService = new Google_Service_Games(...);
+ * $questMilestones = $gamesService->questMilestones;
+ *
+ */
+class Google_Service_Games_QuestMilestones_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Report that reward for the milestone corresponding to milestoneId for the
+ * quest corresponding to questId has been claimed by the currently authorized
+ * user. (questMilestones.claim)
+ *
+ * @param string $questId
+ * The ID of the quest.
+ * @param string $milestoneId
+ * The ID of the Milestone.
+ * @param string $requestId
+ * A randomly generated numeric ID for each request specified by the caller. This number is used at
+ * the server to ensure that the request is handled correctly across retries.
+ * @param array $optParams Optional parameters.
+ */
+ public function claim($questId, $milestoneId, $requestId, $optParams = array())
+ {
+ $params = array('questId' => $questId, 'milestoneId' => $milestoneId, 'requestId' => $requestId);
+ $params = array_merge($params, $optParams);
+ return $this->call('claim', array($params));
+ }
+}
+
+/**
+ * The "quests" collection of methods.
+ * Typical usage is:
+ *
+ * $gamesService = new Google_Service_Games(...);
+ * $quests = $gamesService->quests;
+ *
+ */
+class Google_Service_Games_Quests_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Indicates that the currently authorized user will participate in the quest.
+ * (quests.accept)
+ *
+ * @param string $questId
+ * The ID of the quest.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_Quest
+ */
+ public function accept($questId, $optParams = array())
+ {
+ $params = array('questId' => $questId);
+ $params = array_merge($params, $optParams);
+ return $this->call('accept', array($params), "Google_Service_Games_Quest");
+ }
+ /**
+ * Get a list of quests for your application and the currently authenticated
+ * player. (quests.listQuests)
+ *
+ * @param string $playerId
+ * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param int maxResults
+ * The maximum number of quest resources to return in the response, used for paging. For any
+ * response, the actual number of quest resources returned may be less than the specified
+ * maxResults. Acceptable values are 1 to 50, inclusive. (Default: 50).
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_QuestListResponse
+ */
+ public function listQuests($playerId, $optParams = array())
+ {
+ $params = array('playerId' => $playerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Games_QuestListResponse");
+ }
+}
+
/**
* The "revisions" collection of methods.
* Typical usage is:
@@ -1515,6 +1951,60 @@ public function submitMultiple(Google_Service_Games_PlayerScoreSubmissionList $p
}
}
+/**
+ * The "snapshots" collection of methods.
+ * Typical usage is:
+ *
+ * $gamesService = new Google_Service_Games(...);
+ * $snapshots = $gamesService->snapshots;
+ *
+ */
+class Google_Service_Games_Snapshots_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the metadata for a given snapshot ID. (snapshots.get)
+ *
+ * @param string $snapshotId
+ * The ID of the snapshot.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_Snapshot
+ */
+ public function get($snapshotId, $optParams = array())
+ {
+ $params = array('snapshotId' => $snapshotId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Games_Snapshot");
+ }
+ /**
+ * Retrieves a list of snapshots created by your application for the player
+ * corresponding to the player ID. (snapshots.listSnapshots)
+ *
+ * @param string $playerId
+ * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param int maxResults
+ * The maximum number of snapshot resources to return in the response, used for paging. For any
+ * response, the actual number of snapshot resources returned may be less than the specified
+ * maxResults.
+ * @opt_param string language
+ * The preferred language to use for strings returned by this method.
+ * @return Google_Service_Games_SnapshotListResponse
+ */
+ public function listSnapshots($playerId, $optParams = array())
+ {
+ $params = array('playerId' => $playerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Games_SnapshotListResponse");
+ }
+}
+
/**
* The "turnBasedMatches" collection of methods.
* Typical usage is:
@@ -1795,6 +2285,7 @@ class Google_Service_Games_AchievementDefinition extends Google_Model
{
public $achievementType;
public $description;
+ public $experiencePoints;
public $formattedTotalSteps;
public $id;
public $initialState;
@@ -1826,6 +2317,16 @@ public function getDescription()
return $this->description;
}
+ public function setExperiencePoints($experiencePoints)
+ {
+ $this->experiencePoints = $experiencePoints;
+ }
+
+ public function getExperiencePoints()
+ {
+ return $this->experiencePoints;
+ }
+
public function setFormattedTotalSteps($formattedTotalSteps)
{
$this->formattedTotalSteps = $formattedTotalSteps;
@@ -2548,47 +3049,59 @@ public function getSecondary()
}
}
-class Google_Service_Games_GamesAchievementIncrement extends Google_Model
+class Google_Service_Games_Category extends Google_Model
{
+ public $category;
+ public $experiencePoints;
public $kind;
- public $requestId;
- public $steps;
- public function setKind($kind)
+ public function setCategory($category)
{
- $this->kind = $kind;
+ $this->category = $category;
}
- public function getKind()
+ public function getCategory()
{
- return $this->kind;
+ return $this->category;
}
- public function setRequestId($requestId)
+ public function setExperiencePoints($experiencePoints)
{
- $this->requestId = $requestId;
+ $this->experiencePoints = $experiencePoints;
}
- public function getRequestId()
+ public function getExperiencePoints()
{
- return $this->requestId;
+ return $this->experiencePoints;
}
- public function setSteps($steps)
+ public function setKind($kind)
{
- $this->steps = $steps;
+ $this->kind = $kind;
}
- public function getSteps()
+ public function getKind()
{
- return $this->steps;
+ return $this->kind;
}
}
-class Google_Service_Games_GamesAchievementSetStepsAtLeast extends Google_Model
+class Google_Service_Games_CategoryListResponse extends Google_Collection
{
+ protected $itemsType = 'Google_Service_Games_Category';
+ protected $itemsDataType = 'array';
public $kind;
- public $steps;
+ public $nextPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
public function setKind($kind)
{
@@ -2600,33 +3113,32 @@ public function getKind()
return $this->kind;
}
- public function setSteps($steps)
+ public function setNextPageToken($nextPageToken)
{
- $this->steps = $steps;
+ $this->nextPageToken = $nextPageToken;
}
- public function getSteps()
+ public function getNextPageToken()
{
- return $this->steps;
+ return $this->nextPageToken;
}
}
-class Google_Service_Games_ImageAsset extends Google_Model
+class Google_Service_Games_EventBatchRecordFailure extends Google_Model
{
- public $height;
+ public $failureCause;
public $kind;
- public $name;
- public $url;
- public $width;
+ protected $rangeType = 'Google_Service_Games_EventPeriodRange';
+ protected $rangeDataType = '';
- public function setHeight($height)
+ public function setFailureCause($failureCause)
{
- $this->height = $height;
+ $this->failureCause = $failureCause;
}
- public function getHeight()
+ public function getFailureCause()
{
- return $this->height;
+ return $this->failureCause;
}
public function setKind($kind)
@@ -2639,158 +3151,151 @@ public function getKind()
return $this->kind;
}
- public function setName($name)
+ public function setRange(Google_Service_Games_EventPeriodRange $range)
{
- $this->name = $name;
+ $this->range = $range;
}
- public function getName()
+ public function getRange()
{
- return $this->name;
+ return $this->range;
}
+}
- public function setUrl($url)
+class Google_Service_Games_EventChild extends Google_Model
+{
+ public $childId;
+ public $kind;
+
+ public function setChildId($childId)
{
- $this->url = $url;
+ $this->childId = $childId;
}
- public function getUrl()
+ public function getChildId()
{
- return $this->url;
+ return $this->childId;
}
- public function setWidth($width)
+ public function setKind($kind)
{
- $this->width = $width;
+ $this->kind = $kind;
}
- public function getWidth()
+ public function getKind()
{
- return $this->width;
+ return $this->kind;
}
}
-class Google_Service_Games_Instance extends Google_Model
+class Google_Service_Games_EventDefinition extends Google_Collection
{
- public $acquisitionUri;
- protected $androidInstanceType = 'Google_Service_Games_InstanceAndroidDetails';
- protected $androidInstanceDataType = '';
- protected $iosInstanceType = 'Google_Service_Games_InstanceIosDetails';
- protected $iosInstanceDataType = '';
+ protected $childEventsType = 'Google_Service_Games_EventChild';
+ protected $childEventsDataType = 'array';
+ public $description;
+ public $displayName;
+ public $id;
+ public $imageUrl;
+ public $isDefaultImageUrl;
public $kind;
- public $name;
- public $platformType;
- public $realtimePlay;
- public $turnBasedPlay;
- protected $webInstanceType = 'Google_Service_Games_InstanceWebDetails';
- protected $webInstanceDataType = '';
+ public $visibility;
- public function setAcquisitionUri($acquisitionUri)
+ public function setChildEvents($childEvents)
{
- $this->acquisitionUri = $acquisitionUri;
+ $this->childEvents = $childEvents;
}
- public function getAcquisitionUri()
+ public function getChildEvents()
{
- return $this->acquisitionUri;
+ return $this->childEvents;
}
- public function setAndroidInstance(Google_Service_Games_InstanceAndroidDetails $androidInstance)
+ public function setDescription($description)
{
- $this->androidInstance = $androidInstance;
+ $this->description = $description;
}
- public function getAndroidInstance()
+ public function getDescription()
{
- return $this->androidInstance;
+ return $this->description;
}
- public function setIosInstance(Google_Service_Games_InstanceIosDetails $iosInstance)
+ public function setDisplayName($displayName)
{
- $this->iosInstance = $iosInstance;
+ $this->displayName = $displayName;
}
- public function getIosInstance()
+ public function getDisplayName()
{
- return $this->iosInstance;
+ return $this->displayName;
}
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setName($name)
+ public function setId($id)
{
- $this->name = $name;
+ $this->id = $id;
}
- public function getName()
+ public function getId()
{
- return $this->name;
+ return $this->id;
}
- public function setPlatformType($platformType)
+ public function setImageUrl($imageUrl)
{
- $this->platformType = $platformType;
+ $this->imageUrl = $imageUrl;
}
- public function getPlatformType()
+ public function getImageUrl()
{
- return $this->platformType;
+ return $this->imageUrl;
}
- public function setRealtimePlay($realtimePlay)
+ public function setIsDefaultImageUrl($isDefaultImageUrl)
{
- $this->realtimePlay = $realtimePlay;
+ $this->isDefaultImageUrl = $isDefaultImageUrl;
}
- public function getRealtimePlay()
+ public function getIsDefaultImageUrl()
{
- return $this->realtimePlay;
+ return $this->isDefaultImageUrl;
}
- public function setTurnBasedPlay($turnBasedPlay)
+ public function setKind($kind)
{
- $this->turnBasedPlay = $turnBasedPlay;
+ $this->kind = $kind;
}
- public function getTurnBasedPlay()
+ public function getKind()
{
- return $this->turnBasedPlay;
+ return $this->kind;
}
- public function setWebInstance(Google_Service_Games_InstanceWebDetails $webInstance)
+ public function setVisibility($visibility)
{
- $this->webInstance = $webInstance;
+ $this->visibility = $visibility;
}
- public function getWebInstance()
+ public function getVisibility()
{
- return $this->webInstance;
+ return $this->visibility;
}
}
-class Google_Service_Games_InstanceAndroidDetails extends Google_Model
+class Google_Service_Games_EventDefinitionListResponse extends Google_Collection
{
- public $enablePiracyCheck;
+ protected $itemsType = 'Google_Service_Games_EventDefinition';
+ protected $itemsDataType = 'array';
public $kind;
- public $packageName;
- public $preferred;
+ public $nextPageToken;
- public function setEnablePiracyCheck($enablePiracyCheck)
+ public function setItems($items)
{
- $this->enablePiracyCheck = $enablePiracyCheck;
+ $this->items = $items;
}
- public function getEnablePiracyCheck()
+ public function getItems()
{
- return $this->enablePiracyCheck;
+ return $this->items;
}
public function setKind($kind)
@@ -2803,56 +3308,61 @@ public function getKind()
return $this->kind;
}
- public function setPackageName($packageName)
+ public function setNextPageToken($nextPageToken)
{
- $this->packageName = $packageName;
+ $this->nextPageToken = $nextPageToken;
}
- public function getPackageName()
+ public function getNextPageToken()
{
- return $this->packageName;
+ return $this->nextPageToken;
}
+}
- public function setPreferred($preferred)
+class Google_Service_Games_EventPeriodRange extends Google_Model
+{
+ public $kind;
+ public $periodEndMillis;
+ public $periodStartMillis;
+
+ public function setKind($kind)
{
- $this->preferred = $preferred;
+ $this->kind = $kind;
}
- public function getPreferred()
+ public function getKind()
{
- return $this->preferred;
+ return $this->kind;
}
-}
-
-class Google_Service_Games_InstanceIosDetails extends Google_Model
-{
- public $bundleIdentifier;
- public $itunesAppId;
- public $kind;
- public $preferredForIpad;
- public $preferredForIphone;
- public $supportIpad;
- public $supportIphone;
- public function setBundleIdentifier($bundleIdentifier)
+ public function setPeriodEndMillis($periodEndMillis)
{
- $this->bundleIdentifier = $bundleIdentifier;
+ $this->periodEndMillis = $periodEndMillis;
}
- public function getBundleIdentifier()
+ public function getPeriodEndMillis()
{
- return $this->bundleIdentifier;
+ return $this->periodEndMillis;
}
- public function setItunesAppId($itunesAppId)
+ public function setPeriodStartMillis($periodStartMillis)
{
- $this->itunesAppId = $itunesAppId;
+ $this->periodStartMillis = $periodStartMillis;
}
- public function getItunesAppId()
+ public function getPeriodStartMillis()
{
- return $this->itunesAppId;
+ return $this->periodStartMillis;
}
+}
+
+class Google_Service_Games_EventPeriodUpdate extends Google_Collection
+{
+ public $kind;
+ protected $timePeriodType = 'Google_Service_Games_EventPeriodRange';
+ protected $timePeriodDataType = '';
+ protected $updatesType = 'Google_Service_Games_EventUpdateRequest';
+ protected $updatesDataType = 'array';
public function setKind($kind)
{
@@ -2864,52 +3374,52 @@ public function getKind()
return $this->kind;
}
- public function setPreferredForIpad($preferredForIpad)
+ public function setTimePeriod(Google_Service_Games_EventPeriodRange $timePeriod)
{
- $this->preferredForIpad = $preferredForIpad;
+ $this->timePeriod = $timePeriod;
}
- public function getPreferredForIpad()
+ public function getTimePeriod()
{
- return $this->preferredForIpad;
+ return $this->timePeriod;
}
- public function setPreferredForIphone($preferredForIphone)
+ public function setUpdates($updates)
{
- $this->preferredForIphone = $preferredForIphone;
+ $this->updates = $updates;
}
- public function getPreferredForIphone()
+ public function getUpdates()
{
- return $this->preferredForIphone;
+ return $this->updates;
}
+}
- public function setSupportIpad($supportIpad)
+class Google_Service_Games_EventRecordFailure extends Google_Model
+{
+ public $eventId;
+ public $failureCause;
+ public $kind;
+
+ public function setEventId($eventId)
{
- $this->supportIpad = $supportIpad;
+ $this->eventId = $eventId;
}
- public function getSupportIpad()
+ public function getEventId()
{
- return $this->supportIpad;
+ return $this->eventId;
}
- public function setSupportIphone($supportIphone)
+ public function setFailureCause($failureCause)
{
- $this->supportIphone = $supportIphone;
+ $this->failureCause = $failureCause;
}
- public function getSupportIphone()
+ public function getFailureCause()
{
- return $this->supportIphone;
+ return $this->failureCause;
}
-}
-
-class Google_Service_Games_InstanceWebDetails extends Google_Model
-{
- public $kind;
- public $launchUrl;
- public $preferred;
public function setKind($kind)
{
@@ -2920,65 +3430,71 @@ public function getKind()
{
return $this->kind;
}
+}
- public function setLaunchUrl($launchUrl)
+class Google_Service_Games_EventRecordRequest extends Google_Collection
+{
+ public $currentTimeMillis;
+ public $kind;
+ public $requestId;
+ protected $timePeriodsType = 'Google_Service_Games_EventPeriodUpdate';
+ protected $timePeriodsDataType = 'array';
+
+ public function setCurrentTimeMillis($currentTimeMillis)
{
- $this->launchUrl = $launchUrl;
+ $this->currentTimeMillis = $currentTimeMillis;
}
- public function getLaunchUrl()
+ public function getCurrentTimeMillis()
{
- return $this->launchUrl;
+ return $this->currentTimeMillis;
}
- public function setPreferred($preferred)
+ public function setKind($kind)
{
- $this->preferred = $preferred;
+ $this->kind = $kind;
}
- public function getPreferred()
+ public function getKind()
{
- return $this->preferred;
+ return $this->kind;
}
-}
-
-class Google_Service_Games_Leaderboard extends Google_Model
-{
- public $iconUrl;
- public $id;
- public $isIconUrlDefault;
- public $kind;
- public $name;
- public $order;
- public function setIconUrl($iconUrl)
+ public function setRequestId($requestId)
{
- $this->iconUrl = $iconUrl;
+ $this->requestId = $requestId;
}
- public function getIconUrl()
+ public function getRequestId()
{
- return $this->iconUrl;
+ return $this->requestId;
}
- public function setId($id)
+ public function setTimePeriods($timePeriods)
{
- $this->id = $id;
+ $this->timePeriods = $timePeriods;
}
- public function getId()
+ public function getTimePeriods()
{
- return $this->id;
+ return $this->timePeriods;
}
+}
- public function setIsIconUrlDefault($isIconUrlDefault)
+class Google_Service_Games_EventUpdateRequest extends Google_Model
+{
+ public $definitionId;
+ public $kind;
+ public $updateCount;
+
+ public function setDefinitionId($definitionId)
{
- $this->isIconUrlDefault = $isIconUrlDefault;
+ $this->definitionId = $definitionId;
}
- public function getIsIconUrlDefault()
+ public function getDefinitionId()
{
- return $this->isIconUrlDefault;
+ return $this->definitionId;
}
public function setKind($kind)
@@ -2991,58 +3507,45 @@ public function getKind()
return $this->kind;
}
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setOrder($order)
+ public function setUpdateCount($updateCount)
{
- $this->order = $order;
+ $this->updateCount = $updateCount;
}
- public function getOrder()
+ public function getUpdateCount()
{
- return $this->order;
+ return $this->updateCount;
}
}
-class Google_Service_Games_LeaderboardEntry extends Google_Model
+class Google_Service_Games_EventUpdateResponse extends Google_Collection
{
- public $formattedScore;
- public $formattedScoreRank;
+ protected $batchFailuresType = 'Google_Service_Games_EventBatchRecordFailure';
+ protected $batchFailuresDataType = 'array';
+ protected $eventFailuresType = 'Google_Service_Games_EventRecordFailure';
+ protected $eventFailuresDataType = 'array';
public $kind;
- protected $playerType = 'Google_Service_Games_Player';
- protected $playerDataType = '';
- public $scoreRank;
- public $scoreTag;
- public $scoreValue;
- public $timeSpan;
- public $writeTimestampMillis;
+ protected $playerEventsType = 'Google_Service_Games_PlayerEvent';
+ protected $playerEventsDataType = 'array';
- public function setFormattedScore($formattedScore)
+ public function setBatchFailures($batchFailures)
{
- $this->formattedScore = $formattedScore;
+ $this->batchFailures = $batchFailures;
}
- public function getFormattedScore()
+ public function getBatchFailures()
{
- return $this->formattedScore;
+ return $this->batchFailures;
}
- public function setFormattedScoreRank($formattedScoreRank)
+ public function setEventFailures($eventFailures)
{
- $this->formattedScoreRank = $formattedScoreRank;
+ $this->eventFailures = $eventFailures;
}
- public function getFormattedScoreRank()
+ public function getEventFailures()
{
- return $this->formattedScoreRank;
+ return $this->eventFailures;
}
public function setKind($kind)
@@ -3055,70 +3558,1293 @@ public function getKind()
return $this->kind;
}
- public function setPlayer(Google_Service_Games_Player $player)
+ public function setPlayerEvents($playerEvents)
{
- $this->player = $player;
+ $this->playerEvents = $playerEvents;
}
- public function getPlayer()
+ public function getPlayerEvents()
{
- return $this->player;
+ return $this->playerEvents;
}
+}
- public function setScoreRank($scoreRank)
+class Google_Service_Games_GamesAchievementIncrement extends Google_Model
+{
+ public $kind;
+ public $requestId;
+ public $steps;
+
+ public function setKind($kind)
{
- $this->scoreRank = $scoreRank;
+ $this->kind = $kind;
}
- public function getScoreRank()
+ public function getKind()
{
- return $this->scoreRank;
+ return $this->kind;
}
- public function setScoreTag($scoreTag)
+ public function setRequestId($requestId)
{
- $this->scoreTag = $scoreTag;
+ $this->requestId = $requestId;
}
- public function getScoreTag()
+ public function getRequestId()
{
- return $this->scoreTag;
+ return $this->requestId;
}
- public function setScoreValue($scoreValue)
+ public function setSteps($steps)
{
- $this->scoreValue = $scoreValue;
+ $this->steps = $steps;
}
- public function getScoreValue()
+ public function getSteps()
{
- return $this->scoreValue;
+ return $this->steps;
}
+}
- public function setTimeSpan($timeSpan)
+class Google_Service_Games_GamesAchievementSetStepsAtLeast extends Google_Model
+{
+ public $kind;
+ public $steps;
+
+ public function setKind($kind)
{
- $this->timeSpan = $timeSpan;
+ $this->kind = $kind;
}
- public function getTimeSpan()
+ public function getKind()
{
- return $this->timeSpan;
+ return $this->kind;
}
- public function setWriteTimestampMillis($writeTimestampMillis)
+ public function setSteps($steps)
+ {
+ $this->steps = $steps;
+ }
+
+ public function getSteps()
+ {
+ return $this->steps;
+ }
+}
+
+class Google_Service_Games_ImageAsset extends Google_Model
+{
+ public $height;
+ public $kind;
+ public $name;
+ public $url;
+ public $width;
+
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+
+ public function getHeight()
+ {
+ return $this->height;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_Games_Instance extends Google_Model
+{
+ public $acquisitionUri;
+ protected $androidInstanceType = 'Google_Service_Games_InstanceAndroidDetails';
+ protected $androidInstanceDataType = '';
+ protected $iosInstanceType = 'Google_Service_Games_InstanceIosDetails';
+ protected $iosInstanceDataType = '';
+ public $kind;
+ public $name;
+ public $platformType;
+ public $realtimePlay;
+ public $turnBasedPlay;
+ protected $webInstanceType = 'Google_Service_Games_InstanceWebDetails';
+ protected $webInstanceDataType = '';
+
+ public function setAcquisitionUri($acquisitionUri)
+ {
+ $this->acquisitionUri = $acquisitionUri;
+ }
+
+ public function getAcquisitionUri()
+ {
+ return $this->acquisitionUri;
+ }
+
+ public function setAndroidInstance(Google_Service_Games_InstanceAndroidDetails $androidInstance)
+ {
+ $this->androidInstance = $androidInstance;
+ }
+
+ public function getAndroidInstance()
+ {
+ return $this->androidInstance;
+ }
+
+ public function setIosInstance(Google_Service_Games_InstanceIosDetails $iosInstance)
+ {
+ $this->iosInstance = $iosInstance;
+ }
+
+ public function getIosInstance()
+ {
+ return $this->iosInstance;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPlatformType($platformType)
+ {
+ $this->platformType = $platformType;
+ }
+
+ public function getPlatformType()
+ {
+ return $this->platformType;
+ }
+
+ public function setRealtimePlay($realtimePlay)
+ {
+ $this->realtimePlay = $realtimePlay;
+ }
+
+ public function getRealtimePlay()
+ {
+ return $this->realtimePlay;
+ }
+
+ public function setTurnBasedPlay($turnBasedPlay)
+ {
+ $this->turnBasedPlay = $turnBasedPlay;
+ }
+
+ public function getTurnBasedPlay()
+ {
+ return $this->turnBasedPlay;
+ }
+
+ public function setWebInstance(Google_Service_Games_InstanceWebDetails $webInstance)
+ {
+ $this->webInstance = $webInstance;
+ }
+
+ public function getWebInstance()
+ {
+ return $this->webInstance;
+ }
+}
+
+class Google_Service_Games_InstanceAndroidDetails extends Google_Model
+{
+ public $enablePiracyCheck;
+ public $kind;
+ public $packageName;
+ public $preferred;
+
+ public function setEnablePiracyCheck($enablePiracyCheck)
+ {
+ $this->enablePiracyCheck = $enablePiracyCheck;
+ }
+
+ public function getEnablePiracyCheck()
+ {
+ return $this->enablePiracyCheck;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPackageName($packageName)
+ {
+ $this->packageName = $packageName;
+ }
+
+ public function getPackageName()
+ {
+ return $this->packageName;
+ }
+
+ public function setPreferred($preferred)
+ {
+ $this->preferred = $preferred;
+ }
+
+ public function getPreferred()
+ {
+ return $this->preferred;
+ }
+}
+
+class Google_Service_Games_InstanceIosDetails extends Google_Model
+{
+ public $bundleIdentifier;
+ public $itunesAppId;
+ public $kind;
+ public $preferredForIpad;
+ public $preferredForIphone;
+ public $supportIpad;
+ public $supportIphone;
+
+ public function setBundleIdentifier($bundleIdentifier)
+ {
+ $this->bundleIdentifier = $bundleIdentifier;
+ }
+
+ public function getBundleIdentifier()
+ {
+ return $this->bundleIdentifier;
+ }
+
+ public function setItunesAppId($itunesAppId)
+ {
+ $this->itunesAppId = $itunesAppId;
+ }
+
+ public function getItunesAppId()
+ {
+ return $this->itunesAppId;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPreferredForIpad($preferredForIpad)
+ {
+ $this->preferredForIpad = $preferredForIpad;
+ }
+
+ public function getPreferredForIpad()
+ {
+ return $this->preferredForIpad;
+ }
+
+ public function setPreferredForIphone($preferredForIphone)
+ {
+ $this->preferredForIphone = $preferredForIphone;
+ }
+
+ public function getPreferredForIphone()
+ {
+ return $this->preferredForIphone;
+ }
+
+ public function setSupportIpad($supportIpad)
+ {
+ $this->supportIpad = $supportIpad;
+ }
+
+ public function getSupportIpad()
+ {
+ return $this->supportIpad;
+ }
+
+ public function setSupportIphone($supportIphone)
+ {
+ $this->supportIphone = $supportIphone;
+ }
+
+ public function getSupportIphone()
+ {
+ return $this->supportIphone;
+ }
+}
+
+class Google_Service_Games_InstanceWebDetails extends Google_Model
+{
+ public $kind;
+ public $launchUrl;
+ public $preferred;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLaunchUrl($launchUrl)
+ {
+ $this->launchUrl = $launchUrl;
+ }
+
+ public function getLaunchUrl()
+ {
+ return $this->launchUrl;
+ }
+
+ public function setPreferred($preferred)
+ {
+ $this->preferred = $preferred;
+ }
+
+ public function getPreferred()
+ {
+ return $this->preferred;
+ }
+}
+
+class Google_Service_Games_Leaderboard extends Google_Model
+{
+ public $iconUrl;
+ public $id;
+ public $isIconUrlDefault;
+ public $kind;
+ public $name;
+ public $order;
+
+ public function setIconUrl($iconUrl)
+ {
+ $this->iconUrl = $iconUrl;
+ }
+
+ public function getIconUrl()
+ {
+ return $this->iconUrl;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setIsIconUrlDefault($isIconUrlDefault)
+ {
+ $this->isIconUrlDefault = $isIconUrlDefault;
+ }
+
+ public function getIsIconUrlDefault()
+ {
+ return $this->isIconUrlDefault;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setOrder($order)
+ {
+ $this->order = $order;
+ }
+
+ public function getOrder()
+ {
+ return $this->order;
+ }
+}
+
+class Google_Service_Games_LeaderboardEntry extends Google_Model
+{
+ public $formattedScore;
+ public $formattedScoreRank;
+ public $kind;
+ protected $playerType = 'Google_Service_Games_Player';
+ protected $playerDataType = '';
+ public $scoreRank;
+ public $scoreTag;
+ public $scoreValue;
+ public $timeSpan;
+ public $writeTimestampMillis;
+
+ public function setFormattedScore($formattedScore)
+ {
+ $this->formattedScore = $formattedScore;
+ }
+
+ public function getFormattedScore()
+ {
+ return $this->formattedScore;
+ }
+
+ public function setFormattedScoreRank($formattedScoreRank)
+ {
+ $this->formattedScoreRank = $formattedScoreRank;
+ }
+
+ public function getFormattedScoreRank()
+ {
+ return $this->formattedScoreRank;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPlayer(Google_Service_Games_Player $player)
+ {
+ $this->player = $player;
+ }
+
+ public function getPlayer()
+ {
+ return $this->player;
+ }
+
+ public function setScoreRank($scoreRank)
+ {
+ $this->scoreRank = $scoreRank;
+ }
+
+ public function getScoreRank()
+ {
+ return $this->scoreRank;
+ }
+
+ public function setScoreTag($scoreTag)
+ {
+ $this->scoreTag = $scoreTag;
+ }
+
+ public function getScoreTag()
+ {
+ return $this->scoreTag;
+ }
+
+ public function setScoreValue($scoreValue)
+ {
+ $this->scoreValue = $scoreValue;
+ }
+
+ public function getScoreValue()
+ {
+ return $this->scoreValue;
+ }
+
+ public function setTimeSpan($timeSpan)
+ {
+ $this->timeSpan = $timeSpan;
+ }
+
+ public function getTimeSpan()
+ {
+ return $this->timeSpan;
+ }
+
+ public function setWriteTimestampMillis($writeTimestampMillis)
+ {
+ $this->writeTimestampMillis = $writeTimestampMillis;
+ }
+
+ public function getWriteTimestampMillis()
+ {
+ return $this->writeTimestampMillis;
+ }
+}
+
+class Google_Service_Games_LeaderboardListResponse extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Games_Leaderboard';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Games_LeaderboardScoreRank extends Google_Model
+{
+ public $formattedNumScores;
+ public $formattedRank;
+ public $kind;
+ public $numScores;
+ public $rank;
+
+ public function setFormattedNumScores($formattedNumScores)
+ {
+ $this->formattedNumScores = $formattedNumScores;
+ }
+
+ public function getFormattedNumScores()
+ {
+ return $this->formattedNumScores;
+ }
+
+ public function setFormattedRank($formattedRank)
+ {
+ $this->formattedRank = $formattedRank;
+ }
+
+ public function getFormattedRank()
+ {
+ return $this->formattedRank;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNumScores($numScores)
+ {
+ $this->numScores = $numScores;
+ }
+
+ public function getNumScores()
+ {
+ return $this->numScores;
+ }
+
+ public function setRank($rank)
+ {
+ $this->rank = $rank;
+ }
+
+ public function getRank()
+ {
+ return $this->rank;
+ }
+}
+
+class Google_Service_Games_LeaderboardScores extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Games_LeaderboardEntry';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $numScores;
+ protected $playerScoreType = 'Google_Service_Games_LeaderboardEntry';
+ protected $playerScoreDataType = '';
+ public $prevPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setNumScores($numScores)
+ {
+ $this->numScores = $numScores;
+ }
+
+ public function getNumScores()
+ {
+ return $this->numScores;
+ }
+
+ public function setPlayerScore(Google_Service_Games_LeaderboardEntry $playerScore)
+ {
+ $this->playerScore = $playerScore;
+ }
+
+ public function getPlayerScore()
+ {
+ return $this->playerScore;
+ }
+
+ public function setPrevPageToken($prevPageToken)
+ {
+ $this->prevPageToken = $prevPageToken;
+ }
+
+ public function getPrevPageToken()
+ {
+ return $this->prevPageToken;
+ }
+}
+
+class Google_Service_Games_MetagameConfig extends Google_Collection
+{
+ public $currentVersion;
+ public $kind;
+ protected $playerLevelsType = 'Google_Service_Games_PlayerLevel';
+ protected $playerLevelsDataType = 'array';
+
+ public function setCurrentVersion($currentVersion)
+ {
+ $this->currentVersion = $currentVersion;
+ }
+
+ public function getCurrentVersion()
+ {
+ return $this->currentVersion;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPlayerLevels($playerLevels)
+ {
+ $this->playerLevels = $playerLevels;
+ }
+
+ public function getPlayerLevels()
+ {
+ return $this->playerLevels;
+ }
+}
+
+class Google_Service_Games_NetworkDiagnostics extends Google_Model
+{
+ public $androidNetworkSubtype;
+ public $androidNetworkType;
+ public $iosNetworkType;
+ public $kind;
+ public $networkOperatorCode;
+ public $networkOperatorName;
+ public $registrationLatencyMillis;
+
+ public function setAndroidNetworkSubtype($androidNetworkSubtype)
+ {
+ $this->androidNetworkSubtype = $androidNetworkSubtype;
+ }
+
+ public function getAndroidNetworkSubtype()
+ {
+ return $this->androidNetworkSubtype;
+ }
+
+ public function setAndroidNetworkType($androidNetworkType)
+ {
+ $this->androidNetworkType = $androidNetworkType;
+ }
+
+ public function getAndroidNetworkType()
+ {
+ return $this->androidNetworkType;
+ }
+
+ public function setIosNetworkType($iosNetworkType)
+ {
+ $this->iosNetworkType = $iosNetworkType;
+ }
+
+ public function getIosNetworkType()
+ {
+ return $this->iosNetworkType;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNetworkOperatorCode($networkOperatorCode)
+ {
+ $this->networkOperatorCode = $networkOperatorCode;
+ }
+
+ public function getNetworkOperatorCode()
+ {
+ return $this->networkOperatorCode;
+ }
+
+ public function setNetworkOperatorName($networkOperatorName)
+ {
+ $this->networkOperatorName = $networkOperatorName;
+ }
+
+ public function getNetworkOperatorName()
+ {
+ return $this->networkOperatorName;
+ }
+
+ public function setRegistrationLatencyMillis($registrationLatencyMillis)
+ {
+ $this->registrationLatencyMillis = $registrationLatencyMillis;
+ }
+
+ public function getRegistrationLatencyMillis()
+ {
+ return $this->registrationLatencyMillis;
+ }
+}
+
+class Google_Service_Games_ParticipantResult extends Google_Model
+{
+ public $kind;
+ public $participantId;
+ public $placing;
+ public $result;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setParticipantId($participantId)
+ {
+ $this->participantId = $participantId;
+ }
+
+ public function getParticipantId()
+ {
+ return $this->participantId;
+ }
+
+ public function setPlacing($placing)
+ {
+ $this->placing = $placing;
+ }
+
+ public function getPlacing()
+ {
+ return $this->placing;
+ }
+
+ public function setResult($result)
+ {
+ $this->result = $result;
+ }
+
+ public function getResult()
+ {
+ return $this->result;
+ }
+}
+
+class Google_Service_Games_PeerChannelDiagnostics extends Google_Model
+{
+ protected $bytesReceivedType = 'Google_Service_Games_AggregateStats';
+ protected $bytesReceivedDataType = '';
+ protected $bytesSentType = 'Google_Service_Games_AggregateStats';
+ protected $bytesSentDataType = '';
+ public $kind;
+ public $numMessagesLost;
+ public $numMessagesReceived;
+ public $numMessagesSent;
+ public $numSendFailures;
+ protected $roundtripLatencyMillisType = 'Google_Service_Games_AggregateStats';
+ protected $roundtripLatencyMillisDataType = '';
+
+ public function setBytesReceived(Google_Service_Games_AggregateStats $bytesReceived)
+ {
+ $this->bytesReceived = $bytesReceived;
+ }
+
+ public function getBytesReceived()
+ {
+ return $this->bytesReceived;
+ }
+
+ public function setBytesSent(Google_Service_Games_AggregateStats $bytesSent)
+ {
+ $this->bytesSent = $bytesSent;
+ }
+
+ public function getBytesSent()
+ {
+ return $this->bytesSent;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNumMessagesLost($numMessagesLost)
+ {
+ $this->numMessagesLost = $numMessagesLost;
+ }
+
+ public function getNumMessagesLost()
+ {
+ return $this->numMessagesLost;
+ }
+
+ public function setNumMessagesReceived($numMessagesReceived)
+ {
+ $this->numMessagesReceived = $numMessagesReceived;
+ }
+
+ public function getNumMessagesReceived()
+ {
+ return $this->numMessagesReceived;
+ }
+
+ public function setNumMessagesSent($numMessagesSent)
+ {
+ $this->numMessagesSent = $numMessagesSent;
+ }
+
+ public function getNumMessagesSent()
+ {
+ return $this->numMessagesSent;
+ }
+
+ public function setNumSendFailures($numSendFailures)
+ {
+ $this->numSendFailures = $numSendFailures;
+ }
+
+ public function getNumSendFailures()
+ {
+ return $this->numSendFailures;
+ }
+
+ public function setRoundtripLatencyMillis(Google_Service_Games_AggregateStats $roundtripLatencyMillis)
+ {
+ $this->roundtripLatencyMillis = $roundtripLatencyMillis;
+ }
+
+ public function getRoundtripLatencyMillis()
{
- $this->writeTimestampMillis = $writeTimestampMillis;
+ return $this->roundtripLatencyMillis;
+ }
+}
+
+class Google_Service_Games_PeerSessionDiagnostics extends Google_Model
+{
+ public $connectedTimestampMillis;
+ public $kind;
+ public $participantId;
+ protected $reliableChannelType = 'Google_Service_Games_PeerChannelDiagnostics';
+ protected $reliableChannelDataType = '';
+ protected $unreliableChannelType = 'Google_Service_Games_PeerChannelDiagnostics';
+ protected $unreliableChannelDataType = '';
+
+ public function setConnectedTimestampMillis($connectedTimestampMillis)
+ {
+ $this->connectedTimestampMillis = $connectedTimestampMillis;
+ }
+
+ public function getConnectedTimestampMillis()
+ {
+ return $this->connectedTimestampMillis;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setParticipantId($participantId)
+ {
+ $this->participantId = $participantId;
+ }
+
+ public function getParticipantId()
+ {
+ return $this->participantId;
+ }
+
+ public function setReliableChannel(Google_Service_Games_PeerChannelDiagnostics $reliableChannel)
+ {
+ $this->reliableChannel = $reliableChannel;
+ }
+
+ public function getReliableChannel()
+ {
+ return $this->reliableChannel;
+ }
+
+ public function setUnreliableChannel(Google_Service_Games_PeerChannelDiagnostics $unreliableChannel)
+ {
+ $this->unreliableChannel = $unreliableChannel;
+ }
+
+ public function getUnreliableChannel()
+ {
+ return $this->unreliableChannel;
+ }
+}
+
+class Google_Service_Games_Played extends Google_Model
+{
+ public $autoMatched;
+ public $kind;
+ public $timeMillis;
+
+ public function setAutoMatched($autoMatched)
+ {
+ $this->autoMatched = $autoMatched;
+ }
+
+ public function getAutoMatched()
+ {
+ return $this->autoMatched;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setTimeMillis($timeMillis)
+ {
+ $this->timeMillis = $timeMillis;
+ }
+
+ public function getTimeMillis()
+ {
+ return $this->timeMillis;
+ }
+}
+
+class Google_Service_Games_Player extends Google_Model
+{
+ public $avatarImageUrl;
+ public $displayName;
+ protected $experienceInfoType = 'Google_Service_Games_PlayerExperienceInfo';
+ protected $experienceInfoDataType = '';
+ public $kind;
+ protected $lastPlayedWithType = 'Google_Service_Games_Played';
+ protected $lastPlayedWithDataType = '';
+ protected $nameType = 'Google_Service_Games_PlayerName';
+ protected $nameDataType = '';
+ public $playerId;
+ public $title;
+
+ public function setAvatarImageUrl($avatarImageUrl)
+ {
+ $this->avatarImageUrl = $avatarImageUrl;
+ }
+
+ public function getAvatarImageUrl()
+ {
+ return $this->avatarImageUrl;
+ }
+
+ public function setDisplayName($displayName)
+ {
+ $this->displayName = $displayName;
+ }
+
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+
+ public function setExperienceInfo(Google_Service_Games_PlayerExperienceInfo $experienceInfo)
+ {
+ $this->experienceInfo = $experienceInfo;
+ }
+
+ public function getExperienceInfo()
+ {
+ return $this->experienceInfo;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLastPlayedWith(Google_Service_Games_Played $lastPlayedWith)
+ {
+ $this->lastPlayedWith = $lastPlayedWith;
+ }
+
+ public function getLastPlayedWith()
+ {
+ return $this->lastPlayedWith;
+ }
+
+ public function setName(Google_Service_Games_PlayerName $name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPlayerId($playerId)
+ {
+ $this->playerId = $playerId;
+ }
+
+ public function getPlayerId()
+ {
+ return $this->playerId;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
+
+class Google_Service_Games_PlayerAchievement extends Google_Model
+{
+ public $achievementState;
+ public $currentSteps;
+ public $experiencePoints;
+ public $formattedCurrentStepsString;
+ public $id;
+ public $kind;
+ public $lastUpdatedTimestamp;
+
+ public function setAchievementState($achievementState)
+ {
+ $this->achievementState = $achievementState;
+ }
+
+ public function getAchievementState()
+ {
+ return $this->achievementState;
+ }
+
+ public function setCurrentSteps($currentSteps)
+ {
+ $this->currentSteps = $currentSteps;
+ }
+
+ public function getCurrentSteps()
+ {
+ return $this->currentSteps;
+ }
+
+ public function setExperiencePoints($experiencePoints)
+ {
+ $this->experiencePoints = $experiencePoints;
+ }
+
+ public function getExperiencePoints()
+ {
+ return $this->experiencePoints;
+ }
+
+ public function setFormattedCurrentStepsString($formattedCurrentStepsString)
+ {
+ $this->formattedCurrentStepsString = $formattedCurrentStepsString;
+ }
+
+ public function getFormattedCurrentStepsString()
+ {
+ return $this->formattedCurrentStepsString;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLastUpdatedTimestamp($lastUpdatedTimestamp)
+ {
+ $this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
}
- public function getWriteTimestampMillis()
+ public function getLastUpdatedTimestamp()
{
- return $this->writeTimestampMillis;
+ return $this->lastUpdatedTimestamp;
}
}
-class Google_Service_Games_LeaderboardListResponse extends Google_Collection
+class Google_Service_Games_PlayerAchievementListResponse extends Google_Collection
{
- protected $itemsType = 'Google_Service_Games_Leaderboard';
+ protected $itemsType = 'Google_Service_Games_PlayerAchievement';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -3154,32 +4880,32 @@ public function getNextPageToken()
}
}
-class Google_Service_Games_LeaderboardScoreRank extends Google_Model
+class Google_Service_Games_PlayerEvent extends Google_Model
{
- public $formattedNumScores;
- public $formattedRank;
+ public $definitionId;
+ public $formattedNumEvents;
public $kind;
- public $numScores;
- public $rank;
+ public $numEvents;
+ public $playerId;
- public function setFormattedNumScores($formattedNumScores)
+ public function setDefinitionId($definitionId)
{
- $this->formattedNumScores = $formattedNumScores;
+ $this->definitionId = $definitionId;
}
- public function getFormattedNumScores()
+ public function getDefinitionId()
{
- return $this->formattedNumScores;
+ return $this->definitionId;
}
- public function setFormattedRank($formattedRank)
+ public function setFormattedNumEvents($formattedNumEvents)
{
- $this->formattedRank = $formattedRank;
+ $this->formattedNumEvents = $formattedNumEvents;
}
- public function getFormattedRank()
+ public function getFormattedNumEvents()
{
- return $this->formattedRank;
+ return $this->formattedNumEvents;
}
public function setKind($kind)
@@ -3192,37 +4918,33 @@ public function getKind()
return $this->kind;
}
- public function setNumScores($numScores)
+ public function setNumEvents($numEvents)
{
- $this->numScores = $numScores;
+ $this->numEvents = $numEvents;
}
- public function getNumScores()
+ public function getNumEvents()
{
- return $this->numScores;
+ return $this->numEvents;
}
- public function setRank($rank)
+ public function setPlayerId($playerId)
{
- $this->rank = $rank;
+ $this->playerId = $playerId;
}
- public function getRank()
+ public function getPlayerId()
{
- return $this->rank;
+ return $this->playerId;
}
}
-class Google_Service_Games_LeaderboardScores extends Google_Collection
+class Google_Service_Games_PlayerEventListResponse extends Google_Collection
{
- protected $itemsType = 'Google_Service_Games_LeaderboardEntry';
+ protected $itemsType = 'Google_Service_Games_PlayerEvent';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
- public $numScores;
- protected $playerScoreType = 'Google_Service_Games_LeaderboardEntry';
- protected $playerScoreDataType = '';
- public $prevPageToken;
public function setItems($items)
{
@@ -3253,76 +4975,36 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
-
- public function setNumScores($numScores)
- {
- $this->numScores = $numScores;
- }
-
- public function getNumScores()
- {
- return $this->numScores;
- }
-
- public function setPlayerScore(Google_Service_Games_LeaderboardEntry $playerScore)
- {
- $this->playerScore = $playerScore;
- }
-
- public function getPlayerScore()
- {
- return $this->playerScore;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
}
-class Google_Service_Games_NetworkDiagnostics extends Google_Model
+class Google_Service_Games_PlayerExperienceInfo extends Google_Model
{
- public $androidNetworkSubtype;
- public $androidNetworkType;
- public $iosNetworkType;
+ public $currentExperiencePoints;
+ protected $currentLevelType = 'Google_Service_Games_PlayerLevel';
+ protected $currentLevelDataType = '';
public $kind;
- public $networkOperatorCode;
- public $networkOperatorName;
- public $registrationLatencyMillis;
-
- public function setAndroidNetworkSubtype($androidNetworkSubtype)
- {
- $this->androidNetworkSubtype = $androidNetworkSubtype;
- }
-
- public function getAndroidNetworkSubtype()
- {
- return $this->androidNetworkSubtype;
- }
+ public $lastLevelUpTimestampMillis;
+ protected $nextLevelType = 'Google_Service_Games_PlayerLevel';
+ protected $nextLevelDataType = '';
- public function setAndroidNetworkType($androidNetworkType)
+ public function setCurrentExperiencePoints($currentExperiencePoints)
{
- $this->androidNetworkType = $androidNetworkType;
+ $this->currentExperiencePoints = $currentExperiencePoints;
}
- public function getAndroidNetworkType()
+ public function getCurrentExperiencePoints()
{
- return $this->androidNetworkType;
+ return $this->currentExperiencePoints;
}
- public function setIosNetworkType($iosNetworkType)
+ public function setCurrentLevel(Google_Service_Games_PlayerLevel $currentLevel)
{
- $this->iosNetworkType = $iosNetworkType;
+ $this->currentLevel = $currentLevel;
}
- public function getIosNetworkType()
+ public function getCurrentLevel()
{
- return $this->iosNetworkType;
+ return $this->currentLevel;
}
public function setKind($kind)
@@ -3335,43 +5017,40 @@ public function getKind()
return $this->kind;
}
- public function setNetworkOperatorCode($networkOperatorCode)
- {
- $this->networkOperatorCode = $networkOperatorCode;
- }
-
- public function getNetworkOperatorCode()
- {
- return $this->networkOperatorCode;
- }
-
- public function setNetworkOperatorName($networkOperatorName)
+ public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
{
- $this->networkOperatorName = $networkOperatorName;
+ $this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
}
- public function getNetworkOperatorName()
+ public function getLastLevelUpTimestampMillis()
{
- return $this->networkOperatorName;
+ return $this->lastLevelUpTimestampMillis;
}
- public function setRegistrationLatencyMillis($registrationLatencyMillis)
+ public function setNextLevel(Google_Service_Games_PlayerLevel $nextLevel)
{
- $this->registrationLatencyMillis = $registrationLatencyMillis;
+ $this->nextLevel = $nextLevel;
}
- public function getRegistrationLatencyMillis()
+ public function getNextLevel()
{
- return $this->registrationLatencyMillis;
+ return $this->nextLevel;
}
}
-class Google_Service_Games_ParticipantResult extends Google_Model
+class Google_Service_Games_PlayerLeaderboardScore extends Google_Model
{
public $kind;
- public $participantId;
- public $placing;
- public $result;
+ public $leaderboardId;
+ protected $publicRankType = 'Google_Service_Games_LeaderboardScoreRank';
+ protected $publicRankDataType = '';
+ public $scoreString;
+ public $scoreTag;
+ public $scoreValue;
+ protected $socialRankType = 'Google_Service_Games_LeaderboardScoreRank';
+ protected $socialRankDataType = '';
+ public $timeSpan;
+ public $writeTimestamp;
public function setKind($kind)
{
@@ -3383,150 +5062,104 @@ public function getKind()
return $this->kind;
}
- public function setParticipantId($participantId)
- {
- $this->participantId = $participantId;
- }
-
- public function getParticipantId()
- {
- return $this->participantId;
- }
-
- public function setPlacing($placing)
- {
- $this->placing = $placing;
- }
-
- public function getPlacing()
- {
- return $this->placing;
- }
-
- public function setResult($result)
- {
- $this->result = $result;
- }
-
- public function getResult()
- {
- return $this->result;
- }
-}
-
-class Google_Service_Games_PeerChannelDiagnostics extends Google_Model
-{
- protected $bytesReceivedType = 'Google_Service_Games_AggregateStats';
- protected $bytesReceivedDataType = '';
- protected $bytesSentType = 'Google_Service_Games_AggregateStats';
- protected $bytesSentDataType = '';
- public $kind;
- public $numMessagesLost;
- public $numMessagesReceived;
- public $numMessagesSent;
- public $numSendFailures;
- protected $roundtripLatencyMillisType = 'Google_Service_Games_AggregateStats';
- protected $roundtripLatencyMillisDataType = '';
-
- public function setBytesReceived(Google_Service_Games_AggregateStats $bytesReceived)
+ public function setLeaderboardId($leaderboardId)
{
- $this->bytesReceived = $bytesReceived;
+ $this->leaderboardId = $leaderboardId;
}
- public function getBytesReceived()
+ public function getLeaderboardId()
{
- return $this->bytesReceived;
+ return $this->leaderboardId;
}
- public function setBytesSent(Google_Service_Games_AggregateStats $bytesSent)
+ public function setPublicRank(Google_Service_Games_LeaderboardScoreRank $publicRank)
{
- $this->bytesSent = $bytesSent;
+ $this->publicRank = $publicRank;
}
- public function getBytesSent()
+ public function getPublicRank()
{
- return $this->bytesSent;
+ return $this->publicRank;
}
- public function setKind($kind)
+ public function setScoreString($scoreString)
{
- $this->kind = $kind;
+ $this->scoreString = $scoreString;
}
- public function getKind()
+ public function getScoreString()
{
- return $this->kind;
+ return $this->scoreString;
}
- public function setNumMessagesLost($numMessagesLost)
+ public function setScoreTag($scoreTag)
{
- $this->numMessagesLost = $numMessagesLost;
+ $this->scoreTag = $scoreTag;
}
- public function getNumMessagesLost()
+ public function getScoreTag()
{
- return $this->numMessagesLost;
+ return $this->scoreTag;
}
- public function setNumMessagesReceived($numMessagesReceived)
+ public function setScoreValue($scoreValue)
{
- $this->numMessagesReceived = $numMessagesReceived;
+ $this->scoreValue = $scoreValue;
}
- public function getNumMessagesReceived()
+ public function getScoreValue()
{
- return $this->numMessagesReceived;
+ return $this->scoreValue;
}
- public function setNumMessagesSent($numMessagesSent)
+ public function setSocialRank(Google_Service_Games_LeaderboardScoreRank $socialRank)
{
- $this->numMessagesSent = $numMessagesSent;
+ $this->socialRank = $socialRank;
}
- public function getNumMessagesSent()
+ public function getSocialRank()
{
- return $this->numMessagesSent;
+ return $this->socialRank;
}
- public function setNumSendFailures($numSendFailures)
+ public function setTimeSpan($timeSpan)
{
- $this->numSendFailures = $numSendFailures;
+ $this->timeSpan = $timeSpan;
}
- public function getNumSendFailures()
+ public function getTimeSpan()
{
- return $this->numSendFailures;
+ return $this->timeSpan;
}
- public function setRoundtripLatencyMillis(Google_Service_Games_AggregateStats $roundtripLatencyMillis)
+ public function setWriteTimestamp($writeTimestamp)
{
- $this->roundtripLatencyMillis = $roundtripLatencyMillis;
+ $this->writeTimestamp = $writeTimestamp;
}
- public function getRoundtripLatencyMillis()
+ public function getWriteTimestamp()
{
- return $this->roundtripLatencyMillis;
+ return $this->writeTimestamp;
}
}
-class Google_Service_Games_PeerSessionDiagnostics extends Google_Model
+class Google_Service_Games_PlayerLeaderboardScoreListResponse extends Google_Collection
{
- public $connectedTimestampMillis;
+ protected $itemsType = 'Google_Service_Games_PlayerLeaderboardScore';
+ protected $itemsDataType = 'array';
public $kind;
- public $participantId;
- protected $reliableChannelType = 'Google_Service_Games_PeerChannelDiagnostics';
- protected $reliableChannelDataType = '';
- protected $unreliableChannelType = 'Google_Service_Games_PeerChannelDiagnostics';
- protected $unreliableChannelDataType = '';
+ public $nextPageToken;
+ protected $playerType = 'Google_Service_Games_Player';
+ protected $playerDataType = '';
- public function setConnectedTimestampMillis($connectedTimestampMillis)
+ public function setItems($items)
{
- $this->connectedTimestampMillis = $connectedTimestampMillis;
+ $this->items = $items;
}
- public function getConnectedTimestampMillis()
+ public function getItems()
{
- return $this->connectedTimestampMillis;
+ return $this->items;
}
public function setKind($kind)
@@ -3539,103 +5172,90 @@ public function getKind()
return $this->kind;
}
- public function setParticipantId($participantId)
- {
- $this->participantId = $participantId;
- }
-
- public function getParticipantId()
- {
- return $this->participantId;
- }
-
- public function setReliableChannel(Google_Service_Games_PeerChannelDiagnostics $reliableChannel)
+ public function setNextPageToken($nextPageToken)
{
- $this->reliableChannel = $reliableChannel;
+ $this->nextPageToken = $nextPageToken;
}
- public function getReliableChannel()
+ public function getNextPageToken()
{
- return $this->reliableChannel;
+ return $this->nextPageToken;
}
- public function setUnreliableChannel(Google_Service_Games_PeerChannelDiagnostics $unreliableChannel)
+ public function setPlayer(Google_Service_Games_Player $player)
{
- $this->unreliableChannel = $unreliableChannel;
+ $this->player = $player;
}
- public function getUnreliableChannel()
+ public function getPlayer()
{
- return $this->unreliableChannel;
+ return $this->player;
}
}
-class Google_Service_Games_Played extends Google_Model
+class Google_Service_Games_PlayerLevel extends Google_Model
{
- public $autoMatched;
public $kind;
- public $timeMillis;
+ public $level;
+ public $maxExperiencePoints;
+ public $minExperiencePoints;
- public function setAutoMatched($autoMatched)
+ public function setKind($kind)
{
- $this->autoMatched = $autoMatched;
+ $this->kind = $kind;
}
- public function getAutoMatched()
+ public function getKind()
{
- return $this->autoMatched;
+ return $this->kind;
}
- public function setKind($kind)
+ public function setLevel($level)
{
- $this->kind = $kind;
+ $this->level = $level;
}
- public function getKind()
+ public function getLevel()
{
- return $this->kind;
+ return $this->level;
}
- public function setTimeMillis($timeMillis)
+ public function setMaxExperiencePoints($maxExperiencePoints)
{
- $this->timeMillis = $timeMillis;
+ $this->maxExperiencePoints = $maxExperiencePoints;
}
- public function getTimeMillis()
+ public function getMaxExperiencePoints()
{
- return $this->timeMillis;
+ return $this->maxExperiencePoints;
}
-}
-
-class Google_Service_Games_Player extends Google_Model
-{
- public $avatarImageUrl;
- public $displayName;
- public $kind;
- protected $lastPlayedWithType = 'Google_Service_Games_Played';
- protected $lastPlayedWithDataType = '';
- protected $nameType = 'Google_Service_Games_PlayerName';
- protected $nameDataType = '';
- public $playerId;
- public function setAvatarImageUrl($avatarImageUrl)
+ public function setMinExperiencePoints($minExperiencePoints)
{
- $this->avatarImageUrl = $avatarImageUrl;
+ $this->minExperiencePoints = $minExperiencePoints;
}
- public function getAvatarImageUrl()
+ public function getMinExperiencePoints()
{
- return $this->avatarImageUrl;
+ return $this->minExperiencePoints;
}
+}
- public function setDisplayName($displayName)
+class Google_Service_Games_PlayerListResponse extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Games_Player';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+ public function setItems($items)
{
- $this->displayName = $displayName;
+ $this->items = $items;
}
- public function getDisplayName()
+ public function getItems()
{
- return $this->displayName;
+ return $this->items;
}
public function setKind($kind)
@@ -3648,123 +5268,107 @@ public function getKind()
return $this->kind;
}
- public function setLastPlayedWith(Google_Service_Games_Played $lastPlayedWith)
+ public function setNextPageToken($nextPageToken)
{
- $this->lastPlayedWith = $lastPlayedWith;
+ $this->nextPageToken = $nextPageToken;
}
- public function getLastPlayedWith()
+ public function getNextPageToken()
{
- return $this->lastPlayedWith;
+ return $this->nextPageToken;
}
+}
- public function setName(Google_Service_Games_PlayerName $name)
+class Google_Service_Games_PlayerName extends Google_Model
+{
+ public $familyName;
+ public $givenName;
+
+ public function setFamilyName($familyName)
{
- $this->name = $name;
+ $this->familyName = $familyName;
}
- public function getName()
+ public function getFamilyName()
{
- return $this->name;
+ return $this->familyName;
}
- public function setPlayerId($playerId)
+ public function setGivenName($givenName)
{
- $this->playerId = $playerId;
+ $this->givenName = $givenName;
}
- public function getPlayerId()
+ public function getGivenName()
{
- return $this->playerId;
+ return $this->givenName;
}
}
-class Google_Service_Games_PlayerAchievement extends Google_Model
+class Google_Service_Games_PlayerScore extends Google_Model
{
- public $achievementState;
- public $currentSteps;
- public $formattedCurrentStepsString;
- public $id;
+ public $formattedScore;
public $kind;
- public $lastUpdatedTimestamp;
-
- public function setAchievementState($achievementState)
- {
- $this->achievementState = $achievementState;
- }
-
- public function getAchievementState()
- {
- return $this->achievementState;
- }
+ public $score;
+ public $scoreTag;
+ public $timeSpan;
- public function setCurrentSteps($currentSteps)
+ public function setFormattedScore($formattedScore)
{
- $this->currentSteps = $currentSteps;
+ $this->formattedScore = $formattedScore;
}
- public function getCurrentSteps()
+ public function getFormattedScore()
{
- return $this->currentSteps;
+ return $this->formattedScore;
}
- public function setFormattedCurrentStepsString($formattedCurrentStepsString)
+ public function setKind($kind)
{
- $this->formattedCurrentStepsString = $formattedCurrentStepsString;
+ $this->kind = $kind;
}
- public function getFormattedCurrentStepsString()
+ public function getKind()
{
- return $this->formattedCurrentStepsString;
+ return $this->kind;
}
- public function setId($id)
+ public function setScore($score)
{
- $this->id = $id;
+ $this->score = $score;
}
- public function getId()
+ public function getScore()
{
- return $this->id;
+ return $this->score;
}
- public function setKind($kind)
+ public function setScoreTag($scoreTag)
{
- $this->kind = $kind;
+ $this->scoreTag = $scoreTag;
}
- public function getKind()
+ public function getScoreTag()
{
- return $this->kind;
+ return $this->scoreTag;
}
- public function setLastUpdatedTimestamp($lastUpdatedTimestamp)
+ public function setTimeSpan($timeSpan)
{
- $this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
+ $this->timeSpan = $timeSpan;
}
- public function getLastUpdatedTimestamp()
+ public function getTimeSpan()
{
- return $this->lastUpdatedTimestamp;
+ return $this->timeSpan;
}
}
-class Google_Service_Games_PlayerAchievementListResponse extends Google_Collection
+class Google_Service_Games_PlayerScoreListResponse extends Google_Collection
{
- protected $itemsType = 'Google_Service_Games_PlayerAchievement';
- protected $itemsDataType = 'array';
public $kind;
- public $nextPageToken;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
+ protected $submittedScoresType = 'Google_Service_Games_PlayerScoreResponse';
+ protected $submittedScoresDataType = 'array';
public function setKind($kind)
{
@@ -3776,30 +5380,46 @@ public function getKind()
return $this->kind;
}
- public function setNextPageToken($nextPageToken)
+ public function setSubmittedScores($submittedScores)
{
- $this->nextPageToken = $nextPageToken;
+ $this->submittedScores = $submittedScores;
}
- public function getNextPageToken()
+ public function getSubmittedScores()
{
- return $this->nextPageToken;
+ return $this->submittedScores;
}
}
-class Google_Service_Games_PlayerLeaderboardScore extends Google_Model
+class Google_Service_Games_PlayerScoreResponse extends Google_Collection
{
+ public $beatenScoreTimeSpans;
+ public $formattedScore;
public $kind;
public $leaderboardId;
- protected $publicRankType = 'Google_Service_Games_LeaderboardScoreRank';
- protected $publicRankDataType = '';
- public $scoreString;
public $scoreTag;
- public $scoreValue;
- protected $socialRankType = 'Google_Service_Games_LeaderboardScoreRank';
- protected $socialRankDataType = '';
- public $timeSpan;
- public $writeTimestamp;
+ protected $unbeatenScoresType = 'Google_Service_Games_PlayerScore';
+ protected $unbeatenScoresDataType = 'array';
+
+ public function setBeatenScoreTimeSpans($beatenScoreTimeSpans)
+ {
+ $this->beatenScoreTimeSpans = $beatenScoreTimeSpans;
+ }
+
+ public function getBeatenScoreTimeSpans()
+ {
+ return $this->beatenScoreTimeSpans;
+ }
+
+ public function setFormattedScore($formattedScore)
+ {
+ $this->formattedScore = $formattedScore;
+ }
+
+ public function getFormattedScore()
+ {
+ return $this->formattedScore;
+ }
public function setKind($kind)
{
@@ -3821,94 +5441,117 @@ public function getLeaderboardId()
return $this->leaderboardId;
}
- public function setPublicRank(Google_Service_Games_LeaderboardScoreRank $publicRank)
+ public function setScoreTag($scoreTag)
{
- $this->publicRank = $publicRank;
+ $this->scoreTag = $scoreTag;
+ }
+
+ public function getScoreTag()
+ {
+ return $this->scoreTag;
+ }
+
+ public function setUnbeatenScores($unbeatenScores)
+ {
+ $this->unbeatenScores = $unbeatenScores;
+ }
+
+ public function getUnbeatenScores()
+ {
+ return $this->unbeatenScores;
}
+}
+
+class Google_Service_Games_PlayerScoreSubmissionList extends Google_Collection
+{
+ public $kind;
+ protected $scoresType = 'Google_Service_Games_ScoreSubmission';
+ protected $scoresDataType = 'array';
- public function getPublicRank()
+ public function setKind($kind)
{
- return $this->publicRank;
+ $this->kind = $kind;
}
- public function setScoreString($scoreString)
+ public function getKind()
{
- $this->scoreString = $scoreString;
+ return $this->kind;
}
- public function getScoreString()
+ public function setScores($scores)
{
- return $this->scoreString;
+ $this->scores = $scores;
}
- public function setScoreTag($scoreTag)
+ public function getScores()
{
- $this->scoreTag = $scoreTag;
+ return $this->scores;
}
+}
- public function getScoreTag()
- {
- return $this->scoreTag;
- }
+class Google_Service_Games_PushToken extends Google_Model
+{
+ public $clientRevision;
+ protected $idType = 'Google_Service_Games_PushTokenId';
+ protected $idDataType = '';
+ public $kind;
+ public $language;
- public function setScoreValue($scoreValue)
+ public function setClientRevision($clientRevision)
{
- $this->scoreValue = $scoreValue;
+ $this->clientRevision = $clientRevision;
}
- public function getScoreValue()
+ public function getClientRevision()
{
- return $this->scoreValue;
+ return $this->clientRevision;
}
- public function setSocialRank(Google_Service_Games_LeaderboardScoreRank $socialRank)
+ public function setId(Google_Service_Games_PushTokenId $id)
{
- $this->socialRank = $socialRank;
+ $this->id = $id;
}
- public function getSocialRank()
+ public function getId()
{
- return $this->socialRank;
+ return $this->id;
}
- public function setTimeSpan($timeSpan)
+ public function setKind($kind)
{
- $this->timeSpan = $timeSpan;
+ $this->kind = $kind;
}
- public function getTimeSpan()
+ public function getKind()
{
- return $this->timeSpan;
+ return $this->kind;
}
- public function setWriteTimestamp($writeTimestamp)
+ public function setLanguage($language)
{
- $this->writeTimestamp = $writeTimestamp;
+ $this->language = $language;
}
- public function getWriteTimestamp()
+ public function getLanguage()
{
- return $this->writeTimestamp;
+ return $this->language;
}
}
-class Google_Service_Games_PlayerLeaderboardScoreListResponse extends Google_Collection
+class Google_Service_Games_PushTokenId extends Google_Model
{
- protected $itemsType = 'Google_Service_Games_PlayerLeaderboardScore';
- protected $itemsDataType = 'array';
+ protected $iosType = 'Google_Service_Games_PushTokenIdIos';
+ protected $iosDataType = '';
public $kind;
- public $nextPageToken;
- protected $playerType = 'Google_Service_Games_Player';
- protected $playerDataType = '';
- public function setItems($items)
+ public function setIos(Google_Service_Games_PushTokenIdIos $ios)
{
- $this->items = $items;
+ $this->ios = $ios;
}
- public function getItems()
+ public function getIos()
{
- return $this->items;
+ return $this->ios;
}
public function setKind($kind)
@@ -3920,302 +5563,329 @@ public function getKind()
{
return $this->kind;
}
+}
- public function setNextPageToken($nextPageToken)
+class Google_Service_Games_PushTokenIdIos extends Google_Model
+{
+ public $apnsDeviceToken;
+ public $apnsEnvironment;
+
+ public function setApnsDeviceToken($apnsDeviceToken)
{
- $this->nextPageToken = $nextPageToken;
+ $this->apnsDeviceToken = $apnsDeviceToken;
}
- public function getNextPageToken()
+ public function getApnsDeviceToken()
{
- return $this->nextPageToken;
+ return $this->apnsDeviceToken;
}
- public function setPlayer(Google_Service_Games_Player $player)
+ public function setApnsEnvironment($apnsEnvironment)
{
- $this->player = $player;
+ $this->apnsEnvironment = $apnsEnvironment;
}
- public function getPlayer()
+ public function getApnsEnvironment()
{
- return $this->player;
+ return $this->apnsEnvironment;
}
}
-class Google_Service_Games_PlayerListResponse extends Google_Collection
+class Google_Service_Games_Quest extends Google_Collection
{
- protected $itemsType = 'Google_Service_Games_Player';
- protected $itemsDataType = 'array';
+ public $acceptedTimestampMillis;
+ public $applicationId;
+ public $bannerUrl;
+ public $description;
+ public $endTimestampMillis;
+ public $iconUrl;
+ public $id;
+ public $isDefaultBannerUrl;
+ public $isDefaultIconUrl;
public $kind;
- public $nextPageToken;
+ public $lastUpdatedTimestampMillis;
+ protected $milestonesType = 'Google_Service_Games_QuestMilestone';
+ protected $milestonesDataType = 'array';
+ public $name;
+ public $notifyTimestampMillis;
+ public $startTimestampMillis;
+ public $state;
- public function setItems($items)
+ public function setAcceptedTimestampMillis($acceptedTimestampMillis)
{
- $this->items = $items;
+ $this->acceptedTimestampMillis = $acceptedTimestampMillis;
}
- public function getItems()
+ public function getAcceptedTimestampMillis()
{
- return $this->items;
+ return $this->acceptedTimestampMillis;
}
- public function setKind($kind)
+ public function setApplicationId($applicationId)
{
- $this->kind = $kind;
+ $this->applicationId = $applicationId;
}
- public function getKind()
+ public function getApplicationId()
{
- return $this->kind;
+ return $this->applicationId;
}
- public function setNextPageToken($nextPageToken)
+ public function setBannerUrl($bannerUrl)
{
- $this->nextPageToken = $nextPageToken;
+ $this->bannerUrl = $bannerUrl;
}
- public function getNextPageToken()
+ public function getBannerUrl()
{
- return $this->nextPageToken;
+ return $this->bannerUrl;
}
-}
-
-class Google_Service_Games_PlayerName extends Google_Model
-{
- public $familyName;
- public $givenName;
- public function setFamilyName($familyName)
+ public function setDescription($description)
{
- $this->familyName = $familyName;
+ $this->description = $description;
}
- public function getFamilyName()
+ public function getDescription()
{
- return $this->familyName;
+ return $this->description;
}
- public function setGivenName($givenName)
+ public function setEndTimestampMillis($endTimestampMillis)
{
- $this->givenName = $givenName;
+ $this->endTimestampMillis = $endTimestampMillis;
}
- public function getGivenName()
+ public function getEndTimestampMillis()
{
- return $this->givenName;
+ return $this->endTimestampMillis;
}
-}
-
-class Google_Service_Games_PlayerScore extends Google_Model
-{
- public $formattedScore;
- public $kind;
- public $score;
- public $scoreTag;
- public $timeSpan;
- public function setFormattedScore($formattedScore)
+ public function setIconUrl($iconUrl)
{
- $this->formattedScore = $formattedScore;
+ $this->iconUrl = $iconUrl;
}
- public function getFormattedScore()
+ public function getIconUrl()
{
- return $this->formattedScore;
+ return $this->iconUrl;
}
- public function setKind($kind)
+ public function setId($id)
{
- $this->kind = $kind;
+ $this->id = $id;
}
- public function getKind()
+ public function getId()
{
- return $this->kind;
+ return $this->id;
}
- public function setScore($score)
+ public function setIsDefaultBannerUrl($isDefaultBannerUrl)
{
- $this->score = $score;
+ $this->isDefaultBannerUrl = $isDefaultBannerUrl;
}
- public function getScore()
+ public function getIsDefaultBannerUrl()
{
- return $this->score;
+ return $this->isDefaultBannerUrl;
}
- public function setScoreTag($scoreTag)
+ public function setIsDefaultIconUrl($isDefaultIconUrl)
{
- $this->scoreTag = $scoreTag;
+ $this->isDefaultIconUrl = $isDefaultIconUrl;
}
- public function getScoreTag()
+ public function getIsDefaultIconUrl()
{
- return $this->scoreTag;
+ return $this->isDefaultIconUrl;
}
- public function setTimeSpan($timeSpan)
+ public function setKind($kind)
{
- $this->timeSpan = $timeSpan;
+ $this->kind = $kind;
}
- public function getTimeSpan()
+ public function getKind()
{
- return $this->timeSpan;
+ return $this->kind;
}
-}
-class Google_Service_Games_PlayerScoreListResponse extends Google_Collection
-{
- public $kind;
- protected $submittedScoresType = 'Google_Service_Games_PlayerScoreResponse';
- protected $submittedScoresDataType = 'array';
+ public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis)
+ {
+ $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis;
+ }
- public function setKind($kind)
+ public function getLastUpdatedTimestampMillis()
{
- $this->kind = $kind;
+ return $this->lastUpdatedTimestampMillis;
}
- public function getKind()
+ public function setMilestones($milestones)
{
- return $this->kind;
+ $this->milestones = $milestones;
}
- public function setSubmittedScores($submittedScores)
+ public function getMilestones()
{
- $this->submittedScores = $submittedScores;
+ return $this->milestones;
}
- public function getSubmittedScores()
+ public function setName($name)
{
- return $this->submittedScores;
+ $this->name = $name;
}
-}
-class Google_Service_Games_PlayerScoreResponse extends Google_Collection
-{
- public $beatenScoreTimeSpans;
- public $formattedScore;
- public $kind;
- public $leaderboardId;
- public $scoreTag;
- protected $unbeatenScoresType = 'Google_Service_Games_PlayerScore';
- protected $unbeatenScoresDataType = 'array';
+ public function getName()
+ {
+ return $this->name;
+ }
- public function setBeatenScoreTimeSpans($beatenScoreTimeSpans)
+ public function setNotifyTimestampMillis($notifyTimestampMillis)
{
- $this->beatenScoreTimeSpans = $beatenScoreTimeSpans;
+ $this->notifyTimestampMillis = $notifyTimestampMillis;
}
- public function getBeatenScoreTimeSpans()
+ public function getNotifyTimestampMillis()
{
- return $this->beatenScoreTimeSpans;
+ return $this->notifyTimestampMillis;
}
- public function setFormattedScore($formattedScore)
+ public function setStartTimestampMillis($startTimestampMillis)
{
- $this->formattedScore = $formattedScore;
+ $this->startTimestampMillis = $startTimestampMillis;
}
- public function getFormattedScore()
+ public function getStartTimestampMillis()
{
- return $this->formattedScore;
+ return $this->startTimestampMillis;
}
- public function setKind($kind)
+ public function setState($state)
{
- $this->kind = $kind;
+ $this->state = $state;
}
- public function getKind()
+ public function getState()
{
- return $this->kind;
+ return $this->state;
}
+}
- public function setLeaderboardId($leaderboardId)
+class Google_Service_Games_QuestContribution extends Google_Model
+{
+ public $formattedValue;
+ public $kind;
+ public $value;
+
+ public function setFormattedValue($formattedValue)
{
- $this->leaderboardId = $leaderboardId;
+ $this->formattedValue = $formattedValue;
}
- public function getLeaderboardId()
+ public function getFormattedValue()
{
- return $this->leaderboardId;
+ return $this->formattedValue;
}
- public function setScoreTag($scoreTag)
+ public function setKind($kind)
{
- $this->scoreTag = $scoreTag;
+ $this->kind = $kind;
}
- public function getScoreTag()
+ public function getKind()
{
- return $this->scoreTag;
+ return $this->kind;
}
- public function setUnbeatenScores($unbeatenScores)
+ public function setValue($value)
{
- $this->unbeatenScores = $unbeatenScores;
+ $this->value = $value;
}
- public function getUnbeatenScores()
+ public function getValue()
{
- return $this->unbeatenScores;
+ return $this->value;
}
}
-class Google_Service_Games_PlayerScoreSubmissionList extends Google_Collection
+class Google_Service_Games_QuestCriterion extends Google_Model
{
+ protected $completionContributionType = 'Google_Service_Games_QuestContribution';
+ protected $completionContributionDataType = '';
+ protected $currentContributionType = 'Google_Service_Games_QuestContribution';
+ protected $currentContributionDataType = '';
+ public $eventId;
+ protected $initialPlayerProgressType = 'Google_Service_Games_QuestContribution';
+ protected $initialPlayerProgressDataType = '';
public $kind;
- protected $scoresType = 'Google_Service_Games_ScoreSubmission';
- protected $scoresDataType = 'array';
- public function setKind($kind)
+ public function setCompletionContribution(Google_Service_Games_QuestContribution $completionContribution)
+ {
+ $this->completionContribution = $completionContribution;
+ }
+
+ public function getCompletionContribution()
+ {
+ return $this->completionContribution;
+ }
+
+ public function setCurrentContribution(Google_Service_Games_QuestContribution $currentContribution)
{
- $this->kind = $kind;
+ $this->currentContribution = $currentContribution;
}
- public function getKind()
+ public function getCurrentContribution()
{
- return $this->kind;
+ return $this->currentContribution;
}
- public function setScores($scores)
+ public function setEventId($eventId)
{
- $this->scores = $scores;
+ $this->eventId = $eventId;
}
- public function getScores()
+ public function getEventId()
{
- return $this->scores;
+ return $this->eventId;
}
-}
-class Google_Service_Games_PushToken extends Google_Model
-{
- public $clientRevision;
- protected $idType = 'Google_Service_Games_PushTokenId';
- protected $idDataType = '';
- public $kind;
- public $language;
+ public function setInitialPlayerProgress(Google_Service_Games_QuestContribution $initialPlayerProgress)
+ {
+ $this->initialPlayerProgress = $initialPlayerProgress;
+ }
- public function setClientRevision($clientRevision)
+ public function getInitialPlayerProgress()
{
- $this->clientRevision = $clientRevision;
+ return $this->initialPlayerProgress;
}
- public function getClientRevision()
+ public function setKind($kind)
{
- return $this->clientRevision;
+ $this->kind = $kind;
}
- public function setId(Google_Service_Games_PushTokenId $id)
+ public function getKind()
{
- $this->id = $id;
+ return $this->kind;
}
+}
- public function getId()
+class Google_Service_Games_QuestListResponse extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Games_Quest';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+ public function setItems($items)
{
- return $this->id;
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
}
public function setKind($kind)
@@ -4228,67 +5898,74 @@ public function getKind()
return $this->kind;
}
- public function setLanguage($language)
+ public function setNextPageToken($nextPageToken)
{
- $this->language = $language;
+ $this->nextPageToken = $nextPageToken;
}
- public function getLanguage()
+ public function getNextPageToken()
{
- return $this->language;
+ return $this->nextPageToken;
}
}
-class Google_Service_Games_PushTokenId extends Google_Model
+class Google_Service_Games_QuestMilestone extends Google_Collection
{
- protected $iosType = 'Google_Service_Games_PushTokenIdIos';
- protected $iosDataType = '';
+ public $completionRewardData;
+ protected $criteriaType = 'Google_Service_Games_QuestCriterion';
+ protected $criteriaDataType = 'array';
+ public $id;
public $kind;
+ public $state;
- public function setIos(Google_Service_Games_PushTokenIdIos $ios)
+ public function setCompletionRewardData($completionRewardData)
{
- $this->ios = $ios;
+ $this->completionRewardData = $completionRewardData;
}
- public function getIos()
+ public function getCompletionRewardData()
{
- return $this->ios;
+ return $this->completionRewardData;
}
- public function setKind($kind)
+ public function setCriteria($criteria)
{
- $this->kind = $kind;
+ $this->criteria = $criteria;
}
- public function getKind()
+ public function getCriteria()
{
- return $this->kind;
+ return $this->criteria;
}
-}
-class Google_Service_Games_PushTokenIdIos extends Google_Model
-{
- public $apnsDeviceToken;
- public $apnsEnvironment;
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
- public function setApnsDeviceToken($apnsDeviceToken)
+ public function getId()
{
- $this->apnsDeviceToken = $apnsDeviceToken;
+ return $this->id;
}
- public function getApnsDeviceToken()
+ public function setKind($kind)
{
- return $this->apnsDeviceToken;
+ $this->kind = $kind;
}
- public function setApnsEnvironment($apnsEnvironment)
+ public function getKind()
{
- $this->apnsEnvironment = $apnsEnvironment;
+ return $this->kind;
}
- public function getApnsEnvironment()
+ public function setState($state)
{
- return $this->apnsEnvironment;
+ $this->state = $state;
+ }
+
+ public function getState()
+ {
+ return $this->state;
}
}
@@ -5277,6 +6954,218 @@ public function getScoreTag()
}
}
+class Google_Service_Games_Snapshot extends Google_Model
+{
+ protected $coverImageType = 'Google_Service_Games_SnapshotImage';
+ protected $coverImageDataType = '';
+ public $description;
+ public $driveId;
+ public $durationMillis;
+ public $id;
+ public $kind;
+ public $lastModifiedMillis;
+ public $title;
+ public $type;
+ public $uniqueName;
+
+ public function setCoverImage(Google_Service_Games_SnapshotImage $coverImage)
+ {
+ $this->coverImage = $coverImage;
+ }
+
+ public function getCoverImage()
+ {
+ return $this->coverImage;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDriveId($driveId)
+ {
+ $this->driveId = $driveId;
+ }
+
+ public function getDriveId()
+ {
+ return $this->driveId;
+ }
+
+ public function setDurationMillis($durationMillis)
+ {
+ $this->durationMillis = $durationMillis;
+ }
+
+ public function getDurationMillis()
+ {
+ return $this->durationMillis;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLastModifiedMillis($lastModifiedMillis)
+ {
+ $this->lastModifiedMillis = $lastModifiedMillis;
+ }
+
+ public function getLastModifiedMillis()
+ {
+ return $this->lastModifiedMillis;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setUniqueName($uniqueName)
+ {
+ $this->uniqueName = $uniqueName;
+ }
+
+ public function getUniqueName()
+ {
+ return $this->uniqueName;
+ }
+}
+
+class Google_Service_Games_SnapshotImage extends Google_Model
+{
+ public $height;
+ public $kind;
+ public $mimeType;
+ public $url;
+ public $width;
+
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+
+ public function getHeight()
+ {
+ return $this->height;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_Games_SnapshotListResponse extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Games_Snapshot';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
class Google_Service_Games_TurnBasedAutoMatchingCriteria extends Google_Model
{
public $exclusiveBitmask;
From 55ded935f7f1ea5e1c459f2a9c5b9f6c4d3c772e Mon Sep 17 00:00:00 2001
From: Silvano Luciani + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Gmail extends Google_Service +{ + /** View and manage your mail. */ + const MAIL_GOOGLE_COM = "https://mail.google.com"; + /** Manage drafts and send emails. */ + const GMAIL_COMPOSE = "https://www.googleapis.com/auth/gmail.compose"; + /** View and modify but not delete your email. */ + const GMAIL_MODIFY = "https://www.googleapis.com/auth/gmail.modify"; + /** View your emails messages and settings. */ + const GMAIL_READONLY = "https://www.googleapis.com/auth/gmail.readonly"; + + public $users_drafts; + public $users_history; + public $users_labels; + public $users_messages; + public $users_messages_attachments; + public $users_threads; + + + /** + * Constructs the internal representation of the Gmail service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'gmail/v1/users/'; + $this->version = 'v1'; + $this->serviceName = 'gmail'; + + $this->users_drafts = new Google_Service_Gmail_UsersDrafts_Resource( + $this, + $this->serviceName, + 'drafts', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/drafts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/drafts/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/drafts/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{userId}/drafts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'send' => array( + 'path' => '{userId}/drafts/send', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{userId}/drafts/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_history = new Google_Service_Gmail_UsersHistory_Resource( + $this, + $this->serviceName, + 'history', + array( + 'methods' => array( + 'list' => array( + 'path' => '{userId}/history', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'labelId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startHistoryId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_labels = new Google_Service_Gmail_UsersLabels_Resource( + $this, + $this->serviceName, + 'labels', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/labels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{userId}/labels/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/labels/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/labels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{userId}/labels/{id}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{userId}/labels/{id}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_messages = new Google_Service_Gmail_UsersMessages_Resource( + $this, + $this->serviceName, + 'messages', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{userId}/messages/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/messages/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'format' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'import' => array( + 'path' => '{userId}/messages/import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{userId}/messages', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/messages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeSpamTrash' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'modify' => array( + 'path' => '{userId}/messages/{id}/modify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'send' => array( + 'path' => '{userId}/messages/send', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'trash' => array( + 'path' => '{userId}/messages/{id}/trash', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'untrash' => array( + 'path' => '{userId}/messages/{id}/untrash', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_messages_attachments = new Google_Service_Gmail_UsersMessagesAttachments_Resource( + $this, + $this->serviceName, + 'attachments', + array( + 'methods' => array( + 'get' => array( + 'path' => '{userId}/messages/{messageId}/attachments/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'messageId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_threads = new Google_Service_Gmail_UsersThreads_Resource( + $this, + $this->serviceName, + 'threads', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{userId}/threads/{id}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/threads/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/threads', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'q' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeSpamTrash' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'modify' => array( + 'path' => '{userId}/threads/{id}/modify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'trash' => array( + 'path' => '{userId}/threads/{id}/trash', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'untrash' => array( + 'path' => '{userId}/threads/{id}/untrash', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "users" collection of methods. + * Typical usage is: + *
+ * $gmailService = new Google_Service_Gmail(...);
+ * $users = $gmailService->users;
+ *
+ */
+class Google_Service_Gmail_Users_Resource extends Google_Service_Resource
+{
+
+}
+
+/**
+ * The "drafts" collection of methods.
+ * Typical usage is:
+ *
+ * $gmailService = new Google_Service_Gmail(...);
+ * $drafts = $gmailService->drafts;
+ *
+ */
+class Google_Service_Gmail_UsersDrafts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a new draft with the DRAFT label. (drafts.create)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param Google_Draft $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Draft
+ */
+ public function create($userId, Google_Service_Gmail_Draft $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Gmail_Draft");
+ }
+ /**
+ * Immediately and permanently deletes the specified draft. Does not simply
+ * trash it. (drafts.delete)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the draft to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets the specified draft. (drafts.get)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the draft to retrieve.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string format
+ * The format to return the draft in.
+ * @return Google_Service_Gmail_Draft
+ */
+ public function get($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Gmail_Draft");
+ }
+ /**
+ * Lists the drafts in the user's mailbox. (drafts.listUsersDrafts)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * Page token to retrieve a specific page of results in the list.
+ * @opt_param string maxResults
+ * Maximum number of drafts to return.
+ * @return Google_Service_Gmail_ListDraftsResponse
+ */
+ public function listUsersDrafts($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Gmail_ListDraftsResponse");
+ }
+ /**
+ * Sends the specified, existing draft to the recipients in the To, Cc, and Bcc
+ * headers. (drafts.send)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param Google_Draft $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Message
+ */
+ public function send($userId, Google_Service_Gmail_Draft $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('send', array($params), "Google_Service_Gmail_Message");
+ }
+ /**
+ * Replaces a draft's content. (drafts.update)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the draft to update.
+ * @param Google_Draft $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Draft
+ */
+ public function update($userId, $id, Google_Service_Gmail_Draft $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Gmail_Draft");
+ }
+}
+/**
+ * The "history" collection of methods.
+ * Typical usage is:
+ *
+ * $gmailService = new Google_Service_Gmail(...);
+ * $history = $gmailService->history;
+ *
+ */
+class Google_Service_Gmail_UsersHistory_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Lists the history of all changes to the given mailbox. History results are
+ * returned in chronological order (increasing historyId).
+ * (history.listUsersHistory)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * Page token to retrieve a specific page of results in the list.
+ * @opt_param string maxResults
+ * The maximum number of history records to return.
+ * @opt_param string labelId
+ * Only return messages with a label matching the ID.
+ * @opt_param string startHistoryId
+ * Required. Returns history records after the specified startHistoryId. The supplied
+ * startHistoryId should be obtained from the historyId of a message, thread, or previous list
+ * response. History IDs increase chronologically but are not contiguous with random gaps in
+ * between valid IDs. Supplying an invalid or out of date startHistoryId typically returns an HTTP
+ * 404 error code. A historyId is typically valid for at least a week, but in some circumstances
+ * may be valid for only a few hours. If you receive an HTTP 404 error response, your application
+ * should perform a full sync. If you receive no nextPageToken in the response, there are no
+ * updates to retrieve and you can store the returned historyId for a future request.
+ * @return Google_Service_Gmail_ListHistoryResponse
+ */
+ public function listUsersHistory($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Gmail_ListHistoryResponse");
+ }
+}
+/**
+ * The "labels" collection of methods.
+ * Typical usage is:
+ *
+ * $gmailService = new Google_Service_Gmail(...);
+ * $labels = $gmailService->labels;
+ *
+ */
+class Google_Service_Gmail_UsersLabels_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a new label. (labels.create)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param Google_Label $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Label
+ */
+ public function create($userId, Google_Service_Gmail_Label $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Gmail_Label");
+ }
+ /**
+ * Immediately and permanently deletes the specified label and removes it from
+ * any messages and threads that it is applied to. (labels.delete)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the label to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets the specified label. (labels.get)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the label to retrieve.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Label
+ */
+ public function get($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Gmail_Label");
+ }
+ /**
+ * Lists all labels in the user's mailbox. (labels.listUsersLabels)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_ListLabelsResponse
+ */
+ public function listUsersLabels($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Gmail_ListLabelsResponse");
+ }
+ /**
+ * Updates the specified label. This method supports patch semantics.
+ * (labels.patch)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the label to update.
+ * @param Google_Label $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Label
+ */
+ public function patch($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Gmail_Label");
+ }
+ /**
+ * Updates the specified label. (labels.update)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the label to update.
+ * @param Google_Label $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Label
+ */
+ public function update($userId, $id, Google_Service_Gmail_Label $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Gmail_Label");
+ }
+}
+/**
+ * The "messages" collection of methods.
+ * Typical usage is:
+ *
+ * $gmailService = new Google_Service_Gmail(...);
+ * $messages = $gmailService->messages;
+ *
+ */
+class Google_Service_Gmail_UsersMessages_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Immediately and permanently deletes the specified message. This operation
+ * cannot be undone. Prefer messages.trash instead. (messages.delete)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the message to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets the specified message. (messages.get)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the message to retrieve.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string format
+ * The format to return the message in.
+ * @return Google_Service_Gmail_Message
+ */
+ public function get($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Gmail_Message");
+ }
+ /**
+ * Directly imports a message into only this user's mailbox, similar to
+ * receiving via SMTP. Does not send a message. (messages.import)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param Google_Message $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Message
+ */
+ public function import($userId, Google_Service_Gmail_Message $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('import', array($params), "Google_Service_Gmail_Message");
+ }
+ /**
+ * Directly inserts a message into only this user's mailbox. Does not send a
+ * message. (messages.insert)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param Google_Message $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Message
+ */
+ public function insert($userId, Google_Service_Gmail_Message $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Gmail_Message");
+ }
+ /**
+ * Lists the messages in the user's mailbox. (messages.listUsersMessages)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string maxResults
+ * Maximum number of messages to return.
+ * @opt_param string q
+ * Only return messages matching the specified query. Supports the same query format as the Gmail
+ * search box. For example, "from:someuser@example.com rfc822msgid: is:unread".
+ * @opt_param string pageToken
+ * Page token to retrieve a specific page of results in the list.
+ * @opt_param bool includeSpamTrash
+ * Include messages from SPAM and TRASH in the results.
+ * @opt_param string labelIds
+ * Only return messages with labels that match all of the specified label IDs.
+ * @return Google_Service_Gmail_ListMessagesResponse
+ */
+ public function listUsersMessages($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Gmail_ListMessagesResponse");
+ }
+ /**
+ * Modifies the labels on the specified message. (messages.modify)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the message to modify.
+ * @param Google_ModifyMessageRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Message
+ */
+ public function modify($userId, $id, Google_Service_Gmail_ModifyMessageRequest $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('modify', array($params), "Google_Service_Gmail_Message");
+ }
+ /**
+ * Sends the specified message to the recipients in the To, Cc, and Bcc headers.
+ * (messages.send)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param Google_Message $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Message
+ */
+ public function send($userId, Google_Service_Gmail_Message $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('send', array($params), "Google_Service_Gmail_Message");
+ }
+ /**
+ * Moves the specified message to the trash. (messages.trash)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the message to Trash.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Message
+ */
+ public function trash($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('trash', array($params), "Google_Service_Gmail_Message");
+ }
+ /**
+ * Removes the specified message from the trash. (messages.untrash)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the message to remove from Trash.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Message
+ */
+ public function untrash($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('untrash', array($params), "Google_Service_Gmail_Message");
+ }
+}
+
+/**
+ * The "attachments" collection of methods.
+ * Typical usage is:
+ *
+ * $gmailService = new Google_Service_Gmail(...);
+ * $attachments = $gmailService->attachments;
+ *
+ */
+class Google_Service_Gmail_UsersMessagesAttachments_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets the specified message attachment. (attachments.get)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $messageId
+ * The ID of the message containing the attachment.
+ * @param string $id
+ * The ID of the attachment.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_MessagePartBody
+ */
+ public function get($userId, $messageId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'messageId' => $messageId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Gmail_MessagePartBody");
+ }
+}
+/**
+ * The "threads" collection of methods.
+ * Typical usage is:
+ *
+ * $gmailService = new Google_Service_Gmail(...);
+ * $threads = $gmailService->threads;
+ *
+ */
+class Google_Service_Gmail_UsersThreads_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Immediately and permanently deletes the specified thread. This operation
+ * cannot be undone. Prefer threads.trash instead. (threads.delete)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * ID of the Thread to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets the specified thread. (threads.get)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the thread to retrieve.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Thread
+ */
+ public function get($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Gmail_Thread");
+ }
+ /**
+ * Lists the threads in the user's mailbox. (threads.listUsersThreads)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string maxResults
+ * Maximum number of threads to return.
+ * @opt_param string q
+ * Only return threads matching the specified query. Supports the same query format as the Gmail
+ * search box. For example, "from:someuser@example.com rfc822msgid: is:unread".
+ * @opt_param string pageToken
+ * Page token to retrieve a specific page of results in the list.
+ * @opt_param bool includeSpamTrash
+ * Include threads from SPAM and TRASH in the results.
+ * @opt_param string labelIds
+ * Only return threads with labels that match all of the specified label IDs.
+ * @return Google_Service_Gmail_ListThreadsResponse
+ */
+ public function listUsersThreads($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Gmail_ListThreadsResponse");
+ }
+ /**
+ * Modifies the labels applied to the thread. This applies to all messages in
+ * the thread. (threads.modify)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the thread to modify.
+ * @param Google_ModifyThreadRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Thread
+ */
+ public function modify($userId, $id, Google_Service_Gmail_ModifyThreadRequest $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('modify', array($params), "Google_Service_Gmail_Thread");
+ }
+ /**
+ * Moves the specified thread to the trash. (threads.trash)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the thread to Trash.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Thread
+ */
+ public function trash($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('trash', array($params), "Google_Service_Gmail_Thread");
+ }
+ /**
+ * Removes the specified thread from the trash. (threads.untrash)
+ *
+ * @param string $userId
+ * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $id
+ * The ID of the thread to remove from Trash.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Gmail_Thread
+ */
+ public function untrash($userId, $id, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('untrash', array($params), "Google_Service_Gmail_Thread");
+ }
+}
+
+
+
+
+class Google_Service_Gmail_Draft extends Google_Model
+{
+ public $id;
+ protected $messageType = 'Google_Service_Gmail_Message';
+ protected $messageDataType = '';
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setMessage(Google_Service_Gmail_Message $message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Gmail_History extends Google_Collection
+{
+ public $id;
+ protected $messagesType = 'Google_Service_Gmail_Message';
+ protected $messagesDataType = 'array';
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setMessages($messages)
+ {
+ $this->messages = $messages;
+ }
+
+ public function getMessages()
+ {
+ return $this->messages;
+ }
+}
+
+class Google_Service_Gmail_Label extends Google_Model
+{
+ public $id;
+ public $labelListVisibility;
+ public $messageListVisibility;
+ public $name;
+ public $type;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLabelListVisibility($labelListVisibility)
+ {
+ $this->labelListVisibility = $labelListVisibility;
+ }
+
+ public function getLabelListVisibility()
+ {
+ return $this->labelListVisibility;
+ }
+
+ public function setMessageListVisibility($messageListVisibility)
+ {
+ $this->messageListVisibility = $messageListVisibility;
+ }
+
+ public function getMessageListVisibility()
+ {
+ return $this->messageListVisibility;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Gmail_ListDraftsResponse extends Google_Collection
+{
+ protected $draftsType = 'Google_Service_Gmail_Draft';
+ protected $draftsDataType = 'array';
+ public $nextPageToken;
+ public $resultSizeEstimate;
+
+ public function setDrafts($drafts)
+ {
+ $this->drafts = $drafts;
+ }
+
+ public function getDrafts()
+ {
+ return $this->drafts;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResultSizeEstimate($resultSizeEstimate)
+ {
+ $this->resultSizeEstimate = $resultSizeEstimate;
+ }
+
+ public function getResultSizeEstimate()
+ {
+ return $this->resultSizeEstimate;
+ }
+}
+
+class Google_Service_Gmail_ListHistoryResponse extends Google_Collection
+{
+ protected $historyType = 'Google_Service_Gmail_History';
+ protected $historyDataType = 'array';
+ public $historyId;
+ public $nextPageToken;
+
+ public function setHistory($history)
+ {
+ $this->history = $history;
+ }
+
+ public function getHistory()
+ {
+ return $this->history;
+ }
+
+ public function setHistoryId($historyId)
+ {
+ $this->historyId = $historyId;
+ }
+
+ public function getHistoryId()
+ {
+ return $this->historyId;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Gmail_ListLabelsResponse extends Google_Collection
+{
+ protected $labelsType = 'Google_Service_Gmail_Label';
+ protected $labelsDataType = 'array';
+
+ public function setLabels($labels)
+ {
+ $this->labels = $labels;
+ }
+
+ public function getLabels()
+ {
+ return $this->labels;
+ }
+}
+
+class Google_Service_Gmail_ListMessagesResponse extends Google_Collection
+{
+ protected $messagesType = 'Google_Service_Gmail_Message';
+ protected $messagesDataType = 'array';
+ public $nextPageToken;
+ public $resultSizeEstimate;
+
+ public function setMessages($messages)
+ {
+ $this->messages = $messages;
+ }
+
+ public function getMessages()
+ {
+ return $this->messages;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResultSizeEstimate($resultSizeEstimate)
+ {
+ $this->resultSizeEstimate = $resultSizeEstimate;
+ }
+
+ public function getResultSizeEstimate()
+ {
+ return $this->resultSizeEstimate;
+ }
+}
+
+class Google_Service_Gmail_ListThreadsResponse extends Google_Collection
+{
+ public $nextPageToken;
+ public $resultSizeEstimate;
+ protected $threadsType = 'Google_Service_Gmail_Thread';
+ protected $threadsDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResultSizeEstimate($resultSizeEstimate)
+ {
+ $this->resultSizeEstimate = $resultSizeEstimate;
+ }
+
+ public function getResultSizeEstimate()
+ {
+ return $this->resultSizeEstimate;
+ }
+
+ public function setThreads($threads)
+ {
+ $this->threads = $threads;
+ }
+
+ public function getThreads()
+ {
+ return $this->threads;
+ }
+}
+
+class Google_Service_Gmail_Message extends Google_Collection
+{
+ public $historyId;
+ public $id;
+ public $labelIds;
+ protected $payloadType = 'Google_Service_Gmail_MessagePart';
+ protected $payloadDataType = '';
+ public $raw;
+ public $sizeEstimate;
+ public $snippet;
+ public $threadId;
+
+ public function setHistoryId($historyId)
+ {
+ $this->historyId = $historyId;
+ }
+
+ public function getHistoryId()
+ {
+ return $this->historyId;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLabelIds($labelIds)
+ {
+ $this->labelIds = $labelIds;
+ }
+
+ public function getLabelIds()
+ {
+ return $this->labelIds;
+ }
+
+ public function setPayload(Google_Service_Gmail_MessagePart $payload)
+ {
+ $this->payload = $payload;
+ }
+
+ public function getPayload()
+ {
+ return $this->payload;
+ }
+
+ public function setRaw($raw)
+ {
+ $this->raw = $raw;
+ }
+
+ public function getRaw()
+ {
+ return $this->raw;
+ }
+
+ public function setSizeEstimate($sizeEstimate)
+ {
+ $this->sizeEstimate = $sizeEstimate;
+ }
+
+ public function getSizeEstimate()
+ {
+ return $this->sizeEstimate;
+ }
+
+ public function setSnippet($snippet)
+ {
+ $this->snippet = $snippet;
+ }
+
+ public function getSnippet()
+ {
+ return $this->snippet;
+ }
+
+ public function setThreadId($threadId)
+ {
+ $this->threadId = $threadId;
+ }
+
+ public function getThreadId()
+ {
+ return $this->threadId;
+ }
+}
+
+class Google_Service_Gmail_MessagePart extends Google_Collection
+{
+ protected $bodyType = 'Google_Service_Gmail_MessagePartBody';
+ protected $bodyDataType = '';
+ public $filename;
+ protected $headersType = 'Google_Service_Gmail_MessagePartHeader';
+ protected $headersDataType = 'array';
+ public $mimeType;
+ public $partId;
+ protected $partsType = 'Google_Service_Gmail_MessagePart';
+ protected $partsDataType = 'array';
+
+ public function setBody(Google_Service_Gmail_MessagePartBody $body)
+ {
+ $this->body = $body;
+ }
+
+ public function getBody()
+ {
+ return $this->body;
+ }
+
+ public function setFilename($filename)
+ {
+ $this->filename = $filename;
+ }
+
+ public function getFilename()
+ {
+ return $this->filename;
+ }
+
+ public function setHeaders($headers)
+ {
+ $this->headers = $headers;
+ }
+
+ public function getHeaders()
+ {
+ return $this->headers;
+ }
+
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+
+ public function setPartId($partId)
+ {
+ $this->partId = $partId;
+ }
+
+ public function getPartId()
+ {
+ return $this->partId;
+ }
+
+ public function setParts($parts)
+ {
+ $this->parts = $parts;
+ }
+
+ public function getParts()
+ {
+ return $this->parts;
+ }
+}
+
+class Google_Service_Gmail_MessagePartBody extends Google_Model
+{
+ public $attachmentId;
+ public $data;
+ public $size;
+
+ public function setAttachmentId($attachmentId)
+ {
+ $this->attachmentId = $attachmentId;
+ }
+
+ public function getAttachmentId()
+ {
+ return $this->attachmentId;
+ }
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setSize($size)
+ {
+ $this->size = $size;
+ }
+
+ public function getSize()
+ {
+ return $this->size;
+ }
+}
+
+class Google_Service_Gmail_MessagePartHeader extends Google_Model
+{
+ public $name;
+ public $value;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Gmail_ModifyMessageRequest extends Google_Collection
+{
+ public $addLabelIds;
+ public $removeLabelIds;
+
+ public function setAddLabelIds($addLabelIds)
+ {
+ $this->addLabelIds = $addLabelIds;
+ }
+
+ public function getAddLabelIds()
+ {
+ return $this->addLabelIds;
+ }
+
+ public function setRemoveLabelIds($removeLabelIds)
+ {
+ $this->removeLabelIds = $removeLabelIds;
+ }
+
+ public function getRemoveLabelIds()
+ {
+ return $this->removeLabelIds;
+ }
+}
+
+class Google_Service_Gmail_ModifyThreadRequest extends Google_Collection
+{
+ public $addLabelIds;
+ public $removeLabelIds;
+
+ public function setAddLabelIds($addLabelIds)
+ {
+ $this->addLabelIds = $addLabelIds;
+ }
+
+ public function getAddLabelIds()
+ {
+ return $this->addLabelIds;
+ }
+
+ public function setRemoveLabelIds($removeLabelIds)
+ {
+ $this->removeLabelIds = $removeLabelIds;
+ }
+
+ public function getRemoveLabelIds()
+ {
+ return $this->removeLabelIds;
+ }
+}
+
+class Google_Service_Gmail_Thread extends Google_Collection
+{
+ public $historyId;
+ public $id;
+ protected $messagesType = 'Google_Service_Gmail_Message';
+ protected $messagesDataType = 'array';
+ public $snippet;
+
+ public function setHistoryId($historyId)
+ {
+ $this->historyId = $historyId;
+ }
+
+ public function getHistoryId()
+ {
+ return $this->historyId;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setMessages($messages)
+ {
+ $this->messages = $messages;
+ }
+
+ public function getMessages()
+ {
+ return $this->messages;
+ }
+
+ public function setSnippet($snippet)
+ {
+ $this->snippet = $snippet;
+ }
+
+ public function getSnippet()
+ {
+ return $this->snippet;
+ }
+}
From 3a98b9a994c7161a5454d4ef8dcda9713dda4a85 Mon Sep 17 00:00:00 2001
From: Silvano Luciani + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Appsactivity extends Google_Service +{ + /** View historical activity for Google services. */ + const ACTIVITY = "https://www.googleapis.com/auth/activity"; + /** View and manage the files and documents in your Google Drive. */ + const DRIVE = "https://www.googleapis.com/auth/drive"; + /** View metadata for files and documents in your Google Drive. */ + const DRIVE_METADATA_READONLY = "https://www.googleapis.com/auth/drive.metadata.readonly"; + /** View the files and documents in your Google Drive. */ + const DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly"; + + public $activities; + + + /** + * Constructs the internal representation of the Appsactivity service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'appsactivity/v1/'; + $this->version = 'v1'; + $this->serviceName = 'appsactivity'; + + $this->activities = new Google_Service_Appsactivity_Activities_Resource( + $this, + $this->serviceName, + 'activities', + array( + 'methods' => array( + 'list' => array( + 'path' => 'activities', + 'httpMethod' => 'GET', + 'parameters' => array( + 'drive.ancestorId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'groupingStrategy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'drive.fileId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'source' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "activities" collection of methods. + * Typical usage is: + *
+ * $appsactivityService = new Google_Service_Appsactivity(...);
+ * $activities = $appsactivityService->activities;
+ *
+ */
+class Google_Service_Appsactivity_Activities_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Returns a list of activities visible to the current logged in user. Visible
+ * activities are determined by the visiblity settings of the object that was
+ * acted on, e.g. Drive files a user can see. An activity is a record of past
+ * events. Multiple events may be merged if they are similar. A request is
+ * scoped to activities from a given Google service using the source parameter.
+ * (activities.listActivities)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string drive.ancestorId
+ * Identifies the Drive folder containing the items for which to return activities.
+ * @opt_param int pageSize
+ * The maximum number of events to return on a page. The response includes a continuation token if
+ * there are more events.
+ * @opt_param string pageToken
+ * A token to retrieve a specific page of results.
+ * @opt_param string userId
+ * Indicates the user to return activity for. Use the special value me to indicate the currently
+ * authenticated user.
+ * @opt_param string groupingStrategy
+ * Indicates the strategy to use when grouping singleEvents items in the associated combinedEvent
+ * object.
+ * @opt_param string drive.fileId
+ * Identifies the Drive item to return activities for.
+ * @opt_param string source
+ * The Google service from which to return activities. Possible values of source are:
+ -
+ * drive.google.com
+ * @return Google_Service_Appsactivity_ListActivitiesResponse
+ */
+ public function listActivities($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Appsactivity_ListActivitiesResponse");
+ }
+}
+
+
+
+
+class Google_Service_Appsactivity_Activity extends Google_Collection
+{
+ protected $combinedEventType = 'Google_Service_Appsactivity_Event';
+ protected $combinedEventDataType = '';
+ protected $singleEventsType = 'Google_Service_Appsactivity_Event';
+ protected $singleEventsDataType = 'array';
+
+ public function setCombinedEvent(Google_Service_Appsactivity_Event $combinedEvent)
+ {
+ $this->combinedEvent = $combinedEvent;
+ }
+
+ public function getCombinedEvent()
+ {
+ return $this->combinedEvent;
+ }
+
+ public function setSingleEvents($singleEvents)
+ {
+ $this->singleEvents = $singleEvents;
+ }
+
+ public function getSingleEvents()
+ {
+ return $this->singleEvents;
+ }
+}
+
+class Google_Service_Appsactivity_Event extends Google_Collection
+{
+ public $additionalEventTypes;
+ public $eventTimeMillis;
+ public $fromUserDeletion;
+ protected $moveType = 'Google_Service_Appsactivity_Move';
+ protected $moveDataType = '';
+ protected $permissionChangesType = 'Google_Service_Appsactivity_PermissionChange';
+ protected $permissionChangesDataType = 'array';
+ public $primaryEventType;
+ protected $renameType = 'Google_Service_Appsactivity_Rename';
+ protected $renameDataType = '';
+ protected $targetType = 'Google_Service_Appsactivity_Target';
+ protected $targetDataType = '';
+ protected $userType = 'Google_Service_Appsactivity_User';
+ protected $userDataType = '';
+
+ public function setAdditionalEventTypes($additionalEventTypes)
+ {
+ $this->additionalEventTypes = $additionalEventTypes;
+ }
+
+ public function getAdditionalEventTypes()
+ {
+ return $this->additionalEventTypes;
+ }
+
+ public function setEventTimeMillis($eventTimeMillis)
+ {
+ $this->eventTimeMillis = $eventTimeMillis;
+ }
+
+ public function getEventTimeMillis()
+ {
+ return $this->eventTimeMillis;
+ }
+
+ public function setFromUserDeletion($fromUserDeletion)
+ {
+ $this->fromUserDeletion = $fromUserDeletion;
+ }
+
+ public function getFromUserDeletion()
+ {
+ return $this->fromUserDeletion;
+ }
+
+ public function setMove(Google_Service_Appsactivity_Move $move)
+ {
+ $this->move = $move;
+ }
+
+ public function getMove()
+ {
+ return $this->move;
+ }
+
+ public function setPermissionChanges($permissionChanges)
+ {
+ $this->permissionChanges = $permissionChanges;
+ }
+
+ public function getPermissionChanges()
+ {
+ return $this->permissionChanges;
+ }
+
+ public function setPrimaryEventType($primaryEventType)
+ {
+ $this->primaryEventType = $primaryEventType;
+ }
+
+ public function getPrimaryEventType()
+ {
+ return $this->primaryEventType;
+ }
+
+ public function setRename(Google_Service_Appsactivity_Rename $rename)
+ {
+ $this->rename = $rename;
+ }
+
+ public function getRename()
+ {
+ return $this->rename;
+ }
+
+ public function setTarget(Google_Service_Appsactivity_Target $target)
+ {
+ $this->target = $target;
+ }
+
+ public function getTarget()
+ {
+ return $this->target;
+ }
+
+ public function setUser(Google_Service_Appsactivity_User $user)
+ {
+ $this->user = $user;
+ }
+
+ public function getUser()
+ {
+ return $this->user;
+ }
+}
+
+class Google_Service_Appsactivity_ListActivitiesResponse extends Google_Collection
+{
+ protected $activitiesType = 'Google_Service_Appsactivity_Activity';
+ protected $activitiesDataType = 'array';
+ public $nextPageToken;
+
+ public function setActivities($activities)
+ {
+ $this->activities = $activities;
+ }
+
+ public function getActivities()
+ {
+ return $this->activities;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Appsactivity_Move extends Google_Collection
+{
+ protected $addedParentsType = 'Google_Service_Appsactivity_Parent';
+ protected $addedParentsDataType = 'array';
+ protected $removedParentsType = 'Google_Service_Appsactivity_Parent';
+ protected $removedParentsDataType = 'array';
+
+ public function setAddedParents($addedParents)
+ {
+ $this->addedParents = $addedParents;
+ }
+
+ public function getAddedParents()
+ {
+ return $this->addedParents;
+ }
+
+ public function setRemovedParents($removedParents)
+ {
+ $this->removedParents = $removedParents;
+ }
+
+ public function getRemovedParents()
+ {
+ return $this->removedParents;
+ }
+}
+
+class Google_Service_Appsactivity_Parent extends Google_Model
+{
+ public $id;
+ public $isRoot;
+ public $title;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setIsRoot($isRoot)
+ {
+ $this->isRoot = $isRoot;
+ }
+
+ public function getIsRoot()
+ {
+ return $this->isRoot;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
+
+class Google_Service_Appsactivity_Permission extends Google_Model
+{
+ public $name;
+ public $permissionId;
+ public $role;
+ public $type;
+ protected $userType = 'Google_Service_Appsactivity_User';
+ protected $userDataType = '';
+ public $withLink;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPermissionId($permissionId)
+ {
+ $this->permissionId = $permissionId;
+ }
+
+ public function getPermissionId()
+ {
+ return $this->permissionId;
+ }
+
+ public function setRole($role)
+ {
+ $this->role = $role;
+ }
+
+ public function getRole()
+ {
+ return $this->role;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setUser(Google_Service_Appsactivity_User $user)
+ {
+ $this->user = $user;
+ }
+
+ public function getUser()
+ {
+ return $this->user;
+ }
+
+ public function setWithLink($withLink)
+ {
+ $this->withLink = $withLink;
+ }
+
+ public function getWithLink()
+ {
+ return $this->withLink;
+ }
+}
+
+class Google_Service_Appsactivity_PermissionChange extends Google_Collection
+{
+ protected $addedPermissionsType = 'Google_Service_Appsactivity_Permission';
+ protected $addedPermissionsDataType = 'array';
+ protected $removedPermissionsType = 'Google_Service_Appsactivity_Permission';
+ protected $removedPermissionsDataType = 'array';
+
+ public function setAddedPermissions($addedPermissions)
+ {
+ $this->addedPermissions = $addedPermissions;
+ }
+
+ public function getAddedPermissions()
+ {
+ return $this->addedPermissions;
+ }
+
+ public function setRemovedPermissions($removedPermissions)
+ {
+ $this->removedPermissions = $removedPermissions;
+ }
+
+ public function getRemovedPermissions()
+ {
+ return $this->removedPermissions;
+ }
+}
+
+class Google_Service_Appsactivity_Photo extends Google_Model
+{
+ public $url;
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Appsactivity_Rename extends Google_Model
+{
+ public $newTitle;
+ public $oldTitle;
+
+ public function setNewTitle($newTitle)
+ {
+ $this->newTitle = $newTitle;
+ }
+
+ public function getNewTitle()
+ {
+ return $this->newTitle;
+ }
+
+ public function setOldTitle($oldTitle)
+ {
+ $this->oldTitle = $oldTitle;
+ }
+
+ public function getOldTitle()
+ {
+ return $this->oldTitle;
+ }
+}
+
+class Google_Service_Appsactivity_Target extends Google_Model
+{
+ public $id;
+ public $mimeType;
+ public $name;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Appsactivity_User extends Google_Model
+{
+ public $name;
+ protected $photoType = 'Google_Service_Appsactivity_Photo';
+ protected $photoDataType = '';
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPhoto(Google_Service_Appsactivity_Photo $photo)
+ {
+ $this->photo = $photo;
+ }
+
+ public function getPhoto()
+ {
+ return $this->photo;
+ }
+}
From 836bf07edfec515d096f027e23c7c4cc7c37ee90 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
* $mapsengineService = new Google_Service_MapsEngine(...);
@@ -1586,6 +1934,21 @@ public function create(Google_Service_MapsEngine_Table $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_MapsEngine_Table");
}
+ /**
+ * Delete a table. (tables.delete)
+ *
+ * @param string $id
+ * The ID of the table. Only the table creator or project owner are permitted to delete. If the
+ * table is included in a layer, the request will fail. Remove it from all layers prior to
+ * deleting.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
/**
* Return metadata for a particular table, including the schema. (tables.get)
*
@@ -1614,6 +1977,8 @@ public function get($id, $optParams = array())
* @opt_param string createdAfter
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or after this time.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
* @opt_param string projectId
* The ID of a Maps Engine project, used to filter the response. To list all available projects
* with their IDs, send a Projects: list request. You can also find your project ID as the value of
@@ -1644,6 +2009,20 @@ public function listTables($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_MapsEngine_TablesListResponse");
}
+ /**
+ * Mutate a table asset. (tables.patch)
+ *
+ * @param string $id
+ * The ID of the table.
+ * @param Google_Table $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function patch($id, Google_Service_MapsEngine_Table $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params));
+ }
/**
* Create a placeholder table asset to which table files can be uploaded. Once
* the placeholder has been created, files are uploaded to the
@@ -1912,6 +2291,7 @@ class Google_Service_MapsEngine_Asset extends Google_Collection
public $bbox;
public $creationTime;
public $description;
+ public $etag;
public $id;
public $lastModifiedTime;
public $name;
@@ -1950,6 +2330,16 @@ public function getDescription()
return $this->description;
}
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -2557,177 +2947,6 @@ public function getName()
}
}
-class Google_Service_MapsEngine_Image extends Google_Collection
-{
- protected $acquisitionTimeType = 'Google_Service_MapsEngine_AcquisitionTime';
- protected $acquisitionTimeDataType = '';
- public $attribution;
- public $bbox;
- public $creationTime;
- public $description;
- public $draftAccessList;
- protected $filesType = 'Google_Service_MapsEngine_MapsengineFile';
- protected $filesDataType = 'array';
- public $id;
- public $lastModifiedTime;
- public $maskType;
- public $name;
- public $processingStatus;
- public $projectId;
- public $rasterType;
- public $tags;
-
- public function setAcquisitionTime(Google_Service_MapsEngine_AcquisitionTime $acquisitionTime)
- {
- $this->acquisitionTime = $acquisitionTime;
- }
-
- public function getAcquisitionTime()
- {
- return $this->acquisitionTime;
- }
-
- public function setAttribution($attribution)
- {
- $this->attribution = $attribution;
- }
-
- public function getAttribution()
- {
- return $this->attribution;
- }
-
- public function setBbox($bbox)
- {
- $this->bbox = $bbox;
- }
-
- public function getBbox()
- {
- return $this->bbox;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setDraftAccessList($draftAccessList)
- {
- $this->draftAccessList = $draftAccessList;
- }
-
- public function getDraftAccessList()
- {
- return $this->draftAccessList;
- }
-
- public function setFiles($files)
- {
- $this->files = $files;
- }
-
- public function getFiles()
- {
- return $this->files;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
-
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
-
- public function setMaskType($maskType)
- {
- $this->maskType = $maskType;
- }
-
- public function getMaskType()
- {
- return $this->maskType;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProcessingStatus($processingStatus)
- {
- $this->processingStatus = $processingStatus;
- }
-
- public function getProcessingStatus()
- {
- return $this->processingStatus;
- }
-
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
-
- public function setRasterType($rasterType)
- {
- $this->rasterType = $rasterType;
- }
-
- public function getRasterType()
- {
- return $this->rasterType;
- }
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-}
-
class Google_Service_MapsEngine_LabelStyle extends Google_Model
{
public $color;
@@ -2819,6 +3038,7 @@ class Google_Service_MapsEngine_Layer extends Google_Collection
protected $datasourcesDataType = 'array';
public $description;
public $draftAccessList;
+ public $etag;
public $id;
public $lastModifiedTime;
public $name;
@@ -2889,6 +3109,16 @@ public function getDraftAccessList()
return $this->draftAccessList;
}
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -3094,6 +3324,7 @@ class Google_Service_MapsEngine_Map extends Google_Collection
public $defaultViewport;
public $description;
public $draftAccessList;
+ public $etag;
public $id;
public $lastModifiedTime;
public $name;
@@ -3162,6 +3393,16 @@ public function getDraftAccessList()
return $this->draftAccessList;
}
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -3642,16 +3883,45 @@ class Google_Service_MapsEngine_PublishResponse extends Google_Model
class Google_Service_MapsEngine_Raster extends Google_Collection
{
+ protected $acquisitionTimeType = 'Google_Service_MapsEngine_AcquisitionTime';
+ protected $acquisitionTimeDataType = '';
+ public $attribution;
public $bbox;
public $creationTime;
public $description;
+ public $draftAccessList;
+ public $etag;
+ protected $filesType = 'Google_Service_MapsEngine_MapsengineFile';
+ protected $filesDataType = 'array';
public $id;
public $lastModifiedTime;
+ public $maskType;
public $name;
+ public $processingStatus;
public $projectId;
public $rasterType;
public $tags;
+ public function setAcquisitionTime(Google_Service_MapsEngine_AcquisitionTime $acquisitionTime)
+ {
+ $this->acquisitionTime = $acquisitionTime;
+ }
+
+ public function getAcquisitionTime()
+ {
+ return $this->acquisitionTime;
+ }
+
+ public function setAttribution($attribution)
+ {
+ $this->attribution = $attribution;
+ }
+
+ public function getAttribution()
+ {
+ return $this->attribution;
+ }
+
public function setBbox($bbox)
{
$this->bbox = $bbox;
@@ -3682,6 +3952,36 @@ public function getDescription()
return $this->description;
}
+ public function setDraftAccessList($draftAccessList)
+ {
+ $this->draftAccessList = $draftAccessList;
+ }
+
+ public function getDraftAccessList()
+ {
+ return $this->draftAccessList;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setFiles($files)
+ {
+ $this->files = $files;
+ }
+
+ public function getFiles()
+ {
+ return $this->files;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -3702,6 +4002,16 @@ public function getLastModifiedTime()
return $this->lastModifiedTime;
}
+ public function setMaskType($maskType)
+ {
+ $this->maskType = $maskType;
+ }
+
+ public function getMaskType()
+ {
+ return $this->maskType;
+ }
+
public function setName($name)
{
$this->name = $name;
@@ -3712,6 +4022,16 @@ public function getName()
return $this->name;
}
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -3750,6 +4070,7 @@ class Google_Service_MapsEngine_RasterCollection extends Google_Collection
public $creationTime;
public $description;
public $draftAccessList;
+ public $etag;
public $id;
public $lastModifiedTime;
public $mosaic;
@@ -3809,6 +4130,16 @@ public function getDraftAccessList()
return $this->draftAccessList;
}
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -3890,6 +4221,109 @@ public function getTags()
}
}
+class Google_Service_MapsEngine_RasterCollectionRaster extends Google_Collection
+{
+ public $bbox;
+ public $creationTime;
+ public $description;
+ public $id;
+ public $lastModifiedTime;
+ public $name;
+ public $projectId;
+ public $rasterType;
+ public $tags;
+
+ public function setBbox($bbox)
+ {
+ $this->bbox = $bbox;
+ }
+
+ public function getBbox()
+ {
+ return $this->bbox;
+ }
+
+ public function setCreationTime($creationTime)
+ {
+ $this->creationTime = $creationTime;
+ }
+
+ public function getCreationTime()
+ {
+ return $this->creationTime;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setRasterType($rasterType)
+ {
+ $this->rasterType = $rasterType;
+ }
+
+ public function getRasterType()
+ {
+ return $this->rasterType;
+ }
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
class Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest extends Google_Collection
{
public $ids;
@@ -3960,7 +4394,7 @@ public function getRasterCollections()
class Google_Service_MapsEngine_RastersListResponse extends Google_Collection
{
public $nextPageToken;
- protected $rastersType = 'Google_Service_MapsEngine_Raster';
+ protected $rastersType = 'Google_Service_MapsEngine_RasterCollectionRaster';
protected $rastersDataType = 'array';
public function setNextPageToken($nextPageToken)
@@ -4028,6 +4462,7 @@ class Google_Service_MapsEngine_Table extends Google_Collection
public $creationTime;
public $description;
public $draftAccessList;
+ public $etag;
protected $filesType = 'Google_Service_MapsEngine_MapsengineFile';
protected $filesDataType = 'array';
public $id;
@@ -4081,6 +4516,16 @@ public function getDraftAccessList()
return $this->draftAccessList;
}
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
public function setFiles($files)
{
$this->files = $files;
From 3535e3a491ff737ff5872af4e1901639083841bf Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 1 Jul 2014 00:29:23 -0700
Subject: [PATCH 0037/1274] Updated Compute.php
---
src/Google/Service/Compute.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index f65cf7296..a087c0ada 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -7984,6 +7984,8 @@ class Google_Service_Compute_Image extends Google_Collection
protected $rawDiskType = 'Google_Service_Compute_ImageRawDisk';
protected $rawDiskDataType = '';
public $selfLink;
+ public $sourceDisk;
+ public $sourceDiskId;
public $sourceType;
public $status;
@@ -8097,6 +8099,26 @@ public function getSelfLink()
return $this->selfLink;
}
+ public function setSourceDisk($sourceDisk)
+ {
+ $this->sourceDisk = $sourceDisk;
+ }
+
+ public function getSourceDisk()
+ {
+ return $this->sourceDisk;
+ }
+
+ public function setSourceDiskId($sourceDiskId)
+ {
+ $this->sourceDiskId = $sourceDiskId;
+ }
+
+ public function getSourceDiskId()
+ {
+ return $this->sourceDiskId;
+ }
+
public function setSourceType($sourceType)
{
$this->sourceType = $sourceType;
From be829b4d33896ce1354972502f8d1837e01f72e8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 1 Jul 2014 00:29:23 -0700
Subject: [PATCH 0038/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 43 ++++++++++++++++++++++++++++++---
1 file changed, 39 insertions(+), 4 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index d4c510590..56ee55de4 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -186,6 +186,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'maxTimestamp' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'string',
@@ -613,6 +617,8 @@ public function get($datasetId, $optParams = array())
* @opt_param string pageToken
* The continuation token, which is used to page through large result sets. To get the next page of
* results, set this parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxTimestamp
+ *
* @opt_param string maxResults
* The maximum number of results returned by this request.
* @opt_param string projectId
@@ -797,7 +803,8 @@ public function create(Google_Service_Genomics_Readset $postBody, $optParams = a
* Deletes a readset. (readsets.delete)
*
* @param string $readsetId
- * The ID of the readset to be deleted.
+ * The ID of the readset to be deleted. The caller must have WRITE permissions to the dataset
+ * associated with this readset.
* @param array $optParams Optional parameters.
*/
public function delete($readsetId, $optParams = array())
@@ -807,7 +814,11 @@ public function delete($readsetId, $optParams = array())
return $this->call('delete', array($params));
}
/**
- * Exports readsets to a file. (readsets.export)
+ * Exports readsets to a BAM file in Google Cloud Storage. Note that currently
+ * there may be some differences between exported BAM files and the original BAM
+ * file at the time of import. In particular, comments in the input file header
+ * will not be preserved, and some custom tags will be converted to strings.
+ * (readsets.export)
*
* @param Google_ExportReadsetsRequest $postBody
* @param array $optParams Optional parameters.
@@ -834,8 +845,10 @@ public function get($readsetId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Genomics_Readset");
}
/**
- * Creates readsets by asynchronously importing the provided information.
- * (readsets.import)
+ * Creates readsets by asynchronously importing the provided information. Note
+ * that currently comments in the input file header are not imported and some
+ * custom tags will be converted to strings, rather than preserving tag types.
+ * The caller must have WRITE permissions to the dataset. (readsets.import)
*
* @param Google_ImportReadsetsRequest $postBody
* @param array $optParams Optional parameters.
@@ -2350,12 +2363,23 @@ public function getNextPageToken()
class Google_Service_Genomics_SearchReadsRequest extends Google_Collection
{
+ public $maxResults;
public $pageToken;
public $readsetIds;
public $sequenceEnd;
public $sequenceName;
public $sequenceStart;
+ public function setMaxResults($maxResults)
+ {
+ $this->maxResults = $maxResults;
+ }
+
+ public function getMaxResults()
+ {
+ return $this->maxResults;
+ }
+
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -2437,6 +2461,7 @@ public function getReads()
class Google_Service_Genomics_SearchReadsetsRequest extends Google_Collection
{
public $datasetIds;
+ public $maxResults;
public $name;
public $pageToken;
@@ -2450,6 +2475,16 @@ public function getDatasetIds()
return $this->datasetIds;
}
+ public function setMaxResults($maxResults)
+ {
+ $this->maxResults = $maxResults;
+ }
+
+ public function getMaxResults()
+ {
+ return $this->maxResults;
+ }
+
public function setName($name)
{
$this->name = $name;
From b875857f9861fcf83c3125e3f93a18e8d0ba7185 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 1 Jul 2014 00:29:24 -0700
Subject: [PATCH 0039/1274] Updated CivicInfo.php
---
src/Google/Service/CivicInfo.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/CivicInfo.php b/src/Google/Service/CivicInfo.php
index 5b7a6379e..a33b900e6 100644
--- a/src/Google/Service/CivicInfo.php
+++ b/src/Google/Service/CivicInfo.php
@@ -217,8 +217,9 @@ class Google_Service_CivicInfo_Representatives_Resource extends Google_Service_R
{
/**
- * Looks up political geography and (optionally) representative information
- * based on an address. (representatives.representativeInfoQuery)
+ * Looks up political geography and representative information based on an
+ * address or Open Civic Data division identifier.
+ * (representatives.representativeInfoQuery)
*
* @param Google_RepresentativeInfoRequest $postBody
* @param array $optParams Optional parameters.
From 360c79a0955a1189c5374f8e79b21c62a3174a12 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 1 Jul 2014 00:29:24 -0700
Subject: [PATCH 0040/1274] Updated Datastore.php
---
src/Google/Service/Datastore.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Datastore.php b/src/Google/Service/Datastore.php
index 8119e3945..1f7bdf2ca 100644
--- a/src/Google/Service/Datastore.php
+++ b/src/Google/Service/Datastore.php
@@ -321,11 +321,22 @@ public function getTransaction()
class Google_Service_Datastore_CommitRequest extends Google_Model
{
+ public $ignoreReadOnly;
public $mode;
protected $mutationType = 'Google_Service_Datastore_Mutation';
protected $mutationDataType = '';
public $transaction;
+ public function setIgnoreReadOnly($ignoreReadOnly)
+ {
+ $this->ignoreReadOnly = $ignoreReadOnly;
+ }
+
+ public function getIgnoreReadOnly()
+ {
+ return $this->ignoreReadOnly;
+ }
+
public function setMode($mode)
{
$this->mode = $mode;
From 4ebf1f9f9c942740700d57c9551f4a1b28fb71cb Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 1 Jul 2014 09:40:17 -0700
Subject: [PATCH 0041/1274] Fix refreshing id token
---
src/Google/Auth/OAuth2.php | 3 +++
tests/general/ApiOAuth2Test.php | 37 ++++++++++++++++++++++++++++++++-
2 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index b05448a57..14fdf0ba6 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -320,6 +320,9 @@ private function refreshTokenRequest($params)
throw new Google_Auth_Exception("Invalid token format");
}
+ if (isset($token['id_token'])) {
+ $this->token['id_token'] = $token['id_token'];
+ }
$this->token['access_token'] = $token['access_token'];
$this->token['expires_in'] = $token['expires_in'];
$this->token['created'] = time();
diff --git a/tests/general/ApiOAuth2Test.php b/tests/general/ApiOAuth2Test.php
index 871049a3d..dc545738b 100644
--- a/tests/general/ApiOAuth2Test.php
+++ b/tests/general/ApiOAuth2Test.php
@@ -168,8 +168,43 @@ public function testValidateIdToken()
/**
* Test for revoking token when none is opened
*/
- public function testRevokeWhenNoTokenExists() {
+ public function testRevokeWhenNoTokenExists()
+ {
$client = new Google_Client();
$this->assertFalse($client->revokeToken());
}
+
+ /**
+ * Test that the ID token is properly refreshed.
+ */
+ public function testRefreshTokenSetsValues()
+ {
+ $client = new Google_Client();
+ $response_data = json_encode(array(
+ 'access_token' => "ACCESS_TOKEN",
+ 'id_token' => "ID_TOKEN",
+ 'expires_in' => "12345",
+ ));
+ $response = $this->getMock("Google_Http_Request", array(), array(''));
+ $response->expects($this->any())
+ ->method('getResponseHttpCode')
+ ->will($this->returnValue(200));
+ $response->expects($this->any())
+ ->method('getResponseBody')
+ ->will($this->returnValue($response_data));
+ $io = $this->getMock("Google_IO_Stream", array(), array($client));
+ $io->expects($this->any())
+ ->method('makeRequest')
+ ->will($this->returnCallback(function($request) use (&$token, $response) {
+ $elements = $request->getPostBody();
+ $this->assertEquals($elements['grant_type'], "refresh_token");
+ $this->assertEquals($elements['refresh_token'], "REFRESH_TOKEN");
+ return $response;
+ }));
+ $client->setIo($io);
+ $oauth = new Google_Auth_OAuth2($client);
+ $oauth->refreshToken("REFRESH_TOKEN");
+ $token = json_decode($oauth->getAccessToken(), true);
+ $this->assertEquals($token['id_token'], "ID_TOKEN");
+ }
}
From e4d98e64151bd7e5f3211ab6f3b80a53c0f3f7d8 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Tue, 1 Jul 2014 09:55:35 -0700
Subject: [PATCH 0042/1274] Use static assert in closure.
---
tests/general/ApiOAuth2Test.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/general/ApiOAuth2Test.php b/tests/general/ApiOAuth2Test.php
index dc545738b..76d580096 100644
--- a/tests/general/ApiOAuth2Test.php
+++ b/tests/general/ApiOAuth2Test.php
@@ -197,8 +197,10 @@ public function testRefreshTokenSetsValues()
->method('makeRequest')
->will($this->returnCallback(function($request) use (&$token, $response) {
$elements = $request->getPostBody();
- $this->assertEquals($elements['grant_type'], "refresh_token");
- $this->assertEquals($elements['refresh_token'], "REFRESH_TOKEN");
+ PHPUnit_Framework_TestCase::assertEquals($elements['grant_type'],
+ "refresh_token");
+ PHPUnit_Framework_TestCase::assertEquals($elements['refresh_token'],
+ "REFRESH_TOKEN");
return $response;
}));
$client->setIo($io);
From 08d66244b93a8dba6fe7c7cb8c62448cd2102337 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 3 Jul 2014 03:31:40 -0400
Subject: [PATCH 0043/1274] Updated Bigquery.php
---
src/Google/Service/Bigquery.php | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Bigquery.php b/src/Google/Service/Bigquery.php
index f2958f889..4041b904c 100644
--- a/src/Google/Service/Bigquery.php
+++ b/src/Google/Service/Bigquery.php
@@ -2011,13 +2011,15 @@ public function getWriteDisposition()
}
}
-class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Model
+class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collection
{
public $createDisposition;
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
protected $sourceTableType = 'Google_Service_Bigquery_TableReference';
protected $sourceTableDataType = '';
+ protected $sourceTablesType = 'Google_Service_Bigquery_TableReference';
+ protected $sourceTablesDataType = 'array';
public $writeDisposition;
public function setCreateDisposition($createDisposition)
@@ -2050,6 +2052,16 @@ public function getSourceTable()
return $this->sourceTable;
}
+ public function setSourceTables($sourceTables)
+ {
+ $this->sourceTables = $sourceTables;
+ }
+
+ public function getSourceTables()
+ {
+ return $this->sourceTables;
+ }
+
public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
From e2090308ff327007ccb0afe6e80894b4f45e7ab6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 4 Jul 2014 03:32:47 -0400
Subject: [PATCH 0044/1274] Updated Content.php
---
src/Google/Service/Content.php | 129 ++++++++++++++++++++++++---------
1 file changed, 93 insertions(+), 36 deletions(-)
diff --git a/src/Google/Service/Content.php b/src/Google/Service/Content.php
index 0e42eaf95..98e86c579 100644
--- a/src/Google/Service/Content.php
+++ b/src/Google/Service/Content.php
@@ -527,8 +527,8 @@ class Google_Service_Content_Accounts_Resource extends Google_Service_Resource
{
/**
- * Retrieve, insert, update, and delete multiple Merchant Center (sub-)accounts
- * in a single request. (accounts.custombatch)
+ * Retrieves, inserts, updates, and deletes multiple Merchant Center
+ * (sub-)accounts in a single request. (accounts.custombatch)
*
* @param Google_AccountsCustomBatchRequest $postBody
* @param array $optParams Optional parameters.
@@ -541,7 +541,7 @@ public function custombatch(Google_Service_Content_AccountsCustomBatchRequest $p
return $this->call('custombatch', array($params), "Google_Service_Content_AccountsCustomBatchResponse");
}
/**
- * Delete a Merchant Center sub-account. (accounts.delete)
+ * Deletes a Merchant Center sub-account. (accounts.delete)
*
* @param string $merchantId
* The ID of the managing account.
@@ -556,7 +556,7 @@ public function delete($merchantId, $accountId, $optParams = array())
return $this->call('delete', array($params));
}
/**
- * Retrieve a Merchant Center account. (accounts.get)
+ * Retrieves a Merchant Center account. (accounts.get)
*
* @param string $merchantId
* The ID of the managing account.
@@ -572,7 +572,7 @@ public function get($merchantId, $accountId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Content_Account");
}
/**
- * Create a Merchant Center sub-account. (accounts.insert)
+ * Creates a Merchant Center sub-account. (accounts.insert)
*
* @param string $merchantId
* The ID of the managing account.
@@ -587,7 +587,7 @@ public function insert($merchantId, Google_Service_Content_Account $postBody, $o
return $this->call('insert', array($params), "Google_Service_Content_Account");
}
/**
- * List the sub-accounts in your Merchant Center account.
+ * Lists the sub-accounts in your Merchant Center account.
* (accounts.listAccounts)
*
* @param string $merchantId
@@ -607,7 +607,7 @@ public function listAccounts($merchantId, $optParams = array())
return $this->call('list', array($params), "Google_Service_Content_AccountsListResponse");
}
/**
- * Update a Merchant Center account. This method supports patch semantics.
+ * Updates a Merchant Center account. This method supports patch semantics.
* (accounts.patch)
*
* @param string $merchantId
@@ -625,7 +625,7 @@ public function patch($merchantId, $accountId, Google_Service_Content_Account $p
return $this->call('patch', array($params), "Google_Service_Content_Account");
}
/**
- * Update a Merchant Center account. (accounts.update)
+ * Updates a Merchant Center account. (accounts.update)
*
* @param string $merchantId
* The ID of the managing account.
@@ -668,7 +668,7 @@ public function custombatch(Google_Service_Content_AccountstatusesCustomBatchReq
return $this->call('custombatch', array($params), "Google_Service_Content_AccountstatusesCustomBatchResponse");
}
/**
- * Retrieve the status of a Merchant Center account. (accountstatuses.get)
+ * Retrieves the status of a Merchant Center account. (accountstatuses.get)
*
* @param string $merchantId
* The ID of the managing account.
@@ -684,7 +684,7 @@ public function get($merchantId, $accountId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Content_AccountStatus");
}
/**
- * List the statuses of the sub-accounts in your Merchant Center account.
+ * Lists the statuses of the sub-accounts in your Merchant Center account.
* (accountstatuses.listAccountstatuses)
*
* @param string $merchantId
@@ -743,7 +743,7 @@ public function custombatch(Google_Service_Content_DatafeedsCustomBatchRequest $
return $this->call('custombatch', array($params), "Google_Service_Content_DatafeedsCustomBatchResponse");
}
/**
- * Delete a datafeed from your Merchant Center account. (datafeeds.delete)
+ * Deletes a datafeed from your Merchant Center account. (datafeeds.delete)
*
* @param string $merchantId
*
@@ -758,7 +758,7 @@ public function delete($merchantId, $datafeedId, $optParams = array())
return $this->call('delete', array($params));
}
/**
- * Retrieve a datafeed from your Merchant Center account. (datafeeds.get)
+ * Retrieves a datafeed from your Merchant Center account. (datafeeds.get)
*
* @param string $merchantId
*
@@ -774,7 +774,7 @@ public function get($merchantId, $datafeedId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Content_Datafeed");
}
/**
- * Register a datafeed against your Merchant Center account. (datafeeds.insert)
+ * Registers a datafeed with your Merchant Center account. (datafeeds.insert)
*
* @param string $merchantId
*
@@ -789,7 +789,8 @@ public function insert($merchantId, Google_Service_Content_Datafeed $postBody, $
return $this->call('insert', array($params), "Google_Service_Content_Datafeed");
}
/**
- * List the datafeeds in your Merchant Center account. (datafeeds.listDatafeeds)
+ * Lists the datafeeds in your Merchant Center account.
+ * (datafeeds.listDatafeeds)
*
* @param string $merchantId
*
@@ -803,8 +804,8 @@ public function listDatafeeds($merchantId, $optParams = array())
return $this->call('list', array($params), "Google_Service_Content_DatafeedsListResponse");
}
/**
- * Update a datafeed of your Merchant Center account. This method supports patch
- * semantics. (datafeeds.patch)
+ * Updates a datafeed of your Merchant Center account. This method supports
+ * patch semantics. (datafeeds.patch)
*
* @param string $merchantId
*
@@ -821,7 +822,7 @@ public function patch($merchantId, $datafeedId, Google_Service_Content_Datafeed
return $this->call('patch', array($params), "Google_Service_Content_Datafeed");
}
/**
- * Update a datafeed of your Merchant Center account. (datafeeds.update)
+ * Updates a datafeed of your Merchant Center account. (datafeeds.update)
*
* @param string $merchantId
*
@@ -877,7 +878,7 @@ public function custombatch(Google_Service_Content_DatafeedstatusesCustomBatchRe
return $this->call('custombatch', array($params), "Google_Service_Content_DatafeedstatusesCustomBatchResponse");
}
/**
- * Retrieve the status of a datafeed from your Merchant Center account.
+ * Retrieves the status of a datafeed from your Merchant Center account.
* (datafeedstatuses.get)
*
* @param string $merchantId
@@ -894,7 +895,7 @@ public function get($merchantId, $datafeedId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Content_DatafeedStatus");
}
/**
- * List the statuses of the datafeeds in your Merchant Center account.
+ * Lists the statuses of the datafeeds in your Merchant Center account.
* (datafeedstatuses.listDatafeedstatuses)
*
* @param string $merchantId
@@ -922,7 +923,7 @@ class Google_Service_Content_Inventory_Resource extends Google_Service_Resource
{
/**
- * Update price and availability for multiple products or stores in a single
+ * Updates price and availability for multiple products or stores in a single
* request. (inventory.custombatch)
*
* @param Google_InventoryCustomBatchRequest $postBody
@@ -936,13 +937,14 @@ public function custombatch(Google_Service_Content_InventoryCustomBatchRequest $
return $this->call('custombatch', array($params), "Google_Service_Content_InventoryCustomBatchResponse");
}
/**
- * Update price and availability of a product in your Merchant Center account.
+ * Updates price and availability of a product in your Merchant Center account.
* (inventory.set)
*
* @param string $merchantId
* The ID of the managing account.
* @param string $storeCode
- * The code of the store for which to update price and availability.
+ * The code of the store for which to update price and availability. Use online to update price and
+ * availability of an online product.
* @param string $productId
* The ID of the product for which to update price and availability.
* @param Google_InventorySetRequest $postBody
@@ -969,7 +971,7 @@ class Google_Service_Content_Products_Resource extends Google_Service_Resource
{
/**
- * Retrieve, insert, and delete multiple products in a single request.
+ * Retrieves, inserts, and deletes multiple products in a single request.
* (products.custombatch)
*
* @param Google_ProductsCustomBatchRequest $postBody
@@ -986,7 +988,7 @@ public function custombatch(Google_Service_Content_ProductsCustomBatchRequest $p
return $this->call('custombatch', array($params), "Google_Service_Content_ProductsCustomBatchResponse");
}
/**
- * Delete a product from your Merchant Center account. (products.delete)
+ * Deletes a product from your Merchant Center account. (products.delete)
*
* @param string $merchantId
* The ID of the managing account.
@@ -1004,7 +1006,7 @@ public function delete($merchantId, $productId, $optParams = array())
return $this->call('delete', array($params));
}
/**
- * Retrieve a product from your Merchant Center account. (products.get)
+ * Retrieves a product from your Merchant Center account. (products.get)
*
* @param string $merchantId
* The ID of the managing account.
@@ -1020,7 +1022,7 @@ public function get($merchantId, $productId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Content_Product");
}
/**
- * Upload products to your Merchant Center account. (products.insert)
+ * Uploads a product to your Merchant Center account. (products.insert)
*
* @param string $merchantId
* The ID of the managing account.
@@ -1038,7 +1040,7 @@ public function insert($merchantId, Google_Service_Content_Product $postBody, $o
return $this->call('insert', array($params), "Google_Service_Content_Product");
}
/**
- * List the products in your Merchant Center account. (products.listProducts)
+ * Lists the products in your Merchant Center account. (products.listProducts)
*
* @param string $merchantId
* The ID of the managing account.
@@ -1070,7 +1072,7 @@ class Google_Service_Content_Productstatuses_Resource extends Google_Service_Res
{
/**
- * Get the statuses of multiple products in a single request.
+ * Gets the statuses of multiple products in a single request.
* (productstatuses.custombatch)
*
* @param Google_ProductstatusesCustomBatchRequest $postBody
@@ -1084,7 +1086,7 @@ public function custombatch(Google_Service_Content_ProductstatusesCustomBatchReq
return $this->call('custombatch', array($params), "Google_Service_Content_ProductstatusesCustomBatchResponse");
}
/**
- * Get the status of a product from your Merchant Center account.
+ * Gets the status of a product from your Merchant Center account.
* (productstatuses.get)
*
* @param string $merchantId
@@ -1101,7 +1103,7 @@ public function get($merchantId, $productId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Content_ProductStatus");
}
/**
- * List the statuses of the products in your Merchant Center account.
+ * Lists the statuses of the products in your Merchant Center account.
* (productstatuses.listProductstatuses)
*
* @param string $merchantId
@@ -3387,6 +3389,7 @@ class Google_Service_Content_Product extends Google_Collection
public $adwordsRedirect;
public $ageGroup;
public $availability;
+ public $availabilityDate;
public $brand;
public $channel;
public $color;
@@ -3414,6 +3417,7 @@ class Google_Service_Content_Product extends Google_Collection
public $imageLink;
protected $installmentType = 'Google_Service_Content_ProductInstallment';
protected $installmentDataType = '';
+ public $isBundle;
public $itemGroupId;
public $kind;
public $link;
@@ -3421,6 +3425,7 @@ class Google_Service_Content_Product extends Google_Collection
protected $loyaltyPointsDataType = '';
public $material;
public $merchantMultipackQuantity;
+ public $mobileLink;
public $mpn;
public $offerId;
public $onlineOnly;
@@ -3435,10 +3440,12 @@ class Google_Service_Content_Product extends Google_Collection
protected $shippingDataType = 'array';
protected $shippingWeightType = 'Google_Service_Content_ProductShippingWeight';
protected $shippingWeightDataType = '';
+ public $sizeSystem;
+ public $sizeType;
public $sizes;
public $targetCountry;
- protected $taxType = 'Google_Service_Content_ProductTax';
- protected $taxDataType = '';
+ protected $taxesType = 'Google_Service_Content_ProductTax';
+ protected $taxesDataType = 'array';
public $title;
public $unitPricingBaseMeasure;
public $unitPricingMeasure;
@@ -3516,6 +3523,16 @@ public function getAvailability()
return $this->availability;
}
+ public function setAvailabilityDate($availabilityDate)
+ {
+ $this->availabilityDate = $availabilityDate;
+ }
+
+ public function getAvailabilityDate()
+ {
+ return $this->availabilityDate;
+ }
+
public function setBrand($brand)
{
$this->brand = $brand;
@@ -3746,6 +3763,16 @@ public function getInstallment()
return $this->installment;
}
+ public function setIsBundle($isBundle)
+ {
+ $this->isBundle = $isBundle;
+ }
+
+ public function getIsBundle()
+ {
+ return $this->isBundle;
+ }
+
public function setItemGroupId($itemGroupId)
{
$this->itemGroupId = $itemGroupId;
@@ -3806,6 +3833,16 @@ public function getMerchantMultipackQuantity()
return $this->merchantMultipackQuantity;
}
+ public function setMobileLink($mobileLink)
+ {
+ $this->mobileLink = $mobileLink;
+ }
+
+ public function getMobileLink()
+ {
+ return $this->mobileLink;
+ }
+
public function setMpn($mpn)
{
$this->mpn = $mpn;
@@ -3906,6 +3943,26 @@ public function getShippingWeight()
return $this->shippingWeight;
}
+ public function setSizeSystem($sizeSystem)
+ {
+ $this->sizeSystem = $sizeSystem;
+ }
+
+ public function getSizeSystem()
+ {
+ return $this->sizeSystem;
+ }
+
+ public function setSizeType($sizeType)
+ {
+ $this->sizeType = $sizeType;
+ }
+
+ public function getSizeType()
+ {
+ return $this->sizeType;
+ }
+
public function setSizes($sizes)
{
$this->sizes = $sizes;
@@ -3926,14 +3983,14 @@ public function getTargetCountry()
return $this->targetCountry;
}
- public function setTax(Google_Service_Content_ProductTax $tax)
+ public function setTaxes($taxes)
{
- $this->tax = $tax;
+ $this->taxes = $taxes;
}
- public function getTax()
+ public function getTaxes()
{
- return $this->tax;
+ return $this->taxes;
}
public function setTitle($title)
From 32f82e74a86f170c4e21c5bca8c009429064382a Mon Sep 17 00:00:00 2001
From: Tobias Nyholm
Date: Tue, 8 Jul 2014 18:11:57 +0200
Subject: [PATCH 0045/1274] Added HHVM to travis
---
.travis.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index fd00f61fb..e272f788d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,13 @@ php:
- 5.3
- 5.4
- 5.5
-
+ - 5.6
+ - hhvm
+
+matrix:
+ allow_failures:
+ - php: hhvm
+
before_script:
- composer install
- echo "extension=memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
From 4e33037e0f9fa41d25e6978a5cb49f1f87942ae8 Mon Sep 17 00:00:00 2001
From: Tobias Nyholm
Date: Wed, 9 Jul 2014 13:19:30 +0200
Subject: [PATCH 0046/1274] Make sure the tests passes on HHVM
---
.travis.yml | 8 ++------
tests/general/AuthTest.php | 14 +++++++-------
2 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e272f788d..cb9199c7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,15 +14,11 @@ php:
- 5.5
- 5.6
- hhvm
-
-matrix:
- allow_failures:
- - php: hhvm
before_script:
- composer install
- - echo "extension=memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- - echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "extension=memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "extension=memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- phpenv version-name | grep ^5.[34] && echo "extension=apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ; true
- phpenv version-name | grep ^5.[34] && echo "apc.enable_cli=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini ; true
diff --git a/tests/general/AuthTest.php b/tests/general/AuthTest.php
index 65928a04a..ac664de40 100644
--- a/tests/general/AuthTest.php
+++ b/tests/general/AuthTest.php
@@ -43,8 +43,8 @@ class AuthTest extends BaseTest {
private $verifier;
public function setUp() {
- $this->signer = new Google_Signer_P12(file_get_contents(self::PRIVATE_KEY_FILE, true), "notasecret");
- $this->pem = file_get_contents(self::PUBLIC_KEY_FILE, true);
+ $this->signer = new Google_Signer_P12(file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true), "notasecret");
+ $this->pem = file_get_contents(__DIR__.'/'.self::PUBLIC_KEY_FILE, true);
$this->verifier = new Google_Verifier_Pem($this->pem);
}
@@ -71,14 +71,14 @@ public function testDirectInject() {
public function testCantOpenP12() {
try {
- new Google_Signer_P12(file_get_contents(self::PRIVATE_KEY_FILE, true), "badpassword");
+ new Google_Signer_P12(file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true), "badpassword");
$this->fail("Should have thrown");
} catch (Google_Auth_Exception $e) {
$this->assertContains("mac verify failure", $e->getMessage());
}
try {
- new Google_Signer_P12(file_get_contents(self::PRIVATE_KEY_FILE, true) . "foo", "badpassword");
+ new Google_Signer_P12(file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true) . "foo", "badpassword");
$this->fail("Should have thrown");
} catch (Exception $e) {
$this->assertContains("Unable to parse", $e->getMessage());
@@ -240,7 +240,7 @@ public function testNoAuth() {
public function testAssertionCredentials() {
$assertion = new Google_Auth_AssertionCredentials('name', 'scope',
- file_get_contents(self::PRIVATE_KEY_FILE, true));
+ file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true));
$token = explode(".", $assertion->generateAssertion());
$this->assertEquals('{"typ":"JWT","alg":"RS256"}', base64_decode($token[0]));
@@ -253,13 +253,13 @@ public function testAssertionCredentials() {
$key = $assertion->getCacheKey();
$this->assertTrue($key != false);
$assertion = new Google_Auth_AssertionCredentials('name2', 'scope',
- file_get_contents(self::PRIVATE_KEY_FILE, true));
+ file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true));
$this->assertNotEquals($key, $assertion->getCacheKey());
}
public function testVerifySignedJWT() {
$assertion = new Google_Auth_AssertionCredentials('issuer', 'scope',
- file_get_contents(self::PRIVATE_KEY_FILE, true));
+ file_get_contents(__DIR__.'/'.self::PRIVATE_KEY_FILE, true));
$client = $this->getClient();
$this->assertInstanceOf('Google_Auth_LoginTicket', $client->verifySignedJwt(
From e5d1613212bbff5f9b2dc81450c8e0dc681e2c67 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 10 Jul 2014 00:39:20 -0700
Subject: [PATCH 0047/1274] Updated MapsEngine.php
---
src/Google/Service/MapsEngine.php | 72 +++++++++++++++----------------
1 file changed, 35 insertions(+), 37 deletions(-)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index b8d5e18f8..b6e952515 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -1252,9 +1252,7 @@ public function listLayers($optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_LayersListResponse");
}
/**
- * Mutate a layer asset. Note that if a VectorStyle object is provided, it fully
- * replaces the original VectorStyle present in the layer. This is a known
- * issue. (layers.patch)
+ * Mutate a layer asset. (layers.patch)
*
* @param string $id
* The ID of the layer.
@@ -1616,13 +1614,13 @@ public function get($id, $optParams = array())
* @opt_param string createdBefore
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or before this time.
- * @return Google_Service_MapsEngine_RastercollectionsListResponse
+ * @return Google_Service_MapsEngine_RasterCollectionsListResponse
*/
public function listRasterCollections($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_RastercollectionsListResponse");
+ return $this->call('list', array($params), "Google_Service_MapsEngine_RasterCollectionsListResponse");
}
/**
* Mutate a raster collection asset. (rasterCollections.patch)
@@ -1770,13 +1768,13 @@ public function batchInsert($id, Google_Service_MapsEngine_RasterCollectionsRast
* @opt_param string createdBefore
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or before this time.
- * @return Google_Service_MapsEngine_RastersListResponse
+ * @return Google_Service_MapsEngine_RasterCollectionsRastersListResponse
*/
public function listRasterCollectionsRasters($id, $optParams = array())
{
$params = array('id' => $id);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_RastersListResponse");
+ return $this->call('list', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersListResponse");
}
}
@@ -4221,7 +4219,34 @@ public function getTags()
}
}
-class Google_Service_MapsEngine_RasterCollectionRaster extends Google_Collection
+class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
+{
+ public $nextPageToken;
+ protected $rasterCollectionsType = 'Google_Service_MapsEngine_RasterCollection';
+ protected $rasterCollectionsDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setRasterCollections($rasterCollections)
+ {
+ $this->rasterCollections = $rasterCollections;
+ }
+
+ public function getRasterCollections()
+ {
+ return $this->rasterCollections;
+ }
+}
+
+class Google_Service_MapsEngine_RasterCollectionsRaster extends Google_Collection
{
public $bbox;
public $creationTime;
@@ -4364,37 +4389,10 @@ class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse exte
}
-class Google_Service_MapsEngine_RastercollectionsListResponse extends Google_Collection
-{
- public $nextPageToken;
- protected $rasterCollectionsType = 'Google_Service_MapsEngine_RasterCollection';
- protected $rasterCollectionsDataType = 'array';
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setRasterCollections($rasterCollections)
- {
- $this->rasterCollections = $rasterCollections;
- }
-
- public function getRasterCollections()
- {
- return $this->rasterCollections;
- }
-}
-
-class Google_Service_MapsEngine_RastersListResponse extends Google_Collection
+class Google_Service_MapsEngine_RasterCollectionsRastersListResponse extends Google_Collection
{
public $nextPageToken;
- protected $rastersType = 'Google_Service_MapsEngine_RasterCollectionRaster';
+ protected $rastersType = 'Google_Service_MapsEngine_RasterCollectionsRaster';
protected $rastersDataType = 'array';
public function setNextPageToken($nextPageToken)
From b34619e2d39c4507597decbec08b17d4aa194d1a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 10 Jul 2014 00:39:21 -0700
Subject: [PATCH 0048/1274] Updated Blogger.php
---
src/Google/Service/Blogger.php | 104 +++++++++++++++++++++++++++------
1 file changed, 85 insertions(+), 19 deletions(-)
diff --git a/src/Google/Service/Blogger.php b/src/Google/Service/Blogger.php
index 4014fed5a..3842bec19 100644
--- a/src/Google/Service/Blogger.php
+++ b/src/Google/Service/Blogger.php
@@ -138,6 +138,11 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'boolean',
),
+ 'status' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
'role' => array(
'location' => 'query',
'type' => 'string',
@@ -414,6 +419,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'isDraft' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
),
),'list' => array(
'path' => 'blogs/{blogId}/pages',
@@ -452,6 +461,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'revert' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'publish' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
),
),'update' => array(
'path' => 'blogs/{blogId}/pages/{pageId}',
@@ -467,6 +484,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'revert' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'publish' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
),
),
)
@@ -906,7 +931,7 @@ class Google_Service_Blogger_Blogs_Resource extends Google_Service_Resource
{
/**
- * Gets one blog by id. (blogs.get)
+ * Gets one blog by ID. (blogs.get)
*
* @param string $blogId
* The ID of the blog to get.
@@ -915,7 +940,7 @@ class Google_Service_Blogger_Blogs_Resource extends Google_Service_Resource
* @opt_param string maxPosts
* Maximum number of posts to pull back with the blog.
* @opt_param string view
- * Access level with which to view the blogs. Note that some fields require elevated access.
+ * Access level with which to view the blog. Note that some fields require elevated access.
* @return Google_Service_Blogger_Blog
*/
public function get($blogId, $optParams = array())
@@ -932,7 +957,7 @@ public function get($blogId, $optParams = array())
* @param array $optParams Optional parameters.
*
* @opt_param string view
- * Access level with which to view the blogs. Note that some fields require elevated access.
+ * Access level with which to view the blog. Note that some fields require elevated access.
* @return Google_Service_Blogger_Blog
*/
public function getByUrl($url, $optParams = array())
@@ -951,6 +976,9 @@ public function getByUrl($url, $optParams = array())
*
* @opt_param bool fetchUserInfo
* Whether the response is a list of blogs with per-user information instead of just blogs.
+ * @opt_param string status
+ * Blog statuses to include in the result (default: Live blogs only). Note that ADMIN access is
+ * required to view deleted blogs.
* @opt_param string role
* User access types for blogs to include in the results, e.g. AUTHOR will return blogs where the
* user has author level access. If no roles are specified, defaults to ADMIN and AUTHOR roles.
@@ -981,7 +1009,7 @@ class Google_Service_Blogger_Comments_Resource extends Google_Service_Resource
* Marks a comment as not spam. (comments.approve)
*
* @param string $blogId
- * The Id of the Blog.
+ * The ID of the Blog.
* @param string $postId
* The ID of the Post.
* @param string $commentId
@@ -996,10 +1024,10 @@ public function approve($blogId, $postId, $commentId, $optParams = array())
return $this->call('approve', array($params), "Google_Service_Blogger_Comment");
}
/**
- * Delete a comment by id. (comments.delete)
+ * Delete a comment by ID. (comments.delete)
*
* @param string $blogId
- * The Id of the Blog.
+ * The ID of the Blog.
* @param string $postId
* The ID of the Post.
* @param string $commentId
@@ -1013,7 +1041,7 @@ public function delete($blogId, $postId, $commentId, $optParams = array())
return $this->call('delete', array($params));
}
/**
- * Gets one comment by id. (comments.get)
+ * Gets one comment by ID. (comments.get)
*
* @param string $blogId
* ID of the blog to containing the comment.
@@ -1097,7 +1125,7 @@ public function listByBlog($blogId, $optParams = array())
* Marks a comment as spam. (comments.markAsSpam)
*
* @param string $blogId
- * The Id of the Blog.
+ * The ID of the Blog.
* @param string $postId
* The ID of the Post.
* @param string $commentId
@@ -1115,7 +1143,7 @@ public function markAsSpam($blogId, $postId, $commentId, $optParams = array())
* Removes the content of a comment. (comments.removeContent)
*
* @param string $blogId
- * The Id of the Blog.
+ * The ID of the Blog.
* @param string $postId
* The ID of the Post.
* @param string $commentId
@@ -1173,10 +1201,10 @@ class Google_Service_Blogger_Pages_Resource extends Google_Service_Resource
{
/**
- * Delete a page by id. (pages.delete)
+ * Delete a page by ID. (pages.delete)
*
* @param string $blogId
- * The Id of the Blog.
+ * The ID of the Blog.
* @param string $pageId
* The ID of the Page.
* @param array $optParams Optional parameters.
@@ -1188,7 +1216,7 @@ public function delete($blogId, $pageId, $optParams = array())
return $this->call('delete', array($params));
}
/**
- * Gets one blog page by id. (pages.get)
+ * Gets one blog page by ID. (pages.get)
*
* @param string $blogId
* ID of the blog containing the page.
@@ -1213,6 +1241,9 @@ public function get($blogId, $pageId, $optParams = array())
* ID of the blog to add the page to.
* @param Google_Page $postBody
* @param array $optParams Optional parameters.
+ *
+ * @opt_param bool isDraft
+ * Whether to create the page as a draft (default: false).
* @return Google_Service_Blogger_Page
*/
public function insert($blogId, Google_Service_Blogger_Page $postBody, $optParams = array())
@@ -1253,6 +1284,11 @@ public function listPages($blogId, $optParams = array())
* The ID of the Page.
* @param Google_Page $postBody
* @param array $optParams Optional parameters.
+ *
+ * @opt_param bool revert
+ * Whether a revert action should be performed when the page is updated (default: false).
+ * @opt_param bool publish
+ * Whether a publish action should be performed when the page is updated (default: false).
* @return Google_Service_Blogger_Page
*/
public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
@@ -1270,6 +1306,11 @@ public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $
* The ID of the Page.
* @param Google_Page $postBody
* @param array $optParams Optional parameters.
+ *
+ * @opt_param bool revert
+ * Whether a revert action should be performed when the page is updated (default: false).
+ * @opt_param bool publish
+ * Whether a publish action should be performed when the page is updated (default: false).
* @return Google_Service_Blogger_Page
*/
public function update($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
@@ -1292,7 +1333,7 @@ class Google_Service_Blogger_PostUserInfos_Resource extends Google_Service_Resou
{
/**
- * Gets one post and user info pair, by post id and user id. The post user info
+ * Gets one post and user info pair, by post ID and user ID. The post user info
* contains per-user information about the post, such as access rights, specific
* to the user. (postUserInfos.get)
*
@@ -1368,10 +1409,10 @@ class Google_Service_Blogger_Posts_Resource extends Google_Service_Resource
{
/**
- * Delete a post by id. (posts.delete)
+ * Delete a post by ID. (posts.delete)
*
* @param string $blogId
- * The Id of the Blog.
+ * The ID of the Blog.
* @param string $postId
* The ID of the Post.
* @param array $optParams Optional parameters.
@@ -1383,7 +1424,7 @@ public function delete($blogId, $postId, $optParams = array())
return $this->call('delete', array($params));
}
/**
- * Get a post by id. (posts.get)
+ * Get a post by ID. (posts.get)
*
* @param string $blogId
* ID of the blog to fetch the post from.
@@ -1519,7 +1560,8 @@ public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $
return $this->call('patch', array($params), "Google_Service_Blogger_Post");
}
/**
- * Publish a draft post. (posts.publish)
+ * Publishes a draft post, optionally at the specific time of the given
+ * publishDate parameter. (posts.publish)
*
* @param string $blogId
* The ID of the Blog.
@@ -1528,7 +1570,9 @@ public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $
* @param array $optParams Optional parameters.
*
* @opt_param string publishDate
- * The date and time to schedule the publishing of the Blog.
+ * Optional date and time to schedule the publishing of the Blog. If no publishDate parameter is
+ * given, the post is either published at the a previously saved schedule date (if present), or the
+ * current time. If a future date is given, the post will be scheduled to be published.
* @return Google_Service_Blogger_Post
*/
public function publish($blogId, $postId, $optParams = array())
@@ -1617,7 +1661,7 @@ class Google_Service_Blogger_Users_Resource extends Google_Service_Resource
{
/**
- * Gets one user by id. (users.get)
+ * Gets one user by ID. (users.get)
*
* @param string $userId
* The ID of the user to get.
@@ -1650,6 +1694,7 @@ class Google_Service_Blogger_Blog extends Google_Model
protected $postsDataType = '';
public $published;
public $selfLink;
+ public $status;
public $updated;
public $url;
@@ -1753,6 +1798,16 @@ public function getSelfLink()
return $this->selfLink;
}
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
public function setUpdated($updated)
{
$this->updated = $updated;
@@ -2623,6 +2678,7 @@ class Google_Service_Blogger_Post extends Google_Collection
protected $locationType = 'Google_Service_Blogger_PostLocation';
protected $locationDataType = '';
public $published;
+ public $readerComments;
protected $repliesType = 'Google_Service_Blogger_PostReplies';
protected $repliesDataType = '';
public $selfLink;
@@ -2732,6 +2788,16 @@ public function getPublished()
return $this->published;
}
+ public function setReaderComments($readerComments)
+ {
+ $this->readerComments = $readerComments;
+ }
+
+ public function getReaderComments()
+ {
+ return $this->readerComments;
+ }
+
public function setReplies(Google_Service_Blogger_PostReplies $replies)
{
$this->replies = $replies;
From 7f3eabbc31225ec06155291e624fd482eff313f8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 10 Jul 2014 00:39:21 -0700
Subject: [PATCH 0049/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 56ee55de4..8389da320 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -31,10 +31,14 @@
*/
class Google_Service_Genomics extends Google_Service
{
+ /** View and manage your data in Google BigQuery. */
+ const BIGQUERY = "https://www.googleapis.com/auth/bigquery";
/** Manage your data in Google Cloud Storage. */
const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write";
/** View and manage Genomics data. */
const GENOMICS = "https://www.googleapis.com/auth/genomics";
+ /** View Genomics data. */
+ const GENOMICS_READONLY = "https://www.googleapis.com/auth/genomics.readonly";
public $beacons;
public $callsets;
@@ -186,10 +190,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
- 'maxTimestamp' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
'maxResults' => array(
'location' => 'query',
'type' => 'string',
@@ -617,8 +617,6 @@ public function get($datasetId, $optParams = array())
* @opt_param string pageToken
* The continuation token, which is used to page through large result sets. To get the next page of
* results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxTimestamp
- *
* @opt_param string maxResults
* The maximum number of results returned by this request.
* @opt_param string projectId
@@ -756,12 +754,15 @@ public function get($readId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Genomics_Read");
}
/**
- * Gets a list of reads for one or more readsets. SearchReads operates over a
- * genomic coordinate space of sequence+position defined over the reference
- * sequences to which the requested readsets are aligned. If a target positional
- * range is specified, SearchReads returns all reads whose alignment to the
- * reference genome overlap the range. A query which specifies only readset IDs
- * yields all reads in those readsets, including unmapped reads. (reads.search)
+ * Gets a list of reads for one or more readsets. Reads search operates over a
+ * genomic coordinate space of reference sequence & position defined over the
+ * reference sequences to which the requested readsets are aligned. If a target
+ * positional range is specified, search returns all reads whose alignment to
+ * the reference genome overlap the range. A query which specifies only readset
+ * IDs yields all reads in those readsets, including unmapped reads. All reads
+ * returned (including reads on subsequent pages) are ordered by genomic
+ * coordinate (reference sequence & position). Reads with equivalent genomic
+ * coordinates are returned in a deterministic order. (reads.search)
*
* @param Google_SearchReadsRequest $postBody
* @param array $optParams Optional parameters.
From 51dae502164879ed29311e750a8f2f2ad817025b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 10 Jul 2014 00:39:22 -0700
Subject: [PATCH 0050/1274] Updated PlusDomains.php
---
src/Google/Service/PlusDomains.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/PlusDomains.php b/src/Google/Service/PlusDomains.php
index a873569e9..df3679d83 100644
--- a/src/Google/Service/PlusDomains.php
+++ b/src/Google/Service/PlusDomains.php
@@ -3562,8 +3562,19 @@ public function getValue()
class Google_Service_PlusDomains_PersonImage extends Google_Model
{
+ public $isDefault;
public $url;
+ public function setIsDefault($isDefault)
+ {
+ $this->isDefault = $isDefault;
+ }
+
+ public function getIsDefault()
+ {
+ return $this->isDefault;
+ }
+
public function setUrl($url)
{
$this->url = $url;
From 913748ff9f452a1a6aea223ee472d2d1c6f95b7a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 10 Jul 2014 00:39:22 -0700
Subject: [PATCH 0051/1274] Updated Plus.php
---
src/Google/Service/Plus.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Plus.php b/src/Google/Service/Plus.php
index 61710821a..cf628f190 100644
--- a/src/Google/Service/Plus.php
+++ b/src/Google/Service/Plus.php
@@ -3455,8 +3455,19 @@ public function getValue()
class Google_Service_Plus_PersonImage extends Google_Model
{
+ public $isDefault;
public $url;
+ public function setIsDefault($isDefault)
+ {
+ $this->isDefault = $isDefault;
+ }
+
+ public function getIsDefault()
+ {
+ return $this->isDefault;
+ }
+
public function setUrl($url)
{
$this->url = $url;
From 8ffd93f266fb3597f13927d4d4e1ac442c90b9a3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 11 Jul 2014 03:40:35 -0400
Subject: [PATCH 0052/1274] Removed Blogger.php
---
src/Google/Service/Blogger.php | 3381 --------------------------------
1 file changed, 3381 deletions(-)
delete mode 100644 src/Google/Service/Blogger.php
diff --git a/src/Google/Service/Blogger.php b/src/Google/Service/Blogger.php
deleted file mode 100644
index 3842bec19..000000000
--- a/src/Google/Service/Blogger.php
+++ /dev/null
@@ -1,3381 +0,0 @@
-
- * API for access to the data within Blogger.
- *
- *
- *
- * For more information about this service, see the API
- * Documentation
- *
- *
- * @author Google, Inc.
- */
-class Google_Service_Blogger extends Google_Service
-{
- /** Manage your Blogger account. */
- const BLOGGER = "https://www.googleapis.com/auth/blogger";
- /** View your Blogger account. */
- const BLOGGER_READONLY = "https://www.googleapis.com/auth/blogger.readonly";
-
- public $blogUserInfos;
- public $blogs;
- public $comments;
- public $pageViews;
- public $pages;
- public $postUserInfos;
- public $posts;
- public $users;
-
-
- /**
- * Constructs the internal representation of the Blogger service.
- *
- * @param Google_Client $client
- */
- public function __construct(Google_Client $client)
- {
- parent::__construct($client);
- $this->servicePath = 'blogger/v3/';
- $this->version = 'v3';
- $this->serviceName = 'blogger';
-
- $this->blogUserInfos = new Google_Service_Blogger_BlogUserInfos_Resource(
- $this,
- $this->serviceName,
- 'blogUserInfos',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'users/{userId}/blogs/{blogId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'maxPosts' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- $this->blogs = new Google_Service_Blogger_Blogs_Resource(
- $this,
- $this->serviceName,
- 'blogs',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'blogs/{blogId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'maxPosts' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'getByUrl' => array(
- 'path' => 'blogs/byurl',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'url' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'required' => true,
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'listByUser' => array(
- 'path' => 'users/{userId}/blogs',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fetchUserInfo' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'status' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- 'role' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->comments = new Google_Service_Blogger_Comments_Resource(
- $this,
- $this->serviceName,
- 'comments',
- array(
- 'methods' => array(
- 'approve' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/approve',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'commentId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'commentId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'commentId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'list' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}/comments',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'status' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- 'startDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'endDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'fetchBodies' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'listByBlog' => array(
- 'path' => 'blogs/{blogId}/comments',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'startDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'endDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'fetchBodies' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'markAsSpam' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/spam',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'commentId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'removeContent' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'commentId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->pageViews = new Google_Service_Blogger_PageViews_Resource(
- $this,
- $this->serviceName,
- 'pageViews',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'blogs/{blogId}/pageviews',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'range' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->pages = new Google_Service_Blogger_Pages_Resource(
- $this,
- $this->serviceName,
- 'pages',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'blogs/{blogId}/pages/{pageId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'blogs/{blogId}/pages/{pageId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'insert' => array(
- 'path' => 'blogs/{blogId}/pages',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'isDraft' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'list' => array(
- 'path' => 'blogs/{blogId}/pages',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'status' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- 'fetchBodies' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'patch' => array(
- 'path' => 'blogs/{blogId}/pages/{pageId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'revert' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'publish' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'update' => array(
- 'path' => 'blogs/{blogId}/pages/{pageId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'revert' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'publish' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),
- )
- )
- );
- $this->postUserInfos = new Google_Service_Blogger_PostUserInfos_Resource(
- $this,
- $this->serviceName,
- 'postUserInfos',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'users/{userId}/blogs/{blogId}/posts/{postId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'maxComments' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),'list' => array(
- 'path' => 'users/{userId}/blogs/{blogId}/posts',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'orderBy' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'startDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'endDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'labels' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'status' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- 'fetchBodies' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->posts = new Google_Service_Blogger_Posts_Resource(
- $this,
- $this->serviceName,
- 'posts',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fetchBody' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'maxComments' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'fetchImages' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'getByPath' => array(
- 'path' => 'blogs/{blogId}/posts/bypath',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'path' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'required' => true,
- ),
- 'maxComments' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'insert' => array(
- 'path' => 'blogs/{blogId}/posts',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'fetchImages' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'isDraft' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'fetchBody' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'list' => array(
- 'path' => 'blogs/{blogId}/posts',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'orderBy' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'startDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'endDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'labels' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'fetchImages' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'status' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- 'fetchBodies' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'view' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'patch' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'revert' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'publish' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'fetchBody' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'maxComments' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'fetchImages' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'publish' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}/publish',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'publishDate' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'revert' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}/revert',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'search' => array(
- 'path' => 'blogs/{blogId}/posts/search',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'q' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'required' => true,
- ),
- 'orderBy' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'fetchBodies' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'update' => array(
- 'path' => 'blogs/{blogId}/posts/{postId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'blogId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'postId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'revert' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'publish' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'fetchBody' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'maxComments' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'fetchImages' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),
- )
- )
- );
- $this->users = new Google_Service_Blogger_Users_Resource(
- $this,
- $this->serviceName,
- 'users',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'users/{userId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'userId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- }
-}
-
-
-/**
- * The "blogUserInfos" collection of methods.
- * Typical usage is:
- *
- * $bloggerService = new Google_Service_Blogger(...);
- * $blogUserInfos = $bloggerService->blogUserInfos;
- *
- */
-class Google_Service_Blogger_BlogUserInfos_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets one blog and user info pair by blogId and userId. (blogUserInfos.get)
- *
- * @param string $userId
- * ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the
- * user's profile identifier.
- * @param string $blogId
- * The ID of the blog to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string maxPosts
- * Maximum number of posts to pull back with the blog.
- * @return Google_Service_Blogger_BlogUserInfo
- */
- public function get($userId, $blogId, $optParams = array())
- {
- $params = array('userId' => $userId, 'blogId' => $blogId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Blogger_BlogUserInfo");
- }
-}
-
-/**
- * The "blogs" collection of methods.
- * Typical usage is:
- *
- * $bloggerService = new Google_Service_Blogger(...);
- * $blogs = $bloggerService->blogs;
- *
- */
-class Google_Service_Blogger_Blogs_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets one blog by ID. (blogs.get)
- *
- * @param string $blogId
- * The ID of the blog to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string maxPosts
- * Maximum number of posts to pull back with the blog.
- * @opt_param string view
- * Access level with which to view the blog. Note that some fields require elevated access.
- * @return Google_Service_Blogger_Blog
- */
- public function get($blogId, $optParams = array())
- {
- $params = array('blogId' => $blogId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Blogger_Blog");
- }
- /**
- * Retrieve a Blog by URL. (blogs.getByUrl)
- *
- * @param string $url
- * The URL of the blog to retrieve.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string view
- * Access level with which to view the blog. Note that some fields require elevated access.
- * @return Google_Service_Blogger_Blog
- */
- public function getByUrl($url, $optParams = array())
- {
- $params = array('url' => $url);
- $params = array_merge($params, $optParams);
- return $this->call('getByUrl', array($params), "Google_Service_Blogger_Blog");
- }
- /**
- * Retrieves a list of blogs, possibly filtered. (blogs.listByUser)
- *
- * @param string $userId
- * ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the
- * user's profile identifier.
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool fetchUserInfo
- * Whether the response is a list of blogs with per-user information instead of just blogs.
- * @opt_param string status
- * Blog statuses to include in the result (default: Live blogs only). Note that ADMIN access is
- * required to view deleted blogs.
- * @opt_param string role
- * User access types for blogs to include in the results, e.g. AUTHOR will return blogs where the
- * user has author level access. If no roles are specified, defaults to ADMIN and AUTHOR roles.
- * @opt_param string view
- * Access level with which to view the blogs. Note that some fields require elevated access.
- * @return Google_Service_Blogger_BlogList
- */
- public function listByUser($userId, $optParams = array())
- {
- $params = array('userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('listByUser', array($params), "Google_Service_Blogger_BlogList");
- }
-}
-
-/**
- * The "comments" collection of methods.
- * Typical usage is:
- *
- * $bloggerService = new Google_Service_Blogger(...);
- * $comments = $bloggerService->comments;
- *
- */
-class Google_Service_Blogger_Comments_Resource extends Google_Service_Resource
-{
-
- /**
- * Marks a comment as not spam. (comments.approve)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param string $commentId
- * The ID of the comment to mark as not spam.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Blogger_Comment
- */
- public function approve($blogId, $postId, $commentId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('approve', array($params), "Google_Service_Blogger_Comment");
- }
- /**
- * Delete a comment by ID. (comments.delete)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param string $commentId
- * The ID of the comment to delete.
- * @param array $optParams Optional parameters.
- */
- public function delete($blogId, $postId, $commentId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets one comment by ID. (comments.get)
- *
- * @param string $blogId
- * ID of the blog to containing the comment.
- * @param string $postId
- * ID of the post to fetch posts from.
- * @param string $commentId
- * The ID of the comment to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string view
- * Access level for the requested comment (default: READER). Note that some comments will require
- * elevated permissions, for example comments where the parent posts which is in a draft state, or
- * comments that are pending moderation.
- * @return Google_Service_Blogger_Comment
- */
- public function get($blogId, $postId, $commentId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Blogger_Comment");
- }
- /**
- * Retrieves the comments for a post, possibly filtered. (comments.listComments)
- *
- * @param string $blogId
- * ID of the blog to fetch comments from.
- * @param string $postId
- * ID of the post to fetch posts from.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string status
- *
- * @opt_param string startDate
- * Earliest date of comment to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string endDate
- * Latest date of comment to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string maxResults
- * Maximum number of comments to include in the result.
- * @opt_param string pageToken
- * Continuation token if request is paged.
- * @opt_param bool fetchBodies
- * Whether the body content of the comments is included.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
- * @return Google_Service_Blogger_CommentList
- */
- public function listComments($blogId, $postId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Blogger_CommentList");
- }
- /**
- * Retrieves the comments for a blog, across all posts, possibly filtered.
- * (comments.listByBlog)
- *
- * @param string $blogId
- * ID of the blog to fetch comments from.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string startDate
- * Earliest date of comment to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string endDate
- * Latest date of comment to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string maxResults
- * Maximum number of comments to include in the result.
- * @opt_param string pageToken
- * Continuation token if request is paged.
- * @opt_param bool fetchBodies
- * Whether the body content of the comments is included.
- * @return Google_Service_Blogger_CommentList
- */
- public function listByBlog($blogId, $optParams = array())
- {
- $params = array('blogId' => $blogId);
- $params = array_merge($params, $optParams);
- return $this->call('listByBlog', array($params), "Google_Service_Blogger_CommentList");
- }
- /**
- * Marks a comment as spam. (comments.markAsSpam)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param string $commentId
- * The ID of the comment to mark as spam.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Blogger_Comment
- */
- public function markAsSpam($blogId, $postId, $commentId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('markAsSpam', array($params), "Google_Service_Blogger_Comment");
- }
- /**
- * Removes the content of a comment. (comments.removeContent)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param string $commentId
- * The ID of the comment to delete content from.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Blogger_Comment
- */
- public function removeContent($blogId, $postId, $commentId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('removeContent', array($params), "Google_Service_Blogger_Comment");
- }
-}
-
-/**
- * The "pageViews" collection of methods.
- * Typical usage is:
- *
- * $bloggerService = new Google_Service_Blogger(...);
- * $pageViews = $bloggerService->pageViews;
- *
- */
-class Google_Service_Blogger_PageViews_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieve pageview stats for a Blog. (pageViews.get)
- *
- * @param string $blogId
- * The ID of the blog to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string range
- *
- * @return Google_Service_Blogger_Pageviews
- */
- public function get($blogId, $optParams = array())
- {
- $params = array('blogId' => $blogId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Blogger_Pageviews");
- }
-}
-
-/**
- * The "pages" collection of methods.
- * Typical usage is:
- *
- * $bloggerService = new Google_Service_Blogger(...);
- * $pages = $bloggerService->pages;
- *
- */
-class Google_Service_Blogger_Pages_Resource extends Google_Service_Resource
-{
-
- /**
- * Delete a page by ID. (pages.delete)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $pageId
- * The ID of the Page.
- * @param array $optParams Optional parameters.
- */
- public function delete($blogId, $pageId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'pageId' => $pageId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets one blog page by ID. (pages.get)
- *
- * @param string $blogId
- * ID of the blog containing the page.
- * @param string $pageId
- * The ID of the page to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string view
- *
- * @return Google_Service_Blogger_Page
- */
- public function get($blogId, $pageId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'pageId' => $pageId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Blogger_Page");
- }
- /**
- * Add a page. (pages.insert)
- *
- * @param string $blogId
- * ID of the blog to add the page to.
- * @param Google_Page $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool isDraft
- * Whether to create the page as a draft (default: false).
- * @return Google_Service_Blogger_Page
- */
- public function insert($blogId, Google_Service_Blogger_Page $postBody, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Blogger_Page");
- }
- /**
- * Retrieves the pages for a blog, optionally including non-LIVE statuses.
- * (pages.listPages)
- *
- * @param string $blogId
- * ID of the blog to fetch pages from.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string status
- *
- * @opt_param bool fetchBodies
- * Whether to retrieve the Page bodies.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
- * @return Google_Service_Blogger_PageList
- */
- public function listPages($blogId, $optParams = array())
- {
- $params = array('blogId' => $blogId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Blogger_PageList");
- }
- /**
- * Update a page. This method supports patch semantics. (pages.patch)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $pageId
- * The ID of the Page.
- * @param Google_Page $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool revert
- * Whether a revert action should be performed when the page is updated (default: false).
- * @opt_param bool publish
- * Whether a publish action should be performed when the page is updated (default: false).
- * @return Google_Service_Blogger_Page
- */
- public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Blogger_Page");
- }
- /**
- * Update a page. (pages.update)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $pageId
- * The ID of the Page.
- * @param Google_Page $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool revert
- * Whether a revert action should be performed when the page is updated (default: false).
- * @opt_param bool publish
- * Whether a publish action should be performed when the page is updated (default: false).
- * @return Google_Service_Blogger_Page
- */
- public function update($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Blogger_Page");
- }
-}
-
-/**
- * The "postUserInfos" collection of methods.
- * Typical usage is:
- *
- * $bloggerService = new Google_Service_Blogger(...);
- * $postUserInfos = $bloggerService->postUserInfos;
- *
- */
-class Google_Service_Blogger_PostUserInfos_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets one post and user info pair, by post ID and user ID. The post user info
- * contains per-user information about the post, such as access rights, specific
- * to the user. (postUserInfos.get)
- *
- * @param string $userId
- * ID of the user for the per-user information to be fetched. Either the word 'self' (sans quote
- * marks) or the user's profile identifier.
- * @param string $blogId
- * The ID of the blog.
- * @param string $postId
- * The ID of the post to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string maxComments
- * Maximum number of comments to pull back on a post.
- * @return Google_Service_Blogger_PostUserInfo
- */
- public function get($userId, $blogId, $postId, $optParams = array())
- {
- $params = array('userId' => $userId, 'blogId' => $blogId, 'postId' => $postId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Blogger_PostUserInfo");
- }
- /**
- * Retrieves a list of post and post user info pairs, possibly filtered. The
- * post user info contains per-user information about the post, such as access
- * rights, specific to the user. (postUserInfos.listPostUserInfos)
- *
- * @param string $userId
- * ID of the user for the per-user information to be fetched. Either the word 'self' (sans quote
- * marks) or the user's profile identifier.
- * @param string $blogId
- * ID of the blog to fetch posts from.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string orderBy
- * Sort order applied to search results. Default is published.
- * @opt_param string startDate
- * Earliest post date to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string endDate
- * Latest post date to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string labels
- * Comma-separated list of labels to search for.
- * @opt_param string maxResults
- * Maximum number of posts to fetch.
- * @opt_param string pageToken
- * Continuation token if the request is paged.
- * @opt_param string status
- *
- * @opt_param bool fetchBodies
- * Whether the body content of posts is included. Default is false.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
- * @return Google_Service_Blogger_PostUserInfosList
- */
- public function listPostUserInfos($userId, $blogId, $optParams = array())
- {
- $params = array('userId' => $userId, 'blogId' => $blogId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Blogger_PostUserInfosList");
- }
-}
-
-/**
- * The "posts" collection of methods.
- * Typical usage is:
- *
- * $bloggerService = new Google_Service_Blogger(...);
- * $posts = $bloggerService->posts;
- *
- */
-class Google_Service_Blogger_Posts_Resource extends Google_Service_Resource
-{
-
- /**
- * Delete a post by ID. (posts.delete)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param array $optParams Optional parameters.
- */
- public function delete($blogId, $postId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Get a post by ID. (posts.get)
- *
- * @param string $blogId
- * ID of the blog to fetch the post from.
- * @param string $postId
- * The ID of the post
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool fetchBody
- * Whether the body content of the post is included (default: true). This should be set to false
- * when the post bodies are not required, to help minimize traffic.
- * @opt_param string maxComments
- * Maximum number of comments to pull back on a post.
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included (default: false).
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
- * @return Google_Service_Blogger_Post
- */
- public function get($blogId, $postId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Blogger_Post");
- }
- /**
- * Retrieve a Post by Path. (posts.getByPath)
- *
- * @param string $blogId
- * ID of the blog to fetch the post from.
- * @param string $path
- * Path of the Post to retrieve.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string maxComments
- * Maximum number of comments to pull back on a post.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
- * @return Google_Service_Blogger_Post
- */
- public function getByPath($blogId, $path, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'path' => $path);
- $params = array_merge($params, $optParams);
- return $this->call('getByPath', array($params), "Google_Service_Blogger_Post");
- }
- /**
- * Add a post. (posts.insert)
- *
- * @param string $blogId
- * ID of the blog to add the post to.
- * @param Google_Post $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included in the returned result (default: false).
- * @opt_param bool isDraft
- * Whether to create the post as a draft (default: false).
- * @opt_param bool fetchBody
- * Whether the body content of the post is included with the result (default: true).
- * @return Google_Service_Blogger_Post
- */
- public function insert($blogId, Google_Service_Blogger_Post $postBody, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Blogger_Post");
- }
- /**
- * Retrieves a list of posts, possibly filtered. (posts.listPosts)
- *
- * @param string $blogId
- * ID of the blog to fetch posts from.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string orderBy
- * Sort search results
- * @opt_param string startDate
- * Earliest post date to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string endDate
- * Latest post date to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string labels
- * Comma-separated list of labels to search for.
- * @opt_param string maxResults
- * Maximum number of posts to fetch.
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included.
- * @opt_param string pageToken
- * Continuation token if the request is paged.
- * @opt_param string status
- * Statuses to include in the results.
- * @opt_param bool fetchBodies
- * Whether the body content of posts is included (default: true). This should be set to false when
- * the post bodies are not required, to help minimize traffic.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require escalated
- * access.
- * @return Google_Service_Blogger_PostList
- */
- public function listPosts($blogId, $optParams = array())
- {
- $params = array('blogId' => $blogId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Blogger_PostList");
- }
- /**
- * Update a post. This method supports patch semantics. (posts.patch)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param Google_Post $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool revert
- * Whether a revert action should be performed when the post is updated (default: false).
- * @opt_param bool publish
- * Whether a publish action should be performed when the post is updated (default: false).
- * @opt_param bool fetchBody
- * Whether the body content of the post is included with the result (default: true).
- * @opt_param string maxComments
- * Maximum number of comments to retrieve with the returned post.
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included in the returned result (default: false).
- * @return Google_Service_Blogger_Post
- */
- public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Blogger_Post");
- }
- /**
- * Publishes a draft post, optionally at the specific time of the given
- * publishDate parameter. (posts.publish)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string publishDate
- * Optional date and time to schedule the publishing of the Blog. If no publishDate parameter is
- * given, the post is either published at the a previously saved schedule date (if present), or the
- * current time. If a future date is given, the post will be scheduled to be published.
- * @return Google_Service_Blogger_Post
- */
- public function publish($blogId, $postId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId);
- $params = array_merge($params, $optParams);
- return $this->call('publish', array($params), "Google_Service_Blogger_Post");
- }
- /**
- * Revert a published or scheduled post to draft state. (posts.revert)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Blogger_Post
- */
- public function revert($blogId, $postId, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId);
- $params = array_merge($params, $optParams);
- return $this->call('revert', array($params), "Google_Service_Blogger_Post");
- }
- /**
- * Search for a post. (posts.search)
- *
- * @param string $blogId
- * ID of the blog to fetch the post from.
- * @param string $q
- * Query terms to search this blog for matching posts.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string orderBy
- * Sort search results
- * @opt_param bool fetchBodies
- * Whether the body content of posts is included (default: true). This should be set to false when
- * the post bodies are not required, to help minimize traffic.
- * @return Google_Service_Blogger_PostList
- */
- public function search($blogId, $q, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'q' => $q);
- $params = array_merge($params, $optParams);
- return $this->call('search', array($params), "Google_Service_Blogger_PostList");
- }
- /**
- * Update a post. (posts.update)
- *
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param Google_Post $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool revert
- * Whether a revert action should be performed when the post is updated (default: false).
- * @opt_param bool publish
- * Whether a publish action should be performed when the post is updated (default: false).
- * @opt_param bool fetchBody
- * Whether the body content of the post is included with the result (default: true).
- * @opt_param string maxComments
- * Maximum number of comments to retrieve with the returned post.
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included in the returned result (default: false).
- * @return Google_Service_Blogger_Post
- */
- public function update($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array())
- {
- $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Blogger_Post");
- }
-}
-
-/**
- * The "users" collection of methods.
- * Typical usage is:
- *
- * $bloggerService = new Google_Service_Blogger(...);
- * $users = $bloggerService->users;
- *
- */
-class Google_Service_Blogger_Users_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets one user by ID. (users.get)
- *
- * @param string $userId
- * The ID of the user to get.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Blogger_User
- */
- public function get($userId, $optParams = array())
- {
- $params = array('userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Blogger_User");
- }
-}
-
-
-
-
-class Google_Service_Blogger_Blog extends Google_Model
-{
- public $customMetaData;
- public $description;
- public $id;
- public $kind;
- protected $localeType = 'Google_Service_Blogger_BlogLocale';
- protected $localeDataType = '';
- public $name;
- protected $pagesType = 'Google_Service_Blogger_BlogPages';
- protected $pagesDataType = '';
- protected $postsType = 'Google_Service_Blogger_BlogPosts';
- protected $postsDataType = '';
- public $published;
- public $selfLink;
- public $status;
- public $updated;
- public $url;
-
- public function setCustomMetaData($customMetaData)
- {
- $this->customMetaData = $customMetaData;
- }
-
- public function getCustomMetaData()
- {
- return $this->customMetaData;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLocale(Google_Service_Blogger_BlogLocale $locale)
- {
- $this->locale = $locale;
- }
-
- public function getLocale()
- {
- return $this->locale;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setPages(Google_Service_Blogger_BlogPages $pages)
- {
- $this->pages = $pages;
- }
-
- public function getPages()
- {
- return $this->pages;
- }
-
- public function setPosts(Google_Service_Blogger_BlogPosts $posts)
- {
- $this->posts = $posts;
- }
-
- public function getPosts()
- {
- return $this->posts;
- }
-
- public function setPublished($published)
- {
- $this->published = $published;
- }
-
- public function getPublished()
- {
- return $this->published;
- }
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
-
- public function setUpdated($updated)
- {
- $this->updated = $updated;
- }
-
- public function getUpdated()
- {
- return $this->updated;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_BlogList extends Google_Collection
-{
- protected $blogUserInfosType = 'Google_Service_Blogger_BlogUserInfo';
- protected $blogUserInfosDataType = 'array';
- protected $itemsType = 'Google_Service_Blogger_Blog';
- protected $itemsDataType = 'array';
- public $kind;
-
- public function setBlogUserInfos($blogUserInfos)
- {
- $this->blogUserInfos = $blogUserInfos;
- }
-
- public function getBlogUserInfos()
- {
- return $this->blogUserInfos;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Blogger_BlogLocale extends Google_Model
-{
- public $country;
- public $language;
- public $variant;
-
- public function setCountry($country)
- {
- $this->country = $country;
- }
-
- public function getCountry()
- {
- return $this->country;
- }
-
- public function setLanguage($language)
- {
- $this->language = $language;
- }
-
- public function getLanguage()
- {
- return $this->language;
- }
-
- public function setVariant($variant)
- {
- $this->variant = $variant;
- }
-
- public function getVariant()
- {
- return $this->variant;
- }
-}
-
-class Google_Service_Blogger_BlogPages extends Google_Model
-{
- public $selfLink;
- public $totalItems;
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setTotalItems($totalItems)
- {
- $this->totalItems = $totalItems;
- }
-
- public function getTotalItems()
- {
- return $this->totalItems;
- }
-}
-
-class Google_Service_Blogger_BlogPerUserInfo extends Google_Model
-{
- public $blogId;
- public $hasAdminAccess;
- public $kind;
- public $photosAlbumKey;
- public $role;
- public $userId;
-
- public function setBlogId($blogId)
- {
- $this->blogId = $blogId;
- }
-
- public function getBlogId()
- {
- return $this->blogId;
- }
-
- public function setHasAdminAccess($hasAdminAccess)
- {
- $this->hasAdminAccess = $hasAdminAccess;
- }
-
- public function getHasAdminAccess()
- {
- return $this->hasAdminAccess;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setPhotosAlbumKey($photosAlbumKey)
- {
- $this->photosAlbumKey = $photosAlbumKey;
- }
-
- public function getPhotosAlbumKey()
- {
- return $this->photosAlbumKey;
- }
-
- public function setRole($role)
- {
- $this->role = $role;
- }
-
- public function getRole()
- {
- return $this->role;
- }
-
- public function setUserId($userId)
- {
- $this->userId = $userId;
- }
-
- public function getUserId()
- {
- return $this->userId;
- }
-}
-
-class Google_Service_Blogger_BlogPosts extends Google_Collection
-{
- protected $itemsType = 'Google_Service_Blogger_Post';
- protected $itemsDataType = 'array';
- public $selfLink;
- public $totalItems;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setTotalItems($totalItems)
- {
- $this->totalItems = $totalItems;
- }
-
- public function getTotalItems()
- {
- return $this->totalItems;
- }
-}
-
-class Google_Service_Blogger_BlogUserInfo extends Google_Model
-{
- protected $blogType = 'Google_Service_Blogger_Blog';
- protected $blogDataType = '';
- protected $blogUserInfoType = 'Google_Service_Blogger_BlogPerUserInfo';
- protected $blogUserInfoDataType = '';
- public $kind;
-
- public function setBlog(Google_Service_Blogger_Blog $blog)
- {
- $this->blog = $blog;
- }
-
- public function getBlog()
- {
- return $this->blog;
- }
-
- public function setBlogUserInfo(Google_Service_Blogger_BlogPerUserInfo $blogUserInfo)
- {
- $this->blogUserInfo = $blogUserInfo;
- }
-
- public function getBlogUserInfo()
- {
- return $this->blogUserInfo;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Blogger_Comment extends Google_Model
-{
- protected $authorType = 'Google_Service_Blogger_CommentAuthor';
- protected $authorDataType = '';
- protected $blogType = 'Google_Service_Blogger_CommentBlog';
- protected $blogDataType = '';
- public $content;
- public $id;
- protected $inReplyToType = 'Google_Service_Blogger_CommentInReplyTo';
- protected $inReplyToDataType = '';
- public $kind;
- protected $postType = 'Google_Service_Blogger_CommentPost';
- protected $postDataType = '';
- public $published;
- public $selfLink;
- public $status;
- public $updated;
-
- public function setAuthor(Google_Service_Blogger_CommentAuthor $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBlog(Google_Service_Blogger_CommentBlog $blog)
- {
- $this->blog = $blog;
- }
-
- public function getBlog()
- {
- return $this->blog;
- }
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo)
- {
- $this->inReplyTo = $inReplyTo;
- }
-
- public function getInReplyTo()
- {
- return $this->inReplyTo;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setPost(Google_Service_Blogger_CommentPost $post)
- {
- $this->post = $post;
- }
-
- public function getPost()
- {
- return $this->post;
- }
-
- public function setPublished($published)
- {
- $this->published = $published;
- }
-
- public function getPublished()
- {
- return $this->published;
- }
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
-
- public function setUpdated($updated)
- {
- $this->updated = $updated;
- }
-
- public function getUpdated()
- {
- return $this->updated;
- }
-}
-
-class Google_Service_Blogger_CommentAuthor extends Google_Model
-{
- public $displayName;
- public $id;
- protected $imageType = 'Google_Service_Blogger_CommentAuthorImage';
- protected $imageDataType = '';
- public $url;
-
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
-
- public function getDisplayName()
- {
- return $this->displayName;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Blogger_CommentAuthorImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_CommentAuthorImage extends Google_Model
-{
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_CommentBlog extends Google_Model
-{
- public $id;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-}
-
-class Google_Service_Blogger_CommentInReplyTo extends Google_Model
-{
- public $id;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-}
-
-class Google_Service_Blogger_CommentList extends Google_Collection
-{
- protected $itemsType = 'Google_Service_Blogger_Comment';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Blogger_CommentPost extends Google_Model
-{
- public $id;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-}
-
-class Google_Service_Blogger_Page extends Google_Model
-{
- protected $authorType = 'Google_Service_Blogger_PageAuthor';
- protected $authorDataType = '';
- protected $blogType = 'Google_Service_Blogger_PageBlog';
- protected $blogDataType = '';
- public $content;
- public $id;
- public $kind;
- public $published;
- public $selfLink;
- public $status;
- public $title;
- public $updated;
- public $url;
-
- public function setAuthor(Google_Service_Blogger_PageAuthor $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBlog(Google_Service_Blogger_PageBlog $blog)
- {
- $this->blog = $blog;
- }
-
- public function getBlog()
- {
- return $this->blog;
- }
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setPublished($published)
- {
- $this->published = $published;
- }
-
- public function getPublished()
- {
- return $this->published;
- }
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function setUpdated($updated)
- {
- $this->updated = $updated;
- }
-
- public function getUpdated()
- {
- return $this->updated;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_PageAuthor extends Google_Model
-{
- public $displayName;
- public $id;
- protected $imageType = 'Google_Service_Blogger_PageAuthorImage';
- protected $imageDataType = '';
- public $url;
-
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
-
- public function getDisplayName()
- {
- return $this->displayName;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Blogger_PageAuthorImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_PageAuthorImage extends Google_Model
-{
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_PageBlog extends Google_Model
-{
- public $id;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-}
-
-class Google_Service_Blogger_PageList extends Google_Collection
-{
- protected $itemsType = 'Google_Service_Blogger_Page';
- protected $itemsDataType = 'array';
- public $kind;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Blogger_Pageviews extends Google_Collection
-{
- public $blogId;
- protected $countsType = 'Google_Service_Blogger_PageviewsCounts';
- protected $countsDataType = 'array';
- public $kind;
-
- public function setBlogId($blogId)
- {
- $this->blogId = $blogId;
- }
-
- public function getBlogId()
- {
- return $this->blogId;
- }
-
- public function setCounts($counts)
- {
- $this->counts = $counts;
- }
-
- public function getCounts()
- {
- return $this->counts;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Blogger_PageviewsCounts extends Google_Model
-{
- public $count;
- public $timeRange;
-
- public function setCount($count)
- {
- $this->count = $count;
- }
-
- public function getCount()
- {
- return $this->count;
- }
-
- public function setTimeRange($timeRange)
- {
- $this->timeRange = $timeRange;
- }
-
- public function getTimeRange()
- {
- return $this->timeRange;
- }
-}
-
-class Google_Service_Blogger_Post extends Google_Collection
-{
- protected $authorType = 'Google_Service_Blogger_PostAuthor';
- protected $authorDataType = '';
- protected $blogType = 'Google_Service_Blogger_PostBlog';
- protected $blogDataType = '';
- public $content;
- public $customMetaData;
- public $id;
- protected $imagesType = 'Google_Service_Blogger_PostImages';
- protected $imagesDataType = 'array';
- public $kind;
- public $labels;
- protected $locationType = 'Google_Service_Blogger_PostLocation';
- protected $locationDataType = '';
- public $published;
- public $readerComments;
- protected $repliesType = 'Google_Service_Blogger_PostReplies';
- protected $repliesDataType = '';
- public $selfLink;
- public $status;
- public $title;
- public $titleLink;
- public $updated;
- public $url;
-
- public function setAuthor(Google_Service_Blogger_PostAuthor $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBlog(Google_Service_Blogger_PostBlog $blog)
- {
- $this->blog = $blog;
- }
-
- public function getBlog()
- {
- return $this->blog;
- }
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setCustomMetaData($customMetaData)
- {
- $this->customMetaData = $customMetaData;
- }
-
- public function getCustomMetaData()
- {
- return $this->customMetaData;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImages($images)
- {
- $this->images = $images;
- }
-
- public function getImages()
- {
- return $this->images;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLabels($labels)
- {
- $this->labels = $labels;
- }
-
- public function getLabels()
- {
- return $this->labels;
- }
-
- public function setLocation(Google_Service_Blogger_PostLocation $location)
- {
- $this->location = $location;
- }
-
- public function getLocation()
- {
- return $this->location;
- }
-
- public function setPublished($published)
- {
- $this->published = $published;
- }
-
- public function getPublished()
- {
- return $this->published;
- }
-
- public function setReaderComments($readerComments)
- {
- $this->readerComments = $readerComments;
- }
-
- public function getReaderComments()
- {
- return $this->readerComments;
- }
-
- public function setReplies(Google_Service_Blogger_PostReplies $replies)
- {
- $this->replies = $replies;
- }
-
- public function getReplies()
- {
- return $this->replies;
- }
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function setTitleLink($titleLink)
- {
- $this->titleLink = $titleLink;
- }
-
- public function getTitleLink()
- {
- return $this->titleLink;
- }
-
- public function setUpdated($updated)
- {
- $this->updated = $updated;
- }
-
- public function getUpdated()
- {
- return $this->updated;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_PostAuthor extends Google_Model
-{
- public $displayName;
- public $id;
- protected $imageType = 'Google_Service_Blogger_PostAuthorImage';
- protected $imageDataType = '';
- public $url;
-
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
-
- public function getDisplayName()
- {
- return $this->displayName;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Blogger_PostAuthorImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_PostAuthorImage extends Google_Model
-{
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_PostBlog extends Google_Model
-{
- public $id;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-}
-
-class Google_Service_Blogger_PostImages extends Google_Model
-{
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_PostList extends Google_Collection
-{
- protected $itemsType = 'Google_Service_Blogger_Post';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_Blogger_PostLocation extends Google_Model
-{
- public $lat;
- public $lng;
- public $name;
- public $span;
-
- public function setLat($lat)
- {
- $this->lat = $lat;
- }
-
- public function getLat()
- {
- return $this->lat;
- }
-
- public function setLng($lng)
- {
- $this->lng = $lng;
- }
-
- public function getLng()
- {
- return $this->lng;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setSpan($span)
- {
- $this->span = $span;
- }
-
- public function getSpan()
- {
- return $this->span;
- }
-}
-
-class Google_Service_Blogger_PostPerUserInfo extends Google_Model
-{
- public $blogId;
- public $hasEditAccess;
- public $kind;
- public $postId;
- public $userId;
-
- public function setBlogId($blogId)
- {
- $this->blogId = $blogId;
- }
-
- public function getBlogId()
- {
- return $this->blogId;
- }
-
- public function setHasEditAccess($hasEditAccess)
- {
- $this->hasEditAccess = $hasEditAccess;
- }
-
- public function getHasEditAccess()
- {
- return $this->hasEditAccess;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setPostId($postId)
- {
- $this->postId = $postId;
- }
-
- public function getPostId()
- {
- return $this->postId;
- }
-
- public function setUserId($userId)
- {
- $this->userId = $userId;
- }
-
- public function getUserId()
- {
- return $this->userId;
- }
-}
-
-class Google_Service_Blogger_PostReplies extends Google_Collection
-{
- protected $itemsType = 'Google_Service_Blogger_Comment';
- protected $itemsDataType = 'array';
- public $selfLink;
- public $totalItems;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setTotalItems($totalItems)
- {
- $this->totalItems = $totalItems;
- }
-
- public function getTotalItems()
- {
- return $this->totalItems;
- }
-}
-
-class Google_Service_Blogger_PostUserInfo extends Google_Model
-{
- public $kind;
- protected $postType = 'Google_Service_Blogger_Post';
- protected $postDataType = '';
- protected $postUserInfoType = 'Google_Service_Blogger_PostPerUserInfo';
- protected $postUserInfoDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setPost(Google_Service_Blogger_Post $post)
- {
- $this->post = $post;
- }
-
- public function getPost()
- {
- return $this->post;
- }
-
- public function setPostUserInfo(Google_Service_Blogger_PostPerUserInfo $postUserInfo)
- {
- $this->postUserInfo = $postUserInfo;
- }
-
- public function getPostUserInfo()
- {
- return $this->postUserInfo;
- }
-}
-
-class Google_Service_Blogger_PostUserInfosList extends Google_Collection
-{
- protected $itemsType = 'Google_Service_Blogger_PostUserInfo';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_Blogger_User extends Google_Model
-{
- public $about;
- protected $blogsType = 'Google_Service_Blogger_UserBlogs';
- protected $blogsDataType = '';
- public $created;
- public $displayName;
- public $id;
- public $kind;
- protected $localeType = 'Google_Service_Blogger_UserLocale';
- protected $localeDataType = '';
- public $selfLink;
- public $url;
-
- public function setAbout($about)
- {
- $this->about = $about;
- }
-
- public function getAbout()
- {
- return $this->about;
- }
-
- public function setBlogs(Google_Service_Blogger_UserBlogs $blogs)
- {
- $this->blogs = $blogs;
- }
-
- public function getBlogs()
- {
- return $this->blogs;
- }
-
- public function setCreated($created)
- {
- $this->created = $created;
- }
-
- public function getCreated()
- {
- return $this->created;
- }
-
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
-
- public function getDisplayName()
- {
- return $this->displayName;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLocale(Google_Service_Blogger_UserLocale $locale)
- {
- $this->locale = $locale;
- }
-
- public function getLocale()
- {
- return $this->locale;
- }
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Blogger_UserBlogs extends Google_Model
-{
- public $selfLink;
-
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
-
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-}
-
-class Google_Service_Blogger_UserLocale extends Google_Model
-{
- public $country;
- public $language;
- public $variant;
-
- public function setCountry($country)
- {
- $this->country = $country;
- }
-
- public function getCountry()
- {
- return $this->country;
- }
-
- public function setLanguage($language)
- {
- $this->language = $language;
- }
-
- public function getLanguage()
- {
- return $this->language;
- }
-
- public function setVariant($variant)
- {
- $this->variant = $variant;
- }
-
- public function getVariant()
- {
- return $this->variant;
- }
-}
From fcd505880db16cc2d4f38d968fa362a8b0a5a4e3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 12 Jul 2014 00:41:31 -0700
Subject: [PATCH 0053/1274] Added service Blogger.php
---
src/Google/Service/Blogger.php | 3381 ++++++++++++++++++++++++++++++++
1 file changed, 3381 insertions(+)
create mode 100644 src/Google/Service/Blogger.php
diff --git a/src/Google/Service/Blogger.php b/src/Google/Service/Blogger.php
new file mode 100644
index 000000000..3842bec19
--- /dev/null
+++ b/src/Google/Service/Blogger.php
@@ -0,0 +1,3381 @@
+
+ * API for access to the data within Blogger.
+ *
+ *
+ *
+ * For more information about this service, see the API
+ * Documentation
+ *
+ *
+ * @author Google, Inc.
+ */
+class Google_Service_Blogger extends Google_Service
+{
+ /** Manage your Blogger account. */
+ const BLOGGER = "https://www.googleapis.com/auth/blogger";
+ /** View your Blogger account. */
+ const BLOGGER_READONLY = "https://www.googleapis.com/auth/blogger.readonly";
+
+ public $blogUserInfos;
+ public $blogs;
+ public $comments;
+ public $pageViews;
+ public $pages;
+ public $postUserInfos;
+ public $posts;
+ public $users;
+
+
+ /**
+ * Constructs the internal representation of the Blogger service.
+ *
+ * @param Google_Client $client
+ */
+ public function __construct(Google_Client $client)
+ {
+ parent::__construct($client);
+ $this->servicePath = 'blogger/v3/';
+ $this->version = 'v3';
+ $this->serviceName = 'blogger';
+
+ $this->blogUserInfos = new Google_Service_Blogger_BlogUserInfos_Resource(
+ $this,
+ $this->serviceName,
+ 'blogUserInfos',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'users/{userId}/blogs/{blogId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'userId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'maxPosts' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->blogs = new Google_Service_Blogger_Blogs_Resource(
+ $this,
+ $this->serviceName,
+ 'blogs',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'blogs/{blogId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'maxPosts' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'getByUrl' => array(
+ 'path' => 'blogs/byurl',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'url' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'listByUser' => array(
+ 'path' => 'users/{userId}/blogs',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'userId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fetchUserInfo' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'status' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'role' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->comments = new Google_Service_Blogger_Comments_Resource(
+ $this,
+ $this->serviceName,
+ 'comments',
+ array(
+ 'methods' => array(
+ 'approve' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/approve',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'commentId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'commentId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'commentId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}/comments',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'status' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'startDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'endDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'fetchBodies' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'listByBlog' => array(
+ 'path' => 'blogs/{blogId}/comments',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'startDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'endDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'fetchBodies' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'markAsSpam' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/spam',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'commentId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'removeContent' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}/comments/{commentId}/removecontent',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'commentId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->pageViews = new Google_Service_Blogger_PageViews_Resource(
+ $this,
+ $this->serviceName,
+ 'pageViews',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'blogs/{blogId}/pageviews',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'range' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->pages = new Google_Service_Blogger_Pages_Resource(
+ $this,
+ $this->serviceName,
+ 'pages',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'blogs/{blogId}/pages/{pageId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'blogs/{blogId}/pages/{pageId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'blogs/{blogId}/pages',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'isDraft' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'blogs/{blogId}/pages',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'status' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'fetchBodies' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'blogs/{blogId}/pages/{pageId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'revert' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'publish' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'blogs/{blogId}/pages/{pageId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'revert' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'publish' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->postUserInfos = new Google_Service_Blogger_PostUserInfos_Resource(
+ $this,
+ $this->serviceName,
+ 'postUserInfos',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'users/{userId}/blogs/{blogId}/posts/{postId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'userId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'maxComments' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'users/{userId}/blogs/{blogId}/posts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'userId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'startDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'endDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'labels' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'status' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'fetchBodies' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->posts = new Google_Service_Blogger_Posts_Resource(
+ $this,
+ $this->serviceName,
+ 'posts',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fetchBody' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'maxComments' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'fetchImages' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'getByPath' => array(
+ 'path' => 'blogs/{blogId}/posts/bypath',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'path' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'maxComments' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'blogs/{blogId}/posts',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fetchImages' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'isDraft' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'fetchBody' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'blogs/{blogId}/posts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'startDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'endDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'labels' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'fetchImages' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'status' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'fetchBodies' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'view' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'revert' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'publish' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'fetchBody' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'maxComments' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'fetchImages' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'publish' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}/publish',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'publishDate' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'revert' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}/revert',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'search' => array(
+ 'path' => 'blogs/{blogId}/posts/search',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'q' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'fetchBodies' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'blogs/{blogId}/posts/{postId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'postId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'revert' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'publish' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'fetchBody' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'maxComments' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'fetchImages' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->users = new Google_Service_Blogger_Users_Resource(
+ $this,
+ $this->serviceName,
+ 'users',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'users/{userId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'userId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "blogUserInfos" collection of methods.
+ * Typical usage is:
+ *
+ * $bloggerService = new Google_Service_Blogger(...);
+ * $blogUserInfos = $bloggerService->blogUserInfos;
+ *
+ */
+class Google_Service_Blogger_BlogUserInfos_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one blog and user info pair by blogId and userId. (blogUserInfos.get)
+ *
+ * @param string $userId
+ * ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the
+ * user's profile identifier.
+ * @param string $blogId
+ * The ID of the blog to get.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string maxPosts
+ * Maximum number of posts to pull back with the blog.
+ * @return Google_Service_Blogger_BlogUserInfo
+ */
+ public function get($userId, $blogId, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'blogId' => $blogId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Blogger_BlogUserInfo");
+ }
+}
+
+/**
+ * The "blogs" collection of methods.
+ * Typical usage is:
+ *
+ * $bloggerService = new Google_Service_Blogger(...);
+ * $blogs = $bloggerService->blogs;
+ *
+ */
+class Google_Service_Blogger_Blogs_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one blog by ID. (blogs.get)
+ *
+ * @param string $blogId
+ * The ID of the blog to get.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string maxPosts
+ * Maximum number of posts to pull back with the blog.
+ * @opt_param string view
+ * Access level with which to view the blog. Note that some fields require elevated access.
+ * @return Google_Service_Blogger_Blog
+ */
+ public function get($blogId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Blogger_Blog");
+ }
+ /**
+ * Retrieve a Blog by URL. (blogs.getByUrl)
+ *
+ * @param string $url
+ * The URL of the blog to retrieve.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string view
+ * Access level with which to view the blog. Note that some fields require elevated access.
+ * @return Google_Service_Blogger_Blog
+ */
+ public function getByUrl($url, $optParams = array())
+ {
+ $params = array('url' => $url);
+ $params = array_merge($params, $optParams);
+ return $this->call('getByUrl', array($params), "Google_Service_Blogger_Blog");
+ }
+ /**
+ * Retrieves a list of blogs, possibly filtered. (blogs.listByUser)
+ *
+ * @param string $userId
+ * ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the
+ * user's profile identifier.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool fetchUserInfo
+ * Whether the response is a list of blogs with per-user information instead of just blogs.
+ * @opt_param string status
+ * Blog statuses to include in the result (default: Live blogs only). Note that ADMIN access is
+ * required to view deleted blogs.
+ * @opt_param string role
+ * User access types for blogs to include in the results, e.g. AUTHOR will return blogs where the
+ * user has author level access. If no roles are specified, defaults to ADMIN and AUTHOR roles.
+ * @opt_param string view
+ * Access level with which to view the blogs. Note that some fields require elevated access.
+ * @return Google_Service_Blogger_BlogList
+ */
+ public function listByUser($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('listByUser', array($params), "Google_Service_Blogger_BlogList");
+ }
+}
+
+/**
+ * The "comments" collection of methods.
+ * Typical usage is:
+ *
+ * $bloggerService = new Google_Service_Blogger(...);
+ * $comments = $bloggerService->comments;
+ *
+ */
+class Google_Service_Blogger_Comments_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Marks a comment as not spam. (comments.approve)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param string $commentId
+ * The ID of the comment to mark as not spam.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Blogger_Comment
+ */
+ public function approve($blogId, $postId, $commentId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
+ $params = array_merge($params, $optParams);
+ return $this->call('approve', array($params), "Google_Service_Blogger_Comment");
+ }
+ /**
+ * Delete a comment by ID. (comments.delete)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param string $commentId
+ * The ID of the comment to delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($blogId, $postId, $commentId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets one comment by ID. (comments.get)
+ *
+ * @param string $blogId
+ * ID of the blog to containing the comment.
+ * @param string $postId
+ * ID of the post to fetch posts from.
+ * @param string $commentId
+ * The ID of the comment to get.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string view
+ * Access level for the requested comment (default: READER). Note that some comments will require
+ * elevated permissions, for example comments where the parent posts which is in a draft state, or
+ * comments that are pending moderation.
+ * @return Google_Service_Blogger_Comment
+ */
+ public function get($blogId, $postId, $commentId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Blogger_Comment");
+ }
+ /**
+ * Retrieves the comments for a post, possibly filtered. (comments.listComments)
+ *
+ * @param string $blogId
+ * ID of the blog to fetch comments from.
+ * @param string $postId
+ * ID of the post to fetch posts from.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string status
+ *
+ * @opt_param string startDate
+ * Earliest date of comment to fetch, a date-time with RFC 3339 formatting.
+ * @opt_param string endDate
+ * Latest date of comment to fetch, a date-time with RFC 3339 formatting.
+ * @opt_param string maxResults
+ * Maximum number of comments to include in the result.
+ * @opt_param string pageToken
+ * Continuation token if request is paged.
+ * @opt_param bool fetchBodies
+ * Whether the body content of the comments is included.
+ * @opt_param string view
+ * Access level with which to view the returned result. Note that some fields require elevated
+ * access.
+ * @return Google_Service_Blogger_CommentList
+ */
+ public function listComments($blogId, $postId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Blogger_CommentList");
+ }
+ /**
+ * Retrieves the comments for a blog, across all posts, possibly filtered.
+ * (comments.listByBlog)
+ *
+ * @param string $blogId
+ * ID of the blog to fetch comments from.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string startDate
+ * Earliest date of comment to fetch, a date-time with RFC 3339 formatting.
+ * @opt_param string endDate
+ * Latest date of comment to fetch, a date-time with RFC 3339 formatting.
+ * @opt_param string maxResults
+ * Maximum number of comments to include in the result.
+ * @opt_param string pageToken
+ * Continuation token if request is paged.
+ * @opt_param bool fetchBodies
+ * Whether the body content of the comments is included.
+ * @return Google_Service_Blogger_CommentList
+ */
+ public function listByBlog($blogId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId);
+ $params = array_merge($params, $optParams);
+ return $this->call('listByBlog', array($params), "Google_Service_Blogger_CommentList");
+ }
+ /**
+ * Marks a comment as spam. (comments.markAsSpam)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param string $commentId
+ * The ID of the comment to mark as spam.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Blogger_Comment
+ */
+ public function markAsSpam($blogId, $postId, $commentId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
+ $params = array_merge($params, $optParams);
+ return $this->call('markAsSpam', array($params), "Google_Service_Blogger_Comment");
+ }
+ /**
+ * Removes the content of a comment. (comments.removeContent)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param string $commentId
+ * The ID of the comment to delete content from.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Blogger_Comment
+ */
+ public function removeContent($blogId, $postId, $commentId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId, 'commentId' => $commentId);
+ $params = array_merge($params, $optParams);
+ return $this->call('removeContent', array($params), "Google_Service_Blogger_Comment");
+ }
+}
+
+/**
+ * The "pageViews" collection of methods.
+ * Typical usage is:
+ *
+ * $bloggerService = new Google_Service_Blogger(...);
+ * $pageViews = $bloggerService->pageViews;
+ *
+ */
+class Google_Service_Blogger_PageViews_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieve pageview stats for a Blog. (pageViews.get)
+ *
+ * @param string $blogId
+ * The ID of the blog to get.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string range
+ *
+ * @return Google_Service_Blogger_Pageviews
+ */
+ public function get($blogId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Blogger_Pageviews");
+ }
+}
+
+/**
+ * The "pages" collection of methods.
+ * Typical usage is:
+ *
+ * $bloggerService = new Google_Service_Blogger(...);
+ * $pages = $bloggerService->pages;
+ *
+ */
+class Google_Service_Blogger_Pages_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete a page by ID. (pages.delete)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $pageId
+ * The ID of the Page.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($blogId, $pageId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'pageId' => $pageId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets one blog page by ID. (pages.get)
+ *
+ * @param string $blogId
+ * ID of the blog containing the page.
+ * @param string $pageId
+ * The ID of the page to get.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string view
+ *
+ * @return Google_Service_Blogger_Page
+ */
+ public function get($blogId, $pageId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'pageId' => $pageId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Blogger_Page");
+ }
+ /**
+ * Add a page. (pages.insert)
+ *
+ * @param string $blogId
+ * ID of the blog to add the page to.
+ * @param Google_Page $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool isDraft
+ * Whether to create the page as a draft (default: false).
+ * @return Google_Service_Blogger_Page
+ */
+ public function insert($blogId, Google_Service_Blogger_Page $postBody, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Blogger_Page");
+ }
+ /**
+ * Retrieves the pages for a blog, optionally including non-LIVE statuses.
+ * (pages.listPages)
+ *
+ * @param string $blogId
+ * ID of the blog to fetch pages from.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string status
+ *
+ * @opt_param bool fetchBodies
+ * Whether to retrieve the Page bodies.
+ * @opt_param string view
+ * Access level with which to view the returned result. Note that some fields require elevated
+ * access.
+ * @return Google_Service_Blogger_PageList
+ */
+ public function listPages($blogId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Blogger_PageList");
+ }
+ /**
+ * Update a page. This method supports patch semantics. (pages.patch)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $pageId
+ * The ID of the Page.
+ * @param Google_Page $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool revert
+ * Whether a revert action should be performed when the page is updated (default: false).
+ * @opt_param bool publish
+ * Whether a publish action should be performed when the page is updated (default: false).
+ * @return Google_Service_Blogger_Page
+ */
+ public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Blogger_Page");
+ }
+ /**
+ * Update a page. (pages.update)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $pageId
+ * The ID of the Page.
+ * @param Google_Page $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool revert
+ * Whether a revert action should be performed when the page is updated (default: false).
+ * @opt_param bool publish
+ * Whether a publish action should be performed when the page is updated (default: false).
+ * @return Google_Service_Blogger_Page
+ */
+ public function update($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'pageId' => $pageId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Blogger_Page");
+ }
+}
+
+/**
+ * The "postUserInfos" collection of methods.
+ * Typical usage is:
+ *
+ * $bloggerService = new Google_Service_Blogger(...);
+ * $postUserInfos = $bloggerService->postUserInfos;
+ *
+ */
+class Google_Service_Blogger_PostUserInfos_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one post and user info pair, by post ID and user ID. The post user info
+ * contains per-user information about the post, such as access rights, specific
+ * to the user. (postUserInfos.get)
+ *
+ * @param string $userId
+ * ID of the user for the per-user information to be fetched. Either the word 'self' (sans quote
+ * marks) or the user's profile identifier.
+ * @param string $blogId
+ * The ID of the blog.
+ * @param string $postId
+ * The ID of the post to get.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string maxComments
+ * Maximum number of comments to pull back on a post.
+ * @return Google_Service_Blogger_PostUserInfo
+ */
+ public function get($userId, $blogId, $postId, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'blogId' => $blogId, 'postId' => $postId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Blogger_PostUserInfo");
+ }
+ /**
+ * Retrieves a list of post and post user info pairs, possibly filtered. The
+ * post user info contains per-user information about the post, such as access
+ * rights, specific to the user. (postUserInfos.listPostUserInfos)
+ *
+ * @param string $userId
+ * ID of the user for the per-user information to be fetched. Either the word 'self' (sans quote
+ * marks) or the user's profile identifier.
+ * @param string $blogId
+ * ID of the blog to fetch posts from.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string orderBy
+ * Sort order applied to search results. Default is published.
+ * @opt_param string startDate
+ * Earliest post date to fetch, a date-time with RFC 3339 formatting.
+ * @opt_param string endDate
+ * Latest post date to fetch, a date-time with RFC 3339 formatting.
+ * @opt_param string labels
+ * Comma-separated list of labels to search for.
+ * @opt_param string maxResults
+ * Maximum number of posts to fetch.
+ * @opt_param string pageToken
+ * Continuation token if the request is paged.
+ * @opt_param string status
+ *
+ * @opt_param bool fetchBodies
+ * Whether the body content of posts is included. Default is false.
+ * @opt_param string view
+ * Access level with which to view the returned result. Note that some fields require elevated
+ * access.
+ * @return Google_Service_Blogger_PostUserInfosList
+ */
+ public function listPostUserInfos($userId, $blogId, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'blogId' => $blogId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Blogger_PostUserInfosList");
+ }
+}
+
+/**
+ * The "posts" collection of methods.
+ * Typical usage is:
+ *
+ * $bloggerService = new Google_Service_Blogger(...);
+ * $posts = $bloggerService->posts;
+ *
+ */
+class Google_Service_Blogger_Posts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete a post by ID. (posts.delete)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($blogId, $postId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Get a post by ID. (posts.get)
+ *
+ * @param string $blogId
+ * ID of the blog to fetch the post from.
+ * @param string $postId
+ * The ID of the post
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool fetchBody
+ * Whether the body content of the post is included (default: true). This should be set to false
+ * when the post bodies are not required, to help minimize traffic.
+ * @opt_param string maxComments
+ * Maximum number of comments to pull back on a post.
+ * @opt_param bool fetchImages
+ * Whether image URL metadata for each post is included (default: false).
+ * @opt_param string view
+ * Access level with which to view the returned result. Note that some fields require elevated
+ * access.
+ * @return Google_Service_Blogger_Post
+ */
+ public function get($blogId, $postId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Blogger_Post");
+ }
+ /**
+ * Retrieve a Post by Path. (posts.getByPath)
+ *
+ * @param string $blogId
+ * ID of the blog to fetch the post from.
+ * @param string $path
+ * Path of the Post to retrieve.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string maxComments
+ * Maximum number of comments to pull back on a post.
+ * @opt_param string view
+ * Access level with which to view the returned result. Note that some fields require elevated
+ * access.
+ * @return Google_Service_Blogger_Post
+ */
+ public function getByPath($blogId, $path, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'path' => $path);
+ $params = array_merge($params, $optParams);
+ return $this->call('getByPath', array($params), "Google_Service_Blogger_Post");
+ }
+ /**
+ * Add a post. (posts.insert)
+ *
+ * @param string $blogId
+ * ID of the blog to add the post to.
+ * @param Google_Post $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool fetchImages
+ * Whether image URL metadata for each post is included in the returned result (default: false).
+ * @opt_param bool isDraft
+ * Whether to create the post as a draft (default: false).
+ * @opt_param bool fetchBody
+ * Whether the body content of the post is included with the result (default: true).
+ * @return Google_Service_Blogger_Post
+ */
+ public function insert($blogId, Google_Service_Blogger_Post $postBody, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Blogger_Post");
+ }
+ /**
+ * Retrieves a list of posts, possibly filtered. (posts.listPosts)
+ *
+ * @param string $blogId
+ * ID of the blog to fetch posts from.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string orderBy
+ * Sort search results
+ * @opt_param string startDate
+ * Earliest post date to fetch, a date-time with RFC 3339 formatting.
+ * @opt_param string endDate
+ * Latest post date to fetch, a date-time with RFC 3339 formatting.
+ * @opt_param string labels
+ * Comma-separated list of labels to search for.
+ * @opt_param string maxResults
+ * Maximum number of posts to fetch.
+ * @opt_param bool fetchImages
+ * Whether image URL metadata for each post is included.
+ * @opt_param string pageToken
+ * Continuation token if the request is paged.
+ * @opt_param string status
+ * Statuses to include in the results.
+ * @opt_param bool fetchBodies
+ * Whether the body content of posts is included (default: true). This should be set to false when
+ * the post bodies are not required, to help minimize traffic.
+ * @opt_param string view
+ * Access level with which to view the returned result. Note that some fields require escalated
+ * access.
+ * @return Google_Service_Blogger_PostList
+ */
+ public function listPosts($blogId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Blogger_PostList");
+ }
+ /**
+ * Update a post. This method supports patch semantics. (posts.patch)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param Google_Post $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool revert
+ * Whether a revert action should be performed when the post is updated (default: false).
+ * @opt_param bool publish
+ * Whether a publish action should be performed when the post is updated (default: false).
+ * @opt_param bool fetchBody
+ * Whether the body content of the post is included with the result (default: true).
+ * @opt_param string maxComments
+ * Maximum number of comments to retrieve with the returned post.
+ * @opt_param bool fetchImages
+ * Whether image URL metadata for each post is included in the returned result (default: false).
+ * @return Google_Service_Blogger_Post
+ */
+ public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Blogger_Post");
+ }
+ /**
+ * Publishes a draft post, optionally at the specific time of the given
+ * publishDate parameter. (posts.publish)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string publishDate
+ * Optional date and time to schedule the publishing of the Blog. If no publishDate parameter is
+ * given, the post is either published at the a previously saved schedule date (if present), or the
+ * current time. If a future date is given, the post will be scheduled to be published.
+ * @return Google_Service_Blogger_Post
+ */
+ public function publish($blogId, $postId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params), "Google_Service_Blogger_Post");
+ }
+ /**
+ * Revert a published or scheduled post to draft state. (posts.revert)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Blogger_Post
+ */
+ public function revert($blogId, $postId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId);
+ $params = array_merge($params, $optParams);
+ return $this->call('revert', array($params), "Google_Service_Blogger_Post");
+ }
+ /**
+ * Search for a post. (posts.search)
+ *
+ * @param string $blogId
+ * ID of the blog to fetch the post from.
+ * @param string $q
+ * Query terms to search this blog for matching posts.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string orderBy
+ * Sort search results
+ * @opt_param bool fetchBodies
+ * Whether the body content of posts is included (default: true). This should be set to false when
+ * the post bodies are not required, to help minimize traffic.
+ * @return Google_Service_Blogger_PostList
+ */
+ public function search($blogId, $q, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'q' => $q);
+ $params = array_merge($params, $optParams);
+ return $this->call('search', array($params), "Google_Service_Blogger_PostList");
+ }
+ /**
+ * Update a post. (posts.update)
+ *
+ * @param string $blogId
+ * The ID of the Blog.
+ * @param string $postId
+ * The ID of the Post.
+ * @param Google_Post $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool revert
+ * Whether a revert action should be performed when the post is updated (default: false).
+ * @opt_param bool publish
+ * Whether a publish action should be performed when the post is updated (default: false).
+ * @opt_param bool fetchBody
+ * Whether the body content of the post is included with the result (default: true).
+ * @opt_param string maxComments
+ * Maximum number of comments to retrieve with the returned post.
+ * @opt_param bool fetchImages
+ * Whether image URL metadata for each post is included in the returned result (default: false).
+ * @return Google_Service_Blogger_Post
+ */
+ public function update($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Blogger_Post");
+ }
+}
+
+/**
+ * The "users" collection of methods.
+ * Typical usage is:
+ *
+ * $bloggerService = new Google_Service_Blogger(...);
+ * $users = $bloggerService->users;
+ *
+ */
+class Google_Service_Blogger_Users_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one user by ID. (users.get)
+ *
+ * @param string $userId
+ * The ID of the user to get.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Blogger_User
+ */
+ public function get($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Blogger_User");
+ }
+}
+
+
+
+
+class Google_Service_Blogger_Blog extends Google_Model
+{
+ public $customMetaData;
+ public $description;
+ public $id;
+ public $kind;
+ protected $localeType = 'Google_Service_Blogger_BlogLocale';
+ protected $localeDataType = '';
+ public $name;
+ protected $pagesType = 'Google_Service_Blogger_BlogPages';
+ protected $pagesDataType = '';
+ protected $postsType = 'Google_Service_Blogger_BlogPosts';
+ protected $postsDataType = '';
+ public $published;
+ public $selfLink;
+ public $status;
+ public $updated;
+ public $url;
+
+ public function setCustomMetaData($customMetaData)
+ {
+ $this->customMetaData = $customMetaData;
+ }
+
+ public function getCustomMetaData()
+ {
+ return $this->customMetaData;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLocale(Google_Service_Blogger_BlogLocale $locale)
+ {
+ $this->locale = $locale;
+ }
+
+ public function getLocale()
+ {
+ return $this->locale;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPages(Google_Service_Blogger_BlogPages $pages)
+ {
+ $this->pages = $pages;
+ }
+
+ public function getPages()
+ {
+ return $this->pages;
+ }
+
+ public function setPosts(Google_Service_Blogger_BlogPosts $posts)
+ {
+ $this->posts = $posts;
+ }
+
+ public function getPosts()
+ {
+ return $this->posts;
+ }
+
+ public function setPublished($published)
+ {
+ $this->published = $published;
+ }
+
+ public function getPublished()
+ {
+ return $this->published;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+ public function setUpdated($updated)
+ {
+ $this->updated = $updated;
+ }
+
+ public function getUpdated()
+ {
+ return $this->updated;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_BlogList extends Google_Collection
+{
+ protected $blogUserInfosType = 'Google_Service_Blogger_BlogUserInfo';
+ protected $blogUserInfosDataType = 'array';
+ protected $itemsType = 'Google_Service_Blogger_Blog';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+ public function setBlogUserInfos($blogUserInfos)
+ {
+ $this->blogUserInfos = $blogUserInfos;
+ }
+
+ public function getBlogUserInfos()
+ {
+ return $this->blogUserInfos;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Blogger_BlogLocale extends Google_Model
+{
+ public $country;
+ public $language;
+ public $variant;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setLanguage($language)
+ {
+ $this->language = $language;
+ }
+
+ public function getLanguage()
+ {
+ return $this->language;
+ }
+
+ public function setVariant($variant)
+ {
+ $this->variant = $variant;
+ }
+
+ public function getVariant()
+ {
+ return $this->variant;
+ }
+}
+
+class Google_Service_Blogger_BlogPages extends Google_Model
+{
+ public $selfLink;
+ public $totalItems;
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setTotalItems($totalItems)
+ {
+ $this->totalItems = $totalItems;
+ }
+
+ public function getTotalItems()
+ {
+ return $this->totalItems;
+ }
+}
+
+class Google_Service_Blogger_BlogPerUserInfo extends Google_Model
+{
+ public $blogId;
+ public $hasAdminAccess;
+ public $kind;
+ public $photosAlbumKey;
+ public $role;
+ public $userId;
+
+ public function setBlogId($blogId)
+ {
+ $this->blogId = $blogId;
+ }
+
+ public function getBlogId()
+ {
+ return $this->blogId;
+ }
+
+ public function setHasAdminAccess($hasAdminAccess)
+ {
+ $this->hasAdminAccess = $hasAdminAccess;
+ }
+
+ public function getHasAdminAccess()
+ {
+ return $this->hasAdminAccess;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPhotosAlbumKey($photosAlbumKey)
+ {
+ $this->photosAlbumKey = $photosAlbumKey;
+ }
+
+ public function getPhotosAlbumKey()
+ {
+ return $this->photosAlbumKey;
+ }
+
+ public function setRole($role)
+ {
+ $this->role = $role;
+ }
+
+ public function getRole()
+ {
+ return $this->role;
+ }
+
+ public function setUserId($userId)
+ {
+ $this->userId = $userId;
+ }
+
+ public function getUserId()
+ {
+ return $this->userId;
+ }
+}
+
+class Google_Service_Blogger_BlogPosts extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Blogger_Post';
+ protected $itemsDataType = 'array';
+ public $selfLink;
+ public $totalItems;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setTotalItems($totalItems)
+ {
+ $this->totalItems = $totalItems;
+ }
+
+ public function getTotalItems()
+ {
+ return $this->totalItems;
+ }
+}
+
+class Google_Service_Blogger_BlogUserInfo extends Google_Model
+{
+ protected $blogType = 'Google_Service_Blogger_Blog';
+ protected $blogDataType = '';
+ protected $blogUserInfoType = 'Google_Service_Blogger_BlogPerUserInfo';
+ protected $blogUserInfoDataType = '';
+ public $kind;
+
+ public function setBlog(Google_Service_Blogger_Blog $blog)
+ {
+ $this->blog = $blog;
+ }
+
+ public function getBlog()
+ {
+ return $this->blog;
+ }
+
+ public function setBlogUserInfo(Google_Service_Blogger_BlogPerUserInfo $blogUserInfo)
+ {
+ $this->blogUserInfo = $blogUserInfo;
+ }
+
+ public function getBlogUserInfo()
+ {
+ return $this->blogUserInfo;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Blogger_Comment extends Google_Model
+{
+ protected $authorType = 'Google_Service_Blogger_CommentAuthor';
+ protected $authorDataType = '';
+ protected $blogType = 'Google_Service_Blogger_CommentBlog';
+ protected $blogDataType = '';
+ public $content;
+ public $id;
+ protected $inReplyToType = 'Google_Service_Blogger_CommentInReplyTo';
+ protected $inReplyToDataType = '';
+ public $kind;
+ protected $postType = 'Google_Service_Blogger_CommentPost';
+ protected $postDataType = '';
+ public $published;
+ public $selfLink;
+ public $status;
+ public $updated;
+
+ public function setAuthor(Google_Service_Blogger_CommentAuthor $author)
+ {
+ $this->author = $author;
+ }
+
+ public function getAuthor()
+ {
+ return $this->author;
+ }
+
+ public function setBlog(Google_Service_Blogger_CommentBlog $blog)
+ {
+ $this->blog = $blog;
+ }
+
+ public function getBlog()
+ {
+ return $this->blog;
+ }
+
+ public function setContent($content)
+ {
+ $this->content = $content;
+ }
+
+ public function getContent()
+ {
+ return $this->content;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo)
+ {
+ $this->inReplyTo = $inReplyTo;
+ }
+
+ public function getInReplyTo()
+ {
+ return $this->inReplyTo;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPost(Google_Service_Blogger_CommentPost $post)
+ {
+ $this->post = $post;
+ }
+
+ public function getPost()
+ {
+ return $this->post;
+ }
+
+ public function setPublished($published)
+ {
+ $this->published = $published;
+ }
+
+ public function getPublished()
+ {
+ return $this->published;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+ public function setUpdated($updated)
+ {
+ $this->updated = $updated;
+ }
+
+ public function getUpdated()
+ {
+ return $this->updated;
+ }
+}
+
+class Google_Service_Blogger_CommentAuthor extends Google_Model
+{
+ public $displayName;
+ public $id;
+ protected $imageType = 'Google_Service_Blogger_CommentAuthorImage';
+ protected $imageDataType = '';
+ public $url;
+
+ public function setDisplayName($displayName)
+ {
+ $this->displayName = $displayName;
+ }
+
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setImage(Google_Service_Blogger_CommentAuthorImage $image)
+ {
+ $this->image = $image;
+ }
+
+ public function getImage()
+ {
+ return $this->image;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_CommentAuthorImage extends Google_Model
+{
+ public $url;
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_CommentBlog extends Google_Model
+{
+ public $id;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_Blogger_CommentInReplyTo extends Google_Model
+{
+ public $id;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_Blogger_CommentList extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Blogger_Comment';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $prevPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setPrevPageToken($prevPageToken)
+ {
+ $this->prevPageToken = $prevPageToken;
+ }
+
+ public function getPrevPageToken()
+ {
+ return $this->prevPageToken;
+ }
+}
+
+class Google_Service_Blogger_CommentPost extends Google_Model
+{
+ public $id;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_Blogger_Page extends Google_Model
+{
+ protected $authorType = 'Google_Service_Blogger_PageAuthor';
+ protected $authorDataType = '';
+ protected $blogType = 'Google_Service_Blogger_PageBlog';
+ protected $blogDataType = '';
+ public $content;
+ public $id;
+ public $kind;
+ public $published;
+ public $selfLink;
+ public $status;
+ public $title;
+ public $updated;
+ public $url;
+
+ public function setAuthor(Google_Service_Blogger_PageAuthor $author)
+ {
+ $this->author = $author;
+ }
+
+ public function getAuthor()
+ {
+ return $this->author;
+ }
+
+ public function setBlog(Google_Service_Blogger_PageBlog $blog)
+ {
+ $this->blog = $blog;
+ }
+
+ public function getBlog()
+ {
+ return $this->blog;
+ }
+
+ public function setContent($content)
+ {
+ $this->content = $content;
+ }
+
+ public function getContent()
+ {
+ return $this->content;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPublished($published)
+ {
+ $this->published = $published;
+ }
+
+ public function getPublished()
+ {
+ return $this->published;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function setUpdated($updated)
+ {
+ $this->updated = $updated;
+ }
+
+ public function getUpdated()
+ {
+ return $this->updated;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_PageAuthor extends Google_Model
+{
+ public $displayName;
+ public $id;
+ protected $imageType = 'Google_Service_Blogger_PageAuthorImage';
+ protected $imageDataType = '';
+ public $url;
+
+ public function setDisplayName($displayName)
+ {
+ $this->displayName = $displayName;
+ }
+
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setImage(Google_Service_Blogger_PageAuthorImage $image)
+ {
+ $this->image = $image;
+ }
+
+ public function getImage()
+ {
+ return $this->image;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_PageAuthorImage extends Google_Model
+{
+ public $url;
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_PageBlog extends Google_Model
+{
+ public $id;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_Blogger_PageList extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Blogger_Page';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Blogger_Pageviews extends Google_Collection
+{
+ public $blogId;
+ protected $countsType = 'Google_Service_Blogger_PageviewsCounts';
+ protected $countsDataType = 'array';
+ public $kind;
+
+ public function setBlogId($blogId)
+ {
+ $this->blogId = $blogId;
+ }
+
+ public function getBlogId()
+ {
+ return $this->blogId;
+ }
+
+ public function setCounts($counts)
+ {
+ $this->counts = $counts;
+ }
+
+ public function getCounts()
+ {
+ return $this->counts;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Blogger_PageviewsCounts extends Google_Model
+{
+ public $count;
+ public $timeRange;
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setTimeRange($timeRange)
+ {
+ $this->timeRange = $timeRange;
+ }
+
+ public function getTimeRange()
+ {
+ return $this->timeRange;
+ }
+}
+
+class Google_Service_Blogger_Post extends Google_Collection
+{
+ protected $authorType = 'Google_Service_Blogger_PostAuthor';
+ protected $authorDataType = '';
+ protected $blogType = 'Google_Service_Blogger_PostBlog';
+ protected $blogDataType = '';
+ public $content;
+ public $customMetaData;
+ public $id;
+ protected $imagesType = 'Google_Service_Blogger_PostImages';
+ protected $imagesDataType = 'array';
+ public $kind;
+ public $labels;
+ protected $locationType = 'Google_Service_Blogger_PostLocation';
+ protected $locationDataType = '';
+ public $published;
+ public $readerComments;
+ protected $repliesType = 'Google_Service_Blogger_PostReplies';
+ protected $repliesDataType = '';
+ public $selfLink;
+ public $status;
+ public $title;
+ public $titleLink;
+ public $updated;
+ public $url;
+
+ public function setAuthor(Google_Service_Blogger_PostAuthor $author)
+ {
+ $this->author = $author;
+ }
+
+ public function getAuthor()
+ {
+ return $this->author;
+ }
+
+ public function setBlog(Google_Service_Blogger_PostBlog $blog)
+ {
+ $this->blog = $blog;
+ }
+
+ public function getBlog()
+ {
+ return $this->blog;
+ }
+
+ public function setContent($content)
+ {
+ $this->content = $content;
+ }
+
+ public function getContent()
+ {
+ return $this->content;
+ }
+
+ public function setCustomMetaData($customMetaData)
+ {
+ $this->customMetaData = $customMetaData;
+ }
+
+ public function getCustomMetaData()
+ {
+ return $this->customMetaData;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setImages($images)
+ {
+ $this->images = $images;
+ }
+
+ public function getImages()
+ {
+ return $this->images;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLabels($labels)
+ {
+ $this->labels = $labels;
+ }
+
+ public function getLabels()
+ {
+ return $this->labels;
+ }
+
+ public function setLocation(Google_Service_Blogger_PostLocation $location)
+ {
+ $this->location = $location;
+ }
+
+ public function getLocation()
+ {
+ return $this->location;
+ }
+
+ public function setPublished($published)
+ {
+ $this->published = $published;
+ }
+
+ public function getPublished()
+ {
+ return $this->published;
+ }
+
+ public function setReaderComments($readerComments)
+ {
+ $this->readerComments = $readerComments;
+ }
+
+ public function getReaderComments()
+ {
+ return $this->readerComments;
+ }
+
+ public function setReplies(Google_Service_Blogger_PostReplies $replies)
+ {
+ $this->replies = $replies;
+ }
+
+ public function getReplies()
+ {
+ return $this->replies;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function setTitleLink($titleLink)
+ {
+ $this->titleLink = $titleLink;
+ }
+
+ public function getTitleLink()
+ {
+ return $this->titleLink;
+ }
+
+ public function setUpdated($updated)
+ {
+ $this->updated = $updated;
+ }
+
+ public function getUpdated()
+ {
+ return $this->updated;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_PostAuthor extends Google_Model
+{
+ public $displayName;
+ public $id;
+ protected $imageType = 'Google_Service_Blogger_PostAuthorImage';
+ protected $imageDataType = '';
+ public $url;
+
+ public function setDisplayName($displayName)
+ {
+ $this->displayName = $displayName;
+ }
+
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setImage(Google_Service_Blogger_PostAuthorImage $image)
+ {
+ $this->image = $image;
+ }
+
+ public function getImage()
+ {
+ return $this->image;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_PostAuthorImage extends Google_Model
+{
+ public $url;
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_PostBlog extends Google_Model
+{
+ public $id;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_Blogger_PostImages extends Google_Model
+{
+ public $url;
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_PostList extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Blogger_Post';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Blogger_PostLocation extends Google_Model
+{
+ public $lat;
+ public $lng;
+ public $name;
+ public $span;
+
+ public function setLat($lat)
+ {
+ $this->lat = $lat;
+ }
+
+ public function getLat()
+ {
+ return $this->lat;
+ }
+
+ public function setLng($lng)
+ {
+ $this->lng = $lng;
+ }
+
+ public function getLng()
+ {
+ return $this->lng;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setSpan($span)
+ {
+ $this->span = $span;
+ }
+
+ public function getSpan()
+ {
+ return $this->span;
+ }
+}
+
+class Google_Service_Blogger_PostPerUserInfo extends Google_Model
+{
+ public $blogId;
+ public $hasEditAccess;
+ public $kind;
+ public $postId;
+ public $userId;
+
+ public function setBlogId($blogId)
+ {
+ $this->blogId = $blogId;
+ }
+
+ public function getBlogId()
+ {
+ return $this->blogId;
+ }
+
+ public function setHasEditAccess($hasEditAccess)
+ {
+ $this->hasEditAccess = $hasEditAccess;
+ }
+
+ public function getHasEditAccess()
+ {
+ return $this->hasEditAccess;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPostId($postId)
+ {
+ $this->postId = $postId;
+ }
+
+ public function getPostId()
+ {
+ return $this->postId;
+ }
+
+ public function setUserId($userId)
+ {
+ $this->userId = $userId;
+ }
+
+ public function getUserId()
+ {
+ return $this->userId;
+ }
+}
+
+class Google_Service_Blogger_PostReplies extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Blogger_Comment';
+ protected $itemsDataType = 'array';
+ public $selfLink;
+ public $totalItems;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setTotalItems($totalItems)
+ {
+ $this->totalItems = $totalItems;
+ }
+
+ public function getTotalItems()
+ {
+ return $this->totalItems;
+ }
+}
+
+class Google_Service_Blogger_PostUserInfo extends Google_Model
+{
+ public $kind;
+ protected $postType = 'Google_Service_Blogger_Post';
+ protected $postDataType = '';
+ protected $postUserInfoType = 'Google_Service_Blogger_PostPerUserInfo';
+ protected $postUserInfoDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPost(Google_Service_Blogger_Post $post)
+ {
+ $this->post = $post;
+ }
+
+ public function getPost()
+ {
+ return $this->post;
+ }
+
+ public function setPostUserInfo(Google_Service_Blogger_PostPerUserInfo $postUserInfo)
+ {
+ $this->postUserInfo = $postUserInfo;
+ }
+
+ public function getPostUserInfo()
+ {
+ return $this->postUserInfo;
+ }
+}
+
+class Google_Service_Blogger_PostUserInfosList extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Blogger_PostUserInfo';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Blogger_User extends Google_Model
+{
+ public $about;
+ protected $blogsType = 'Google_Service_Blogger_UserBlogs';
+ protected $blogsDataType = '';
+ public $created;
+ public $displayName;
+ public $id;
+ public $kind;
+ protected $localeType = 'Google_Service_Blogger_UserLocale';
+ protected $localeDataType = '';
+ public $selfLink;
+ public $url;
+
+ public function setAbout($about)
+ {
+ $this->about = $about;
+ }
+
+ public function getAbout()
+ {
+ return $this->about;
+ }
+
+ public function setBlogs(Google_Service_Blogger_UserBlogs $blogs)
+ {
+ $this->blogs = $blogs;
+ }
+
+ public function getBlogs()
+ {
+ return $this->blogs;
+ }
+
+ public function setCreated($created)
+ {
+ $this->created = $created;
+ }
+
+ public function getCreated()
+ {
+ return $this->created;
+ }
+
+ public function setDisplayName($displayName)
+ {
+ $this->displayName = $displayName;
+ }
+
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLocale(Google_Service_Blogger_UserLocale $locale)
+ {
+ $this->locale = $locale;
+ }
+
+ public function getLocale()
+ {
+ return $this->locale;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Blogger_UserBlogs extends Google_Model
+{
+ public $selfLink;
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Blogger_UserLocale extends Google_Model
+{
+ public $country;
+ public $language;
+ public $variant;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setLanguage($language)
+ {
+ $this->language = $language;
+ }
+
+ public function getLanguage()
+ {
+ return $this->language;
+ }
+
+ public function setVariant($variant)
+ {
+ $this->variant = $variant;
+ }
+
+ public function getVariant()
+ {
+ return $this->variant;
+ }
+}
From cfb1eeac62d0c738534975e18ddb1ee06dd9c499 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 15 Jul 2014 00:44:41 -0700
Subject: [PATCH 0054/1274] Added service Autoscaler.php
---
src/Google/Service/Autoscaler.php | 1069 +++++++++++++++++++++++++++++
1 file changed, 1069 insertions(+)
create mode 100644 src/Google/Service/Autoscaler.php
diff --git a/src/Google/Service/Autoscaler.php b/src/Google/Service/Autoscaler.php
new file mode 100644
index 000000000..0a7939f48
--- /dev/null
+++ b/src/Google/Service/Autoscaler.php
@@ -0,0 +1,1069 @@
+
+ * The Google Compute Engine Autoscaler API provides autoscaling for groups of Cloud VMs.
+ *
+ *
+ *
+ * For more information about this service, see the API
+ * Documentation
+ *
+ *
+ * @author Google, Inc.
+ */
+class Google_Service_Autoscaler extends Google_Service
+{
+ /** View and manage your Google Compute Engine resources. */
+ const COMPUTE = "https://www.googleapis.com/auth/compute";
+ /** View your Google Compute Engine resources. */
+ const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly";
+
+ public $autoscalers;
+ public $zoneOperations;
+
+
+ /**
+ * Constructs the internal representation of the Autoscaler service.
+ *
+ * @param Google_Client $client
+ */
+ public function __construct(Google_Client $client)
+ {
+ parent::__construct($client);
+ $this->servicePath = 'autoscaler/v1beta2/';
+ $this->version = 'v1beta2';
+ $this->serviceName = 'autoscaler';
+
+ $this->autoscalers = new Google_Service_Autoscaler_Autoscalers_Resource(
+ $this,
+ $this->serviceName,
+ 'autoscalers',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'autoscaler' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'autoscaler' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'projects/{project}/zones/{zone}/autoscalers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'projects/{project}/zones/{zone}/autoscalers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'autoscaler' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'projects/{project}/zones/{zone}/autoscalers/{autoscaler}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'autoscaler' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->zoneOperations = new Google_Service_Autoscaler_ZoneOperations_Resource(
+ $this,
+ $this->serviceName,
+ 'zoneOperations',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => '{project}/zones/{zone}/operations/{operation}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'operation' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{project}/zones/{zone}/operations/{operation}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'operation' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{project}/zones/{zone}/operations',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "autoscalers" collection of methods.
+ * Typical usage is:
+ *
+ * $autoscalerService = new Google_Service_Autoscaler(...);
+ * $autoscalers = $autoscalerService->autoscalers;
+ *
+ */
+class Google_Service_Autoscaler_Autoscalers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the specified Autoscaler resource. (autoscalers.delete)
+ *
+ * @param string $project
+ * Project ID of Autoscaler resource.
+ * @param string $zone
+ * Zone name of Autoscaler resource.
+ * @param string $autoscaler
+ * Name of the Autoscaler resource.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Autoscaler_Operation
+ */
+ public function delete($project, $zone, $autoscaler, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Autoscaler_Operation");
+ }
+ /**
+ * Gets the specified Autoscaler resource. (autoscalers.get)
+ *
+ * @param string $project
+ * Project ID of Autoscaler resource.
+ * @param string $zone
+ * Zone name of Autoscaler resource.
+ * @param string $autoscaler
+ * Name of the Autoscaler resource.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Autoscaler_Autoscaler
+ */
+ public function get($project, $zone, $autoscaler, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Autoscaler_Autoscaler");
+ }
+ /**
+ * Adds new Autoscaler resource. (autoscalers.insert)
+ *
+ * @param string $project
+ * Project ID of Autoscaler resource.
+ * @param string $zone
+ * Zone name of Autoscaler resource.
+ * @param Google_Autoscaler $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Autoscaler_Operation
+ */
+ public function insert($project, $zone, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Autoscaler_Operation");
+ }
+ /**
+ * Lists all Autoscaler resources in this zone. (autoscalers.listAutoscalers)
+ *
+ * @param string $project
+ * Project ID of Autoscaler resource.
+ * @param string $zone
+ * Zone name of Autoscaler resource.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ *
+ * @opt_param string pageToken
+ *
+ * @opt_param string maxResults
+ *
+ * @return Google_Service_Autoscaler_AutoscalerListResponse
+ */
+ public function listAutoscalers($project, $zone, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Autoscaler_AutoscalerListResponse");
+ }
+ /**
+ * Update the entire content of the Autoscaler resource. This method supports
+ * patch semantics. (autoscalers.patch)
+ *
+ * @param string $project
+ * Project ID of Autoscaler resource.
+ * @param string $zone
+ * Zone name of Autoscaler resource.
+ * @param string $autoscaler
+ * Name of the Autoscaler resource.
+ * @param Google_Autoscaler $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Autoscaler_Operation
+ */
+ public function patch($project, $zone, $autoscaler, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Autoscaler_Operation");
+ }
+ /**
+ * Update the entire content of the Autoscaler resource. (autoscalers.update)
+ *
+ * @param string $project
+ * Project ID of Autoscaler resource.
+ * @param string $zone
+ * Zone name of Autoscaler resource.
+ * @param string $autoscaler
+ * Name of the Autoscaler resource.
+ * @param Google_Autoscaler $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Autoscaler_Operation
+ */
+ public function update($project, $zone, $autoscaler, Google_Service_Autoscaler_Autoscaler $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'autoscaler' => $autoscaler, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Autoscaler_Operation");
+ }
+}
+
+/**
+ * The "zoneOperations" collection of methods.
+ * Typical usage is:
+ *
+ * $autoscalerService = new Google_Service_Autoscaler(...);
+ * $zoneOperations = $autoscalerService->zoneOperations;
+ *
+ */
+class Google_Service_Autoscaler_ZoneOperations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the specified zone-specific operation resource.
+ * (zoneOperations.delete)
+ *
+ * @param string $project
+ *
+ * @param string $zone
+ *
+ * @param string $operation
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($project, $zone, $operation, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieves the specified zone-specific operation resource.
+ * (zoneOperations.get)
+ *
+ * @param string $project
+ *
+ * @param string $zone
+ *
+ * @param string $operation
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Autoscaler_Operation
+ */
+ public function get($project, $zone, $operation, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Autoscaler_Operation");
+ }
+ /**
+ * Retrieves the list of operation resources contained within the specified
+ * zone. (zoneOperations.listZoneOperations)
+ *
+ * @param string $project
+ *
+ * @param string $zone
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ *
+ * @opt_param string pageToken
+ *
+ * @opt_param string maxResults
+ *
+ * @return Google_Service_Autoscaler_OperationList
+ */
+ public function listZoneOperations($project, $zone, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Autoscaler_OperationList");
+ }
+}
+
+
+
+
+class Google_Service_Autoscaler_Autoscaler extends Google_Model
+{
+ protected $autoscalingPolicyType = 'Google_Service_Autoscaler_AutoscalingPolicy';
+ protected $autoscalingPolicyDataType = '';
+ public $creationTimestamp;
+ public $description;
+ public $id;
+ public $name;
+ public $selfLink;
+ public $target;
+
+ public function setAutoscalingPolicy(Google_Service_Autoscaler_AutoscalingPolicy $autoscalingPolicy)
+ {
+ $this->autoscalingPolicy = $autoscalingPolicy;
+ }
+
+ public function getAutoscalingPolicy()
+ {
+ return $this->autoscalingPolicy;
+ }
+
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setTarget($target)
+ {
+ $this->target = $target;
+ }
+
+ public function getTarget()
+ {
+ return $this->target;
+ }
+}
+
+class Google_Service_Autoscaler_AutoscalerListResponse extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Autoscaler_Autoscaler';
+ protected $itemsDataType = 'array';
+ public $nextPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Model
+{
+ public $coolDownPeriodSec;
+ protected $cpuUtilizationType = 'Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization';
+ protected $cpuUtilizationDataType = '';
+ public $maxNumReplicas;
+ public $minNumReplicas;
+
+ public function setCoolDownPeriodSec($coolDownPeriodSec)
+ {
+ $this->coolDownPeriodSec = $coolDownPeriodSec;
+ }
+
+ public function getCoolDownPeriodSec()
+ {
+ return $this->coolDownPeriodSec;
+ }
+
+ public function setCpuUtilization(Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization $cpuUtilization)
+ {
+ $this->cpuUtilization = $cpuUtilization;
+ }
+
+ public function getCpuUtilization()
+ {
+ return $this->cpuUtilization;
+ }
+
+ public function setMaxNumReplicas($maxNumReplicas)
+ {
+ $this->maxNumReplicas = $maxNumReplicas;
+ }
+
+ public function getMaxNumReplicas()
+ {
+ return $this->maxNumReplicas;
+ }
+
+ public function setMinNumReplicas($minNumReplicas)
+ {
+ $this->minNumReplicas = $minNumReplicas;
+ }
+
+ public function getMinNumReplicas()
+ {
+ return $this->minNumReplicas;
+ }
+}
+
+class Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization extends Google_Model
+{
+ public $utilizationTarget;
+
+ public function setUtilizationTarget($utilizationTarget)
+ {
+ $this->utilizationTarget = $utilizationTarget;
+ }
+
+ public function getUtilizationTarget()
+ {
+ return $this->utilizationTarget;
+ }
+}
+
+class Google_Service_Autoscaler_Operation extends Google_Collection
+{
+ public $clientOperationId;
+ public $creationTimestamp;
+ public $endTime;
+ protected $errorType = 'Google_Service_Autoscaler_OperationError';
+ protected $errorDataType = '';
+ public $httpErrorMessage;
+ public $httpErrorStatusCode;
+ public $id;
+ public $insertTime;
+ public $kind;
+ public $name;
+ public $operationType;
+ public $progress;
+ public $region;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $statusMessage;
+ public $targetId;
+ public $targetLink;
+ public $user;
+ protected $warningsType = 'Google_Service_Autoscaler_OperationWarnings';
+ protected $warningsDataType = 'array';
+ public $zone;
+
+ public function setClientOperationId($clientOperationId)
+ {
+ $this->clientOperationId = $clientOperationId;
+ }
+
+ public function getClientOperationId()
+ {
+ return $this->clientOperationId;
+ }
+
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+
+ public function setError(Google_Service_Autoscaler_OperationError $error)
+ {
+ $this->error = $error;
+ }
+
+ public function getError()
+ {
+ return $this->error;
+ }
+
+ public function setHttpErrorMessage($httpErrorMessage)
+ {
+ $this->httpErrorMessage = $httpErrorMessage;
+ }
+
+ public function getHttpErrorMessage()
+ {
+ return $this->httpErrorMessage;
+ }
+
+ public function setHttpErrorStatusCode($httpErrorStatusCode)
+ {
+ $this->httpErrorStatusCode = $httpErrorStatusCode;
+ }
+
+ public function getHttpErrorStatusCode()
+ {
+ return $this->httpErrorStatusCode;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setInsertTime($insertTime)
+ {
+ $this->insertTime = $insertTime;
+ }
+
+ public function getInsertTime()
+ {
+ return $this->insertTime;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setOperationType($operationType)
+ {
+ $this->operationType = $operationType;
+ }
+
+ public function getOperationType()
+ {
+ return $this->operationType;
+ }
+
+ public function setProgress($progress)
+ {
+ $this->progress = $progress;
+ }
+
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+
+ public function getRegion()
+ {
+ return $this->region;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+ public function setStatusMessage($statusMessage)
+ {
+ $this->statusMessage = $statusMessage;
+ }
+
+ public function getStatusMessage()
+ {
+ return $this->statusMessage;
+ }
+
+ public function setTargetId($targetId)
+ {
+ $this->targetId = $targetId;
+ }
+
+ public function getTargetId()
+ {
+ return $this->targetId;
+ }
+
+ public function setTargetLink($targetLink)
+ {
+ $this->targetLink = $targetLink;
+ }
+
+ public function getTargetLink()
+ {
+ return $this->targetLink;
+ }
+
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+
+ public function getUser()
+ {
+ return $this->user;
+ }
+
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+
+ public function getZone()
+ {
+ return $this->zone;
+ }
+}
+
+class Google_Service_Autoscaler_OperationError extends Google_Collection
+{
+ protected $errorsType = 'Google_Service_Autoscaler_OperationErrorErrors';
+ protected $errorsDataType = 'array';
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Autoscaler_OperationErrorErrors extends Google_Model
+{
+ public $code;
+ public $location;
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+
+ public function getLocation()
+ {
+ return $this->location;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Autoscaler_OperationList extends Google_Collection
+{
+ public $id;
+ protected $itemsType = 'Google_Service_Autoscaler_Operation';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Autoscaler_OperationWarnings extends Google_Collection
+{
+ public $code;
+ protected $dataType = 'Google_Service_Autoscaler_OperationWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Autoscaler_OperationWarningsData extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
From f5caa08f4069354b67cc4a96dc12795b6ddc9ffb Mon Sep 17 00:00:00 2001
From: Volkan Altan
Date: Tue, 15 Jul 2014 16:03:04 +0300
Subject: [PATCH 0055/1274] added comment
---
examples/service-account.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/examples/service-account.php b/examples/service-account.php
index 66c79b13b..f9889842c 100644
--- a/examples/service-account.php
+++ b/examples/service-account.php
@@ -38,9 +38,9 @@
Make sure the Books API is enabled on this
account as well, or the call will fail.
************************************************/
-$client_id = '';
-$service_account_name = '';
-$key_file_location = '';
+$client_id = ''; //Client ID
+$service_account_name = ''; //Email Address
+$key_file_location = ''; //key.p12
echo pageHeader("Service Account Access");
if ($client_id == ''
From 1071e93fd199e80d98148e75b048e9ab107da8ca Mon Sep 17 00:00:00 2001
From: Tama Pugsley
Date: Wed, 16 Jul 2014 14:05:24 +1200
Subject: [PATCH 0056/1274] Adding 'login_hint' parameter to OAuth2 connections
---
src/Google/Auth/OAuth2.php | 5 +++++
src/Google/Client.php | 11 ++++++++++-
src/Google/Config.php | 10 ++++++++++
tests/general/ApiOAuth2Test.php | 24 +++++++++++++++++++-----
4 files changed, 44 insertions(+), 6 deletions(-)
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index 14fdf0ba6..e5b603131 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -149,6 +149,11 @@ public function createAuthUrl($scope)
'approval_prompt' => $this->client->getClassConfig($this, 'approval_prompt'),
);
+ $login_hint = $this->client->getClassConfig($this, 'login_hint');
+ if ($login_hint != '') {
+ $params['login_hint'] = $login_hint;
+ }
+
// If the list of scopes contains plus.login, add request_visible_actions
// to auth URL.
$rva = $this->client->getClassConfig($this, 'request_visible_actions');
diff --git a/src/Google/Client.php b/src/Google/Client.php
index d68c25415..18197b35f 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -100,7 +100,7 @@ function_exists('date_default_timezone_set')) {
$config->setClassConfig('Google_Http_Request', 'disable_gzip', true);
}
}
-
+
if ($config->getIoClass() == Google_Config::USE_AUTO_IO_SELECTION) {
if (function_exists('curl_version') && function_exists('curl_exec')) {
$config->setIoClass("Google_IO_Curl");
@@ -292,6 +292,15 @@ public function setApprovalPrompt($approvalPrompt)
$this->config->setApprovalPrompt($approvalPrompt);
}
+ /**
+ * Set the login hint, email address or sub id.
+ * @param string $loginHint
+ */
+ public function setLoginHint($loginHint)
+ {
+ $this->config->setLoginHint($loginHint);
+ }
+
/**
* Set the application name, this is included in the User-Agent HTTP header.
* @param string $applicationName
diff --git a/src/Google/Config.php b/src/Google/Config.php
index 8f1aaf4ea..c45e2de86 100644
--- a/src/Google/Config.php
+++ b/src/Google/Config.php
@@ -80,6 +80,7 @@ public function __construct($ini_file_location = null)
// Other parameters.
'access_type' => 'online',
'approval_prompt' => 'auto',
+ 'login_hint' => '',
'request_visible_actions' => '',
'federated_signon_certs_url' =>
'https://www.googleapis.com/oauth2/v1/certs',
@@ -282,6 +283,15 @@ public function setApprovalPrompt($approval)
$this->setAuthConfig('approval_prompt', $approval);
}
+ /**
+ * Set the login hint (email address or sub identifier)
+ * @param $hint string
+ */
+ public function setLoginHint($hint)
+ {
+ $this->setAuthConfig('login_hint', $hint);
+ }
+
/**
* Set the developer key for the auth class. Note that this is separate value
* from the client ID - if it looks like a URL, its a client ID!
diff --git a/tests/general/ApiOAuth2Test.php b/tests/general/ApiOAuth2Test.php
index 76d580096..d76b36a92 100644
--- a/tests/general/ApiOAuth2Test.php
+++ b/tests/general/ApiOAuth2Test.php
@@ -24,7 +24,7 @@
class ApiOAuth2Test extends BaseTest {
- public function testSign()
+ public function testSign()
{
$client = $this->getClient();
$oauth = new Google_Auth_OAuth2($client);
@@ -54,7 +54,7 @@ public function testSign()
$this->assertEquals('Bearer ACCESS_TOKEN', $auth);
}
- public function testRevokeAccess()
+ public function testRevokeAccess()
{
$accessToken = "ACCESS_TOKEN";
$refreshToken = "REFRESH_TOKEN";
@@ -103,7 +103,7 @@ public function testRevokeAccess()
$this->assertEquals($accessToken2, $token);
}
- public function testCreateAuthUrl()
+ public function testCreateAuthUrl()
{
$client = $this->getClient();
$oauth = new Google_Auth_OAuth2($client);
@@ -115,7 +115,21 @@ public function testCreateAuthUrl()
$client->setAccessType('offline');
$client->setApprovalPrompt('force');
$client->setRequestVisibleActions(array('http://foo'));
+ $client->setLoginHint("bob@example.org");
+ $authUrl = $oauth->createAuthUrl("http://googleapis.com/scope/foo");
+ $expected = "https://accounts.google.com/o/oauth2/auth"
+ . "?response_type=code"
+ . "&redirect_uri=http%3A%2F%2Flocalhost"
+ . "&client_id=clientId1"
+ . "&scope=http%3A%2F%2Fgoogleapis.com%2Fscope%2Ffoo"
+ . "&access_type=offline"
+ . "&approval_prompt=force"
+ . "&login_hint=bob%40example.org";
+ $this->assertEquals($expected, $authUrl);
+
+ // Again with a blank login hint (should remove all traces from authUrl)
+ $client->setLoginHint("");
$authUrl = $oauth->createAuthUrl("http://googleapis.com/scope/foo");
$expected = "https://accounts.google.com/o/oauth2/auth"
. "?response_type=code"
@@ -128,11 +142,11 @@ public function testCreateAuthUrl()
}
/**
- * Most of the logic for ID token validation is in AuthTest -
+ * Most of the logic for ID token validation is in AuthTest -
* this is just a general check to ensure we verify a valid
* id token if one exists.
*/
- public function testValidateIdToken()
+ public function testValidateIdToken()
{
if (!$this->checkToken()) {
return;
From 6d21b62f8853286b930efbaf9fe5c7c18bc847ed Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 16 Jul 2014 00:45:48 -0700
Subject: [PATCH 0057/1274] Updated MapsEngine.php
---
src/Google/Service/MapsEngine.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index b6e952515..e8eb4a781 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -3326,6 +3326,7 @@ class Google_Service_MapsEngine_Map extends Google_Collection
public $id;
public $lastModifiedTime;
public $name;
+ public $processingStatus;
public $projectId;
public $publishedAccessList;
public $tags;
@@ -3431,6 +3432,16 @@ public function getName()
return $this->name;
}
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
public function setProjectId($projectId)
{
$this->projectId = $projectId;
From 50891556492df903c1da25005e751822670bb1b3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 16 Jul 2014 00:45:48 -0700
Subject: [PATCH 0058/1274] Updated Games.php
---
src/Google/Service/Games.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/Google/Service/Games.php b/src/Google/Service/Games.php
index 3bde2d0d2..2f94fdad9 100644
--- a/src/Google/Service/Games.php
+++ b/src/Google/Service/Games.php
@@ -1266,8 +1266,8 @@ class Google_Service_Games_Events_Resource extends Google_Service_Resource
{
/**
- * Returns a list of the current progress on events in this application for the
- * currently authorized user. (events.listByPlayer)
+ * Returns a list showing the current progress on events in this application for
+ * the currently authenticated user. (events.listByPlayer)
*
* @param array $optParams Optional parameters.
*
@@ -1309,8 +1309,8 @@ public function listDefinitions($optParams = array())
return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse");
}
/**
- * Records a batch of event updates for the currently authorized user of this
- * application. (events.record)
+ * Records a batch of changes to the number of times events have occurred for
+ * the currently authenticated user of this application. (events.record)
*
* @param Google_EventRecordRequest $postBody
* @param array $optParams Optional parameters.
@@ -1537,17 +1537,17 @@ class Google_Service_Games_QuestMilestones_Resource extends Google_Service_Resou
{
/**
- * Report that reward for the milestone corresponding to milestoneId for the
+ * Report that a reward for the milestone corresponding to milestoneId for the
* quest corresponding to questId has been claimed by the currently authorized
* user. (questMilestones.claim)
*
* @param string $questId
* The ID of the quest.
* @param string $milestoneId
- * The ID of the Milestone.
+ * The ID of the milestone.
* @param string $requestId
- * A randomly generated numeric ID for each request specified by the caller. This number is used at
- * the server to ensure that the request is handled correctly across retries.
+ * A numeric ID to ensure that the request is handled correctly across retries. Your client
+ * application must generate this ID randomly.
* @param array $optParams Optional parameters.
*/
public function claim($questId, $milestoneId, $requestId, $optParams = array())
From cbfc437b7322be21fec5dad595873a7fe06b7e54 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 17 Jul 2014 00:46:50 -0700
Subject: [PATCH 0059/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 136 ++++++++++++++++++++++++++++++++
1 file changed, 136 insertions(+)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 8389da320..f73267eec 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -253,6 +253,10 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'search' => array(
+ 'path' => 'jobs/search',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -726,6 +730,19 @@ public function get($jobId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_Job");
}
+ /**
+ * Searches jobs within a project. (jobs.search)
+ *
+ * @param Google_SearchJobsRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_SearchJobsResponse
+ */
+ public function search(Google_Service_Genomics_SearchJobsRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('search', array($params), "Google_Service_Genomics_SearchJobsResponse");
+ }
}
/**
@@ -1270,6 +1287,7 @@ class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collec
public $align;
public $callVariants;
public $gcsOutputPath;
+ public $pairedSourceUris;
public $projectId;
public $sourceUris;
@@ -1303,6 +1321,16 @@ public function getGcsOutputPath()
return $this->gcsOutputPath;
}
+ public function setPairedSourceUris($pairedSourceUris)
+ {
+ $this->pairedSourceUris = $pairedSourceUris;
+ }
+
+ public function getPairedSourceUris()
+ {
+ return $this->pairedSourceUris;
+ }
+
public function setProjectId($projectId)
{
$this->projectId = $projectId;
@@ -1676,6 +1704,7 @@ public function getJobId()
class Google_Service_Genomics_Job extends Google_Collection
{
+ public $created;
public $description;
public $errors;
public $id;
@@ -1684,6 +1713,16 @@ class Google_Service_Genomics_Job extends Google_Collection
public $status;
public $warnings;
+ public function setCreated($created)
+ {
+ $this->created = $created;
+ }
+
+ public function getCreated()
+ {
+ return $this->created;
+ }
+
public function setDescription($description)
{
$this->description = $description;
@@ -2362,6 +2401,103 @@ public function getNextPageToken()
}
}
+class Google_Service_Genomics_SearchJobsRequest extends Google_Collection
+{
+ public $createdAfter;
+ public $createdBefore;
+ public $maxResults;
+ public $pageToken;
+ public $projectId;
+ public $status;
+
+ public function setCreatedAfter($createdAfter)
+ {
+ $this->createdAfter = $createdAfter;
+ }
+
+ public function getCreatedAfter()
+ {
+ return $this->createdAfter;
+ }
+
+ public function setCreatedBefore($createdBefore)
+ {
+ $this->createdBefore = $createdBefore;
+ }
+
+ public function getCreatedBefore()
+ {
+ return $this->createdBefore;
+ }
+
+ public function setMaxResults($maxResults)
+ {
+ $this->maxResults = $maxResults;
+ }
+
+ public function getMaxResults()
+ {
+ return $this->maxResults;
+ }
+
+ public function setPageToken($pageToken)
+ {
+ $this->pageToken = $pageToken;
+ }
+
+ public function getPageToken()
+ {
+ return $this->pageToken;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+}
+
+class Google_Service_Genomics_SearchJobsResponse extends Google_Collection
+{
+ protected $jobsType = 'Google_Service_Genomics_Job';
+ protected $jobsDataType = 'array';
+ public $nextPageToken;
+
+ public function setJobs($jobs)
+ {
+ $this->jobs = $jobs;
+ }
+
+ public function getJobs()
+ {
+ return $this->jobs;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
class Google_Service_Genomics_SearchReadsRequest extends Google_Collection
{
public $maxResults;
From dc7af30057cc3263fa86fd890123bda444d324d3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 17 Jul 2014 00:46:51 -0700
Subject: [PATCH 0060/1274] Updated Drive.php
---
src/Google/Service/Drive.php | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/Google/Service/Drive.php b/src/Google/Service/Drive.php
index 3203fe686..aaa94c035 100644
--- a/src/Google/Service/Drive.php
+++ b/src/Google/Service/Drive.php
@@ -528,6 +528,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'corpus' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'projection' => array(
'location' => 'query',
'type' => 'string',
@@ -1762,6 +1766,8 @@ public function insert(Google_Service_Drive_DriveFile $postBody, $optParams = ar
* Query string for searching files.
* @opt_param string pageToken
* Page token for files.
+ * @opt_param string corpus
+ * The body of items (files/documents) to which the query applies.
* @opt_param string projection
* This parameter is deprecated and has no function.
* @opt_param int maxResults
From 14d379397e9e9d0364dbd47bdd308c0850a57d2a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 17 Jul 2014 00:46:51 -0700
Subject: [PATCH 0061/1274] Updated Directory.php
---
src/Google/Service/Directory.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Directory.php b/src/Google/Service/Directory.php
index 6ab36e614..7c50ce451 100644
--- a/src/Google/Service/Directory.php
+++ b/src/Google/Service/Directory.php
@@ -2703,6 +2703,7 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
public $bootMode;
public $deviceId;
public $etag;
+ public $ethernetMacAddress;
public $firmwareVersion;
public $kind;
public $lastEnrollmentTime;
@@ -2772,6 +2773,16 @@ public function getEtag()
return $this->etag;
}
+ public function setEthernetMacAddress($ethernetMacAddress)
+ {
+ $this->ethernetMacAddress = $ethernetMacAddress;
+ }
+
+ public function getEthernetMacAddress()
+ {
+ return $this->ethernetMacAddress;
+ }
+
public function setFirmwareVersion($firmwareVersion)
{
$this->firmwareVersion = $firmwareVersion;
From 1deb4ebf35cbe5b5960d1e4fda506c87533db3a4 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 18 Jul 2014 03:47:47 -0400
Subject: [PATCH 0062/1274] Added service Cloudmonitoring.php
---
src/Google/Service/Cloudmonitoring.php | 971 +++++++++++++++++++++++++
1 file changed, 971 insertions(+)
create mode 100644 src/Google/Service/Cloudmonitoring.php
diff --git a/src/Google/Service/Cloudmonitoring.php b/src/Google/Service/Cloudmonitoring.php
new file mode 100644
index 000000000..850e6b5b1
--- /dev/null
+++ b/src/Google/Service/Cloudmonitoring.php
@@ -0,0 +1,971 @@
+
+ * API for accessing Google Cloud and API monitoring data.
+ *
+ *
+ *
+ * For more information about this service, see the API
+ * Documentation
+ *
+ *
+ * @author Google, Inc.
+ */
+class Google_Service_Cloudmonitoring extends Google_Service
+{
+ /** View monitoring data for all of your Google Cloud and API projects. */
+ const MONITORING_READONLY = "https://www.googleapis.com/auth/monitoring.readonly";
+
+ public $metricDescriptors;
+ public $timeseries;
+ public $timeseriesDescriptors;
+
+
+ /**
+ * Constructs the internal representation of the Cloudmonitoring service.
+ *
+ * @param Google_Client $client
+ */
+ public function __construct(Google_Client $client)
+ {
+ parent::__construct($client);
+ $this->servicePath = 'cloudmonitoring/v2beta1/projects/';
+ $this->version = 'v2beta1';
+ $this->serviceName = 'cloudmonitoring';
+
+ $this->metricDescriptors = new Google_Service_Cloudmonitoring_MetricDescriptors_Resource(
+ $this,
+ $this->serviceName,
+ 'metricDescriptors',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => '{project}/metricDescriptors',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'count' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'query' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->timeseries = new Google_Service_Cloudmonitoring_Timeseries_Resource(
+ $this,
+ $this->serviceName,
+ 'timeseries',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => '{project}/timeseries/{metric}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'metric' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'youngest' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'count' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'timespan' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'labels' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'oldest' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->timeseriesDescriptors = new Google_Service_Cloudmonitoring_TimeseriesDescriptors_Resource(
+ $this,
+ $this->serviceName,
+ 'timeseriesDescriptors',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => '{project}/timeseriesDescriptors/{metric}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'metric' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'youngest' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'count' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'timespan' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'labels' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'oldest' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "metricDescriptors" collection of methods.
+ * Typical usage is:
+ *
+ * $cloudmonitoringService = new Google_Service_Cloudmonitoring(...);
+ * $metricDescriptors = $cloudmonitoringService->metricDescriptors;
+ *
+ */
+class Google_Service_Cloudmonitoring_MetricDescriptors_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List metric descriptors that match the query. If the query is not set, then
+ * all of the metric descriptors will be returned. Large responses will be
+ * paginated, use the nextPageToken returned in the response to request
+ * subsequent pages of results by setting the pageToken query parameter to the
+ * value of the nextPageToken. (metricDescriptors.listMetricDescriptors)
+ *
+ * @param string $project
+ * The project id. The value can be the numeric project ID or string-based project name.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int count
+ * Maximum number of metric descriptors per page. Used for pagination. If not specified, count =
+ * 100.
+ * @opt_param string pageToken
+ * The pagination token, which is used to page through large result sets. Set this value to the
+ * value of the nextPageToken to retrieve the next page of results.
+ * @opt_param string query
+ * The query used to search against existing metrics. Separate keywords with a space; the service
+ * joins all keywords with AND, meaning that all keywords must match for a metric to be returned.
+ * If this field is omitted, all metrics are returned. If an empty string is passed with this
+ * field, no metrics are returned.
+ * @return Google_Service_Cloudmonitoring_ListMetricDescriptorsResponse
+ */
+ public function listMetricDescriptors($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Cloudmonitoring_ListMetricDescriptorsResponse");
+ }
+}
+
+/**
+ * The "timeseries" collection of methods.
+ * Typical usage is:
+ *
+ * $cloudmonitoringService = new Google_Service_Cloudmonitoring(...);
+ * $timeseries = $cloudmonitoringService->timeseries;
+ *
+ */
+class Google_Service_Cloudmonitoring_Timeseries_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List the data points of the time series that match the metric and labels
+ * values and that have data points in the interval. Large responses are
+ * paginated; use the nextPageToken returned in the response to request
+ * subsequent pages of results by setting the pageToken query parameter to the
+ * value of the nextPageToken. (timeseries.listTimeseries)
+ *
+ * @param string $project
+ * The project ID to which this time series belongs. The value can be the numeric project ID or
+ * string-based project name.
+ * @param string $metric
+ * Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
+ * appengine.googleapis.com/http/server/response_count or
+ * compute.googleapis.com/instance/disk/read_ops_count.
+ * @param string $youngest
+ * End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int count
+ * Maximum number of data points per page, which is used for pagination of results.
+ * @opt_param string timespan
+ * Length of the time interval to query, which is an alternative way to declare the interval:
+ * (youngest - timespan, youngest]. The timespan and oldest parameters should not be used together.
+ * Units:
+ - s: second
+ - m: minute
+ - h: hour
+ - d: day
+ - w: week Examples: 2s, 3m, 4w. Only
+ * one unit is allowed, for example: 2w3d is not allowed; you should use 17d instead.
+ If neither
+ * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
+ * youngest].
+ * @opt_param string labels
+ * A collection of labels for the matching time series, which are represented as:
+ - key==value:
+ * key equals the value
+ - key=~value: key regex matches the value
+ - key!=value: key does not
+ * equal the value
+ - key!~value: key regex does not match the value For example, to list all of
+ * the time series descriptors for the region us-central1, you could specify:
+ * label=cloud.googleapis.com%2Flocation=~us-central1.*
+ * @opt_param string pageToken
+ * The pagination token, which is used to page through large result sets. Set this value to the
+ * value of the nextPageToken to retrieve the next page of results.
+ * @opt_param string oldest
+ * Start of the time interval (exclusive), which is expressed as an RFC 3339 timestamp. If neither
+ * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
+ * youngest]
+ * @return Google_Service_Cloudmonitoring_ListTimeseriesResponse
+ */
+ public function listTimeseries($project, $metric, $youngest, $optParams = array())
+ {
+ $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Cloudmonitoring_ListTimeseriesResponse");
+ }
+}
+
+/**
+ * The "timeseriesDescriptors" collection of methods.
+ * Typical usage is:
+ *
+ * $cloudmonitoringService = new Google_Service_Cloudmonitoring(...);
+ * $timeseriesDescriptors = $cloudmonitoringService->timeseriesDescriptors;
+ *
+ */
+class Google_Service_Cloudmonitoring_TimeseriesDescriptors_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List the descriptors of the time series that match the metric and labels
+ * values and that have data points in the interval. Large responses are
+ * paginated; use the nextPageToken returned in the response to request
+ * subsequent pages of results by setting the pageToken query parameter to the
+ * value of the nextPageToken. (timeseriesDescriptors.listTimeseriesDescriptors)
+ *
+ * @param string $project
+ * The project ID to which this time series belongs. The value can be the numeric project ID or
+ * string-based project name.
+ * @param string $metric
+ * Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
+ * appengine.googleapis.com/http/server/response_count or
+ * compute.googleapis.com/instance/disk/read_ops_count.
+ * @param string $youngest
+ * End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int count
+ * Maximum number of time series descriptors per page. Used for pagination. If not specified, count
+ * = 100.
+ * @opt_param string timespan
+ * Length of the time interval to query, which is an alternative way to declare the interval:
+ * (youngest - timespan, youngest]. The timespan and oldest parameters should not be used together.
+ * Units:
+ - s: second
+ - m: minute
+ - h: hour
+ - d: day
+ - w: week Examples: 2s, 3m, 4w. Only
+ * one unit is allowed, for example: 2w3d is not allowed; you should use 17d instead.
+ If neither
+ * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
+ * youngest].
+ * @opt_param string labels
+ * A collection of labels for the matching time series, which are represented as:
+ - key==value:
+ * key equals the value
+ - key=~value: key regex matches the value
+ - key!=value: key does not
+ * equal the value
+ - key!~value: key regex does not match the value For example, to list all of
+ * the time series descriptors for the region us-central1, you could specify:
+ * label=cloud.googleapis.com%2Flocation=~us-central1.*
+ * @opt_param string pageToken
+ * The pagination token, which is used to page through large result sets. Set this value to the
+ * value of the nextPageToken to retrieve the next page of results.
+ * @opt_param string oldest
+ * Start of the time interval (exclusive), which is expressed as an RFC 3339 timestamp. If neither
+ * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
+ * youngest]
+ * @return Google_Service_Cloudmonitoring_ListTimeseriesDescriptorsResponse
+ */
+ public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array())
+ {
+ $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Cloudmonitoring_ListTimeseriesDescriptorsResponse");
+ }
+}
+
+
+
+
+class Google_Service_Cloudmonitoring_ListMetricDescriptorsRequest extends Google_Model
+{
+ public $kind;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Cloudmonitoring_ListMetricDescriptorsResponse extends Google_Collection
+{
+ public $kind;
+ protected $metricsType = 'Google_Service_Cloudmonitoring_MetricDescriptor';
+ protected $metricsDataType = 'array';
+ public $nextPageToken;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setMetrics($metrics)
+ {
+ $this->metrics = $metrics;
+ }
+
+ public function getMetrics()
+ {
+ return $this->metrics;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Cloudmonitoring_ListTimeseriesDescriptorsRequest extends Google_Model
+{
+ public $kind;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Cloudmonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ public $oldest;
+ protected $timeseriesType = 'Google_Service_Cloudmonitoring_TimeseriesDescriptor';
+ protected $timeseriesDataType = 'array';
+ public $youngest;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setOldest($oldest)
+ {
+ $this->oldest = $oldest;
+ }
+
+ public function getOldest()
+ {
+ return $this->oldest;
+ }
+
+ public function setTimeseries($timeseries)
+ {
+ $this->timeseries = $timeseries;
+ }
+
+ public function getTimeseries()
+ {
+ return $this->timeseries;
+ }
+
+ public function setYoungest($youngest)
+ {
+ $this->youngest = $youngest;
+ }
+
+ public function getYoungest()
+ {
+ return $this->youngest;
+ }
+}
+
+class Google_Service_Cloudmonitoring_ListTimeseriesRequest extends Google_Model
+{
+ public $kind;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Cloudmonitoring_ListTimeseriesResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ public $oldest;
+ protected $timeseriesType = 'Google_Service_Cloudmonitoring_Timeseries';
+ protected $timeseriesDataType = 'array';
+ public $youngest;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setOldest($oldest)
+ {
+ $this->oldest = $oldest;
+ }
+
+ public function getOldest()
+ {
+ return $this->oldest;
+ }
+
+ public function setTimeseries($timeseries)
+ {
+ $this->timeseries = $timeseries;
+ }
+
+ public function getTimeseries()
+ {
+ return $this->timeseries;
+ }
+
+ public function setYoungest($youngest)
+ {
+ $this->youngest = $youngest;
+ }
+
+ public function getYoungest()
+ {
+ return $this->youngest;
+ }
+}
+
+class Google_Service_Cloudmonitoring_MetricDescriptor extends Google_Collection
+{
+ public $description;
+ protected $labelsType = 'Google_Service_Cloudmonitoring_MetricDescriptorLabelDescriptor';
+ protected $labelsDataType = 'array';
+ public $name;
+ public $project;
+ protected $typeDescriptorType = 'Google_Service_Cloudmonitoring_MetricDescriptorTypeDescriptor';
+ protected $typeDescriptorDataType = '';
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setLabels($labels)
+ {
+ $this->labels = $labels;
+ }
+
+ public function getLabels()
+ {
+ return $this->labels;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+
+ public function getProject()
+ {
+ return $this->project;
+ }
+
+ public function setTypeDescriptor(Google_Service_Cloudmonitoring_MetricDescriptorTypeDescriptor $typeDescriptor)
+ {
+ $this->typeDescriptor = $typeDescriptor;
+ }
+
+ public function getTypeDescriptor()
+ {
+ return $this->typeDescriptor;
+ }
+}
+
+class Google_Service_Cloudmonitoring_MetricDescriptorLabelDescriptor extends Google_Model
+{
+ public $description;
+ public $key;
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+}
+
+class Google_Service_Cloudmonitoring_MetricDescriptorTypeDescriptor extends Google_Model
+{
+ public $metricType;
+ public $valueType;
+
+ public function setMetricType($metricType)
+ {
+ $this->metricType = $metricType;
+ }
+
+ public function getMetricType()
+ {
+ return $this->metricType;
+ }
+
+ public function setValueType($valueType)
+ {
+ $this->valueType = $valueType;
+ }
+
+ public function getValueType()
+ {
+ return $this->valueType;
+ }
+}
+
+class Google_Service_Cloudmonitoring_Point extends Google_Model
+{
+ public $boolValue;
+ protected $distributionValueType = 'Google_Service_Cloudmonitoring_PointDistribution';
+ protected $distributionValueDataType = '';
+ public $doubleValue;
+ public $end;
+ public $int64Value;
+ public $start;
+ public $stringValue;
+
+ public function setBoolValue($boolValue)
+ {
+ $this->boolValue = $boolValue;
+ }
+
+ public function getBoolValue()
+ {
+ return $this->boolValue;
+ }
+
+ public function setDistributionValue(Google_Service_Cloudmonitoring_PointDistribution $distributionValue)
+ {
+ $this->distributionValue = $distributionValue;
+ }
+
+ public function getDistributionValue()
+ {
+ return $this->distributionValue;
+ }
+
+ public function setDoubleValue($doubleValue)
+ {
+ $this->doubleValue = $doubleValue;
+ }
+
+ public function getDoubleValue()
+ {
+ return $this->doubleValue;
+ }
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+
+ public function getEnd()
+ {
+ return $this->end;
+ }
+
+ public function setInt64Value($int64Value)
+ {
+ $this->int64Value = $int64Value;
+ }
+
+ public function getInt64Value()
+ {
+ return $this->int64Value;
+ }
+
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+
+ public function getStart()
+ {
+ return $this->start;
+ }
+
+ public function setStringValue($stringValue)
+ {
+ $this->stringValue = $stringValue;
+ }
+
+ public function getStringValue()
+ {
+ return $this->stringValue;
+ }
+}
+
+class Google_Service_Cloudmonitoring_PointDistribution extends Google_Collection
+{
+ protected $bucketsType = 'Google_Service_Cloudmonitoring_PointDistributionBucket';
+ protected $bucketsDataType = 'array';
+ protected $overflowBucketType = 'Google_Service_Cloudmonitoring_PointDistributionOverflowBucket';
+ protected $overflowBucketDataType = '';
+ protected $underflowBucketType = 'Google_Service_Cloudmonitoring_PointDistributionUnderflowBucket';
+ protected $underflowBucketDataType = '';
+
+ public function setBuckets($buckets)
+ {
+ $this->buckets = $buckets;
+ }
+
+ public function getBuckets()
+ {
+ return $this->buckets;
+ }
+
+ public function setOverflowBucket(Google_Service_Cloudmonitoring_PointDistributionOverflowBucket $overflowBucket)
+ {
+ $this->overflowBucket = $overflowBucket;
+ }
+
+ public function getOverflowBucket()
+ {
+ return $this->overflowBucket;
+ }
+
+ public function setUnderflowBucket(Google_Service_Cloudmonitoring_PointDistributionUnderflowBucket $underflowBucket)
+ {
+ $this->underflowBucket = $underflowBucket;
+ }
+
+ public function getUnderflowBucket()
+ {
+ return $this->underflowBucket;
+ }
+}
+
+class Google_Service_Cloudmonitoring_PointDistributionBucket extends Google_Model
+{
+ public $count;
+ public $lowerBound;
+ public $upperBound;
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setLowerBound($lowerBound)
+ {
+ $this->lowerBound = $lowerBound;
+ }
+
+ public function getLowerBound()
+ {
+ return $this->lowerBound;
+ }
+
+ public function setUpperBound($upperBound)
+ {
+ $this->upperBound = $upperBound;
+ }
+
+ public function getUpperBound()
+ {
+ return $this->upperBound;
+ }
+}
+
+class Google_Service_Cloudmonitoring_PointDistributionOverflowBucket extends Google_Model
+{
+ public $count;
+ public $lowerBound;
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setLowerBound($lowerBound)
+ {
+ $this->lowerBound = $lowerBound;
+ }
+
+ public function getLowerBound()
+ {
+ return $this->lowerBound;
+ }
+}
+
+class Google_Service_Cloudmonitoring_PointDistributionUnderflowBucket extends Google_Model
+{
+ public $count;
+ public $upperBound;
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setUpperBound($upperBound)
+ {
+ $this->upperBound = $upperBound;
+ }
+
+ public function getUpperBound()
+ {
+ return $this->upperBound;
+ }
+}
+
+class Google_Service_Cloudmonitoring_Timeseries extends Google_Collection
+{
+ protected $pointsType = 'Google_Service_Cloudmonitoring_Point';
+ protected $pointsDataType = 'array';
+ protected $timeseriesDescType = 'Google_Service_Cloudmonitoring_TimeseriesDescriptor';
+ protected $timeseriesDescDataType = '';
+
+ public function setPoints($points)
+ {
+ $this->points = $points;
+ }
+
+ public function getPoints()
+ {
+ return $this->points;
+ }
+
+ public function setTimeseriesDesc(Google_Service_Cloudmonitoring_TimeseriesDescriptor $timeseriesDesc)
+ {
+ $this->timeseriesDesc = $timeseriesDesc;
+ }
+
+ public function getTimeseriesDesc()
+ {
+ return $this->timeseriesDesc;
+ }
+}
+
+class Google_Service_Cloudmonitoring_TimeseriesDescriptor extends Google_Model
+{
+ public $labels;
+ public $metric;
+ public $project;
+
+ public function setLabels($labels)
+ {
+ $this->labels = $labels;
+ }
+
+ public function getLabels()
+ {
+ return $this->labels;
+ }
+
+ public function setMetric($metric)
+ {
+ $this->metric = $metric;
+ }
+
+ public function getMetric()
+ {
+ return $this->metric;
+ }
+
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+
+ public function getProject()
+ {
+ return $this->project;
+ }
+}
From 783c5596fd7a79d06eb966d05847a18d19704591 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 19 Jul 2014 00:48:58 -0700
Subject: [PATCH 0063/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 149 ++++++++++++++++++++++----------
1 file changed, 102 insertions(+), 47 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index f73267eec..583d8220e 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -267,17 +267,7 @@ public function __construct(Google_Client $client)
'reads',
array(
'methods' => array(
- 'get' => array(
- 'path' => 'reads/{readId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'readId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'search' => array(
+ 'search' => array(
'path' => 'reads/search',
'httpMethod' => 'POST',
'parameters' => array(),
@@ -291,11 +281,7 @@ public function __construct(Google_Client $client)
'readsets',
array(
'methods' => array(
- 'create' => array(
- 'path' => 'readsets',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'delete' => array(
+ 'delete' => array(
'path' => 'readsets/{readsetId}',
'httpMethod' => 'DELETE',
'parameters' => array(
@@ -624,7 +610,8 @@ public function get($datasetId, $optParams = array())
* @opt_param string maxResults
* The maximum number of results returned by this request.
* @opt_param string projectId
- * Only return datasets which belong to this Google Developers Console project.
+ * Only return datasets which belong to this Google Developers Console project. Only accepts
+ * project numbers.
* @return Google_Service_Genomics_ListDatasetsResponse
*/
public function listDatasets($optParams = array())
@@ -731,7 +718,7 @@ public function get($jobId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Genomics_Job");
}
/**
- * Searches jobs within a project. (jobs.search)
+ * Gets a list of jobs matching the criteria. (jobs.search)
*
* @param Google_SearchJobsRequest $postBody
* @param array $optParams Optional parameters.
@@ -756,20 +743,6 @@ public function search(Google_Service_Genomics_SearchJobsRequest $postBody, $opt
class Google_Service_Genomics_Reads_Resource extends Google_Service_Resource
{
- /**
- * Gets a read by ID. (reads.get)
- *
- * @param string $readId
- * The ID of the read.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_Read
- */
- public function get($readId, $optParams = array())
- {
- $params = array('readId' => $readId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Genomics_Read");
- }
/**
* Gets a list of reads for one or more readsets. Reads search operates over a
* genomic coordinate space of reference sequence & position defined over the
@@ -804,19 +777,6 @@ public function search(Google_Service_Genomics_SearchReadsRequest $postBody, $op
class Google_Service_Genomics_Readsets_Resource extends Google_Service_Resource
{
- /**
- * Creates a new readset. (readsets.create)
- *
- * @param Google_Readset $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_Readset
- */
- public function create(Google_Service_Genomics_Readset $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Genomics_Readset");
- }
/**
* Deletes a readset. (readsets.delete)
*
@@ -882,7 +842,8 @@ public function import(Google_Service_Genomics_ImportReadsetsRequest $postBody,
* Updates a readset. This method supports patch semantics. (readsets.patch)
*
* @param string $readsetId
- * The ID of the readset to be updated.
+ * The ID of the readset to be updated. The caller must have WRITE permissions to the dataset
+ * associated with this readset.
* @param Google_Readset $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Readset
@@ -910,7 +871,8 @@ public function search(Google_Service_Genomics_SearchReadsetsRequest $postBody,
* Updates a readset. (readsets.update)
*
* @param string $readsetId
- * The ID of the readset to be updated.
+ * The ID of the readset to be updated. The caller must have WRITE permissions to the dataset
+ * associated with this readset.
* @param Google_Readset $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Readset
@@ -1508,6 +1470,8 @@ class Google_Service_Genomics_GetVariantsSummaryResponse extends Google_Collecti
{
protected $contigBoundsType = 'Google_Service_Genomics_ContigBound';
protected $contigBoundsDataType = 'array';
+ protected $metadataType = 'Google_Service_Genomics_Metadata';
+ protected $metadataDataType = 'array';
public function setContigBounds($contigBounds)
{
@@ -1518,6 +1482,16 @@ public function getContigBounds()
{
return $this->contigBounds;
}
+
+ public function setMetadata($metadata)
+ {
+ $this->metadata = $metadata;
+ }
+
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
}
class Google_Service_Genomics_Header extends Google_Model
@@ -1821,6 +1795,87 @@ public function getNextPageToken()
}
}
+class Google_Service_Genomics_Metadata extends Google_Model
+{
+ public $description;
+ public $id;
+ public $info;
+ public $key;
+ public $number;
+ public $type;
+ public $value;
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setInfo($info)
+ {
+ $this->info = $info;
+ }
+
+ public function getInfo()
+ {
+ return $this->info;
+ }
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setNumber($number)
+ {
+ $this->number = $number;
+ }
+
+ public function getNumber()
+ {
+ return $this->number;
+ }
+
+ 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;
+ }
+}
+
class Google_Service_Genomics_Program extends Google_Model
{
public $commandLine;
From 68e76bc226d065d6526380c8b9940cd5bb40ea83 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 19 Jul 2014 00:48:58 -0700
Subject: [PATCH 0064/1274] Added service ShoppingContent.php
---
src/Google/Service/ShoppingContent.php | 5533 ++++++++++++++++++++++++
1 file changed, 5533 insertions(+)
create mode 100644 src/Google/Service/ShoppingContent.php
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
new file mode 100644
index 000000000..5780318b9
--- /dev/null
+++ b/src/Google/Service/ShoppingContent.php
@@ -0,0 +1,5533 @@
+
+ * Manage product items, inventory, and Merchant Center accounts for Google Shopping.
+ *
+ *
+ *
+ * For more information about this service, see the API
+ * Documentation
+ *
+ *
+ * @author Google, Inc.
+ */
+class Google_Service_ShoppingContent extends Google_Service
+{
+ /** Manage your product listings and accounts for Google Shopping. */
+ const CONTENT = "https://www.googleapis.com/auth/content";
+
+ public $accounts;
+ public $accountshipping;
+ public $accountstatuses;
+ public $accounttax;
+ public $datafeeds;
+ public $datafeedstatuses;
+ public $inventory;
+ public $products;
+ public $productstatuses;
+
+
+ /**
+ * Constructs the internal representation of the ShoppingContent service.
+ *
+ * @param Google_Client $client
+ */
+ public function __construct(Google_Client $client)
+ {
+ parent::__construct($client);
+ $this->servicePath = 'content/v2/';
+ $this->version = 'v2';
+ $this->serviceName = 'content';
+
+ $this->accounts = new Google_Service_ShoppingContent_Accounts_Resource(
+ $this,
+ $this->serviceName,
+ 'accounts',
+ array(
+ 'methods' => array(
+ 'custombatch' => array(
+ 'path' => 'accounts/batch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'delete' => array(
+ 'path' => '{merchantId}/accounts/{accountId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{merchantId}/accounts/{accountId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => '{merchantId}/accounts',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{merchantId}/accounts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{merchantId}/accounts/{accountId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{merchantId}/accounts/{accountId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accountshipping = new Google_Service_ShoppingContent_Accountshipping_Resource(
+ $this,
+ $this->serviceName,
+ 'accountshipping',
+ array(
+ 'methods' => array(
+ 'patch' => array(
+ 'path' => '{merchantId}/accountshipping/{accountId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accountstatuses = new Google_Service_ShoppingContent_Accountstatuses_Resource(
+ $this,
+ $this->serviceName,
+ 'accountstatuses',
+ array(
+ 'methods' => array(
+ 'custombatch' => array(
+ 'path' => 'accountstatuses/batch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'get' => array(
+ 'path' => '{merchantId}/accountstatuses/{accountId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{merchantId}/accountstatuses',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->accounttax = new Google_Service_ShoppingContent_Accounttax_Resource(
+ $this,
+ $this->serviceName,
+ 'accounttax',
+ array(
+ 'methods' => array(
+ 'patch' => array(
+ 'path' => '{merchantId}/accounttax/{accountId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->datafeeds = new Google_Service_ShoppingContent_Datafeeds_Resource(
+ $this,
+ $this->serviceName,
+ 'datafeeds',
+ array(
+ 'methods' => array(
+ 'batch' => array(
+ 'path' => 'datafeedsNativeBatch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'custombatch' => array(
+ 'path' => 'datafeeds/batch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'delete' => array(
+ 'path' => '{merchantId}/datafeeds/{datafeedId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'datafeedId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{merchantId}/datafeeds/{datafeedId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'datafeedId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => '{merchantId}/datafeeds',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{merchantId}/datafeeds',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{merchantId}/datafeeds/{datafeedId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'datafeedId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{merchantId}/datafeeds/{datafeedId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'datafeedId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->datafeedstatuses = new Google_Service_ShoppingContent_Datafeedstatuses_Resource(
+ $this,
+ $this->serviceName,
+ 'datafeedstatuses',
+ array(
+ 'methods' => array(
+ 'batch' => array(
+ 'path' => 'datafeedstatusesNativeBatch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'custombatch' => array(
+ 'path' => 'datafeedstatuses/batch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'get' => array(
+ 'path' => '{merchantId}/datafeedstatuses/{datafeedId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'datafeedId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{merchantId}/datafeedstatuses',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->inventory = new Google_Service_ShoppingContent_Inventory_Resource(
+ $this,
+ $this->serviceName,
+ 'inventory',
+ array(
+ 'methods' => array(
+ 'custombatch' => array(
+ 'path' => 'inventory/batch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'set' => array(
+ 'path' => '{merchantId}/inventory/{storeCode}/products/{productId}',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'storeCode' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'productId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->products = new Google_Service_ShoppingContent_Products_Resource(
+ $this,
+ $this->serviceName,
+ 'products',
+ array(
+ 'methods' => array(
+ 'custombatch' => array(
+ 'path' => 'products/batch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'dryRun' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => '{merchantId}/products/{productId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'productId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'dryRun' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{merchantId}/products/{productId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'productId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => '{merchantId}/products',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'dryRun' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{merchantId}/products',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->productstatuses = new Google_Service_ShoppingContent_Productstatuses_Resource(
+ $this,
+ $this->serviceName,
+ 'productstatuses',
+ array(
+ 'methods' => array(
+ 'custombatch' => array(
+ 'path' => 'productstatuses/batch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'get' => array(
+ 'path' => '{merchantId}/productstatuses/{productId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'productId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{merchantId}/productstatuses',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'merchantId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "accounts" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $accounts = $contentService->accounts;
+ *
+ */
+class Google_Service_ShoppingContent_Accounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves, inserts, updates, and deletes multiple Merchant Center
+ * (sub-)accounts in a single request. (accounts.custombatch)
+ *
+ * @param Google_AccountsCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountsCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountsCustomBatchResponse");
+ }
+ /**
+ * Deletes a Merchant Center sub-account. (accounts.delete)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($merchantId, $accountId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieves a Merchant Center account. (accounts.get)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Account
+ */
+ public function get($merchantId, $accountId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_Account");
+ }
+ /**
+ * Creates a Merchant Center sub-account. (accounts.insert)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Account
+ */
+ public function insert($merchantId, Google_Service_ShoppingContent_Account $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_ShoppingContent_Account");
+ }
+ /**
+ * Lists the sub-accounts in your Merchant Center account.
+ * (accounts.listAccounts)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of accounts to return in the response, used for paging.
+ * @return Google_Service_ShoppingContent_AccountsListResponse
+ */
+ public function listAccounts($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountsListResponse");
+ }
+ /**
+ * Updates a Merchant Center account. This method supports patch semantics.
+ * (accounts.patch)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Account
+ */
+ public function patch($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_ShoppingContent_Account");
+ }
+ /**
+ * Updates a Merchant Center account. (accounts.update)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Account
+ */
+ public function update($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_ShoppingContent_Account");
+ }
+}
+
+/**
+ * The "accountshipping" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $accountshipping = $contentService->accountshipping;
+ *
+ */
+class Google_Service_ShoppingContent_Accountshipping_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Updates the shipping settings of the account. This method supports patch
+ * semantics. (accountshipping.patch)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account for which to get/update account shipping settings.
+ * @param Google_AccountShipping $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountShipping
+ */
+ public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountShipping");
+ }
+}
+
+/**
+ * The "accountstatuses" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $accountstatuses = $contentService->accountstatuses;
+ *
+ */
+class Google_Service_ShoppingContent_Accountstatuses_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (accountstatuses.custombatch)
+ *
+ * @param Google_AccountstatusesCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse");
+ }
+ /**
+ * Retrieves the status of a Merchant Center account. (accountstatuses.get)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountStatus
+ */
+ public function get($merchantId, $accountId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountStatus");
+ }
+ /**
+ * Lists the statuses of the sub-accounts in your Merchant Center account.
+ * (accountstatuses.listAccountstatuses)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of account statuses to return in the response, used for paging.
+ * @return Google_Service_ShoppingContent_AccountstatusesListResponse
+ */
+ public function listAccountstatuses($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountstatusesListResponse");
+ }
+}
+
+/**
+ * The "accounttax" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $accounttax = $contentService->accounttax;
+ *
+ */
+class Google_Service_ShoppingContent_Accounttax_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Updates the tax settings of the account. This method supports patch
+ * semantics. (accounttax.patch)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $accountId
+ * The ID of the account for which to get/update account tax settings.
+ * @param Google_AccountTax $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountTax
+ */
+ public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountTax");
+ }
+}
+
+/**
+ * The "datafeeds" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $datafeeds = $contentService->datafeeds;
+ *
+ */
+class Google_Service_ShoppingContent_Datafeeds_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (datafeeds.batch)
+ *
+ * @param Google_DatafeedsBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_DatafeedsBatchResponse
+ */
+ public function batch(Google_Service_ShoppingContent_DatafeedsBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batch', array($params), "Google_Service_ShoppingContent_DatafeedsBatchResponse");
+ }
+ /**
+ * (datafeeds.custombatch)
+ *
+ * @param Google_DatafeedsCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse");
+ }
+ /**
+ * Deletes a datafeed from your Merchant Center account. (datafeeds.delete)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($merchantId, $datafeedId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieves a datafeed from your Merchant Center account. (datafeeds.get)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Datafeed
+ */
+ public function get($merchantId, $datafeedId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed");
+ }
+ /**
+ * Registers a datafeed with your Merchant Center account. (datafeeds.insert)
+ *
+ * @param string $merchantId
+ *
+ * @param Google_Datafeed $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Datafeed
+ */
+ public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed");
+ }
+ /**
+ * Lists the datafeeds in your Merchant Center account.
+ * (datafeeds.listDatafeeds)
+ *
+ * @param string $merchantId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_DatafeedsListResponse
+ */
+ public function listDatafeeds($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse");
+ }
+ /**
+ * Updates a datafeed of your Merchant Center account. This method supports
+ * patch semantics. (datafeeds.patch)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param Google_Datafeed $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Datafeed
+ */
+ public function patch($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_ShoppingContent_Datafeed");
+ }
+ /**
+ * Updates a datafeed of your Merchant Center account. (datafeeds.update)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param Google_Datafeed $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Datafeed
+ */
+ public function update($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_ShoppingContent_Datafeed");
+ }
+}
+
+/**
+ * The "datafeedstatuses" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $datafeedstatuses = $contentService->datafeedstatuses;
+ *
+ */
+class Google_Service_ShoppingContent_Datafeedstatuses_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (datafeedstatuses.batch)
+ *
+ * @param Google_DatafeedstatusesBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_DatafeedstatusesBatchResponse
+ */
+ public function batch(Google_Service_ShoppingContent_DatafeedstatusesBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesBatchResponse");
+ }
+ /**
+ * (datafeedstatuses.custombatch)
+ *
+ * @param Google_DatafeedstatusesCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse");
+ }
+ /**
+ * Retrieves the status of a datafeed from your Merchant Center account.
+ * (datafeedstatuses.get)
+ *
+ * @param string $merchantId
+ *
+ * @param string $datafeedId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_DatafeedStatus
+ */
+ public function get($merchantId, $datafeedId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_DatafeedStatus");
+ }
+ /**
+ * Lists the statuses of the datafeeds in your Merchant Center account.
+ * (datafeedstatuses.listDatafeedstatuses)
+ *
+ * @param string $merchantId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_DatafeedstatusesListResponse
+ */
+ public function listDatafeedstatuses($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedstatusesListResponse");
+ }
+}
+
+/**
+ * The "inventory" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $inventory = $contentService->inventory;
+ *
+ */
+class Google_Service_ShoppingContent_Inventory_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Updates price and availability for multiple products or stores in a single
+ * request. (inventory.custombatch)
+ *
+ * @param Google_InventoryCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_InventoryCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_InventoryCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_InventoryCustomBatchResponse");
+ }
+ /**
+ * Updates price and availability of a product in your Merchant Center account.
+ * (inventory.set)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $storeCode
+ * The code of the store for which to update price and availability. Use online to update price and
+ * availability of an online product.
+ * @param string $productId
+ * The ID of the product for which to update price and availability.
+ * @param Google_InventorySetRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_InventorySetResponse
+ */
+ public function set($merchantId, $storeCode, $productId, Google_Service_ShoppingContent_InventorySetRequest $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'storeCode' => $storeCode, 'productId' => $productId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('set', array($params), "Google_Service_ShoppingContent_InventorySetResponse");
+ }
+}
+
+/**
+ * The "products" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $products = $contentService->products;
+ *
+ */
+class Google_Service_ShoppingContent_Products_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves, inserts, and deletes multiple products in a single request.
+ * (products.custombatch)
+ *
+ * @param Google_ProductsCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool dryRun
+ * Flag to run the request in dry-run mode.
+ * @return Google_Service_ShoppingContent_ProductsCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductsCustomBatchResponse");
+ }
+ /**
+ * Deletes a product from your Merchant Center account. (products.delete)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $productId
+ * The ID of the product.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool dryRun
+ * Flag to run the request in dry-run mode.
+ */
+ public function delete($merchantId, $productId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieves a product from your Merchant Center account. (products.get)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $productId
+ * The ID of the product.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Product
+ */
+ public function get($merchantId, $productId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_Product");
+ }
+ /**
+ * Uploads a product to your Merchant Center account. (products.insert)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param Google_Product $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool dryRun
+ * Flag to run the request in dry-run mode.
+ * @return Google_Service_ShoppingContent_Product
+ */
+ public function insert($merchantId, Google_Service_ShoppingContent_Product $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_ShoppingContent_Product");
+ }
+ /**
+ * Lists the products in your Merchant Center account. (products.listProducts)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of products to return in the response, used for paging.
+ * @return Google_Service_ShoppingContent_ProductsListResponse
+ */
+ public function listProducts($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductsListResponse");
+ }
+}
+
+/**
+ * The "productstatuses" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $productstatuses = $contentService->productstatuses;
+ *
+ */
+class Google_Service_ShoppingContent_Productstatuses_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets the statuses of multiple products in a single request.
+ * (productstatuses.custombatch)
+ *
+ * @param Google_ProductstatusesCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse");
+ }
+ /**
+ * Gets the status of a product from your Merchant Center account.
+ * (productstatuses.get)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param string $productId
+ * The ID of the product.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_ProductStatus
+ */
+ public function get($merchantId, $productId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_ProductStatus");
+ }
+ /**
+ * Lists the statuses of the products in your Merchant Center account.
+ * (productstatuses.listProductstatuses)
+ *
+ * @param string $merchantId
+ * The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The token returned by the previous request.
+ * @opt_param string maxResults
+ * The maximum number of product statuses to return in the response, used for paging.
+ * @return Google_Service_ShoppingContent_ProductstatusesListResponse
+ */
+ public function listProductstatuses($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_ProductstatusesListResponse");
+ }
+}
+
+
+
+
+class Google_Service_ShoppingContent_Account extends Google_Collection
+{
+ public $adultContent;
+ protected $adwordsLinksType = 'Google_Service_ShoppingContent_AccountAdwordsLink';
+ protected $adwordsLinksDataType = 'array';
+ public $id;
+ public $kind;
+ public $name;
+ public $reviewsUrl;
+ public $sellerId;
+ protected $usersType = 'Google_Service_ShoppingContent_AccountUser';
+ protected $usersDataType = 'array';
+ public $websiteUrl;
+
+ public function setAdultContent($adultContent)
+ {
+ $this->adultContent = $adultContent;
+ }
+
+ public function getAdultContent()
+ {
+ return $this->adultContent;
+ }
+
+ public function setAdwordsLinks($adwordsLinks)
+ {
+ $this->adwordsLinks = $adwordsLinks;
+ }
+
+ public function getAdwordsLinks()
+ {
+ return $this->adwordsLinks;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setReviewsUrl($reviewsUrl)
+ {
+ $this->reviewsUrl = $reviewsUrl;
+ }
+
+ public function getReviewsUrl()
+ {
+ return $this->reviewsUrl;
+ }
+
+ public function setSellerId($sellerId)
+ {
+ $this->sellerId = $sellerId;
+ }
+
+ public function getSellerId()
+ {
+ return $this->sellerId;
+ }
+
+ public function setUsers($users)
+ {
+ $this->users = $users;
+ }
+
+ public function getUsers()
+ {
+ return $this->users;
+ }
+
+ public function setWebsiteUrl($websiteUrl)
+ {
+ $this->websiteUrl = $websiteUrl;
+ }
+
+ public function getWebsiteUrl()
+ {
+ return $this->websiteUrl;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountAdwordsLink extends Google_Model
+{
+ public $adwordsId;
+ public $status;
+
+ public function setAdwordsId($adwordsId)
+ {
+ $this->adwordsId = $adwordsId;
+ }
+
+ public function getAdwordsId()
+ {
+ return $this->adwordsId;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShipping extends Google_Collection
+{
+ public $accountId;
+ protected $carrierRatesType = 'Google_Service_ShoppingContent_AccountShippingCarrierRate';
+ protected $carrierRatesDataType = 'array';
+ public $kind;
+ protected $locationGroupsType = 'Google_Service_ShoppingContent_AccountShippingLocationGroup';
+ protected $locationGroupsDataType = 'array';
+ protected $rateTablesType = 'Google_Service_ShoppingContent_AccountShippingRateTable';
+ protected $rateTablesDataType = 'array';
+ protected $servicesType = 'Google_Service_ShoppingContent_AccountShippingShippingService';
+ protected $servicesDataType = 'array';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setCarrierRates($carrierRates)
+ {
+ $this->carrierRates = $carrierRates;
+ }
+
+ public function getCarrierRates()
+ {
+ return $this->carrierRates;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLocationGroups($locationGroups)
+ {
+ $this->locationGroups = $locationGroups;
+ }
+
+ public function getLocationGroups()
+ {
+ return $this->locationGroups;
+ }
+
+ public function setRateTables($rateTables)
+ {
+ $this->rateTables = $rateTables;
+ }
+
+ public function getRateTables()
+ {
+ return $this->rateTables;
+ }
+
+ public function setServices($services)
+ {
+ $this->services = $services;
+ }
+
+ public function getServices()
+ {
+ return $this->services;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingCarrierRate extends Google_Model
+{
+ public $carrier;
+ public $carrierService;
+ protected $modifierFlatRateType = 'Google_Service_ShoppingContent_Price';
+ protected $modifierFlatRateDataType = '';
+ public $modifierPercent;
+ public $name;
+ public $saleCountry;
+ public $shippingOrigin;
+
+ public function setCarrier($carrier)
+ {
+ $this->carrier = $carrier;
+ }
+
+ public function getCarrier()
+ {
+ return $this->carrier;
+ }
+
+ public function setCarrierService($carrierService)
+ {
+ $this->carrierService = $carrierService;
+ }
+
+ public function getCarrierService()
+ {
+ return $this->carrierService;
+ }
+
+ public function setModifierFlatRate(Google_Service_ShoppingContent_Price $modifierFlatRate)
+ {
+ $this->modifierFlatRate = $modifierFlatRate;
+ }
+
+ public function getModifierFlatRate()
+ {
+ return $this->modifierFlatRate;
+ }
+
+ public function setModifierPercent($modifierPercent)
+ {
+ $this->modifierPercent = $modifierPercent;
+ }
+
+ public function getModifierPercent()
+ {
+ return $this->modifierPercent;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setSaleCountry($saleCountry)
+ {
+ $this->saleCountry = $saleCountry;
+ }
+
+ public function getSaleCountry()
+ {
+ return $this->saleCountry;
+ }
+
+ public function setShippingOrigin($shippingOrigin)
+ {
+ $this->shippingOrigin = $shippingOrigin;
+ }
+
+ public function getShippingOrigin()
+ {
+ return $this->shippingOrigin;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingCondition extends Google_Model
+{
+ public $deliveryLocationGroup;
+ public $deliveryLocationId;
+ public $deliveryPostalCode;
+ protected $priceMaxType = 'Google_Service_ShoppingContent_Price';
+ protected $priceMaxDataType = '';
+ public $shippingLabel;
+ protected $weightMaxType = 'Google_Service_ShoppingContent_Weight';
+ protected $weightMaxDataType = '';
+
+ public function setDeliveryLocationGroup($deliveryLocationGroup)
+ {
+ $this->deliveryLocationGroup = $deliveryLocationGroup;
+ }
+
+ public function getDeliveryLocationGroup()
+ {
+ return $this->deliveryLocationGroup;
+ }
+
+ public function setDeliveryLocationId($deliveryLocationId)
+ {
+ $this->deliveryLocationId = $deliveryLocationId;
+ }
+
+ public function getDeliveryLocationId()
+ {
+ return $this->deliveryLocationId;
+ }
+
+ public function setDeliveryPostalCode($deliveryPostalCode)
+ {
+ $this->deliveryPostalCode = $deliveryPostalCode;
+ }
+
+ public function getDeliveryPostalCode()
+ {
+ return $this->deliveryPostalCode;
+ }
+
+ public function setPriceMax(Google_Service_ShoppingContent_Price $priceMax)
+ {
+ $this->priceMax = $priceMax;
+ }
+
+ public function getPriceMax()
+ {
+ return $this->priceMax;
+ }
+
+ public function setShippingLabel($shippingLabel)
+ {
+ $this->shippingLabel = $shippingLabel;
+ }
+
+ public function getShippingLabel()
+ {
+ return $this->shippingLabel;
+ }
+
+ public function setWeightMax(Google_Service_ShoppingContent_Weight $weightMax)
+ {
+ $this->weightMax = $weightMax;
+ }
+
+ public function getWeightMax()
+ {
+ return $this->weightMax;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingLocationGroup extends Google_Collection
+{
+ public $country;
+ public $locationIds;
+ public $name;
+ public $postalCodes;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setLocationIds($locationIds)
+ {
+ $this->locationIds = $locationIds;
+ }
+
+ public function getLocationIds()
+ {
+ return $this->locationIds;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPostalCodes($postalCodes)
+ {
+ $this->postalCodes = $postalCodes;
+ }
+
+ public function getPostalCodes()
+ {
+ return $this->postalCodes;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingRateTable extends Google_Collection
+{
+ protected $contentsType = 'Google_Service_ShoppingContent_AccountShippingRateTableCell';
+ protected $contentsDataType = 'array';
+ public $name;
+ public $saleCountry;
+
+ public function setContents($contents)
+ {
+ $this->contents = $contents;
+ }
+
+ public function getContents()
+ {
+ return $this->contents;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setSaleCountry($saleCountry)
+ {
+ $this->saleCountry = $saleCountry;
+ }
+
+ public function getSaleCountry()
+ {
+ return $this->saleCountry;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingRateTableCell extends Google_Model
+{
+ protected $conditionType = 'Google_Service_ShoppingContent_AccountShippingCondition';
+ protected $conditionDataType = '';
+ protected $rateType = 'Google_Service_ShoppingContent_Price';
+ protected $rateDataType = '';
+
+ public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition)
+ {
+ $this->condition = $condition;
+ }
+
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+
+ public function setRate(Google_Service_ShoppingContent_Price $rate)
+ {
+ $this->rate = $rate;
+ }
+
+ public function getRate()
+ {
+ return $this->rate;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingShippingService extends Google_Model
+{
+ public $active;
+ protected $calculationMethodType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod';
+ protected $calculationMethodDataType = '';
+ public $name;
+ public $saleCountry;
+
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+
+ public function getActive()
+ {
+ return $this->active;
+ }
+
+ public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod)
+ {
+ $this->calculationMethod = $calculationMethod;
+ }
+
+ public function getCalculationMethod()
+ {
+ return $this->calculationMethod;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setSaleCountry($saleCountry)
+ {
+ $this->saleCountry = $saleCountry;
+ }
+
+ public function getSaleCountry()
+ {
+ return $this->saleCountry;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod extends Google_Model
+{
+ public $carrierRate;
+ protected $flatRateType = 'Google_Service_ShoppingContent_Price';
+ protected $flatRateDataType = '';
+ public $percentageRate;
+ public $rateTable;
+
+ public function setCarrierRate($carrierRate)
+ {
+ $this->carrierRate = $carrierRate;
+ }
+
+ public function getCarrierRate()
+ {
+ return $this->carrierRate;
+ }
+
+ public function setFlatRate(Google_Service_ShoppingContent_Price $flatRate)
+ {
+ $this->flatRate = $flatRate;
+ }
+
+ public function getFlatRate()
+ {
+ return $this->flatRate;
+ }
+
+ public function setPercentageRate($percentageRate)
+ {
+ $this->percentageRate = $percentageRate;
+ }
+
+ public function getPercentageRate()
+ {
+ return $this->percentageRate;
+ }
+
+ public function setRateTable($rateTable)
+ {
+ $this->rateTable = $rateTable;
+ }
+
+ public function getRateTable()
+ {
+ return $this->rateTable;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
+{
+ public $accountId;
+ protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_AccountStatusDataQualityIssue';
+ protected $dataQualityIssuesDataType = 'array';
+ public $kind;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setDataQualityIssues($dataQualityIssues)
+ {
+ $this->dataQualityIssues = $dataQualityIssues;
+ }
+
+ public function getDataQualityIssues()
+ {
+ return $this->dataQualityIssues;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Google_Collection
+{
+ public $country;
+ public $displayedValue;
+ protected $exampleItemsType = 'Google_Service_ShoppingContent_AccountStatusExampleItem';
+ protected $exampleItemsDataType = 'array';
+ public $id;
+ public $lastChecked;
+ public $numItems;
+ public $severity;
+ public $submittedValue;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setDisplayedValue($displayedValue)
+ {
+ $this->displayedValue = $displayedValue;
+ }
+
+ public function getDisplayedValue()
+ {
+ return $this->displayedValue;
+ }
+
+ public function setExampleItems($exampleItems)
+ {
+ $this->exampleItems = $exampleItems;
+ }
+
+ public function getExampleItems()
+ {
+ return $this->exampleItems;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastChecked($lastChecked)
+ {
+ $this->lastChecked = $lastChecked;
+ }
+
+ public function getLastChecked()
+ {
+ return $this->lastChecked;
+ }
+
+ public function setNumItems($numItems)
+ {
+ $this->numItems = $numItems;
+ }
+
+ public function getNumItems()
+ {
+ return $this->numItems;
+ }
+
+ public function setSeverity($severity)
+ {
+ $this->severity = $severity;
+ }
+
+ public function getSeverity()
+ {
+ return $this->severity;
+ }
+
+ public function setSubmittedValue($submittedValue)
+ {
+ $this->submittedValue = $submittedValue;
+ }
+
+ public function getSubmittedValue()
+ {
+ return $this->submittedValue;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountStatusExampleItem extends Google_Model
+{
+ public $itemId;
+ public $link;
+ public $submittedValue;
+ public $title;
+ public $valueOnLandingPage;
+
+ public function setItemId($itemId)
+ {
+ $this->itemId = $itemId;
+ }
+
+ public function getItemId()
+ {
+ return $this->itemId;
+ }
+
+ public function setLink($link)
+ {
+ $this->link = $link;
+ }
+
+ public function getLink()
+ {
+ return $this->link;
+ }
+
+ public function setSubmittedValue($submittedValue)
+ {
+ $this->submittedValue = $submittedValue;
+ }
+
+ public function getSubmittedValue()
+ {
+ return $this->submittedValue;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function setValueOnLandingPage($valueOnLandingPage)
+ {
+ $this->valueOnLandingPage = $valueOnLandingPage;
+ }
+
+ public function getValueOnLandingPage()
+ {
+ return $this->valueOnLandingPage;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountTax extends Google_Collection
+{
+ public $accountId;
+ public $kind;
+ protected $rulesType = 'Google_Service_ShoppingContent_AccountTaxTaxRule';
+ protected $rulesDataType = 'array';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setRules($rules)
+ {
+ $this->rules = $rules;
+ }
+
+ public function getRules()
+ {
+ return $this->rules;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountTaxTaxRule extends Google_Model
+{
+ public $country;
+ public $locationId;
+ public $ratePercent;
+ public $shippingTaxed;
+ public $useGlobalRate;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setLocationId($locationId)
+ {
+ $this->locationId = $locationId;
+ }
+
+ public function getLocationId()
+ {
+ return $this->locationId;
+ }
+
+ public function setRatePercent($ratePercent)
+ {
+ $this->ratePercent = $ratePercent;
+ }
+
+ public function getRatePercent()
+ {
+ return $this->ratePercent;
+ }
+
+ public function setShippingTaxed($shippingTaxed)
+ {
+ $this->shippingTaxed = $shippingTaxed;
+ }
+
+ public function getShippingTaxed()
+ {
+ return $this->shippingTaxed;
+ }
+
+ public function setUseGlobalRate($useGlobalRate)
+ {
+ $this->useGlobalRate = $useGlobalRate;
+ }
+
+ public function getUseGlobalRate()
+ {
+ return $this->useGlobalRate;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountUser extends Google_Model
+{
+ public $admin;
+ public $emailAddress;
+
+ public function setAdmin($admin)
+ {
+ $this->admin = $admin;
+ }
+
+ public function getAdmin()
+ {
+ return $this->admin;
+ }
+
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Google_Model
+{
+ protected $accountType = 'Google_Service_ShoppingContent_Account';
+ protected $accountDataType = '';
+ public $accountId;
+ public $batchId;
+ public $merchantId;
+ public $method;
+
+ public function setAccount(Google_Service_ShoppingContent_Account $account)
+ {
+ $this->account = $account;
+ }
+
+ public function getAccount()
+ {
+ return $this->account;
+ }
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Google_Model
+{
+ protected $accountType = 'Google_Service_ShoppingContent_Account';
+ protected $accountDataType = '';
+ public $batchId;
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+
+ public function setAccount(Google_Service_ShoppingContent_Account $account)
+ {
+ $this->account = $account;
+ }
+
+ public function getAccount()
+ {
+ return $this->account;
+ }
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_ShoppingContent_Account';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry extends Google_Model
+{
+ public $accountId;
+ public $batchId;
+ public $merchantId;
+ public $method;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry extends Google_Model
+{
+ protected $accountStatusType = 'Google_Service_ShoppingContent_AccountStatus';
+ protected $accountStatusDataType = '';
+ public $batchId;
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+
+ public function setAccountStatus(Google_Service_ShoppingContent_AccountStatus $accountStatus)
+ {
+ $this->accountStatus = $accountStatus;
+ }
+
+ public function getAccountStatus()
+ {
+ return $this->accountStatus;
+ }
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_ShoppingContent_AccountStatus';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_ShoppingContent_Datafeed extends Google_Collection
+{
+ public $attributeLanguage;
+ public $contentLanguage;
+ public $contentType;
+ protected $fetchScheduleType = 'Google_Service_ShoppingContent_DatafeedFetchSchedule';
+ protected $fetchScheduleDataType = '';
+ public $fileName;
+ protected $formatType = 'Google_Service_ShoppingContent_DatafeedFormat';
+ protected $formatDataType = '';
+ public $id;
+ public $intendedDestinations;
+ public $kind;
+ public $name;
+ public $targetCountry;
+
+ public function setAttributeLanguage($attributeLanguage)
+ {
+ $this->attributeLanguage = $attributeLanguage;
+ }
+
+ public function getAttributeLanguage()
+ {
+ return $this->attributeLanguage;
+ }
+
+ public function setContentLanguage($contentLanguage)
+ {
+ $this->contentLanguage = $contentLanguage;
+ }
+
+ public function getContentLanguage()
+ {
+ return $this->contentLanguage;
+ }
+
+ public function setContentType($contentType)
+ {
+ $this->contentType = $contentType;
+ }
+
+ public function getContentType()
+ {
+ return $this->contentType;
+ }
+
+ public function setFetchSchedule(Google_Service_ShoppingContent_DatafeedFetchSchedule $fetchSchedule)
+ {
+ $this->fetchSchedule = $fetchSchedule;
+ }
+
+ public function getFetchSchedule()
+ {
+ return $this->fetchSchedule;
+ }
+
+ public function setFileName($fileName)
+ {
+ $this->fileName = $fileName;
+ }
+
+ public function getFileName()
+ {
+ return $this->fileName;
+ }
+
+ public function setFormat(Google_Service_ShoppingContent_DatafeedFormat $format)
+ {
+ $this->format = $format;
+ }
+
+ public function getFormat()
+ {
+ return $this->format;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setIntendedDestinations($intendedDestinations)
+ {
+ $this->intendedDestinations = $intendedDestinations;
+ }
+
+ public function getIntendedDestinations()
+ {
+ return $this->intendedDestinations;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setTargetCountry($targetCountry)
+ {
+ $this->targetCountry = $targetCountry;
+ }
+
+ public function getTargetCountry()
+ {
+ return $this->targetCountry;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedFetchSchedule extends Google_Model
+{
+ public $dayOfMonth;
+ public $fetchUrl;
+ public $hour;
+ public $password;
+ public $timeZone;
+ public $username;
+ public $weekday;
+
+ public function setDayOfMonth($dayOfMonth)
+ {
+ $this->dayOfMonth = $dayOfMonth;
+ }
+
+ public function getDayOfMonth()
+ {
+ return $this->dayOfMonth;
+ }
+
+ public function setFetchUrl($fetchUrl)
+ {
+ $this->fetchUrl = $fetchUrl;
+ }
+
+ public function getFetchUrl()
+ {
+ return $this->fetchUrl;
+ }
+
+ public function setHour($hour)
+ {
+ $this->hour = $hour;
+ }
+
+ public function getHour()
+ {
+ return $this->hour;
+ }
+
+ public function setPassword($password)
+ {
+ $this->password = $password;
+ }
+
+ public function getPassword()
+ {
+ return $this->password;
+ }
+
+ public function setTimeZone($timeZone)
+ {
+ $this->timeZone = $timeZone;
+ }
+
+ public function getTimeZone()
+ {
+ return $this->timeZone;
+ }
+
+ public function setUsername($username)
+ {
+ $this->username = $username;
+ }
+
+ public function getUsername()
+ {
+ return $this->username;
+ }
+
+ public function setWeekday($weekday)
+ {
+ $this->weekday = $weekday;
+ }
+
+ public function getWeekday()
+ {
+ return $this->weekday;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedFormat extends Google_Model
+{
+ public $columnDelimiter;
+ public $fileEncoding;
+ public $quotingMode;
+
+ public function setColumnDelimiter($columnDelimiter)
+ {
+ $this->columnDelimiter = $columnDelimiter;
+ }
+
+ public function getColumnDelimiter()
+ {
+ return $this->columnDelimiter;
+ }
+
+ public function setFileEncoding($fileEncoding)
+ {
+ $this->fileEncoding = $fileEncoding;
+ }
+
+ public function getFileEncoding()
+ {
+ return $this->fileEncoding;
+ }
+
+ public function setQuotingMode($quotingMode)
+ {
+ $this->quotingMode = $quotingMode;
+ }
+
+ public function getQuotingMode()
+ {
+ return $this->quotingMode;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection
+{
+ public $datafeedId;
+ protected $errorsType = 'Google_Service_ShoppingContent_DatafeedStatusError';
+ protected $errorsDataType = 'array';
+ public $itemsTotal;
+ public $itemsValid;
+ public $kind;
+ public $processingStatus;
+ protected $warningsType = 'Google_Service_ShoppingContent_DatafeedStatusError';
+ protected $warningsDataType = 'array';
+
+ public function setDatafeedId($datafeedId)
+ {
+ $this->datafeedId = $datafeedId;
+ }
+
+ public function getDatafeedId()
+ {
+ return $this->datafeedId;
+ }
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setItemsTotal($itemsTotal)
+ {
+ $this->itemsTotal = $itemsTotal;
+ }
+
+ public function getItemsTotal()
+ {
+ return $this->itemsTotal;
+ }
+
+ public function setItemsValid($itemsValid)
+ {
+ $this->itemsValid = $itemsValid;
+ }
+
+ public function getItemsValid()
+ {
+ return $this->itemsValid;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedStatusError extends Google_Collection
+{
+ public $code;
+ public $count;
+ protected $examplesType = 'Google_Service_ShoppingContent_DatafeedStatusExample';
+ protected $examplesDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setExamples($examples)
+ {
+ $this->examples = $examples;
+ }
+
+ public function getExamples()
+ {
+ return $this->examples;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedStatusExample extends Google_Model
+{
+ public $itemId;
+ public $lineNumber;
+ public $value;
+
+ public function setItemId($itemId)
+ {
+ $this->itemId = $itemId;
+ }
+
+ public function getItemId()
+ {
+ return $this->itemId;
+ }
+
+ public function setLineNumber($lineNumber)
+ {
+ $this->lineNumber = $lineNumber;
+ }
+
+ public function getLineNumber()
+ {
+ return $this->lineNumber;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsBatchRequest extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_ShoppingContent_DatafeedsBatchRequestEntry';
+ protected $entrysDataType = 'array';
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedsinsertrequestType = 'Google_Service_ShoppingContent_DatafeedsInsertRequest';
+ protected $datafeedsinsertrequestDataType = '';
+ protected $datafeedsupdaterequestType = 'Google_Service_ShoppingContent_DatafeedsUpdateRequest';
+ protected $datafeedsupdaterequestDataType = '';
+ public $methodName;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedsinsertrequest(Google_Service_ShoppingContent_DatafeedsInsertRequest $datafeedsinsertrequest)
+ {
+ $this->datafeedsinsertrequest = $datafeedsinsertrequest;
+ }
+
+ public function getDatafeedsinsertrequest()
+ {
+ return $this->datafeedsinsertrequest;
+ }
+
+ public function setDatafeedsupdaterequest(Google_Service_ShoppingContent_DatafeedsUpdateRequest $datafeedsupdaterequest)
+ {
+ $this->datafeedsupdaterequest = $datafeedsupdaterequest;
+ }
+
+ public function getDatafeedsupdaterequest()
+ {
+ return $this->datafeedsupdaterequest;
+ }
+
+ public function setMethodName($methodName)
+ {
+ $this->methodName = $methodName;
+ }
+
+ public function getMethodName()
+ {
+ return $this->methodName;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsBatchResponse extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_ShoppingContent_DatafeedsBatchResponseEntry';
+ protected $entrysDataType = 'array';
+ public $kind;
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedsgetresponseType = 'Google_Service_ShoppingContent_DatafeedsGetResponse';
+ protected $datafeedsgetresponseDataType = '';
+ protected $datafeedsinsertresponseType = 'Google_Service_ShoppingContent_DatafeedsInsertResponse';
+ protected $datafeedsinsertresponseDataType = '';
+ protected $datafeedsupdateresponseType = 'Google_Service_ShoppingContent_DatafeedsUpdateResponse';
+ protected $datafeedsupdateresponseDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedsgetresponse(Google_Service_ShoppingContent_DatafeedsGetResponse $datafeedsgetresponse)
+ {
+ $this->datafeedsgetresponse = $datafeedsgetresponse;
+ }
+
+ public function getDatafeedsgetresponse()
+ {
+ return $this->datafeedsgetresponse;
+ }
+
+ public function setDatafeedsinsertresponse(Google_Service_ShoppingContent_DatafeedsInsertResponse $datafeedsinsertresponse)
+ {
+ $this->datafeedsinsertresponse = $datafeedsinsertresponse;
+ }
+
+ public function getDatafeedsinsertresponse()
+ {
+ return $this->datafeedsinsertresponse;
+ }
+
+ public function setDatafeedsupdateresponse(Google_Service_ShoppingContent_DatafeedsUpdateResponse $datafeedsupdateresponse)
+ {
+ $this->datafeedsupdateresponse = $datafeedsupdateresponse;
+ }
+
+ public function getDatafeedsupdateresponse()
+ {
+ return $this->datafeedsupdateresponse;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedType = 'Google_Service_ShoppingContent_Datafeed';
+ protected $datafeedDataType = '';
+ public $datafeedId;
+ public $merchantId;
+ public $method;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)
+ {
+ $this->datafeed = $datafeed;
+ }
+
+ public function getDatafeed()
+ {
+ return $this->datafeed;
+ }
+
+ public function setDatafeedId($datafeedId)
+ {
+ $this->datafeedId = $datafeedId;
+ }
+
+ public function getDatafeedId()
+ {
+ return $this->datafeedId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedType = 'Google_Service_ShoppingContent_Datafeed';
+ protected $datafeedDataType = '';
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)
+ {
+ $this->datafeed = $datafeed;
+ }
+
+ public function getDatafeed()
+ {
+ return $this->datafeed;
+ }
+
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsGetResponse extends Google_Model
+{
+ public $kind;
+ protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsInsertRequest extends Google_Model
+{
+ protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsInsertResponse extends Google_Model
+{
+ public $kind;
+ protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collection
+{
+ public $kind;
+ protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsUpdateRequest extends Google_Model
+{
+ protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedsUpdateResponse extends Google_Model
+{
+ public $kind;
+ protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
+ protected $resourceDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesBatchRequest extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_ShoppingContent_DatafeedstatusesBatchRequestEntry';
+ protected $entrysDataType = 'array';
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ public $methodName;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMethodName($methodName)
+ {
+ $this->methodName = $methodName;
+ }
+
+ public function getMethodName()
+ {
+ return $this->methodName;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesBatchResponse extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_ShoppingContent_DatafeedstatusesBatchResponseEntry';
+ protected $entrysDataType = 'array';
+ public $kind;
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedstatusesgetresponseType = 'Google_Service_ShoppingContent_DatafeedstatusesGetResponse';
+ protected $datafeedstatusesgetresponseDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedstatusesgetresponse(Google_Service_ShoppingContent_DatafeedstatusesGetResponse $datafeedstatusesgetresponse)
+ {
+ $this->datafeedstatusesgetresponse = $datafeedstatusesgetresponse;
+ }
+
+ public function getDatafeedstatusesgetresponse()
+ {
+ return $this->datafeedstatusesgetresponse;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ public $datafeedId;
+ public $merchantId;
+ public $method;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedId($datafeedId)
+ {
+ $this->datafeedId = $datafeedId;
+ }
+
+ public function getDatafeedId()
+ {
+ return $this->datafeedId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $datafeedStatusType = 'Google_Service_ShoppingContent_DatafeedStatus';
+ protected $datafeedStatusDataType = '';
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setDatafeedStatus(Google_Service_ShoppingContent_DatafeedStatus $datafeedStatus)
+ {
+ $this->datafeedStatus = $datafeedStatus;
+ }
+
+ public function getDatafeedStatus()
+ {
+ return $this->datafeedStatus;
+ }
+
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesGetResponse extends Google_Model
+{
+ public $kind;
+ protected $resourceType = 'Google_Service_ShoppingContent_DatafeedStatus';
+ protected $resourceDataType = '';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResource(Google_Service_ShoppingContent_DatafeedStatus $resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google_Collection
+{
+ public $kind;
+ protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_ShoppingContent_Error extends Google_Model
+{
+ public $domain;
+ public $message;
+ public $reason;
+
+ public function setDomain($domain)
+ {
+ $this->domain = $domain;
+ }
+
+ public function getDomain()
+ {
+ return $this->domain;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+
+ public function setReason($reason)
+ {
+ $this->reason = $reason;
+ }
+
+ public function getReason()
+ {
+ return $this->reason;
+ }
+}
+
+class Google_Service_ShoppingContent_Errors extends Google_Collection
+{
+ public $code;
+ protected $errorsType = 'Google_Service_ShoppingContent_Error';
+ protected $errorsDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_ShoppingContent_Inventory extends Google_Model
+{
+ public $availability;
+ public $kind;
+ protected $priceType = 'Google_Service_ShoppingContent_Price';
+ protected $priceDataType = '';
+ public $quantity;
+ protected $salePriceType = 'Google_Service_ShoppingContent_Price';
+ protected $salePriceDataType = '';
+ public $salePriceEffectiveDate;
+
+ public function setAvailability($availability)
+ {
+ $this->availability = $availability;
+ }
+
+ public function getAvailability()
+ {
+ return $this->availability;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPrice(Google_Service_ShoppingContent_Price $price)
+ {
+ $this->price = $price;
+ }
+
+ public function getPrice()
+ {
+ return $this->price;
+ }
+
+ public function setQuantity($quantity)
+ {
+ $this->quantity = $quantity;
+ }
+
+ public function getQuantity()
+ {
+ return $this->quantity;
+ }
+
+ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
+ {
+ $this->salePrice = $salePrice;
+ }
+
+ public function getSalePrice()
+ {
+ return $this->salePrice;
+ }
+
+ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
+ {
+ $this->salePriceEffectiveDate = $salePriceEffectiveDate;
+ }
+
+ public function getSalePriceEffectiveDate()
+ {
+ return $this->salePriceEffectiveDate;
+ }
+}
+
+class Google_Service_ShoppingContent_InventoryCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ protected $inventoryType = 'Google_Service_ShoppingContent_Inventory';
+ protected $inventoryDataType = '';
+ public $merchantId;
+ public $productId;
+ public $storeCode;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setInventory(Google_Service_ShoppingContent_Inventory $inventory)
+ {
+ $this->inventory = $inventory;
+ }
+
+ public function getInventory()
+ {
+ return $this->inventory;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+
+ public function setStoreCode($storeCode)
+ {
+ $this->storeCode = $storeCode;
+ }
+
+ public function getStoreCode()
+ {
+ return $this->storeCode;
+ }
+}
+
+class Google_Service_ShoppingContent_InventoryCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_InventorySetRequest extends Google_Model
+{
+ public $availability;
+ protected $priceType = 'Google_Service_ShoppingContent_Price';
+ protected $priceDataType = '';
+ public $quantity;
+ protected $salePriceType = 'Google_Service_ShoppingContent_Price';
+ protected $salePriceDataType = '';
+ public $salePriceEffectiveDate;
+
+ public function setAvailability($availability)
+ {
+ $this->availability = $availability;
+ }
+
+ public function getAvailability()
+ {
+ return $this->availability;
+ }
+
+ public function setPrice(Google_Service_ShoppingContent_Price $price)
+ {
+ $this->price = $price;
+ }
+
+ public function getPrice()
+ {
+ return $this->price;
+ }
+
+ public function setQuantity($quantity)
+ {
+ $this->quantity = $quantity;
+ }
+
+ public function getQuantity()
+ {
+ return $this->quantity;
+ }
+
+ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
+ {
+ $this->salePrice = $salePrice;
+ }
+
+ public function getSalePrice()
+ {
+ return $this->salePrice;
+ }
+
+ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
+ {
+ $this->salePriceEffectiveDate = $salePriceEffectiveDate;
+ }
+
+ public function getSalePriceEffectiveDate()
+ {
+ return $this->salePriceEffectiveDate;
+ }
+}
+
+class Google_Service_ShoppingContent_InventorySetResponse extends Google_Model
+{
+ public $kind;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_LoyaltyPoints extends Google_Model
+{
+ public $name;
+ public $pointsValue;
+ public $ratio;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPointsValue($pointsValue)
+ {
+ $this->pointsValue = $pointsValue;
+ }
+
+ public function getPointsValue()
+ {
+ return $this->pointsValue;
+ }
+
+ public function setRatio($ratio)
+ {
+ $this->ratio = $ratio;
+ }
+
+ public function getRatio()
+ {
+ return $this->ratio;
+ }
+}
+
+class Google_Service_ShoppingContent_Price extends Google_Model
+{
+ public $currency;
+ public $value;
+
+ public function setCurrency($currency)
+ {
+ $this->currency = $currency;
+ }
+
+ public function getCurrency()
+ {
+ return $this->currency;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_ShoppingContent_Product extends Google_Collection
+{
+ public $additionalImageLinks;
+ public $adult;
+ public $adwordsGrouping;
+ public $adwordsLabels;
+ public $adwordsRedirect;
+ public $ageGroup;
+ public $availability;
+ public $availabilityDate;
+ public $brand;
+ public $channel;
+ public $color;
+ public $condition;
+ public $contentLanguage;
+ protected $customAttributesType = 'Google_Service_ShoppingContent_ProductCustomAttribute';
+ protected $customAttributesDataType = 'array';
+ protected $customGroupsType = 'Google_Service_ShoppingContent_ProductCustomGroup';
+ protected $customGroupsDataType = 'array';
+ public $customLabel0;
+ public $customLabel1;
+ public $customLabel2;
+ public $customLabel3;
+ public $customLabel4;
+ public $description;
+ protected $destinationsType = 'Google_Service_ShoppingContent_ProductDestination';
+ protected $destinationsDataType = 'array';
+ public $energyEfficiencyClass;
+ public $expirationDate;
+ public $gender;
+ public $googleProductCategory;
+ public $gtin;
+ public $id;
+ public $identifierExists;
+ public $imageLink;
+ protected $installmentType = 'Google_Service_ShoppingContent_ProductInstallment';
+ protected $installmentDataType = '';
+ public $isBundle;
+ public $itemGroupId;
+ public $kind;
+ public $link;
+ protected $loyaltyPointsType = 'Google_Service_ShoppingContent_LoyaltyPoints';
+ protected $loyaltyPointsDataType = '';
+ public $material;
+ public $merchantMultipackQuantity;
+ public $mobileLink;
+ public $mpn;
+ public $offerId;
+ public $onlineOnly;
+ public $pattern;
+ protected $priceType = 'Google_Service_ShoppingContent_Price';
+ protected $priceDataType = '';
+ public $productType;
+ protected $salePriceType = 'Google_Service_ShoppingContent_Price';
+ protected $salePriceDataType = '';
+ public $salePriceEffectiveDate;
+ protected $shippingType = 'Google_Service_ShoppingContent_ProductShipping';
+ protected $shippingDataType = 'array';
+ protected $shippingWeightType = 'Google_Service_ShoppingContent_ProductShippingWeight';
+ protected $shippingWeightDataType = '';
+ public $sizeSystem;
+ public $sizeType;
+ public $sizes;
+ public $targetCountry;
+ protected $taxesType = 'Google_Service_ShoppingContent_ProductTax';
+ protected $taxesDataType = 'array';
+ public $title;
+ public $unitPricingBaseMeasure;
+ public $unitPricingMeasure;
+ public $validatedDestinations;
+ protected $warningsType = 'Google_Service_ShoppingContent_Error';
+ protected $warningsDataType = 'array';
+
+ public function setAdditionalImageLinks($additionalImageLinks)
+ {
+ $this->additionalImageLinks = $additionalImageLinks;
+ }
+
+ public function getAdditionalImageLinks()
+ {
+ return $this->additionalImageLinks;
+ }
+
+ public function setAdult($adult)
+ {
+ $this->adult = $adult;
+ }
+
+ public function getAdult()
+ {
+ return $this->adult;
+ }
+
+ public function setAdwordsGrouping($adwordsGrouping)
+ {
+ $this->adwordsGrouping = $adwordsGrouping;
+ }
+
+ public function getAdwordsGrouping()
+ {
+ return $this->adwordsGrouping;
+ }
+
+ public function setAdwordsLabels($adwordsLabels)
+ {
+ $this->adwordsLabels = $adwordsLabels;
+ }
+
+ public function getAdwordsLabels()
+ {
+ return $this->adwordsLabels;
+ }
+
+ public function setAdwordsRedirect($adwordsRedirect)
+ {
+ $this->adwordsRedirect = $adwordsRedirect;
+ }
+
+ public function getAdwordsRedirect()
+ {
+ return $this->adwordsRedirect;
+ }
+
+ public function setAgeGroup($ageGroup)
+ {
+ $this->ageGroup = $ageGroup;
+ }
+
+ public function getAgeGroup()
+ {
+ return $this->ageGroup;
+ }
+
+ public function setAvailability($availability)
+ {
+ $this->availability = $availability;
+ }
+
+ public function getAvailability()
+ {
+ return $this->availability;
+ }
+
+ public function setAvailabilityDate($availabilityDate)
+ {
+ $this->availabilityDate = $availabilityDate;
+ }
+
+ public function getAvailabilityDate()
+ {
+ return $this->availabilityDate;
+ }
+
+ public function setBrand($brand)
+ {
+ $this->brand = $brand;
+ }
+
+ public function getBrand()
+ {
+ return $this->brand;
+ }
+
+ public function setChannel($channel)
+ {
+ $this->channel = $channel;
+ }
+
+ public function getChannel()
+ {
+ return $this->channel;
+ }
+
+ public function setColor($color)
+ {
+ $this->color = $color;
+ }
+
+ public function getColor()
+ {
+ return $this->color;
+ }
+
+ public function setCondition($condition)
+ {
+ $this->condition = $condition;
+ }
+
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+
+ public function setContentLanguage($contentLanguage)
+ {
+ $this->contentLanguage = $contentLanguage;
+ }
+
+ public function getContentLanguage()
+ {
+ return $this->contentLanguage;
+ }
+
+ public function setCustomAttributes($customAttributes)
+ {
+ $this->customAttributes = $customAttributes;
+ }
+
+ public function getCustomAttributes()
+ {
+ return $this->customAttributes;
+ }
+
+ public function setCustomGroups($customGroups)
+ {
+ $this->customGroups = $customGroups;
+ }
+
+ public function getCustomGroups()
+ {
+ return $this->customGroups;
+ }
+
+ public function setCustomLabel0($customLabel0)
+ {
+ $this->customLabel0 = $customLabel0;
+ }
+
+ public function getCustomLabel0()
+ {
+ return $this->customLabel0;
+ }
+
+ public function setCustomLabel1($customLabel1)
+ {
+ $this->customLabel1 = $customLabel1;
+ }
+
+ public function getCustomLabel1()
+ {
+ return $this->customLabel1;
+ }
+
+ public function setCustomLabel2($customLabel2)
+ {
+ $this->customLabel2 = $customLabel2;
+ }
+
+ public function getCustomLabel2()
+ {
+ return $this->customLabel2;
+ }
+
+ public function setCustomLabel3($customLabel3)
+ {
+ $this->customLabel3 = $customLabel3;
+ }
+
+ public function getCustomLabel3()
+ {
+ return $this->customLabel3;
+ }
+
+ public function setCustomLabel4($customLabel4)
+ {
+ $this->customLabel4 = $customLabel4;
+ }
+
+ public function getCustomLabel4()
+ {
+ return $this->customLabel4;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDestinations($destinations)
+ {
+ $this->destinations = $destinations;
+ }
+
+ public function getDestinations()
+ {
+ return $this->destinations;
+ }
+
+ public function setEnergyEfficiencyClass($energyEfficiencyClass)
+ {
+ $this->energyEfficiencyClass = $energyEfficiencyClass;
+ }
+
+ public function getEnergyEfficiencyClass()
+ {
+ return $this->energyEfficiencyClass;
+ }
+
+ public function setExpirationDate($expirationDate)
+ {
+ $this->expirationDate = $expirationDate;
+ }
+
+ public function getExpirationDate()
+ {
+ return $this->expirationDate;
+ }
+
+ public function setGender($gender)
+ {
+ $this->gender = $gender;
+ }
+
+ public function getGender()
+ {
+ return $this->gender;
+ }
+
+ public function setGoogleProductCategory($googleProductCategory)
+ {
+ $this->googleProductCategory = $googleProductCategory;
+ }
+
+ public function getGoogleProductCategory()
+ {
+ return $this->googleProductCategory;
+ }
+
+ public function setGtin($gtin)
+ {
+ $this->gtin = $gtin;
+ }
+
+ public function getGtin()
+ {
+ return $this->gtin;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setIdentifierExists($identifierExists)
+ {
+ $this->identifierExists = $identifierExists;
+ }
+
+ public function getIdentifierExists()
+ {
+ return $this->identifierExists;
+ }
+
+ public function setImageLink($imageLink)
+ {
+ $this->imageLink = $imageLink;
+ }
+
+ public function getImageLink()
+ {
+ return $this->imageLink;
+ }
+
+ public function setInstallment(Google_Service_ShoppingContent_ProductInstallment $installment)
+ {
+ $this->installment = $installment;
+ }
+
+ public function getInstallment()
+ {
+ return $this->installment;
+ }
+
+ public function setIsBundle($isBundle)
+ {
+ $this->isBundle = $isBundle;
+ }
+
+ public function getIsBundle()
+ {
+ return $this->isBundle;
+ }
+
+ public function setItemGroupId($itemGroupId)
+ {
+ $this->itemGroupId = $itemGroupId;
+ }
+
+ public function getItemGroupId()
+ {
+ return $this->itemGroupId;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLink($link)
+ {
+ $this->link = $link;
+ }
+
+ public function getLink()
+ {
+ return $this->link;
+ }
+
+ public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints)
+ {
+ $this->loyaltyPoints = $loyaltyPoints;
+ }
+
+ public function getLoyaltyPoints()
+ {
+ return $this->loyaltyPoints;
+ }
+
+ public function setMaterial($material)
+ {
+ $this->material = $material;
+ }
+
+ public function getMaterial()
+ {
+ return $this->material;
+ }
+
+ public function setMerchantMultipackQuantity($merchantMultipackQuantity)
+ {
+ $this->merchantMultipackQuantity = $merchantMultipackQuantity;
+ }
+
+ public function getMerchantMultipackQuantity()
+ {
+ return $this->merchantMultipackQuantity;
+ }
+
+ public function setMobileLink($mobileLink)
+ {
+ $this->mobileLink = $mobileLink;
+ }
+
+ public function getMobileLink()
+ {
+ return $this->mobileLink;
+ }
+
+ public function setMpn($mpn)
+ {
+ $this->mpn = $mpn;
+ }
+
+ public function getMpn()
+ {
+ return $this->mpn;
+ }
+
+ public function setOfferId($offerId)
+ {
+ $this->offerId = $offerId;
+ }
+
+ public function getOfferId()
+ {
+ return $this->offerId;
+ }
+
+ public function setOnlineOnly($onlineOnly)
+ {
+ $this->onlineOnly = $onlineOnly;
+ }
+
+ public function getOnlineOnly()
+ {
+ return $this->onlineOnly;
+ }
+
+ public function setPattern($pattern)
+ {
+ $this->pattern = $pattern;
+ }
+
+ public function getPattern()
+ {
+ return $this->pattern;
+ }
+
+ public function setPrice(Google_Service_ShoppingContent_Price $price)
+ {
+ $this->price = $price;
+ }
+
+ public function getPrice()
+ {
+ return $this->price;
+ }
+
+ public function setProductType($productType)
+ {
+ $this->productType = $productType;
+ }
+
+ public function getProductType()
+ {
+ return $this->productType;
+ }
+
+ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
+ {
+ $this->salePrice = $salePrice;
+ }
+
+ public function getSalePrice()
+ {
+ return $this->salePrice;
+ }
+
+ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
+ {
+ $this->salePriceEffectiveDate = $salePriceEffectiveDate;
+ }
+
+ public function getSalePriceEffectiveDate()
+ {
+ return $this->salePriceEffectiveDate;
+ }
+
+ public function setShipping($shipping)
+ {
+ $this->shipping = $shipping;
+ }
+
+ public function getShipping()
+ {
+ return $this->shipping;
+ }
+
+ public function setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight)
+ {
+ $this->shippingWeight = $shippingWeight;
+ }
+
+ public function getShippingWeight()
+ {
+ return $this->shippingWeight;
+ }
+
+ public function setSizeSystem($sizeSystem)
+ {
+ $this->sizeSystem = $sizeSystem;
+ }
+
+ public function getSizeSystem()
+ {
+ return $this->sizeSystem;
+ }
+
+ public function setSizeType($sizeType)
+ {
+ $this->sizeType = $sizeType;
+ }
+
+ public function getSizeType()
+ {
+ return $this->sizeType;
+ }
+
+ public function setSizes($sizes)
+ {
+ $this->sizes = $sizes;
+ }
+
+ public function getSizes()
+ {
+ return $this->sizes;
+ }
+
+ public function setTargetCountry($targetCountry)
+ {
+ $this->targetCountry = $targetCountry;
+ }
+
+ public function getTargetCountry()
+ {
+ return $this->targetCountry;
+ }
+
+ public function setTaxes($taxes)
+ {
+ $this->taxes = $taxes;
+ }
+
+ public function getTaxes()
+ {
+ return $this->taxes;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function setUnitPricingBaseMeasure($unitPricingBaseMeasure)
+ {
+ $this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
+ }
+
+ public function getUnitPricingBaseMeasure()
+ {
+ return $this->unitPricingBaseMeasure;
+ }
+
+ public function setUnitPricingMeasure($unitPricingMeasure)
+ {
+ $this->unitPricingMeasure = $unitPricingMeasure;
+ }
+
+ public function getUnitPricingMeasure()
+ {
+ return $this->unitPricingMeasure;
+ }
+
+ public function setValidatedDestinations($validatedDestinations)
+ {
+ $this->validatedDestinations = $validatedDestinations;
+ }
+
+ public function getValidatedDestinations()
+ {
+ return $this->validatedDestinations;
+ }
+
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductCustomAttribute extends Google_Model
+{
+ public $name;
+ public $type;
+ public $unit;
+ public $value;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductCustomGroup extends Google_Collection
+{
+ protected $attributesType = 'Google_Service_ShoppingContent_ProductCustomAttribute';
+ protected $attributesDataType = 'array';
+ public $name;
+
+ public function setAttributes($attributes)
+ {
+ $this->attributes = $attributes;
+ }
+
+ public function getAttributes()
+ {
+ return $this->attributes;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductDestination extends Google_Model
+{
+ public $destinationName;
+ public $intention;
+
+ public function setDestinationName($destinationName)
+ {
+ $this->destinationName = $destinationName;
+ }
+
+ public function getDestinationName()
+ {
+ return $this->destinationName;
+ }
+
+ public function setIntention($intention)
+ {
+ $this->intention = $intention;
+ }
+
+ public function getIntention()
+ {
+ return $this->intention;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductInstallment extends Google_Model
+{
+ protected $amountType = 'Google_Service_ShoppingContent_Price';
+ protected $amountDataType = '';
+ public $months;
+
+ public function setAmount(Google_Service_ShoppingContent_Price $amount)
+ {
+ $this->amount = $amount;
+ }
+
+ public function getAmount()
+ {
+ return $this->amount;
+ }
+
+ public function setMonths($months)
+ {
+ $this->months = $months;
+ }
+
+ public function getMonths()
+ {
+ return $this->months;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductShipping extends Google_Model
+{
+ public $country;
+ protected $priceType = 'Google_Service_ShoppingContent_Price';
+ protected $priceDataType = '';
+ public $region;
+ public $service;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setPrice(Google_Service_ShoppingContent_Price $price)
+ {
+ $this->price = $price;
+ }
+
+ public function getPrice()
+ {
+ return $this->price;
+ }
+
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+
+ public function getRegion()
+ {
+ return $this->region;
+ }
+
+ public function setService($service)
+ {
+ $this->service = $service;
+ }
+
+ public function getService()
+ {
+ return $this->service;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductShippingWeight extends Google_Model
+{
+ public $unit;
+ public $value;
+
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductStatus extends Google_Collection
+{
+ protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_ProductStatusDataQualityIssue';
+ protected $dataQualityIssuesDataType = 'array';
+ protected $destinationStatusesType = 'Google_Service_ShoppingContent_ProductStatusDestinationStatus';
+ protected $destinationStatusesDataType = 'array';
+ public $kind;
+ public $link;
+ public $productId;
+ public $title;
+
+ public function setDataQualityIssues($dataQualityIssues)
+ {
+ $this->dataQualityIssues = $dataQualityIssues;
+ }
+
+ public function getDataQualityIssues()
+ {
+ return $this->dataQualityIssues;
+ }
+
+ public function setDestinationStatuses($destinationStatuses)
+ {
+ $this->destinationStatuses = $destinationStatuses;
+ }
+
+ public function getDestinationStatuses()
+ {
+ return $this->destinationStatuses;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setLink($link)
+ {
+ $this->link = $link;
+ }
+
+ public function getLink()
+ {
+ return $this->link;
+ }
+
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductStatusDataQualityIssue extends Google_Model
+{
+ public $detail;
+ public $fetchStatus;
+ public $id;
+ public $location;
+ public $timestamp;
+ public $valueOnLandingPage;
+ public $valueProvided;
+
+ public function setDetail($detail)
+ {
+ $this->detail = $detail;
+ }
+
+ public function getDetail()
+ {
+ return $this->detail;
+ }
+
+ public function setFetchStatus($fetchStatus)
+ {
+ $this->fetchStatus = $fetchStatus;
+ }
+
+ public function getFetchStatus()
+ {
+ return $this->fetchStatus;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+
+ public function getLocation()
+ {
+ return $this->location;
+ }
+
+ public function setTimestamp($timestamp)
+ {
+ $this->timestamp = $timestamp;
+ }
+
+ public function getTimestamp()
+ {
+ return $this->timestamp;
+ }
+
+ public function setValueOnLandingPage($valueOnLandingPage)
+ {
+ $this->valueOnLandingPage = $valueOnLandingPage;
+ }
+
+ public function getValueOnLandingPage()
+ {
+ return $this->valueOnLandingPage;
+ }
+
+ public function setValueProvided($valueProvided)
+ {
+ $this->valueProvided = $valueProvided;
+ }
+
+ public function getValueProvided()
+ {
+ return $this->valueProvided;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductStatusDestinationStatus extends Google_Model
+{
+ public $approvalStatus;
+ public $destination;
+ public $intention;
+
+ public function setApprovalStatus($approvalStatus)
+ {
+ $this->approvalStatus = $approvalStatus;
+ }
+
+ public function getApprovalStatus()
+ {
+ return $this->approvalStatus;
+ }
+
+ public function setDestination($destination)
+ {
+ $this->destination = $destination;
+ }
+
+ public function getDestination()
+ {
+ return $this->destination;
+ }
+
+ public function setIntention($intention)
+ {
+ $this->intention = $intention;
+ }
+
+ public function getIntention()
+ {
+ return $this->intention;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductTax extends Google_Model
+{
+ public $country;
+ public $rate;
+ public $region;
+ public $taxShip;
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+
+ public function getCountry()
+ {
+ return $this->country;
+ }
+
+ public function setRate($rate)
+ {
+ $this->rate = $rate;
+ }
+
+ public function getRate()
+ {
+ return $this->rate;
+ }
+
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+
+ public function getRegion()
+ {
+ return $this->region;
+ }
+
+ public function setTaxShip($taxShip)
+ {
+ $this->taxShip = $taxShip;
+ }
+
+ public function getTaxShip()
+ {
+ return $this->taxShip;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductsCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ public $merchantId;
+ public $method;
+ protected $productType = 'Google_Service_ShoppingContent_Product';
+ protected $productDataType = '';
+ public $productId;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+
+ public function setProduct(Google_Service_ShoppingContent_Product $product)
+ {
+ $this->product = $product;
+ }
+
+ public function getProduct()
+ {
+ return $this->product;
+ }
+
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductsCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+ protected $productType = 'Google_Service_ShoppingContent_Product';
+ protected $productDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setProduct(Google_Service_ShoppingContent_Product $product)
+ {
+ $this->product = $product;
+ }
+
+ public function getProduct()
+ {
+ return $this->product;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductsListResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_ShoppingContent_Product';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ public $merchantId;
+ public $method;
+ public $productId;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+
+ public function getMethod()
+ {
+ return $this->method;
+ }
+
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse extends Google_Collection
+{
+ protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+ protected $productStatusType = 'Google_Service_ShoppingContent_ProductStatus';
+ protected $productStatusDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setProductStatus(Google_Service_ShoppingContent_ProductStatus $productStatus)
+ {
+ $this->productStatus = $productStatus;
+ }
+
+ public function getProductStatus()
+ {
+ return $this->productStatus;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductstatusesListResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_ShoppingContent_ProductStatus';
+ protected $resourcesDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_ShoppingContent_Weight extends Google_Model
+{
+ public $unit;
+ public $value;
+
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
From fa5e5160750d35d048696c24aa4cce40d1515b73 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 19 Jul 2014 00:48:58 -0700
Subject: [PATCH 0065/1274] Updated Oauth2.php
---
src/Google/Service/Oauth2.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/Oauth2.php b/src/Google/Service/Oauth2.php
index 10deaf785..766cf4a56 100644
--- a/src/Google/Service/Oauth2.php
+++ b/src/Google/Service/Oauth2.php
@@ -37,7 +37,7 @@ class Google_Service_Oauth2 extends Google_Service
const PLUS_ME = "https://www.googleapis.com/auth/plus.me";
/** View your email address. */
const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email";
- /** View basic information about your account. */
+ /** View your basic profile info. */
const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile";
public $userinfo;
From 5dd81002a7bc99b2bfc4acc704cf9f2c6bd9eb29 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 19 Jul 2014 00:48:59 -0700
Subject: [PATCH 0066/1274] Updated PlusDomains.php
---
src/Google/Service/PlusDomains.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/PlusDomains.php b/src/Google/Service/PlusDomains.php
index df3679d83..3cd3bbef8 100644
--- a/src/Google/Service/PlusDomains.php
+++ b/src/Google/Service/PlusDomains.php
@@ -49,7 +49,7 @@ class Google_Service_PlusDomains extends Google_Service
const PLUS_STREAM_WRITE = "https://www.googleapis.com/auth/plus.stream.write";
/** View your email address. */
const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email";
- /** View basic information about your account. */
+ /** View your basic profile info. */
const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile";
public $activities;
From 804f94d80522d2d00432e6a42f851713cfed61b9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 19 Jul 2014 00:48:59 -0700
Subject: [PATCH 0067/1274] Updated Plus.php
---
src/Google/Service/Plus.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/Plus.php b/src/Google/Service/Plus.php
index cf628f190..2f8721d30 100644
--- a/src/Google/Service/Plus.php
+++ b/src/Google/Service/Plus.php
@@ -37,7 +37,7 @@ class Google_Service_Plus extends Google_Service
const PLUS_ME = "https://www.googleapis.com/auth/plus.me";
/** View your email address. */
const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email";
- /** View basic information about your account. */
+ /** View your basic profile info. */
const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile";
public $activities;
From cab95eeba6de613b2dc1d19c7d71d1311fd8a809 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 19 Jul 2014 00:49:00 -0700
Subject: [PATCH 0068/1274] Removed Content.php
---
src/Google/Service/Content.php | 4856 --------------------------------
1 file changed, 4856 deletions(-)
delete mode 100644 src/Google/Service/Content.php
diff --git a/src/Google/Service/Content.php b/src/Google/Service/Content.php
deleted file mode 100644
index 98e86c579..000000000
--- a/src/Google/Service/Content.php
+++ /dev/null
@@ -1,4856 +0,0 @@
-
- * Manage product items, inventory, and Merchant Center accounts for Google Shopping.
- *
- *
- *
- * For more information about this service, see the API
- * Documentation
- *
- *
- * @author Google, Inc.
- */
-class Google_Service_Content extends Google_Service
-{
- /** Manage your product listings and accounts for Google Shopping. */
- const CONTENT = "https://www.googleapis.com/auth/content";
-
- public $accounts;
- public $accountstatuses;
- public $datafeeds;
- public $datafeedstatuses;
- public $inventory;
- public $products;
- public $productstatuses;
-
-
- /**
- * Constructs the internal representation of the Content service.
- *
- * @param Google_Client $client
- */
- public function __construct(Google_Client $client)
- {
- parent::__construct($client);
- $this->servicePath = 'content/v2/';
- $this->version = 'v2';
- $this->serviceName = 'content';
-
- $this->accounts = new Google_Service_Content_Accounts_Resource(
- $this,
- $this->serviceName,
- 'accounts',
- array(
- 'methods' => array(
- 'custombatch' => array(
- 'path' => 'accounts/batch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'delete' => array(
- 'path' => '{merchantId}/accounts/{accountId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => '{merchantId}/accounts/{accountId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'insert' => array(
- 'path' => '{merchantId}/accounts',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => '{merchantId}/accounts',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),'patch' => array(
- 'path' => '{merchantId}/accounts/{accountId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => '{merchantId}/accounts/{accountId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->accountstatuses = new Google_Service_Content_Accountstatuses_Resource(
- $this,
- $this->serviceName,
- 'accountstatuses',
- array(
- 'methods' => array(
- 'custombatch' => array(
- 'path' => 'accountstatuses/batch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'get' => array(
- 'path' => '{merchantId}/accountstatuses/{accountId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => '{merchantId}/accountstatuses',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- $this->datafeeds = new Google_Service_Content_Datafeeds_Resource(
- $this,
- $this->serviceName,
- 'datafeeds',
- array(
- 'methods' => array(
- 'batch' => array(
- 'path' => 'datafeedsNativeBatch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'custombatch' => array(
- 'path' => 'datafeeds/batch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'delete' => array(
- 'path' => '{merchantId}/datafeeds/{datafeedId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'datafeedId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => '{merchantId}/datafeeds/{datafeedId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'datafeedId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'insert' => array(
- 'path' => '{merchantId}/datafeeds',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => '{merchantId}/datafeeds',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'patch' => array(
- 'path' => '{merchantId}/datafeeds/{datafeedId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'datafeedId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'update' => array(
- 'path' => '{merchantId}/datafeeds/{datafeedId}',
- 'httpMethod' => 'PUT',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'datafeedId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->datafeedstatuses = new Google_Service_Content_Datafeedstatuses_Resource(
- $this,
- $this->serviceName,
- 'datafeedstatuses',
- array(
- 'methods' => array(
- 'batch' => array(
- 'path' => 'datafeedstatusesNativeBatch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'custombatch' => array(
- 'path' => 'datafeedstatuses/batch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'get' => array(
- 'path' => '{merchantId}/datafeedstatuses/{datafeedId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'datafeedId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => '{merchantId}/datafeedstatuses',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->inventory = new Google_Service_Content_Inventory_Resource(
- $this,
- $this->serviceName,
- 'inventory',
- array(
- 'methods' => array(
- 'custombatch' => array(
- 'path' => 'inventory/batch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'set' => array(
- 'path' => '{merchantId}/inventory/{storeCode}/products/{productId}',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'storeCode' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'productId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->products = new Google_Service_Content_Products_Resource(
- $this,
- $this->serviceName,
- 'products',
- array(
- 'methods' => array(
- 'custombatch' => array(
- 'path' => 'products/batch',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'dryRun' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'delete' => array(
- 'path' => '{merchantId}/products/{productId}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'productId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'dryRun' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'get' => array(
- 'path' => '{merchantId}/products/{productId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'productId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'insert' => array(
- 'path' => '{merchantId}/products',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'dryRun' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'list' => array(
- 'path' => '{merchantId}/products',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- $this->productstatuses = new Google_Service_Content_Productstatuses_Resource(
- $this,
- $this->serviceName,
- 'productstatuses',
- array(
- 'methods' => array(
- 'custombatch' => array(
- 'path' => 'productstatuses/batch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'get' => array(
- 'path' => '{merchantId}/productstatuses/{productId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'productId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => '{merchantId}/productstatuses',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- }
-}
-
-
-/**
- * The "accounts" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_Content(...);
- * $accounts = $contentService->accounts;
- *
- */
-class Google_Service_Content_Accounts_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves, inserts, updates, and deletes multiple Merchant Center
- * (sub-)accounts in a single request. (accounts.custombatch)
- *
- * @param Google_AccountsCustomBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_AccountsCustomBatchResponse
- */
- public function custombatch(Google_Service_Content_AccountsCustomBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('custombatch', array($params), "Google_Service_Content_AccountsCustomBatchResponse");
- }
- /**
- * Deletes a Merchant Center sub-account. (accounts.delete)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
- * @param array $optParams Optional parameters.
- */
- public function delete($merchantId, $accountId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves a Merchant Center account. (accounts.get)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Account
- */
- public function get($merchantId, $accountId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Content_Account");
- }
- /**
- * Creates a Merchant Center sub-account. (accounts.insert)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param Google_Account $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Account
- */
- public function insert($merchantId, Google_Service_Content_Account $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Content_Account");
- }
- /**
- * Lists the sub-accounts in your Merchant Center account.
- * (accounts.listAccounts)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of accounts to return in the response, used for paging.
- * @return Google_Service_Content_AccountsListResponse
- */
- public function listAccounts($merchantId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Content_AccountsListResponse");
- }
- /**
- * Updates a Merchant Center account. This method supports patch semantics.
- * (accounts.patch)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
- * @param Google_Account $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Account
- */
- public function patch($merchantId, $accountId, Google_Service_Content_Account $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Content_Account");
- }
- /**
- * Updates a Merchant Center account. (accounts.update)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
- * @param Google_Account $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Account
- */
- public function update($merchantId, $accountId, Google_Service_Content_Account $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Content_Account");
- }
-}
-
-/**
- * The "accountstatuses" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_Content(...);
- * $accountstatuses = $contentService->accountstatuses;
- *
- */
-class Google_Service_Content_Accountstatuses_Resource extends Google_Service_Resource
-{
-
- /**
- * (accountstatuses.custombatch)
- *
- * @param Google_AccountstatusesCustomBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_AccountstatusesCustomBatchResponse
- */
- public function custombatch(Google_Service_Content_AccountstatusesCustomBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('custombatch', array($params), "Google_Service_Content_AccountstatusesCustomBatchResponse");
- }
- /**
- * Retrieves the status of a Merchant Center account. (accountstatuses.get)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_AccountStatus
- */
- public function get($merchantId, $accountId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Content_AccountStatus");
- }
- /**
- * Lists the statuses of the sub-accounts in your Merchant Center account.
- * (accountstatuses.listAccountstatuses)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of account statuses to return in the response, used for paging.
- * @return Google_Service_Content_AccountstatusesListResponse
- */
- public function listAccountstatuses($merchantId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Content_AccountstatusesListResponse");
- }
-}
-
-/**
- * The "datafeeds" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_Content(...);
- * $datafeeds = $contentService->datafeeds;
- *
- */
-class Google_Service_Content_Datafeeds_Resource extends Google_Service_Resource
-{
-
- /**
- * (datafeeds.batch)
- *
- * @param Google_DatafeedsBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_DatafeedsBatchResponse
- */
- public function batch(Google_Service_Content_DatafeedsBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batch', array($params), "Google_Service_Content_DatafeedsBatchResponse");
- }
- /**
- * (datafeeds.custombatch)
- *
- * @param Google_DatafeedsCustomBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_DatafeedsCustomBatchResponse
- */
- public function custombatch(Google_Service_Content_DatafeedsCustomBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('custombatch', array($params), "Google_Service_Content_DatafeedsCustomBatchResponse");
- }
- /**
- * Deletes a datafeed from your Merchant Center account. (datafeeds.delete)
- *
- * @param string $merchantId
- *
- * @param string $datafeedId
- *
- * @param array $optParams Optional parameters.
- */
- public function delete($merchantId, $datafeedId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves a datafeed from your Merchant Center account. (datafeeds.get)
- *
- * @param string $merchantId
- *
- * @param string $datafeedId
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Datafeed
- */
- public function get($merchantId, $datafeedId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Content_Datafeed");
- }
- /**
- * Registers a datafeed with your Merchant Center account. (datafeeds.insert)
- *
- * @param string $merchantId
- *
- * @param Google_Datafeed $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Datafeed
- */
- public function insert($merchantId, Google_Service_Content_Datafeed $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Content_Datafeed");
- }
- /**
- * Lists the datafeeds in your Merchant Center account.
- * (datafeeds.listDatafeeds)
- *
- * @param string $merchantId
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_DatafeedsListResponse
- */
- public function listDatafeeds($merchantId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Content_DatafeedsListResponse");
- }
- /**
- * Updates a datafeed of your Merchant Center account. This method supports
- * patch semantics. (datafeeds.patch)
- *
- * @param string $merchantId
- *
- * @param string $datafeedId
- *
- * @param Google_Datafeed $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Datafeed
- */
- public function patch($merchantId, $datafeedId, Google_Service_Content_Datafeed $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Content_Datafeed");
- }
- /**
- * Updates a datafeed of your Merchant Center account. (datafeeds.update)
- *
- * @param string $merchantId
- *
- * @param string $datafeedId
- *
- * @param Google_Datafeed $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Datafeed
- */
- public function update($merchantId, $datafeedId, Google_Service_Content_Datafeed $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Content_Datafeed");
- }
-}
-
-/**
- * The "datafeedstatuses" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_Content(...);
- * $datafeedstatuses = $contentService->datafeedstatuses;
- *
- */
-class Google_Service_Content_Datafeedstatuses_Resource extends Google_Service_Resource
-{
-
- /**
- * (datafeedstatuses.batch)
- *
- * @param Google_DatafeedstatusesBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_DatafeedstatusesBatchResponse
- */
- public function batch(Google_Service_Content_DatafeedstatusesBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batch', array($params), "Google_Service_Content_DatafeedstatusesBatchResponse");
- }
- /**
- * (datafeedstatuses.custombatch)
- *
- * @param Google_DatafeedstatusesCustomBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_DatafeedstatusesCustomBatchResponse
- */
- public function custombatch(Google_Service_Content_DatafeedstatusesCustomBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('custombatch', array($params), "Google_Service_Content_DatafeedstatusesCustomBatchResponse");
- }
- /**
- * Retrieves the status of a datafeed from your Merchant Center account.
- * (datafeedstatuses.get)
- *
- * @param string $merchantId
- *
- * @param string $datafeedId
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_DatafeedStatus
- */
- public function get($merchantId, $datafeedId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Content_DatafeedStatus");
- }
- /**
- * Lists the statuses of the datafeeds in your Merchant Center account.
- * (datafeedstatuses.listDatafeedstatuses)
- *
- * @param string $merchantId
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_DatafeedstatusesListResponse
- */
- public function listDatafeedstatuses($merchantId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Content_DatafeedstatusesListResponse");
- }
-}
-
-/**
- * The "inventory" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_Content(...);
- * $inventory = $contentService->inventory;
- *
- */
-class Google_Service_Content_Inventory_Resource extends Google_Service_Resource
-{
-
- /**
- * Updates price and availability for multiple products or stores in a single
- * request. (inventory.custombatch)
- *
- * @param Google_InventoryCustomBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_InventoryCustomBatchResponse
- */
- public function custombatch(Google_Service_Content_InventoryCustomBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('custombatch', array($params), "Google_Service_Content_InventoryCustomBatchResponse");
- }
- /**
- * Updates price and availability of a product in your Merchant Center account.
- * (inventory.set)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $storeCode
- * The code of the store for which to update price and availability. Use online to update price and
- * availability of an online product.
- * @param string $productId
- * The ID of the product for which to update price and availability.
- * @param Google_InventorySetRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_InventorySetResponse
- */
- public function set($merchantId, $storeCode, $productId, Google_Service_Content_InventorySetRequest $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'storeCode' => $storeCode, 'productId' => $productId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('set', array($params), "Google_Service_Content_InventorySetResponse");
- }
-}
-
-/**
- * The "products" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_Content(...);
- * $products = $contentService->products;
- *
- */
-class Google_Service_Content_Products_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves, inserts, and deletes multiple products in a single request.
- * (products.custombatch)
- *
- * @param Google_ProductsCustomBatchRequest $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool dryRun
- * Flag to run the request in dry-run mode.
- * @return Google_Service_Content_ProductsCustomBatchResponse
- */
- public function custombatch(Google_Service_Content_ProductsCustomBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('custombatch', array($params), "Google_Service_Content_ProductsCustomBatchResponse");
- }
- /**
- * Deletes a product from your Merchant Center account. (products.delete)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $productId
- * The ID of the product.
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool dryRun
- * Flag to run the request in dry-run mode.
- */
- public function delete($merchantId, $productId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'productId' => $productId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves a product from your Merchant Center account. (products.get)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $productId
- * The ID of the product.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_Product
- */
- public function get($merchantId, $productId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'productId' => $productId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Content_Product");
- }
- /**
- * Uploads a product to your Merchant Center account. (products.insert)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param Google_Product $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool dryRun
- * Flag to run the request in dry-run mode.
- * @return Google_Service_Content_Product
- */
- public function insert($merchantId, Google_Service_Content_Product $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Content_Product");
- }
- /**
- * Lists the products in your Merchant Center account. (products.listProducts)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of products to return in the response, used for paging.
- * @return Google_Service_Content_ProductsListResponse
- */
- public function listProducts($merchantId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Content_ProductsListResponse");
- }
-}
-
-/**
- * The "productstatuses" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_Content(...);
- * $productstatuses = $contentService->productstatuses;
- *
- */
-class Google_Service_Content_Productstatuses_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets the statuses of multiple products in a single request.
- * (productstatuses.custombatch)
- *
- * @param Google_ProductstatusesCustomBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_ProductstatusesCustomBatchResponse
- */
- public function custombatch(Google_Service_Content_ProductstatusesCustomBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('custombatch', array($params), "Google_Service_Content_ProductstatusesCustomBatchResponse");
- }
- /**
- * Gets the status of a product from your Merchant Center account.
- * (productstatuses.get)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $productId
- * The ID of the product.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Content_ProductStatus
- */
- public function get($merchantId, $productId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'productId' => $productId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Content_ProductStatus");
- }
- /**
- * Lists the statuses of the products in your Merchant Center account.
- * (productstatuses.listProductstatuses)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of product statuses to return in the response, used for paging.
- * @return Google_Service_Content_ProductstatusesListResponse
- */
- public function listProductstatuses($merchantId, $optParams = array())
- {
- $params = array('merchantId' => $merchantId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Content_ProductstatusesListResponse");
- }
-}
-
-
-
-
-class Google_Service_Content_Account extends Google_Collection
-{
- public $adultContent;
- protected $adwordsLinksType = 'Google_Service_Content_AccountAdwordsLink';
- protected $adwordsLinksDataType = 'array';
- public $id;
- public $kind;
- public $name;
- public $reviewsUrl;
- public $sellerId;
- protected $usersType = 'Google_Service_Content_AccountUser';
- protected $usersDataType = 'array';
- public $websiteUrl;
-
- public function setAdultContent($adultContent)
- {
- $this->adultContent = $adultContent;
- }
-
- public function getAdultContent()
- {
- return $this->adultContent;
- }
-
- public function setAdwordsLinks($adwordsLinks)
- {
- $this->adwordsLinks = $adwordsLinks;
- }
-
- public function getAdwordsLinks()
- {
- return $this->adwordsLinks;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setReviewsUrl($reviewsUrl)
- {
- $this->reviewsUrl = $reviewsUrl;
- }
-
- public function getReviewsUrl()
- {
- return $this->reviewsUrl;
- }
-
- public function setSellerId($sellerId)
- {
- $this->sellerId = $sellerId;
- }
-
- public function getSellerId()
- {
- return $this->sellerId;
- }
-
- public function setUsers($users)
- {
- $this->users = $users;
- }
-
- public function getUsers()
- {
- return $this->users;
- }
-
- public function setWebsiteUrl($websiteUrl)
- {
- $this->websiteUrl = $websiteUrl;
- }
-
- public function getWebsiteUrl()
- {
- return $this->websiteUrl;
- }
-}
-
-class Google_Service_Content_AccountAdwordsLink extends Google_Model
-{
- public $adwordsId;
- public $status;
-
- public function setAdwordsId($adwordsId)
- {
- $this->adwordsId = $adwordsId;
- }
-
- public function getAdwordsId()
- {
- return $this->adwordsId;
- }
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
-}
-
-class Google_Service_Content_AccountStatus extends Google_Collection
-{
- public $accountId;
- protected $dataQualityIssuesType = 'Google_Service_Content_AccountStatusDataQualityIssue';
- protected $dataQualityIssuesDataType = 'array';
- public $kind;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
-
- public function setDataQualityIssues($dataQualityIssues)
- {
- $this->dataQualityIssues = $dataQualityIssues;
- }
-
- public function getDataQualityIssues()
- {
- return $this->dataQualityIssues;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_AccountStatusDataQualityIssue extends Google_Collection
-{
- public $country;
- public $displayedValue;
- protected $exampleItemsType = 'Google_Service_Content_AccountStatusExampleItem';
- protected $exampleItemsDataType = 'array';
- public $id;
- public $lastChecked;
- public $numItems;
- public $severity;
- public $submittedValue;
-
- public function setCountry($country)
- {
- $this->country = $country;
- }
-
- public function getCountry()
- {
- return $this->country;
- }
-
- public function setDisplayedValue($displayedValue)
- {
- $this->displayedValue = $displayedValue;
- }
-
- public function getDisplayedValue()
- {
- return $this->displayedValue;
- }
-
- public function setExampleItems($exampleItems)
- {
- $this->exampleItems = $exampleItems;
- }
-
- public function getExampleItems()
- {
- return $this->exampleItems;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastChecked($lastChecked)
- {
- $this->lastChecked = $lastChecked;
- }
-
- public function getLastChecked()
- {
- return $this->lastChecked;
- }
-
- public function setNumItems($numItems)
- {
- $this->numItems = $numItems;
- }
-
- public function getNumItems()
- {
- return $this->numItems;
- }
-
- public function setSeverity($severity)
- {
- $this->severity = $severity;
- }
-
- public function getSeverity()
- {
- return $this->severity;
- }
-
- public function setSubmittedValue($submittedValue)
- {
- $this->submittedValue = $submittedValue;
- }
-
- public function getSubmittedValue()
- {
- return $this->submittedValue;
- }
-}
-
-class Google_Service_Content_AccountStatusExampleItem extends Google_Model
-{
- public $itemId;
- public $link;
- public $submittedValue;
- public $title;
- public $valueOnLandingPage;
-
- public function setItemId($itemId)
- {
- $this->itemId = $itemId;
- }
-
- public function getItemId()
- {
- return $this->itemId;
- }
-
- public function setLink($link)
- {
- $this->link = $link;
- }
-
- public function getLink()
- {
- return $this->link;
- }
-
- public function setSubmittedValue($submittedValue)
- {
- $this->submittedValue = $submittedValue;
- }
-
- public function getSubmittedValue()
- {
- return $this->submittedValue;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function setValueOnLandingPage($valueOnLandingPage)
- {
- $this->valueOnLandingPage = $valueOnLandingPage;
- }
-
- public function getValueOnLandingPage()
- {
- return $this->valueOnLandingPage;
- }
-}
-
-class Google_Service_Content_AccountUser extends Google_Model
-{
- public $admin;
- public $emailAddress;
-
- public function setAdmin($admin)
- {
- $this->admin = $admin;
- }
-
- public function getAdmin()
- {
- return $this->admin;
- }
-
- public function setEmailAddress($emailAddress)
- {
- $this->emailAddress = $emailAddress;
- }
-
- public function getEmailAddress()
- {
- return $this->emailAddress;
- }
-}
-
-class Google_Service_Content_AccountsCustomBatchRequest extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_AccountsCustomBatchRequestEntry';
- protected $entriesDataType = 'array';
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-}
-
-class Google_Service_Content_AccountsCustomBatchRequestEntry extends Google_Model
-{
- protected $accountType = 'Google_Service_Content_Account';
- protected $accountDataType = '';
- public $accountId;
- public $batchId;
- public $merchantId;
- public $method;
-
- public function setAccount(Google_Service_Content_Account $account)
- {
- $this->account = $account;
- }
-
- public function getAccount()
- {
- return $this->account;
- }
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setMerchantId($merchantId)
- {
- $this->merchantId = $merchantId;
- }
-
- public function getMerchantId()
- {
- return $this->merchantId;
- }
-
- public function setMethod($method)
- {
- $this->method = $method;
- }
-
- public function getMethod()
- {
- return $this->method;
- }
-}
-
-class Google_Service_Content_AccountsCustomBatchResponse extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_AccountsCustomBatchResponseEntry';
- protected $entriesDataType = 'array';
- public $kind;
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_AccountsCustomBatchResponseEntry extends Google_Model
-{
- protected $accountType = 'Google_Service_Content_Account';
- protected $accountDataType = '';
- public $batchId;
- protected $errorsType = 'Google_Service_Content_Errors';
- protected $errorsDataType = '';
- public $kind;
-
- public function setAccount(Google_Service_Content_Account $account)
- {
- $this->account = $account;
- }
-
- public function getAccount()
- {
- return $this->account;
- }
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setErrors(Google_Service_Content_Errors $errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_AccountsListResponse extends Google_Collection
-{
- public $kind;
- public $nextPageToken;
- protected $resourcesType = 'Google_Service_Content_Account';
- protected $resourcesDataType = 'array';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setResources($resources)
- {
- $this->resources = $resources;
- }
-
- public function getResources()
- {
- return $this->resources;
- }
-}
-
-class Google_Service_Content_AccountstatusesCustomBatchRequest extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_AccountstatusesCustomBatchRequestEntry';
- protected $entriesDataType = 'array';
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-}
-
-class Google_Service_Content_AccountstatusesCustomBatchRequestEntry extends Google_Model
-{
- public $accountId;
- public $batchId;
- public $merchantId;
- public $method;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setMerchantId($merchantId)
- {
- $this->merchantId = $merchantId;
- }
-
- public function getMerchantId()
- {
- return $this->merchantId;
- }
-
- public function setMethod($method)
- {
- $this->method = $method;
- }
-
- public function getMethod()
- {
- return $this->method;
- }
-}
-
-class Google_Service_Content_AccountstatusesCustomBatchResponse extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_AccountstatusesCustomBatchResponseEntry';
- protected $entriesDataType = 'array';
- public $kind;
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_AccountstatusesCustomBatchResponseEntry extends Google_Model
-{
- protected $accountStatusType = 'Google_Service_Content_AccountStatus';
- protected $accountStatusDataType = '';
- public $batchId;
- protected $errorsType = 'Google_Service_Content_Errors';
- protected $errorsDataType = '';
-
- public function setAccountStatus(Google_Service_Content_AccountStatus $accountStatus)
- {
- $this->accountStatus = $accountStatus;
- }
-
- public function getAccountStatus()
- {
- return $this->accountStatus;
- }
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setErrors(Google_Service_Content_Errors $errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-}
-
-class Google_Service_Content_AccountstatusesListResponse extends Google_Collection
-{
- public $kind;
- public $nextPageToken;
- protected $resourcesType = 'Google_Service_Content_AccountStatus';
- protected $resourcesDataType = 'array';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setResources($resources)
- {
- $this->resources = $resources;
- }
-
- public function getResources()
- {
- return $this->resources;
- }
-}
-
-class Google_Service_Content_Datafeed extends Google_Collection
-{
- public $attributeLanguage;
- public $contentLanguage;
- public $contentType;
- protected $fetchScheduleType = 'Google_Service_Content_DatafeedFetchSchedule';
- protected $fetchScheduleDataType = '';
- public $fileName;
- protected $formatType = 'Google_Service_Content_DatafeedFormat';
- protected $formatDataType = '';
- public $id;
- public $intendedDestinations;
- public $kind;
- public $name;
- public $targetCountry;
-
- public function setAttributeLanguage($attributeLanguage)
- {
- $this->attributeLanguage = $attributeLanguage;
- }
-
- public function getAttributeLanguage()
- {
- return $this->attributeLanguage;
- }
-
- public function setContentLanguage($contentLanguage)
- {
- $this->contentLanguage = $contentLanguage;
- }
-
- public function getContentLanguage()
- {
- return $this->contentLanguage;
- }
-
- public function setContentType($contentType)
- {
- $this->contentType = $contentType;
- }
-
- public function getContentType()
- {
- return $this->contentType;
- }
-
- public function setFetchSchedule(Google_Service_Content_DatafeedFetchSchedule $fetchSchedule)
- {
- $this->fetchSchedule = $fetchSchedule;
- }
-
- public function getFetchSchedule()
- {
- return $this->fetchSchedule;
- }
-
- public function setFileName($fileName)
- {
- $this->fileName = $fileName;
- }
-
- public function getFileName()
- {
- return $this->fileName;
- }
-
- public function setFormat(Google_Service_Content_DatafeedFormat $format)
- {
- $this->format = $format;
- }
-
- public function getFormat()
- {
- return $this->format;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setIntendedDestinations($intendedDestinations)
- {
- $this->intendedDestinations = $intendedDestinations;
- }
-
- public function getIntendedDestinations()
- {
- return $this->intendedDestinations;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setTargetCountry($targetCountry)
- {
- $this->targetCountry = $targetCountry;
- }
-
- public function getTargetCountry()
- {
- return $this->targetCountry;
- }
-}
-
-class Google_Service_Content_DatafeedFetchSchedule extends Google_Model
-{
- public $dayOfMonth;
- public $fetchUrl;
- public $hour;
- public $password;
- public $timeZone;
- public $username;
- public $weekday;
-
- public function setDayOfMonth($dayOfMonth)
- {
- $this->dayOfMonth = $dayOfMonth;
- }
-
- public function getDayOfMonth()
- {
- return $this->dayOfMonth;
- }
-
- public function setFetchUrl($fetchUrl)
- {
- $this->fetchUrl = $fetchUrl;
- }
-
- public function getFetchUrl()
- {
- return $this->fetchUrl;
- }
-
- public function setHour($hour)
- {
- $this->hour = $hour;
- }
-
- public function getHour()
- {
- return $this->hour;
- }
-
- public function setPassword($password)
- {
- $this->password = $password;
- }
-
- public function getPassword()
- {
- return $this->password;
- }
-
- public function setTimeZone($timeZone)
- {
- $this->timeZone = $timeZone;
- }
-
- public function getTimeZone()
- {
- return $this->timeZone;
- }
-
- public function setUsername($username)
- {
- $this->username = $username;
- }
-
- public function getUsername()
- {
- return $this->username;
- }
-
- public function setWeekday($weekday)
- {
- $this->weekday = $weekday;
- }
-
- public function getWeekday()
- {
- return $this->weekday;
- }
-}
-
-class Google_Service_Content_DatafeedFormat extends Google_Model
-{
- public $columnDelimiter;
- public $fileEncoding;
- public $quotingMode;
-
- public function setColumnDelimiter($columnDelimiter)
- {
- $this->columnDelimiter = $columnDelimiter;
- }
-
- public function getColumnDelimiter()
- {
- return $this->columnDelimiter;
- }
-
- public function setFileEncoding($fileEncoding)
- {
- $this->fileEncoding = $fileEncoding;
- }
-
- public function getFileEncoding()
- {
- return $this->fileEncoding;
- }
-
- public function setQuotingMode($quotingMode)
- {
- $this->quotingMode = $quotingMode;
- }
-
- public function getQuotingMode()
- {
- return $this->quotingMode;
- }
-}
-
-class Google_Service_Content_DatafeedStatus extends Google_Collection
-{
- public $datafeedId;
- protected $errorsType = 'Google_Service_Content_DatafeedStatusError';
- protected $errorsDataType = 'array';
- public $itemsTotal;
- public $itemsValid;
- public $kind;
- public $processingStatus;
- protected $warningsType = 'Google_Service_Content_DatafeedStatusError';
- protected $warningsDataType = 'array';
-
- public function setDatafeedId($datafeedId)
- {
- $this->datafeedId = $datafeedId;
- }
-
- public function getDatafeedId()
- {
- return $this->datafeedId;
- }
-
- public function setErrors($errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-
- public function setItemsTotal($itemsTotal)
- {
- $this->itemsTotal = $itemsTotal;
- }
-
- public function getItemsTotal()
- {
- return $this->itemsTotal;
- }
-
- public function setItemsValid($itemsValid)
- {
- $this->itemsValid = $itemsValid;
- }
-
- public function getItemsValid()
- {
- return $this->itemsValid;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setProcessingStatus($processingStatus)
- {
- $this->processingStatus = $processingStatus;
- }
-
- public function getProcessingStatus()
- {
- return $this->processingStatus;
- }
-
- public function setWarnings($warnings)
- {
- $this->warnings = $warnings;
- }
-
- public function getWarnings()
- {
- return $this->warnings;
- }
-}
-
-class Google_Service_Content_DatafeedStatusError extends Google_Collection
-{
- public $code;
- public $count;
- protected $examplesType = 'Google_Service_Content_DatafeedStatusExample';
- protected $examplesDataType = 'array';
- public $message;
-
- public function setCode($code)
- {
- $this->code = $code;
- }
-
- public function getCode()
- {
- return $this->code;
- }
-
- public function setCount($count)
- {
- $this->count = $count;
- }
-
- public function getCount()
- {
- return $this->count;
- }
-
- public function setExamples($examples)
- {
- $this->examples = $examples;
- }
-
- public function getExamples()
- {
- return $this->examples;
- }
-
- public function setMessage($message)
- {
- $this->message = $message;
- }
-
- public function getMessage()
- {
- return $this->message;
- }
-}
-
-class Google_Service_Content_DatafeedStatusExample extends Google_Model
-{
- public $itemId;
- public $lineNumber;
- public $value;
-
- public function setItemId($itemId)
- {
- $this->itemId = $itemId;
- }
-
- public function getItemId()
- {
- return $this->itemId;
- }
-
- public function setLineNumber($lineNumber)
- {
- $this->lineNumber = $lineNumber;
- }
-
- public function getLineNumber()
- {
- return $this->lineNumber;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_Content_DatafeedsBatchRequest extends Google_Collection
-{
- protected $entrysType = 'Google_Service_Content_DatafeedsBatchRequestEntry';
- protected $entrysDataType = 'array';
-
- public function setEntrys($entrys)
- {
- $this->entrys = $entrys;
- }
-
- public function getEntrys()
- {
- return $this->entrys;
- }
-}
-
-class Google_Service_Content_DatafeedsBatchRequestEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedsinsertrequestType = 'Google_Service_Content_DatafeedsInsertRequest';
- protected $datafeedsinsertrequestDataType = '';
- protected $datafeedsupdaterequestType = 'Google_Service_Content_DatafeedsUpdateRequest';
- protected $datafeedsupdaterequestDataType = '';
- public $methodName;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeedsinsertrequest(Google_Service_Content_DatafeedsInsertRequest $datafeedsinsertrequest)
- {
- $this->datafeedsinsertrequest = $datafeedsinsertrequest;
- }
-
- public function getDatafeedsinsertrequest()
- {
- return $this->datafeedsinsertrequest;
- }
-
- public function setDatafeedsupdaterequest(Google_Service_Content_DatafeedsUpdateRequest $datafeedsupdaterequest)
- {
- $this->datafeedsupdaterequest = $datafeedsupdaterequest;
- }
-
- public function getDatafeedsupdaterequest()
- {
- return $this->datafeedsupdaterequest;
- }
-
- public function setMethodName($methodName)
- {
- $this->methodName = $methodName;
- }
-
- public function getMethodName()
- {
- return $this->methodName;
- }
-}
-
-class Google_Service_Content_DatafeedsBatchResponse extends Google_Collection
-{
- protected $entrysType = 'Google_Service_Content_DatafeedsBatchResponseEntry';
- protected $entrysDataType = 'array';
- public $kind;
-
- public function setEntrys($entrys)
- {
- $this->entrys = $entrys;
- }
-
- public function getEntrys()
- {
- return $this->entrys;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_DatafeedsBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedsgetresponseType = 'Google_Service_Content_DatafeedsGetResponse';
- protected $datafeedsgetresponseDataType = '';
- protected $datafeedsinsertresponseType = 'Google_Service_Content_DatafeedsInsertResponse';
- protected $datafeedsinsertresponseDataType = '';
- protected $datafeedsupdateresponseType = 'Google_Service_Content_DatafeedsUpdateResponse';
- protected $datafeedsupdateresponseDataType = '';
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeedsgetresponse(Google_Service_Content_DatafeedsGetResponse $datafeedsgetresponse)
- {
- $this->datafeedsgetresponse = $datafeedsgetresponse;
- }
-
- public function getDatafeedsgetresponse()
- {
- return $this->datafeedsgetresponse;
- }
-
- public function setDatafeedsinsertresponse(Google_Service_Content_DatafeedsInsertResponse $datafeedsinsertresponse)
- {
- $this->datafeedsinsertresponse = $datafeedsinsertresponse;
- }
-
- public function getDatafeedsinsertresponse()
- {
- return $this->datafeedsinsertresponse;
- }
-
- public function setDatafeedsupdateresponse(Google_Service_Content_DatafeedsUpdateResponse $datafeedsupdateresponse)
- {
- $this->datafeedsupdateresponse = $datafeedsupdateresponse;
- }
-
- public function getDatafeedsupdateresponse()
- {
- return $this->datafeedsupdateresponse;
- }
-}
-
-class Google_Service_Content_DatafeedsCustomBatchRequest extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_DatafeedsCustomBatchRequestEntry';
- protected $entriesDataType = 'array';
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-}
-
-class Google_Service_Content_DatafeedsCustomBatchRequestEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedType = 'Google_Service_Content_Datafeed';
- protected $datafeedDataType = '';
- public $datafeedId;
- public $merchantId;
- public $method;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeed(Google_Service_Content_Datafeed $datafeed)
- {
- $this->datafeed = $datafeed;
- }
-
- public function getDatafeed()
- {
- return $this->datafeed;
- }
-
- public function setDatafeedId($datafeedId)
- {
- $this->datafeedId = $datafeedId;
- }
-
- public function getDatafeedId()
- {
- return $this->datafeedId;
- }
-
- public function setMerchantId($merchantId)
- {
- $this->merchantId = $merchantId;
- }
-
- public function getMerchantId()
- {
- return $this->merchantId;
- }
-
- public function setMethod($method)
- {
- $this->method = $method;
- }
-
- public function getMethod()
- {
- return $this->method;
- }
-}
-
-class Google_Service_Content_DatafeedsCustomBatchResponse extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_DatafeedsCustomBatchResponseEntry';
- protected $entriesDataType = 'array';
- public $kind;
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_DatafeedsCustomBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedType = 'Google_Service_Content_Datafeed';
- protected $datafeedDataType = '';
- protected $errorsType = 'Google_Service_Content_Errors';
- protected $errorsDataType = '';
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeed(Google_Service_Content_Datafeed $datafeed)
- {
- $this->datafeed = $datafeed;
- }
-
- public function getDatafeed()
- {
- return $this->datafeed;
- }
-
- public function setErrors(Google_Service_Content_Errors $errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-}
-
-class Google_Service_Content_DatafeedsGetResponse extends Google_Model
-{
- public $kind;
- protected $resourceType = 'Google_Service_Content_Datafeed';
- protected $resourceDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResource(Google_Service_Content_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_Content_DatafeedsInsertRequest extends Google_Model
-{
- protected $resourceType = 'Google_Service_Content_Datafeed';
- protected $resourceDataType = '';
-
- public function setResource(Google_Service_Content_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_Content_DatafeedsInsertResponse extends Google_Model
-{
- public $kind;
- protected $resourceType = 'Google_Service_Content_Datafeed';
- protected $resourceDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResource(Google_Service_Content_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_Content_DatafeedsListResponse extends Google_Collection
-{
- public $kind;
- protected $resourcesType = 'Google_Service_Content_Datafeed';
- protected $resourcesDataType = 'array';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResources($resources)
- {
- $this->resources = $resources;
- }
-
- public function getResources()
- {
- return $this->resources;
- }
-}
-
-class Google_Service_Content_DatafeedsUpdateRequest extends Google_Model
-{
- protected $resourceType = 'Google_Service_Content_Datafeed';
- protected $resourceDataType = '';
-
- public function setResource(Google_Service_Content_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_Content_DatafeedsUpdateResponse extends Google_Model
-{
- public $kind;
- protected $resourceType = 'Google_Service_Content_Datafeed';
- protected $resourceDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResource(Google_Service_Content_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesBatchRequest extends Google_Collection
-{
- protected $entrysType = 'Google_Service_Content_DatafeedstatusesBatchRequestEntry';
- protected $entrysDataType = 'array';
-
- public function setEntrys($entrys)
- {
- $this->entrys = $entrys;
- }
-
- public function getEntrys()
- {
- return $this->entrys;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesBatchRequestEntry extends Google_Model
-{
- public $batchId;
- public $methodName;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setMethodName($methodName)
- {
- $this->methodName = $methodName;
- }
-
- public function getMethodName()
- {
- return $this->methodName;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesBatchResponse extends Google_Collection
-{
- protected $entrysType = 'Google_Service_Content_DatafeedstatusesBatchResponseEntry';
- protected $entrysDataType = 'array';
- public $kind;
-
- public function setEntrys($entrys)
- {
- $this->entrys = $entrys;
- }
-
- public function getEntrys()
- {
- return $this->entrys;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedstatusesgetresponseType = 'Google_Service_Content_DatafeedstatusesGetResponse';
- protected $datafeedstatusesgetresponseDataType = '';
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeedstatusesgetresponse(Google_Service_Content_DatafeedstatusesGetResponse $datafeedstatusesgetresponse)
- {
- $this->datafeedstatusesgetresponse = $datafeedstatusesgetresponse;
- }
-
- public function getDatafeedstatusesgetresponse()
- {
- return $this->datafeedstatusesgetresponse;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesCustomBatchRequest extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_DatafeedstatusesCustomBatchRequestEntry';
- protected $entriesDataType = 'array';
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesCustomBatchRequestEntry extends Google_Model
-{
- public $batchId;
- public $datafeedId;
- public $merchantId;
- public $method;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeedId($datafeedId)
- {
- $this->datafeedId = $datafeedId;
- }
-
- public function getDatafeedId()
- {
- return $this->datafeedId;
- }
-
- public function setMerchantId($merchantId)
- {
- $this->merchantId = $merchantId;
- }
-
- public function getMerchantId()
- {
- return $this->merchantId;
- }
-
- public function setMethod($method)
- {
- $this->method = $method;
- }
-
- public function getMethod()
- {
- return $this->method;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesCustomBatchResponse extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_DatafeedstatusesCustomBatchResponseEntry';
- protected $entriesDataType = 'array';
- public $kind;
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesCustomBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedStatusType = 'Google_Service_Content_DatafeedStatus';
- protected $datafeedStatusDataType = '';
- protected $errorsType = 'Google_Service_Content_Errors';
- protected $errorsDataType = '';
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeedStatus(Google_Service_Content_DatafeedStatus $datafeedStatus)
- {
- $this->datafeedStatus = $datafeedStatus;
- }
-
- public function getDatafeedStatus()
- {
- return $this->datafeedStatus;
- }
-
- public function setErrors(Google_Service_Content_Errors $errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesGetResponse extends Google_Model
-{
- public $kind;
- protected $resourceType = 'Google_Service_Content_DatafeedStatus';
- protected $resourceDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResource(Google_Service_Content_DatafeedStatus $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_Content_DatafeedstatusesListResponse extends Google_Collection
-{
- public $kind;
- protected $resourcesType = 'Google_Service_Content_DatafeedStatus';
- protected $resourcesDataType = 'array';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResources($resources)
- {
- $this->resources = $resources;
- }
-
- public function getResources()
- {
- return $this->resources;
- }
-}
-
-class Google_Service_Content_Error extends Google_Model
-{
- public $domain;
- public $message;
- public $reason;
-
- public function setDomain($domain)
- {
- $this->domain = $domain;
- }
-
- public function getDomain()
- {
- return $this->domain;
- }
-
- public function setMessage($message)
- {
- $this->message = $message;
- }
-
- public function getMessage()
- {
- return $this->message;
- }
-
- public function setReason($reason)
- {
- $this->reason = $reason;
- }
-
- public function getReason()
- {
- return $this->reason;
- }
-}
-
-class Google_Service_Content_Errors extends Google_Collection
-{
- public $code;
- protected $errorsType = 'Google_Service_Content_Error';
- protected $errorsDataType = 'array';
- public $message;
-
- public function setCode($code)
- {
- $this->code = $code;
- }
-
- public function getCode()
- {
- return $this->code;
- }
-
- public function setErrors($errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-
- public function setMessage($message)
- {
- $this->message = $message;
- }
-
- public function getMessage()
- {
- return $this->message;
- }
-}
-
-class Google_Service_Content_Inventory extends Google_Model
-{
- public $availability;
- public $kind;
- protected $priceType = 'Google_Service_Content_Price';
- protected $priceDataType = '';
- public $quantity;
- protected $salePriceType = 'Google_Service_Content_Price';
- protected $salePriceDataType = '';
- public $salePriceEffectiveDate;
-
- public function setAvailability($availability)
- {
- $this->availability = $availability;
- }
-
- public function getAvailability()
- {
- return $this->availability;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setPrice(Google_Service_Content_Price $price)
- {
- $this->price = $price;
- }
-
- public function getPrice()
- {
- return $this->price;
- }
-
- public function setQuantity($quantity)
- {
- $this->quantity = $quantity;
- }
-
- public function getQuantity()
- {
- return $this->quantity;
- }
-
- public function setSalePrice(Google_Service_Content_Price $salePrice)
- {
- $this->salePrice = $salePrice;
- }
-
- public function getSalePrice()
- {
- return $this->salePrice;
- }
-
- public function setSalePriceEffectiveDate($salePriceEffectiveDate)
- {
- $this->salePriceEffectiveDate = $salePriceEffectiveDate;
- }
-
- public function getSalePriceEffectiveDate()
- {
- return $this->salePriceEffectiveDate;
- }
-}
-
-class Google_Service_Content_InventoryCustomBatchRequest extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_InventoryCustomBatchRequestEntry';
- protected $entriesDataType = 'array';
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-}
-
-class Google_Service_Content_InventoryCustomBatchRequestEntry extends Google_Model
-{
- public $batchId;
- protected $inventoryType = 'Google_Service_Content_Inventory';
- protected $inventoryDataType = '';
- public $merchantId;
- public $productId;
- public $storeCode;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setInventory(Google_Service_Content_Inventory $inventory)
- {
- $this->inventory = $inventory;
- }
-
- public function getInventory()
- {
- return $this->inventory;
- }
-
- public function setMerchantId($merchantId)
- {
- $this->merchantId = $merchantId;
- }
-
- public function getMerchantId()
- {
- return $this->merchantId;
- }
-
- public function setProductId($productId)
- {
- $this->productId = $productId;
- }
-
- public function getProductId()
- {
- return $this->productId;
- }
-
- public function setStoreCode($storeCode)
- {
- $this->storeCode = $storeCode;
- }
-
- public function getStoreCode()
- {
- return $this->storeCode;
- }
-}
-
-class Google_Service_Content_InventoryCustomBatchResponse extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_InventoryCustomBatchResponseEntry';
- protected $entriesDataType = 'array';
- public $kind;
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_InventoryCustomBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $errorsType = 'Google_Service_Content_Errors';
- protected $errorsDataType = '';
- public $kind;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setErrors(Google_Service_Content_Errors $errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_InventorySetRequest extends Google_Model
-{
- public $availability;
- protected $priceType = 'Google_Service_Content_Price';
- protected $priceDataType = '';
- public $quantity;
- protected $salePriceType = 'Google_Service_Content_Price';
- protected $salePriceDataType = '';
- public $salePriceEffectiveDate;
-
- public function setAvailability($availability)
- {
- $this->availability = $availability;
- }
-
- public function getAvailability()
- {
- return $this->availability;
- }
-
- public function setPrice(Google_Service_Content_Price $price)
- {
- $this->price = $price;
- }
-
- public function getPrice()
- {
- return $this->price;
- }
-
- public function setQuantity($quantity)
- {
- $this->quantity = $quantity;
- }
-
- public function getQuantity()
- {
- return $this->quantity;
- }
-
- public function setSalePrice(Google_Service_Content_Price $salePrice)
- {
- $this->salePrice = $salePrice;
- }
-
- public function getSalePrice()
- {
- return $this->salePrice;
- }
-
- public function setSalePriceEffectiveDate($salePriceEffectiveDate)
- {
- $this->salePriceEffectiveDate = $salePriceEffectiveDate;
- }
-
- public function getSalePriceEffectiveDate()
- {
- return $this->salePriceEffectiveDate;
- }
-}
-
-class Google_Service_Content_InventorySetResponse extends Google_Model
-{
- public $kind;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_LoyaltyPoints extends Google_Model
-{
- public $name;
- public $pointsValue;
- public $ratio;
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setPointsValue($pointsValue)
- {
- $this->pointsValue = $pointsValue;
- }
-
- public function getPointsValue()
- {
- return $this->pointsValue;
- }
-
- public function setRatio($ratio)
- {
- $this->ratio = $ratio;
- }
-
- public function getRatio()
- {
- return $this->ratio;
- }
-}
-
-class Google_Service_Content_Price extends Google_Model
-{
- public $currency;
- public $value;
-
- public function setCurrency($currency)
- {
- $this->currency = $currency;
- }
-
- public function getCurrency()
- {
- return $this->currency;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_Content_Product extends Google_Collection
-{
- public $additionalImageLinks;
- public $adult;
- public $adwordsGrouping;
- public $adwordsLabels;
- public $adwordsRedirect;
- public $ageGroup;
- public $availability;
- public $availabilityDate;
- public $brand;
- public $channel;
- public $color;
- public $condition;
- public $contentLanguage;
- protected $customAttributesType = 'Google_Service_Content_ProductCustomAttribute';
- protected $customAttributesDataType = 'array';
- protected $customGroupsType = 'Google_Service_Content_ProductCustomGroup';
- protected $customGroupsDataType = 'array';
- public $customLabel0;
- public $customLabel1;
- public $customLabel2;
- public $customLabel3;
- public $customLabel4;
- public $description;
- protected $destinationsType = 'Google_Service_Content_ProductDestination';
- protected $destinationsDataType = 'array';
- public $energyEfficiencyClass;
- public $expirationDate;
- public $gender;
- public $googleProductCategory;
- public $gtin;
- public $id;
- public $identifierExists;
- public $imageLink;
- protected $installmentType = 'Google_Service_Content_ProductInstallment';
- protected $installmentDataType = '';
- public $isBundle;
- public $itemGroupId;
- public $kind;
- public $link;
- protected $loyaltyPointsType = 'Google_Service_Content_LoyaltyPoints';
- protected $loyaltyPointsDataType = '';
- public $material;
- public $merchantMultipackQuantity;
- public $mobileLink;
- public $mpn;
- public $offerId;
- public $onlineOnly;
- public $pattern;
- protected $priceType = 'Google_Service_Content_Price';
- protected $priceDataType = '';
- public $productType;
- protected $salePriceType = 'Google_Service_Content_Price';
- protected $salePriceDataType = '';
- public $salePriceEffectiveDate;
- protected $shippingType = 'Google_Service_Content_ProductShipping';
- protected $shippingDataType = 'array';
- protected $shippingWeightType = 'Google_Service_Content_ProductShippingWeight';
- protected $shippingWeightDataType = '';
- public $sizeSystem;
- public $sizeType;
- public $sizes;
- public $targetCountry;
- protected $taxesType = 'Google_Service_Content_ProductTax';
- protected $taxesDataType = 'array';
- public $title;
- public $unitPricingBaseMeasure;
- public $unitPricingMeasure;
- public $validatedDestinations;
- protected $warningsType = 'Google_Service_Content_Error';
- protected $warningsDataType = 'array';
-
- public function setAdditionalImageLinks($additionalImageLinks)
- {
- $this->additionalImageLinks = $additionalImageLinks;
- }
-
- public function getAdditionalImageLinks()
- {
- return $this->additionalImageLinks;
- }
-
- public function setAdult($adult)
- {
- $this->adult = $adult;
- }
-
- public function getAdult()
- {
- return $this->adult;
- }
-
- public function setAdwordsGrouping($adwordsGrouping)
- {
- $this->adwordsGrouping = $adwordsGrouping;
- }
-
- public function getAdwordsGrouping()
- {
- return $this->adwordsGrouping;
- }
-
- public function setAdwordsLabels($adwordsLabels)
- {
- $this->adwordsLabels = $adwordsLabels;
- }
-
- public function getAdwordsLabels()
- {
- return $this->adwordsLabels;
- }
-
- public function setAdwordsRedirect($adwordsRedirect)
- {
- $this->adwordsRedirect = $adwordsRedirect;
- }
-
- public function getAdwordsRedirect()
- {
- return $this->adwordsRedirect;
- }
-
- public function setAgeGroup($ageGroup)
- {
- $this->ageGroup = $ageGroup;
- }
-
- public function getAgeGroup()
- {
- return $this->ageGroup;
- }
-
- public function setAvailability($availability)
- {
- $this->availability = $availability;
- }
-
- public function getAvailability()
- {
- return $this->availability;
- }
-
- public function setAvailabilityDate($availabilityDate)
- {
- $this->availabilityDate = $availabilityDate;
- }
-
- public function getAvailabilityDate()
- {
- return $this->availabilityDate;
- }
-
- public function setBrand($brand)
- {
- $this->brand = $brand;
- }
-
- public function getBrand()
- {
- return $this->brand;
- }
-
- public function setChannel($channel)
- {
- $this->channel = $channel;
- }
-
- public function getChannel()
- {
- return $this->channel;
- }
-
- public function setColor($color)
- {
- $this->color = $color;
- }
-
- public function getColor()
- {
- return $this->color;
- }
-
- public function setCondition($condition)
- {
- $this->condition = $condition;
- }
-
- public function getCondition()
- {
- return $this->condition;
- }
-
- public function setContentLanguage($contentLanguage)
- {
- $this->contentLanguage = $contentLanguage;
- }
-
- public function getContentLanguage()
- {
- return $this->contentLanguage;
- }
-
- public function setCustomAttributes($customAttributes)
- {
- $this->customAttributes = $customAttributes;
- }
-
- public function getCustomAttributes()
- {
- return $this->customAttributes;
- }
-
- public function setCustomGroups($customGroups)
- {
- $this->customGroups = $customGroups;
- }
-
- public function getCustomGroups()
- {
- return $this->customGroups;
- }
-
- public function setCustomLabel0($customLabel0)
- {
- $this->customLabel0 = $customLabel0;
- }
-
- public function getCustomLabel0()
- {
- return $this->customLabel0;
- }
-
- public function setCustomLabel1($customLabel1)
- {
- $this->customLabel1 = $customLabel1;
- }
-
- public function getCustomLabel1()
- {
- return $this->customLabel1;
- }
-
- public function setCustomLabel2($customLabel2)
- {
- $this->customLabel2 = $customLabel2;
- }
-
- public function getCustomLabel2()
- {
- return $this->customLabel2;
- }
-
- public function setCustomLabel3($customLabel3)
- {
- $this->customLabel3 = $customLabel3;
- }
-
- public function getCustomLabel3()
- {
- return $this->customLabel3;
- }
-
- public function setCustomLabel4($customLabel4)
- {
- $this->customLabel4 = $customLabel4;
- }
-
- public function getCustomLabel4()
- {
- return $this->customLabel4;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setDestinations($destinations)
- {
- $this->destinations = $destinations;
- }
-
- public function getDestinations()
- {
- return $this->destinations;
- }
-
- public function setEnergyEfficiencyClass($energyEfficiencyClass)
- {
- $this->energyEfficiencyClass = $energyEfficiencyClass;
- }
-
- public function getEnergyEfficiencyClass()
- {
- return $this->energyEfficiencyClass;
- }
-
- public function setExpirationDate($expirationDate)
- {
- $this->expirationDate = $expirationDate;
- }
-
- public function getExpirationDate()
- {
- return $this->expirationDate;
- }
-
- public function setGender($gender)
- {
- $this->gender = $gender;
- }
-
- public function getGender()
- {
- return $this->gender;
- }
-
- public function setGoogleProductCategory($googleProductCategory)
- {
- $this->googleProductCategory = $googleProductCategory;
- }
-
- public function getGoogleProductCategory()
- {
- return $this->googleProductCategory;
- }
-
- public function setGtin($gtin)
- {
- $this->gtin = $gtin;
- }
-
- public function getGtin()
- {
- return $this->gtin;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setIdentifierExists($identifierExists)
- {
- $this->identifierExists = $identifierExists;
- }
-
- public function getIdentifierExists()
- {
- return $this->identifierExists;
- }
-
- public function setImageLink($imageLink)
- {
- $this->imageLink = $imageLink;
- }
-
- public function getImageLink()
- {
- return $this->imageLink;
- }
-
- public function setInstallment(Google_Service_Content_ProductInstallment $installment)
- {
- $this->installment = $installment;
- }
-
- public function getInstallment()
- {
- return $this->installment;
- }
-
- public function setIsBundle($isBundle)
- {
- $this->isBundle = $isBundle;
- }
-
- public function getIsBundle()
- {
- return $this->isBundle;
- }
-
- public function setItemGroupId($itemGroupId)
- {
- $this->itemGroupId = $itemGroupId;
- }
-
- public function getItemGroupId()
- {
- return $this->itemGroupId;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLink($link)
- {
- $this->link = $link;
- }
-
- public function getLink()
- {
- return $this->link;
- }
-
- public function setLoyaltyPoints(Google_Service_Content_LoyaltyPoints $loyaltyPoints)
- {
- $this->loyaltyPoints = $loyaltyPoints;
- }
-
- public function getLoyaltyPoints()
- {
- return $this->loyaltyPoints;
- }
-
- public function setMaterial($material)
- {
- $this->material = $material;
- }
-
- public function getMaterial()
- {
- return $this->material;
- }
-
- public function setMerchantMultipackQuantity($merchantMultipackQuantity)
- {
- $this->merchantMultipackQuantity = $merchantMultipackQuantity;
- }
-
- public function getMerchantMultipackQuantity()
- {
- return $this->merchantMultipackQuantity;
- }
-
- public function setMobileLink($mobileLink)
- {
- $this->mobileLink = $mobileLink;
- }
-
- public function getMobileLink()
- {
- return $this->mobileLink;
- }
-
- public function setMpn($mpn)
- {
- $this->mpn = $mpn;
- }
-
- public function getMpn()
- {
- return $this->mpn;
- }
-
- public function setOfferId($offerId)
- {
- $this->offerId = $offerId;
- }
-
- public function getOfferId()
- {
- return $this->offerId;
- }
-
- public function setOnlineOnly($onlineOnly)
- {
- $this->onlineOnly = $onlineOnly;
- }
-
- public function getOnlineOnly()
- {
- return $this->onlineOnly;
- }
-
- public function setPattern($pattern)
- {
- $this->pattern = $pattern;
- }
-
- public function getPattern()
- {
- return $this->pattern;
- }
-
- public function setPrice(Google_Service_Content_Price $price)
- {
- $this->price = $price;
- }
-
- public function getPrice()
- {
- return $this->price;
- }
-
- public function setProductType($productType)
- {
- $this->productType = $productType;
- }
-
- public function getProductType()
- {
- return $this->productType;
- }
-
- public function setSalePrice(Google_Service_Content_Price $salePrice)
- {
- $this->salePrice = $salePrice;
- }
-
- public function getSalePrice()
- {
- return $this->salePrice;
- }
-
- public function setSalePriceEffectiveDate($salePriceEffectiveDate)
- {
- $this->salePriceEffectiveDate = $salePriceEffectiveDate;
- }
-
- public function getSalePriceEffectiveDate()
- {
- return $this->salePriceEffectiveDate;
- }
-
- public function setShipping($shipping)
- {
- $this->shipping = $shipping;
- }
-
- public function getShipping()
- {
- return $this->shipping;
- }
-
- public function setShippingWeight(Google_Service_Content_ProductShippingWeight $shippingWeight)
- {
- $this->shippingWeight = $shippingWeight;
- }
-
- public function getShippingWeight()
- {
- return $this->shippingWeight;
- }
-
- public function setSizeSystem($sizeSystem)
- {
- $this->sizeSystem = $sizeSystem;
- }
-
- public function getSizeSystem()
- {
- return $this->sizeSystem;
- }
-
- public function setSizeType($sizeType)
- {
- $this->sizeType = $sizeType;
- }
-
- public function getSizeType()
- {
- return $this->sizeType;
- }
-
- public function setSizes($sizes)
- {
- $this->sizes = $sizes;
- }
-
- public function getSizes()
- {
- return $this->sizes;
- }
-
- public function setTargetCountry($targetCountry)
- {
- $this->targetCountry = $targetCountry;
- }
-
- public function getTargetCountry()
- {
- return $this->targetCountry;
- }
-
- public function setTaxes($taxes)
- {
- $this->taxes = $taxes;
- }
-
- public function getTaxes()
- {
- return $this->taxes;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function setUnitPricingBaseMeasure($unitPricingBaseMeasure)
- {
- $this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
- }
-
- public function getUnitPricingBaseMeasure()
- {
- return $this->unitPricingBaseMeasure;
- }
-
- public function setUnitPricingMeasure($unitPricingMeasure)
- {
- $this->unitPricingMeasure = $unitPricingMeasure;
- }
-
- public function getUnitPricingMeasure()
- {
- return $this->unitPricingMeasure;
- }
-
- public function setValidatedDestinations($validatedDestinations)
- {
- $this->validatedDestinations = $validatedDestinations;
- }
-
- public function getValidatedDestinations()
- {
- return $this->validatedDestinations;
- }
-
- public function setWarnings($warnings)
- {
- $this->warnings = $warnings;
- }
-
- public function getWarnings()
- {
- return $this->warnings;
- }
-}
-
-class Google_Service_Content_ProductCustomAttribute extends Google_Model
-{
- public $name;
- public $type;
- public $unit;
- public $value;
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-
- public function setUnit($unit)
- {
- $this->unit = $unit;
- }
-
- public function getUnit()
- {
- return $this->unit;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_Content_ProductCustomGroup extends Google_Collection
-{
- protected $attributesType = 'Google_Service_Content_ProductCustomAttribute';
- protected $attributesDataType = 'array';
- public $name;
-
- public function setAttributes($attributes)
- {
- $this->attributes = $attributes;
- }
-
- public function getAttributes()
- {
- return $this->attributes;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-}
-
-class Google_Service_Content_ProductDestination extends Google_Model
-{
- public $destinationName;
- public $intention;
-
- public function setDestinationName($destinationName)
- {
- $this->destinationName = $destinationName;
- }
-
- public function getDestinationName()
- {
- return $this->destinationName;
- }
-
- public function setIntention($intention)
- {
- $this->intention = $intention;
- }
-
- public function getIntention()
- {
- return $this->intention;
- }
-}
-
-class Google_Service_Content_ProductInstallment extends Google_Model
-{
- protected $amountType = 'Google_Service_Content_Price';
- protected $amountDataType = '';
- public $months;
-
- public function setAmount(Google_Service_Content_Price $amount)
- {
- $this->amount = $amount;
- }
-
- public function getAmount()
- {
- return $this->amount;
- }
-
- public function setMonths($months)
- {
- $this->months = $months;
- }
-
- public function getMonths()
- {
- return $this->months;
- }
-}
-
-class Google_Service_Content_ProductShipping extends Google_Model
-{
- public $country;
- protected $priceType = 'Google_Service_Content_Price';
- protected $priceDataType = '';
- public $region;
- public $service;
-
- public function setCountry($country)
- {
- $this->country = $country;
- }
-
- public function getCountry()
- {
- return $this->country;
- }
-
- public function setPrice(Google_Service_Content_Price $price)
- {
- $this->price = $price;
- }
-
- public function getPrice()
- {
- return $this->price;
- }
-
- public function setRegion($region)
- {
- $this->region = $region;
- }
-
- public function getRegion()
- {
- return $this->region;
- }
-
- public function setService($service)
- {
- $this->service = $service;
- }
-
- public function getService()
- {
- return $this->service;
- }
-}
-
-class Google_Service_Content_ProductShippingWeight extends Google_Model
-{
- public $unit;
- public $value;
-
- public function setUnit($unit)
- {
- $this->unit = $unit;
- }
-
- public function getUnit()
- {
- return $this->unit;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_Content_ProductStatus extends Google_Collection
-{
- protected $dataQualityIssuesType = 'Google_Service_Content_ProductStatusDataQualityIssue';
- protected $dataQualityIssuesDataType = 'array';
- protected $destinationStatusesType = 'Google_Service_Content_ProductStatusDestinationStatus';
- protected $destinationStatusesDataType = 'array';
- public $kind;
- public $link;
- public $productId;
- public $title;
-
- public function setDataQualityIssues($dataQualityIssues)
- {
- $this->dataQualityIssues = $dataQualityIssues;
- }
-
- public function getDataQualityIssues()
- {
- return $this->dataQualityIssues;
- }
-
- public function setDestinationStatuses($destinationStatuses)
- {
- $this->destinationStatuses = $destinationStatuses;
- }
-
- public function getDestinationStatuses()
- {
- return $this->destinationStatuses;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLink($link)
- {
- $this->link = $link;
- }
-
- public function getLink()
- {
- return $this->link;
- }
-
- public function setProductId($productId)
- {
- $this->productId = $productId;
- }
-
- public function getProductId()
- {
- return $this->productId;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-}
-
-class Google_Service_Content_ProductStatusDataQualityIssue extends Google_Model
-{
- public $detail;
- public $fetchStatus;
- public $id;
- public $location;
- public $timestamp;
- public $valueOnLandingPage;
- public $valueProvided;
-
- public function setDetail($detail)
- {
- $this->detail = $detail;
- }
-
- public function getDetail()
- {
- return $this->detail;
- }
-
- public function setFetchStatus($fetchStatus)
- {
- $this->fetchStatus = $fetchStatus;
- }
-
- public function getFetchStatus()
- {
- return $this->fetchStatus;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLocation($location)
- {
- $this->location = $location;
- }
-
- public function getLocation()
- {
- return $this->location;
- }
-
- public function setTimestamp($timestamp)
- {
- $this->timestamp = $timestamp;
- }
-
- public function getTimestamp()
- {
- return $this->timestamp;
- }
-
- public function setValueOnLandingPage($valueOnLandingPage)
- {
- $this->valueOnLandingPage = $valueOnLandingPage;
- }
-
- public function getValueOnLandingPage()
- {
- return $this->valueOnLandingPage;
- }
-
- public function setValueProvided($valueProvided)
- {
- $this->valueProvided = $valueProvided;
- }
-
- public function getValueProvided()
- {
- return $this->valueProvided;
- }
-}
-
-class Google_Service_Content_ProductStatusDestinationStatus extends Google_Model
-{
- public $approvalStatus;
- public $destination;
- public $intention;
-
- public function setApprovalStatus($approvalStatus)
- {
- $this->approvalStatus = $approvalStatus;
- }
-
- public function getApprovalStatus()
- {
- return $this->approvalStatus;
- }
-
- public function setDestination($destination)
- {
- $this->destination = $destination;
- }
-
- public function getDestination()
- {
- return $this->destination;
- }
-
- public function setIntention($intention)
- {
- $this->intention = $intention;
- }
-
- public function getIntention()
- {
- return $this->intention;
- }
-}
-
-class Google_Service_Content_ProductTax extends Google_Model
-{
- public $country;
- public $rate;
- public $region;
- public $taxShip;
-
- public function setCountry($country)
- {
- $this->country = $country;
- }
-
- public function getCountry()
- {
- return $this->country;
- }
-
- public function setRate($rate)
- {
- $this->rate = $rate;
- }
-
- public function getRate()
- {
- return $this->rate;
- }
-
- public function setRegion($region)
- {
- $this->region = $region;
- }
-
- public function getRegion()
- {
- return $this->region;
- }
-
- public function setTaxShip($taxShip)
- {
- $this->taxShip = $taxShip;
- }
-
- public function getTaxShip()
- {
- return $this->taxShip;
- }
-}
-
-class Google_Service_Content_ProductsCustomBatchRequest extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_ProductsCustomBatchRequestEntry';
- protected $entriesDataType = 'array';
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-}
-
-class Google_Service_Content_ProductsCustomBatchRequestEntry extends Google_Model
-{
- public $batchId;
- public $merchantId;
- public $method;
- protected $productType = 'Google_Service_Content_Product';
- protected $productDataType = '';
- public $productId;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setMerchantId($merchantId)
- {
- $this->merchantId = $merchantId;
- }
-
- public function getMerchantId()
- {
- return $this->merchantId;
- }
-
- public function setMethod($method)
- {
- $this->method = $method;
- }
-
- public function getMethod()
- {
- return $this->method;
- }
-
- public function setProduct(Google_Service_Content_Product $product)
- {
- $this->product = $product;
- }
-
- public function getProduct()
- {
- return $this->product;
- }
-
- public function setProductId($productId)
- {
- $this->productId = $productId;
- }
-
- public function getProductId()
- {
- return $this->productId;
- }
-}
-
-class Google_Service_Content_ProductsCustomBatchResponse extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_ProductsCustomBatchResponseEntry';
- protected $entriesDataType = 'array';
- public $kind;
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_ProductsCustomBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $errorsType = 'Google_Service_Content_Errors';
- protected $errorsDataType = '';
- public $kind;
- protected $productType = 'Google_Service_Content_Product';
- protected $productDataType = '';
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setErrors(Google_Service_Content_Errors $errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setProduct(Google_Service_Content_Product $product)
- {
- $this->product = $product;
- }
-
- public function getProduct()
- {
- return $this->product;
- }
-}
-
-class Google_Service_Content_ProductsListResponse extends Google_Collection
-{
- public $kind;
- public $nextPageToken;
- protected $resourcesType = 'Google_Service_Content_Product';
- protected $resourcesDataType = 'array';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setResources($resources)
- {
- $this->resources = $resources;
- }
-
- public function getResources()
- {
- return $this->resources;
- }
-}
-
-class Google_Service_Content_ProductstatusesCustomBatchRequest extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_ProductstatusesCustomBatchRequestEntry';
- protected $entriesDataType = 'array';
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-}
-
-class Google_Service_Content_ProductstatusesCustomBatchRequestEntry extends Google_Model
-{
- public $batchId;
- public $merchantId;
- public $method;
- public $productId;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setMerchantId($merchantId)
- {
- $this->merchantId = $merchantId;
- }
-
- public function getMerchantId()
- {
- return $this->merchantId;
- }
-
- public function setMethod($method)
- {
- $this->method = $method;
- }
-
- public function getMethod()
- {
- return $this->method;
- }
-
- public function setProductId($productId)
- {
- $this->productId = $productId;
- }
-
- public function getProductId()
- {
- return $this->productId;
- }
-}
-
-class Google_Service_Content_ProductstatusesCustomBatchResponse extends Google_Collection
-{
- protected $entriesType = 'Google_Service_Content_ProductstatusesCustomBatchResponseEntry';
- protected $entriesDataType = 'array';
- public $kind;
-
- public function setEntries($entries)
- {
- $this->entries = $entries;
- }
-
- public function getEntries()
- {
- return $this->entries;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Content_ProductstatusesCustomBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $errorsType = 'Google_Service_Content_Errors';
- protected $errorsDataType = '';
- public $kind;
- protected $productStatusType = 'Google_Service_Content_ProductStatus';
- protected $productStatusDataType = '';
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setErrors(Google_Service_Content_Errors $errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setProductStatus(Google_Service_Content_ProductStatus $productStatus)
- {
- $this->productStatus = $productStatus;
- }
-
- public function getProductStatus()
- {
- return $this->productStatus;
- }
-}
-
-class Google_Service_Content_ProductstatusesListResponse extends Google_Collection
-{
- public $kind;
- public $nextPageToken;
- protected $resourcesType = 'Google_Service_Content_ProductStatus';
- protected $resourcesDataType = 'array';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setResources($resources)
- {
- $this->resources = $resources;
- }
-
- public function getResources()
- {
- return $this->resources;
- }
-}
From d1e939968b9b1ac983eeb3c8c4f1c51edb3ee38a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:04 -0700
Subject: [PATCH 0069/1274] Updated MapsEngine.php
---
src/Google/Service/MapsEngine.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index e8eb4a781..dbd0c809f 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -2919,6 +2919,11 @@ public function getCoordinates()
}
}
+class Google_Service_MapsEngine_GeoJsonProperties extends Google_Model
+{
+
+}
+
class Google_Service_MapsEngine_IconStyle extends Google_Model
{
public $id;
From a6df8bec8ef2d51d867cf42902be1e99e747276d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:05 -0700
Subject: [PATCH 0070/1274] Updated Storage.php
---
src/Google/Service/Storage.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/Google/Service/Storage.php b/src/Google/Service/Storage.php
index b005dd795..ff432b493 100644
--- a/src/Google/Service/Storage.php
+++ b/src/Google/Service/Storage.php
@@ -2626,6 +2626,11 @@ public function getType()
}
}
+class Google_Service_Storage_ChannelParams extends Google_Model
+{
+
+}
+
class Google_Service_Storage_ComposeRequest extends Google_Collection
{
protected $destinationType = 'Google_Service_Storage_StorageObject';
@@ -3237,6 +3242,11 @@ public function getUpdated()
}
}
+class Google_Service_Storage_StorageObjectMetadata extends Google_Model
+{
+
+}
+
class Google_Service_Storage_StorageObjectOwner extends Google_Model
{
public $entity;
From b6872248d06d1e4002c67246af91cdd7facf37a9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:05 -0700
Subject: [PATCH 0071/1274] Updated Compute.php
---
src/Google/Service/Compute.php | 45 ++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index a087c0ada..0d21c71b4 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -5737,6 +5737,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_AddressAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_AddressList extends Google_Collection
{
public $id;
@@ -6656,6 +6661,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_DiskAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_DiskList extends Google_Collection
{
public $id;
@@ -6880,6 +6890,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_DiskTypeAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_DiskTypeList extends Google_Collection
{
public $id;
@@ -7521,6 +7536,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_ForwardingRuleAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_ForwardingRuleList extends Google_Collection
{
public $id;
@@ -8494,6 +8514,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_InstanceAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_InstanceList extends Google_Collection
{
public $id;
@@ -8918,6 +8943,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_MachineTypeAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_MachineTypeList extends Google_Collection
{
public $id;
@@ -9658,6 +9688,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_OperationAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_OperationError extends Google_Collection
{
protected $errorsType = 'Google_Service_Compute_OperationErrorErrors';
@@ -11256,6 +11291,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_TargetInstanceAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_TargetInstanceList extends Google_Collection
{
public $id;
@@ -11604,6 +11644,11 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_TargetPoolAggregatedListItems extends Google_Model
+{
+
+}
+
class Google_Service_Compute_TargetPoolInstanceHealth extends Google_Collection
{
protected $healthStatusType = 'Google_Service_Compute_HealthStatus';
From 00a4e1b846713d2ebf1c254153f8f408ea961331 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:06 -0700
Subject: [PATCH 0072/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 583d8220e..7198d7ee5 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -1111,6 +1111,11 @@ public function getPhaseset()
}
}
+class Google_Service_Genomics_CallInfo extends Google_Model
+{
+
+}
+
class Google_Service_Genomics_Callset extends Google_Model
{
public $created;
@@ -1170,6 +1175,11 @@ public function getName()
}
}
+class Google_Service_Genomics_CallsetInfo extends Google_Model
+{
+
+}
+
class Google_Service_Genomics_ContigBound extends Google_Model
{
public $contig;
@@ -1876,6 +1886,11 @@ public function getValue()
}
}
+class Google_Service_Genomics_MetadataInfo extends Google_Model
+{
+
+}
+
class Google_Service_Genomics_Program extends Google_Model
{
public $commandLine;
@@ -2240,6 +2255,11 @@ public function getSequencingTechnology()
}
}
+class Google_Service_Genomics_ReadTags extends Google_Model
+{
+
+}
+
class Google_Service_Genomics_Readset extends Google_Collection
{
public $created;
@@ -2969,3 +2989,8 @@ public function getReferenceBases()
return $this->referenceBases;
}
}
+
+class Google_Service_Genomics_VariantInfo extends Google_Model
+{
+
+}
From 8885729078ad2f8e0f93d280795146b8f5926dbf Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:06 -0700
Subject: [PATCH 0073/1274] Updated Calendar.php
---
src/Google/Service/Calendar.php | 40 +++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/src/Google/Service/Calendar.php b/src/Google/Service/Calendar.php
index 1557e7745..adb10426e 100644
--- a/src/Google/Service/Calendar.php
+++ b/src/Google/Service/Calendar.php
@@ -2545,6 +2545,11 @@ public function getType()
}
}
+class Google_Service_Calendar_ChannelParams extends Google_Model
+{
+
+}
+
class Google_Service_Calendar_ColorDefinition extends Google_Model
{
public $background;
@@ -2621,6 +2626,16 @@ public function getUpdated()
}
}
+class Google_Service_Calendar_ColorsCalendar extends Google_Model
+{
+
+}
+
+class Google_Service_Calendar_ColorsEvent extends Google_Model
+{
+
+}
+
class Google_Service_Calendar_Error extends Google_Model
{
public $domain;
@@ -3282,6 +3297,16 @@ public function getShared()
}
}
+class Google_Service_Calendar_EventExtendedPropertiesPrivate extends Google_Model
+{
+
+}
+
+class Google_Service_Calendar_EventExtendedPropertiesShared extends Google_Model
+{
+
+}
+
class Google_Service_Calendar_EventGadget extends Google_Model
{
public $display;
@@ -3374,6 +3399,11 @@ public function getWidth()
}
}
+class Google_Service_Calendar_EventGadgetPreferences extends Google_Model
+{
+
+}
+
class Google_Service_Calendar_EventOrganizer extends Google_Model
{
public $displayName;
@@ -3830,6 +3860,16 @@ public function getTimeMin()
}
}
+class Google_Service_Calendar_FreeBusyResponseCalendars extends Google_Model
+{
+
+}
+
+class Google_Service_Calendar_FreeBusyResponseGroups extends Google_Model
+{
+
+}
+
class Google_Service_Calendar_Setting extends Google_Model
{
public $etag;
From cd4d36ff949d489ba6393c1b5c69824762fa14da Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:06 -0700
Subject: [PATCH 0074/1274] Updated Doubleclicksearch.php
---
src/Google/Service/Doubleclicksearch.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/Doubleclicksearch.php b/src/Google/Service/Doubleclicksearch.php
index d32a01771..766deadeb 100644
--- a/src/Google/Service/Doubleclicksearch.php
+++ b/src/Google/Service/Doubleclicksearch.php
@@ -1448,6 +1448,11 @@ public function getStartDate()
}
}
+class Google_Service_Doubleclicksearch_ReportRow extends Google_Model
+{
+
+}
+
class Google_Service_Doubleclicksearch_SavedColumn extends Google_Model
{
public $kind;
From 096b6d0974d36f1668a6cfe8456bfc6384530d0b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:07 -0700
Subject: [PATCH 0075/1274] Updated Webfonts.php
---
src/Google/Service/Webfonts.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/Webfonts.php b/src/Google/Service/Webfonts.php
index cdab4aece..3083266ef 100644
--- a/src/Google/Service/Webfonts.php
+++ b/src/Google/Service/Webfonts.php
@@ -195,6 +195,11 @@ public function getVersion()
}
}
+class Google_Service_Webfonts_WebfontFiles extends Google_Model
+{
+
+}
+
class Google_Service_Webfonts_WebfontList extends Google_Collection
{
protected $itemsType = 'Google_Service_Webfonts_Webfont';
From 51a11dda9081055dee5775287c61fdffcf815421 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:07 -0700
Subject: [PATCH 0076/1274] Updated CivicInfo.php
---
src/Google/Service/CivicInfo.php | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/Google/Service/CivicInfo.php b/src/Google/Service/CivicInfo.php
index a33b900e6..daa65862b 100644
--- a/src/Google/Service/CivicInfo.php
+++ b/src/Google/Service/CivicInfo.php
@@ -1392,6 +1392,21 @@ public function getStatus()
}
}
+class Google_Service_CivicInfo_RepresentativeInfoResponseDivisions extends Google_Model
+{
+
+}
+
+class Google_Service_CivicInfo_RepresentativeInfoResponseOffices extends Google_Model
+{
+
+}
+
+class Google_Service_CivicInfo_RepresentativeInfoResponseOfficials extends Google_Model
+{
+
+}
+
class Google_Service_CivicInfo_SimpleAddressType extends Google_Model
{
public $city;
From ac39de5e6e40837829cb0b694595e24ebbccfaab Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:07 -0700
Subject: [PATCH 0077/1274] Updated Bigquery.php
---
src/Google/Service/Bigquery.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/Bigquery.php b/src/Google/Service/Bigquery.php
index 4041b904c..a5fd7cfb3 100644
--- a/src/Google/Service/Bigquery.php
+++ b/src/Google/Service/Bigquery.php
@@ -2452,6 +2452,11 @@ public function getState()
}
}
+class Google_Service_Bigquery_JsonObject extends Google_Model
+{
+
+}
+
class Google_Service_Bigquery_ProjectList extends Google_Collection
{
public $etag;
From 59b2624b1fd8d9fdb22087bd7c7a69fdea24135a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:08 -0700
Subject: [PATCH 0078/1274] Updated Manager.php
---
src/Google/Service/Manager.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/src/Google/Service/Manager.php b/src/Google/Service/Manager.php
index ef9c7ee62..e99718862 100644
--- a/src/Google/Service/Manager.php
+++ b/src/Google/Service/Manager.php
@@ -686,6 +686,11 @@ public function getTemplateName()
}
}
+class Google_Service_Manager_DeploymentModules extends Google_Model
+{
+
+}
+
class Google_Service_Manager_DeploymentsListResponse extends Google_Collection
{
public $nextPageToken;
@@ -1584,6 +1589,11 @@ public function getResourceView()
}
}
+class Google_Service_Manager_ReplicaPoolModuleEnvVariables extends Google_Model
+{
+
+}
+
class Google_Service_Manager_ReplicaPoolModuleStatus extends Google_Model
{
public $replicaPoolUrl;
@@ -1892,6 +1902,16 @@ public function getName()
}
}
+class Google_Service_Manager_TemplateActions extends Google_Model
+{
+
+}
+
+class Google_Service_Manager_TemplateModules extends Google_Model
+{
+
+}
+
class Google_Service_Manager_TemplatesListResponse extends Google_Collection
{
public $nextPageToken;
From 238a6289da20a72b83ef4b0b1cf57aa6ccc4326d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:08 -0700
Subject: [PATCH 0079/1274] Updated Reports.php
---
src/Google/Service/Reports.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/Google/Service/Reports.php b/src/Google/Service/Reports.php
index f1ab72044..bf6cdd1f3 100644
--- a/src/Google/Service/Reports.php
+++ b/src/Google/Service/Reports.php
@@ -873,6 +873,11 @@ public function getType()
}
}
+class Google_Service_Reports_ChannelParams extends Google_Model
+{
+
+}
+
class Google_Service_Reports_UsageReport extends Google_Collection
{
public $date;
@@ -1052,6 +1057,11 @@ public function getStringValue()
}
}
+class Google_Service_Reports_UsageReportParametersMsgValue extends Google_Model
+{
+
+}
+
class Google_Service_Reports_UsageReports extends Google_Collection
{
public $etag;
From 075031356026aa727a2052b46eeb48afc980294b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:09 -0700
Subject: [PATCH 0080/1274] Updated Analytics.php
---
src/Google/Service/Analytics.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/src/Google/Service/Analytics.php b/src/Google/Service/Analytics.php
index fc23db2fa..45c3380a7 100644
--- a/src/Google/Service/Analytics.php
+++ b/src/Google/Service/Analytics.php
@@ -4231,6 +4231,11 @@ public function getKind()
}
}
+class Google_Service_Analytics_ColumnAttributes extends Google_Model
+{
+
+}
+
class Google_Service_Analytics_Columns extends Google_Collection
{
public $attributeNames;
@@ -6971,6 +6976,11 @@ public function getStartIndex()
}
}
+class Google_Service_Analytics_GaDataTotalsForAllResults extends Google_Model
+{
+
+}
+
class Google_Service_Analytics_Goal extends Google_Model
{
public $accountId;
@@ -7990,6 +8000,11 @@ public function getNodeValue()
}
}
+class Google_Service_Analytics_McfDataTotalsForAllResults extends Google_Model
+{
+
+}
+
class Google_Service_Analytics_Profile extends Google_Model
{
public $accountId;
@@ -8987,6 +9002,11 @@ public function getSort()
}
}
+class Google_Service_Analytics_RealtimeDataTotalsForAllResults extends Google_Model
+{
+
+}
+
class Google_Service_Analytics_Segment extends Google_Model
{
public $created;
From 0ea278f39c19c021d0063d853614677c6eca497a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:09 -0700
Subject: [PATCH 0081/1274] Updated Cloudmonitoring.php
---
src/Google/Service/Cloudmonitoring.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/Cloudmonitoring.php b/src/Google/Service/Cloudmonitoring.php
index 850e6b5b1..6fba8da35 100644
--- a/src/Google/Service/Cloudmonitoring.php
+++ b/src/Google/Service/Cloudmonitoring.php
@@ -969,3 +969,8 @@ public function getProject()
return $this->project;
}
}
+
+class Google_Service_Cloudmonitoring_TimeseriesDescriptorLabels extends Google_Model
+{
+
+}
From d76205eb43fd30ab4b71bf72f6ad0d9fd810f364 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:09 -0700
Subject: [PATCH 0082/1274] Updated Prediction.php
---
src/Google/Service/Prediction.php | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/src/Google/Service/Prediction.php b/src/Google/Service/Prediction.php
index 400bb3777..33286ba24 100644
--- a/src/Google/Service/Prediction.php
+++ b/src/Google/Service/Prediction.php
@@ -708,6 +708,11 @@ public function getValue()
}
}
+class Google_Service_Prediction_AnalyzeErrors extends Google_Model
+{
+
+}
+
class Google_Service_Prediction_AnalyzeModelDescription extends Google_Model
{
public $confusionMatrix;
@@ -746,6 +751,21 @@ public function getModelinfo()
}
}
+class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrix extends Google_Model
+{
+
+}
+
+class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixElement extends Google_Model
+{
+
+}
+
+class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixRowTotals extends Google_Model
+{
+
+}
+
class Google_Service_Prediction_Input extends Google_Model
{
protected $inputType = 'Google_Service_Prediction_InputInput';
@@ -1092,6 +1112,11 @@ public function getOutput()
}
}
+class Google_Service_Prediction_InsertUtility extends Google_Model
+{
+
+}
+
class Google_Service_Prediction_Output extends Google_Collection
{
public $id;
From bade60515a1bbcc736593fc862b7de26dc5722d9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:09 -0700
Subject: [PATCH 0083/1274] Updated IdentityToolkit.php
---
src/Google/Service/IdentityToolkit.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/IdentityToolkit.php b/src/Google/Service/IdentityToolkit.php
index f248f9c3f..03b2c5930 100644
--- a/src/Google/Service/IdentityToolkit.php
+++ b/src/Google/Service/IdentityToolkit.php
@@ -601,6 +601,11 @@ public function getLocalId()
}
}
+class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse extends Google_Model
+{
+
+}
+
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest extends Google_Model
{
public $email;
From edb90204d6b0693cdf5ee7bb68a8a71558a14930 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:10 -0700
Subject: [PATCH 0084/1274] Updated Drive.php
---
src/Google/Service/Drive.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/src/Google/Service/Drive.php b/src/Google/Service/Drive.php
index aaa94c035..1ed485817 100644
--- a/src/Google/Service/Drive.php
+++ b/src/Google/Service/Drive.php
@@ -3624,6 +3624,11 @@ public function getType()
}
}
+class Google_Service_Drive_ChannelParams extends Google_Model
+{
+
+}
+
class Google_Service_Drive_ChildList extends Google_Collection
{
public $etag;
@@ -4719,6 +4724,11 @@ public function getWritersCanShare()
}
}
+class Google_Service_Drive_DriveFileExportLinks extends Google_Model
+{
+
+}
+
class Google_Service_Drive_DriveFileImageMediaMetadata extends Google_Model
{
public $aperture;
@@ -5066,6 +5076,11 @@ public function getViewed()
}
}
+class Google_Service_Drive_DriveFileOpenWithLinks extends Google_Model
+{
+
+}
+
class Google_Service_Drive_DriveFileThumbnail extends Google_Model
{
public $image;
@@ -5826,6 +5841,11 @@ public function getSelfLink()
}
}
+class Google_Service_Drive_RevisionExportLinks extends Google_Model
+{
+
+}
+
class Google_Service_Drive_RevisionList extends Google_Collection
{
public $etag;
From fbda7f4163a242eae2f7bdc6bd995fd5f9fd4893 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:10 -0700
Subject: [PATCH 0085/1274] Updated Directory.php
---
src/Google/Service/Directory.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/Directory.php b/src/Google/Service/Directory.php
index 7c50ce451..53a739305 100644
--- a/src/Google/Service/Directory.php
+++ b/src/Google/Service/Directory.php
@@ -2696,6 +2696,11 @@ public function getType()
}
}
+class Google_Service_Directory_ChannelParams extends Google_Model
+{
+
+}
+
class Google_Service_Directory_ChromeOsDevice extends Google_Collection
{
public $annotatedLocation;
From 7eb6b093432c61af9a1d925e72015ff11cfb2591 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:11 -0700
Subject: [PATCH 0086/1274] Updated Customsearch.php
---
src/Google/Service/Customsearch.php | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/Google/Service/Customsearch.php b/src/Google/Service/Customsearch.php
index cda6256c5..b45c9466d 100644
--- a/src/Google/Service/Customsearch.php
+++ b/src/Google/Service/Customsearch.php
@@ -1217,6 +1217,16 @@ public function getName()
}
}
+class Google_Service_Customsearch_ResultPagemap extends Google_Model
+{
+
+}
+
+class Google_Service_Customsearch_ResultPagemapItemElement extends Google_Model
+{
+
+}
+
class Google_Service_Customsearch_Search extends Google_Collection
{
protected $contextType = 'Google_Service_Customsearch_Context';
@@ -1316,6 +1326,11 @@ public function getUrl()
}
}
+class Google_Service_Customsearch_SearchQueries extends Google_Model
+{
+
+}
+
class Google_Service_Customsearch_SearchSearchInformation extends Google_Model
{
public $formattedSearchTime;
From b50cca43402bf87980aabb58df25039922eda2c9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:11 -0700
Subject: [PATCH 0087/1274] Updated Datastore.php
---
src/Google/Service/Datastore.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/Datastore.php b/src/Google/Service/Datastore.php
index 1f7bdf2ca..8ec92e253 100644
--- a/src/Google/Service/Datastore.php
+++ b/src/Google/Service/Datastore.php
@@ -451,6 +451,11 @@ public function getProperties()
}
}
+class Google_Service_Datastore_EntityProperties extends Google_Model
+{
+
+}
+
class Google_Service_Datastore_EntityResult extends Google_Model
{
protected $entityType = 'Google_Service_Datastore_Entity';
From fa3a2dcbef5a2233cfaa9c6fe28bae57c03b6465 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 25 Jul 2014 00:55:11 -0700
Subject: [PATCH 0088/1274] Updated Pagespeedonline.php
---
src/Google/Service/Pagespeedonline.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/Pagespeedonline.php b/src/Google/Service/Pagespeedonline.php
index 50437ea99..e1632d75f 100644
--- a/src/Google/Service/Pagespeedonline.php
+++ b/src/Google/Service/Pagespeedonline.php
@@ -281,6 +281,11 @@ public function getRuleResults()
}
}
+class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResults extends Google_Model
+{
+
+}
+
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement extends Google_Collection
{
public $localizedRuleName;
From d7252c325421d003079888782acc060317787645 Mon Sep 17 00:00:00 2001
From: Daniel Zhang
Date: Sat, 26 Jul 2014 20:03:23 +0800
Subject: [PATCH 0089/1274] Remove HTTP/1.1 proxy header
---
src/Google/IO/Abstract.php | 25 ++++++++++++++++---------
tests/general/IoTest.php | 31 ++++++++++++++++++-------------
2 files changed, 34 insertions(+), 22 deletions(-)
diff --git a/src/Google/IO/Abstract.php b/src/Google/IO/Abstract.php
index ba9fe8d87..2d80afdd8 100644
--- a/src/Google/IO/Abstract.php
+++ b/src/Google/IO/Abstract.php
@@ -28,7 +28,10 @@ abstract class Google_IO_Abstract
{
const UNKNOWN_CODE = 0;
const FORM_URLENCODED = 'application/x-www-form-urlencoded';
- const CONNECTION_ESTABLISHED = "HTTP/1.0 200 Connection established\r\n\r\n";
+ private static $CONNECTION_ESTABLISHED_HEADERS = array(
+ "HTTP/1.0 200 Connection established\r\n\r\n",
+ "HTTP/1.1 200 Connection established\r\n\r\n",
+ );
private static $ENTITY_HTTP_METHODS = array("POST" => null, "PUT" => null);
/** @var Google_Client */
@@ -249,14 +252,18 @@ protected function updateCachedRequest($cached, $responseHeaders)
*/
public function parseHttpResponse($respData, $headerSize)
{
- if (stripos($respData, self::CONNECTION_ESTABLISHED) !== false) {
- $respData = str_ireplace(self::CONNECTION_ESTABLISHED, '', $respData);
-
- // Subtract the proxy header size unless the cURL bug prior to 7.30.0
- // is present which prevented the proxy header size from being taken into
- // account.
- if (!$this->needsQuirk()) {
- $headerSize -= strlen(self::CONNECTION_ESTABLISHED);
+ // check proxy header
+ foreach (self::$CONNECTION_ESTABLISHED_HEADERS as $established_header) {
+ if (stripos($respData, $established_header) !== false) {
+ // existed, remove it
+ $respData = str_ireplace($established_header, '', $respData);
+ // Subtract the proxy header size unless the cURL bug prior to 7.30.0
+ // is present which prevented the proxy header size from being taken into
+ // account.
+ if (!$this->needsQuirk()) {
+ $headerSize -= strlen($established_header);
+ }
+ break;
}
}
diff --git a/tests/general/IoTest.php b/tests/general/IoTest.php
index f4dfa14f1..8710f42fc 100644
--- a/tests/general/IoTest.php
+++ b/tests/general/IoTest.php
@@ -237,20 +237,25 @@ public function responseChecker($io)
$this->assertEquals(null, json_decode($body, true));
// Test transforms from proxies.
- $rawHeaders = Google_IO_Abstract::CONNECTION_ESTABLISHED
- . "HTTP/1.1 200 OK\r\nContent-Type: application/json\r\n";
- $headersSize = strlen($rawHeaders);
- // If we have a broken cURL version we have to simulate it to get the
- // correct test result.
- if ($hasQuirk && get_class($io) === 'Google_IO_Curl') {
- $headersSize -= strlen(Google_IO_Abstract::CONNECTION_ESTABLISHED);
+ $connection_established_headers = array(
+ "HTTP/1.0 200 Connection established\r\n\r\n",
+ "HTTP/1.1 200 Connection established\r\n\r\n",
+ );
+ foreach ($connection_established_headers as $established_header) {
+ $rawHeaders = "{$established_header}HTTP/1.1 200 OK\r\nContent-Type: application/json\r\n";
+ $headersSize = strlen($rawHeaders);
+ // If we have a broken cURL version we have to simulate it to get the
+ // correct test result.
+ if ($hasQuirk && get_class($io) === 'Google_IO_Curl') {
+ $headersSize -= strlen($established_header);
+ }
+ $rawBody = "{}";
+
+ $rawResponse = "$rawHeaders\r\n$rawBody";
+ list($headers, $body) = $io->parseHttpResponse($rawResponse, $headersSize);
+ $this->assertEquals(1, sizeof($headers));
+ $this->assertEquals(array(), json_decode($body, true));
}
- $rawBody = "{}";
-
- $rawResponse = "$rawHeaders\r\n$rawBody";
- list($headers, $body) = $io->parseHttpResponse($rawResponse, $headersSize);
- $this->assertEquals(1, sizeof($headers));
- $this->assertEquals(array(), json_decode($body, true));
}
public function processEntityRequest($io, $client)
From 697a0fe34fdd9a1e9f5d8fd0a21d9533318f6663 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sun, 27 Jul 2014 00:56:48 -0700
Subject: [PATCH 0090/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 76 ++++++++++++++++++++++-----------
1 file changed, 52 insertions(+), 24 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 7198d7ee5..1826ae6c1 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -209,6 +209,16 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'undelete' => array(
+ 'path' => 'datasets/{datasetId}/undelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'datasetId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'update' => array(
'path' => 'datasets/{datasetId}',
'httpMethod' => 'PUT',
@@ -243,7 +253,17 @@ public function __construct(Google_Client $client)
'jobs',
array(
'methods' => array(
- 'get' => array(
+ 'cancel' => array(
+ 'path' => 'jobs/{jobId}/cancel',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'jobId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
'path' => 'jobs/{jobId}',
'httpMethod' => 'GET',
'parameters' => array(
@@ -635,6 +655,22 @@ public function patch($datasetId, Google_Service_Genomics_Dataset $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Genomics_Dataset");
}
+ /**
+ * Undeletes a dataset by restoring a dataset which was deleted via this API.
+ * This operation is only possible for a week after the deletion occurred.
+ * (datasets.undelete)
+ *
+ * @param string $datasetId
+ * The ID of the dataset to be undeleted.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_Dataset
+ */
+ public function undelete($datasetId, $optParams = array())
+ {
+ $params = array('datasetId' => $datasetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('undelete', array($params), "Google_Service_Genomics_Dataset");
+ }
/**
* Updates a dataset. (datasets.update)
*
@@ -703,11 +739,25 @@ public function create(Google_Service_Genomics_ExperimentalCreateJobRequest $pos
class Google_Service_Genomics_Jobs_Resource extends Google_Service_Resource
{
+ /**
+ * Cancels a job by ID. Note that it is possible for partial results to be
+ * generated and stored for cancelled jobs. (jobs.cancel)
+ *
+ * @param string $jobId
+ * Required. The ID of the job.
+ * @param array $optParams Optional parameters.
+ */
+ public function cancel($jobId, $optParams = array())
+ {
+ $params = array('jobId' => $jobId);
+ $params = array_merge($params, $optParams);
+ return $this->call('cancel', array($params));
+ }
/**
* Gets a job by ID. (jobs.get)
*
* @param string $jobId
- * The ID of the job.
+ * Required. The ID of the job.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Job
*/
@@ -2262,23 +2312,11 @@ class Google_Service_Genomics_ReadTags extends Google_Model
class Google_Service_Genomics_Readset extends Google_Collection
{
- public $created;
public $datasetId;
protected $fileDataType = 'Google_Service_Genomics_HeaderSection';
protected $fileDataDataType = 'array';
public $id;
public $name;
- public $readCount;
-
- public function setCreated($created)
- {
- $this->created = $created;
- }
-
- public function getCreated()
- {
- return $this->created;
- }
public function setDatasetId($datasetId)
{
@@ -2319,16 +2357,6 @@ public function getName()
{
return $this->name;
}
-
- public function setReadCount($readCount)
- {
- $this->readCount = $readCount;
- }
-
- public function getReadCount()
- {
- return $this->readCount;
- }
}
class Google_Service_Genomics_ReferenceSequence extends Google_Model
From 6cfbed015679afaf3c197497bd1d44c0927a860f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 31 Jul 2014 00:59:55 -0700
Subject: [PATCH 0091/1274] Updated MapsEngine.php
---
src/Google/Service/MapsEngine.php | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index dbd0c809f..d898b708e 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -2156,7 +2156,8 @@ public function get($tableId, $id, $optParams = array())
* @opt_param string intersects
* A geometry literal that specifies the spatial restriction of the query.
* @opt_param string maxResults
- * The maximum number of items to include in the response, used for paging.
+ * The maximum number of items to include in the response, used for paging. The maximum supported
+ * value is 1000.
* @opt_param string pageToken
* The continuation token, used to page through large result sets. To get the next page of results,
* set this parameter to the value of nextPageToken from the previous response.
@@ -3082,7 +3083,7 @@ public function getDatasourceType()
return $this->datasourceType;
}
- public function setDatasources($datasources)
+ public function setDatasources(Google_Service_MapsEngine_Datasource $datasources)
{
$this->datasources = $datasources;
}
@@ -3322,7 +3323,7 @@ class Google_Service_MapsEngine_Map extends Google_Collection
{
public $bbox;
protected $contentsType = 'Google_Service_MapsEngine_MapItem';
- protected $contentsDataType = 'array';
+ protected $contentsDataType = '';
public $creationTime;
public $defaultViewport;
public $description;
@@ -3347,7 +3348,7 @@ public function getBbox()
return $this->bbox;
}
- public function setContents($contents)
+ public function setContents(Google_Service_MapsEngine_MapItem $contents)
{
$this->contents = $contents;
}
From 5051b676efa0457f5aa919b3cf2d4ddd5d40d03d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 31 Jul 2014 00:59:55 -0700
Subject: [PATCH 0092/1274] Updated Blogger.php
---
src/Google/Service/Blogger.php | 84 ++++++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)
diff --git a/src/Google/Service/Blogger.php b/src/Google/Service/Blogger.php
index 3842bec19..2438429b5 100644
--- a/src/Google/Service/Blogger.php
+++ b/src/Google/Service/Blogger.php
@@ -470,6 +470,36 @@ public function __construct(Google_Client $client)
'type' => 'boolean',
),
),
+ ),'publish' => array(
+ 'path' => 'blogs/{blogId}/pages/{pageId}/publish',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'revert' => array(
+ 'path' => 'blogs/{blogId}/pages/{pageId}/revert',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'blogId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'update' => array(
'path' => 'blogs/{blogId}/pages/{pageId}',
'httpMethod' => 'PUT',
@@ -1297,6 +1327,38 @@ public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Blogger_Page");
}
+ /**
+ * Publishes a draft page. (pages.publish)
+ *
+ * @param string $blogId
+ * The ID of the blog.
+ * @param string $pageId
+ * The ID of the page.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Blogger_Page
+ */
+ public function publish($blogId, $pageId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'pageId' => $pageId);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params), "Google_Service_Blogger_Page");
+ }
+ /**
+ * Revert a published or scheduled page to draft state. (pages.revert)
+ *
+ * @param string $blogId
+ * The ID of the blog.
+ * @param string $pageId
+ * The ID of the page.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Blogger_Page
+ */
+ public function revert($blogId, $pageId, $optParams = array())
+ {
+ $params = array('blogId' => $blogId, 'pageId' => $pageId);
+ $params = array_merge($params, $optParams);
+ return $this->call('revert', array($params), "Google_Service_Blogger_Page");
+ }
/**
* Update a page. (pages.update)
*
@@ -2372,6 +2434,7 @@ class Google_Service_Blogger_Page extends Google_Model
protected $blogType = 'Google_Service_Blogger_PageBlog';
protected $blogDataType = '';
public $content;
+ public $etag;
public $id;
public $kind;
public $published;
@@ -2411,6 +2474,16 @@ public function getContent()
return $this->content;
}
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -2670,6 +2743,7 @@ class Google_Service_Blogger_Post extends Google_Collection
protected $blogDataType = '';
public $content;
public $customMetaData;
+ public $etag;
public $id;
protected $imagesType = 'Google_Service_Blogger_PostImages';
protected $imagesDataType = 'array';
@@ -2728,6 +2802,16 @@ public function getCustomMetaData()
return $this->customMetaData;
}
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
public function setId($id)
{
$this->id = $id;
From 3784898e3e8ed1a6ebddebe80e9102d4d3de65de Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 31 Jul 2014 00:59:56 -0700
Subject: [PATCH 0093/1274] Updated AndroidPublisher.php
---
src/Google/Service/AndroidPublisher.php | 3099 ++++++++++++++++++++++-
1 file changed, 2991 insertions(+), 108 deletions(-)
diff --git a/src/Google/Service/AndroidPublisher.php b/src/Google/Service/AndroidPublisher.php
index 957ccb8c8..41a94e097 100644
--- a/src/Google/Service/AndroidPublisher.php
+++ b/src/Google/Service/AndroidPublisher.php
@@ -16,7 +16,7 @@
*/
/**
- * Service definition for AndroidPublisher (v1.1).
+ * Service definition for AndroidPublisher (v2).
*
*
* Lets Android application developers access their Google Play accounts.
@@ -34,8 +34,18 @@ class Google_Service_AndroidPublisher extends Google_Service
/** View and manage your Google Play Android Developer account. */
const ANDROIDPUBLISHER = "https://www.googleapis.com/auth/androidpublisher";
- public $inapppurchases;
- public $purchases;
+ public $edits;
+ public $edits_apklistings;
+ public $edits_apks;
+ public $edits_details;
+ public $edits_expansionfiles;
+ public $edits_images;
+ public $edits_listings;
+ public $edits_testers;
+ public $edits_tracks;
+ public $inappproducts;
+ public $purchases_products;
+ public $purchases_subscriptions;
/**
@@ -46,18 +56,48 @@ class Google_Service_AndroidPublisher extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'androidpublisher/v1.1/applications/';
- $this->version = 'v1.1';
+ $this->servicePath = 'androidpublisher/v2/applications/';
+ $this->version = 'v2';
$this->serviceName = 'androidpublisher';
- $this->inapppurchases = new Google_Service_AndroidPublisher_Inapppurchases_Resource(
+ $this->edits = new Google_Service_AndroidPublisher_Edits_Resource(
$this,
$this->serviceName,
- 'inapppurchases',
+ 'edits',
array(
'methods' => array(
- 'get' => array(
- 'path' => '{packageName}/inapp/{productId}/purchases/{token}',
+ 'commit' => array(
+ 'path' => '{packageName}/edits/{editId}:commit',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => '{packageName}/edits/{editId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{packageName}/edits/{editId}',
'httpMethod' => 'GET',
'parameters' => array(
'packageName' => array(
@@ -65,12 +105,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'productId' => array(
+ 'editId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'token' => array(
+ ),
+ ),'insert' => array(
+ 'path' => '{packageName}/edits',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'packageName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -80,34 +125,59 @@ public function __construct(Google_Client $client)
)
)
);
- $this->purchases = new Google_Service_AndroidPublisher_Purchases_Resource(
+ $this->edits_apklistings = new Google_Service_AndroidPublisher_EditsApklistings_Resource(
$this,
$this->serviceName,
- 'purchases',
+ 'apklistings',
array(
'methods' => array(
- 'cancel' => array(
- 'path' => '{packageName}/subscriptions/{subscriptionId}/purchases/{token}/cancel',
- 'httpMethod' => 'POST',
+ 'delete' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/listings/{language}',
+ 'httpMethod' => 'DELETE',
'parameters' => array(
'packageName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'subscriptionId' => array(
+ 'editId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'token' => array(
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'deleteall' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/listings',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
),
),'get' => array(
- 'path' => '{packageName}/subscriptions/{subscriptionId}/purchases/{token}',
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/listings/{language}',
'httpMethod' => 'GET',
'parameters' => array(
'packageName' => array(
@@ -115,12 +185,182 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'subscriptionId' => array(
+ 'editId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'token' => array(
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/listings',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/listings/{language}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/listings/{language}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->edits_apks = new Google_Service_AndroidPublisher_EditsApks_Resource(
+ $this,
+ $this->serviceName,
+ 'apks',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => '{packageName}/edits/{editId}/apks',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'upload' => array(
+ 'path' => '{packageName}/edits/{editId}/apks',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->edits_details = new Google_Service_AndroidPublisher_EditsDetails_Resource(
+ $this,
+ $this->serviceName,
+ 'details',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => '{packageName}/edits/{editId}/details',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{packageName}/edits/{editId}/details',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{packageName}/edits/{editId}/details',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -130,105 +370,2632 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->edits_expansionfiles = new Google_Service_AndroidPublisher_EditsExpansionfiles_Resource(
+ $this,
+ $this->serviceName,
+ 'expansionfiles',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ 'expansionFileType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ 'expansionFileType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ 'expansionFileType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'upload' => array(
+ 'path' => '{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'apkVersionCode' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ 'expansionFileType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->edits_images = new Google_Service_AndroidPublisher_EditsImages_Resource(
+ $this,
+ $this->serviceName,
+ 'images',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => '{packageName}/edits/{editId}/listings/{language}/{imageType}/{imageId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'imageType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'imageId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'deleteall' => array(
+ 'path' => '{packageName}/edits/{editId}/listings/{language}/{imageType}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'imageType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{packageName}/edits/{editId}/listings/{language}/{imageType}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'imageType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'upload' => array(
+ 'path' => '{packageName}/edits/{editId}/listings/{language}/{imageType}',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'imageType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->edits_listings = new Google_Service_AndroidPublisher_EditsListings_Resource(
+ $this,
+ $this->serviceName,
+ 'listings',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => '{packageName}/edits/{editId}/listings/{language}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'deleteall' => array(
+ 'path' => '{packageName}/edits/{editId}/listings',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{packageName}/edits/{editId}/listings/{language}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{packageName}/edits/{editId}/listings',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{packageName}/edits/{editId}/listings/{language}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{packageName}/edits/{editId}/listings/{language}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'language' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->edits_testers = new Google_Service_AndroidPublisher_EditsTesters_Resource(
+ $this,
+ $this->serviceName,
+ 'testers',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => '{packageName}/edits/{editId}/testers/{track}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'track' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{packageName}/edits/{editId}/testers/{track}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'track' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{packageName}/edits/{editId}/testers/{track}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'track' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->edits_tracks = new Google_Service_AndroidPublisher_EditsTracks_Resource(
+ $this,
+ $this->serviceName,
+ 'tracks',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => '{packageName}/edits/{editId}/tracks/{track}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'track' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{packageName}/edits/{editId}/tracks',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{packageName}/edits/{editId}/tracks/{track}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'track' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{packageName}/edits/{editId}/tracks/{track}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'track' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->inappproducts = new Google_Service_AndroidPublisher_Inappproducts_Resource(
+ $this,
+ $this->serviceName,
+ 'inappproducts',
+ array(
+ 'methods' => array(
+ 'batch' => array(
+ 'path' => 'inappproducts/batch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'delete' => array(
+ 'path' => '{packageName}/inappproducts/{sku}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'sku' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{packageName}/inappproducts/{sku}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'sku' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => '{packageName}/inappproducts',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'autoConvertMissingPrices' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => '{packageName}/inappproducts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'token' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'startIndex' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => '{packageName}/inappproducts/{sku}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'sku' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'autoConvertMissingPrices' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => '{packageName}/inappproducts/{sku}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'sku' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'autoConvertMissingPrices' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->purchases_products = new Google_Service_AndroidPublisher_PurchasesProducts_Resource(
+ $this,
+ $this->serviceName,
+ 'products',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => '{packageName}/purchases/products/{productId}/tokens/{token}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'productId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'token' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->purchases_subscriptions = new Google_Service_AndroidPublisher_PurchasesSubscriptions_Resource(
+ $this,
+ $this->serviceName,
+ 'subscriptions',
+ array(
+ 'methods' => array(
+ 'cancel' => array(
+ 'path' => '{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:cancel',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'subscriptionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'token' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => '{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'subscriptionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'token' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "edits" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $edits = $androidpublisherService->edits;
+ *
+ */
+class Google_Service_AndroidPublisher_Edits_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Commits/applies the changes made in this edit back to the app. (edits.commit)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_AppEdit
+ */
+ public function commit($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('commit', array($params), "Google_Service_AndroidPublisher_AppEdit");
+ }
+ /**
+ * Deletes an edit for an app. Creating a new edit will automatically delete any
+ * of your previous edits so this method need only be called if you want to
+ * preemptively abandon an edit. (edits.delete)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Returns information about the edit specified. Calls will fail if the edit is
+ * no long active (e.g. has been deleted, superseded or expired). (edits.get)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_AppEdit
+ */
+ public function get($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_AppEdit");
+ }
+ /**
+ * Creates a new edit for an app, populated with the app's current state.
+ * (edits.insert)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param Google_AppEdit $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_AppEdit
+ */
+ public function insert($packageName, Google_Service_AndroidPublisher_AppEdit $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_AndroidPublisher_AppEdit");
+ }
+}
+
+/**
+ * The "apklistings" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $apklistings = $androidpublisherService->apklistings;
+ *
+ */
+class Google_Service_AndroidPublisher_EditsApklistings_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the APK-specific localized listing for a specified APK and language
+ * code. (apklistings.delete)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The APK version code whose APK-specific listings should be read or modified.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the APK-specific localized listing to read or
+ * modify. For example, to select Austrian German, pass "de-AT".
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($packageName, $editId, $apkVersionCode, $language, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'language' => $language);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Deletes all the APK-specific localized listings for a specified APK.
+ * (apklistings.deleteall)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The APK version code whose APK-specific listings should be read or modified.
+ * @param array $optParams Optional parameters.
+ */
+ public function deleteall($packageName, $editId, $apkVersionCode, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode);
+ $params = array_merge($params, $optParams);
+ return $this->call('deleteall', array($params));
+ }
+ /**
+ * Fetches the APK-specific localized listing for a specified APK and language
+ * code. (apklistings.get)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The APK version code whose APK-specific listings should be read or modified.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the APK-specific localized listing to read or
+ * modify. For example, to select Austrian German, pass "de-AT".
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ApkListing
+ */
+ public function get($packageName, $editId, $apkVersionCode, $language, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'language' => $language);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_ApkListing");
+ }
+ /**
+ * Lists all the APK-specific localized listings for a specified APK.
+ * (apklistings.listEditsApklistings)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The APK version code whose APK-specific listings should be read or modified.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ApkListingsListResponse
+ */
+ public function listEditsApklistings($packageName, $editId, $apkVersionCode, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidPublisher_ApkListingsListResponse");
+ }
+ /**
+ * Updates or creates the APK-specific localized listing for a specified APK and
+ * language code. This method supports patch semantics. (apklistings.patch)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The APK version code whose APK-specific listings should be read or modified.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the APK-specific localized listing to read or
+ * modify. For example, to select Austrian German, pass "de-AT".
+ * @param Google_ApkListing $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ApkListing
+ */
+ public function patch($packageName, $editId, $apkVersionCode, $language, Google_Service_AndroidPublisher_ApkListing $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'language' => $language, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidPublisher_ApkListing");
+ }
+ /**
+ * Updates or creates the APK-specific localized listing for a specified APK and
+ * language code. (apklistings.update)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The APK version code whose APK-specific listings should be read or modified.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the APK-specific localized listing to read or
+ * modify. For example, to select Austrian German, pass "de-AT".
+ * @param Google_ApkListing $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ApkListing
+ */
+ public function update($packageName, $editId, $apkVersionCode, $language, Google_Service_AndroidPublisher_ApkListing $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'language' => $language, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidPublisher_ApkListing");
+ }
+}
+/**
+ * The "apks" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $apks = $androidpublisherService->apks;
+ *
+ */
+class Google_Service_AndroidPublisher_EditsApks_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (apks.listEditsApks)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ApksListResponse
+ */
+ public function listEditsApks($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidPublisher_ApksListResponse");
+ }
+ /**
+ * (apks.upload)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Apk
+ */
+ public function upload($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('upload', array($params), "Google_Service_AndroidPublisher_Apk");
+ }
+}
+/**
+ * The "details" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $details = $androidpublisherService->details;
+ *
+ */
+class Google_Service_AndroidPublisher_EditsDetails_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Fetches app details for this edit. This includes the default language and
+ * developer support contact information. (details.get)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_AppDetails
+ */
+ public function get($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_AppDetails");
+ }
+ /**
+ * Updates app details for this edit. This method supports patch semantics.
+ * (details.patch)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param Google_AppDetails $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_AppDetails
+ */
+ public function patch($packageName, $editId, Google_Service_AndroidPublisher_AppDetails $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidPublisher_AppDetails");
+ }
+ /**
+ * Updates app details for this edit. (details.update)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param Google_AppDetails $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_AppDetails
+ */
+ public function update($packageName, $editId, Google_Service_AndroidPublisher_AppDetails $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidPublisher_AppDetails");
+ }
+}
+/**
+ * The "expansionfiles" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $expansionfiles = $androidpublisherService->expansionfiles;
+ *
+ */
+class Google_Service_AndroidPublisher_EditsExpansionfiles_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Fetches the Expansion File configuration for the APK specified.
+ * (expansionfiles.get)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The version code of the APK whose Expansion File configuration is being read or modified.
+ * @param string $expansionFileType
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ExpansionFile
+ */
+ public function get($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_ExpansionFile");
+ }
+ /**
+ * Updates the APK's Expansion File configuration to reference another APK's
+ * Expansion Files. To add a new Expansion File use the Upload method. This
+ * method supports patch semantics. (expansionfiles.patch)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The version code of the APK whose Expansion File configuration is being read or modified.
+ * @param string $expansionFileType
+ *
+ * @param Google_ExpansionFile $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ExpansionFile
+ */
+ public function patch($packageName, $editId, $apkVersionCode, $expansionFileType, Google_Service_AndroidPublisher_ExpansionFile $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidPublisher_ExpansionFile");
+ }
+ /**
+ * Updates the APK's Expansion File configuration to reference another APK's
+ * Expansion Files. To add a new Expansion File use the Upload method.
+ * (expansionfiles.update)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The version code of the APK whose Expansion File configuration is being read or modified.
+ * @param string $expansionFileType
+ *
+ * @param Google_ExpansionFile $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ExpansionFile
+ */
+ public function update($packageName, $editId, $apkVersionCode, $expansionFileType, Google_Service_AndroidPublisher_ExpansionFile $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidPublisher_ExpansionFile");
+ }
+ /**
+ * Uploads and attaches a new Expansion File to the APK specified.
+ * (expansionfiles.upload)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param int $apkVersionCode
+ * The version code of the APK whose Expansion File configuration is being read or modified.
+ * @param string $expansionFileType
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ExpansionFilesUploadResponse
+ */
+ public function upload($packageName, $editId, $apkVersionCode, $expansionFileType, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'apkVersionCode' => $apkVersionCode, 'expansionFileType' => $expansionFileType);
+ $params = array_merge($params, $optParams);
+ return $this->call('upload', array($params), "Google_Service_AndroidPublisher_ExpansionFilesUploadResponse");
+ }
+}
+/**
+ * The "images" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $images = $androidpublisherService->images;
+ *
+ */
+class Google_Service_AndroidPublisher_EditsImages_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the image (specified by id) from the edit. (images.delete)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the localized listing whose images are to read or
+ * modified. For example, to select Austrian German, pass "de-AT".
+ * @param string $imageType
+ *
+ * @param string $imageId
+ * Unique identifier an image within the set of images attached to this edit.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($packageName, $editId, $language, $imageType, $imageId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType, 'imageId' => $imageId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Deletes all images for the specified language and image type.
+ * (images.deleteall)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the localized listing whose images are to read or
+ * modified. For example, to select Austrian German, pass "de-AT".
+ * @param string $imageType
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ImagesDeleteAllResponse
+ */
+ public function deleteall($packageName, $editId, $language, $imageType, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType);
+ $params = array_merge($params, $optParams);
+ return $this->call('deleteall', array($params), "Google_Service_AndroidPublisher_ImagesDeleteAllResponse");
+ }
+ /**
+ * Lists all images for the specified language and image type.
+ * (images.listEditsImages)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the localized listing whose images are to read or
+ * modified. For example, to select Austrian German, pass "de-AT".
+ * @param string $imageType
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ImagesListResponse
+ */
+ public function listEditsImages($packageName, $editId, $language, $imageType, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidPublisher_ImagesListResponse");
+ }
+ /**
+ * Uploads a new image and adds it to the list of images for the specified
+ * language and image type. (images.upload)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the localized listing whose images are to read or
+ * modified. For example, to select Austrian German, pass "de-AT".
+ * @param string $imageType
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ImagesUploadResponse
+ */
+ public function upload($packageName, $editId, $language, $imageType, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'imageType' => $imageType);
+ $params = array_merge($params, $optParams);
+ return $this->call('upload', array($params), "Google_Service_AndroidPublisher_ImagesUploadResponse");
+ }
+}
+/**
+ * The "listings" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $listings = $androidpublisherService->listings;
+ *
+ */
+class Google_Service_AndroidPublisher_EditsListings_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the specified localized store listing from an edit. (listings.delete)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the localized listing to read or modify. For
+ * example, to select Austrian German, pass "de-AT".
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($packageName, $editId, $language, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Deletes all localized listings from an edit. (listings.deleteall)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ */
+ public function deleteall($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('deleteall', array($params));
+ }
+ /**
+ * Fetches information about a localized store listing. (listings.get)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the localized listing to read or modify. For
+ * example, to select Austrian German, pass "de-AT".
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Listing
+ */
+ public function get($packageName, $editId, $language, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_Listing");
+ }
+ /**
+ * Returns all of the localized store listings attached to this edit.
+ * (listings.listEditsListings)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ListingsListResponse
+ */
+ public function listEditsListings($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidPublisher_ListingsListResponse");
+ }
+ /**
+ * Creates or updates a localized store listing. This method supports patch
+ * semantics. (listings.patch)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the localized listing to read or modify. For
+ * example, to select Austrian German, pass "de-AT".
+ * @param Google_Listing $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Listing
+ */
+ public function patch($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Listing");
+ }
+ /**
+ * Creates or updates a localized store listing. (listings.update)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $language
+ * The language code (a BCP-47 language tag) of the localized listing to read or modify. For
+ * example, to select Austrian German, pass "de-AT".
+ * @param Google_Listing $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Listing
+ */
+ public function update($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'language' => $language, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidPublisher_Listing");
+ }
+}
+/**
+ * The "testers" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $testers = $androidpublisherService->testers;
+ *
+ */
+class Google_Service_AndroidPublisher_EditsTesters_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (testers.get)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $track
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Testers
+ */
+ public function get($packageName, $editId, $track, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_Testers");
+ }
+ /**
+ * (testers.patch)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $track
+ *
+ * @param Google_Testers $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Testers
+ */
+ public function patch($packageName, $editId, $track, Google_Service_AndroidPublisher_Testers $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Testers");
+ }
+ /**
+ * (testers.update)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $track
+ *
+ * @param Google_Testers $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Testers
+ */
+ public function update($packageName, $editId, $track, Google_Service_AndroidPublisher_Testers $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidPublisher_Testers");
+ }
+}
+/**
+ * The "tracks" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $tracks = $androidpublisherService->tracks;
+ *
+ */
+class Google_Service_AndroidPublisher_EditsTracks_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Fetches the track configuration for the specified track type. Includes the
+ * APK version codes that are in this track. (tracks.get)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $track
+ * The track type to read or modify.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Track
+ */
+ public function get($packageName, $editId, $track, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_Track");
+ }
+ /**
+ * Lists all the track configurations for this edit. (tracks.listEditsTracks)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_TracksListResponse
+ */
+ public function listEditsTracks($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidPublisher_TracksListResponse");
+ }
+ /**
+ * Updates the track configuration for the specified track type. This method
+ * supports patch semantics. (tracks.patch)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $track
+ * The track type to read or modify.
+ * @param Google_Track $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Track
+ */
+ public function patch($packageName, $editId, $track, Google_Service_AndroidPublisher_Track $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Track");
+ }
+ /**
+ * Updates the track configuration for the specified track type. (tracks.update)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param string $track
+ * The track type to read or modify.
+ * @param Google_Track $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_Track
+ */
+ public function update($packageName, $editId, $track, Google_Service_AndroidPublisher_Track $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidPublisher_Track");
+ }
+}
+
+/**
+ * The "inappproducts" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $inappproducts = $androidpublisherService->inappproducts;
+ *
+ */
+class Google_Service_AndroidPublisher_Inappproducts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (inappproducts.batch)
+ *
+ * @param Google_InappproductsBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_InappproductsBatchResponse
+ */
+ public function batch(Google_Service_AndroidPublisher_InappproductsBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batch', array($params), "Google_Service_AndroidPublisher_InappproductsBatchResponse");
+ }
+ /**
+ * Delete an in-app product for an app. (inappproducts.delete)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".
+ * @param string $sku
+ * Unique identifier for the in-app product.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($packageName, $sku, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'sku' => $sku);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Returns information about the in-app product specified. (inappproducts.get)
+ *
+ * @param string $packageName
+ *
+ * @param string $sku
+ * Unique identifier for the in-app product.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_InAppProduct
+ */
+ public function get($packageName, $sku, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'sku' => $sku);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_InAppProduct");
+ }
+ /**
+ * Creates a new in-app product for an app. (inappproducts.insert)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app; for example, "com.spiffygame".
+ * @param Google_InAppProduct $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool autoConvertMissingPrices
+ * If true the prices for all regions targeted by the parent app that don't have a price specified
+ * for this in-app product will be auto converted to the target currency based on the default
+ * price. Defaults to false.
+ * @return Google_Service_AndroidPublisher_InAppProduct
+ */
+ public function insert($packageName, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_AndroidPublisher_InAppProduct");
+ }
+ /**
+ * List all the in-app products for an Android app, both subscriptions and
+ * managed in-app products.. (inappproducts.listInappproducts)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app with in-app products; for example, "com.spiffygame".
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string token
+ *
+ * @opt_param string startIndex
+ *
+ * @opt_param string maxResults
+ *
+ * @return Google_Service_AndroidPublisher_InappproductsListResponse
+ */
+ public function listInappproducts($packageName, $optParams = array())
+ {
+ $params = array('packageName' => $packageName);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidPublisher_InappproductsListResponse");
+ }
+ /**
+ * Updates the details of an in-app product. This method supports patch
+ * semantics. (inappproducts.patch)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".
+ * @param string $sku
+ * Unique identifier for the in-app product.
+ * @param Google_InAppProduct $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool autoConvertMissingPrices
+ * If true the prices for all regions targeted by the parent app that don't have a price specified
+ * for this in-app product will be auto converted to the target currency based on the default
+ * price. Defaults to false.
+ * @return Google_Service_AndroidPublisher_InAppProduct
+ */
+ public function patch($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'sku' => $sku, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidPublisher_InAppProduct");
+ }
+ /**
+ * Updates the details of an in-app product. (inappproducts.update)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".
+ * @param string $sku
+ * Unique identifier for the in-app product.
+ * @param Google_InAppProduct $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool autoConvertMissingPrices
+ * If true the prices for all regions targeted by the parent app that don't have a price specified
+ * for this in-app product will be auto converted to the target currency based on the default
+ * price. Defaults to false.
+ * @return Google_Service_AndroidPublisher_InAppProduct
+ */
+ public function update($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'sku' => $sku, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidPublisher_InAppProduct");
+ }
+}
+
+/**
+ * The "purchases" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $purchases = $androidpublisherService->purchases;
+ *
+ */
+class Google_Service_AndroidPublisher_Purchases_Resource extends Google_Service_Resource
+{
+
+}
+
+/**
+ * The "products" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $products = $androidpublisherService->products;
+ *
+ */
+class Google_Service_AndroidPublisher_PurchasesProducts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Checks the purchase and consumption status of an inapp item. (products.get)
+ *
+ * @param string $packageName
+ * The package name of the application the inapp product was sold in (for example,
+ * 'com.some.thing').
+ * @param string $productId
+ * The inapp product SKU (for example, 'com.some.thing.inapp1').
+ * @param string $token
+ * The token provided to the user's device when the inapp product was purchased.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_ProductPurchase
+ */
+ public function get($packageName, $productId, $token, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'productId' => $productId, 'token' => $token);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_ProductPurchase");
+ }
+}
+/**
+ * The "subscriptions" collection of methods.
+ * Typical usage is:
+ *
+ * $androidpublisherService = new Google_Service_AndroidPublisher(...);
+ * $subscriptions = $androidpublisherService->subscriptions;
+ *
+ */
+class Google_Service_AndroidPublisher_PurchasesSubscriptions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Cancels a user's subscription purchase. The subscription remains valid until
+ * its expiration time. (subscriptions.cancel)
+ *
+ * @param string $packageName
+ * The package name of the application for which this subscription was purchased (for example,
+ * 'com.some.thing').
+ * @param string $subscriptionId
+ * The purchased subscription ID (for example, 'monthly001').
+ * @param string $token
+ * The token provided to the user's device when the subscription was purchased.
+ * @param array $optParams Optional parameters.
+ */
+ public function cancel($packageName, $subscriptionId, $token, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token);
+ $params = array_merge($params, $optParams);
+ return $this->call('cancel', array($params));
+ }
+ /**
+ * Checks whether a user's subscription purchase is valid and returns its expiry
+ * time. (subscriptions.get)
+ *
+ * @param string $packageName
+ * The package name of the application for which this subscription was purchased (for example,
+ * 'com.some.thing').
+ * @param string $subscriptionId
+ * The purchased subscription ID (for example, 'monthly001').
+ * @param string $token
+ * The token provided to the user's device when the subscription was purchased.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_SubscriptionPurchase
+ */
+ public function get($packageName, $subscriptionId, $token, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidPublisher_SubscriptionPurchase");
+ }
+}
+
+
+
+
+class Google_Service_AndroidPublisher_Apk extends Google_Model
+{
+ protected $binaryType = 'Google_Service_AndroidPublisher_ApkBinary';
+ protected $binaryDataType = '';
+ public $versionCode;
+
+ public function setBinary(Google_Service_AndroidPublisher_ApkBinary $binary)
+ {
+ $this->binary = $binary;
+ }
+
+ public function getBinary()
+ {
+ return $this->binary;
+ }
+
+ public function setVersionCode($versionCode)
+ {
+ $this->versionCode = $versionCode;
+ }
+
+ public function getVersionCode()
+ {
+ return $this->versionCode;
+ }
+}
+
+class Google_Service_AndroidPublisher_ApkBinary extends Google_Model
+{
+ public $sha1;
+
+ public function setSha1($sha1)
+ {
+ $this->sha1 = $sha1;
+ }
+
+ public function getSha1()
+ {
+ return $this->sha1;
+ }
+}
+
+class Google_Service_AndroidPublisher_ApkListing extends Google_Model
+{
+ public $language;
+ public $recentChanges;
+
+ public function setLanguage($language)
+ {
+ $this->language = $language;
+ }
+
+ public function getLanguage()
+ {
+ return $this->language;
+ }
+
+ public function setRecentChanges($recentChanges)
+ {
+ $this->recentChanges = $recentChanges;
+ }
+
+ public function getRecentChanges()
+ {
+ return $this->recentChanges;
+ }
+}
+
+class Google_Service_AndroidPublisher_ApkListingsListResponse extends Google_Collection
+{
+ public $kind;
+ protected $listingsType = 'Google_Service_AndroidPublisher_ApkListing';
+ protected $listingsDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setListings($listings)
+ {
+ $this->listings = $listings;
+ }
+
+ public function getListings()
+ {
+ return $this->listings;
+ }
+}
+
+class Google_Service_AndroidPublisher_ApksListResponse extends Google_Collection
+{
+ protected $apksType = 'Google_Service_AndroidPublisher_Apk';
+ protected $apksDataType = 'array';
+ public $kind;
+
+ public function setApks($apks)
+ {
+ $this->apks = $apks;
+ }
+
+ public function getApks()
+ {
+ return $this->apks;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidPublisher_AppDetails extends Google_Model
+{
+ public $contactEmail;
+ public $contactPhone;
+ public $contactWebsite;
+ public $defaultLanguage;
+
+ public function setContactEmail($contactEmail)
+ {
+ $this->contactEmail = $contactEmail;
+ }
+
+ public function getContactEmail()
+ {
+ return $this->contactEmail;
+ }
+
+ public function setContactPhone($contactPhone)
+ {
+ $this->contactPhone = $contactPhone;
+ }
+
+ public function getContactPhone()
+ {
+ return $this->contactPhone;
+ }
+
+ public function setContactWebsite($contactWebsite)
+ {
+ $this->contactWebsite = $contactWebsite;
+ }
+
+ public function getContactWebsite()
+ {
+ return $this->contactWebsite;
+ }
+
+ public function setDefaultLanguage($defaultLanguage)
+ {
+ $this->defaultLanguage = $defaultLanguage;
+ }
+
+ public function getDefaultLanguage()
+ {
+ return $this->defaultLanguage;
+ }
+}
+
+class Google_Service_AndroidPublisher_AppEdit extends Google_Model
+{
+ public $expiryTimeSeconds;
+ public $id;
+
+ public function setExpiryTimeSeconds($expiryTimeSeconds)
+ {
+ $this->expiryTimeSeconds = $expiryTimeSeconds;
+ }
+
+ public function getExpiryTimeSeconds()
+ {
+ return $this->expiryTimeSeconds;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_AndroidPublisher_ExpansionFile extends Google_Model
+{
+ public $fileSize;
+ public $referencesVersion;
+
+ public function setFileSize($fileSize)
+ {
+ $this->fileSize = $fileSize;
+ }
+
+ public function getFileSize()
+ {
+ return $this->fileSize;
+ }
+
+ public function setReferencesVersion($referencesVersion)
+ {
+ $this->referencesVersion = $referencesVersion;
+ }
+
+ public function getReferencesVersion()
+ {
+ return $this->referencesVersion;
+ }
+}
+
+class Google_Service_AndroidPublisher_ExpansionFilesUploadResponse extends Google_Model
+{
+ protected $expansionFileType = 'Google_Service_AndroidPublisher_ExpansionFile';
+ protected $expansionFileDataType = '';
+
+ public function setExpansionFile(Google_Service_AndroidPublisher_ExpansionFile $expansionFile)
+ {
+ $this->expansionFile = $expansionFile;
+ }
+
+ public function getExpansionFile()
+ {
+ return $this->expansionFile;
+ }
+}
+
+class Google_Service_AndroidPublisher_Image extends Google_Model
+{
+ public $id;
+ public $sha1;
+ public $url;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setSha1($sha1)
+ {
+ $this->sha1 = $sha1;
+ }
+
+ public function getSha1()
+ {
+ return $this->sha1;
+ }
+
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_AndroidPublisher_ImagesDeleteAllResponse extends Google_Collection
+{
+ protected $deletedType = 'Google_Service_AndroidPublisher_Image';
+ protected $deletedDataType = 'array';
+
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+}
+
+class Google_Service_AndroidPublisher_ImagesListResponse extends Google_Collection
+{
+ protected $imagesType = 'Google_Service_AndroidPublisher_Image';
+ protected $imagesDataType = 'array';
+
+ public function setImages($images)
+ {
+ $this->images = $images;
+ }
+
+ public function getImages()
+ {
+ return $this->images;
+ }
+}
+
+class Google_Service_AndroidPublisher_ImagesUploadResponse extends Google_Model
+{
+ protected $imageType = 'Google_Service_AndroidPublisher_Image';
+ protected $imageDataType = '';
+
+ public function setImage(Google_Service_AndroidPublisher_Image $image)
+ {
+ $this->image = $image;
+ }
+
+ public function getImage()
+ {
+ return $this->image;
+ }
+}
+
+class Google_Service_AndroidPublisher_InAppProduct extends Google_Model
+{
+ public $defaultLanguage;
+ protected $defaultPriceType = 'Google_Service_AndroidPublisher_Price';
+ protected $defaultPriceDataType = '';
+ protected $listingsType = 'Google_Service_AndroidPublisher_InAppProductListing';
+ protected $listingsDataType = 'map';
+ public $packageName;
+ protected $pricesType = 'Google_Service_AndroidPublisher_Price';
+ protected $pricesDataType = 'map';
+ public $purchaseType;
+ public $sku;
+ public $status;
+ public $subscriptionPeriod;
+ public $trialPeriod;
+
+ public function setDefaultLanguage($defaultLanguage)
+ {
+ $this->defaultLanguage = $defaultLanguage;
+ }
+
+ public function getDefaultLanguage()
+ {
+ return $this->defaultLanguage;
+ }
+
+ public function setDefaultPrice(Google_Service_AndroidPublisher_Price $defaultPrice)
+ {
+ $this->defaultPrice = $defaultPrice;
+ }
+
+ public function getDefaultPrice()
+ {
+ return $this->defaultPrice;
+ }
+
+ public function setListings($listings)
+ {
+ $this->listings = $listings;
+ }
+
+ public function getListings()
+ {
+ return $this->listings;
+ }
+
+ public function setPackageName($packageName)
+ {
+ $this->packageName = $packageName;
+ }
+
+ public function getPackageName()
+ {
+ return $this->packageName;
+ }
+
+ public function setPrices($prices)
+ {
+ $this->prices = $prices;
+ }
+
+ public function getPrices()
+ {
+ return $this->prices;
+ }
+
+ public function setPurchaseType($purchaseType)
+ {
+ $this->purchaseType = $purchaseType;
+ }
+
+ public function getPurchaseType()
+ {
+ return $this->purchaseType;
+ }
+
+ public function setSku($sku)
+ {
+ $this->sku = $sku;
+ }
+
+ public function getSku()
+ {
+ return $this->sku;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+ public function setSubscriptionPeriod($subscriptionPeriod)
+ {
+ $this->subscriptionPeriod = $subscriptionPeriod;
+ }
+
+ public function getSubscriptionPeriod()
+ {
+ return $this->subscriptionPeriod;
+ }
+
+ public function setTrialPeriod($trialPeriod)
+ {
+ $this->trialPeriod = $trialPeriod;
+ }
+
+ public function getTrialPeriod()
+ {
+ return $this->trialPeriod;
+ }
+}
+
+class Google_Service_AndroidPublisher_InAppProductListing extends Google_Model
+{
+ public $description;
+ public $title;
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
+
+class Google_Service_AndroidPublisher_InAppProductListings extends Google_Model
+{
+
+}
+
+class Google_Service_AndroidPublisher_InAppProductPrices extends Google_Model
+{
+
+}
+
+class Google_Service_AndroidPublisher_InappproductsBatchRequest extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_AndroidPublisher_InappproductsBatchRequestEntry';
+ protected $entrysDataType = 'array';
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+}
+
+class Google_Service_AndroidPublisher_InappproductsBatchRequestEntry extends Google_Model
+{
+ public $batchId;
+ protected $inappproductsinsertrequestType = 'Google_Service_AndroidPublisher_InappproductsInsertRequest';
+ protected $inappproductsinsertrequestDataType = '';
+ protected $inappproductsupdaterequestType = 'Google_Service_AndroidPublisher_InappproductsUpdateRequest';
+ protected $inappproductsupdaterequestDataType = '';
+ public $methodName;
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setInappproductsinsertrequest(Google_Service_AndroidPublisher_InappproductsInsertRequest $inappproductsinsertrequest)
+ {
+ $this->inappproductsinsertrequest = $inappproductsinsertrequest;
+ }
+
+ public function getInappproductsinsertrequest()
+ {
+ return $this->inappproductsinsertrequest;
+ }
+
+ public function setInappproductsupdaterequest(Google_Service_AndroidPublisher_InappproductsUpdateRequest $inappproductsupdaterequest)
+ {
+ $this->inappproductsupdaterequest = $inappproductsupdaterequest;
+ }
+
+ public function getInappproductsupdaterequest()
+ {
+ return $this->inappproductsupdaterequest;
+ }
+
+ public function setMethodName($methodName)
+ {
+ $this->methodName = $methodName;
+ }
+
+ public function getMethodName()
+ {
+ return $this->methodName;
+ }
+}
+
+class Google_Service_AndroidPublisher_InappproductsBatchResponse extends Google_Collection
+{
+ protected $entrysType = 'Google_Service_AndroidPublisher_InappproductsBatchResponseEntry';
+ protected $entrysDataType = 'array';
+ public $kind;
+
+ public function setEntrys($entrys)
+ {
+ $this->entrys = $entrys;
+ }
+
+ public function getEntrys()
+ {
+ return $this->entrys;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidPublisher_InappproductsBatchResponseEntry extends Google_Model
+{
+ public $batchId;
+ protected $inappproductsinsertresponseType = 'Google_Service_AndroidPublisher_InappproductsInsertResponse';
+ protected $inappproductsinsertresponseDataType = '';
+ protected $inappproductsupdateresponseType = 'Google_Service_AndroidPublisher_InappproductsUpdateResponse';
+ protected $inappproductsupdateresponseDataType = '';
+
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+
+ public function setInappproductsinsertresponse(Google_Service_AndroidPublisher_InappproductsInsertResponse $inappproductsinsertresponse)
+ {
+ $this->inappproductsinsertresponse = $inappproductsinsertresponse;
+ }
+
+ public function getInappproductsinsertresponse()
+ {
+ return $this->inappproductsinsertresponse;
+ }
+
+ public function setInappproductsupdateresponse(Google_Service_AndroidPublisher_InappproductsUpdateResponse $inappproductsupdateresponse)
+ {
+ $this->inappproductsupdateresponse = $inappproductsupdateresponse;
+ }
+
+ public function getInappproductsupdateresponse()
+ {
+ return $this->inappproductsupdateresponse;
+ }
+}
+
+class Google_Service_AndroidPublisher_InappproductsInsertRequest extends Google_Model
+{
+ protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
+ protected $inappproductDataType = '';
+
+ public function setInappproduct(Google_Service_AndroidPublisher_InAppProduct $inappproduct)
+ {
+ $this->inappproduct = $inappproduct;
+ }
+
+ public function getInappproduct()
+ {
+ return $this->inappproduct;
+ }
+}
+
+class Google_Service_AndroidPublisher_InappproductsInsertResponse extends Google_Model
+{
+ protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
+ protected $inappproductDataType = '';
+
+ public function setInappproduct(Google_Service_AndroidPublisher_InAppProduct $inappproduct)
+ {
+ $this->inappproduct = $inappproduct;
+ }
+
+ public function getInappproduct()
+ {
+ return $this->inappproduct;
}
}
+class Google_Service_AndroidPublisher_InappproductsListResponse extends Google_Collection
+{
+ protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
+ protected $inappproductDataType = 'array';
+ public $kind;
+ protected $pageInfoType = 'Google_Service_AndroidPublisher_PageInfo';
+ protected $pageInfoDataType = '';
+ protected $tokenPaginationType = 'Google_Service_AndroidPublisher_TokenPagination';
+ protected $tokenPaginationDataType = '';
-/**
- * The "inapppurchases" collection of methods.
- * Typical usage is:
- *
- * $androidpublisherService = new Google_Service_AndroidPublisher(...);
- * $inapppurchases = $androidpublisherService->inapppurchases;
- *
- */
-class Google_Service_AndroidPublisher_Inapppurchases_Resource extends Google_Service_Resource
+ public function setInappproduct($inappproduct)
+ {
+ $this->inappproduct = $inappproduct;
+ }
+
+ public function getInappproduct()
+ {
+ return $this->inappproduct;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setPageInfo(Google_Service_AndroidPublisher_PageInfo $pageInfo)
+ {
+ $this->pageInfo = $pageInfo;
+ }
+
+ public function getPageInfo()
+ {
+ return $this->pageInfo;
+ }
+
+ public function setTokenPagination(Google_Service_AndroidPublisher_TokenPagination $tokenPagination)
+ {
+ $this->tokenPagination = $tokenPagination;
+ }
+
+ public function getTokenPagination()
+ {
+ return $this->tokenPagination;
+ }
+}
+
+class Google_Service_AndroidPublisher_InappproductsUpdateRequest extends Google_Model
{
+ protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
+ protected $inappproductDataType = '';
- /**
- * Checks the purchase and consumption status of an inapp item.
- * (inapppurchases.get)
- *
- * @param string $packageName
- * The package name of the application the inapp product was sold in (for example,
- * 'com.some.thing').
- * @param string $productId
- * The inapp product SKU (for example, 'com.some.thing.inapp1').
- * @param string $token
- * The token provided to the user's device when the inapp product was purchased.
- * @param array $optParams Optional parameters.
- * @return Google_Service_AndroidPublisher_InappPurchase
- */
- public function get($packageName, $productId, $token, $optParams = array())
+ public function setInappproduct(Google_Service_AndroidPublisher_InAppProduct $inappproduct)
{
- $params = array('packageName' => $packageName, 'productId' => $productId, 'token' => $token);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_AndroidPublisher_InappPurchase");
+ $this->inappproduct = $inappproduct;
+ }
+
+ public function getInappproduct()
+ {
+ return $this->inappproduct;
}
}
-/**
- * The "purchases" collection of methods.
- * Typical usage is:
- *
- * $androidpublisherService = new Google_Service_AndroidPublisher(...);
- * $purchases = $androidpublisherService->purchases;
- *
- */
-class Google_Service_AndroidPublisher_Purchases_Resource extends Google_Service_Resource
+class Google_Service_AndroidPublisher_InappproductsUpdateResponse extends Google_Model
{
+ protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
+ protected $inappproductDataType = '';
- /**
- * Cancels a user's subscription purchase. The subscription remains valid until
- * its expiration time. (purchases.cancel)
- *
- * @param string $packageName
- * The package name of the application for which this subscription was purchased (for example,
- * 'com.some.thing').
- * @param string $subscriptionId
- * The purchased subscription ID (for example, 'monthly001').
- * @param string $token
- * The token provided to the user's device when the subscription was purchased.
- * @param array $optParams Optional parameters.
- */
- public function cancel($packageName, $subscriptionId, $token, $optParams = array())
+ public function setInappproduct(Google_Service_AndroidPublisher_InAppProduct $inappproduct)
{
- $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token);
- $params = array_merge($params, $optParams);
- return $this->call('cancel', array($params));
+ $this->inappproduct = $inappproduct;
}
- /**
- * Checks whether a user's subscription purchase is valid and returns its expiry
- * time. (purchases.get)
- *
- * @param string $packageName
- * The package name of the application for which this subscription was purchased (for example,
- * 'com.some.thing').
- * @param string $subscriptionId
- * The purchased subscription ID (for example, 'monthly001').
- * @param string $token
- * The token provided to the user's device when the subscription was purchased.
- * @param array $optParams Optional parameters.
- * @return Google_Service_AndroidPublisher_SubscriptionPurchase
- */
- public function get($packageName, $subscriptionId, $token, $optParams = array())
+
+ public function getInappproduct()
{
- $params = array('packageName' => $packageName, 'subscriptionId' => $subscriptionId, 'token' => $token);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_AndroidPublisher_SubscriptionPurchase");
+ return $this->inappproduct;
+ }
+}
+
+class Google_Service_AndroidPublisher_Listing extends Google_Model
+{
+ public $fullDescription;
+ public $language;
+ public $shortDescription;
+ public $title;
+ public $video;
+
+ public function setFullDescription($fullDescription)
+ {
+ $this->fullDescription = $fullDescription;
+ }
+
+ public function getFullDescription()
+ {
+ return $this->fullDescription;
+ }
+
+ public function setLanguage($language)
+ {
+ $this->language = $language;
+ }
+
+ public function getLanguage()
+ {
+ return $this->language;
+ }
+
+ public function setShortDescription($shortDescription)
+ {
+ $this->shortDescription = $shortDescription;
+ }
+
+ public function getShortDescription()
+ {
+ return $this->shortDescription;
+ }
+
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ public function setVideo($video)
+ {
+ $this->video = $video;
+ }
+
+ public function getVideo()
+ {
+ return $this->video;
+ }
+}
+
+class Google_Service_AndroidPublisher_ListingsListResponse extends Google_Collection
+{
+ public $kind;
+ protected $listingsType = 'Google_Service_AndroidPublisher_Listing';
+ protected $listingsDataType = 'array';
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setListings($listings)
+ {
+ $this->listings = $listings;
+ }
+
+ public function getListings()
+ {
+ return $this->listings;
+ }
+}
+
+class Google_Service_AndroidPublisher_PageInfo extends Google_Model
+{
+ public $resultPerPage;
+ public $startIndex;
+ public $totalResults;
+
+ public function setResultPerPage($resultPerPage)
+ {
+ $this->resultPerPage = $resultPerPage;
+ }
+
+ public function getResultPerPage()
+ {
+ return $this->resultPerPage;
+ }
+
+ public function setStartIndex($startIndex)
+ {
+ $this->startIndex = $startIndex;
+ }
+
+ public function getStartIndex()
+ {
+ return $this->startIndex;
+ }
+
+ public function setTotalResults($totalResults)
+ {
+ $this->totalResults = $totalResults;
+ }
+
+ public function getTotalResults()
+ {
+ return $this->totalResults;
}
}
+class Google_Service_AndroidPublisher_Price extends Google_Model
+{
+ public $currency;
+ public $priceMicros;
+
+ public function setCurrency($currency)
+ {
+ $this->currency = $currency;
+ }
+
+ public function getCurrency()
+ {
+ return $this->currency;
+ }
+ public function setPriceMicros($priceMicros)
+ {
+ $this->priceMicros = $priceMicros;
+ }
+ public function getPriceMicros()
+ {
+ return $this->priceMicros;
+ }
+}
-class Google_Service_AndroidPublisher_InappPurchase extends Google_Model
+class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
{
public $consumptionState;
public $developerPayload;
public $kind;
public $purchaseState;
- public $purchaseTime;
+ public $purchaseTimeMillis;
public function setConsumptionState($consumptionState)
{
@@ -270,23 +3037,23 @@ public function getPurchaseState()
return $this->purchaseState;
}
- public function setPurchaseTime($purchaseTime)
+ public function setPurchaseTimeMillis($purchaseTimeMillis)
{
- $this->purchaseTime = $purchaseTime;
+ $this->purchaseTimeMillis = $purchaseTimeMillis;
}
- public function getPurchaseTime()
+ public function getPurchaseTimeMillis()
{
- return $this->purchaseTime;
+ return $this->purchaseTimeMillis;
}
}
class Google_Service_AndroidPublisher_SubscriptionPurchase extends Google_Model
{
public $autoRenewing;
- public $initiationTimestampMsec;
+ public $expiryTimeMillis;
public $kind;
- public $validUntilTimestampMsec;
+ public $startTimeMillis;
public function setAutoRenewing($autoRenewing)
{
@@ -298,15 +3065,131 @@ public function getAutoRenewing()
return $this->autoRenewing;
}
- public function setInitiationTimestampMsec($initiationTimestampMsec)
+ public function setExpiryTimeMillis($expiryTimeMillis)
+ {
+ $this->expiryTimeMillis = $expiryTimeMillis;
+ }
+
+ public function getExpiryTimeMillis()
+ {
+ return $this->expiryTimeMillis;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setStartTimeMillis($startTimeMillis)
+ {
+ $this->startTimeMillis = $startTimeMillis;
+ }
+
+ public function getStartTimeMillis()
+ {
+ return $this->startTimeMillis;
+ }
+}
+
+class Google_Service_AndroidPublisher_Testers extends Google_Collection
+{
+ public $googleGroups;
+ public $googlePlusCommunities;
+
+ public function setGoogleGroups($googleGroups)
+ {
+ $this->googleGroups = $googleGroups;
+ }
+
+ public function getGoogleGroups()
+ {
+ return $this->googleGroups;
+ }
+
+ public function setGooglePlusCommunities($googlePlusCommunities)
+ {
+ $this->googlePlusCommunities = $googlePlusCommunities;
+ }
+
+ public function getGooglePlusCommunities()
+ {
+ return $this->googlePlusCommunities;
+ }
+}
+
+class Google_Service_AndroidPublisher_TokenPagination extends Google_Model
+{
+ public $nextPageToken;
+ public $previousPageToken;
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setPreviousPageToken($previousPageToken)
+ {
+ $this->previousPageToken = $previousPageToken;
+ }
+
+ public function getPreviousPageToken()
+ {
+ return $this->previousPageToken;
+ }
+}
+
+class Google_Service_AndroidPublisher_Track extends Google_Collection
+{
+ public $track;
+ public $userFraction;
+ public $versionCodes;
+
+ public function setTrack($track)
+ {
+ $this->track = $track;
+ }
+
+ public function getTrack()
+ {
+ return $this->track;
+ }
+
+ public function setUserFraction($userFraction)
+ {
+ $this->userFraction = $userFraction;
+ }
+
+ public function getUserFraction()
+ {
+ return $this->userFraction;
+ }
+
+ public function setVersionCodes($versionCodes)
{
- $this->initiationTimestampMsec = $initiationTimestampMsec;
+ $this->versionCodes = $versionCodes;
}
- public function getInitiationTimestampMsec()
+ public function getVersionCodes()
{
- return $this->initiationTimestampMsec;
+ return $this->versionCodes;
}
+}
+
+class Google_Service_AndroidPublisher_TracksListResponse extends Google_Collection
+{
+ public $kind;
+ protected $tracksType = 'Google_Service_AndroidPublisher_Track';
+ protected $tracksDataType = 'array';
public function setKind($kind)
{
@@ -318,13 +3201,13 @@ public function getKind()
return $this->kind;
}
- public function setValidUntilTimestampMsec($validUntilTimestampMsec)
+ public function setTracks($tracks)
{
- $this->validUntilTimestampMsec = $validUntilTimestampMsec;
+ $this->tracks = $tracks;
}
- public function getValidUntilTimestampMsec()
+ public function getTracks()
{
- return $this->validUntilTimestampMsec;
+ return $this->tracks;
}
}
From fa614168459d078ad74f0a05658e58bd4e298e7a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 31 Jul 2014 00:59:56 -0700
Subject: [PATCH 0094/1274] Updated Cloudmonitoring.php
---
src/Google/Service/Cloudmonitoring.php | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Google/Service/Cloudmonitoring.php b/src/Google/Service/Cloudmonitoring.php
index 6fba8da35..48f5ca9b3 100644
--- a/src/Google/Service/Cloudmonitoring.php
+++ b/src/Google/Service/Cloudmonitoring.php
@@ -255,7 +255,6 @@ class Google_Service_Cloudmonitoring_Timeseries_Resource extends Google_Service_
* string-based project name.
* @param string $metric
* Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
- * appengine.googleapis.com/http/server/response_count or
* compute.googleapis.com/instance/disk/read_ops_count.
* @param string $youngest
* End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
@@ -326,7 +325,6 @@ class Google_Service_Cloudmonitoring_TimeseriesDescriptors_Resource extends Goog
* string-based project name.
* @param string $metric
* Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
- * appengine.googleapis.com/http/server/response_count or
* compute.googleapis.com/instance/disk/read_ops_count.
* @param string $youngest
* End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
From f2f4cf6a1de99790a504ede4421d3a18e69089db Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 31 Jul 2014 00:59:56 -0700
Subject: [PATCH 0095/1274] Updated IdentityToolkit.php
---
src/Google/Service/IdentityToolkit.php | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/Google/Service/IdentityToolkit.php b/src/Google/Service/IdentityToolkit.php
index 03b2c5930..eba918b82 100644
--- a/src/Google/Service/IdentityToolkit.php
+++ b/src/Google/Service/IdentityToolkit.php
@@ -266,12 +266,12 @@ public function verifyPassword(Google_Service_IdentityToolkit_IdentitytoolkitRel
-class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Collection
+class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Model
{
public $authUri;
+ public $forExistingProvider;
public $kind;
public $providerId;
- public $providers;
public $registered;
public function setAuthUri($authUri)
@@ -284,6 +284,16 @@ public function getAuthUri()
return $this->authUri;
}
+ public function setForExistingProvider($forExistingProvider)
+ {
+ $this->forExistingProvider = $forExistingProvider;
+ }
+
+ public function getForExistingProvider()
+ {
+ return $this->forExistingProvider;
+ }
+
public function setKind($kind)
{
$this->kind = $kind;
@@ -304,16 +314,6 @@ public function getProviderId()
return $this->providerId;
}
- public function setProviders($providers)
- {
- $this->providers = $providers;
- }
-
- public function getProviders()
- {
- return $this->providers;
- }
-
public function setRegistered($registered)
{
$this->registered = $registered;
From f61f0a5c8c67f9825a12b7a3bbef865c7d0de6ab Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 1 Aug 2014 01:01:01 -0700
Subject: [PATCH 0096/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 1826ae6c1..958850791 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -2911,6 +2911,7 @@ class Google_Service_Genomics_Variant extends Google_Collection
public $contig;
public $created;
public $datasetId;
+ public $end;
public $id;
public $info;
public $names;
@@ -2967,6 +2968,16 @@ public function getDatasetId()
return $this->datasetId;
}
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+
+ public function getEnd()
+ {
+ return $this->end;
+ }
+
public function setId($id)
{
$this->id = $id;
From 70d70a02c0f332f0943ffe8af7c1ab7c753f9ce8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 5 Aug 2014 01:05:15 -0700
Subject: [PATCH 0097/1274] Removed MapsEngine.php
---
src/Google/Service/MapsEngine.php | 4761 -----------------------------
1 file changed, 4761 deletions(-)
delete mode 100644 src/Google/Service/MapsEngine.php
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
deleted file mode 100644
index d898b708e..000000000
--- a/src/Google/Service/MapsEngine.php
+++ /dev/null
@@ -1,4761 +0,0 @@
-
- * The Google Maps Engine API allows developers to store and query geospatial vector and raster data.
- *
- *
- *
- * For more information about this service, see the API
- * Documentation
- *
- *
- * @author Google, Inc.
- */
-class Google_Service_MapsEngine extends Google_Service
-{
- /** View and manage your Google Maps Engine data. */
- const MAPSENGINE = "https://www.googleapis.com/auth/mapsengine";
- /** View your Google Maps Engine data. */
- const MAPSENGINE_READONLY = "https://www.googleapis.com/auth/mapsengine.readonly";
-
- public $assets;
- public $assets_parents;
- public $layers;
- public $layers_parents;
- public $maps;
- public $projects;
- public $rasterCollections;
- public $rasterCollections_parents;
- public $rasterCollections_rasters;
- public $rasters;
- public $rasters_files;
- public $rasters_parents;
- public $tables;
- public $tables_features;
- public $tables_files;
- public $tables_parents;
-
-
- /**
- * Constructs the internal representation of the MapsEngine service.
- *
- * @param Google_Client $client
- */
- public function __construct(Google_Client $client)
- {
- parent::__construct($client);
- $this->servicePath = 'mapsengine/v1/';
- $this->version = 'v1';
- $this->serviceName = 'mapsengine';
-
- $this->assets = new Google_Service_MapsEngine_Assets_Resource(
- $this,
- $this->serviceName,
- 'assets',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'assets/{id}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'assets',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'modifiedAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'tags' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'projectId' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'creatorEmail' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'bbox' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'modifiedBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'type' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->assets_parents = new Google_Service_MapsEngine_AssetsParents_Resource(
- $this,
- $this->serviceName,
- 'parents',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'assets/{id}/parents',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- $this->layers = new Google_Service_MapsEngine_Layers_Resource(
- $this,
- $this->serviceName,
- 'layers',
- array(
- 'methods' => array(
- 'cancelProcessing' => array(
- 'path' => 'layers/{id}/cancelProcessing',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'create' => array(
- 'path' => 'layers',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'process' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- ),
- ),'delete' => array(
- 'path' => 'layers/{id}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'layers/{id}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'version' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'list' => array(
- 'path' => 'layers',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'modifiedAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'tags' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'projectId' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'creatorEmail' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'bbox' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'modifiedBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'patch' => array(
- 'path' => 'layers/{id}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'process' => array(
- 'path' => 'layers/{id}/process',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'publish' => array(
- 'path' => 'layers/{id}/publish',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'unpublish' => array(
- 'path' => 'layers/{id}/unpublish',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->layers_parents = new Google_Service_MapsEngine_LayersParents_Resource(
- $this,
- $this->serviceName,
- 'parents',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'layers/{id}/parents',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- $this->maps = new Google_Service_MapsEngine_Maps_Resource(
- $this,
- $this->serviceName,
- 'maps',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'maps',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'delete' => array(
- 'path' => 'maps/{id}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'maps/{id}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'version' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'list' => array(
- 'path' => 'maps',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'modifiedAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'tags' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'projectId' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'creatorEmail' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'bbox' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'modifiedBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'patch' => array(
- 'path' => 'maps/{id}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'publish' => array(
- 'path' => 'maps/{id}/publish',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'unpublish' => array(
- 'path' => 'maps/{id}/unpublish',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->projects = new Google_Service_MapsEngine_Projects_Resource(
- $this,
- $this->serviceName,
- 'projects',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'projects',
- 'httpMethod' => 'GET',
- 'parameters' => array(),
- ),
- )
- )
- );
- $this->rasterCollections = new Google_Service_MapsEngine_RasterCollections_Resource(
- $this,
- $this->serviceName,
- 'rasterCollections',
- array(
- 'methods' => array(
- 'cancelProcessing' => array(
- 'path' => 'rasterCollections/{id}/cancelProcessing',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'create' => array(
- 'path' => 'rasterCollections',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'delete' => array(
- 'path' => 'rasterCollections/{id}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'rasterCollections/{id}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'rasterCollections',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'modifiedAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'tags' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'projectId' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'creatorEmail' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'bbox' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'modifiedBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'patch' => array(
- 'path' => 'rasterCollections/{id}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'process' => array(
- 'path' => 'rasterCollections/{id}/process',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->rasterCollections_parents = new Google_Service_MapsEngine_RasterCollectionsParents_Resource(
- $this,
- $this->serviceName,
- 'parents',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'rasterCollections/{id}/parents',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- $this->rasterCollections_rasters = new Google_Service_MapsEngine_RasterCollectionsRasters_Resource(
- $this,
- $this->serviceName,
- 'rasters',
- array(
- 'methods' => array(
- 'batchDelete' => array(
- 'path' => 'rasterCollections/{id}/rasters/batchDelete',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'batchInsert' => array(
- 'path' => 'rasterCollections/{id}/rasters/batchInsert',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'rasterCollections/{id}/rasters',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'modifiedAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'tags' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'creatorEmail' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'bbox' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'modifiedBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->rasters = new Google_Service_MapsEngine_Rasters_Resource(
- $this,
- $this->serviceName,
- 'rasters',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'rasters/{id}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'rasters/{id}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'patch' => array(
- 'path' => 'rasters/{id}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'upload' => array(
- 'path' => 'rasters/upload',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),
- )
- )
- );
- $this->rasters_files = new Google_Service_MapsEngine_RastersFiles_Resource(
- $this,
- $this->serviceName,
- 'files',
- array(
- 'methods' => array(
- 'insert' => array(
- 'path' => 'rasters/{id}/files',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'filename' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->rasters_parents = new Google_Service_MapsEngine_RastersParents_Resource(
- $this,
- $this->serviceName,
- 'parents',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'rasters/{id}/parents',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- $this->tables = new Google_Service_MapsEngine_Tables_Resource(
- $this,
- $this->serviceName,
- 'tables',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'tables',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'delete' => array(
- 'path' => 'tables/{id}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'tables/{id}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'version' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'list' => array(
- 'path' => 'tables',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'modifiedAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdAfter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'tags' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'projectId' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'creatorEmail' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'bbox' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'modifiedBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'createdBefore' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'patch' => array(
- 'path' => 'tables/{id}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'upload' => array(
- 'path' => 'tables/upload',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),
- )
- )
- );
- $this->tables_features = new Google_Service_MapsEngine_TablesFeatures_Resource(
- $this,
- $this->serviceName,
- 'features',
- array(
- 'methods' => array(
- 'batchDelete' => array(
- 'path' => 'tables/{id}/features/batchDelete',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'batchInsert' => array(
- 'path' => 'tables/{id}/features/batchInsert',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'batchPatch' => array(
- 'path' => 'tables/{id}/features/batchPatch',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'tables/{tableId}/features/{id}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'tableId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'version' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'select' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),'list' => array(
- 'path' => 'tables/{id}/features',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'orderBy' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'intersects' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'version' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'limit' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'include' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'where' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'select' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->tables_files = new Google_Service_MapsEngine_TablesFiles_Resource(
- $this,
- $this->serviceName,
- 'files',
- array(
- 'methods' => array(
- 'insert' => array(
- 'path' => 'tables/{id}/files',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'filename' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->tables_parents = new Google_Service_MapsEngine_TablesParents_Resource(
- $this,
- $this->serviceName,
- 'parents',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'tables/{id}/parents',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'id' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- }
-}
-
-
-/**
- * The "assets" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $assets = $mapsengineService->assets;
- *
- */
-class Google_Service_MapsEngine_Assets_Resource extends Google_Service_Resource
-{
-
- /**
- * Return metadata for a particular asset. (assets.get)
- *
- * @param string $id
- * The ID of the asset.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_Asset
- */
- public function get($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_MapsEngine_Asset");
- }
- /**
- * Return all assets readable by the current user. (assets.listAssets)
- *
- * @param array $optParams Optional parameters.
- *
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @opt_param string type
- * An asset type restriction. If set, only resources of this type will be returned.
- * @return Google_Service_MapsEngine_AssetsListResponse
- */
- public function listAssets($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_AssetsListResponse");
- }
-}
-
-/**
- * The "parents" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $parents = $mapsengineService->parents;
- *
- */
-class Google_Service_MapsEngine_AssetsParents_Resource extends Google_Service_Resource
-{
-
- /**
- * Return all parent ids of the specified asset. (parents.listAssetsParents)
- *
- * @param string $id
- * The ID of the asset whose parents will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
- * @return Google_Service_MapsEngine_ParentsListResponse
- */
- public function listAssetsParents($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
- }
-}
-
-/**
- * The "layers" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $layers = $mapsengineService->layers;
- *
- */
-class Google_Service_MapsEngine_Layers_Resource extends Google_Service_Resource
-{
-
- /**
- * Cancel processing on a layer asset. (layers.cancelProcessing)
- *
- * @param string $id
- * The ID of the layer.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_ProcessResponse
- */
- public function cancelProcessing($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('cancelProcessing', array($params), "Google_Service_MapsEngine_ProcessResponse");
- }
- /**
- * Create a layer asset. (layers.create)
- *
- * @param Google_Layer $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool process
- * Whether to queue the created layer for processing.
- * @return Google_Service_MapsEngine_Layer
- */
- public function create(Google_Service_MapsEngine_Layer $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_MapsEngine_Layer");
- }
- /**
- * Delete a layer. (layers.delete)
- *
- * @param string $id
- * The ID of the layer. Only the layer creator or project owner are permitted to delete. If the
- * layer is published, or included in a map, the request will fail. Unpublish the layer, and remove
- * it from all maps prior to deleting.
- * @param array $optParams Optional parameters.
- */
- public function delete($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Return metadata for a particular layer. (layers.get)
- *
- * @param string $id
- * The ID of the layer.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string version
- *
- * @return Google_Service_MapsEngine_Layer
- */
- public function get($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_MapsEngine_Layer");
- }
- /**
- * Return all layers readable by the current user. (layers.listLayers)
- *
- * @param array $optParams Optional parameters.
- *
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @return Google_Service_MapsEngine_LayersListResponse
- */
- public function listLayers($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_LayersListResponse");
- }
- /**
- * Mutate a layer asset. (layers.patch)
- *
- * @param string $id
- * The ID of the layer.
- * @param Google_Layer $postBody
- * @param array $optParams Optional parameters.
- */
- public function patch($id, Google_Service_MapsEngine_Layer $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params));
- }
- /**
- * Process a layer asset. (layers.process)
- *
- * @param string $id
- * The ID of the layer.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_ProcessResponse
- */
- public function process($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
- }
- /**
- * Publish a layer asset. (layers.publish)
- *
- * @param string $id
- * The ID of the layer.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_PublishResponse
- */
- public function publish($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('publish', array($params), "Google_Service_MapsEngine_PublishResponse");
- }
- /**
- * Unpublish a layer asset. (layers.unpublish)
- *
- * @param string $id
- * The ID of the layer.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_PublishResponse
- */
- public function unpublish($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('unpublish', array($params), "Google_Service_MapsEngine_PublishResponse");
- }
-}
-
-/**
- * The "parents" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $parents = $mapsengineService->parents;
- *
- */
-class Google_Service_MapsEngine_LayersParents_Resource extends Google_Service_Resource
-{
-
- /**
- * Return all parent ids of the specified layer. (parents.listLayersParents)
- *
- * @param string $id
- * The ID of the layer whose parents will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
- * @return Google_Service_MapsEngine_ParentsListResponse
- */
- public function listLayersParents($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
- }
-}
-
-/**
- * The "maps" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $maps = $mapsengineService->maps;
- *
- */
-class Google_Service_MapsEngine_Maps_Resource extends Google_Service_Resource
-{
-
- /**
- * Create a map asset. (maps.create)
- *
- * @param Google_Map $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_Map
- */
- public function create(Google_Service_MapsEngine_Map $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_MapsEngine_Map");
- }
- /**
- * Delete a map. (maps.delete)
- *
- * @param string $id
- * The ID of the map. Only the map creator or project owner are permitted to delete. If the map is
- * published the request will fail. Unpublish the map prior to deleting.
- * @param array $optParams Optional parameters.
- */
- public function delete($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Return metadata for a particular map. (maps.get)
- *
- * @param string $id
- * The ID of the map.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string version
- *
- * @return Google_Service_MapsEngine_Map
- */
- public function get($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_MapsEngine_Map");
- }
- /**
- * Return all maps readable by the current user. (maps.listMaps)
- *
- * @param array $optParams Optional parameters.
- *
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @return Google_Service_MapsEngine_MapsListResponse
- */
- public function listMaps($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_MapsListResponse");
- }
- /**
- * Mutate a map asset. (maps.patch)
- *
- * @param string $id
- * The ID of the map.
- * @param Google_Map $postBody
- * @param array $optParams Optional parameters.
- */
- public function patch($id, Google_Service_MapsEngine_Map $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params));
- }
- /**
- * Publish a map asset. (maps.publish)
- *
- * @param string $id
- * The ID of the map.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_PublishResponse
- */
- public function publish($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('publish', array($params), "Google_Service_MapsEngine_PublishResponse");
- }
- /**
- * Unpublish a map asset. (maps.unpublish)
- *
- * @param string $id
- * The ID of the map.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_PublishResponse
- */
- public function unpublish($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('unpublish', array($params), "Google_Service_MapsEngine_PublishResponse");
- }
-}
-
-/**
- * The "projects" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $projects = $mapsengineService->projects;
- *
- */
-class Google_Service_MapsEngine_Projects_Resource extends Google_Service_Resource
-{
-
- /**
- * Return all projects readable by the current user. (projects.listProjects)
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_ProjectsListResponse
- */
- public function listProjects($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_ProjectsListResponse");
- }
-}
-
-/**
- * The "rasterCollections" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $rasterCollections = $mapsengineService->rasterCollections;
- *
- */
-class Google_Service_MapsEngine_RasterCollections_Resource extends Google_Service_Resource
-{
-
- /**
- * Cancel processing on a raster collection asset.
- * (rasterCollections.cancelProcessing)
- *
- * @param string $id
- * The ID of the raster collection.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_ProcessResponse
- */
- public function cancelProcessing($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('cancelProcessing', array($params), "Google_Service_MapsEngine_ProcessResponse");
- }
- /**
- * Create a raster collection asset. (rasterCollections.create)
- *
- * @param Google_RasterCollection $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_RasterCollection
- */
- public function create(Google_Service_MapsEngine_RasterCollection $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_MapsEngine_RasterCollection");
- }
- /**
- * Delete a raster collection. (rasterCollections.delete)
- *
- * @param string $id
- * The ID of the raster collection. Only the raster collection creator or project owner are
- * permitted to delete. If the rastor collection is included in a layer, the request will fail.
- * Remove the raster collection from all layers prior to deleting.
- * @param array $optParams Optional parameters.
- */
- public function delete($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Return metadata for a particular raster collection. (rasterCollections.get)
- *
- * @param string $id
- * The ID of the raster collection.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_RasterCollection
- */
- public function get($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_MapsEngine_RasterCollection");
- }
- /**
- * Return all raster collections readable by the current user.
- * (rasterCollections.listRasterCollections)
- *
- * @param array $optParams Optional parameters.
- *
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @return Google_Service_MapsEngine_RasterCollectionsListResponse
- */
- public function listRasterCollections($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_RasterCollectionsListResponse");
- }
- /**
- * Mutate a raster collection asset. (rasterCollections.patch)
- *
- * @param string $id
- * The ID of the raster collection.
- * @param Google_RasterCollection $postBody
- * @param array $optParams Optional parameters.
- */
- public function patch($id, Google_Service_MapsEngine_RasterCollection $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params));
- }
- /**
- * Process a raster collection asset. (rasterCollections.process)
- *
- * @param string $id
- * The ID of the raster collection.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_ProcessResponse
- */
- public function process($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
- }
-}
-
-/**
- * The "parents" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $parents = $mapsengineService->parents;
- *
- */
-class Google_Service_MapsEngine_RasterCollectionsParents_Resource extends Google_Service_Resource
-{
-
- /**
- * Return all parent ids of the specified raster collection.
- * (parents.listRasterCollectionsParents)
- *
- * @param string $id
- * The ID of the raster collection whose parents will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
- * @return Google_Service_MapsEngine_ParentsListResponse
- */
- public function listRasterCollectionsParents($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
- }
-}
-/**
- * The "rasters" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $rasters = $mapsengineService->rasters;
- *
- */
-class Google_Service_MapsEngine_RasterCollectionsRasters_Resource extends Google_Service_Resource
-{
-
- /**
- * Remove rasters from an existing raster collection.
- *
- * Up to 50 rasters can be included in a single batchDelete request. Each
- * batchDelete request is atomic. (rasters.batchDelete)
- *
- * @param string $id
- * The ID of the raster collection to which these rasters belong.
- * @param Google_RasterCollectionsRasterBatchDeleteRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse
- */
- public function batchDelete($id, Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse");
- }
- /**
- * Add rasters to an existing raster collection. Rasters must be successfully
- * processed in order to be added to a raster collection.
- *
- * Up to 50 rasters can be included in a single batchInsert request. Each
- * batchInsert request is atomic. (rasters.batchInsert)
- *
- * @param string $id
- * The ID of the raster collection to which these rasters belong.
- * @param Google_RasterCollectionsRastersBatchInsertRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse
- */
- public function batchInsert($id, Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batchInsert', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse");
- }
- /**
- * Return all rasters within a raster collection.
- * (rasters.listRasterCollectionsRasters)
- *
- * @param string $id
- * The ID of the raster collection to which these rasters belong.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @return Google_Service_MapsEngine_RasterCollectionsRastersListResponse
- */
- public function listRasterCollectionsRasters($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersListResponse");
- }
-}
-
-/**
- * The "rasters" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $rasters = $mapsengineService->rasters;
- *
- */
-class Google_Service_MapsEngine_Rasters_Resource extends Google_Service_Resource
-{
-
- /**
- * Delete a raster. (rasters.delete)
- *
- * @param string $id
- * The ID of the raster. Only the raster creator or project owner are permitted to delete. If the
- * raster is included in a layer or mosaic, the request will fail. Remove it from all parents prior
- * to deleting.
- * @param array $optParams Optional parameters.
- */
- public function delete($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Return metadata for a single raster. (rasters.get)
- *
- * @param string $id
- * The ID of the raster.
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_Raster
- */
- public function get($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_MapsEngine_Raster");
- }
- /**
- * Mutate a raster asset. (rasters.patch)
- *
- * @param string $id
- * The ID of the raster.
- * @param Google_Raster $postBody
- * @param array $optParams Optional parameters.
- */
- public function patch($id, Google_Service_MapsEngine_Raster $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params));
- }
- /**
- * Create a skeleton raster asset for upload. (rasters.upload)
- *
- * @param Google_Raster $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_Raster
- */
- public function upload(Google_Service_MapsEngine_Raster $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('upload', array($params), "Google_Service_MapsEngine_Raster");
- }
-}
-
-/**
- * The "files" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $files = $mapsengineService->files;
- *
- */
-class Google_Service_MapsEngine_RastersFiles_Resource extends Google_Service_Resource
-{
-
- /**
- * Upload a file to a raster asset. (files.insert)
- *
- * @param string $id
- * The ID of the raster asset.
- * @param string $filename
- * The file name of this uploaded file.
- * @param array $optParams Optional parameters.
- */
- public function insert($id, $filename, $optParams = array())
- {
- $params = array('id' => $id, 'filename' => $filename);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params));
- }
-}
-/**
- * The "parents" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $parents = $mapsengineService->parents;
- *
- */
-class Google_Service_MapsEngine_RastersParents_Resource extends Google_Service_Resource
-{
-
- /**
- * Return all parent ids of the specified rasters. (parents.listRastersParents)
- *
- * @param string $id
- * The ID of the rasters whose parents will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
- * @return Google_Service_MapsEngine_ParentsListResponse
- */
- public function listRastersParents($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
- }
-}
-
-/**
- * The "tables" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $tables = $mapsengineService->tables;
- *
- */
-class Google_Service_MapsEngine_Tables_Resource extends Google_Service_Resource
-{
-
- /**
- * Create a table asset. (tables.create)
- *
- * @param Google_Table $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_Table
- */
- public function create(Google_Service_MapsEngine_Table $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_MapsEngine_Table");
- }
- /**
- * Delete a table. (tables.delete)
- *
- * @param string $id
- * The ID of the table. Only the table creator or project owner are permitted to delete. If the
- * table is included in a layer, the request will fail. Remove it from all layers prior to
- * deleting.
- * @param array $optParams Optional parameters.
- */
- public function delete($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Return metadata for a particular table, including the schema. (tables.get)
- *
- * @param string $id
- * The ID of the table.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string version
- *
- * @return Google_Service_MapsEngine_Table
- */
- public function get($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_MapsEngine_Table");
- }
- /**
- * Return all tables readable by the current user. (tables.listTables)
- *
- * @param array $optParams Optional parameters.
- *
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @return Google_Service_MapsEngine_TablesListResponse
- */
- public function listTables($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_TablesListResponse");
- }
- /**
- * Mutate a table asset. (tables.patch)
- *
- * @param string $id
- * The ID of the table.
- * @param Google_Table $postBody
- * @param array $optParams Optional parameters.
- */
- public function patch($id, Google_Service_MapsEngine_Table $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params));
- }
- /**
- * Create a placeholder table asset to which table files can be uploaded. Once
- * the placeholder has been created, files are uploaded to the
- * https://www.googleapis.com/upload/mapsengine/v1/tables/table_id/files
- * endpoint. See Table Upload in the Developer's Guide or Table.files: insert in
- * the reference documentation for more information. (tables.upload)
- *
- * @param Google_Table $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_MapsEngine_Table
- */
- public function upload(Google_Service_MapsEngine_Table $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('upload', array($params), "Google_Service_MapsEngine_Table");
- }
-}
-
-/**
- * The "features" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $features = $mapsengineService->features;
- *
- */
-class Google_Service_MapsEngine_TablesFeatures_Resource extends Google_Service_Resource
-{
-
- /**
- * Delete all features matching the given IDs. (features.batchDelete)
- *
- * @param string $id
- * The ID of the table that contains the features to be deleted.
- * @param Google_FeaturesBatchDeleteRequest $postBody
- * @param array $optParams Optional parameters.
- */
- public function batchDelete($id, Google_Service_MapsEngine_FeaturesBatchDeleteRequest $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batchDelete', array($params));
- }
- /**
- * Append features to an existing table.
- *
- * A single batchInsert request can create:
- *
- * - Up to 50 features. - A combined total of 10 000 vertices. Feature limits
- * are documented in the Supported data formats and limits article of the Google
- * Maps Engine help center. Note that free and paid accounts have different
- * limits.
- *
- * For more information about inserting features, read Creating features in the
- * Google Maps Engine developer's guide. (features.batchInsert)
- *
- * @param string $id
- * The ID of the table to append the features to.
- * @param Google_FeaturesBatchInsertRequest $postBody
- * @param array $optParams Optional parameters.
- */
- public function batchInsert($id, Google_Service_MapsEngine_FeaturesBatchInsertRequest $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batchInsert', array($params));
- }
- /**
- * Update the supplied features.
- *
- * A single batchPatch request can update:
- *
- * - Up to 50 features. - A combined total of 10 000 vertices. Feature limits
- * are documented in the Supported data formats and limits article of the Google
- * Maps Engine help center. Note that free and paid accounts have different
- * limits.
- *
- * Feature updates use HTTP PATCH semantics:
- *
- * - A supplied value replaces an existing value (if any) in that field. -
- * Omitted fields remain unchanged. - Complex values in geometries and
- * properties must be replaced as atomic units. For example, providing just the
- * coordinates of a geometry is not allowed; the complete geometry, including
- * type, must be supplied. - Setting a property's value to null deletes that
- * property. For more information about updating features, read Updating
- * features in the Google Maps Engine developer's guide. (features.batchPatch)
- *
- * @param string $id
- * The ID of the table containing the features to be patched.
- * @param Google_FeaturesBatchPatchRequest $postBody
- * @param array $optParams Optional parameters.
- */
- public function batchPatch($id, Google_Service_MapsEngine_FeaturesBatchPatchRequest $postBody, $optParams = array())
- {
- $params = array('id' => $id, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batchPatch', array($params));
- }
- /**
- * Return a single feature, given its ID. (features.get)
- *
- * @param string $tableId
- * The ID of the table.
- * @param string $id
- * The ID of the feature to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string version
- * The table version to access. See Accessing Public Data for information.
- * @opt_param string select
- * A SQL-like projection clause used to specify returned properties. If this parameter is not
- * included, all properties are returned.
- * @return Google_Service_MapsEngine_Feature
- */
- public function get($tableId, $id, $optParams = array())
- {
- $params = array('tableId' => $tableId, 'id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_MapsEngine_Feature");
- }
- /**
- * Return all features readable by the current user.
- * (features.listTablesFeatures)
- *
- * @param string $id
- * The ID of the table to which these features belong.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string orderBy
- * An SQL-like order by clause used to sort results. If this parameter is not included, the order
- * of features is undefined.
- * @opt_param string intersects
- * A geometry literal that specifies the spatial restriction of the query.
- * @opt_param string maxResults
- * The maximum number of items to include in the response, used for paging. The maximum supported
- * value is 1000.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string version
- * The table version to access. See Accessing Public Data for information.
- * @opt_param string limit
- * The total number of features to return from the query, irrespective of the number of pages.
- * @opt_param string include
- * A comma separated list of optional data to include. Optional data available: schema.
- * @opt_param string where
- * An SQL-like predicate used to filter results.
- * @opt_param string select
- * A SQL-like projection clause used to specify returned properties. If this parameter is not
- * included, all properties are returned.
- * @return Google_Service_MapsEngine_FeaturesListResponse
- */
- public function listTablesFeatures($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_FeaturesListResponse");
- }
-}
-/**
- * The "files" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $files = $mapsengineService->files;
- *
- */
-class Google_Service_MapsEngine_TablesFiles_Resource extends Google_Service_Resource
-{
-
- /**
- * Upload a file to a placeholder table asset. See Table Upload in the
- * Developer's Guide for more information. Supported file types are listed in
- * the Supported data formats and limits article of the Google Maps Engine help
- * center. (files.insert)
- *
- * @param string $id
- * The ID of the table asset.
- * @param string $filename
- * The file name of this uploaded file.
- * @param array $optParams Optional parameters.
- */
- public function insert($id, $filename, $optParams = array())
- {
- $params = array('id' => $id, 'filename' => $filename);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params));
- }
-}
-/**
- * The "parents" collection of methods.
- * Typical usage is:
- *
- * $mapsengineService = new Google_Service_MapsEngine(...);
- * $parents = $mapsengineService->parents;
- *
- */
-class Google_Service_MapsEngine_TablesParents_Resource extends Google_Service_Resource
-{
-
- /**
- * Return all parent ids of the specified table. (parents.listTablesParents)
- *
- * @param string $id
- * The ID of the table whose parents will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
- * @return Google_Service_MapsEngine_ParentsListResponse
- */
- public function listTablesParents($id, $optParams = array())
- {
- $params = array('id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
- }
-}
-
-
-
-
-class Google_Service_MapsEngine_AcquisitionTime extends Google_Model
-{
- public $end;
- public $precision;
- public $start;
-
- public function setEnd($end)
- {
- $this->end = $end;
- }
-
- public function getEnd()
- {
- return $this->end;
- }
-
- public function setPrecision($precision)
- {
- $this->precision = $precision;
- }
-
- public function getPrecision()
- {
- return $this->precision;
- }
-
- public function setStart($start)
- {
- $this->start = $start;
- }
-
- public function getStart()
- {
- return $this->start;
- }
-}
-
-class Google_Service_MapsEngine_Asset extends Google_Collection
-{
- public $bbox;
- public $creationTime;
- public $description;
- public $etag;
- public $id;
- public $lastModifiedTime;
- public $name;
- public $projectId;
- public $resource;
- public $tags;
- public $type;
-
- public function setBbox($bbox)
- {
- $this->bbox = $bbox;
- }
-
- public function getBbox()
- {
- return $this->bbox;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
-
- public function getEtag()
- {
- return $this->etag;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
-
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
-
- public function setResource($resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
-{
- protected $assetsType = 'Google_Service_MapsEngine_Asset';
- protected $assetsDataType = 'array';
- public $nextPageToken;
-
- public function setAssets($assets)
- {
- $this->assets = $assets;
- }
-
- public function getAssets()
- {
- return $this->assets;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_MapsEngine_Border extends Google_Model
-{
- public $color;
- public $opacity;
- public $width;
-
- public function setColor($color)
- {
- $this->color = $color;
- }
-
- public function getColor()
- {
- return $this->color;
- }
-
- public function setOpacity($opacity)
- {
- $this->opacity = $opacity;
- }
-
- public function getOpacity()
- {
- return $this->opacity;
- }
-
- public function setWidth($width)
- {
- $this->width = $width;
- }
-
- public function getWidth()
- {
- return $this->width;
- }
-}
-
-class Google_Service_MapsEngine_Color extends Google_Model
-{
- public $color;
- public $opacity;
-
- public function setColor($color)
- {
- $this->color = $color;
- }
-
- public function getColor()
- {
- return $this->color;
- }
-
- public function setOpacity($opacity)
- {
- $this->opacity = $opacity;
- }
-
- public function getOpacity()
- {
- return $this->opacity;
- }
-}
-
-class Google_Service_MapsEngine_Datasource extends Google_Model
-{
- public $id;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-}
-
-class Google_Service_MapsEngine_DisplayRule extends Google_Collection
-{
- protected $filtersType = 'Google_Service_MapsEngine_Filter';
- protected $filtersDataType = 'array';
- protected $lineOptionsType = 'Google_Service_MapsEngine_LineStyle';
- protected $lineOptionsDataType = '';
- public $name;
- protected $pointOptionsType = 'Google_Service_MapsEngine_PointStyle';
- protected $pointOptionsDataType = '';
- protected $polygonOptionsType = 'Google_Service_MapsEngine_PolygonStyle';
- protected $polygonOptionsDataType = '';
- protected $zoomLevelsType = 'Google_Service_MapsEngine_ZoomLevels';
- protected $zoomLevelsDataType = '';
-
- public function setFilters($filters)
- {
- $this->filters = $filters;
- }
-
- public function getFilters()
- {
- return $this->filters;
- }
-
- public function setLineOptions(Google_Service_MapsEngine_LineStyle $lineOptions)
- {
- $this->lineOptions = $lineOptions;
- }
-
- public function getLineOptions()
- {
- return $this->lineOptions;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setPointOptions(Google_Service_MapsEngine_PointStyle $pointOptions)
- {
- $this->pointOptions = $pointOptions;
- }
-
- public function getPointOptions()
- {
- return $this->pointOptions;
- }
-
- public function setPolygonOptions(Google_Service_MapsEngine_PolygonStyle $polygonOptions)
- {
- $this->polygonOptions = $polygonOptions;
- }
-
- public function getPolygonOptions()
- {
- return $this->polygonOptions;
- }
-
- public function setZoomLevels(Google_Service_MapsEngine_ZoomLevels $zoomLevels)
- {
- $this->zoomLevels = $zoomLevels;
- }
-
- public function getZoomLevels()
- {
- return $this->zoomLevels;
- }
-}
-
-class Google_Service_MapsEngine_Feature extends Google_Model
-{
- protected $geometryType = 'Google_Service_MapsEngine_GeoJsonGeometry';
- protected $geometryDataType = '';
- public $properties;
- public $type;
-
- public function setGeometry(Google_Service_MapsEngine_GeoJsonGeometry $geometry)
- {
- $this->geometry = $geometry;
- }
-
- public function getGeometry()
- {
- return $this->geometry;
- }
-
- public function setProperties($properties)
- {
- $this->properties = $properties;
- }
-
- public function getProperties()
- {
- return $this->properties;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_MapsEngine_FeatureInfo extends Google_Model
-{
- public $content;
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-}
-
-class Google_Service_MapsEngine_FeaturesBatchDeleteRequest extends Google_Collection
-{
- public $gxIds;
- public $primaryKeys;
-
- public function setGxIds($gxIds)
- {
- $this->gxIds = $gxIds;
- }
-
- public function getGxIds()
- {
- return $this->gxIds;
- }
-
- public function setPrimaryKeys($primaryKeys)
- {
- $this->primaryKeys = $primaryKeys;
- }
-
- public function getPrimaryKeys()
- {
- return $this->primaryKeys;
- }
-}
-
-class Google_Service_MapsEngine_FeaturesBatchInsertRequest extends Google_Collection
-{
- protected $featuresType = 'Google_Service_MapsEngine_Feature';
- protected $featuresDataType = 'array';
-
- public function setFeatures($features)
- {
- $this->features = $features;
- }
-
- public function getFeatures()
- {
- return $this->features;
- }
-}
-
-class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collection
-{
- protected $featuresType = 'Google_Service_MapsEngine_Feature';
- protected $featuresDataType = 'array';
-
- public function setFeatures($features)
- {
- $this->features = $features;
- }
-
- public function getFeatures()
- {
- return $this->features;
- }
-}
-
-class Google_Service_MapsEngine_FeaturesListResponse extends Google_Collection
-{
- public $allowedQueriesPerSecond;
- protected $featuresType = 'Google_Service_MapsEngine_Feature';
- protected $featuresDataType = 'array';
- public $nextPageToken;
- protected $schemaType = 'Google_Service_MapsEngine_Schema';
- protected $schemaDataType = '';
- public $type;
-
- public function setAllowedQueriesPerSecond($allowedQueriesPerSecond)
- {
- $this->allowedQueriesPerSecond = $allowedQueriesPerSecond;
- }
-
- public function getAllowedQueriesPerSecond()
- {
- return $this->allowedQueriesPerSecond;
- }
-
- public function setFeatures($features)
- {
- $this->features = $features;
- }
-
- public function getFeatures()
- {
- return $this->features;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setSchema(Google_Service_MapsEngine_Schema $schema)
- {
- $this->schema = $schema;
- }
-
- public function getSchema()
- {
- return $this->schema;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_MapsEngine_Filter extends Google_Model
-{
- public $column;
- public $operator;
- public $value;
-
- public function setColumn($column)
- {
- $this->column = $column;
- }
-
- public function getColumn()
- {
- return $this->column;
- }
-
- public function setOperator($operator)
- {
- $this->operator = $operator;
- }
-
- public function getOperator()
- {
- return $this->operator;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonGeometry extends Google_Model
-{
- public $type;
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonGeometryCollection extends Google_Collection
-{
- protected $geometriesType = 'Google_Service_MapsEngine_GeoJsonGeometry';
- protected $geometriesDataType = 'array';
-
- public function setGeometries($geometries)
- {
- $this->geometries = $geometries;
- }
-
- public function getGeometries()
- {
- return $this->geometries;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonLineString extends Google_Collection
-{
- public $coordinates;
-
- public function setCoordinates($coordinates)
- {
- $this->coordinates = $coordinates;
- }
-
- public function getCoordinates()
- {
- return $this->coordinates;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonMultiLineString extends Google_Collection
-{
- public $coordinates;
-
- public function setCoordinates($coordinates)
- {
- $this->coordinates = $coordinates;
- }
-
- public function getCoordinates()
- {
- return $this->coordinates;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonMultiPoint extends Google_Collection
-{
- public $coordinates;
-
- public function setCoordinates($coordinates)
- {
- $this->coordinates = $coordinates;
- }
-
- public function getCoordinates()
- {
- return $this->coordinates;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonMultiPolygon extends Google_Collection
-{
- public $coordinates;
-
- public function setCoordinates($coordinates)
- {
- $this->coordinates = $coordinates;
- }
-
- public function getCoordinates()
- {
- return $this->coordinates;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonPoint extends Google_Collection
-{
- public $coordinates;
-
- public function setCoordinates($coordinates)
- {
- $this->coordinates = $coordinates;
- }
-
- public function getCoordinates()
- {
- return $this->coordinates;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonPolygon extends Google_Collection
-{
- public $coordinates;
-
- public function setCoordinates($coordinates)
- {
- $this->coordinates = $coordinates;
- }
-
- public function getCoordinates()
- {
- return $this->coordinates;
- }
-}
-
-class Google_Service_MapsEngine_GeoJsonProperties extends Google_Model
-{
-
-}
-
-class Google_Service_MapsEngine_IconStyle extends Google_Model
-{
- public $id;
- public $name;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-}
-
-class Google_Service_MapsEngine_LabelStyle extends Google_Model
-{
- public $color;
- public $column;
- public $fontStyle;
- public $fontWeight;
- public $opacity;
- protected $outlineType = 'Google_Service_MapsEngine_Color';
- protected $outlineDataType = '';
- public $size;
-
- public function setColor($color)
- {
- $this->color = $color;
- }
-
- public function getColor()
- {
- return $this->color;
- }
-
- public function setColumn($column)
- {
- $this->column = $column;
- }
-
- public function getColumn()
- {
- return $this->column;
- }
-
- public function setFontStyle($fontStyle)
- {
- $this->fontStyle = $fontStyle;
- }
-
- public function getFontStyle()
- {
- return $this->fontStyle;
- }
-
- public function setFontWeight($fontWeight)
- {
- $this->fontWeight = $fontWeight;
- }
-
- public function getFontWeight()
- {
- return $this->fontWeight;
- }
-
- public function setOpacity($opacity)
- {
- $this->opacity = $opacity;
- }
-
- public function getOpacity()
- {
- return $this->opacity;
- }
-
- public function setOutline(Google_Service_MapsEngine_Color $outline)
- {
- $this->outline = $outline;
- }
-
- public function getOutline()
- {
- return $this->outline;
- }
-
- public function setSize($size)
- {
- $this->size = $size;
- }
-
- public function getSize()
- {
- return $this->size;
- }
-}
-
-class Google_Service_MapsEngine_Layer extends Google_Collection
-{
- public $bbox;
- public $creationTime;
- public $datasourceType;
- protected $datasourcesType = 'Google_Service_MapsEngine_Datasource';
- protected $datasourcesDataType = 'array';
- public $description;
- public $draftAccessList;
- public $etag;
- public $id;
- public $lastModifiedTime;
- public $name;
- public $processingStatus;
- public $projectId;
- public $publishedAccessList;
- protected $styleType = 'Google_Service_MapsEngine_VectorStyle';
- protected $styleDataType = '';
- public $tags;
-
- public function setBbox($bbox)
- {
- $this->bbox = $bbox;
- }
-
- public function getBbox()
- {
- return $this->bbox;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDatasourceType($datasourceType)
- {
- $this->datasourceType = $datasourceType;
- }
-
- public function getDatasourceType()
- {
- return $this->datasourceType;
- }
-
- public function setDatasources(Google_Service_MapsEngine_Datasource $datasources)
- {
- $this->datasources = $datasources;
- }
-
- public function getDatasources()
- {
- return $this->datasources;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setDraftAccessList($draftAccessList)
- {
- $this->draftAccessList = $draftAccessList;
- }
-
- public function getDraftAccessList()
- {
- return $this->draftAccessList;
- }
-
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
-
- public function getEtag()
- {
- return $this->etag;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
-
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProcessingStatus($processingStatus)
- {
- $this->processingStatus = $processingStatus;
- }
-
- public function getProcessingStatus()
- {
- return $this->processingStatus;
- }
-
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
-
- public function setPublishedAccessList($publishedAccessList)
- {
- $this->publishedAccessList = $publishedAccessList;
- }
-
- public function getPublishedAccessList()
- {
- return $this->publishedAccessList;
- }
-
- public function setStyle(Google_Service_MapsEngine_VectorStyle $style)
- {
- $this->style = $style;
- }
-
- public function getStyle()
- {
- return $this->style;
- }
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-}
-
-class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
-{
- protected $layersType = 'Google_Service_MapsEngine_Layer';
- protected $layersDataType = 'array';
- public $nextPageToken;
-
- public function setLayers($layers)
- {
- $this->layers = $layers;
- }
-
- public function getLayers()
- {
- return $this->layers;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_MapsEngine_LineStyle extends Google_Collection
-{
- protected $borderType = 'Google_Service_MapsEngine_Border';
- protected $borderDataType = '';
- public $dash;
- protected $labelType = 'Google_Service_MapsEngine_LabelStyle';
- protected $labelDataType = '';
- protected $strokeType = 'Google_Service_MapsEngine_LineStyleStroke';
- protected $strokeDataType = '';
-
- public function setBorder(Google_Service_MapsEngine_Border $border)
- {
- $this->border = $border;
- }
-
- public function getBorder()
- {
- return $this->border;
- }
-
- public function setDash($dash)
- {
- $this->dash = $dash;
- }
-
- public function getDash()
- {
- return $this->dash;
- }
-
- public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
- {
- $this->label = $label;
- }
-
- public function getLabel()
- {
- return $this->label;
- }
-
- public function setStroke(Google_Service_MapsEngine_LineStyleStroke $stroke)
- {
- $this->stroke = $stroke;
- }
-
- public function getStroke()
- {
- return $this->stroke;
- }
-}
-
-class Google_Service_MapsEngine_LineStyleStroke extends Google_Model
-{
- public $color;
- public $opacity;
- public $width;
-
- public function setColor($color)
- {
- $this->color = $color;
- }
-
- public function getColor()
- {
- return $this->color;
- }
-
- public function setOpacity($opacity)
- {
- $this->opacity = $opacity;
- }
-
- public function getOpacity()
- {
- return $this->opacity;
- }
-
- public function setWidth($width)
- {
- $this->width = $width;
- }
-
- public function getWidth()
- {
- return $this->width;
- }
-}
-
-class Google_Service_MapsEngine_Map extends Google_Collection
-{
- public $bbox;
- protected $contentsType = 'Google_Service_MapsEngine_MapItem';
- protected $contentsDataType = '';
- public $creationTime;
- public $defaultViewport;
- public $description;
- public $draftAccessList;
- public $etag;
- public $id;
- public $lastModifiedTime;
- public $name;
- public $processingStatus;
- public $projectId;
- public $publishedAccessList;
- public $tags;
- public $versions;
-
- public function setBbox($bbox)
- {
- $this->bbox = $bbox;
- }
-
- public function getBbox()
- {
- return $this->bbox;
- }
-
- public function setContents(Google_Service_MapsEngine_MapItem $contents)
- {
- $this->contents = $contents;
- }
-
- public function getContents()
- {
- return $this->contents;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDefaultViewport($defaultViewport)
- {
- $this->defaultViewport = $defaultViewport;
- }
-
- public function getDefaultViewport()
- {
- return $this->defaultViewport;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setDraftAccessList($draftAccessList)
- {
- $this->draftAccessList = $draftAccessList;
- }
-
- public function getDraftAccessList()
- {
- return $this->draftAccessList;
- }
-
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
-
- public function getEtag()
- {
- return $this->etag;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
-
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProcessingStatus($processingStatus)
- {
- $this->processingStatus = $processingStatus;
- }
-
- public function getProcessingStatus()
- {
- return $this->processingStatus;
- }
-
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
-
- public function setPublishedAccessList($publishedAccessList)
- {
- $this->publishedAccessList = $publishedAccessList;
- }
-
- public function getPublishedAccessList()
- {
- return $this->publishedAccessList;
- }
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-
- public function setVersions($versions)
- {
- $this->versions = $versions;
- }
-
- public function getVersions()
- {
- return $this->versions;
- }
-}
-
-class Google_Service_MapsEngine_MapFolder extends Google_Collection
-{
- protected $contentsType = 'Google_Service_MapsEngine_MapItem';
- protected $contentsDataType = 'array';
- public $defaultViewport;
- public $expandable;
- public $key;
- public $name;
- public $visibility;
-
- public function setContents($contents)
- {
- $this->contents = $contents;
- }
-
- public function getContents()
- {
- return $this->contents;
- }
-
- public function setDefaultViewport($defaultViewport)
- {
- $this->defaultViewport = $defaultViewport;
- }
-
- public function getDefaultViewport()
- {
- return $this->defaultViewport;
- }
-
- public function setExpandable($expandable)
- {
- $this->expandable = $expandable;
- }
-
- public function getExpandable()
- {
- return $this->expandable;
- }
-
- public function setKey($key)
- {
- $this->key = $key;
- }
-
- public function getKey()
- {
- return $this->key;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setVisibility($visibility)
- {
- $this->visibility = $visibility;
- }
-
- public function getVisibility()
- {
- return $this->visibility;
- }
-}
-
-class Google_Service_MapsEngine_MapItem extends Google_Model
-{
- public $type;
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_MapsEngine_MapKmlLink extends Google_Collection
-{
- public $defaultViewport;
- public $kmlUrl;
- public $name;
- public $visibility;
-
- public function setDefaultViewport($defaultViewport)
- {
- $this->defaultViewport = $defaultViewport;
- }
-
- public function getDefaultViewport()
- {
- return $this->defaultViewport;
- }
-
- public function setKmlUrl($kmlUrl)
- {
- $this->kmlUrl = $kmlUrl;
- }
-
- public function getKmlUrl()
- {
- return $this->kmlUrl;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setVisibility($visibility)
- {
- $this->visibility = $visibility;
- }
-
- public function getVisibility()
- {
- return $this->visibility;
- }
-}
-
-class Google_Service_MapsEngine_MapLayer extends Google_Collection
-{
- public $defaultViewport;
- public $id;
- public $key;
- public $name;
- public $visibility;
-
- public function setDefaultViewport($defaultViewport)
- {
- $this->defaultViewport = $defaultViewport;
- }
-
- public function getDefaultViewport()
- {
- return $this->defaultViewport;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKey($key)
- {
- $this->key = $key;
- }
-
- public function getKey()
- {
- return $this->key;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setVisibility($visibility)
- {
- $this->visibility = $visibility;
- }
-
- public function getVisibility()
- {
- return $this->visibility;
- }
-}
-
-class Google_Service_MapsEngine_MapsListResponse extends Google_Collection
-{
- protected $mapsType = 'Google_Service_MapsEngine_Map';
- protected $mapsDataType = 'array';
- public $nextPageToken;
-
- public function setMaps($maps)
- {
- $this->maps = $maps;
- }
-
- public function getMaps()
- {
- return $this->maps;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_MapsEngine_MapsengineFile extends Google_Model
-{
- public $filename;
- public $size;
- public $uploadStatus;
-
- public function setFilename($filename)
- {
- $this->filename = $filename;
- }
-
- public function getFilename()
- {
- return $this->filename;
- }
-
- public function setSize($size)
- {
- $this->size = $size;
- }
-
- public function getSize()
- {
- return $this->size;
- }
-
- public function setUploadStatus($uploadStatus)
- {
- $this->uploadStatus = $uploadStatus;
- }
-
- public function getUploadStatus()
- {
- return $this->uploadStatus;
- }
-}
-
-class Google_Service_MapsEngine_Parent extends Google_Model
-{
- public $id;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-}
-
-class Google_Service_MapsEngine_ParentsListResponse extends Google_Collection
-{
- public $nextPageToken;
- protected $parentsType = 'Google_Service_MapsEngine_Parent';
- protected $parentsDataType = 'array';
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setParents($parents)
- {
- $this->parents = $parents;
- }
-
- public function getParents()
- {
- return $this->parents;
- }
-}
-
-class Google_Service_MapsEngine_PointStyle extends Google_Model
-{
- protected $iconType = 'Google_Service_MapsEngine_IconStyle';
- protected $iconDataType = '';
- protected $labelType = 'Google_Service_MapsEngine_LabelStyle';
- protected $labelDataType = '';
-
- public function setIcon(Google_Service_MapsEngine_IconStyle $icon)
- {
- $this->icon = $icon;
- }
-
- public function getIcon()
- {
- return $this->icon;
- }
-
- public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
- {
- $this->label = $label;
- }
-
- public function getLabel()
- {
- return $this->label;
- }
-}
-
-class Google_Service_MapsEngine_PolygonStyle extends Google_Model
-{
- protected $fillType = 'Google_Service_MapsEngine_Color';
- protected $fillDataType = '';
- protected $strokeType = 'Google_Service_MapsEngine_Border';
- protected $strokeDataType = '';
-
- public function setFill(Google_Service_MapsEngine_Color $fill)
- {
- $this->fill = $fill;
- }
-
- public function getFill()
- {
- return $this->fill;
- }
-
- public function setStroke(Google_Service_MapsEngine_Border $stroke)
- {
- $this->stroke = $stroke;
- }
-
- public function getStroke()
- {
- return $this->stroke;
- }
-}
-
-class Google_Service_MapsEngine_ProcessResponse extends Google_Model
-{
-
-}
-
-class Google_Service_MapsEngine_Project extends Google_Model
-{
- public $id;
- public $name;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-}
-
-class Google_Service_MapsEngine_ProjectsListResponse extends Google_Collection
-{
- protected $projectsType = 'Google_Service_MapsEngine_Project';
- protected $projectsDataType = 'array';
-
- public function setProjects($projects)
- {
- $this->projects = $projects;
- }
-
- public function getProjects()
- {
- return $this->projects;
- }
-}
-
-class Google_Service_MapsEngine_PublishResponse extends Google_Model
-{
-
-}
-
-class Google_Service_MapsEngine_Raster extends Google_Collection
-{
- protected $acquisitionTimeType = 'Google_Service_MapsEngine_AcquisitionTime';
- protected $acquisitionTimeDataType = '';
- public $attribution;
- public $bbox;
- public $creationTime;
- public $description;
- public $draftAccessList;
- public $etag;
- protected $filesType = 'Google_Service_MapsEngine_MapsengineFile';
- protected $filesDataType = 'array';
- public $id;
- public $lastModifiedTime;
- public $maskType;
- public $name;
- public $processingStatus;
- public $projectId;
- public $rasterType;
- public $tags;
-
- public function setAcquisitionTime(Google_Service_MapsEngine_AcquisitionTime $acquisitionTime)
- {
- $this->acquisitionTime = $acquisitionTime;
- }
-
- public function getAcquisitionTime()
- {
- return $this->acquisitionTime;
- }
-
- public function setAttribution($attribution)
- {
- $this->attribution = $attribution;
- }
-
- public function getAttribution()
- {
- return $this->attribution;
- }
-
- public function setBbox($bbox)
- {
- $this->bbox = $bbox;
- }
-
- public function getBbox()
- {
- return $this->bbox;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setDraftAccessList($draftAccessList)
- {
- $this->draftAccessList = $draftAccessList;
- }
-
- public function getDraftAccessList()
- {
- return $this->draftAccessList;
- }
-
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
-
- public function getEtag()
- {
- return $this->etag;
- }
-
- public function setFiles($files)
- {
- $this->files = $files;
- }
-
- public function getFiles()
- {
- return $this->files;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
-
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
-
- public function setMaskType($maskType)
- {
- $this->maskType = $maskType;
- }
-
- public function getMaskType()
- {
- return $this->maskType;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProcessingStatus($processingStatus)
- {
- $this->processingStatus = $processingStatus;
- }
-
- public function getProcessingStatus()
- {
- return $this->processingStatus;
- }
-
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
-
- public function setRasterType($rasterType)
- {
- $this->rasterType = $rasterType;
- }
-
- public function getRasterType()
- {
- return $this->rasterType;
- }
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-}
-
-class Google_Service_MapsEngine_RasterCollection extends Google_Collection
-{
- public $attribution;
- public $bbox;
- public $creationTime;
- public $description;
- public $draftAccessList;
- public $etag;
- public $id;
- public $lastModifiedTime;
- public $mosaic;
- public $name;
- public $processingStatus;
- public $projectId;
- public $rasterType;
- public $tags;
-
- public function setAttribution($attribution)
- {
- $this->attribution = $attribution;
- }
-
- public function getAttribution()
- {
- return $this->attribution;
- }
-
- public function setBbox($bbox)
- {
- $this->bbox = $bbox;
- }
-
- public function getBbox()
- {
- return $this->bbox;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setDraftAccessList($draftAccessList)
- {
- $this->draftAccessList = $draftAccessList;
- }
-
- public function getDraftAccessList()
- {
- return $this->draftAccessList;
- }
-
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
-
- public function getEtag()
- {
- return $this->etag;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
-
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
-
- public function setMosaic($mosaic)
- {
- $this->mosaic = $mosaic;
- }
-
- public function getMosaic()
- {
- return $this->mosaic;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProcessingStatus($processingStatus)
- {
- $this->processingStatus = $processingStatus;
- }
-
- public function getProcessingStatus()
- {
- return $this->processingStatus;
- }
-
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
-
- public function setRasterType($rasterType)
- {
- $this->rasterType = $rasterType;
- }
-
- public function getRasterType()
- {
- return $this->rasterType;
- }
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-}
-
-class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
-{
- public $nextPageToken;
- protected $rasterCollectionsType = 'Google_Service_MapsEngine_RasterCollection';
- protected $rasterCollectionsDataType = 'array';
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setRasterCollections($rasterCollections)
- {
- $this->rasterCollections = $rasterCollections;
- }
-
- public function getRasterCollections()
- {
- return $this->rasterCollections;
- }
-}
-
-class Google_Service_MapsEngine_RasterCollectionsRaster extends Google_Collection
-{
- public $bbox;
- public $creationTime;
- public $description;
- public $id;
- public $lastModifiedTime;
- public $name;
- public $projectId;
- public $rasterType;
- public $tags;
-
- public function setBbox($bbox)
- {
- $this->bbox = $bbox;
- }
-
- public function getBbox()
- {
- return $this->bbox;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
-
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
-
- public function setRasterType($rasterType)
- {
- $this->rasterType = $rasterType;
- }
-
- public function getRasterType()
- {
- return $this->rasterType;
- }
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-}
-
-class Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest extends Google_Collection
-{
- public $ids;
-
- public function setIds($ids)
- {
- $this->ids = $ids;
- }
-
- public function getIds()
- {
- return $this->ids;
- }
-}
-
-class Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse extends Google_Model
-{
-
-}
-
-class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest extends Google_Collection
-{
- public $ids;
-
- public function setIds($ids)
- {
- $this->ids = $ids;
- }
-
- public function getIds()
- {
- return $this->ids;
- }
-}
-
-class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse extends Google_Model
-{
-
-}
-
-class Google_Service_MapsEngine_RasterCollectionsRastersListResponse extends Google_Collection
-{
- public $nextPageToken;
- protected $rastersType = 'Google_Service_MapsEngine_RasterCollectionsRaster';
- protected $rastersDataType = 'array';
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setRasters($rasters)
- {
- $this->rasters = $rasters;
- }
-
- public function getRasters()
- {
- return $this->rasters;
- }
-}
-
-class Google_Service_MapsEngine_Schema extends Google_Collection
-{
- protected $columnsType = 'Google_Service_MapsEngine_TableColumn';
- protected $columnsDataType = 'array';
- public $primaryGeometry;
- public $primaryKey;
-
- public function setColumns($columns)
- {
- $this->columns = $columns;
- }
-
- public function getColumns()
- {
- return $this->columns;
- }
-
- public function setPrimaryGeometry($primaryGeometry)
- {
- $this->primaryGeometry = $primaryGeometry;
- }
-
- public function getPrimaryGeometry()
- {
- return $this->primaryGeometry;
- }
-
- public function setPrimaryKey($primaryKey)
- {
- $this->primaryKey = $primaryKey;
- }
-
- public function getPrimaryKey()
- {
- return $this->primaryKey;
- }
-}
-
-class Google_Service_MapsEngine_Table extends Google_Collection
-{
- public $bbox;
- public $creationTime;
- public $description;
- public $draftAccessList;
- public $etag;
- protected $filesType = 'Google_Service_MapsEngine_MapsengineFile';
- protected $filesDataType = 'array';
- public $id;
- public $lastModifiedTime;
- public $name;
- public $processingStatus;
- public $projectId;
- public $publishedAccessList;
- protected $schemaType = 'Google_Service_MapsEngine_Schema';
- protected $schemaDataType = '';
- public $sourceEncoding;
- public $tags;
-
- public function setBbox($bbox)
- {
- $this->bbox = $bbox;
- }
-
- public function getBbox()
- {
- return $this->bbox;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setDraftAccessList($draftAccessList)
- {
- $this->draftAccessList = $draftAccessList;
- }
-
- public function getDraftAccessList()
- {
- return $this->draftAccessList;
- }
-
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
-
- public function getEtag()
- {
- return $this->etag;
- }
-
- public function setFiles($files)
- {
- $this->files = $files;
- }
-
- public function getFiles()
- {
- return $this->files;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
-
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProcessingStatus($processingStatus)
- {
- $this->processingStatus = $processingStatus;
- }
-
- public function getProcessingStatus()
- {
- return $this->processingStatus;
- }
-
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
-
- public function setPublishedAccessList($publishedAccessList)
- {
- $this->publishedAccessList = $publishedAccessList;
- }
-
- public function getPublishedAccessList()
- {
- return $this->publishedAccessList;
- }
-
- public function setSchema(Google_Service_MapsEngine_Schema $schema)
- {
- $this->schema = $schema;
- }
-
- public function getSchema()
- {
- return $this->schema;
- }
-
- public function setSourceEncoding($sourceEncoding)
- {
- $this->sourceEncoding = $sourceEncoding;
- }
-
- public function getSourceEncoding()
- {
- return $this->sourceEncoding;
- }
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-}
-
-class Google_Service_MapsEngine_TableColumn extends Google_Model
-{
- public $name;
- public $type;
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_MapsEngine_TablesListResponse extends Google_Collection
-{
- public $nextPageToken;
- protected $tablesType = 'Google_Service_MapsEngine_Table';
- protected $tablesDataType = 'array';
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setTables($tables)
- {
- $this->tables = $tables;
- }
-
- public function getTables()
- {
- return $this->tables;
- }
-}
-
-class Google_Service_MapsEngine_VectorStyle extends Google_Collection
-{
- protected $displayRulesType = 'Google_Service_MapsEngine_DisplayRule';
- protected $displayRulesDataType = 'array';
- protected $featureInfoType = 'Google_Service_MapsEngine_FeatureInfo';
- protected $featureInfoDataType = '';
- public $type;
-
- public function setDisplayRules($displayRules)
- {
- $this->displayRules = $displayRules;
- }
-
- public function getDisplayRules()
- {
- return $this->displayRules;
- }
-
- public function setFeatureInfo(Google_Service_MapsEngine_FeatureInfo $featureInfo)
- {
- $this->featureInfo = $featureInfo;
- }
-
- public function getFeatureInfo()
- {
- return $this->featureInfo;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_MapsEngine_ZoomLevels extends Google_Model
-{
- public $max;
- public $min;
-
- public function setMax($max)
- {
- $this->max = $max;
- }
-
- public function getMax()
- {
- return $this->max;
- }
-
- public function setMin($min)
- {
- $this->min = $min;
- }
-
- public function getMin()
- {
- return $this->min;
- }
-}
From 652a3a2795a470a159cd4b5afdcade4d27ef18fd Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 6 Aug 2014 01:06:14 -0700
Subject: [PATCH 0098/1274] Added service MapsEngine.php
---
src/Google/Service/MapsEngine.php | 4761 +++++++++++++++++++++++++++++
1 file changed, 4761 insertions(+)
create mode 100644 src/Google/Service/MapsEngine.php
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
new file mode 100644
index 000000000..d898b708e
--- /dev/null
+++ b/src/Google/Service/MapsEngine.php
@@ -0,0 +1,4761 @@
+
+ * The Google Maps Engine API allows developers to store and query geospatial vector and raster data.
+ *
+ *
+ *
+ * For more information about this service, see the API
+ * Documentation
+ *
+ *
+ * @author Google, Inc.
+ */
+class Google_Service_MapsEngine extends Google_Service
+{
+ /** View and manage your Google Maps Engine data. */
+ const MAPSENGINE = "https://www.googleapis.com/auth/mapsengine";
+ /** View your Google Maps Engine data. */
+ const MAPSENGINE_READONLY = "https://www.googleapis.com/auth/mapsengine.readonly";
+
+ public $assets;
+ public $assets_parents;
+ public $layers;
+ public $layers_parents;
+ public $maps;
+ public $projects;
+ public $rasterCollections;
+ public $rasterCollections_parents;
+ public $rasterCollections_rasters;
+ public $rasters;
+ public $rasters_files;
+ public $rasters_parents;
+ public $tables;
+ public $tables_features;
+ public $tables_files;
+ public $tables_parents;
+
+
+ /**
+ * Constructs the internal representation of the MapsEngine service.
+ *
+ * @param Google_Client $client
+ */
+ public function __construct(Google_Client $client)
+ {
+ parent::__construct($client);
+ $this->servicePath = 'mapsengine/v1/';
+ $this->version = 'v1';
+ $this->serviceName = 'mapsengine';
+
+ $this->assets = new Google_Service_MapsEngine_Assets_Resource(
+ $this,
+ $this->serviceName,
+ 'assets',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'assets/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'assets',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'modifiedAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'projectId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'creatorEmail' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'bbox' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'modifiedBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'type' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->assets_parents = new Google_Service_MapsEngine_AssetsParents_Resource(
+ $this,
+ $this->serviceName,
+ 'parents',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'assets/{id}/parents',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->layers = new Google_Service_MapsEngine_Layers_Resource(
+ $this,
+ $this->serviceName,
+ 'layers',
+ array(
+ 'methods' => array(
+ 'cancelProcessing' => array(
+ 'path' => 'layers/{id}/cancelProcessing',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'create' => array(
+ 'path' => 'layers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'process' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'layers/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'layers/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'version' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'layers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'modifiedAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'projectId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'creatorEmail' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'bbox' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'modifiedBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'layers/{id}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'process' => array(
+ 'path' => 'layers/{id}/process',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'publish' => array(
+ 'path' => 'layers/{id}/publish',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'unpublish' => array(
+ 'path' => 'layers/{id}/unpublish',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->layers_parents = new Google_Service_MapsEngine_LayersParents_Resource(
+ $this,
+ $this->serviceName,
+ 'parents',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'layers/{id}/parents',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->maps = new Google_Service_MapsEngine_Maps_Resource(
+ $this,
+ $this->serviceName,
+ 'maps',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'maps',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'delete' => array(
+ 'path' => 'maps/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'maps/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'version' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'maps',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'modifiedAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'projectId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'creatorEmail' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'bbox' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'modifiedBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'maps/{id}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'publish' => array(
+ 'path' => 'maps/{id}/publish',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'unpublish' => array(
+ 'path' => 'maps/{id}/unpublish',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->projects = new Google_Service_MapsEngine_Projects_Resource(
+ $this,
+ $this->serviceName,
+ 'projects',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'projects',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(),
+ ),
+ )
+ )
+ );
+ $this->rasterCollections = new Google_Service_MapsEngine_RasterCollections_Resource(
+ $this,
+ $this->serviceName,
+ 'rasterCollections',
+ array(
+ 'methods' => array(
+ 'cancelProcessing' => array(
+ 'path' => 'rasterCollections/{id}/cancelProcessing',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'create' => array(
+ 'path' => 'rasterCollections',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'delete' => array(
+ 'path' => 'rasterCollections/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'rasterCollections/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'rasterCollections',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'modifiedAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'projectId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'creatorEmail' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'bbox' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'modifiedBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'rasterCollections/{id}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'process' => array(
+ 'path' => 'rasterCollections/{id}/process',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->rasterCollections_parents = new Google_Service_MapsEngine_RasterCollectionsParents_Resource(
+ $this,
+ $this->serviceName,
+ 'parents',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'rasterCollections/{id}/parents',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->rasterCollections_rasters = new Google_Service_MapsEngine_RasterCollectionsRasters_Resource(
+ $this,
+ $this->serviceName,
+ 'rasters',
+ array(
+ 'methods' => array(
+ 'batchDelete' => array(
+ 'path' => 'rasterCollections/{id}/rasters/batchDelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'batchInsert' => array(
+ 'path' => 'rasterCollections/{id}/rasters/batchInsert',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'rasterCollections/{id}/rasters',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'modifiedAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'creatorEmail' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'bbox' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'modifiedBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->rasters = new Google_Service_MapsEngine_Rasters_Resource(
+ $this,
+ $this->serviceName,
+ 'rasters',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'rasters/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'rasters/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'rasters/{id}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'upload' => array(
+ 'path' => 'rasters/upload',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),
+ )
+ )
+ );
+ $this->rasters_files = new Google_Service_MapsEngine_RastersFiles_Resource(
+ $this,
+ $this->serviceName,
+ 'files',
+ array(
+ 'methods' => array(
+ 'insert' => array(
+ 'path' => 'rasters/{id}/files',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filename' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->rasters_parents = new Google_Service_MapsEngine_RastersParents_Resource(
+ $this,
+ $this->serviceName,
+ 'parents',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'rasters/{id}/parents',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->tables = new Google_Service_MapsEngine_Tables_Resource(
+ $this,
+ $this->serviceName,
+ 'tables',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'tables',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),'delete' => array(
+ 'path' => 'tables/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'tables/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'version' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'tables',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'modifiedAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'projectId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'creatorEmail' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'bbox' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'modifiedBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'tables/{id}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'upload' => array(
+ 'path' => 'tables/upload',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
+ ),
+ )
+ )
+ );
+ $this->tables_features = new Google_Service_MapsEngine_TablesFeatures_Resource(
+ $this,
+ $this->serviceName,
+ 'features',
+ array(
+ 'methods' => array(
+ 'batchDelete' => array(
+ 'path' => 'tables/{id}/features/batchDelete',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'batchInsert' => array(
+ 'path' => 'tables/{id}/features/batchInsert',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'batchPatch' => array(
+ 'path' => 'tables/{id}/features/batchPatch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'tables/{tableId}/features/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'tableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'version' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'select' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'tables/{id}/features',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'intersects' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'version' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'limit' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'include' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'where' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'select' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->tables_files = new Google_Service_MapsEngine_TablesFiles_Resource(
+ $this,
+ $this->serviceName,
+ 'files',
+ array(
+ 'methods' => array(
+ 'insert' => array(
+ 'path' => 'tables/{id}/files',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filename' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->tables_parents = new Google_Service_MapsEngine_TablesParents_Resource(
+ $this,
+ $this->serviceName,
+ 'parents',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'tables/{id}/parents',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "assets" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $assets = $mapsengineService->assets;
+ *
+ */
+class Google_Service_MapsEngine_Assets_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return metadata for a particular asset. (assets.get)
+ *
+ * @param string $id
+ * The ID of the asset.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_Asset
+ */
+ public function get($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_MapsEngine_Asset");
+ }
+ /**
+ * Return all assets readable by the current user. (assets.listAssets)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string modifiedAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or after this time.
+ * @opt_param string createdAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or after this time.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string projectId
+ * The ID of a Maps Engine project, used to filter the response. To list all available projects
+ * with their IDs, send a Projects: list request. You can also find your project ID as the value of
+ * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail
+ * An email address representing a user. Returned assets that have been created by the user
+ * associated with the provided email address.
+ * @opt_param string bbox
+ * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
+ * bounding box will be returned.
+ * @opt_param string modifiedBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or before this time.
+ * @opt_param string createdBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or before this time.
+ * @opt_param string type
+ * An asset type restriction. If set, only resources of this type will be returned.
+ * @return Google_Service_MapsEngine_AssetsListResponse
+ */
+ public function listAssets($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_AssetsListResponse");
+ }
+}
+
+/**
+ * The "parents" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $parents = $mapsengineService->parents;
+ *
+ */
+class Google_Service_MapsEngine_AssetsParents_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return all parent ids of the specified asset. (parents.listAssetsParents)
+ *
+ * @param string $id
+ * The ID of the asset whose parents will be listed.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 50.
+ * @return Google_Service_MapsEngine_ParentsListResponse
+ */
+ public function listAssetsParents($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
+ }
+}
+
+/**
+ * The "layers" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $layers = $mapsengineService->layers;
+ *
+ */
+class Google_Service_MapsEngine_Layers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Cancel processing on a layer asset. (layers.cancelProcessing)
+ *
+ * @param string $id
+ * The ID of the layer.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_ProcessResponse
+ */
+ public function cancelProcessing($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('cancelProcessing', array($params), "Google_Service_MapsEngine_ProcessResponse");
+ }
+ /**
+ * Create a layer asset. (layers.create)
+ *
+ * @param Google_Layer $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool process
+ * Whether to queue the created layer for processing.
+ * @return Google_Service_MapsEngine_Layer
+ */
+ public function create(Google_Service_MapsEngine_Layer $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_MapsEngine_Layer");
+ }
+ /**
+ * Delete a layer. (layers.delete)
+ *
+ * @param string $id
+ * The ID of the layer. Only the layer creator or project owner are permitted to delete. If the
+ * layer is published, or included in a map, the request will fail. Unpublish the layer, and remove
+ * it from all maps prior to deleting.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Return metadata for a particular layer. (layers.get)
+ *
+ * @param string $id
+ * The ID of the layer.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string version
+ *
+ * @return Google_Service_MapsEngine_Layer
+ */
+ public function get($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_MapsEngine_Layer");
+ }
+ /**
+ * Return all layers readable by the current user. (layers.listLayers)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string modifiedAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or after this time.
+ * @opt_param string createdAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or after this time.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string projectId
+ * The ID of a Maps Engine project, used to filter the response. To list all available projects
+ * with their IDs, send a Projects: list request. You can also find your project ID as the value of
+ * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail
+ * An email address representing a user. Returned assets that have been created by the user
+ * associated with the provided email address.
+ * @opt_param string bbox
+ * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
+ * bounding box will be returned.
+ * @opt_param string modifiedBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or before this time.
+ * @opt_param string createdBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or before this time.
+ * @return Google_Service_MapsEngine_LayersListResponse
+ */
+ public function listLayers($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_LayersListResponse");
+ }
+ /**
+ * Mutate a layer asset. (layers.patch)
+ *
+ * @param string $id
+ * The ID of the layer.
+ * @param Google_Layer $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function patch($id, Google_Service_MapsEngine_Layer $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params));
+ }
+ /**
+ * Process a layer asset. (layers.process)
+ *
+ * @param string $id
+ * The ID of the layer.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_ProcessResponse
+ */
+ public function process($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
+ }
+ /**
+ * Publish a layer asset. (layers.publish)
+ *
+ * @param string $id
+ * The ID of the layer.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PublishResponse
+ */
+ public function publish($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params), "Google_Service_MapsEngine_PublishResponse");
+ }
+ /**
+ * Unpublish a layer asset. (layers.unpublish)
+ *
+ * @param string $id
+ * The ID of the layer.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PublishResponse
+ */
+ public function unpublish($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('unpublish', array($params), "Google_Service_MapsEngine_PublishResponse");
+ }
+}
+
+/**
+ * The "parents" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $parents = $mapsengineService->parents;
+ *
+ */
+class Google_Service_MapsEngine_LayersParents_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return all parent ids of the specified layer. (parents.listLayersParents)
+ *
+ * @param string $id
+ * The ID of the layer whose parents will be listed.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 50.
+ * @return Google_Service_MapsEngine_ParentsListResponse
+ */
+ public function listLayersParents($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
+ }
+}
+
+/**
+ * The "maps" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $maps = $mapsengineService->maps;
+ *
+ */
+class Google_Service_MapsEngine_Maps_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Create a map asset. (maps.create)
+ *
+ * @param Google_Map $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_Map
+ */
+ public function create(Google_Service_MapsEngine_Map $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_MapsEngine_Map");
+ }
+ /**
+ * Delete a map. (maps.delete)
+ *
+ * @param string $id
+ * The ID of the map. Only the map creator or project owner are permitted to delete. If the map is
+ * published the request will fail. Unpublish the map prior to deleting.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Return metadata for a particular map. (maps.get)
+ *
+ * @param string $id
+ * The ID of the map.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string version
+ *
+ * @return Google_Service_MapsEngine_Map
+ */
+ public function get($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_MapsEngine_Map");
+ }
+ /**
+ * Return all maps readable by the current user. (maps.listMaps)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string modifiedAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or after this time.
+ * @opt_param string createdAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or after this time.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string projectId
+ * The ID of a Maps Engine project, used to filter the response. To list all available projects
+ * with their IDs, send a Projects: list request. You can also find your project ID as the value of
+ * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail
+ * An email address representing a user. Returned assets that have been created by the user
+ * associated with the provided email address.
+ * @opt_param string bbox
+ * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
+ * bounding box will be returned.
+ * @opt_param string modifiedBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or before this time.
+ * @opt_param string createdBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or before this time.
+ * @return Google_Service_MapsEngine_MapsListResponse
+ */
+ public function listMaps($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_MapsListResponse");
+ }
+ /**
+ * Mutate a map asset. (maps.patch)
+ *
+ * @param string $id
+ * The ID of the map.
+ * @param Google_Map $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function patch($id, Google_Service_MapsEngine_Map $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params));
+ }
+ /**
+ * Publish a map asset. (maps.publish)
+ *
+ * @param string $id
+ * The ID of the map.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PublishResponse
+ */
+ public function publish($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params), "Google_Service_MapsEngine_PublishResponse");
+ }
+ /**
+ * Unpublish a map asset. (maps.unpublish)
+ *
+ * @param string $id
+ * The ID of the map.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PublishResponse
+ */
+ public function unpublish($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('unpublish', array($params), "Google_Service_MapsEngine_PublishResponse");
+ }
+}
+
+/**
+ * The "projects" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $projects = $mapsengineService->projects;
+ *
+ */
+class Google_Service_MapsEngine_Projects_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return all projects readable by the current user. (projects.listProjects)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_ProjectsListResponse
+ */
+ public function listProjects($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_ProjectsListResponse");
+ }
+}
+
+/**
+ * The "rasterCollections" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $rasterCollections = $mapsengineService->rasterCollections;
+ *
+ */
+class Google_Service_MapsEngine_RasterCollections_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Cancel processing on a raster collection asset.
+ * (rasterCollections.cancelProcessing)
+ *
+ * @param string $id
+ * The ID of the raster collection.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_ProcessResponse
+ */
+ public function cancelProcessing($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('cancelProcessing', array($params), "Google_Service_MapsEngine_ProcessResponse");
+ }
+ /**
+ * Create a raster collection asset. (rasterCollections.create)
+ *
+ * @param Google_RasterCollection $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_RasterCollection
+ */
+ public function create(Google_Service_MapsEngine_RasterCollection $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_MapsEngine_RasterCollection");
+ }
+ /**
+ * Delete a raster collection. (rasterCollections.delete)
+ *
+ * @param string $id
+ * The ID of the raster collection. Only the raster collection creator or project owner are
+ * permitted to delete. If the rastor collection is included in a layer, the request will fail.
+ * Remove the raster collection from all layers prior to deleting.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Return metadata for a particular raster collection. (rasterCollections.get)
+ *
+ * @param string $id
+ * The ID of the raster collection.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_RasterCollection
+ */
+ public function get($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_MapsEngine_RasterCollection");
+ }
+ /**
+ * Return all raster collections readable by the current user.
+ * (rasterCollections.listRasterCollections)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string modifiedAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or after this time.
+ * @opt_param string createdAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or after this time.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string projectId
+ * The ID of a Maps Engine project, used to filter the response. To list all available projects
+ * with their IDs, send a Projects: list request. You can also find your project ID as the value of
+ * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail
+ * An email address representing a user. Returned assets that have been created by the user
+ * associated with the provided email address.
+ * @opt_param string bbox
+ * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
+ * bounding box will be returned.
+ * @opt_param string modifiedBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or before this time.
+ * @opt_param string createdBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or before this time.
+ * @return Google_Service_MapsEngine_RasterCollectionsListResponse
+ */
+ public function listRasterCollections($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_RasterCollectionsListResponse");
+ }
+ /**
+ * Mutate a raster collection asset. (rasterCollections.patch)
+ *
+ * @param string $id
+ * The ID of the raster collection.
+ * @param Google_RasterCollection $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function patch($id, Google_Service_MapsEngine_RasterCollection $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params));
+ }
+ /**
+ * Process a raster collection asset. (rasterCollections.process)
+ *
+ * @param string $id
+ * The ID of the raster collection.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_ProcessResponse
+ */
+ public function process($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
+ }
+}
+
+/**
+ * The "parents" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $parents = $mapsengineService->parents;
+ *
+ */
+class Google_Service_MapsEngine_RasterCollectionsParents_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return all parent ids of the specified raster collection.
+ * (parents.listRasterCollectionsParents)
+ *
+ * @param string $id
+ * The ID of the raster collection whose parents will be listed.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 50.
+ * @return Google_Service_MapsEngine_ParentsListResponse
+ */
+ public function listRasterCollectionsParents($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
+ }
+}
+/**
+ * The "rasters" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $rasters = $mapsengineService->rasters;
+ *
+ */
+class Google_Service_MapsEngine_RasterCollectionsRasters_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove rasters from an existing raster collection.
+ *
+ * Up to 50 rasters can be included in a single batchDelete request. Each
+ * batchDelete request is atomic. (rasters.batchDelete)
+ *
+ * @param string $id
+ * The ID of the raster collection to which these rasters belong.
+ * @param Google_RasterCollectionsRasterBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse");
+ }
+ /**
+ * Add rasters to an existing raster collection. Rasters must be successfully
+ * processed in order to be added to a raster collection.
+ *
+ * Up to 50 rasters can be included in a single batchInsert request. Each
+ * batchInsert request is atomic. (rasters.batchInsert)
+ *
+ * @param string $id
+ * The ID of the raster collection to which these rasters belong.
+ * @param Google_RasterCollectionsRastersBatchInsertRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse
+ */
+ public function batchInsert($id, Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchInsert', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse");
+ }
+ /**
+ * Return all rasters within a raster collection.
+ * (rasters.listRasterCollectionsRasters)
+ *
+ * @param string $id
+ * The ID of the raster collection to which these rasters belong.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string modifiedAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or after this time.
+ * @opt_param string createdAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or after this time.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail
+ * An email address representing a user. Returned assets that have been created by the user
+ * associated with the provided email address.
+ * @opt_param string bbox
+ * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
+ * bounding box will be returned.
+ * @opt_param string modifiedBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or before this time.
+ * @opt_param string createdBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or before this time.
+ * @return Google_Service_MapsEngine_RasterCollectionsRastersListResponse
+ */
+ public function listRasterCollectionsRasters($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersListResponse");
+ }
+}
+
+/**
+ * The "rasters" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $rasters = $mapsengineService->rasters;
+ *
+ */
+class Google_Service_MapsEngine_Rasters_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete a raster. (rasters.delete)
+ *
+ * @param string $id
+ * The ID of the raster. Only the raster creator or project owner are permitted to delete. If the
+ * raster is included in a layer or mosaic, the request will fail. Remove it from all parents prior
+ * to deleting.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Return metadata for a single raster. (rasters.get)
+ *
+ * @param string $id
+ * The ID of the raster.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_Raster
+ */
+ public function get($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_MapsEngine_Raster");
+ }
+ /**
+ * Mutate a raster asset. (rasters.patch)
+ *
+ * @param string $id
+ * The ID of the raster.
+ * @param Google_Raster $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function patch($id, Google_Service_MapsEngine_Raster $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params));
+ }
+ /**
+ * Create a skeleton raster asset for upload. (rasters.upload)
+ *
+ * @param Google_Raster $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_Raster
+ */
+ public function upload(Google_Service_MapsEngine_Raster $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('upload', array($params), "Google_Service_MapsEngine_Raster");
+ }
+}
+
+/**
+ * The "files" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $files = $mapsengineService->files;
+ *
+ */
+class Google_Service_MapsEngine_RastersFiles_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Upload a file to a raster asset. (files.insert)
+ *
+ * @param string $id
+ * The ID of the raster asset.
+ * @param string $filename
+ * The file name of this uploaded file.
+ * @param array $optParams Optional parameters.
+ */
+ public function insert($id, $filename, $optParams = array())
+ {
+ $params = array('id' => $id, 'filename' => $filename);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params));
+ }
+}
+/**
+ * The "parents" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $parents = $mapsengineService->parents;
+ *
+ */
+class Google_Service_MapsEngine_RastersParents_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return all parent ids of the specified rasters. (parents.listRastersParents)
+ *
+ * @param string $id
+ * The ID of the rasters whose parents will be listed.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 50.
+ * @return Google_Service_MapsEngine_ParentsListResponse
+ */
+ public function listRastersParents($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
+ }
+}
+
+/**
+ * The "tables" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $tables = $mapsengineService->tables;
+ *
+ */
+class Google_Service_MapsEngine_Tables_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Create a table asset. (tables.create)
+ *
+ * @param Google_Table $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_Table
+ */
+ public function create(Google_Service_MapsEngine_Table $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_MapsEngine_Table");
+ }
+ /**
+ * Delete a table. (tables.delete)
+ *
+ * @param string $id
+ * The ID of the table. Only the table creator or project owner are permitted to delete. If the
+ * table is included in a layer, the request will fail. Remove it from all layers prior to
+ * deleting.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Return metadata for a particular table, including the schema. (tables.get)
+ *
+ * @param string $id
+ * The ID of the table.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string version
+ *
+ * @return Google_Service_MapsEngine_Table
+ */
+ public function get($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_MapsEngine_Table");
+ }
+ /**
+ * Return all tables readable by the current user. (tables.listTables)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string modifiedAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or after this time.
+ * @opt_param string createdAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or after this time.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string projectId
+ * The ID of a Maps Engine project, used to filter the response. To list all available projects
+ * with their IDs, send a Projects: list request. You can also find your project ID as the value of
+ * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail
+ * An email address representing a user. Returned assets that have been created by the user
+ * associated with the provided email address.
+ * @opt_param string bbox
+ * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
+ * bounding box will be returned.
+ * @opt_param string modifiedBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or before this time.
+ * @opt_param string createdBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or before this time.
+ * @return Google_Service_MapsEngine_TablesListResponse
+ */
+ public function listTables($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_TablesListResponse");
+ }
+ /**
+ * Mutate a table asset. (tables.patch)
+ *
+ * @param string $id
+ * The ID of the table.
+ * @param Google_Table $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function patch($id, Google_Service_MapsEngine_Table $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params));
+ }
+ /**
+ * Create a placeholder table asset to which table files can be uploaded. Once
+ * the placeholder has been created, files are uploaded to the
+ * https://www.googleapis.com/upload/mapsengine/v1/tables/table_id/files
+ * endpoint. See Table Upload in the Developer's Guide or Table.files: insert in
+ * the reference documentation for more information. (tables.upload)
+ *
+ * @param Google_Table $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_Table
+ */
+ public function upload(Google_Service_MapsEngine_Table $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('upload', array($params), "Google_Service_MapsEngine_Table");
+ }
+}
+
+/**
+ * The "features" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $features = $mapsengineService->features;
+ *
+ */
+class Google_Service_MapsEngine_TablesFeatures_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete all features matching the given IDs. (features.batchDelete)
+ *
+ * @param string $id
+ * The ID of the table that contains the features to be deleted.
+ * @param Google_FeaturesBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_FeaturesBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params));
+ }
+ /**
+ * Append features to an existing table.
+ *
+ * A single batchInsert request can create:
+ *
+ * - Up to 50 features. - A combined total of 10 000 vertices. Feature limits
+ * are documented in the Supported data formats and limits article of the Google
+ * Maps Engine help center. Note that free and paid accounts have different
+ * limits.
+ *
+ * For more information about inserting features, read Creating features in the
+ * Google Maps Engine developer's guide. (features.batchInsert)
+ *
+ * @param string $id
+ * The ID of the table to append the features to.
+ * @param Google_FeaturesBatchInsertRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function batchInsert($id, Google_Service_MapsEngine_FeaturesBatchInsertRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchInsert', array($params));
+ }
+ /**
+ * Update the supplied features.
+ *
+ * A single batchPatch request can update:
+ *
+ * - Up to 50 features. - A combined total of 10 000 vertices. Feature limits
+ * are documented in the Supported data formats and limits article of the Google
+ * Maps Engine help center. Note that free and paid accounts have different
+ * limits.
+ *
+ * Feature updates use HTTP PATCH semantics:
+ *
+ * - A supplied value replaces an existing value (if any) in that field. -
+ * Omitted fields remain unchanged. - Complex values in geometries and
+ * properties must be replaced as atomic units. For example, providing just the
+ * coordinates of a geometry is not allowed; the complete geometry, including
+ * type, must be supplied. - Setting a property's value to null deletes that
+ * property. For more information about updating features, read Updating
+ * features in the Google Maps Engine developer's guide. (features.batchPatch)
+ *
+ * @param string $id
+ * The ID of the table containing the features to be patched.
+ * @param Google_FeaturesBatchPatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ */
+ public function batchPatch($id, Google_Service_MapsEngine_FeaturesBatchPatchRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchPatch', array($params));
+ }
+ /**
+ * Return a single feature, given its ID. (features.get)
+ *
+ * @param string $tableId
+ * The ID of the table.
+ * @param string $id
+ * The ID of the feature to get.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string version
+ * The table version to access. See Accessing Public Data for information.
+ * @opt_param string select
+ * A SQL-like projection clause used to specify returned properties. If this parameter is not
+ * included, all properties are returned.
+ * @return Google_Service_MapsEngine_Feature
+ */
+ public function get($tableId, $id, $optParams = array())
+ {
+ $params = array('tableId' => $tableId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_MapsEngine_Feature");
+ }
+ /**
+ * Return all features readable by the current user.
+ * (features.listTablesFeatures)
+ *
+ * @param string $id
+ * The ID of the table to which these features belong.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string orderBy
+ * An SQL-like order by clause used to sort results. If this parameter is not included, the order
+ * of features is undefined.
+ * @opt_param string intersects
+ * A geometry literal that specifies the spatial restriction of the query.
+ * @opt_param string maxResults
+ * The maximum number of items to include in the response, used for paging. The maximum supported
+ * value is 1000.
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string version
+ * The table version to access. See Accessing Public Data for information.
+ * @opt_param string limit
+ * The total number of features to return from the query, irrespective of the number of pages.
+ * @opt_param string include
+ * A comma separated list of optional data to include. Optional data available: schema.
+ * @opt_param string where
+ * An SQL-like predicate used to filter results.
+ * @opt_param string select
+ * A SQL-like projection clause used to specify returned properties. If this parameter is not
+ * included, all properties are returned.
+ * @return Google_Service_MapsEngine_FeaturesListResponse
+ */
+ public function listTablesFeatures($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_FeaturesListResponse");
+ }
+}
+/**
+ * The "files" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $files = $mapsengineService->files;
+ *
+ */
+class Google_Service_MapsEngine_TablesFiles_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Upload a file to a placeholder table asset. See Table Upload in the
+ * Developer's Guide for more information. Supported file types are listed in
+ * the Supported data formats and limits article of the Google Maps Engine help
+ * center. (files.insert)
+ *
+ * @param string $id
+ * The ID of the table asset.
+ * @param string $filename
+ * The file name of this uploaded file.
+ * @param array $optParams Optional parameters.
+ */
+ public function insert($id, $filename, $optParams = array())
+ {
+ $params = array('id' => $id, 'filename' => $filename);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params));
+ }
+}
+/**
+ * The "parents" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $parents = $mapsengineService->parents;
+ *
+ */
+class Google_Service_MapsEngine_TablesParents_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return all parent ids of the specified table. (parents.listTablesParents)
+ *
+ * @param string $id
+ * The ID of the table whose parents will be listed.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 50.
+ * @return Google_Service_MapsEngine_ParentsListResponse
+ */
+ public function listTablesParents($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
+ }
+}
+
+
+
+
+class Google_Service_MapsEngine_AcquisitionTime extends Google_Model
+{
+ public $end;
+ public $precision;
+ public $start;
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+
+ public function getEnd()
+ {
+ return $this->end;
+ }
+
+ public function setPrecision($precision)
+ {
+ $this->precision = $precision;
+ }
+
+ public function getPrecision()
+ {
+ return $this->precision;
+ }
+
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
+
+class Google_Service_MapsEngine_Asset extends Google_Collection
+{
+ public $bbox;
+ public $creationTime;
+ public $description;
+ public $etag;
+ public $id;
+ public $lastModifiedTime;
+ public $name;
+ public $projectId;
+ public $resource;
+ public $tags;
+ public $type;
+
+ public function setBbox($bbox)
+ {
+ $this->bbox = $bbox;
+ }
+
+ public function getBbox()
+ {
+ return $this->bbox;
+ }
+
+ public function setCreationTime($creationTime)
+ {
+ $this->creationTime = $creationTime;
+ }
+
+ public function getCreationTime()
+ {
+ return $this->creationTime;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setResource($resource)
+ {
+ $this->resource = $resource;
+ }
+
+ public function getResource()
+ {
+ return $this->resource;
+ }
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
+{
+ protected $assetsType = 'Google_Service_MapsEngine_Asset';
+ protected $assetsDataType = 'array';
+ public $nextPageToken;
+
+ public function setAssets($assets)
+ {
+ $this->assets = $assets;
+ }
+
+ public function getAssets()
+ {
+ return $this->assets;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_MapsEngine_Border extends Google_Model
+{
+ public $color;
+ public $opacity;
+ public $width;
+
+ public function setColor($color)
+ {
+ $this->color = $color;
+ }
+
+ public function getColor()
+ {
+ return $this->color;
+ }
+
+ public function setOpacity($opacity)
+ {
+ $this->opacity = $opacity;
+ }
+
+ public function getOpacity()
+ {
+ return $this->opacity;
+ }
+
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_MapsEngine_Color extends Google_Model
+{
+ public $color;
+ public $opacity;
+
+ public function setColor($color)
+ {
+ $this->color = $color;
+ }
+
+ public function getColor()
+ {
+ return $this->color;
+ }
+
+ public function setOpacity($opacity)
+ {
+ $this->opacity = $opacity;
+ }
+
+ public function getOpacity()
+ {
+ return $this->opacity;
+ }
+}
+
+class Google_Service_MapsEngine_Datasource extends Google_Model
+{
+ public $id;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_MapsEngine_DisplayRule extends Google_Collection
+{
+ protected $filtersType = 'Google_Service_MapsEngine_Filter';
+ protected $filtersDataType = 'array';
+ protected $lineOptionsType = 'Google_Service_MapsEngine_LineStyle';
+ protected $lineOptionsDataType = '';
+ public $name;
+ protected $pointOptionsType = 'Google_Service_MapsEngine_PointStyle';
+ protected $pointOptionsDataType = '';
+ protected $polygonOptionsType = 'Google_Service_MapsEngine_PolygonStyle';
+ protected $polygonOptionsDataType = '';
+ protected $zoomLevelsType = 'Google_Service_MapsEngine_ZoomLevels';
+ protected $zoomLevelsDataType = '';
+
+ public function setFilters($filters)
+ {
+ $this->filters = $filters;
+ }
+
+ public function getFilters()
+ {
+ return $this->filters;
+ }
+
+ public function setLineOptions(Google_Service_MapsEngine_LineStyle $lineOptions)
+ {
+ $this->lineOptions = $lineOptions;
+ }
+
+ public function getLineOptions()
+ {
+ return $this->lineOptions;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPointOptions(Google_Service_MapsEngine_PointStyle $pointOptions)
+ {
+ $this->pointOptions = $pointOptions;
+ }
+
+ public function getPointOptions()
+ {
+ return $this->pointOptions;
+ }
+
+ public function setPolygonOptions(Google_Service_MapsEngine_PolygonStyle $polygonOptions)
+ {
+ $this->polygonOptions = $polygonOptions;
+ }
+
+ public function getPolygonOptions()
+ {
+ return $this->polygonOptions;
+ }
+
+ public function setZoomLevels(Google_Service_MapsEngine_ZoomLevels $zoomLevels)
+ {
+ $this->zoomLevels = $zoomLevels;
+ }
+
+ public function getZoomLevels()
+ {
+ return $this->zoomLevels;
+ }
+}
+
+class Google_Service_MapsEngine_Feature extends Google_Model
+{
+ protected $geometryType = 'Google_Service_MapsEngine_GeoJsonGeometry';
+ protected $geometryDataType = '';
+ public $properties;
+ public $type;
+
+ public function setGeometry(Google_Service_MapsEngine_GeoJsonGeometry $geometry)
+ {
+ $this->geometry = $geometry;
+ }
+
+ public function getGeometry()
+ {
+ return $this->geometry;
+ }
+
+ public function setProperties($properties)
+ {
+ $this->properties = $properties;
+ }
+
+ public function getProperties()
+ {
+ return $this->properties;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_FeatureInfo extends Google_Model
+{
+ public $content;
+
+ public function setContent($content)
+ {
+ $this->content = $content;
+ }
+
+ public function getContent()
+ {
+ return $this->content;
+ }
+}
+
+class Google_Service_MapsEngine_FeaturesBatchDeleteRequest extends Google_Collection
+{
+ public $gxIds;
+ public $primaryKeys;
+
+ public function setGxIds($gxIds)
+ {
+ $this->gxIds = $gxIds;
+ }
+
+ public function getGxIds()
+ {
+ return $this->gxIds;
+ }
+
+ public function setPrimaryKeys($primaryKeys)
+ {
+ $this->primaryKeys = $primaryKeys;
+ }
+
+ public function getPrimaryKeys()
+ {
+ return $this->primaryKeys;
+ }
+}
+
+class Google_Service_MapsEngine_FeaturesBatchInsertRequest extends Google_Collection
+{
+ protected $featuresType = 'Google_Service_MapsEngine_Feature';
+ protected $featuresDataType = 'array';
+
+ public function setFeatures($features)
+ {
+ $this->features = $features;
+ }
+
+ public function getFeatures()
+ {
+ return $this->features;
+ }
+}
+
+class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collection
+{
+ protected $featuresType = 'Google_Service_MapsEngine_Feature';
+ protected $featuresDataType = 'array';
+
+ public function setFeatures($features)
+ {
+ $this->features = $features;
+ }
+
+ public function getFeatures()
+ {
+ return $this->features;
+ }
+}
+
+class Google_Service_MapsEngine_FeaturesListResponse extends Google_Collection
+{
+ public $allowedQueriesPerSecond;
+ protected $featuresType = 'Google_Service_MapsEngine_Feature';
+ protected $featuresDataType = 'array';
+ public $nextPageToken;
+ protected $schemaType = 'Google_Service_MapsEngine_Schema';
+ protected $schemaDataType = '';
+ public $type;
+
+ public function setAllowedQueriesPerSecond($allowedQueriesPerSecond)
+ {
+ $this->allowedQueriesPerSecond = $allowedQueriesPerSecond;
+ }
+
+ public function getAllowedQueriesPerSecond()
+ {
+ return $this->allowedQueriesPerSecond;
+ }
+
+ public function setFeatures($features)
+ {
+ $this->features = $features;
+ }
+
+ public function getFeatures()
+ {
+ return $this->features;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSchema(Google_Service_MapsEngine_Schema $schema)
+ {
+ $this->schema = $schema;
+ }
+
+ public function getSchema()
+ {
+ return $this->schema;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_Filter extends Google_Model
+{
+ public $column;
+ public $operator;
+ public $value;
+
+ public function setColumn($column)
+ {
+ $this->column = $column;
+ }
+
+ public function getColumn()
+ {
+ return $this->column;
+ }
+
+ public function setOperator($operator)
+ {
+ $this->operator = $operator;
+ }
+
+ public function getOperator()
+ {
+ return $this->operator;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonGeometry extends Google_Model
+{
+ public $type;
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonGeometryCollection extends Google_Collection
+{
+ protected $geometriesType = 'Google_Service_MapsEngine_GeoJsonGeometry';
+ protected $geometriesDataType = 'array';
+
+ public function setGeometries($geometries)
+ {
+ $this->geometries = $geometries;
+ }
+
+ public function getGeometries()
+ {
+ return $this->geometries;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonLineString extends Google_Collection
+{
+ public $coordinates;
+
+ public function setCoordinates($coordinates)
+ {
+ $this->coordinates = $coordinates;
+ }
+
+ public function getCoordinates()
+ {
+ return $this->coordinates;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonMultiLineString extends Google_Collection
+{
+ public $coordinates;
+
+ public function setCoordinates($coordinates)
+ {
+ $this->coordinates = $coordinates;
+ }
+
+ public function getCoordinates()
+ {
+ return $this->coordinates;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonMultiPoint extends Google_Collection
+{
+ public $coordinates;
+
+ public function setCoordinates($coordinates)
+ {
+ $this->coordinates = $coordinates;
+ }
+
+ public function getCoordinates()
+ {
+ return $this->coordinates;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonMultiPolygon extends Google_Collection
+{
+ public $coordinates;
+
+ public function setCoordinates($coordinates)
+ {
+ $this->coordinates = $coordinates;
+ }
+
+ public function getCoordinates()
+ {
+ return $this->coordinates;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonPoint extends Google_Collection
+{
+ public $coordinates;
+
+ public function setCoordinates($coordinates)
+ {
+ $this->coordinates = $coordinates;
+ }
+
+ public function getCoordinates()
+ {
+ return $this->coordinates;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonPolygon extends Google_Collection
+{
+ public $coordinates;
+
+ public function setCoordinates($coordinates)
+ {
+ $this->coordinates = $coordinates;
+ }
+
+ public function getCoordinates()
+ {
+ return $this->coordinates;
+ }
+}
+
+class Google_Service_MapsEngine_GeoJsonProperties extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_IconStyle extends Google_Model
+{
+ public $id;
+ public $name;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_MapsEngine_LabelStyle extends Google_Model
+{
+ public $color;
+ public $column;
+ public $fontStyle;
+ public $fontWeight;
+ public $opacity;
+ protected $outlineType = 'Google_Service_MapsEngine_Color';
+ protected $outlineDataType = '';
+ public $size;
+
+ public function setColor($color)
+ {
+ $this->color = $color;
+ }
+
+ public function getColor()
+ {
+ return $this->color;
+ }
+
+ public function setColumn($column)
+ {
+ $this->column = $column;
+ }
+
+ public function getColumn()
+ {
+ return $this->column;
+ }
+
+ public function setFontStyle($fontStyle)
+ {
+ $this->fontStyle = $fontStyle;
+ }
+
+ public function getFontStyle()
+ {
+ return $this->fontStyle;
+ }
+
+ public function setFontWeight($fontWeight)
+ {
+ $this->fontWeight = $fontWeight;
+ }
+
+ public function getFontWeight()
+ {
+ return $this->fontWeight;
+ }
+
+ public function setOpacity($opacity)
+ {
+ $this->opacity = $opacity;
+ }
+
+ public function getOpacity()
+ {
+ return $this->opacity;
+ }
+
+ public function setOutline(Google_Service_MapsEngine_Color $outline)
+ {
+ $this->outline = $outline;
+ }
+
+ public function getOutline()
+ {
+ return $this->outline;
+ }
+
+ public function setSize($size)
+ {
+ $this->size = $size;
+ }
+
+ public function getSize()
+ {
+ return $this->size;
+ }
+}
+
+class Google_Service_MapsEngine_Layer extends Google_Collection
+{
+ public $bbox;
+ public $creationTime;
+ public $datasourceType;
+ protected $datasourcesType = 'Google_Service_MapsEngine_Datasource';
+ protected $datasourcesDataType = 'array';
+ public $description;
+ public $draftAccessList;
+ public $etag;
+ public $id;
+ public $lastModifiedTime;
+ public $name;
+ public $processingStatus;
+ public $projectId;
+ public $publishedAccessList;
+ protected $styleType = 'Google_Service_MapsEngine_VectorStyle';
+ protected $styleDataType = '';
+ public $tags;
+
+ public function setBbox($bbox)
+ {
+ $this->bbox = $bbox;
+ }
+
+ public function getBbox()
+ {
+ return $this->bbox;
+ }
+
+ public function setCreationTime($creationTime)
+ {
+ $this->creationTime = $creationTime;
+ }
+
+ public function getCreationTime()
+ {
+ return $this->creationTime;
+ }
+
+ public function setDatasourceType($datasourceType)
+ {
+ $this->datasourceType = $datasourceType;
+ }
+
+ public function getDatasourceType()
+ {
+ return $this->datasourceType;
+ }
+
+ public function setDatasources(Google_Service_MapsEngine_Datasource $datasources)
+ {
+ $this->datasources = $datasources;
+ }
+
+ public function getDatasources()
+ {
+ return $this->datasources;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDraftAccessList($draftAccessList)
+ {
+ $this->draftAccessList = $draftAccessList;
+ }
+
+ public function getDraftAccessList()
+ {
+ return $this->draftAccessList;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setPublishedAccessList($publishedAccessList)
+ {
+ $this->publishedAccessList = $publishedAccessList;
+ }
+
+ public function getPublishedAccessList()
+ {
+ return $this->publishedAccessList;
+ }
+
+ public function setStyle(Google_Service_MapsEngine_VectorStyle $style)
+ {
+ $this->style = $style;
+ }
+
+ public function getStyle()
+ {
+ return $this->style;
+ }
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
+class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
+{
+ protected $layersType = 'Google_Service_MapsEngine_Layer';
+ protected $layersDataType = 'array';
+ public $nextPageToken;
+
+ public function setLayers($layers)
+ {
+ $this->layers = $layers;
+ }
+
+ public function getLayers()
+ {
+ return $this->layers;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_MapsEngine_LineStyle extends Google_Collection
+{
+ protected $borderType = 'Google_Service_MapsEngine_Border';
+ protected $borderDataType = '';
+ public $dash;
+ protected $labelType = 'Google_Service_MapsEngine_LabelStyle';
+ protected $labelDataType = '';
+ protected $strokeType = 'Google_Service_MapsEngine_LineStyleStroke';
+ protected $strokeDataType = '';
+
+ public function setBorder(Google_Service_MapsEngine_Border $border)
+ {
+ $this->border = $border;
+ }
+
+ public function getBorder()
+ {
+ return $this->border;
+ }
+
+ public function setDash($dash)
+ {
+ $this->dash = $dash;
+ }
+
+ public function getDash()
+ {
+ return $this->dash;
+ }
+
+ public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
+ {
+ $this->label = $label;
+ }
+
+ public function getLabel()
+ {
+ return $this->label;
+ }
+
+ public function setStroke(Google_Service_MapsEngine_LineStyleStroke $stroke)
+ {
+ $this->stroke = $stroke;
+ }
+
+ public function getStroke()
+ {
+ return $this->stroke;
+ }
+}
+
+class Google_Service_MapsEngine_LineStyleStroke extends Google_Model
+{
+ public $color;
+ public $opacity;
+ public $width;
+
+ public function setColor($color)
+ {
+ $this->color = $color;
+ }
+
+ public function getColor()
+ {
+ return $this->color;
+ }
+
+ public function setOpacity($opacity)
+ {
+ $this->opacity = $opacity;
+ }
+
+ public function getOpacity()
+ {
+ return $this->opacity;
+ }
+
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_MapsEngine_Map extends Google_Collection
+{
+ public $bbox;
+ protected $contentsType = 'Google_Service_MapsEngine_MapItem';
+ protected $contentsDataType = '';
+ public $creationTime;
+ public $defaultViewport;
+ public $description;
+ public $draftAccessList;
+ public $etag;
+ public $id;
+ public $lastModifiedTime;
+ public $name;
+ public $processingStatus;
+ public $projectId;
+ public $publishedAccessList;
+ public $tags;
+ public $versions;
+
+ public function setBbox($bbox)
+ {
+ $this->bbox = $bbox;
+ }
+
+ public function getBbox()
+ {
+ return $this->bbox;
+ }
+
+ public function setContents(Google_Service_MapsEngine_MapItem $contents)
+ {
+ $this->contents = $contents;
+ }
+
+ public function getContents()
+ {
+ return $this->contents;
+ }
+
+ public function setCreationTime($creationTime)
+ {
+ $this->creationTime = $creationTime;
+ }
+
+ public function getCreationTime()
+ {
+ return $this->creationTime;
+ }
+
+ public function setDefaultViewport($defaultViewport)
+ {
+ $this->defaultViewport = $defaultViewport;
+ }
+
+ public function getDefaultViewport()
+ {
+ return $this->defaultViewport;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDraftAccessList($draftAccessList)
+ {
+ $this->draftAccessList = $draftAccessList;
+ }
+
+ public function getDraftAccessList()
+ {
+ return $this->draftAccessList;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setPublishedAccessList($publishedAccessList)
+ {
+ $this->publishedAccessList = $publishedAccessList;
+ }
+
+ public function getPublishedAccessList()
+ {
+ return $this->publishedAccessList;
+ }
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+
+ public function setVersions($versions)
+ {
+ $this->versions = $versions;
+ }
+
+ public function getVersions()
+ {
+ return $this->versions;
+ }
+}
+
+class Google_Service_MapsEngine_MapFolder extends Google_Collection
+{
+ protected $contentsType = 'Google_Service_MapsEngine_MapItem';
+ protected $contentsDataType = 'array';
+ public $defaultViewport;
+ public $expandable;
+ public $key;
+ public $name;
+ public $visibility;
+
+ public function setContents($contents)
+ {
+ $this->contents = $contents;
+ }
+
+ public function getContents()
+ {
+ return $this->contents;
+ }
+
+ public function setDefaultViewport($defaultViewport)
+ {
+ $this->defaultViewport = $defaultViewport;
+ }
+
+ public function getDefaultViewport()
+ {
+ return $this->defaultViewport;
+ }
+
+ public function setExpandable($expandable)
+ {
+ $this->expandable = $expandable;
+ }
+
+ public function getExpandable()
+ {
+ return $this->expandable;
+ }
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setVisibility($visibility)
+ {
+ $this->visibility = $visibility;
+ }
+
+ public function getVisibility()
+ {
+ return $this->visibility;
+ }
+}
+
+class Google_Service_MapsEngine_MapItem extends Google_Model
+{
+ public $type;
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_MapKmlLink extends Google_Collection
+{
+ public $defaultViewport;
+ public $kmlUrl;
+ public $name;
+ public $visibility;
+
+ public function setDefaultViewport($defaultViewport)
+ {
+ $this->defaultViewport = $defaultViewport;
+ }
+
+ public function getDefaultViewport()
+ {
+ return $this->defaultViewport;
+ }
+
+ public function setKmlUrl($kmlUrl)
+ {
+ $this->kmlUrl = $kmlUrl;
+ }
+
+ public function getKmlUrl()
+ {
+ return $this->kmlUrl;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setVisibility($visibility)
+ {
+ $this->visibility = $visibility;
+ }
+
+ public function getVisibility()
+ {
+ return $this->visibility;
+ }
+}
+
+class Google_Service_MapsEngine_MapLayer extends Google_Collection
+{
+ public $defaultViewport;
+ public $id;
+ public $key;
+ public $name;
+ public $visibility;
+
+ public function setDefaultViewport($defaultViewport)
+ {
+ $this->defaultViewport = $defaultViewport;
+ }
+
+ public function getDefaultViewport()
+ {
+ return $this->defaultViewport;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setVisibility($visibility)
+ {
+ $this->visibility = $visibility;
+ }
+
+ public function getVisibility()
+ {
+ return $this->visibility;
+ }
+}
+
+class Google_Service_MapsEngine_MapsListResponse extends Google_Collection
+{
+ protected $mapsType = 'Google_Service_MapsEngine_Map';
+ protected $mapsDataType = 'array';
+ public $nextPageToken;
+
+ public function setMaps($maps)
+ {
+ $this->maps = $maps;
+ }
+
+ public function getMaps()
+ {
+ return $this->maps;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_MapsEngine_MapsengineFile extends Google_Model
+{
+ public $filename;
+ public $size;
+ public $uploadStatus;
+
+ public function setFilename($filename)
+ {
+ $this->filename = $filename;
+ }
+
+ public function getFilename()
+ {
+ return $this->filename;
+ }
+
+ public function setSize($size)
+ {
+ $this->size = $size;
+ }
+
+ public function getSize()
+ {
+ return $this->size;
+ }
+
+ public function setUploadStatus($uploadStatus)
+ {
+ $this->uploadStatus = $uploadStatus;
+ }
+
+ public function getUploadStatus()
+ {
+ return $this->uploadStatus;
+ }
+}
+
+class Google_Service_MapsEngine_Parent extends Google_Model
+{
+ public $id;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_MapsEngine_ParentsListResponse extends Google_Collection
+{
+ public $nextPageToken;
+ protected $parentsType = 'Google_Service_MapsEngine_Parent';
+ protected $parentsDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setParents($parents)
+ {
+ $this->parents = $parents;
+ }
+
+ public function getParents()
+ {
+ return $this->parents;
+ }
+}
+
+class Google_Service_MapsEngine_PointStyle extends Google_Model
+{
+ protected $iconType = 'Google_Service_MapsEngine_IconStyle';
+ protected $iconDataType = '';
+ protected $labelType = 'Google_Service_MapsEngine_LabelStyle';
+ protected $labelDataType = '';
+
+ public function setIcon(Google_Service_MapsEngine_IconStyle $icon)
+ {
+ $this->icon = $icon;
+ }
+
+ public function getIcon()
+ {
+ return $this->icon;
+ }
+
+ public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
+ {
+ $this->label = $label;
+ }
+
+ public function getLabel()
+ {
+ return $this->label;
+ }
+}
+
+class Google_Service_MapsEngine_PolygonStyle extends Google_Model
+{
+ protected $fillType = 'Google_Service_MapsEngine_Color';
+ protected $fillDataType = '';
+ protected $strokeType = 'Google_Service_MapsEngine_Border';
+ protected $strokeDataType = '';
+
+ public function setFill(Google_Service_MapsEngine_Color $fill)
+ {
+ $this->fill = $fill;
+ }
+
+ public function getFill()
+ {
+ return $this->fill;
+ }
+
+ public function setStroke(Google_Service_MapsEngine_Border $stroke)
+ {
+ $this->stroke = $stroke;
+ }
+
+ public function getStroke()
+ {
+ return $this->stroke;
+ }
+}
+
+class Google_Service_MapsEngine_ProcessResponse extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_Project extends Google_Model
+{
+ public $id;
+ public $name;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_MapsEngine_ProjectsListResponse extends Google_Collection
+{
+ protected $projectsType = 'Google_Service_MapsEngine_Project';
+ protected $projectsDataType = 'array';
+
+ public function setProjects($projects)
+ {
+ $this->projects = $projects;
+ }
+
+ public function getProjects()
+ {
+ return $this->projects;
+ }
+}
+
+class Google_Service_MapsEngine_PublishResponse extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_Raster extends Google_Collection
+{
+ protected $acquisitionTimeType = 'Google_Service_MapsEngine_AcquisitionTime';
+ protected $acquisitionTimeDataType = '';
+ public $attribution;
+ public $bbox;
+ public $creationTime;
+ public $description;
+ public $draftAccessList;
+ public $etag;
+ protected $filesType = 'Google_Service_MapsEngine_MapsengineFile';
+ protected $filesDataType = 'array';
+ public $id;
+ public $lastModifiedTime;
+ public $maskType;
+ public $name;
+ public $processingStatus;
+ public $projectId;
+ public $rasterType;
+ public $tags;
+
+ public function setAcquisitionTime(Google_Service_MapsEngine_AcquisitionTime $acquisitionTime)
+ {
+ $this->acquisitionTime = $acquisitionTime;
+ }
+
+ public function getAcquisitionTime()
+ {
+ return $this->acquisitionTime;
+ }
+
+ public function setAttribution($attribution)
+ {
+ $this->attribution = $attribution;
+ }
+
+ public function getAttribution()
+ {
+ return $this->attribution;
+ }
+
+ public function setBbox($bbox)
+ {
+ $this->bbox = $bbox;
+ }
+
+ public function getBbox()
+ {
+ return $this->bbox;
+ }
+
+ public function setCreationTime($creationTime)
+ {
+ $this->creationTime = $creationTime;
+ }
+
+ public function getCreationTime()
+ {
+ return $this->creationTime;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDraftAccessList($draftAccessList)
+ {
+ $this->draftAccessList = $draftAccessList;
+ }
+
+ public function getDraftAccessList()
+ {
+ return $this->draftAccessList;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setFiles($files)
+ {
+ $this->files = $files;
+ }
+
+ public function getFiles()
+ {
+ return $this->files;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+
+ public function setMaskType($maskType)
+ {
+ $this->maskType = $maskType;
+ }
+
+ public function getMaskType()
+ {
+ return $this->maskType;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setRasterType($rasterType)
+ {
+ $this->rasterType = $rasterType;
+ }
+
+ public function getRasterType()
+ {
+ return $this->rasterType;
+ }
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
+class Google_Service_MapsEngine_RasterCollection extends Google_Collection
+{
+ public $attribution;
+ public $bbox;
+ public $creationTime;
+ public $description;
+ public $draftAccessList;
+ public $etag;
+ public $id;
+ public $lastModifiedTime;
+ public $mosaic;
+ public $name;
+ public $processingStatus;
+ public $projectId;
+ public $rasterType;
+ public $tags;
+
+ public function setAttribution($attribution)
+ {
+ $this->attribution = $attribution;
+ }
+
+ public function getAttribution()
+ {
+ return $this->attribution;
+ }
+
+ public function setBbox($bbox)
+ {
+ $this->bbox = $bbox;
+ }
+
+ public function getBbox()
+ {
+ return $this->bbox;
+ }
+
+ public function setCreationTime($creationTime)
+ {
+ $this->creationTime = $creationTime;
+ }
+
+ public function getCreationTime()
+ {
+ return $this->creationTime;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDraftAccessList($draftAccessList)
+ {
+ $this->draftAccessList = $draftAccessList;
+ }
+
+ public function getDraftAccessList()
+ {
+ return $this->draftAccessList;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+
+ public function setMosaic($mosaic)
+ {
+ $this->mosaic = $mosaic;
+ }
+
+ public function getMosaic()
+ {
+ return $this->mosaic;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setRasterType($rasterType)
+ {
+ $this->rasterType = $rasterType;
+ }
+
+ public function getRasterType()
+ {
+ return $this->rasterType;
+ }
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
+class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
+{
+ public $nextPageToken;
+ protected $rasterCollectionsType = 'Google_Service_MapsEngine_RasterCollection';
+ protected $rasterCollectionsDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setRasterCollections($rasterCollections)
+ {
+ $this->rasterCollections = $rasterCollections;
+ }
+
+ public function getRasterCollections()
+ {
+ return $this->rasterCollections;
+ }
+}
+
+class Google_Service_MapsEngine_RasterCollectionsRaster extends Google_Collection
+{
+ public $bbox;
+ public $creationTime;
+ public $description;
+ public $id;
+ public $lastModifiedTime;
+ public $name;
+ public $projectId;
+ public $rasterType;
+ public $tags;
+
+ public function setBbox($bbox)
+ {
+ $this->bbox = $bbox;
+ }
+
+ public function getBbox()
+ {
+ return $this->bbox;
+ }
+
+ public function setCreationTime($creationTime)
+ {
+ $this->creationTime = $creationTime;
+ }
+
+ public function getCreationTime()
+ {
+ return $this->creationTime;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setRasterType($rasterType)
+ {
+ $this->rasterType = $rasterType;
+ }
+
+ public function getRasterType()
+ {
+ return $this->rasterType;
+ }
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
+class Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest extends Google_Collection
+{
+ public $ids;
+
+ public function setIds($ids)
+ {
+ $this->ids = $ids;
+ }
+
+ public function getIds()
+ {
+ return $this->ids;
+ }
+}
+
+class Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest extends Google_Collection
+{
+ public $ids;
+
+ public function setIds($ids)
+ {
+ $this->ids = $ids;
+ }
+
+ public function getIds()
+ {
+ return $this->ids;
+ }
+}
+
+class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_RasterCollectionsRastersListResponse extends Google_Collection
+{
+ public $nextPageToken;
+ protected $rastersType = 'Google_Service_MapsEngine_RasterCollectionsRaster';
+ protected $rastersDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setRasters($rasters)
+ {
+ $this->rasters = $rasters;
+ }
+
+ public function getRasters()
+ {
+ return $this->rasters;
+ }
+}
+
+class Google_Service_MapsEngine_Schema extends Google_Collection
+{
+ protected $columnsType = 'Google_Service_MapsEngine_TableColumn';
+ protected $columnsDataType = 'array';
+ public $primaryGeometry;
+ public $primaryKey;
+
+ public function setColumns($columns)
+ {
+ $this->columns = $columns;
+ }
+
+ public function getColumns()
+ {
+ return $this->columns;
+ }
+
+ public function setPrimaryGeometry($primaryGeometry)
+ {
+ $this->primaryGeometry = $primaryGeometry;
+ }
+
+ public function getPrimaryGeometry()
+ {
+ return $this->primaryGeometry;
+ }
+
+ public function setPrimaryKey($primaryKey)
+ {
+ $this->primaryKey = $primaryKey;
+ }
+
+ public function getPrimaryKey()
+ {
+ return $this->primaryKey;
+ }
+}
+
+class Google_Service_MapsEngine_Table extends Google_Collection
+{
+ public $bbox;
+ public $creationTime;
+ public $description;
+ public $draftAccessList;
+ public $etag;
+ protected $filesType = 'Google_Service_MapsEngine_MapsengineFile';
+ protected $filesDataType = 'array';
+ public $id;
+ public $lastModifiedTime;
+ public $name;
+ public $processingStatus;
+ public $projectId;
+ public $publishedAccessList;
+ protected $schemaType = 'Google_Service_MapsEngine_Schema';
+ protected $schemaDataType = '';
+ public $sourceEncoding;
+ public $tags;
+
+ public function setBbox($bbox)
+ {
+ $this->bbox = $bbox;
+ }
+
+ public function getBbox()
+ {
+ return $this->bbox;
+ }
+
+ public function setCreationTime($creationTime)
+ {
+ $this->creationTime = $creationTime;
+ }
+
+ public function getCreationTime()
+ {
+ return $this->creationTime;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDraftAccessList($draftAccessList)
+ {
+ $this->draftAccessList = $draftAccessList;
+ }
+
+ public function getDraftAccessList()
+ {
+ return $this->draftAccessList;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setFiles($files)
+ {
+ $this->files = $files;
+ }
+
+ public function getFiles()
+ {
+ return $this->files;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProcessingStatus($processingStatus)
+ {
+ $this->processingStatus = $processingStatus;
+ }
+
+ public function getProcessingStatus()
+ {
+ return $this->processingStatus;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+
+ public function setPublishedAccessList($publishedAccessList)
+ {
+ $this->publishedAccessList = $publishedAccessList;
+ }
+
+ public function getPublishedAccessList()
+ {
+ return $this->publishedAccessList;
+ }
+
+ public function setSchema(Google_Service_MapsEngine_Schema $schema)
+ {
+ $this->schema = $schema;
+ }
+
+ public function getSchema()
+ {
+ return $this->schema;
+ }
+
+ public function setSourceEncoding($sourceEncoding)
+ {
+ $this->sourceEncoding = $sourceEncoding;
+ }
+
+ public function getSourceEncoding()
+ {
+ return $this->sourceEncoding;
+ }
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
+class Google_Service_MapsEngine_TableColumn extends Google_Model
+{
+ public $name;
+ public $type;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_TablesListResponse extends Google_Collection
+{
+ public $nextPageToken;
+ protected $tablesType = 'Google_Service_MapsEngine_Table';
+ protected $tablesDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setTables($tables)
+ {
+ $this->tables = $tables;
+ }
+
+ public function getTables()
+ {
+ return $this->tables;
+ }
+}
+
+class Google_Service_MapsEngine_VectorStyle extends Google_Collection
+{
+ protected $displayRulesType = 'Google_Service_MapsEngine_DisplayRule';
+ protected $displayRulesDataType = 'array';
+ protected $featureInfoType = 'Google_Service_MapsEngine_FeatureInfo';
+ protected $featureInfoDataType = '';
+ public $type;
+
+ public function setDisplayRules($displayRules)
+ {
+ $this->displayRules = $displayRules;
+ }
+
+ public function getDisplayRules()
+ {
+ return $this->displayRules;
+ }
+
+ public function setFeatureInfo(Google_Service_MapsEngine_FeatureInfo $featureInfo)
+ {
+ $this->featureInfo = $featureInfo;
+ }
+
+ public function getFeatureInfo()
+ {
+ return $this->featureInfo;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_ZoomLevels extends Google_Model
+{
+ public $max;
+ public $min;
+
+ public function setMax($max)
+ {
+ $this->max = $max;
+ }
+
+ public function getMax()
+ {
+ return $this->max;
+ }
+
+ public function setMin($min)
+ {
+ $this->min = $min;
+ }
+
+ public function getMin()
+ {
+ return $this->min;
+ }
+}
From 6a19712f0bac10753310e2064facd084d7c0f8e0 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 6 Aug 2014 01:06:14 -0700
Subject: [PATCH 0099/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 212 ++++++++++++++++++++++++++++++++
1 file changed, 212 insertions(+)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 958850791..b568ca9d7 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -47,6 +47,7 @@ class Google_Service_Genomics extends Google_Service
public $jobs;
public $reads;
public $readsets;
+ public $readsets_coveragebuckets;
public $variants;
@@ -357,6 +358,50 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->readsets_coveragebuckets = new Google_Service_Genomics_ReadsetsCoveragebuckets_Resource(
+ $this,
+ $this->serviceName,
+ 'coveragebuckets',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'readsets/{readsetId}/coveragebuckets',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'readsetId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'range.sequenceStart' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'range.sequenceName' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'targetBucketWidth' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'range.sequenceEnd' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->variants = new Google_Service_Genomics_Variants_Resource(
$this,
$this->serviceName,
@@ -935,6 +980,60 @@ public function update($readsetId, Google_Service_Genomics_Readset $postBody, $o
}
}
+/**
+ * The "coveragebuckets" collection of methods.
+ * Typical usage is:
+ *
+ * $genomicsService = new Google_Service_Genomics(...);
+ * $coveragebuckets = $genomicsService->coveragebuckets;
+ *
+ */
+class Google_Service_Genomics_ReadsetsCoveragebuckets_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Lists fixed width coverage buckets for a readset, each of which correspond to
+ * a range of a reference sequence. Each bucket summarizes coverage information
+ * across its corresponding genomic range. Coverage is defined as the number of
+ * reads which are aligned to a given base in the reference sequence. Coverage
+ * buckets are available at various bucket widths, enabling various coverage
+ * "zoom levels". The caller must have READ permissions for the target readset.
+ * (coveragebuckets.listReadsetsCoveragebuckets)
+ *
+ * @param string $readsetId
+ * Required. The ID of the readset over which coverage is requested.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string range.sequenceStart
+ * The start position of the range on the reference, 1-based inclusive. If specified, sequenceName
+ * must also be specified.
+ * @opt_param string maxResults
+ * The maximum number of results to return in a single page. If unspecified, defaults to 1024. The
+ * maximum value is 2048.
+ * @opt_param string range.sequenceName
+ * The reference sequence name, for example "chr1", "1", or "chrX".
+ * @opt_param string pageToken
+ * The continuation token, which is used to page through large result sets. To get the next page of
+ * results, set this parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string targetBucketWidth
+ * The desired width of each reported coverage bucket in base pairs. This will be rounded down to
+ * the nearest precomputed bucket width; the value of which is returned as bucket_width in the
+ * response. Defaults to infinity (each bucket spans an entire reference sequence) or the length of
+ * the target range, if specified. The smallest precomputed bucket_width is currently 2048 base
+ * pairs; this is subject to change.
+ * @opt_param string range.sequenceEnd
+ * The end position of the range on the reference, 1-based exclusive. If specified, sequenceName
+ * must also be specified.
+ * @return Google_Service_Genomics_ListCoverageBucketsResponse
+ */
+ public function listReadsetsCoveragebuckets($readsetId, $optParams = array())
+ {
+ $params = array('readsetId' => $readsetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Genomics_ListCoverageBucketsResponse");
+ }
+}
+
/**
* The "variants" collection of methods.
* Typical usage is:
@@ -1256,6 +1355,33 @@ public function getUpperBound()
}
}
+class Google_Service_Genomics_CoverageBucket extends Google_Model
+{
+ public $meanCoverage;
+ protected $rangeType = 'Google_Service_Genomics_GenomicRange';
+ protected $rangeDataType = '';
+
+ public function setMeanCoverage($meanCoverage)
+ {
+ $this->meanCoverage = $meanCoverage;
+ }
+
+ public function getMeanCoverage()
+ {
+ return $this->meanCoverage;
+ }
+
+ public function setRange(Google_Service_Genomics_GenomicRange $range)
+ {
+ $this->range = $range;
+ }
+
+ public function getRange()
+ {
+ return $this->range;
+ }
+}
+
class Google_Service_Genomics_Dataset extends Google_Model
{
public $id;
@@ -1526,6 +1652,43 @@ public function getJobId()
}
}
+class Google_Service_Genomics_GenomicRange extends Google_Model
+{
+ public $sequenceEnd;
+ public $sequenceName;
+ public $sequenceStart;
+
+ public function setSequenceEnd($sequenceEnd)
+ {
+ $this->sequenceEnd = $sequenceEnd;
+ }
+
+ public function getSequenceEnd()
+ {
+ return $this->sequenceEnd;
+ }
+
+ public function setSequenceName($sequenceName)
+ {
+ $this->sequenceName = $sequenceName;
+ }
+
+ public function getSequenceName()
+ {
+ return $this->sequenceName;
+ }
+
+ public function setSequenceStart($sequenceStart)
+ {
+ $this->sequenceStart = $sequenceStart;
+ }
+
+ public function getSequenceStart()
+ {
+ return $this->sequenceStart;
+ }
+}
+
class Google_Service_Genomics_GetVariantsSummaryResponse extends Google_Collection
{
protected $contigBoundsType = 'Google_Service_Genomics_ContigBound';
@@ -1584,6 +1747,7 @@ class Google_Service_Genomics_HeaderSection extends Google_Collection
{
public $comments;
public $fileUri;
+ public $filename;
protected $headersType = 'Google_Service_Genomics_Header';
protected $headersDataType = 'array';
protected $programsType = 'Google_Service_Genomics_Program';
@@ -1613,6 +1777,16 @@ public function getFileUri()
return $this->fileUri;
}
+ public function setFilename($filename)
+ {
+ $this->filename = $filename;
+ }
+
+ public function getFilename()
+ {
+ return $this->filename;
+ }
+
public function setHeaders($headers)
{
$this->headers = $headers;
@@ -1828,6 +2002,44 @@ public function getWarnings()
}
}
+class Google_Service_Genomics_ListCoverageBucketsResponse extends Google_Collection
+{
+ public $bucketWidth;
+ protected $coverageBucketsType = 'Google_Service_Genomics_CoverageBucket';
+ protected $coverageBucketsDataType = 'array';
+ public $nextPageToken;
+
+ public function setBucketWidth($bucketWidth)
+ {
+ $this->bucketWidth = $bucketWidth;
+ }
+
+ public function getBucketWidth()
+ {
+ return $this->bucketWidth;
+ }
+
+ public function setCoverageBuckets($coverageBuckets)
+ {
+ $this->coverageBuckets = $coverageBuckets;
+ }
+
+ public function getCoverageBuckets()
+ {
+ return $this->coverageBuckets;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
class Google_Service_Genomics_ListDatasetsResponse extends Google_Collection
{
protected $datasetsType = 'Google_Service_Genomics_Dataset';
From e0d22f40d135c210bf3cf5f098088413a6d966cf Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 8 Aug 2014 01:07:54 -0700
Subject: [PATCH 0100/1274] Updated Compute.php
---
src/Google/Service/Compute.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index 0d21c71b4..4d704e4cb 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -6150,6 +6150,7 @@ class Google_Service_Compute_BackendService extends Google_Collection
public $kind;
public $name;
public $port;
+ public $portName;
public $protocol;
public $selfLink;
public $timeoutSec;
@@ -6244,6 +6245,16 @@ public function getPort()
return $this->port;
}
+ public function setPortName($portName)
+ {
+ $this->portName = $portName;
+ }
+
+ public function getPortName()
+ {
+ return $this->portName;
+ }
+
public function setProtocol($protocol)
{
$this->protocol = $protocol;
From 53cf94c87fe6a7c11711c126bb5fb08fd5ecc306 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 8 Aug 2014 01:07:54 -0700
Subject: [PATCH 0101/1274] Updated Fusiontables.php
---
src/Google/Service/Fusiontables.php | 236 ++++++++++++++++++++++++++++
1 file changed, 236 insertions(+)
diff --git a/src/Google/Service/Fusiontables.php b/src/Google/Service/Fusiontables.php
index c9b64e5c1..ffa01bd10 100644
--- a/src/Google/Service/Fusiontables.php
+++ b/src/Google/Service/Fusiontables.php
@@ -40,6 +40,7 @@ class Google_Service_Fusiontables extends Google_Service
public $query;
public $style;
public $table;
+ public $task;
public $template;
@@ -434,6 +435,68 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->task = new Google_Service_Fusiontables_Task_Resource(
+ $this,
+ $this->serviceName,
+ 'task',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'tables/{tableId}/tasks/{taskId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'tableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'taskId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'tables/{tableId}/tasks/{taskId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'tableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'taskId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'tables/{tableId}/tasks',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'tableId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'startIndex' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->template = new Google_Service_Fusiontables_Template_Resource(
$this,
$this->serviceName,
@@ -998,6 +1061,71 @@ public function update($tableId, Google_Service_Fusiontables_Table $postBody, $o
}
}
+/**
+ * The "task" collection of methods.
+ * Typical usage is:
+ *
+ * $fusiontablesService = new Google_Service_Fusiontables(...);
+ * $task = $fusiontablesService->task;
+ *
+ */
+class Google_Service_Fusiontables_Task_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the task, unless already started. (task.delete)
+ *
+ * @param string $tableId
+ * Table from which the task is being deleted.
+ * @param string $taskId
+ *
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($tableId, $taskId, $optParams = array())
+ {
+ $params = array('tableId' => $tableId, 'taskId' => $taskId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieves a specific task by its id. (task.get)
+ *
+ * @param string $tableId
+ * Table to which the task belongs.
+ * @param string $taskId
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Fusiontables_Task
+ */
+ public function get($tableId, $taskId, $optParams = array())
+ {
+ $params = array('tableId' => $tableId, 'taskId' => $taskId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Fusiontables_Task");
+ }
+ /**
+ * Retrieves a list of tasks. (task.listTask)
+ *
+ * @param string $tableId
+ * Table whose tasks are being listed.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ *
+ * @opt_param string startIndex
+ *
+ * @opt_param string maxResults
+ * Maximum number of columns to return. Optional. Default is 5.
+ * @return Google_Service_Fusiontables_TaskList
+ */
+ public function listTask($tableId, $optParams = array())
+ {
+ $params = array('tableId' => $tableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Fusiontables_TaskList");
+ }
+}
+
/**
* The "template" collection of methods.
* Typical usage is:
@@ -2102,6 +2230,114 @@ public function getNextPageToken()
}
}
+class Google_Service_Fusiontables_Task extends Google_Model
+{
+ public $kind;
+ public $progress;
+ public $started;
+ public $taskId;
+ public $type;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setProgress($progress)
+ {
+ $this->progress = $progress;
+ }
+
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+
+ public function setStarted($started)
+ {
+ $this->started = $started;
+ }
+
+ public function getStarted()
+ {
+ return $this->started;
+ }
+
+ public function setTaskId($taskId)
+ {
+ $this->taskId = $taskId;
+ }
+
+ public function getTaskId()
+ {
+ return $this->taskId;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Fusiontables_TaskList extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_Fusiontables_Task';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $totalItems;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setTotalItems($totalItems)
+ {
+ $this->totalItems = $totalItems;
+ }
+
+ public function getTotalItems()
+ {
+ return $this->totalItems;
+ }
+}
+
class Google_Service_Fusiontables_Template extends Google_Collection
{
public $automaticColumnNames;
From 04d19e7238b3198014e4cc36690e567e650d1015 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 8 Aug 2014 01:07:55 -0700
Subject: [PATCH 0102/1274] Updated ShoppingContent.php
---
src/Google/Service/ShoppingContent.php | 34 +++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 5780318b9..09e89565f 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -1532,7 +1532,8 @@ class Google_Service_ShoppingContent_AccountShippingCondition extends Google_Mod
{
public $deliveryLocationGroup;
public $deliveryLocationId;
- public $deliveryPostalCode;
+ protected $deliveryPostalCodeType = 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange';
+ protected $deliveryPostalCodeDataType = '';
protected $priceMaxType = 'Google_Service_ShoppingContent_Price';
protected $priceMaxDataType = '';
public $shippingLabel;
@@ -1559,7 +1560,7 @@ public function getDeliveryLocationId()
return $this->deliveryLocationId;
}
- public function setDeliveryPostalCode($deliveryPostalCode)
+ public function setDeliveryPostalCode(Google_Service_ShoppingContent_AccountShippingPostalCodeRange $deliveryPostalCode)
{
$this->deliveryPostalCode = $deliveryPostalCode;
}
@@ -1605,7 +1606,8 @@ class Google_Service_ShoppingContent_AccountShippingLocationGroup extends Google
public $country;
public $locationIds;
public $name;
- public $postalCodes;
+ protected $postalCodesType = 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange';
+ protected $postalCodesDataType = 'array';
public function setCountry($country)
{
@@ -1648,6 +1650,32 @@ public function getPostalCodes()
}
}
+class Google_Service_ShoppingContent_AccountShippingPostalCodeRange extends Google_Model
+{
+ public $end;
+ public $start;
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+
+ public function getEnd()
+ {
+ return $this->end;
+ }
+
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
+
class Google_Service_ShoppingContent_AccountShippingRateTable extends Google_Collection
{
protected $contentsType = 'Google_Service_ShoppingContent_AccountShippingRateTableCell';
From a3b552de85e652fb6836503e428d76edda726987 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 8 Aug 2014 01:07:55 -0700
Subject: [PATCH 0103/1274] Updated AdExchangeBuyer.php
---
src/Google/Service/AdExchangeBuyer.php | 143 ++++++++++++++++++++++++-
1 file changed, 142 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/AdExchangeBuyer.php b/src/Google/Service/AdExchangeBuyer.php
index afb05a2f4..533b9b2fd 100644
--- a/src/Google/Service/AdExchangeBuyer.php
+++ b/src/Google/Service/AdExchangeBuyer.php
@@ -19,7 +19,7 @@
* Service definition for AdExchangeBuyer (v1.3).
*
*
- * Lets you manage your Ad Exchange Buyer account.
+ * Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.
*
*
*
@@ -35,6 +35,7 @@ class Google_Service_AdExchangeBuyer extends Google_Service
const ADEXCHANGE_BUYER = "https://www.googleapis.com/auth/adexchange.buyer";
public $accounts;
+ public $billingInfo;
public $creatives;
public $directDeals;
public $performanceReport;
@@ -97,6 +98,30 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->billingInfo = new Google_Service_AdExchangeBuyer_BillingInfo_Resource(
+ $this,
+ $this->serviceName,
+ 'billingInfo',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'billinginfo/{accountId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'integer',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'billinginfo',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(),
+ ),
+ )
+ )
+ );
$this->creatives = new Google_Service_AdExchangeBuyer_Creatives_Resource(
$this,
$this->serviceName,
@@ -379,6 +404,47 @@ public function update($id, Google_Service_AdExchangeBuyer_Account $postBody, $o
}
}
+/**
+ * The "billingInfo" collection of methods.
+ * Typical usage is:
+ *
+ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...);
+ * $billingInfo = $adexchangebuyerService->billingInfo;
+ *
+ */
+class Google_Service_AdExchangeBuyer_BillingInfo_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Returns the billing information for one account specified by account ID.
+ * (billingInfo.get)
+ *
+ * @param int $accountId
+ * The account id.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_BillingInfo
+ */
+ public function get($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_BillingInfo");
+ }
+ /**
+ * Retrieves a list of billing information for all accounts of the authenticated
+ * user. (billingInfo.listBillingInfo)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_BillingInfoList
+ */
+ public function listBillingInfo($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_BillingInfoList");
+ }
+}
+
/**
* The "creatives" collection of methods.
* Typical usage is:
@@ -772,6 +838,81 @@ public function getKind()
}
}
+class Google_Service_AdExchangeBuyer_BillingInfo extends Google_Collection
+{
+ public $accountId;
+ public $accountName;
+ public $billingId;
+ public $kind;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setAccountName($accountName)
+ {
+ $this->accountName = $accountName;
+ }
+
+ public function getAccountName()
+ {
+ return $this->accountName;
+ }
+
+ public function setBillingId($billingId)
+ {
+ $this->billingId = $billingId;
+ }
+
+ public function getBillingId()
+ {
+ return $this->billingId;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AdExchangeBuyer_BillingInfoList extends Google_Collection
+{
+ protected $itemsType = 'Google_Service_AdExchangeBuyer_BillingInfo';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{
public $hTMLSnippet;
From a97daa4273a55a3f656617a292630fef50e7a1e6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 9 Aug 2014 01:09:06 -0700
Subject: [PATCH 0104/1274] Added service CloudMonitoring.php
---
src/Google/Service/CloudMonitoring.php | 974 +++++++++++++++++++++++++
1 file changed, 974 insertions(+)
create mode 100644 src/Google/Service/CloudMonitoring.php
diff --git a/src/Google/Service/CloudMonitoring.php b/src/Google/Service/CloudMonitoring.php
new file mode 100644
index 000000000..03fca0ff9
--- /dev/null
+++ b/src/Google/Service/CloudMonitoring.php
@@ -0,0 +1,974 @@
+
+ * API for accessing Google Cloud and API monitoring data.
+ *
+ *
+ *
+ * For more information about this service, see the API
+ * Documentation
+ *
+ *
+ * @author Google, Inc.
+ */
+class Google_Service_CloudMonitoring extends Google_Service
+{
+ /** View monitoring data for all of your Google Cloud and API projects. */
+ const MONITORING_READONLY = "https://www.googleapis.com/auth/monitoring.readonly";
+
+ public $metricDescriptors;
+ public $timeseries;
+ public $timeseriesDescriptors;
+
+
+ /**
+ * Constructs the internal representation of the CloudMonitoring service.
+ *
+ * @param Google_Client $client
+ */
+ public function __construct(Google_Client $client)
+ {
+ parent::__construct($client);
+ $this->servicePath = 'cloudmonitoring/v2beta1/projects/';
+ $this->version = 'v2beta1';
+ $this->serviceName = 'cloudmonitoring';
+
+ $this->metricDescriptors = new Google_Service_CloudMonitoring_MetricDescriptors_Resource(
+ $this,
+ $this->serviceName,
+ 'metricDescriptors',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => '{project}/metricDescriptors',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'count' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'query' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->timeseries = new Google_Service_CloudMonitoring_Timeseries_Resource(
+ $this,
+ $this->serviceName,
+ 'timeseries',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => '{project}/timeseries/{metric}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'metric' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'youngest' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'count' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'timespan' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'labels' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'oldest' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->timeseriesDescriptors = new Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource(
+ $this,
+ $this->serviceName,
+ 'timeseriesDescriptors',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => '{project}/timeseriesDescriptors/{metric}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'metric' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'youngest' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'count' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'timespan' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'labels' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'oldest' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "metricDescriptors" collection of methods.
+ * Typical usage is:
+ *
+ * $cloudmonitoringService = new Google_Service_CloudMonitoring(...);
+ * $metricDescriptors = $cloudmonitoringService->metricDescriptors;
+ *
+ */
+class Google_Service_CloudMonitoring_MetricDescriptors_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List metric descriptors that match the query. If the query is not set, then
+ * all of the metric descriptors will be returned. Large responses will be
+ * paginated, use the nextPageToken returned in the response to request
+ * subsequent pages of results by setting the pageToken query parameter to the
+ * value of the nextPageToken. (metricDescriptors.listMetricDescriptors)
+ *
+ * @param string $project
+ * The project id. The value can be the numeric project ID or string-based project name.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int count
+ * Maximum number of metric descriptors per page. Used for pagination. If not specified, count =
+ * 100.
+ * @opt_param string pageToken
+ * The pagination token, which is used to page through large result sets. Set this value to the
+ * value of the nextPageToken to retrieve the next page of results.
+ * @opt_param string query
+ * The query used to search against existing metrics. Separate keywords with a space; the service
+ * joins all keywords with AND, meaning that all keywords must match for a metric to be returned.
+ * If this field is omitted, all metrics are returned. If an empty string is passed with this
+ * field, no metrics are returned.
+ * @return Google_Service_CloudMonitoring_ListMetricDescriptorsResponse
+ */
+ public function listMetricDescriptors($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListMetricDescriptorsResponse");
+ }
+}
+
+/**
+ * The "timeseries" collection of methods.
+ * Typical usage is:
+ *
+ * $cloudmonitoringService = new Google_Service_CloudMonitoring(...);
+ * $timeseries = $cloudmonitoringService->timeseries;
+ *
+ */
+class Google_Service_CloudMonitoring_Timeseries_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List the data points of the time series that match the metric and labels
+ * values and that have data points in the interval. Large responses are
+ * paginated; use the nextPageToken returned in the response to request
+ * subsequent pages of results by setting the pageToken query parameter to the
+ * value of the nextPageToken. (timeseries.listTimeseries)
+ *
+ * @param string $project
+ * The project ID to which this time series belongs. The value can be the numeric project ID or
+ * string-based project name.
+ * @param string $metric
+ * Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
+ * compute.googleapis.com/instance/disk/read_ops_count.
+ * @param string $youngest
+ * End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int count
+ * Maximum number of data points per page, which is used for pagination of results.
+ * @opt_param string timespan
+ * Length of the time interval to query, which is an alternative way to declare the interval:
+ * (youngest - timespan, youngest]. The timespan and oldest parameters should not be used together.
+ * Units:
+ - s: second
+ - m: minute
+ - h: hour
+ - d: day
+ - w: week Examples: 2s, 3m, 4w. Only
+ * one unit is allowed, for example: 2w3d is not allowed; you should use 17d instead.
+ If neither
+ * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
+ * youngest].
+ * @opt_param string labels
+ * A collection of labels for the matching time series, which are represented as:
+ - key==value:
+ * key equals the value
+ - key=~value: key regex matches the value
+ - key!=value: key does not
+ * equal the value
+ - key!~value: key regex does not match the value For example, to list all of
+ * the time series descriptors for the region us-central1, you could specify:
+ * label=cloud.googleapis.com%2Flocation=~us-central1.*
+ * @opt_param string pageToken
+ * The pagination token, which is used to page through large result sets. Set this value to the
+ * value of the nextPageToken to retrieve the next page of results.
+ * @opt_param string oldest
+ * Start of the time interval (exclusive), which is expressed as an RFC 3339 timestamp. If neither
+ * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
+ * youngest]
+ * @return Google_Service_CloudMonitoring_ListTimeseriesResponse
+ */
+ public function listTimeseries($project, $metric, $youngest, $optParams = array())
+ {
+ $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse");
+ }
+}
+
+/**
+ * The "timeseriesDescriptors" collection of methods.
+ * Typical usage is:
+ *
+ * $cloudmonitoringService = new Google_Service_CloudMonitoring(...);
+ * $timeseriesDescriptors = $cloudmonitoringService->timeseriesDescriptors;
+ *
+ */
+class Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List the descriptors of the time series that match the metric and labels
+ * values and that have data points in the interval. Large responses are
+ * paginated; use the nextPageToken returned in the response to request
+ * subsequent pages of results by setting the pageToken query parameter to the
+ * value of the nextPageToken. (timeseriesDescriptors.listTimeseriesDescriptors)
+ *
+ * @param string $project
+ * The project ID to which this time series belongs. The value can be the numeric project ID or
+ * string-based project name.
+ * @param string $metric
+ * Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
+ * compute.googleapis.com/instance/disk/read_ops_count.
+ * @param string $youngest
+ * End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int count
+ * Maximum number of time series descriptors per page. Used for pagination. If not specified, count
+ * = 100.
+ * @opt_param string timespan
+ * Length of the time interval to query, which is an alternative way to declare the interval:
+ * (youngest - timespan, youngest]. The timespan and oldest parameters should not be used together.
+ * Units:
+ - s: second
+ - m: minute
+ - h: hour
+ - d: day
+ - w: week Examples: 2s, 3m, 4w. Only
+ * one unit is allowed, for example: 2w3d is not allowed; you should use 17d instead.
+ If neither
+ * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
+ * youngest].
+ * @opt_param string labels
+ * A collection of labels for the matching time series, which are represented as:
+ - key==value:
+ * key equals the value
+ - key=~value: key regex matches the value
+ - key!=value: key does not
+ * equal the value
+ - key!~value: key regex does not match the value For example, to list all of
+ * the time series descriptors for the region us-central1, you could specify:
+ * label=cloud.googleapis.com%2Flocation=~us-central1.*
+ * @opt_param string pageToken
+ * The pagination token, which is used to page through large result sets. Set this value to the
+ * value of the nextPageToken to retrieve the next page of results.
+ * @opt_param string oldest
+ * Start of the time interval (exclusive), which is expressed as an RFC 3339 timestamp. If neither
+ * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
+ * youngest]
+ * @return Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse
+ */
+ public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array())
+ {
+ $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse");
+ }
+}
+
+
+
+
+class Google_Service_CloudMonitoring_ListMetricDescriptorsRequest extends Google_Model
+{
+ public $kind;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_CloudMonitoring_ListMetricDescriptorsResponse extends Google_Collection
+{
+ public $kind;
+ protected $metricsType = 'Google_Service_CloudMonitoring_MetricDescriptor';
+ protected $metricsDataType = 'array';
+ public $nextPageToken;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setMetrics($metrics)
+ {
+ $this->metrics = $metrics;
+ }
+
+ public function getMetrics()
+ {
+ return $this->metrics;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsRequest extends Google_Model
+{
+ public $kind;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ public $oldest;
+ protected $timeseriesType = 'Google_Service_CloudMonitoring_TimeseriesDescriptor';
+ protected $timeseriesDataType = 'array';
+ public $youngest;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setOldest($oldest)
+ {
+ $this->oldest = $oldest;
+ }
+
+ public function getOldest()
+ {
+ return $this->oldest;
+ }
+
+ public function setTimeseries($timeseries)
+ {
+ $this->timeseries = $timeseries;
+ }
+
+ public function getTimeseries()
+ {
+ return $this->timeseries;
+ }
+
+ public function setYoungest($youngest)
+ {
+ $this->youngest = $youngest;
+ }
+
+ public function getYoungest()
+ {
+ return $this->youngest;
+ }
+}
+
+class Google_Service_CloudMonitoring_ListTimeseriesRequest extends Google_Model
+{
+ public $kind;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_CloudMonitoring_ListTimeseriesResponse extends Google_Collection
+{
+ public $kind;
+ public $nextPageToken;
+ public $oldest;
+ protected $timeseriesType = 'Google_Service_CloudMonitoring_Timeseries';
+ protected $timeseriesDataType = 'array';
+ public $youngest;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setOldest($oldest)
+ {
+ $this->oldest = $oldest;
+ }
+
+ public function getOldest()
+ {
+ return $this->oldest;
+ }
+
+ public function setTimeseries($timeseries)
+ {
+ $this->timeseries = $timeseries;
+ }
+
+ public function getTimeseries()
+ {
+ return $this->timeseries;
+ }
+
+ public function setYoungest($youngest)
+ {
+ $this->youngest = $youngest;
+ }
+
+ public function getYoungest()
+ {
+ return $this->youngest;
+ }
+}
+
+class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection
+{
+ public $description;
+ protected $labelsType = 'Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor';
+ protected $labelsDataType = 'array';
+ public $name;
+ public $project;
+ protected $typeDescriptorType = 'Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor';
+ protected $typeDescriptorDataType = '';
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setLabels($labels)
+ {
+ $this->labels = $labels;
+ }
+
+ public function getLabels()
+ {
+ return $this->labels;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+
+ public function getProject()
+ {
+ return $this->project;
+ }
+
+ public function setTypeDescriptor(Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor $typeDescriptor)
+ {
+ $this->typeDescriptor = $typeDescriptor;
+ }
+
+ public function getTypeDescriptor()
+ {
+ return $this->typeDescriptor;
+ }
+}
+
+class Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor extends Google_Model
+{
+ public $description;
+ public $key;
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+}
+
+class Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor extends Google_Model
+{
+ public $metricType;
+ public $valueType;
+
+ public function setMetricType($metricType)
+ {
+ $this->metricType = $metricType;
+ }
+
+ public function getMetricType()
+ {
+ return $this->metricType;
+ }
+
+ public function setValueType($valueType)
+ {
+ $this->valueType = $valueType;
+ }
+
+ public function getValueType()
+ {
+ return $this->valueType;
+ }
+}
+
+class Google_Service_CloudMonitoring_Point extends Google_Model
+{
+ public $boolValue;
+ protected $distributionValueType = 'Google_Service_CloudMonitoring_PointDistribution';
+ protected $distributionValueDataType = '';
+ public $doubleValue;
+ public $end;
+ public $int64Value;
+ public $start;
+ public $stringValue;
+
+ public function setBoolValue($boolValue)
+ {
+ $this->boolValue = $boolValue;
+ }
+
+ public function getBoolValue()
+ {
+ return $this->boolValue;
+ }
+
+ public function setDistributionValue(Google_Service_CloudMonitoring_PointDistribution $distributionValue)
+ {
+ $this->distributionValue = $distributionValue;
+ }
+
+ public function getDistributionValue()
+ {
+ return $this->distributionValue;
+ }
+
+ public function setDoubleValue($doubleValue)
+ {
+ $this->doubleValue = $doubleValue;
+ }
+
+ public function getDoubleValue()
+ {
+ return $this->doubleValue;
+ }
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+
+ public function getEnd()
+ {
+ return $this->end;
+ }
+
+ public function setInt64Value($int64Value)
+ {
+ $this->int64Value = $int64Value;
+ }
+
+ public function getInt64Value()
+ {
+ return $this->int64Value;
+ }
+
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+
+ public function getStart()
+ {
+ return $this->start;
+ }
+
+ public function setStringValue($stringValue)
+ {
+ $this->stringValue = $stringValue;
+ }
+
+ public function getStringValue()
+ {
+ return $this->stringValue;
+ }
+}
+
+class Google_Service_CloudMonitoring_PointDistribution extends Google_Collection
+{
+ protected $bucketsType = 'Google_Service_CloudMonitoring_PointDistributionBucket';
+ protected $bucketsDataType = 'array';
+ protected $overflowBucketType = 'Google_Service_CloudMonitoring_PointDistributionOverflowBucket';
+ protected $overflowBucketDataType = '';
+ protected $underflowBucketType = 'Google_Service_CloudMonitoring_PointDistributionUnderflowBucket';
+ protected $underflowBucketDataType = '';
+
+ public function setBuckets($buckets)
+ {
+ $this->buckets = $buckets;
+ }
+
+ public function getBuckets()
+ {
+ return $this->buckets;
+ }
+
+ public function setOverflowBucket(Google_Service_CloudMonitoring_PointDistributionOverflowBucket $overflowBucket)
+ {
+ $this->overflowBucket = $overflowBucket;
+ }
+
+ public function getOverflowBucket()
+ {
+ return $this->overflowBucket;
+ }
+
+ public function setUnderflowBucket(Google_Service_CloudMonitoring_PointDistributionUnderflowBucket $underflowBucket)
+ {
+ $this->underflowBucket = $underflowBucket;
+ }
+
+ public function getUnderflowBucket()
+ {
+ return $this->underflowBucket;
+ }
+}
+
+class Google_Service_CloudMonitoring_PointDistributionBucket extends Google_Model
+{
+ public $count;
+ public $lowerBound;
+ public $upperBound;
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setLowerBound($lowerBound)
+ {
+ $this->lowerBound = $lowerBound;
+ }
+
+ public function getLowerBound()
+ {
+ return $this->lowerBound;
+ }
+
+ public function setUpperBound($upperBound)
+ {
+ $this->upperBound = $upperBound;
+ }
+
+ public function getUpperBound()
+ {
+ return $this->upperBound;
+ }
+}
+
+class Google_Service_CloudMonitoring_PointDistributionOverflowBucket extends Google_Model
+{
+ public $count;
+ public $lowerBound;
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setLowerBound($lowerBound)
+ {
+ $this->lowerBound = $lowerBound;
+ }
+
+ public function getLowerBound()
+ {
+ return $this->lowerBound;
+ }
+}
+
+class Google_Service_CloudMonitoring_PointDistributionUnderflowBucket extends Google_Model
+{
+ public $count;
+ public $upperBound;
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setUpperBound($upperBound)
+ {
+ $this->upperBound = $upperBound;
+ }
+
+ public function getUpperBound()
+ {
+ return $this->upperBound;
+ }
+}
+
+class Google_Service_CloudMonitoring_Timeseries extends Google_Collection
+{
+ protected $pointsType = 'Google_Service_CloudMonitoring_Point';
+ protected $pointsDataType = 'array';
+ protected $timeseriesDescType = 'Google_Service_CloudMonitoring_TimeseriesDescriptor';
+ protected $timeseriesDescDataType = '';
+
+ public function setPoints($points)
+ {
+ $this->points = $points;
+ }
+
+ public function getPoints()
+ {
+ return $this->points;
+ }
+
+ public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc)
+ {
+ $this->timeseriesDesc = $timeseriesDesc;
+ }
+
+ public function getTimeseriesDesc()
+ {
+ return $this->timeseriesDesc;
+ }
+}
+
+class Google_Service_CloudMonitoring_TimeseriesDescriptor extends Google_Model
+{
+ public $labels;
+ public $metric;
+ public $project;
+
+ public function setLabels($labels)
+ {
+ $this->labels = $labels;
+ }
+
+ public function getLabels()
+ {
+ return $this->labels;
+ }
+
+ public function setMetric($metric)
+ {
+ $this->metric = $metric;
+ }
+
+ public function getMetric()
+ {
+ return $this->metric;
+ }
+
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+
+ public function getProject()
+ {
+ return $this->project;
+ }
+}
+
+class Google_Service_CloudMonitoring_TimeseriesDescriptorLabels extends Google_Model
+{
+
+}
From 4ae272683e18888362e1f935b813e345b99e23b8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 9 Aug 2014 01:09:06 -0700
Subject: [PATCH 0105/1274] Removed Cloudmonitoring.php
---
src/Google/Service/Cloudmonitoring.php | 974 -------------------------
1 file changed, 974 deletions(-)
delete mode 100644 src/Google/Service/Cloudmonitoring.php
diff --git a/src/Google/Service/Cloudmonitoring.php b/src/Google/Service/Cloudmonitoring.php
deleted file mode 100644
index 48f5ca9b3..000000000
--- a/src/Google/Service/Cloudmonitoring.php
+++ /dev/null
@@ -1,974 +0,0 @@
-
- * API for accessing Google Cloud and API monitoring data.
- *
- *
- *
- * For more information about this service, see the API
- * Documentation
- *
- *
- * @author Google, Inc.
- */
-class Google_Service_Cloudmonitoring extends Google_Service
-{
- /** View monitoring data for all of your Google Cloud and API projects. */
- const MONITORING_READONLY = "https://www.googleapis.com/auth/monitoring.readonly";
-
- public $metricDescriptors;
- public $timeseries;
- public $timeseriesDescriptors;
-
-
- /**
- * Constructs the internal representation of the Cloudmonitoring service.
- *
- * @param Google_Client $client
- */
- public function __construct(Google_Client $client)
- {
- parent::__construct($client);
- $this->servicePath = 'cloudmonitoring/v2beta1/projects/';
- $this->version = 'v2beta1';
- $this->serviceName = 'cloudmonitoring';
-
- $this->metricDescriptors = new Google_Service_Cloudmonitoring_MetricDescriptors_Resource(
- $this,
- $this->serviceName,
- 'metricDescriptors',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => '{project}/metricDescriptors',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'project' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'count' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'query' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->timeseries = new Google_Service_Cloudmonitoring_Timeseries_Resource(
- $this,
- $this->serviceName,
- 'timeseries',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => '{project}/timeseries/{metric}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'project' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'metric' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'youngest' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'required' => true,
- ),
- 'count' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'timespan' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'labels' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'oldest' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- $this->timeseriesDescriptors = new Google_Service_Cloudmonitoring_TimeseriesDescriptors_Resource(
- $this,
- $this->serviceName,
- 'timeseriesDescriptors',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => '{project}/timeseriesDescriptors/{metric}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'project' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'metric' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'youngest' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'required' => true,
- ),
- 'count' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'timespan' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'labels' => array(
- 'location' => 'query',
- 'type' => 'string',
- 'repeated' => true,
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'oldest' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
- }
-}
-
-
-/**
- * The "metricDescriptors" collection of methods.
- * Typical usage is:
- *
- * $cloudmonitoringService = new Google_Service_Cloudmonitoring(...);
- * $metricDescriptors = $cloudmonitoringService->metricDescriptors;
- *
- */
-class Google_Service_Cloudmonitoring_MetricDescriptors_Resource extends Google_Service_Resource
-{
-
- /**
- * List metric descriptors that match the query. If the query is not set, then
- * all of the metric descriptors will be returned. Large responses will be
- * paginated, use the nextPageToken returned in the response to request
- * subsequent pages of results by setting the pageToken query parameter to the
- * value of the nextPageToken. (metricDescriptors.listMetricDescriptors)
- *
- * @param string $project
- * The project id. The value can be the numeric project ID or string-based project name.
- * @param array $optParams Optional parameters.
- *
- * @opt_param int count
- * Maximum number of metric descriptors per page. Used for pagination. If not specified, count =
- * 100.
- * @opt_param string pageToken
- * The pagination token, which is used to page through large result sets. Set this value to the
- * value of the nextPageToken to retrieve the next page of results.
- * @opt_param string query
- * The query used to search against existing metrics. Separate keywords with a space; the service
- * joins all keywords with AND, meaning that all keywords must match for a metric to be returned.
- * If this field is omitted, all metrics are returned. If an empty string is passed with this
- * field, no metrics are returned.
- * @return Google_Service_Cloudmonitoring_ListMetricDescriptorsResponse
- */
- public function listMetricDescriptors($project, $optParams = array())
- {
- $params = array('project' => $project);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Cloudmonitoring_ListMetricDescriptorsResponse");
- }
-}
-
-/**
- * The "timeseries" collection of methods.
- * Typical usage is:
- *
- * $cloudmonitoringService = new Google_Service_Cloudmonitoring(...);
- * $timeseries = $cloudmonitoringService->timeseries;
- *
- */
-class Google_Service_Cloudmonitoring_Timeseries_Resource extends Google_Service_Resource
-{
-
- /**
- * List the data points of the time series that match the metric and labels
- * values and that have data points in the interval. Large responses are
- * paginated; use the nextPageToken returned in the response to request
- * subsequent pages of results by setting the pageToken query parameter to the
- * value of the nextPageToken. (timeseries.listTimeseries)
- *
- * @param string $project
- * The project ID to which this time series belongs. The value can be the numeric project ID or
- * string-based project name.
- * @param string $metric
- * Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
- * compute.googleapis.com/instance/disk/read_ops_count.
- * @param string $youngest
- * End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
- * @param array $optParams Optional parameters.
- *
- * @opt_param int count
- * Maximum number of data points per page, which is used for pagination of results.
- * @opt_param string timespan
- * Length of the time interval to query, which is an alternative way to declare the interval:
- * (youngest - timespan, youngest]. The timespan and oldest parameters should not be used together.
- * Units:
- - s: second
- - m: minute
- - h: hour
- - d: day
- - w: week Examples: 2s, 3m, 4w. Only
- * one unit is allowed, for example: 2w3d is not allowed; you should use 17d instead.
- If neither
- * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
- * youngest].
- * @opt_param string labels
- * A collection of labels for the matching time series, which are represented as:
- - key==value:
- * key equals the value
- - key=~value: key regex matches the value
- - key!=value: key does not
- * equal the value
- - key!~value: key regex does not match the value For example, to list all of
- * the time series descriptors for the region us-central1, you could specify:
- * label=cloud.googleapis.com%2Flocation=~us-central1.*
- * @opt_param string pageToken
- * The pagination token, which is used to page through large result sets. Set this value to the
- * value of the nextPageToken to retrieve the next page of results.
- * @opt_param string oldest
- * Start of the time interval (exclusive), which is expressed as an RFC 3339 timestamp. If neither
- * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
- * youngest]
- * @return Google_Service_Cloudmonitoring_ListTimeseriesResponse
- */
- public function listTimeseries($project, $metric, $youngest, $optParams = array())
- {
- $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Cloudmonitoring_ListTimeseriesResponse");
- }
-}
-
-/**
- * The "timeseriesDescriptors" collection of methods.
- * Typical usage is:
- *
- * $cloudmonitoringService = new Google_Service_Cloudmonitoring(...);
- * $timeseriesDescriptors = $cloudmonitoringService->timeseriesDescriptors;
- *
- */
-class Google_Service_Cloudmonitoring_TimeseriesDescriptors_Resource extends Google_Service_Resource
-{
-
- /**
- * List the descriptors of the time series that match the metric and labels
- * values and that have data points in the interval. Large responses are
- * paginated; use the nextPageToken returned in the response to request
- * subsequent pages of results by setting the pageToken query parameter to the
- * value of the nextPageToken. (timeseriesDescriptors.listTimeseriesDescriptors)
- *
- * @param string $project
- * The project ID to which this time series belongs. The value can be the numeric project ID or
- * string-based project name.
- * @param string $metric
- * Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
- * compute.googleapis.com/instance/disk/read_ops_count.
- * @param string $youngest
- * End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
- * @param array $optParams Optional parameters.
- *
- * @opt_param int count
- * Maximum number of time series descriptors per page. Used for pagination. If not specified, count
- * = 100.
- * @opt_param string timespan
- * Length of the time interval to query, which is an alternative way to declare the interval:
- * (youngest - timespan, youngest]. The timespan and oldest parameters should not be used together.
- * Units:
- - s: second
- - m: minute
- - h: hour
- - d: day
- - w: week Examples: 2s, 3m, 4w. Only
- * one unit is allowed, for example: 2w3d is not allowed; you should use 17d instead.
- If neither
- * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
- * youngest].
- * @opt_param string labels
- * A collection of labels for the matching time series, which are represented as:
- - key==value:
- * key equals the value
- - key=~value: key regex matches the value
- - key!=value: key does not
- * equal the value
- - key!~value: key regex does not match the value For example, to list all of
- * the time series descriptors for the region us-central1, you could specify:
- * label=cloud.googleapis.com%2Flocation=~us-central1.*
- * @opt_param string pageToken
- * The pagination token, which is used to page through large result sets. Set this value to the
- * value of the nextPageToken to retrieve the next page of results.
- * @opt_param string oldest
- * Start of the time interval (exclusive), which is expressed as an RFC 3339 timestamp. If neither
- * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
- * youngest]
- * @return Google_Service_Cloudmonitoring_ListTimeseriesDescriptorsResponse
- */
- public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array())
- {
- $params = array('project' => $project, 'metric' => $metric, 'youngest' => $youngest);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Cloudmonitoring_ListTimeseriesDescriptorsResponse");
- }
-}
-
-
-
-
-class Google_Service_Cloudmonitoring_ListMetricDescriptorsRequest extends Google_Model
-{
- public $kind;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Cloudmonitoring_ListMetricDescriptorsResponse extends Google_Collection
-{
- public $kind;
- protected $metricsType = 'Google_Service_Cloudmonitoring_MetricDescriptor';
- protected $metricsDataType = 'array';
- public $nextPageToken;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setMetrics($metrics)
- {
- $this->metrics = $metrics;
- }
-
- public function getMetrics()
- {
- return $this->metrics;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_Cloudmonitoring_ListTimeseriesDescriptorsRequest extends Google_Model
-{
- public $kind;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Cloudmonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
-{
- public $kind;
- public $nextPageToken;
- public $oldest;
- protected $timeseriesType = 'Google_Service_Cloudmonitoring_TimeseriesDescriptor';
- protected $timeseriesDataType = 'array';
- public $youngest;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setOldest($oldest)
- {
- $this->oldest = $oldest;
- }
-
- public function getOldest()
- {
- return $this->oldest;
- }
-
- public function setTimeseries($timeseries)
- {
- $this->timeseries = $timeseries;
- }
-
- public function getTimeseries()
- {
- return $this->timeseries;
- }
-
- public function setYoungest($youngest)
- {
- $this->youngest = $youngest;
- }
-
- public function getYoungest()
- {
- return $this->youngest;
- }
-}
-
-class Google_Service_Cloudmonitoring_ListTimeseriesRequest extends Google_Model
-{
- public $kind;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Cloudmonitoring_ListTimeseriesResponse extends Google_Collection
-{
- public $kind;
- public $nextPageToken;
- public $oldest;
- protected $timeseriesType = 'Google_Service_Cloudmonitoring_Timeseries';
- protected $timeseriesDataType = 'array';
- public $youngest;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setOldest($oldest)
- {
- $this->oldest = $oldest;
- }
-
- public function getOldest()
- {
- return $this->oldest;
- }
-
- public function setTimeseries($timeseries)
- {
- $this->timeseries = $timeseries;
- }
-
- public function getTimeseries()
- {
- return $this->timeseries;
- }
-
- public function setYoungest($youngest)
- {
- $this->youngest = $youngest;
- }
-
- public function getYoungest()
- {
- return $this->youngest;
- }
-}
-
-class Google_Service_Cloudmonitoring_MetricDescriptor extends Google_Collection
-{
- public $description;
- protected $labelsType = 'Google_Service_Cloudmonitoring_MetricDescriptorLabelDescriptor';
- protected $labelsDataType = 'array';
- public $name;
- public $project;
- protected $typeDescriptorType = 'Google_Service_Cloudmonitoring_MetricDescriptorTypeDescriptor';
- protected $typeDescriptorDataType = '';
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setLabels($labels)
- {
- $this->labels = $labels;
- }
-
- public function getLabels()
- {
- return $this->labels;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setProject($project)
- {
- $this->project = $project;
- }
-
- public function getProject()
- {
- return $this->project;
- }
-
- public function setTypeDescriptor(Google_Service_Cloudmonitoring_MetricDescriptorTypeDescriptor $typeDescriptor)
- {
- $this->typeDescriptor = $typeDescriptor;
- }
-
- public function getTypeDescriptor()
- {
- return $this->typeDescriptor;
- }
-}
-
-class Google_Service_Cloudmonitoring_MetricDescriptorLabelDescriptor extends Google_Model
-{
- public $description;
- public $key;
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setKey($key)
- {
- $this->key = $key;
- }
-
- public function getKey()
- {
- return $this->key;
- }
-}
-
-class Google_Service_Cloudmonitoring_MetricDescriptorTypeDescriptor extends Google_Model
-{
- public $metricType;
- public $valueType;
-
- public function setMetricType($metricType)
- {
- $this->metricType = $metricType;
- }
-
- public function getMetricType()
- {
- return $this->metricType;
- }
-
- public function setValueType($valueType)
- {
- $this->valueType = $valueType;
- }
-
- public function getValueType()
- {
- return $this->valueType;
- }
-}
-
-class Google_Service_Cloudmonitoring_Point extends Google_Model
-{
- public $boolValue;
- protected $distributionValueType = 'Google_Service_Cloudmonitoring_PointDistribution';
- protected $distributionValueDataType = '';
- public $doubleValue;
- public $end;
- public $int64Value;
- public $start;
- public $stringValue;
-
- public function setBoolValue($boolValue)
- {
- $this->boolValue = $boolValue;
- }
-
- public function getBoolValue()
- {
- return $this->boolValue;
- }
-
- public function setDistributionValue(Google_Service_Cloudmonitoring_PointDistribution $distributionValue)
- {
- $this->distributionValue = $distributionValue;
- }
-
- public function getDistributionValue()
- {
- return $this->distributionValue;
- }
-
- public function setDoubleValue($doubleValue)
- {
- $this->doubleValue = $doubleValue;
- }
-
- public function getDoubleValue()
- {
- return $this->doubleValue;
- }
-
- public function setEnd($end)
- {
- $this->end = $end;
- }
-
- public function getEnd()
- {
- return $this->end;
- }
-
- public function setInt64Value($int64Value)
- {
- $this->int64Value = $int64Value;
- }
-
- public function getInt64Value()
- {
- return $this->int64Value;
- }
-
- public function setStart($start)
- {
- $this->start = $start;
- }
-
- public function getStart()
- {
- return $this->start;
- }
-
- public function setStringValue($stringValue)
- {
- $this->stringValue = $stringValue;
- }
-
- public function getStringValue()
- {
- return $this->stringValue;
- }
-}
-
-class Google_Service_Cloudmonitoring_PointDistribution extends Google_Collection
-{
- protected $bucketsType = 'Google_Service_Cloudmonitoring_PointDistributionBucket';
- protected $bucketsDataType = 'array';
- protected $overflowBucketType = 'Google_Service_Cloudmonitoring_PointDistributionOverflowBucket';
- protected $overflowBucketDataType = '';
- protected $underflowBucketType = 'Google_Service_Cloudmonitoring_PointDistributionUnderflowBucket';
- protected $underflowBucketDataType = '';
-
- public function setBuckets($buckets)
- {
- $this->buckets = $buckets;
- }
-
- public function getBuckets()
- {
- return $this->buckets;
- }
-
- public function setOverflowBucket(Google_Service_Cloudmonitoring_PointDistributionOverflowBucket $overflowBucket)
- {
- $this->overflowBucket = $overflowBucket;
- }
-
- public function getOverflowBucket()
- {
- return $this->overflowBucket;
- }
-
- public function setUnderflowBucket(Google_Service_Cloudmonitoring_PointDistributionUnderflowBucket $underflowBucket)
- {
- $this->underflowBucket = $underflowBucket;
- }
-
- public function getUnderflowBucket()
- {
- return $this->underflowBucket;
- }
-}
-
-class Google_Service_Cloudmonitoring_PointDistributionBucket extends Google_Model
-{
- public $count;
- public $lowerBound;
- public $upperBound;
-
- public function setCount($count)
- {
- $this->count = $count;
- }
-
- public function getCount()
- {
- return $this->count;
- }
-
- public function setLowerBound($lowerBound)
- {
- $this->lowerBound = $lowerBound;
- }
-
- public function getLowerBound()
- {
- return $this->lowerBound;
- }
-
- public function setUpperBound($upperBound)
- {
- $this->upperBound = $upperBound;
- }
-
- public function getUpperBound()
- {
- return $this->upperBound;
- }
-}
-
-class Google_Service_Cloudmonitoring_PointDistributionOverflowBucket extends Google_Model
-{
- public $count;
- public $lowerBound;
-
- public function setCount($count)
- {
- $this->count = $count;
- }
-
- public function getCount()
- {
- return $this->count;
- }
-
- public function setLowerBound($lowerBound)
- {
- $this->lowerBound = $lowerBound;
- }
-
- public function getLowerBound()
- {
- return $this->lowerBound;
- }
-}
-
-class Google_Service_Cloudmonitoring_PointDistributionUnderflowBucket extends Google_Model
-{
- public $count;
- public $upperBound;
-
- public function setCount($count)
- {
- $this->count = $count;
- }
-
- public function getCount()
- {
- return $this->count;
- }
-
- public function setUpperBound($upperBound)
- {
- $this->upperBound = $upperBound;
- }
-
- public function getUpperBound()
- {
- return $this->upperBound;
- }
-}
-
-class Google_Service_Cloudmonitoring_Timeseries extends Google_Collection
-{
- protected $pointsType = 'Google_Service_Cloudmonitoring_Point';
- protected $pointsDataType = 'array';
- protected $timeseriesDescType = 'Google_Service_Cloudmonitoring_TimeseriesDescriptor';
- protected $timeseriesDescDataType = '';
-
- public function setPoints($points)
- {
- $this->points = $points;
- }
-
- public function getPoints()
- {
- return $this->points;
- }
-
- public function setTimeseriesDesc(Google_Service_Cloudmonitoring_TimeseriesDescriptor $timeseriesDesc)
- {
- $this->timeseriesDesc = $timeseriesDesc;
- }
-
- public function getTimeseriesDesc()
- {
- return $this->timeseriesDesc;
- }
-}
-
-class Google_Service_Cloudmonitoring_TimeseriesDescriptor extends Google_Model
-{
- public $labels;
- public $metric;
- public $project;
-
- public function setLabels($labels)
- {
- $this->labels = $labels;
- }
-
- public function getLabels()
- {
- return $this->labels;
- }
-
- public function setMetric($metric)
- {
- $this->metric = $metric;
- }
-
- public function getMetric()
- {
- return $this->metric;
- }
-
- public function setProject($project)
- {
- $this->project = $project;
- }
-
- public function getProject()
- {
- return $this->project;
- }
-}
-
-class Google_Service_Cloudmonitoring_TimeseriesDescriptorLabels extends Google_Model
-{
-
-}
From 868a41c1e2e716642eeca513e2134df9b0809e9d Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Mon, 11 Aug 2014 17:48:47 +0100
Subject: [PATCH 0106/1274] Remove the timezone set.
Fixes #253 - as far as we can tell the timezone setting adds no benefit
other than removing a warning, which should be addressed in the system.
---
src/Google/Client.php | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 18197b35f..1ec2f32c3 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -80,11 +80,6 @@ class Google_Client
*/
public function __construct($config = null)
{
- if (! ini_get('date.timezone') &&
- function_exists('date_default_timezone_set')) {
- date_default_timezone_set('UTC');
- }
-
if (is_string($config) && strlen($config)) {
$config = new Google_Config($config);
} else if ( !($config instanceof Google_Config)) {
From e05a68f3fe8371ffe76fc5c6d1bf0d967ca7f42e Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Mon, 11 Aug 2014 17:51:33 +0100
Subject: [PATCH 0107/1274] Add install instructions link to README
Fixed #273
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 78bb88a34..0fce927d6 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,10 @@ The Google API Client Library enables you to work with Google APIs such as Googl
## Developer Documentation ##
http://developers.google.com/api-client-library/php
+## Installation ##
+
+For the latest installation and setup instructions, see [the documentation[(https://developers.google.com/api-client-library/php/start/installation)
+
## Basic Example ##
See the examples/ directory for examples of the key client features.
```PHP
From 016b6cf4c1b8ecd8c6b2299f447634081636f94c Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Mon, 11 Aug 2014 17:52:40 +0100
Subject: [PATCH 0108/1274] Fix typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0fce927d6..8bacd6861 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ http://developers.google.com/api-client-library/php
## Installation ##
-For the latest installation and setup instructions, see [the documentation[(https://developers.google.com/api-client-library/php/start/installation)
+For the latest installation and setup instructions, see [the documentation](https://developers.google.com/api-client-library/php/start/installation)
## Basic Example ##
See the examples/ directory for examples of the key client features.
From 9cc33e71f3e5a018c8d6fba22ae5ab2bd1b80e98 Mon Sep 17 00:00:00 2001
From: Ian Barber
Date: Mon, 11 Aug 2014 17:53:58 +0100
Subject: [PATCH 0109/1274] Add full stop
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8bacd6861..dba6a26d8 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ http://developers.google.com/api-client-library/php
## Installation ##
-For the latest installation and setup instructions, see [the documentation](https://developers.google.com/api-client-library/php/start/installation)
+For the latest installation and setup instructions, see [the documentation](https://developers.google.com/api-client-library/php/start/installation).
## Basic Example ##
See the examples/ directory for examples of the key client features.
From 1c114105021fe2bae2ecac129968163020a5fee8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 12 Aug 2014 01:12:34 -0700
Subject: [PATCH 0110/1274] Updated Autoscaler.php
---
src/Google/Service/Autoscaler.php | 67 ++++++++++++++++++++++++++++++-
1 file changed, 66 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Autoscaler.php b/src/Google/Service/Autoscaler.php
index 0a7939f48..5a31425a1 100644
--- a/src/Google/Service/Autoscaler.php
+++ b/src/Google/Service/Autoscaler.php
@@ -579,11 +579,15 @@ public function getNextPageToken()
}
}
-class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Model
+class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Collection
{
public $coolDownPeriodSec;
protected $cpuUtilizationType = 'Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization';
protected $cpuUtilizationDataType = '';
+ protected $customMetricUtilizationsType = 'Google_Service_Autoscaler_AutoscalingPolicyCustomMetricUtilization';
+ protected $customMetricUtilizationsDataType = 'array';
+ protected $loadBalancingUtilizationType = 'Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization';
+ protected $loadBalancingUtilizationDataType = '';
public $maxNumReplicas;
public $minNumReplicas;
@@ -607,6 +611,26 @@ public function getCpuUtilization()
return $this->cpuUtilization;
}
+ public function setCustomMetricUtilizations($customMetricUtilizations)
+ {
+ $this->customMetricUtilizations = $customMetricUtilizations;
+ }
+
+ public function getCustomMetricUtilizations()
+ {
+ return $this->customMetricUtilizations;
+ }
+
+ public function setLoadBalancingUtilization(Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization $loadBalancingUtilization)
+ {
+ $this->loadBalancingUtilization = $loadBalancingUtilization;
+ }
+
+ public function getLoadBalancingUtilization()
+ {
+ return $this->loadBalancingUtilization;
+ }
+
public function setMaxNumReplicas($maxNumReplicas)
{
$this->maxNumReplicas = $maxNumReplicas;
@@ -643,6 +667,47 @@ public function getUtilizationTarget()
}
}
+class Google_Service_Autoscaler_AutoscalingPolicyCustomMetricUtilization extends Google_Model
+{
+ public $metric;
+ public $utilizationTarget;
+
+ public function setMetric($metric)
+ {
+ $this->metric = $metric;
+ }
+
+ public function getMetric()
+ {
+ return $this->metric;
+ }
+
+ public function setUtilizationTarget($utilizationTarget)
+ {
+ $this->utilizationTarget = $utilizationTarget;
+ }
+
+ public function getUtilizationTarget()
+ {
+ return $this->utilizationTarget;
+ }
+}
+
+class Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization extends Google_Model
+{
+ public $utilizationTarget;
+
+ public function setUtilizationTarget($utilizationTarget)
+ {
+ $this->utilizationTarget = $utilizationTarget;
+ }
+
+ public function getUtilizationTarget()
+ {
+ return $this->utilizationTarget;
+ }
+}
+
class Google_Service_Autoscaler_Operation extends Google_Collection
{
public $clientOperationId;
From 9394607e0a3204654738f4b63c8ad995ec562236 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Tue, 12 Aug 2014 01:12:35 -0700
Subject: [PATCH 0111/1274] Updated ShoppingContent.php
---
src/Google/Service/ShoppingContent.php | 705 -------------------------
1 file changed, 705 deletions(-)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 09e89565f..5a7ad1417 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -35,9 +35,7 @@ class Google_Service_ShoppingContent extends Google_Service
const CONTENT = "https://www.googleapis.com/auth/content";
public $accounts;
- public $accountshipping;
public $accountstatuses;
- public $accounttax;
public $datafeeds;
public $datafeedstatuses;
public $inventory;
@@ -159,31 +157,6 @@ public function __construct(Google_Client $client)
)
)
);
- $this->accountshipping = new Google_Service_ShoppingContent_Accountshipping_Resource(
- $this,
- $this->serviceName,
- 'accountshipping',
- array(
- 'methods' => array(
- 'patch' => array(
- 'path' => '{merchantId}/accountshipping/{accountId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
$this->accountstatuses = new Google_Service_ShoppingContent_Accountstatuses_Resource(
$this,
$this->serviceName,
@@ -231,31 +204,6 @@ public function __construct(Google_Client $client)
)
)
);
- $this->accounttax = new Google_Service_ShoppingContent_Accounttax_Resource(
- $this,
- $this->serviceName,
- 'accounttax',
- array(
- 'methods' => array(
- 'patch' => array(
- 'path' => '{merchantId}/accounttax/{accountId}',
- 'httpMethod' => 'PATCH',
- 'parameters' => array(
- 'merchantId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'accountId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
$this->datafeeds = new Google_Service_ShoppingContent_Datafeeds_Resource(
$this,
$this->serviceName,
@@ -695,37 +643,6 @@ public function update($merchantId, $accountId, Google_Service_ShoppingContent_A
}
}
-/**
- * The "accountshipping" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_ShoppingContent(...);
- * $accountshipping = $contentService->accountshipping;
- *
- */
-class Google_Service_ShoppingContent_Accountshipping_Resource extends Google_Service_Resource
-{
-
- /**
- * Updates the shipping settings of the account. This method supports patch
- * semantics. (accountshipping.patch)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account for which to get/update account shipping settings.
- * @param Google_AccountShipping $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_ShoppingContent_AccountShipping
- */
- public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountShipping");
- }
-}
-
/**
* The "accountstatuses" collection of methods.
* Typical usage is:
@@ -788,37 +705,6 @@ public function listAccountstatuses($merchantId, $optParams = array())
}
}
-/**
- * The "accounttax" collection of methods.
- * Typical usage is:
- *
- * $contentService = new Google_Service_ShoppingContent(...);
- * $accounttax = $contentService->accounttax;
- *
- */
-class Google_Service_ShoppingContent_Accounttax_Resource extends Google_Service_Resource
-{
-
- /**
- * Updates the tax settings of the account. This method supports patch
- * semantics. (accounttax.patch)
- *
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account for which to get/update account tax settings.
- * @param Google_AccountTax $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_ShoppingContent_AccountTax
- */
- public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array())
- {
- $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountTax");
- }
-}
-
/**
* The "datafeeds" collection of methods.
* Typical usage is:
@@ -1372,474 +1258,6 @@ public function getStatus()
}
}
-class Google_Service_ShoppingContent_AccountShipping extends Google_Collection
-{
- public $accountId;
- protected $carrierRatesType = 'Google_Service_ShoppingContent_AccountShippingCarrierRate';
- protected $carrierRatesDataType = 'array';
- public $kind;
- protected $locationGroupsType = 'Google_Service_ShoppingContent_AccountShippingLocationGroup';
- protected $locationGroupsDataType = 'array';
- protected $rateTablesType = 'Google_Service_ShoppingContent_AccountShippingRateTable';
- protected $rateTablesDataType = 'array';
- protected $servicesType = 'Google_Service_ShoppingContent_AccountShippingShippingService';
- protected $servicesDataType = 'array';
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
-
- public function setCarrierRates($carrierRates)
- {
- $this->carrierRates = $carrierRates;
- }
-
- public function getCarrierRates()
- {
- return $this->carrierRates;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLocationGroups($locationGroups)
- {
- $this->locationGroups = $locationGroups;
- }
-
- public function getLocationGroups()
- {
- return $this->locationGroups;
- }
-
- public function setRateTables($rateTables)
- {
- $this->rateTables = $rateTables;
- }
-
- public function getRateTables()
- {
- return $this->rateTables;
- }
-
- public function setServices($services)
- {
- $this->services = $services;
- }
-
- public function getServices()
- {
- return $this->services;
- }
-}
-
-class Google_Service_ShoppingContent_AccountShippingCarrierRate extends Google_Model
-{
- public $carrier;
- public $carrierService;
- protected $modifierFlatRateType = 'Google_Service_ShoppingContent_Price';
- protected $modifierFlatRateDataType = '';
- public $modifierPercent;
- public $name;
- public $saleCountry;
- public $shippingOrigin;
-
- public function setCarrier($carrier)
- {
- $this->carrier = $carrier;
- }
-
- public function getCarrier()
- {
- return $this->carrier;
- }
-
- public function setCarrierService($carrierService)
- {
- $this->carrierService = $carrierService;
- }
-
- public function getCarrierService()
- {
- return $this->carrierService;
- }
-
- public function setModifierFlatRate(Google_Service_ShoppingContent_Price $modifierFlatRate)
- {
- $this->modifierFlatRate = $modifierFlatRate;
- }
-
- public function getModifierFlatRate()
- {
- return $this->modifierFlatRate;
- }
-
- public function setModifierPercent($modifierPercent)
- {
- $this->modifierPercent = $modifierPercent;
- }
-
- public function getModifierPercent()
- {
- return $this->modifierPercent;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setSaleCountry($saleCountry)
- {
- $this->saleCountry = $saleCountry;
- }
-
- public function getSaleCountry()
- {
- return $this->saleCountry;
- }
-
- public function setShippingOrigin($shippingOrigin)
- {
- $this->shippingOrigin = $shippingOrigin;
- }
-
- public function getShippingOrigin()
- {
- return $this->shippingOrigin;
- }
-}
-
-class Google_Service_ShoppingContent_AccountShippingCondition extends Google_Model
-{
- public $deliveryLocationGroup;
- public $deliveryLocationId;
- protected $deliveryPostalCodeType = 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange';
- protected $deliveryPostalCodeDataType = '';
- protected $priceMaxType = 'Google_Service_ShoppingContent_Price';
- protected $priceMaxDataType = '';
- public $shippingLabel;
- protected $weightMaxType = 'Google_Service_ShoppingContent_Weight';
- protected $weightMaxDataType = '';
-
- public function setDeliveryLocationGroup($deliveryLocationGroup)
- {
- $this->deliveryLocationGroup = $deliveryLocationGroup;
- }
-
- public function getDeliveryLocationGroup()
- {
- return $this->deliveryLocationGroup;
- }
-
- public function setDeliveryLocationId($deliveryLocationId)
- {
- $this->deliveryLocationId = $deliveryLocationId;
- }
-
- public function getDeliveryLocationId()
- {
- return $this->deliveryLocationId;
- }
-
- public function setDeliveryPostalCode(Google_Service_ShoppingContent_AccountShippingPostalCodeRange $deliveryPostalCode)
- {
- $this->deliveryPostalCode = $deliveryPostalCode;
- }
-
- public function getDeliveryPostalCode()
- {
- return $this->deliveryPostalCode;
- }
-
- public function setPriceMax(Google_Service_ShoppingContent_Price $priceMax)
- {
- $this->priceMax = $priceMax;
- }
-
- public function getPriceMax()
- {
- return $this->priceMax;
- }
-
- public function setShippingLabel($shippingLabel)
- {
- $this->shippingLabel = $shippingLabel;
- }
-
- public function getShippingLabel()
- {
- return $this->shippingLabel;
- }
-
- public function setWeightMax(Google_Service_ShoppingContent_Weight $weightMax)
- {
- $this->weightMax = $weightMax;
- }
-
- public function getWeightMax()
- {
- return $this->weightMax;
- }
-}
-
-class Google_Service_ShoppingContent_AccountShippingLocationGroup extends Google_Collection
-{
- public $country;
- public $locationIds;
- public $name;
- protected $postalCodesType = 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange';
- protected $postalCodesDataType = 'array';
-
- public function setCountry($country)
- {
- $this->country = $country;
- }
-
- public function getCountry()
- {
- return $this->country;
- }
-
- public function setLocationIds($locationIds)
- {
- $this->locationIds = $locationIds;
- }
-
- public function getLocationIds()
- {
- return $this->locationIds;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setPostalCodes($postalCodes)
- {
- $this->postalCodes = $postalCodes;
- }
-
- public function getPostalCodes()
- {
- return $this->postalCodes;
- }
-}
-
-class Google_Service_ShoppingContent_AccountShippingPostalCodeRange extends Google_Model
-{
- public $end;
- public $start;
-
- public function setEnd($end)
- {
- $this->end = $end;
- }
-
- public function getEnd()
- {
- return $this->end;
- }
-
- public function setStart($start)
- {
- $this->start = $start;
- }
-
- public function getStart()
- {
- return $this->start;
- }
-}
-
-class Google_Service_ShoppingContent_AccountShippingRateTable extends Google_Collection
-{
- protected $contentsType = 'Google_Service_ShoppingContent_AccountShippingRateTableCell';
- protected $contentsDataType = 'array';
- public $name;
- public $saleCountry;
-
- public function setContents($contents)
- {
- $this->contents = $contents;
- }
-
- public function getContents()
- {
- return $this->contents;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setSaleCountry($saleCountry)
- {
- $this->saleCountry = $saleCountry;
- }
-
- public function getSaleCountry()
- {
- return $this->saleCountry;
- }
-}
-
-class Google_Service_ShoppingContent_AccountShippingRateTableCell extends Google_Model
-{
- protected $conditionType = 'Google_Service_ShoppingContent_AccountShippingCondition';
- protected $conditionDataType = '';
- protected $rateType = 'Google_Service_ShoppingContent_Price';
- protected $rateDataType = '';
-
- public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition)
- {
- $this->condition = $condition;
- }
-
- public function getCondition()
- {
- return $this->condition;
- }
-
- public function setRate(Google_Service_ShoppingContent_Price $rate)
- {
- $this->rate = $rate;
- }
-
- public function getRate()
- {
- return $this->rate;
- }
-}
-
-class Google_Service_ShoppingContent_AccountShippingShippingService extends Google_Model
-{
- public $active;
- protected $calculationMethodType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod';
- protected $calculationMethodDataType = '';
- public $name;
- public $saleCountry;
-
- public function setActive($active)
- {
- $this->active = $active;
- }
-
- public function getActive()
- {
- return $this->active;
- }
-
- public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod)
- {
- $this->calculationMethod = $calculationMethod;
- }
-
- public function getCalculationMethod()
- {
- return $this->calculationMethod;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setSaleCountry($saleCountry)
- {
- $this->saleCountry = $saleCountry;
- }
-
- public function getSaleCountry()
- {
- return $this->saleCountry;
- }
-}
-
-class Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod extends Google_Model
-{
- public $carrierRate;
- protected $flatRateType = 'Google_Service_ShoppingContent_Price';
- protected $flatRateDataType = '';
- public $percentageRate;
- public $rateTable;
-
- public function setCarrierRate($carrierRate)
- {
- $this->carrierRate = $carrierRate;
- }
-
- public function getCarrierRate()
- {
- return $this->carrierRate;
- }
-
- public function setFlatRate(Google_Service_ShoppingContent_Price $flatRate)
- {
- $this->flatRate = $flatRate;
- }
-
- public function getFlatRate()
- {
- return $this->flatRate;
- }
-
- public function setPercentageRate($percentageRate)
- {
- $this->percentageRate = $percentageRate;
- }
-
- public function getPercentageRate()
- {
- return $this->percentageRate;
- }
-
- public function setRateTable($rateTable)
- {
- $this->rateTable = $rateTable;
- }
-
- public function getRateTable()
- {
- return $this->rateTable;
- }
-}
-
class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
{
public $accountId;
@@ -2030,103 +1448,6 @@ public function getValueOnLandingPage()
}
}
-class Google_Service_ShoppingContent_AccountTax extends Google_Collection
-{
- public $accountId;
- public $kind;
- protected $rulesType = 'Google_Service_ShoppingContent_AccountTaxTaxRule';
- protected $rulesDataType = 'array';
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setRules($rules)
- {
- $this->rules = $rules;
- }
-
- public function getRules()
- {
- return $this->rules;
- }
-}
-
-class Google_Service_ShoppingContent_AccountTaxTaxRule extends Google_Model
-{
- public $country;
- public $locationId;
- public $ratePercent;
- public $shippingTaxed;
- public $useGlobalRate;
-
- public function setCountry($country)
- {
- $this->country = $country;
- }
-
- public function getCountry()
- {
- return $this->country;
- }
-
- public function setLocationId($locationId)
- {
- $this->locationId = $locationId;
- }
-
- public function getLocationId()
- {
- return $this->locationId;
- }
-
- public function setRatePercent($ratePercent)
- {
- $this->ratePercent = $ratePercent;
- }
-
- public function getRatePercent()
- {
- return $this->ratePercent;
- }
-
- public function setShippingTaxed($shippingTaxed)
- {
- $this->shippingTaxed = $shippingTaxed;
- }
-
- public function getShippingTaxed()
- {
- return $this->shippingTaxed;
- }
-
- public function setUseGlobalRate($useGlobalRate)
- {
- $this->useGlobalRate = $useGlobalRate;
- }
-
- public function getUseGlobalRate()
- {
- return $this->useGlobalRate;
- }
-}
-
class Google_Service_ShoppingContent_AccountUser extends Google_Model
{
public $admin;
@@ -5533,29 +4854,3 @@ public function getResources()
return $this->resources;
}
}
-
-class Google_Service_ShoppingContent_Weight extends Google_Model
-{
- public $unit;
- public $value;
-
- public function setUnit($unit)
- {
- $this->unit = $unit;
- }
-
- public function getUnit()
- {
- return $this->unit;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
From 71275546a574bc080f2fd7cab7dbf2439475b006 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 13 Aug 2014 01:13:48 -0700
Subject: [PATCH 0112/1274] Updated MapsEngine.php
---
src/Google/Service/MapsEngine.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index d898b708e..3e57bb4d9 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -3335,6 +3335,7 @@ class Google_Service_MapsEngine_Map extends Google_Collection
public $processingStatus;
public $projectId;
public $publishedAccessList;
+ public $publishingStatus;
public $tags;
public $versions;
@@ -3468,6 +3469,16 @@ public function getPublishedAccessList()
return $this->publishedAccessList;
}
+ public function setPublishingStatus($publishingStatus)
+ {
+ $this->publishingStatus = $publishingStatus;
+ }
+
+ public function getPublishingStatus()
+ {
+ return $this->publishingStatus;
+ }
+
public function setTags($tags)
{
$this->tags = $tags;
From 62738c84ba41b4b73ad63863b3adb6da61f204ba Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 13 Aug 2014 01:13:49 -0700
Subject: [PATCH 0113/1274] Updated YouTube.php
---
src/Google/Service/YouTube.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/YouTube.php b/src/Google/Service/YouTube.php
index ea24855e5..3d4654b52 100644
--- a/src/Google/Service/YouTube.php
+++ b/src/Google/Service/YouTube.php
@@ -1893,7 +1893,7 @@ public function bind($id, $part, $optParams = array())
* broadcast stream is delayed.
* @opt_param string walltime
* The walltime parameter specifies the wall clock time at which the specified slate change will
- * occur. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
+ * occur. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
* @return Google_Service_YouTube_LiveBroadcast
*/
public function control($id, $part, $optParams = array())
From d5aef57715c52593f3ad77a30518cb82480615c9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 13 Aug 2014 01:13:50 -0700
Subject: [PATCH 0114/1274] Updated Games.php
---
src/Google/Service/Games.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Games.php b/src/Google/Service/Games.php
index 2f94fdad9..312825d8a 100644
--- a/src/Google/Service/Games.php
+++ b/src/Google/Service/Games.php
@@ -6912,6 +6912,7 @@ class Google_Service_Games_ScoreSubmission extends Google_Model
public $leaderboardId;
public $score;
public $scoreTag;
+ public $signature;
public function setKind($kind)
{
@@ -6952,6 +6953,16 @@ public function getScoreTag()
{
return $this->scoreTag;
}
+
+ public function setSignature($signature)
+ {
+ $this->signature = $signature;
+ }
+
+ public function getSignature()
+ {
+ return $this->signature;
+ }
}
class Google_Service_Games_Snapshot extends Google_Model
From ab8f7230f411b7a750067245b489d91edd2a5b89 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 14 Aug 2014 01:14:52 -0700
Subject: [PATCH 0115/1274] Updated YouTube.php
---
src/Google/Service/YouTube.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/YouTube.php b/src/Google/Service/YouTube.php
index 3d4654b52..ea24855e5 100644
--- a/src/Google/Service/YouTube.php
+++ b/src/Google/Service/YouTube.php
@@ -1893,7 +1893,7 @@ public function bind($id, $part, $optParams = array())
* broadcast stream is delayed.
* @opt_param string walltime
* The walltime parameter specifies the wall clock time at which the specified slate change will
- * occur. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
+ * occur. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
* @return Google_Service_YouTube_LiveBroadcast
*/
public function control($id, $part, $optParams = array())
From 897b0e91d0c85c96eda2f1dd61b7cb287c2aeeee Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 14 Aug 2014 01:14:53 -0700
Subject: [PATCH 0116/1274] Updated Resourceviews.php
---
src/Google/Service/Resourceviews.php | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/Google/Service/Resourceviews.php b/src/Google/Service/Resourceviews.php
index 9a1c0d51c..e3d8d1cbd 100644
--- a/src/Google/Service/Resourceviews.php
+++ b/src/Google/Service/Resourceviews.php
@@ -33,6 +33,10 @@ class Google_Service_Resourceviews extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ /** View and manage your Google Compute Engine resources. */
+ const COMPUTE = "https://www.googleapis.com/auth/compute";
+ /** View your Google Compute Engine resources. */
+ const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly";
/** View and manage your Google Cloud Platform management resources and deployment status information. */
const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman";
/** View your Google Cloud Platform management resources and deployment status information. */
@@ -464,8 +468,8 @@ public function insert($projectName, $region, Google_Service_Resourceviews_Resou
* Specifies a nextPageToken returned by a previous list request. This token can be used to request
* the next page of results from a previous list request.
* @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 500, inclusive. (Default:
- * 50)
+ * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
+ * 5000)
* @return Google_Service_Resourceviews_RegionViewsListResponse
*/
public function listRegionViews($projectName, $region, $optParams = array())
@@ -489,8 +493,8 @@ public function listRegionViews($projectName, $region, $optParams = array())
* Specifies a nextPageToken returned by a previous list request. This token can be used to request
* the next page of results from a previous list request.
* @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 500, inclusive. (Default:
- * 50)
+ * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
+ * 5000)
* @return Google_Service_Resourceviews_RegionViewsListResourcesResponse
*/
public function listresources($projectName, $region, $resourceViewName, $optParams = array())
@@ -613,8 +617,8 @@ public function insert($projectName, $zone, Google_Service_Resourceviews_Resourc
* Specifies a nextPageToken returned by a previous list request. This token can be used to request
* the next page of results from a previous list request.
* @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 500, inclusive. (Default:
- * 50)
+ * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
+ * 5000)
* @return Google_Service_Resourceviews_ZoneViewsListResponse
*/
public function listZoneViews($projectName, $zone, $optParams = array())
@@ -638,8 +642,8 @@ public function listZoneViews($projectName, $zone, $optParams = array())
* Specifies a nextPageToken returned by a previous list request. This token can be used to request
* the next page of results from a previous list request.
* @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 500, inclusive. (Default:
- * 50)
+ * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
+ * 5000)
* @return Google_Service_Resourceviews_ZoneViewsListResourcesResponse
*/
public function listresources($projectName, $zone, $resourceViewName, $optParams = array())
From b6e753576f858d00a604565390632953d3583361 Mon Sep 17 00:00:00 2001
From: Ben Menasha
Date: Thu, 14 Aug 2014 09:47:00 -0400
Subject: [PATCH 0117/1274] distinguish memcache key when array of scopes are
used.
Previously the memcache key would be "Google_Auth_AppIdentity::Array"
when an array of scopes was passed to AppIdentity->authenticateForScope.
This would causees the token to be overwritten when multiple
Google_Auth_AppIdentity were used with multiple scopes. The fix is to
expand the array of scopes into a string creating a unique key.
---
src/Google/Auth/AppIdentity.php | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/Google/Auth/AppIdentity.php b/src/Google/Auth/AppIdentity.php
index ec6663e6c..0be591762 100644
--- a/src/Google/Auth/AppIdentity.php
+++ b/src/Google/Auth/AppIdentity.php
@@ -55,7 +55,13 @@ public function authenticateForScope($scopes)
if (!$this->token) {
$this->token = AppIdentityService::getAccessToken($scopes);
if ($this->token) {
- $memcache->set(self::CACHE_PREFIX . $scopes, $this->token, self::CACHE_LIFETIME);
+ $memcache_key = self::CACHE_PREFIX;
+ if (is_string($scopes)) {
+ $memcache_key .= $scopes;
+ } else if (is_array($scopes)) {
+ $memcache_key .= implode(":", $scopes);
+ }
+ $memcache->set($memcache_key, $this->token, self::CACHE_LIFETIME);
}
}
$this->tokenScopes = $scopes;
From de468999b3719d81147285f1af925e33c99411e6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 15 Aug 2014 01:16:03 -0700
Subject: [PATCH 0118/1274] Updated Mirror.php
---
src/Google/Service/Mirror.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Google/Service/Mirror.php b/src/Google/Service/Mirror.php
index 92f060929..a44efd08a 100644
--- a/src/Google/Service/Mirror.php
+++ b/src/Google/Service/Mirror.php
@@ -564,6 +564,9 @@ class Google_Service_Mirror_Settings_Resource extends Google_Service_Resource
* The ID of the setting. The following IDs are valid:
- locale - The key to the user’s
* language/locale (BCP 47 identifier) that Glassware should use to render localized content.
+ -
+ * timezone - The key to the user’s current time zone region as defined in the tz database.
+ * Example: America/Los_Angeles.
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Setting
*/
From 3c8f3ca7b688e8073ec3ba63f7aff9e80797edd1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 15 Aug 2014 01:16:04 -0700
Subject: [PATCH 0119/1274] Updated ShoppingContent.php
---
src/Google/Service/ShoppingContent.php | 418 +------------------------
1 file changed, 2 insertions(+), 416 deletions(-)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 5a7ad1417..d1c71d104 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -210,11 +210,7 @@ public function __construct(Google_Client $client)
'datafeeds',
array(
'methods' => array(
- 'batch' => array(
- 'path' => 'datafeedsNativeBatch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'custombatch' => array(
+ 'custombatch' => array(
'path' => 'datafeeds/batch',
'httpMethod' => 'POST',
'parameters' => array(),
@@ -308,11 +304,7 @@ public function __construct(Google_Client $client)
'datafeedstatuses',
array(
'methods' => array(
- 'batch' => array(
- 'path' => 'datafeedstatusesNativeBatch',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'custombatch' => array(
+ 'custombatch' => array(
'path' => 'datafeedstatuses/batch',
'httpMethod' => 'POST',
'parameters' => array(),
@@ -716,19 +708,6 @@ public function listAccountstatuses($merchantId, $optParams = array())
class Google_Service_ShoppingContent_Datafeeds_Resource extends Google_Service_Resource
{
- /**
- * (datafeeds.batch)
- *
- * @param Google_DatafeedsBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_ShoppingContent_DatafeedsBatchResponse
- */
- public function batch(Google_Service_ShoppingContent_DatafeedsBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batch', array($params), "Google_Service_ShoppingContent_DatafeedsBatchResponse");
- }
/**
* (datafeeds.custombatch)
*
@@ -851,19 +830,6 @@ public function update($merchantId, $datafeedId, Google_Service_ShoppingContent_
class Google_Service_ShoppingContent_Datafeedstatuses_Resource extends Google_Service_Resource
{
- /**
- * (datafeedstatuses.batch)
- *
- * @param Google_DatafeedstatusesBatchRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_ShoppingContent_DatafeedstatusesBatchResponse
- */
- public function batch(Google_Service_ShoppingContent_DatafeedstatusesBatchRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('batch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesBatchResponse");
- }
/**
* (datafeedstatuses.custombatch)
*
@@ -2247,150 +2213,6 @@ public function getValue()
}
}
-class Google_Service_ShoppingContent_DatafeedsBatchRequest extends Google_Collection
-{
- protected $entrysType = 'Google_Service_ShoppingContent_DatafeedsBatchRequestEntry';
- protected $entrysDataType = 'array';
-
- public function setEntrys($entrys)
- {
- $this->entrys = $entrys;
- }
-
- public function getEntrys()
- {
- return $this->entrys;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedsBatchRequestEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedsinsertrequestType = 'Google_Service_ShoppingContent_DatafeedsInsertRequest';
- protected $datafeedsinsertrequestDataType = '';
- protected $datafeedsupdaterequestType = 'Google_Service_ShoppingContent_DatafeedsUpdateRequest';
- protected $datafeedsupdaterequestDataType = '';
- public $methodName;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeedsinsertrequest(Google_Service_ShoppingContent_DatafeedsInsertRequest $datafeedsinsertrequest)
- {
- $this->datafeedsinsertrequest = $datafeedsinsertrequest;
- }
-
- public function getDatafeedsinsertrequest()
- {
- return $this->datafeedsinsertrequest;
- }
-
- public function setDatafeedsupdaterequest(Google_Service_ShoppingContent_DatafeedsUpdateRequest $datafeedsupdaterequest)
- {
- $this->datafeedsupdaterequest = $datafeedsupdaterequest;
- }
-
- public function getDatafeedsupdaterequest()
- {
- return $this->datafeedsupdaterequest;
- }
-
- public function setMethodName($methodName)
- {
- $this->methodName = $methodName;
- }
-
- public function getMethodName()
- {
- return $this->methodName;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedsBatchResponse extends Google_Collection
-{
- protected $entrysType = 'Google_Service_ShoppingContent_DatafeedsBatchResponseEntry';
- protected $entrysDataType = 'array';
- public $kind;
-
- public function setEntrys($entrys)
- {
- $this->entrys = $entrys;
- }
-
- public function getEntrys()
- {
- return $this->entrys;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedsBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedsgetresponseType = 'Google_Service_ShoppingContent_DatafeedsGetResponse';
- protected $datafeedsgetresponseDataType = '';
- protected $datafeedsinsertresponseType = 'Google_Service_ShoppingContent_DatafeedsInsertResponse';
- protected $datafeedsinsertresponseDataType = '';
- protected $datafeedsupdateresponseType = 'Google_Service_ShoppingContent_DatafeedsUpdateResponse';
- protected $datafeedsupdateresponseDataType = '';
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeedsgetresponse(Google_Service_ShoppingContent_DatafeedsGetResponse $datafeedsgetresponse)
- {
- $this->datafeedsgetresponse = $datafeedsgetresponse;
- }
-
- public function getDatafeedsgetresponse()
- {
- return $this->datafeedsgetresponse;
- }
-
- public function setDatafeedsinsertresponse(Google_Service_ShoppingContent_DatafeedsInsertResponse $datafeedsinsertresponse)
- {
- $this->datafeedsinsertresponse = $datafeedsinsertresponse;
- }
-
- public function getDatafeedsinsertresponse()
- {
- return $this->datafeedsinsertresponse;
- }
-
- public function setDatafeedsupdateresponse(Google_Service_ShoppingContent_DatafeedsUpdateResponse $datafeedsupdateresponse)
- {
- $this->datafeedsupdateresponse = $datafeedsupdateresponse;
- }
-
- public function getDatafeedsupdateresponse()
- {
- return $this->datafeedsupdateresponse;
- }
-}
-
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequest extends Google_Collection
{
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry';
@@ -2533,76 +2355,6 @@ public function getErrors()
}
}
-class Google_Service_ShoppingContent_DatafeedsGetResponse extends Google_Model
-{
- public $kind;
- protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
- protected $resourceDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedsInsertRequest extends Google_Model
-{
- protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
- protected $resourceDataType = '';
-
- public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedsInsertResponse extends Google_Model
-{
- public $kind;
- protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
- protected $resourceDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collection
{
public $kind;
@@ -2630,145 +2382,6 @@ public function getResources()
}
}
-class Google_Service_ShoppingContent_DatafeedsUpdateRequest extends Google_Model
-{
- protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
- protected $resourceDataType = '';
-
- public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedsUpdateResponse extends Google_Model
-{
- public $kind;
- protected $resourceType = 'Google_Service_ShoppingContent_Datafeed';
- protected $resourceDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResource(Google_Service_ShoppingContent_Datafeed $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedstatusesBatchRequest extends Google_Collection
-{
- protected $entrysType = 'Google_Service_ShoppingContent_DatafeedstatusesBatchRequestEntry';
- protected $entrysDataType = 'array';
-
- public function setEntrys($entrys)
- {
- $this->entrys = $entrys;
- }
-
- public function getEntrys()
- {
- return $this->entrys;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedstatusesBatchRequestEntry extends Google_Model
-{
- public $batchId;
- public $methodName;
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setMethodName($methodName)
- {
- $this->methodName = $methodName;
- }
-
- public function getMethodName()
- {
- return $this->methodName;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedstatusesBatchResponse extends Google_Collection
-{
- protected $entrysType = 'Google_Service_ShoppingContent_DatafeedstatusesBatchResponseEntry';
- protected $entrysDataType = 'array';
- public $kind;
-
- public function setEntrys($entrys)
- {
- $this->entrys = $entrys;
- }
-
- public function getEntrys()
- {
- return $this->entrys;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_ShoppingContent_DatafeedstatusesBatchResponseEntry extends Google_Model
-{
- public $batchId;
- protected $datafeedstatusesgetresponseType = 'Google_Service_ShoppingContent_DatafeedstatusesGetResponse';
- protected $datafeedstatusesgetresponseDataType = '';
-
- public function setBatchId($batchId)
- {
- $this->batchId = $batchId;
- }
-
- public function getBatchId()
- {
- return $this->batchId;
- }
-
- public function setDatafeedstatusesgetresponse(Google_Service_ShoppingContent_DatafeedstatusesGetResponse $datafeedstatusesgetresponse)
- {
- $this->datafeedstatusesgetresponse = $datafeedstatusesgetresponse;
- }
-
- public function getDatafeedstatusesgetresponse()
- {
- return $this->datafeedstatusesgetresponse;
- }
-}
-
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest extends Google_Collection
{
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry';
@@ -2899,33 +2512,6 @@ public function getErrors()
}
}
-class Google_Service_ShoppingContent_DatafeedstatusesGetResponse extends Google_Model
-{
- public $kind;
- protected $resourceType = 'Google_Service_ShoppingContent_DatafeedStatus';
- protected $resourceDataType = '';
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setResource(Google_Service_ShoppingContent_DatafeedStatus $resource)
- {
- $this->resource = $resource;
- }
-
- public function getResource()
- {
- return $this->resource;
- }
-}
-
class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google_Collection
{
public $kind;
From ff75c3715aa0f82b5e50e6cff1e222e59f3c7cd4 Mon Sep 17 00:00:00 2001
From: Florian
Date: Sun, 17 Aug 2014 22:25:13 +0200
Subject: [PATCH 0120/1274] Fix phpdoc @returns > @return
---
src/Google/Client.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 1ec2f32c3..06f6ac5ba 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -486,7 +486,7 @@ public function setDefer($defer)
/**
* Helper method to execute deferred HTTP requests.
*
- * @returns object of the type of the expected class or array.
+ * @return object of the type of the expected class or array.
*/
public function execute($request)
{
From 7a2975ad654a208f9d8331ad3edf00d4dedc69c1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 21 Aug 2014 01:22:27 -0700
Subject: [PATCH 0121/1274] Updated MapsEngine.php
---
src/Google/Service/MapsEngine.php | 99 +++++++++++++++++++++++++++----
1 file changed, 87 insertions(+), 12 deletions(-)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index 3e57bb4d9..551eb0f99 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -224,7 +224,7 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
- 'tags' => array(
+ 'processingStatus' => array(
'location' => 'query',
'type' => 'string',
),
@@ -232,6 +232,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -286,6 +290,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'force' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
),
),'unpublish' => array(
'path' => 'layers/{id}/unpublish',
@@ -375,7 +383,7 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
- 'tags' => array(
+ 'processingStatus' => array(
'location' => 'query',
'type' => 'string',
),
@@ -383,6 +391,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -427,6 +439,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'force' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
),
),'unpublish' => array(
'path' => 'maps/{id}/unpublish',
@@ -508,7 +524,7 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
- 'tags' => array(
+ 'processingStatus' => array(
'location' => 'query',
'type' => 'string',
),
@@ -516,6 +532,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -705,6 +725,16 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'process' => array(
+ 'path' => 'rasters/{id}/process',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'upload' => array(
'path' => 'rasters/upload',
'httpMethod' => 'POST',
@@ -812,7 +842,7 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
- 'tags' => array(
+ 'processingStatus' => array(
'location' => 'query',
'type' => 'string',
),
@@ -820,6 +850,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -1219,12 +1253,14 @@ public function get($id, $optParams = array())
* @opt_param string createdAfter
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string processingStatus
+ *
* @opt_param string projectId
* The ID of a Maps Engine project, used to filter the response. To list all available projects
* with their IDs, send a Projects: list request. You can also find your project ID as the value of
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -1285,6 +1321,10 @@ public function process($id, $optParams = array())
* @param string $id
* The ID of the layer.
* @param array $optParams Optional parameters.
+ *
+ * @opt_param bool force
+ * If set to true, the API will allow publication of the layer even if it's out of date. If not
+ * true, you'll need to reprocess any out-of-date layer before publishing.
* @return Google_Service_MapsEngine_PublishResponse
*/
public function publish($id, $optParams = array())
@@ -1409,12 +1449,14 @@ public function get($id, $optParams = array())
* @opt_param string createdAfter
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string processingStatus
+ *
* @opt_param string projectId
* The ID of a Maps Engine project, used to filter the response. To list all available projects
* with their IDs, send a Projects: list request. You can also find your project ID as the value of
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -1461,6 +1503,10 @@ public function patch($id, Google_Service_MapsEngine_Map $postBody, $optParams =
* @param string $id
* The ID of the map.
* @param array $optParams Optional parameters.
+ *
+ * @opt_param bool force
+ * If set to true, the API will allow publication of the map even if it's out of date. If false,
+ * the map must have a processingStatus of complete before publishing.
* @return Google_Service_MapsEngine_PublishResponse
*/
public function publish($id, $optParams = array())
@@ -1590,12 +1636,14 @@ public function get($id, $optParams = array())
* @opt_param string createdAfter
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string processingStatus
+ *
* @opt_param string projectId
* The ID of a Maps Engine project, used to filter the response. To list all available projects
* with their IDs, send a Projects: list request. You can also find your project ID as the value of
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -1832,6 +1880,20 @@ public function patch($id, Google_Service_MapsEngine_Raster $postBody, $optParam
$params = array_merge($params, $optParams);
return $this->call('patch', array($params));
}
+ /**
+ * Process a raster asset. (rasters.process)
+ *
+ * @param string $id
+ * The ID of the raster.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_ProcessResponse
+ */
+ public function process($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
+ }
/**
* Create a skeleton raster asset for upload. (rasters.upload)
*
@@ -1975,12 +2037,14 @@ public function get($id, $optParams = array())
* @opt_param string createdAfter
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string processingStatus
+ *
* @opt_param string projectId
* The ID of a Maps Engine project, used to filter the response. To list all available projects
* with their IDs, send a Projects: list request. You can also find your project ID as the value of
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -3049,6 +3113,7 @@ class Google_Service_MapsEngine_Layer extends Google_Collection
public $processingStatus;
public $projectId;
public $publishedAccessList;
+ public $publishingStatus;
protected $styleType = 'Google_Service_MapsEngine_VectorStyle';
protected $styleDataType = '';
public $tags;
@@ -3183,6 +3248,16 @@ public function getPublishedAccessList()
return $this->publishedAccessList;
}
+ public function setPublishingStatus($publishingStatus)
+ {
+ $this->publishingStatus = $publishingStatus;
+ }
+
+ public function getPublishingStatus()
+ {
+ return $this->publishingStatus;
+ }
+
public function setStyle(Google_Service_MapsEngine_VectorStyle $style)
{
$this->style = $style;
From 503d017f64d8c737063cb4fde5ef96e63462eeaa Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 21 Aug 2014 01:22:27 -0700
Subject: [PATCH 0122/1274] Updated SQLAdmin.php
---
src/Google/Service/SQLAdmin.php | 163 +++++++++++++++++++++++++-------
1 file changed, 127 insertions(+), 36 deletions(-)
diff --git a/src/Google/Service/SQLAdmin.php b/src/Google/Service/SQLAdmin.php
index d5417e97a..8b697daa4 100644
--- a/src/Google/Service/SQLAdmin.php
+++ b/src/Google/Service/SQLAdmin.php
@@ -252,6 +252,21 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'promoteReplica' => array(
+ 'path' => 'projects/{project}/instances/{instance}/promoteReplica',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'instance' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'resetSslConfig' => array(
'path' => 'projects/{project}/instances/{instance}/resetSslConfig',
'httpMethod' => 'POST',
@@ -510,7 +525,7 @@ class Google_Service_SQLAdmin_BackupRuns_Resource extends Google_Service_Resourc
{
/**
- * Retrieves a resource containing information about a backup run.
+ * Retrieves information about a specified backup run for a Cloud SQL instance.
* (backupRuns.get)
*
* @param string $project
@@ -532,8 +547,7 @@ public function get($project, $instance, $backupConfiguration, $dueTime, $optPar
return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun");
}
/**
- * Lists all backup runs associated with a given instance and configuration in
- * the reverse chronological order of the enqueued time.
+ * Lists all backup runs associated with a Cloud SQL instance.
* (backupRuns.listBackupRuns)
*
* @param string $project
@@ -571,7 +585,7 @@ class Google_Service_SQLAdmin_Flags_Resource extends Google_Service_Resource
{
/**
- * List all available database flags for Google Cloud SQL instances.
+ * Lists all database flags that can be set for Google Cloud SQL instances.
* (flags.listFlags)
*
* @param array $optParams Optional parameters.
@@ -597,7 +611,7 @@ class Google_Service_SQLAdmin_Instances_Resource extends Google_Service_Resource
{
/**
- * Creates a Cloud SQL instance as a clone of the source instance.
+ * Creates a Cloud SQL instance as a clone of a source instance.
* (instances.cloneInstances)
*
* @param string $project
@@ -647,8 +661,7 @@ public function export($project, $instance, Google_Service_SQLAdmin_InstancesExp
return $this->call('export', array($params), "Google_Service_SQLAdmin_InstancesExportResponse");
}
/**
- * Retrieves a resource containing information about a Cloud SQL instance.
- * (instances.get)
+ * Retrieves information about a Cloud SQL instance. (instances.get)
*
* @param string $project
* Project ID of the project that contains the instance.
@@ -664,8 +677,8 @@ public function get($project, $instance, $optParams = array())
return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance");
}
/**
- * Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud
- * Storage. (instances.import)
+ * Imports data into a Cloud SQL instance from a MySQL dump file stored in a
+ * Google Cloud Storage bucket. (instances.import)
*
* @param string $project
* Project ID of the project that contains the instance.
@@ -697,8 +710,8 @@ public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postB
return $this->call('insert', array($params), "Google_Service_SQLAdmin_InstancesInsertResponse");
}
/**
- * Lists instances under a given project in the alphabetical order of the
- * instance name. (instances.listInstances)
+ * Lists instances for a given project, in alphabetical order by instance name.
+ * (instances.listInstances)
*
* @param string $project
* Project ID of the project for which to list Cloud SQL instances.
@@ -717,9 +730,7 @@ public function listInstances($project, $optParams = array())
return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse");
}
/**
- * Updates settings of a Cloud SQL instance. Caution: This is not a partial
- * update, so you must include values for all the settings that you want to
- * retain. For partial updates, use patch.. This method supports patch
+ * Updates the settings of a Cloud SQL instance. This method supports patch
* semantics. (instances.patch)
*
* @param string $project
@@ -736,11 +747,26 @@ public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInsta
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_SQLAdmin_InstancesUpdateResponse");
}
+ /**
+ * Promotes the read replica instance to be a stand-alone Cloud SQL instance.
+ * (instances.promoteReplica)
+ *
+ * @param string $project
+ * ID of the project that contains the read replica.
+ * @param string $instance
+ * Cloud SQL read replica instance name.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_InstancesPromoteReplicaResponse
+ */
+ public function promoteReplica($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_InstancesPromoteReplicaResponse");
+ }
/**
* Deletes all client certificates and generates a new server SSL certificate
- * for the instance. The changes will not take effect until the instance is
- * restarted. Existing instances without a server certificate will need to call
- * this once to set a server certificate. (instances.resetSslConfig)
+ * for a Cloud SQL instance. (instances.resetSslConfig)
*
* @param string $project
* Project ID of the project that contains the instance.
@@ -793,7 +819,8 @@ public function restoreBackup($project, $instance, $backupConfiguration, $dueTim
return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_InstancesRestoreBackupResponse");
}
/**
- * Sets the password for the root user. (instances.setRootPassword)
+ * Sets the password for the root user of the specified Cloud SQL instance.
+ * (instances.setRootPassword)
*
* @param string $project
* Project ID of the project that contains the instance.
@@ -810,9 +837,7 @@ public function setRootPassword($project, $instance, Google_Service_SQLAdmin_Ins
return $this->call('setRootPassword', array($params), "Google_Service_SQLAdmin_InstancesSetRootPasswordResponse");
}
/**
- * Updates settings of a Cloud SQL instance. Caution: This is not a partial
- * update, so you must include values for all the settings that you want to
- * retain. For partial updates, use patch. (instances.update)
+ * Updates the settings of a Cloud SQL instance. (instances.update)
*
* @param string $project
* Project ID of the project that contains the instance.
@@ -842,8 +867,8 @@ class Google_Service_SQLAdmin_Operations_Resource extends Google_Service_Resourc
{
/**
- * Retrieves an instance operation that has been performed on an instance.
- * (operations.get)
+ * Retrieves information about a specific operation that was performed on a
+ * Cloud SQL instance. (operations.get)
*
* @param string $project
* Project ID of the project that contains the instance.
@@ -861,8 +886,7 @@ public function get($project, $instance, $operation, $optParams = array())
return $this->call('get', array($params), "Google_Service_SQLAdmin_InstanceOperation");
}
/**
- * Lists all instance operations that have been performed on the given Cloud SQL
- * instance in the reverse chronological order of the start time.
+ * Lists all operations that have been performed on a Cloud SQL instance.
* (operations.listOperations)
*
* @param string $project
@@ -897,8 +921,7 @@ class Google_Service_SQLAdmin_SslCerts_Resource extends Google_Service_Resource
{
/**
- * Deletes the SSL certificate. The change will not take effect until the
- * instance is restarted. (sslCerts.delete)
+ * Deletes an SSL certificate from a Cloud SQL instance. (sslCerts.delete)
*
* @param string $project
* Project ID of the project that contains the instance to be deleted.
@@ -916,9 +939,8 @@ public function delete($project, $instance, $sha1Fingerprint, $optParams = array
return $this->call('delete', array($params), "Google_Service_SQLAdmin_SslCertsDeleteResponse");
}
/**
- * Retrieves a particular SSL certificate. Does not include the private key
- * (required for usage). The private key must be saved from the response to
- * initial creation. (sslCerts.get)
+ * Retrieves an SSL certificate as specified by its SHA-1 fingerprint.
+ * (sslCerts.get)
*
* @param string $project
* Project ID of the project that contains the instance.
@@ -936,9 +958,8 @@ public function get($project, $instance, $sha1Fingerprint, $optParams = array())
return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert");
}
/**
- * Creates an SSL certificate and returns it along with the private key and
- * server certificate authority. The new certificate will not be usable until
- * the instance is restarted. (sslCerts.insert)
+ * Creates an SSL certificate and returns the certificate, the associated
+ * private key, and the server certificate authority. (sslCerts.insert)
*
* @param string $project
* Project ID of the project to which the newly created Cloud SQL instances should belong.
@@ -955,7 +976,7 @@ public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInse
return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse");
}
/**
- * Lists all of the current SSL certificates for the instance.
+ * Lists all of the current SSL certificates defined for a Cloud SQL instance.
* (sslCerts.listSslCerts)
*
* @param string $project
@@ -985,8 +1006,8 @@ class Google_Service_SQLAdmin_Tiers_Resource extends Google_Service_Resource
{
/**
- * Lists all available service tiers for Google Cloud SQL, for example D1, D2.
- * For related information, see Pricing. (tiers.listTiers)
+ * Lists service tiers that can be used to create Google Cloud SQL instances.
+ * (tiers.listTiers)
*
* @param string $project
* Project ID of the project for which to list tiers.
@@ -1323,12 +1344,15 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
public $databaseVersion;
public $etag;
public $instance;
+ public $instanceType;
protected $ipAddressesType = 'Google_Service_SQLAdmin_IpMapping';
protected $ipAddressesDataType = 'array';
public $kind;
+ public $masterInstanceName;
public $maxDiskSize;
public $project;
public $region;
+ public $replicaNames;
protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
protected $serverCaCertDataType = '';
protected $settingsType = 'Google_Service_SQLAdmin_Settings';
@@ -1375,6 +1399,16 @@ public function getInstance()
return $this->instance;
}
+ public function setInstanceType($instanceType)
+ {
+ $this->instanceType = $instanceType;
+ }
+
+ public function getInstanceType()
+ {
+ return $this->instanceType;
+ }
+
public function setIpAddresses($ipAddresses)
{
$this->ipAddresses = $ipAddresses;
@@ -1395,6 +1429,16 @@ public function getKind()
return $this->kind;
}
+ public function setMasterInstanceName($masterInstanceName)
+ {
+ $this->masterInstanceName = $masterInstanceName;
+ }
+
+ public function getMasterInstanceName()
+ {
+ return $this->masterInstanceName;
+ }
+
public function setMaxDiskSize($maxDiskSize)
{
$this->maxDiskSize = $maxDiskSize;
@@ -1425,6 +1469,16 @@ public function getRegion()
return $this->region;
}
+ public function setReplicaNames($replicaNames)
+ {
+ $this->replicaNames = $replicaNames;
+ }
+
+ public function getReplicaNames()
+ {
+ return $this->replicaNames;
+ }
+
public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
{
$this->serverCaCert = $serverCaCert;
@@ -2020,6 +2074,32 @@ public function getNextPageToken()
}
}
+class Google_Service_SQLAdmin_InstancesPromoteReplicaResponse extends Google_Model
+{
+ public $kind;
+ public $operation;
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setOperation($operation)
+ {
+ $this->operation = $operation;
+ }
+
+ public function getOperation()
+ {
+ return $this->operation;
+ }
+}
+
class Google_Service_SQLAdmin_InstancesResetSslConfigResponse extends Google_Model
{
public $kind;
@@ -2348,6 +2428,7 @@ class Google_Service_SQLAdmin_Settings extends Google_Collection
protected $backupConfigurationDataType = 'array';
protected $databaseFlagsType = 'Google_Service_SQLAdmin_DatabaseFlags';
protected $databaseFlagsDataType = 'array';
+ public $databaseReplicationEnabled;
protected $ipConfigurationType = 'Google_Service_SQLAdmin_IpConfiguration';
protected $ipConfigurationDataType = '';
public $kind;
@@ -2398,6 +2479,16 @@ public function getDatabaseFlags()
return $this->databaseFlags;
}
+ public function setDatabaseReplicationEnabled($databaseReplicationEnabled)
+ {
+ $this->databaseReplicationEnabled = $databaseReplicationEnabled;
+ }
+
+ public function getDatabaseReplicationEnabled()
+ {
+ return $this->databaseReplicationEnabled;
+ }
+
public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration)
{
$this->ipConfiguration = $ipConfiguration;
From 0df848bc2ae9905257586574760b72423c3c11fe Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 21 Aug 2014 01:22:28 -0700
Subject: [PATCH 0123/1274] Updated Drive.php
---
src/Google/Service/Drive.php | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/Google/Service/Drive.php b/src/Google/Service/Drive.php
index 1ed485817..a922fd52e 100644
--- a/src/Google/Service/Drive.php
+++ b/src/Google/Service/Drive.php
@@ -1669,7 +1669,8 @@ class Google_Service_Drive_Files_Resource extends Google_Service_Resource
* The visibility of the new file. This parameter is only relevant when the source is not a native
* Google Doc and convert=false.
* @opt_param bool pinned
- * Whether to pin the head revision of the new copy.
+ * Whether to pin the head revision of the new copy. A file can have a maximum of 200 pinned
+ * revisions.
* @opt_param bool ocr
* Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
* @opt_param string timedTextTrackName
@@ -1742,7 +1743,8 @@ public function get($fileId, $optParams = array())
* @opt_param string visibility
* The visibility of the new file. This parameter is only relevant when convert=false.
* @opt_param bool pinned
- * Whether to pin the head revision of the uploaded file.
+ * Whether to pin the head revision of the uploaded file. A file can have a maximum of 200 pinned
+ * revisions.
* @opt_param bool ocr
* Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
* @opt_param string timedTextTrackName
@@ -1804,7 +1806,7 @@ public function listFiles($optParams = array())
* @opt_param string ocrLanguage
* If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
* @opt_param bool pinned
- * Whether to pin the new revision.
+ * Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
* @opt_param bool newRevision
* Whether a blob upload should create a new revision. If false, the blob data in the current head
* revision is replaced. If not set or true, a new blob is created as head revision, and previous
@@ -1888,7 +1890,7 @@ public function untrash($fileId, $optParams = array())
* @opt_param string ocrLanguage
* If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
* @opt_param bool pinned
- * Whether to pin the new revision.
+ * Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
* @opt_param bool newRevision
* Whether a blob upload should create a new revision. If false, the blob data in the current head
* revision is replaced. If not set or true, a new blob is created as head revision, and previous
From 8111457846ab2769339f4977921dc8fbd09274c8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 22 Aug 2014 01:23:36 -0700
Subject: [PATCH 0124/1274] Updated MapsEngine.php
---
src/Google/Service/MapsEngine.php | 354 ++++++++++++++++++++++++++++++
1 file changed, 354 insertions(+)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index 551eb0f99..ed528cefe 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -42,6 +42,7 @@ class Google_Service_MapsEngine extends Google_Service
public $layers_parents;
public $maps;
public $projects;
+ public $projects_icons;
public $rasterCollections;
public $rasterCollections_parents;
public $rasterCollections_rasters;
@@ -126,6 +127,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'role' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'type' => array(
'location' => 'query',
'type' => 'string',
@@ -260,6 +265,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'role' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'patch' => array(
'path' => 'layers/{id}',
@@ -419,6 +428,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'role' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'patch' => array(
'path' => 'maps/{id}',
@@ -472,6 +485,59 @@ public function __construct(Google_Client $client)
)
)
);
+ $this->projects_icons = new Google_Service_MapsEngine_ProjectsIcons_Resource(
+ $this,
+ $this->serviceName,
+ 'icons',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'projects/{projectId}/icons',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'projectId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'projects/{projectId}/icons/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'projectId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'projects/{projectId}/icons',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'projectId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->rasterCollections = new Google_Service_MapsEngine_RasterCollections_Resource(
$this,
$this->serviceName,
@@ -560,6 +626,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'role' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'patch' => array(
'path' => 'rasterCollections/{id}',
@@ -684,6 +754,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'role' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),
)
@@ -715,6 +789,60 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'list' => array(
+ 'path' => 'rasters',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'projectId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'modifiedAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdAfter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'processingStatus' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'tags' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'creatorEmail' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'bbox' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'modifiedBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'createdBefore' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'role' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
),'patch' => array(
'path' => 'rasters/{id}',
'httpMethod' => 'PATCH',
@@ -878,6 +1006,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'role' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'patch' => array(
'path' => 'tables/{id}',
@@ -1123,6 +1255,9 @@ public function get($id, $optParams = array())
* @opt_param string createdBefore
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or before this time.
+ * @opt_param string role
+ * The role parameter indicates that the response should only contain assets where the current user
+ * has the specified level of access.
* @opt_param string type
* An asset type restriction. If set, only resources of this type will be returned.
* @return Google_Service_MapsEngine_AssetsListResponse
@@ -1279,6 +1414,9 @@ public function get($id, $optParams = array())
* @opt_param string createdBefore
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or before this time.
+ * @opt_param string role
+ * The role parameter indicates that the response should only contain assets where the current user
+ * has the specified level of access.
* @return Google_Service_MapsEngine_LayersListResponse
*/
public function listLayers($optParams = array())
@@ -1475,6 +1613,9 @@ public function get($id, $optParams = array())
* @opt_param string createdBefore
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or before this time.
+ * @opt_param string role
+ * The role parameter indicates that the response should only contain assets where the current user
+ * has the specified level of access.
* @return Google_Service_MapsEngine_MapsListResponse
*/
public function listMaps($optParams = array())
@@ -1556,6 +1697,71 @@ public function listProjects($optParams = array())
}
}
+/**
+ * The "icons" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $icons = $mapsengineService->icons;
+ *
+ */
+class Google_Service_MapsEngine_ProjectsIcons_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Create an icon. (icons.create)
+ *
+ * @param string $projectId
+ * The ID of the project.
+ * @param Google_Icon $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_Icon
+ */
+ public function create($projectId, Google_Service_MapsEngine_Icon $postBody, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_MapsEngine_Icon");
+ }
+ /**
+ * Return metadata for a specific icon (icons.get)
+ *
+ * @param string $projectId
+ * The ID of the project.
+ * @param string $id
+ * The ID of the icon.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_Icon
+ */
+ public function get($projectId, $id, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_MapsEngine_Icon");
+ }
+ /**
+ * Return all icons in the current project (icons.listProjectsIcons)
+ *
+ * @param string $projectId
+ * The ID of the project.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 50.
+ * @return Google_Service_MapsEngine_IconsListResponse
+ */
+ public function listProjectsIcons($projectId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_IconsListResponse");
+ }
+}
+
/**
* The "rasterCollections" collection of methods.
* Typical usage is:
@@ -1662,6 +1868,9 @@ public function get($id, $optParams = array())
* @opt_param string createdBefore
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or before this time.
+ * @opt_param string role
+ * The role parameter indicates that the response should only contain assets where the current user
+ * has the specified level of access.
* @return Google_Service_MapsEngine_RasterCollectionsListResponse
*/
public function listRasterCollections($optParams = array())
@@ -1816,6 +2025,9 @@ public function batchInsert($id, Google_Service_MapsEngine_RasterCollectionsRast
* @opt_param string createdBefore
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or before this time.
+ * @opt_param string role
+ * The role parameter indicates that the response should only contain assets where the current user
+ * has the specified level of access.
* @return Google_Service_MapsEngine_RasterCollectionsRastersListResponse
*/
public function listRasterCollectionsRasters($id, $optParams = array())
@@ -1866,6 +2078,54 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Raster");
}
+ /**
+ * Return all rasters readable by the current user. (rasters.listRasters)
+ *
+ * @param string $projectId
+ * The ID of a Maps Engine project, used to filter the response. To list all available projects
+ * with their IDs, send a Projects: list request. You can also find your project ID as the value of
+ * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string modifiedAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or after this time.
+ * @opt_param string createdAfter
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or after this time.
+ * @opt_param string processingStatus
+ *
+ * @opt_param string tags
+ * A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail
+ * An email address representing a user. Returned assets that have been created by the user
+ * associated with the provided email address.
+ * @opt_param string bbox
+ * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
+ * bounding box will be returned.
+ * @opt_param string modifiedBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been modified at or before this time.
+ * @opt_param string createdBefore
+ * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
+ * been created at or before this time.
+ * @opt_param string role
+ * The role parameter indicates that the response should only contain assets where the current user
+ * has the specified level of access.
+ * @return Google_Service_MapsEngine_RastersListResponse
+ */
+ public function listRasters($projectId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_RastersListResponse");
+ }
/**
* Mutate a raster asset. (rasters.patch)
*
@@ -2063,6 +2323,9 @@ public function get($id, $optParams = array())
* @opt_param string createdBefore
* An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
* been created at or before this time.
+ * @opt_param string role
+ * The role parameter indicates that the response should only contain assets where the current user
+ * has the specified level of access.
* @return Google_Service_MapsEngine_TablesListResponse
*/
public function listTables($optParams = array())
@@ -2989,6 +3252,43 @@ class Google_Service_MapsEngine_GeoJsonProperties extends Google_Model
}
+class Google_Service_MapsEngine_Icon extends Google_Model
+{
+ public $description;
+ public $id;
+ public $name;
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
class Google_Service_MapsEngine_IconStyle extends Google_Model
{
public $id;
@@ -3015,6 +3315,33 @@ public function getName()
}
}
+class Google_Service_MapsEngine_IconsListResponse extends Google_Collection
+{
+ protected $iconsType = 'Google_Service_MapsEngine_Icon';
+ protected $iconsDataType = 'array';
+ public $nextPageToken;
+
+ public function setIcons($icons)
+ {
+ $this->icons = $icons;
+ }
+
+ public function getIcons()
+ {
+ return $this->icons;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
class Google_Service_MapsEngine_LabelStyle extends Google_Model
{
public $color;
@@ -4519,6 +4846,33 @@ public function getRasters()
}
}
+class Google_Service_MapsEngine_RastersListResponse extends Google_Collection
+{
+ public $nextPageToken;
+ protected $rastersType = 'Google_Service_MapsEngine_Raster';
+ protected $rastersDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setRasters($rasters)
+ {
+ $this->rasters = $rasters;
+ }
+
+ public function getRasters()
+ {
+ return $this->rasters;
+ }
+}
+
class Google_Service_MapsEngine_Schema extends Google_Collection
{
protected $columnsType = 'Google_Service_MapsEngine_TableColumn';
From f71b5e9ff7df7c045a34cf6106d03983cc77af07 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 22 Aug 2014 01:23:36 -0700
Subject: [PATCH 0125/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 60 +++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index b568ca9d7..53e1fa59d 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -1872,6 +1872,7 @@ public function getJobId()
class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
{
public $datasetId;
+ public $format;
public $sourceUris;
public function setDatasetId($datasetId)
@@ -1884,6 +1885,16 @@ public function getDatasetId()
return $this->datasetId;
}
+ public function setFormat($format)
+ {
+ $this->format = $format;
+ }
+
+ public function getFormat()
+ {
+ return $this->format;
+ }
+
public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
@@ -1918,6 +1929,8 @@ class Google_Service_Genomics_Job extends Google_Collection
public $id;
public $importedIds;
public $projectId;
+ protected $requestType = 'Google_Service_Genomics_JobRequest';
+ protected $requestDataType = '';
public $status;
public $warnings;
@@ -1981,6 +1994,16 @@ public function getProjectId()
return $this->projectId;
}
+ public function setRequest(Google_Service_Genomics_JobRequest $request)
+ {
+ $this->request = $request;
+ }
+
+ public function getRequest()
+ {
+ return $this->request;
+ }
+
public function setStatus($status)
{
$this->status = $status;
@@ -2002,6 +2025,43 @@ public function getWarnings()
}
}
+class Google_Service_Genomics_JobRequest extends Google_Collection
+{
+ public $destination;
+ public $source;
+ public $type;
+
+ public function setDestination($destination)
+ {
+ $this->destination = $destination;
+ }
+
+ public function getDestination()
+ {
+ return $this->destination;
+ }
+
+ public function setSource($source)
+ {
+ $this->source = $source;
+ }
+
+ public function getSource()
+ {
+ return $this->source;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
class Google_Service_Genomics_ListCoverageBucketsResponse extends Google_Collection
{
public $bucketWidth;
From f0fbc4f098444f194c7957235f14b1a23b0d7ee3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 22 Aug 2014 01:23:37 -0700
Subject: [PATCH 0126/1274] Updated Manager.php
---
src/Google/Service/Manager.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Manager.php b/src/Google/Service/Manager.php
index e99718862..5085e8cfe 100644
--- a/src/Google/Service/Manager.php
+++ b/src/Google/Service/Manager.php
@@ -997,6 +997,7 @@ class Google_Service_Manager_LbModule extends Google_Collection
public $ipAddress;
public $ipProtocol;
public $portRange;
+ public $sessionAffinity;
public $targetModules;
public function setDescription($description)
@@ -1049,6 +1050,16 @@ public function getPortRange()
return $this->portRange;
}
+ public function setSessionAffinity($sessionAffinity)
+ {
+ $this->sessionAffinity = $sessionAffinity;
+ }
+
+ public function getSessionAffinity()
+ {
+ return $this->sessionAffinity;
+ }
+
public function setTargetModules($targetModules)
{
$this->targetModules = $targetModules;
From 6cd719a35f3cd6d3e74b425afeb3ec1ed24ecace Mon Sep 17 00:00:00 2001
From: Matthew Strickland
Date: Mon, 25 Aug 2014 18:15:59 -0700
Subject: [PATCH 0127/1274] Fix multiple header definitions in
ParseStringHeaders method
---
src/Google/IO/Abstract.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/IO/Abstract.php b/src/Google/IO/Abstract.php
index 2d80afdd8..4f1134211 100644
--- a/src/Google/IO/Abstract.php
+++ b/src/Google/IO/Abstract.php
@@ -300,7 +300,7 @@ private function parseStringHeaders($rawHeaders)
if ($headerLine && strpos($headerLine, ':') !== false) {
list($header, $value) = explode(': ', $headerLine, 2);
$header = strtolower($header);
- if (isset($responseHeaders[$header])) {
+ if (isset($headers[$header])) {
$headers[$header] .= "\n" . $value;
} else {
$headers[$header] = $value;
From df075bbd62bdbf885fe93a8800f1ba40cf3ec90a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 01:30:46 -0700
Subject: [PATCH 0128/1274] Updated ShoppingContent.php
---
src/Google/Service/ShoppingContent.php | 66 ++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index d1c71d104..7040943b0 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -3024,6 +3024,7 @@ class Google_Service_ShoppingContent_Product extends Google_Collection
public $salePriceEffectiveDate;
protected $shippingType = 'Google_Service_ShoppingContent_ProductShipping';
protected $shippingDataType = 'array';
+ public $shippingLabel;
protected $shippingWeightType = 'Google_Service_ShoppingContent_ProductShippingWeight';
protected $shippingWeightDataType = '';
public $sizeSystem;
@@ -3519,6 +3520,16 @@ public function getShipping()
return $this->shipping;
}
+ public function setShippingLabel($shippingLabel)
+ {
+ $this->shippingLabel = $shippingLabel;
+ }
+
+ public function getShippingLabel()
+ {
+ return $this->shippingLabel;
+ }
+
public function setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight)
{
$this->shippingWeight = $shippingWeight;
@@ -3761,6 +3772,9 @@ public function getMonths()
class Google_Service_ShoppingContent_ProductShipping extends Google_Model
{
public $country;
+ public $locationGroupName;
+ public $locationId;
+ public $postalCode;
protected $priceType = 'Google_Service_ShoppingContent_Price';
protected $priceDataType = '';
public $region;
@@ -3776,6 +3790,36 @@ public function getCountry()
return $this->country;
}
+ public function setLocationGroupName($locationGroupName)
+ {
+ $this->locationGroupName = $locationGroupName;
+ }
+
+ public function getLocationGroupName()
+ {
+ return $this->locationGroupName;
+ }
+
+ public function setLocationId($locationId)
+ {
+ $this->locationId = $locationId;
+ }
+
+ public function getLocationId()
+ {
+ return $this->locationId;
+ }
+
+ public function setPostalCode($postalCode)
+ {
+ $this->postalCode = $postalCode;
+ }
+
+ public function getPostalCode()
+ {
+ return $this->postalCode;
+ }
+
public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
@@ -4026,6 +4070,8 @@ public function getIntention()
class Google_Service_ShoppingContent_ProductTax extends Google_Model
{
public $country;
+ public $locationId;
+ public $postalCode;
public $rate;
public $region;
public $taxShip;
@@ -4040,6 +4086,26 @@ public function getCountry()
return $this->country;
}
+ public function setLocationId($locationId)
+ {
+ $this->locationId = $locationId;
+ }
+
+ public function getLocationId()
+ {
+ return $this->locationId;
+ }
+
+ public function setPostalCode($postalCode)
+ {
+ $this->postalCode = $postalCode;
+ }
+
+ public function getPostalCode()
+ {
+ return $this->postalCode;
+ }
+
public function setRate($rate)
{
$this->rate = $rate;
From fd55df08644e73a754f72579adcd6044cb76767d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 01:30:46 -0700
Subject: [PATCH 0129/1274] Updated Gmail.php
---
src/Google/Service/Gmail.php | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)
diff --git a/src/Google/Service/Gmail.php b/src/Google/Service/Gmail.php
index aec364df2..ec716fc0d 100644
--- a/src/Google/Service/Gmail.php
+++ b/src/Google/Service/Gmail.php
@@ -332,6 +332,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'internalDateSource' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'insert' => array(
'path' => '{userId}/messages',
@@ -342,6 +346,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'internalDateSource' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'list' => array(
'path' => '{userId}/messages',
@@ -909,13 +917,17 @@ public function get($userId, $id, $optParams = array())
return $this->call('get', array($params), "Google_Service_Gmail_Message");
}
/**
- * Directly imports a message into only this user's mailbox, similar to
- * receiving via SMTP. Does not send a message. (messages.import)
+ * Imports a message into only this user's mailbox, with standard email delivery
+ * scanning and classification similar to receiving via SMTP. Does not send a
+ * message. (messages.import)
*
* @param string $userId
* The user's email address. The special value me can be used to indicate the authenticated user.
* @param Google_Message $postBody
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string internalDateSource
+ * Source for Gmail's internal date of the message.
* @return Google_Service_Gmail_Message
*/
public function import($userId, Google_Service_Gmail_Message $postBody, $optParams = array())
@@ -925,13 +937,17 @@ public function import($userId, Google_Service_Gmail_Message $postBody, $optPara
return $this->call('import', array($params), "Google_Service_Gmail_Message");
}
/**
- * Directly inserts a message into only this user's mailbox. Does not send a
- * message. (messages.insert)
+ * Directly inserts a message into only this user's mailbox similar to IMAP
+ * APPEND, bypassing most scanning and classification. Does not send a message.
+ * (messages.insert)
*
* @param string $userId
* The user's email address. The special value me can be used to indicate the authenticated user.
* @param Google_Message $postBody
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string internalDateSource
+ * Source for Gmail's internal date of the message.
* @return Google_Service_Gmail_Message
*/
public function insert($userId, Google_Service_Gmail_Message $postBody, $optParams = array())
From fd9db683efa14bfe26dd6cc461169afda2c6b843 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:09 -0700
Subject: [PATCH 0130/1274] Updated YouTube.php
---
src/Google/Service/YouTube.php | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/src/Google/Service/YouTube.php b/src/Google/Service/YouTube.php
index ea24855e5..404cc4299 100644
--- a/src/Google/Service/YouTube.php
+++ b/src/Google/Service/YouTube.php
@@ -3333,6 +3333,7 @@ public function unsetWatermarks($channelId, $optParams = array())
class Google_Service_YouTube_AccessPolicy extends Google_Collection
{
+ protected $collection_key = 'exception';
public $allowed;
public $exception;
@@ -3674,6 +3675,7 @@ public function getResourceId()
class Google_Service_YouTube_ActivityContentDetailsPromotedItem extends Google_Collection
{
+ protected $collection_key = 'impressionUrl';
public $adTag;
public $clickTrackingUrl;
public $creativeViewUrl;
@@ -3918,6 +3920,7 @@ public function getVideoId()
class Google_Service_YouTube_ActivityListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Activity';
@@ -4397,6 +4400,7 @@ public function getUrl()
class Google_Service_YouTube_ChannelBrandingSettings extends Google_Collection
{
+ protected $collection_key = 'hints';
protected $channelType = 'Google_Service_YouTube_ChannelSettings';
protected $channelDataType = '';
protected $hintsType = 'Google_Service_YouTube_PropertyValue';
@@ -4587,6 +4591,7 @@ public function getConversionUrl()
class Google_Service_YouTube_ChannelConversionPings extends Google_Collection
{
+ protected $collection_key = 'pings';
protected $pingsType = 'Google_Service_YouTube_ChannelConversionPing';
protected $pingsDataType = 'array';
@@ -4603,6 +4608,7 @@ public function getPings()
class Google_Service_YouTube_ChannelListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Channel';
@@ -4770,6 +4776,7 @@ public function getSnippet()
class Google_Service_YouTube_ChannelSectionContentDetails extends Google_Collection
{
+ protected $collection_key = 'playlists';
public $channels;
public $playlists;
@@ -4796,6 +4803,7 @@ public function getPlaylists()
class Google_Service_YouTube_ChannelSectionListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_ChannelSection';
@@ -4915,6 +4923,7 @@ public function getType()
class Google_Service_YouTube_ChannelSettings extends Google_Collection
{
+ protected $collection_key = 'featuredChannelsUrls';
public $defaultTab;
public $description;
public $featuredChannelsTitle;
@@ -5185,6 +5194,7 @@ public function getPrivacyStatus()
class Google_Service_YouTube_ChannelTopicDetails extends Google_Collection
{
+ protected $collection_key = 'topicIds';
public $topicIds;
public function setTopicIds($topicIds)
@@ -5983,6 +5993,7 @@ public function getSnippet()
class Google_Service_YouTube_GuideCategoryListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_GuideCategory';
@@ -6164,6 +6175,7 @@ public function getSnippet()
class Google_Service_YouTube_I18nLanguageListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_I18nLanguage';
@@ -6299,6 +6311,7 @@ public function getSnippet()
class Google_Service_YouTube_I18nRegionListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_I18nRegion';
@@ -6760,6 +6773,7 @@ public function getType()
class Google_Service_YouTube_InvideoPromotion extends Google_Collection
{
+ protected $collection_key = 'items';
protected $defaultTimingType = 'Google_Service_YouTube_InvideoTiming';
protected $defaultTimingDataType = '';
protected $itemsType = 'Google_Service_YouTube_PromotedItem';
@@ -7003,6 +7017,7 @@ public function getStartWithSlate()
class Google_Service_YouTube_LiveBroadcastListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_LiveBroadcast';
@@ -7361,6 +7376,7 @@ public function getClosedCaptionsIngestionUrl()
class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_LiveStream';
@@ -7530,6 +7546,7 @@ public function getStreamStatus()
class Google_Service_YouTube_LocalizedProperty extends Google_Collection
{
+ protected $collection_key = 'localized';
public $default;
protected $localizedType = 'Google_Service_YouTube_LocalizedString';
protected $localizedDataType = 'array';
@@ -7867,6 +7884,7 @@ public function getVideoId()
class Google_Service_YouTube_PlaylistItemListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_PlaylistItem';
@@ -8093,6 +8111,7 @@ public function getPrivacyStatus()
class Google_Service_YouTube_PlaylistListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Playlist';
@@ -8214,6 +8233,7 @@ public function getEmbedHtml()
class Google_Service_YouTube_PlaylistSnippet extends Google_Collection
{
+ protected $collection_key = 'tags';
public $channelId;
public $channelTitle;
public $description;
@@ -8483,6 +8503,7 @@ public function getVideoId()
class Google_Service_YouTube_SearchListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_SearchResult';
@@ -8831,6 +8852,7 @@ public function getTotalItemCount()
class Google_Service_YouTube_SubscriptionListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Subscription';
@@ -9170,6 +9192,7 @@ public function getStandard()
class Google_Service_YouTube_ThumbnailSetResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_ThumbnailDetails';
@@ -9538,6 +9561,7 @@ public function getSnippet()
class Google_Service_YouTube_VideoCategoryListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_VideoCategory';
@@ -9776,6 +9800,7 @@ public function getRegionRestriction()
class Google_Service_YouTube_VideoContentDetailsRegionRestriction extends Google_Collection
{
+ protected $collection_key = 'blocked';
public $allowed;
public $blocked;
@@ -9828,6 +9853,7 @@ public function getConversionUrl()
class Google_Service_YouTube_VideoConversionPings extends Google_Collection
{
+ protected $collection_key = 'pings';
protected $pingsType = 'Google_Service_YouTube_VideoConversionPing';
protected $pingsDataType = 'array';
@@ -9844,6 +9870,7 @@ public function getPings()
class Google_Service_YouTube_VideoFileDetails extends Google_Collection
{
+ protected $collection_key = 'videoStreams';
protected $audioStreamsType = 'Google_Service_YouTube_VideoFileDetailsAudioStream';
protected $audioStreamsDataType = 'array';
public $bitrateBps;
@@ -10101,6 +10128,7 @@ public function getWidthPixels()
class Google_Service_YouTube_VideoGetRatingResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_YouTube_VideoRating';
protected $itemsDataType = 'array';
@@ -10139,6 +10167,7 @@ public function getKind()
class Google_Service_YouTube_VideoListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $eventId;
protected $itemsType = 'Google_Service_YouTube_Video';
@@ -10465,6 +10494,7 @@ public function getTimeLeftMs()
class Google_Service_YouTube_VideoProjectDetails extends Google_Collection
{
+ protected $collection_key = 'tags';
public $tags;
public function setTags($tags)
@@ -10544,6 +10574,7 @@ public function getRecordingDate()
class Google_Service_YouTube_VideoSnippet extends Google_Collection
{
+ protected $collection_key = 'tags';
public $categoryId;
public $channelId;
public $channelTitle;
@@ -10799,6 +10830,7 @@ public function getUploadStatus()
class Google_Service_YouTube_VideoSuggestions extends Google_Collection
{
+ protected $collection_key = 'tagSuggestions';
public $editorSuggestions;
public $processingErrors;
public $processingHints;
@@ -10859,6 +10891,7 @@ public function getTagSuggestions()
class Google_Service_YouTube_VideoSuggestionsTagSuggestion extends Google_Collection
{
+ protected $collection_key = 'categoryRestricts';
public $categoryRestricts;
public $tag;
@@ -10885,6 +10918,7 @@ public function getTag()
class Google_Service_YouTube_VideoTopicDetails extends Google_Collection
{
+ protected $collection_key = 'topicIds';
public $relevantTopicIds;
public $topicIds;
From 2457e6eb49587452609e03a1fb7c3e0ceda42286 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:10 -0700
Subject: [PATCH 0131/1274] Updated AdExchangeBuyer.php
---
src/Google/Service/AdExchangeBuyer.php | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/src/Google/Service/AdExchangeBuyer.php b/src/Google/Service/AdExchangeBuyer.php
index 533b9b2fd..26fdde442 100644
--- a/src/Google/Service/AdExchangeBuyer.php
+++ b/src/Google/Service/AdExchangeBuyer.php
@@ -705,6 +705,7 @@ public function update($accountId, $configId, Google_Service_AdExchangeBuyer_Pre
class Google_Service_AdExchangeBuyer_Account extends Google_Collection
{
+ protected $collection_key = 'bidderLocation';
protected $bidderLocationType = 'Google_Service_AdExchangeBuyer_AccountBidderLocation';
protected $bidderLocationDataType = 'array';
public $cookieMatchingNid;
@@ -813,6 +814,7 @@ public function getUrl()
class Google_Service_AdExchangeBuyer_AccountsList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdExchangeBuyer_Account';
protected $itemsDataType = 'array';
public $kind;
@@ -840,6 +842,7 @@ public function getKind()
class Google_Service_AdExchangeBuyer_BillingInfo extends Google_Collection
{
+ protected $collection_key = 'billingId';
public $accountId;
public $accountName;
public $billingId;
@@ -888,6 +891,7 @@ public function getKind()
class Google_Service_AdExchangeBuyer_BillingInfoList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdExchangeBuyer_BillingInfo';
protected $itemsDataType = 'array';
public $kind;
@@ -915,6 +919,7 @@ public function getKind()
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{
+ protected $collection_key = 'vendorType';
public $hTMLSnippet;
public $accountId;
public $advertiserId;
@@ -1142,6 +1147,7 @@ public function getWidth()
class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collection
{
+ protected $collection_key = 'details';
public $details;
public $reason;
@@ -1168,6 +1174,7 @@ public function getReason()
class Google_Service_AdExchangeBuyer_CreativeDisapprovalReasons extends Google_Collection
{
+ protected $collection_key = 'details';
public $details;
public $reason;
@@ -1194,6 +1201,7 @@ public function getReason()
class Google_Service_AdExchangeBuyer_CreativeFilteringReasons extends Google_Collection
{
+ protected $collection_key = 'reasons';
public $date;
protected $reasonsType = 'Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons';
protected $reasonsDataType = 'array';
@@ -1247,6 +1255,7 @@ public function getFilteringStatus()
class Google_Service_AdExchangeBuyer_CreativesList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdExchangeBuyer_Creative';
protected $itemsDataType = 'array';
public $kind;
@@ -1410,6 +1419,7 @@ public function getStartTime()
class Google_Service_AdExchangeBuyer_DirectDealsList extends Google_Collection
{
+ protected $collection_key = 'directDeals';
protected $directDealsType = 'Google_Service_AdExchangeBuyer_DirectDeal';
protected $directDealsDataType = 'array';
public $kind;
@@ -1437,6 +1447,7 @@ public function getKind()
class Google_Service_AdExchangeBuyer_PerformanceReport extends Google_Collection
{
+ protected $collection_key = 'hostedMatchStatusRate';
public $calloutStatusRate;
public $cookieMatcherStatusRate;
public $creativeStatusRate;
@@ -1617,6 +1628,7 @@ public function getTimestamp()
class Google_Service_AdExchangeBuyer_PerformanceReportList extends Google_Collection
{
+ protected $collection_key = 'performanceReport';
public $kind;
protected $performanceReportType = 'Google_Service_AdExchangeBuyer_PerformanceReport';
protected $performanceReportDataType = 'array';
@@ -1644,6 +1656,8 @@ public function getPerformanceReport()
class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collection
{
+ protected $collection_key = 'verticals';
+ public $billingId;
public $configId;
public $configName;
public $creativeType;
@@ -1670,6 +1684,16 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio
public $vendorTypes;
public $verticals;
+ public function setBillingId($billingId)
+ {
+ $this->billingId = $billingId;
+ }
+
+ public function getBillingId()
+ {
+ return $this->billingId;
+ }
+
public function setConfigId($configId)
{
$this->configId = $configId;
@@ -1945,6 +1969,7 @@ public function getType()
class Google_Service_AdExchangeBuyer_PretargetingConfigList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdExchangeBuyer_PretargetingConfig';
protected $itemsDataType = 'array';
public $kind;
From 3cb580feab544cba8186869f50b1fb8791db45fc Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:11 -0700
Subject: [PATCH 0132/1274] Updated Fusiontables.php
---
src/Google/Service/Fusiontables.php | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/Google/Service/Fusiontables.php b/src/Google/Service/Fusiontables.php
index ffa01bd10..89e7c2ad0 100644
--- a/src/Google/Service/Fusiontables.php
+++ b/src/Google/Service/Fusiontables.php
@@ -1422,6 +1422,7 @@ public function getTableIndex()
class Google_Service_Fusiontables_ColumnList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Fusiontables_Column';
protected $itemsDataType = 'array';
public $kind;
@@ -1471,6 +1472,7 @@ public function getTotalItems()
class Google_Service_Fusiontables_Geometry extends Google_Collection
{
+ protected $collection_key = 'geometries';
public $geometries;
public $geometry;
public $type;
@@ -1534,6 +1536,7 @@ public function getNumRowsReceived()
class Google_Service_Fusiontables_Line extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public $type;
@@ -1621,6 +1624,7 @@ public function getStrokeWeightStyler()
class Google_Service_Fusiontables_Point extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public $type;
@@ -1674,6 +1678,7 @@ public function getIconStyler()
class Google_Service_Fusiontables_Polygon extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public $type;
@@ -1795,6 +1800,7 @@ public function getStrokeWeightStyler()
class Google_Service_Fusiontables_Sqlresponse extends Google_Collection
{
+ protected $collection_key = 'rows';
public $columns;
public $kind;
public $rows;
@@ -1832,6 +1838,7 @@ public function getRows()
class Google_Service_Fusiontables_StyleFunction extends Google_Collection
{
+ protected $collection_key = 'buckets';
protected $bucketsType = 'Google_Service_Fusiontables_Bucket';
protected $bucketsDataType = 'array';
public $columnName;
@@ -1882,6 +1889,7 @@ public function getKind()
class Google_Service_Fusiontables_StyleFunctionGradient extends Google_Collection
{
+ protected $collection_key = 'colors';
protected $colorsType = 'Google_Service_Fusiontables_StyleFunctionGradientColors';
protected $colorsDataType = 'array';
public $max;
@@ -2030,6 +2038,7 @@ public function getTableId()
class Google_Service_Fusiontables_StyleSettingList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Fusiontables_StyleSetting';
protected $itemsDataType = 'array';
public $kind;
@@ -2079,6 +2088,7 @@ public function getTotalItems()
class Google_Service_Fusiontables_Table extends Google_Collection
{
+ protected $collection_key = 'columns';
public $attribution;
public $attributionLink;
public $baseTableIds;
@@ -2194,6 +2204,7 @@ public function getTableId()
class Google_Service_Fusiontables_TableList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Fusiontables_Table';
protected $itemsDataType = 'array';
public $kind;
@@ -2291,6 +2302,7 @@ public function getType()
class Google_Service_Fusiontables_TaskList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Fusiontables_Task';
protected $itemsDataType = 'array';
public $kind;
@@ -2340,6 +2352,7 @@ public function getTotalItems()
class Google_Service_Fusiontables_Template extends Google_Collection
{
+ protected $collection_key = 'automaticColumnNames';
public $automaticColumnNames;
public $body;
public $kind;
@@ -2410,6 +2423,7 @@ public function getTemplateId()
class Google_Service_Fusiontables_TemplateList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Fusiontables_Template';
protected $itemsDataType = 'array';
public $kind;
From 176ded8f2614515e8e400cffd7568cf946b69686 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:12 -0700
Subject: [PATCH 0133/1274] Updated Storage.php
---
src/Google/Service/Storage.php | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/Google/Service/Storage.php b/src/Google/Service/Storage.php
index ff432b493..eb71c9d31 100644
--- a/src/Google/Service/Storage.php
+++ b/src/Google/Service/Storage.php
@@ -1839,6 +1839,7 @@ public function watchAll($bucket, Google_Service_Storage_Channel $postBody, $opt
class Google_Service_Storage_Bucket extends Google_Collection
{
+ protected $collection_key = 'defaultObjectAcl';
protected $aclType = 'Google_Service_Storage_BucketAccessControl';
protected $aclDataType = 'array';
protected $corsType = 'Google_Service_Storage_BucketCors';
@@ -2201,6 +2202,7 @@ public function getTeam()
class Google_Service_Storage_BucketAccessControls extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Storage_BucketAccessControl';
protected $itemsDataType = 'array';
public $kind;
@@ -2228,6 +2230,7 @@ public function getKind()
class Google_Service_Storage_BucketCors extends Google_Collection
{
+ protected $collection_key = 'responseHeader';
public $maxAgeSeconds;
public $method;
public $origin;
@@ -2276,6 +2279,7 @@ public function getResponseHeader()
class Google_Service_Storage_BucketLifecycle extends Google_Collection
{
+ protected $collection_key = 'rule';
protected $ruleType = 'Google_Service_Storage_BucketLifecycleRule';
protected $ruleDataType = 'array';
@@ -2476,6 +2480,7 @@ public function getNotFoundPage()
class Google_Service_Storage_Buckets extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Storage_Bucket';
protected $itemsDataType = 'array';
public $kind;
@@ -2633,6 +2638,7 @@ class Google_Service_Storage_ChannelParams extends Google_Model
class Google_Service_Storage_ComposeRequest extends Google_Collection
{
+ protected $collection_key = 'sourceObjects';
protected $destinationType = 'Google_Service_Storage_StorageObject';
protected $destinationDataType = '';
public $kind;
@@ -2899,6 +2905,7 @@ public function getTeam()
class Google_Service_Storage_ObjectAccessControls extends Google_Collection
{
+ protected $collection_key = 'items';
public $items;
public $kind;
@@ -2925,6 +2932,7 @@ public function getKind()
class Google_Service_Storage_Objects extends Google_Collection
{
+ protected $collection_key = 'prefixes';
protected $itemsType = 'Google_Service_Storage_StorageObject';
protected $itemsDataType = 'array';
public $kind;
@@ -2974,6 +2982,7 @@ public function getPrefixes()
class Google_Service_Storage_StorageObject extends Google_Collection
{
+ protected $collection_key = 'acl';
protected $aclType = 'Google_Service_Storage_ObjectAccessControl';
protected $aclDataType = 'array';
public $bucket;
From 274bf8f2e871b12d1e6bd78d9537ff18fa8deb1f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:12 -0700
Subject: [PATCH 0134/1274] Updated AdExchangeSeller.php
---
src/Google/Service/AdExchangeSeller.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/Google/Service/AdExchangeSeller.php b/src/Google/Service/AdExchangeSeller.php
index a09913a77..9c1c8231e 100644
--- a/src/Google/Service/AdExchangeSeller.php
+++ b/src/Google/Service/AdExchangeSeller.php
@@ -1079,6 +1079,7 @@ public function getSupportsReporting()
class Google_Service_AdExchangeSeller_AdClients extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_AdClient';
protected $itemsDataType = 'array';
@@ -1187,6 +1188,7 @@ public function getStatus()
class Google_Service_AdExchangeSeller_AdUnits extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_AdUnit';
protected $itemsDataType = 'array';
@@ -1295,6 +1297,7 @@ public function getType()
class Google_Service_AdExchangeSeller_Alerts extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdExchangeSeller_Alert';
protected $itemsDataType = 'array';
public $kind;
@@ -1430,6 +1433,7 @@ public function getSiteLanguage()
class Google_Service_AdExchangeSeller_CustomChannels extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_CustomChannel';
protected $itemsDataType = 'array';
@@ -1479,6 +1483,7 @@ public function getNextPageToken()
class Google_Service_AdExchangeSeller_Metadata extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdExchangeSeller_ReportingMetadataEntry';
protected $itemsDataType = 'array';
public $kind;
@@ -1598,6 +1603,7 @@ public function getStartTime()
class Google_Service_AdExchangeSeller_PreferredDeals extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdExchangeSeller_PreferredDeal';
protected $itemsDataType = 'array';
public $kind;
@@ -1625,6 +1631,7 @@ public function getKind()
class Google_Service_AdExchangeSeller_Report extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $averages;
protected $headersType = 'Google_Service_AdExchangeSeller_ReportHeaders';
protected $headersDataType = 'array';
@@ -1744,6 +1751,7 @@ public function getType()
class Google_Service_AdExchangeSeller_ReportingMetadataEntry extends Google_Collection
{
+ protected $collection_key = 'supportedProducts';
public $compatibleDimensions;
public $compatibleMetrics;
public $id;
@@ -1862,6 +1870,7 @@ public function getName()
class Google_Service_AdExchangeSeller_SavedReports extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_SavedReport';
protected $itemsDataType = 'array';
@@ -1948,6 +1957,7 @@ public function getUrlPattern()
class Google_Service_AdExchangeSeller_UrlChannels extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdExchangeSeller_UrlChannel';
protected $itemsDataType = 'array';
From 37e575c94ba7861b3337c6617186cfdd00d6a007 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:13 -0700
Subject: [PATCH 0135/1274] Updated Blogger.php
---
src/Google/Service/Blogger.php | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/Google/Service/Blogger.php b/src/Google/Service/Blogger.php
index 2438429b5..325d5fe0c 100644
--- a/src/Google/Service/Blogger.php
+++ b/src/Google/Service/Blogger.php
@@ -1893,6 +1893,7 @@ public function getUrl()
class Google_Service_Blogger_BlogList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $blogUserInfosType = 'Google_Service_Blogger_BlogUserInfo';
protected $blogUserInfosDataType = 'array';
protected $itemsType = 'Google_Service_Blogger_Blog';
@@ -2065,6 +2066,7 @@ public function getUserId()
class Google_Service_Blogger_BlogPosts extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Blogger_Post';
protected $itemsDataType = 'array';
public $selfLink;
@@ -2365,6 +2367,7 @@ public function getId()
class Google_Service_Blogger_CommentList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Blogger_Comment';
protected $itemsDataType = 'array';
public $kind;
@@ -2646,6 +2649,7 @@ public function getId()
class Google_Service_Blogger_PageList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Blogger_Page';
protected $itemsDataType = 'array';
public $kind;
@@ -2673,6 +2677,7 @@ public function getKind()
class Google_Service_Blogger_Pageviews extends Google_Collection
{
+ protected $collection_key = 'counts';
public $blogId;
protected $countsType = 'Google_Service_Blogger_PageviewsCounts';
protected $countsDataType = 'array';
@@ -2737,6 +2742,7 @@ public function getTimeRange()
class Google_Service_Blogger_Post extends Google_Collection
{
+ protected $collection_key = 'labels';
protected $authorType = 'Google_Service_Blogger_PostAuthor';
protected $authorDataType = '';
protected $blogType = 'Google_Service_Blogger_PostBlog';
@@ -3049,6 +3055,7 @@ public function getUrl()
class Google_Service_Blogger_PostList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Blogger_Post';
protected $itemsDataType = 'array';
public $kind;
@@ -3194,6 +3201,7 @@ public function getUserId()
class Google_Service_Blogger_PostReplies extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Blogger_Comment';
protected $itemsDataType = 'array';
public $selfLink;
@@ -3271,6 +3279,7 @@ public function getPostUserInfo()
class Google_Service_Blogger_PostUserInfosList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Blogger_PostUserInfo';
protected $itemsDataType = 'array';
public $kind;
From 948bb5717bb56f7dde9bff696587bc5d1fcc0eab Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:14 -0700
Subject: [PATCH 0136/1274] Updated AndroidPublisher.php
---
src/Google/Service/AndroidPublisher.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/AndroidPublisher.php b/src/Google/Service/AndroidPublisher.php
index 41a94e097..aba94d321 100644
--- a/src/Google/Service/AndroidPublisher.php
+++ b/src/Google/Service/AndroidPublisher.php
@@ -2187,6 +2187,7 @@ public function getRecentChanges()
class Google_Service_AndroidPublisher_ApkListingsListResponse extends Google_Collection
{
+ protected $collection_key = 'listings';
public $kind;
protected $listingsType = 'Google_Service_AndroidPublisher_ApkListing';
protected $listingsDataType = 'array';
@@ -2214,6 +2215,7 @@ public function getListings()
class Google_Service_AndroidPublisher_ApksListResponse extends Google_Collection
{
+ protected $collection_key = 'apks';
protected $apksType = 'Google_Service_AndroidPublisher_Apk';
protected $apksDataType = 'array';
public $kind;
@@ -2394,6 +2396,7 @@ public function getUrl()
class Google_Service_AndroidPublisher_ImagesDeleteAllResponse extends Google_Collection
{
+ protected $collection_key = 'deleted';
protected $deletedType = 'Google_Service_AndroidPublisher_Image';
protected $deletedDataType = 'array';
@@ -2410,6 +2413,7 @@ public function getDeleted()
class Google_Service_AndroidPublisher_ImagesListResponse extends Google_Collection
{
+ protected $collection_key = 'images';
protected $imagesType = 'Google_Service_AndroidPublisher_Image';
protected $imagesDataType = 'array';
@@ -2595,6 +2599,7 @@ class Google_Service_AndroidPublisher_InAppProductPrices extends Google_Model
class Google_Service_AndroidPublisher_InappproductsBatchRequest extends Google_Collection
{
+ protected $collection_key = 'entrys';
protected $entrysType = 'Google_Service_AndroidPublisher_InappproductsBatchRequestEntry';
protected $entrysDataType = 'array';
@@ -2661,6 +2666,7 @@ public function getMethodName()
class Google_Service_AndroidPublisher_InappproductsBatchResponse extends Google_Collection
{
+ protected $collection_key = 'entrys';
protected $entrysType = 'Google_Service_AndroidPublisher_InappproductsBatchResponseEntry';
protected $entrysDataType = 'array';
public $kind;
@@ -2759,6 +2765,7 @@ public function getInappproduct()
class Google_Service_AndroidPublisher_InappproductsListResponse extends Google_Collection
{
+ protected $collection_key = 'inappproduct';
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = 'array';
public $kind;
@@ -2901,6 +2908,7 @@ public function getVideo()
class Google_Service_AndroidPublisher_ListingsListResponse extends Google_Collection
{
+ protected $collection_key = 'listings';
public $kind;
protected $listingsType = 'Google_Service_AndroidPublisher_Listing';
protected $listingsDataType = 'array';
@@ -3098,6 +3106,7 @@ public function getStartTimeMillis()
class Google_Service_AndroidPublisher_Testers extends Google_Collection
{
+ protected $collection_key = 'googlePlusCommunities';
public $googleGroups;
public $googlePlusCommunities;
@@ -3150,6 +3159,7 @@ public function getPreviousPageToken()
class Google_Service_AndroidPublisher_Track extends Google_Collection
{
+ protected $collection_key = 'versionCodes';
public $track;
public $userFraction;
public $versionCodes;
@@ -3187,6 +3197,7 @@ public function getVersionCodes()
class Google_Service_AndroidPublisher_TracksListResponse extends Google_Collection
{
+ protected $collection_key = 'tracks';
public $kind;
protected $tracksType = 'Google_Service_AndroidPublisher_Track';
protected $tracksDataType = 'array';
From 2c1aac6bcd6fb5a90ee917447a3f2a014b06de44 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:15 -0700
Subject: [PATCH 0137/1274] Updated Pagespeedonline.php
---
src/Google/Service/Pagespeedonline.php | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/Google/Service/Pagespeedonline.php b/src/Google/Service/Pagespeedonline.php
index e1632d75f..1a8f2ab96 100644
--- a/src/Google/Service/Pagespeedonline.php
+++ b/src/Google/Service/Pagespeedonline.php
@@ -138,6 +138,7 @@ public function runpagespeed($url, $optParams = array())
class Google_Service_Pagespeedonline_Result extends Google_Collection
{
+ protected $collection_key = 'invalidRules';
protected $formattedResultsType = 'Google_Service_Pagespeedonline_ResultFormattedResults';
protected $formattedResultsDataType = '';
public $id;
@@ -288,6 +289,7 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResults extends G
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement extends Google_Collection
{
+ protected $collection_key = 'urlBlocks';
public $localizedRuleName;
public $ruleImpact;
protected $urlBlocksType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks';
@@ -326,6 +328,7 @@ public function getUrlBlocks()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks extends Google_Collection
{
+ protected $collection_key = 'urls';
protected $headerType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader';
protected $headerDataType = '';
protected $urlsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls';
@@ -354,6 +357,7 @@ public function getUrls()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader extends Google_Collection
{
+ protected $collection_key = 'args';
protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs';
protected $argsDataType = 'array';
public $format;
@@ -407,6 +411,7 @@ public function getValue()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls extends Google_Collection
{
+ protected $collection_key = 'details';
protected $detailsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails';
protected $detailsDataType = 'array';
protected $resultType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult';
@@ -435,6 +440,7 @@ public function getResult()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails extends Google_Collection
{
+ protected $collection_key = 'args';
protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetailsArgs';
protected $argsDataType = 'array';
public $format;
@@ -488,6 +494,7 @@ public function getValue()
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult extends Google_Collection
{
+ protected $collection_key = 'args';
protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResultArgs';
protected $argsDataType = 'array';
public $format;
From cfafa20877e24445e495dd50a7034e99d2bf91ed Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:15 -0700
Subject: [PATCH 0138/1274] Updated Genomics.php
---
src/Google/Service/Genomics.php | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 53e1fa59d..5ab238856 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -1192,6 +1192,7 @@ public function getExists()
class Google_Service_Genomics_Call extends Google_Collection
{
+ protected $collection_key = 'genotypeLikelihood';
public $callsetId;
public $callsetName;
public $genotype;
@@ -1432,6 +1433,7 @@ public function getProjectId()
class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collection
{
+ protected $collection_key = 'sourceUris';
public $align;
public $callVariants;
public $gcsOutputPath;
@@ -1517,6 +1519,7 @@ public function getJobId()
class Google_Service_Genomics_ExportReadsetsRequest extends Google_Collection
{
+ protected $collection_key = 'readsetIds';
public $exportUri;
public $projectId;
public $readsetIds;
@@ -1569,6 +1572,7 @@ public function getJobId()
class Google_Service_Genomics_ExportVariantsRequest extends Google_Collection
{
+ protected $collection_key = 'callsetIds';
public $bigqueryDataset;
public $bigqueryTable;
public $callsetIds;
@@ -1691,6 +1695,7 @@ public function getSequenceStart()
class Google_Service_Genomics_GetVariantsSummaryResponse extends Google_Collection
{
+ protected $collection_key = 'metadata';
protected $contigBoundsType = 'Google_Service_Genomics_ContigBound';
protected $contigBoundsDataType = 'array';
protected $metadataType = 'Google_Service_Genomics_Metadata';
@@ -1745,6 +1750,7 @@ public function getVersion()
class Google_Service_Genomics_HeaderSection extends Google_Collection
{
+ protected $collection_key = 'refSequences';
public $comments;
public $fileUri;
public $filename;
@@ -1830,6 +1836,7 @@ public function getRefSequences()
class Google_Service_Genomics_ImportReadsetsRequest extends Google_Collection
{
+ protected $collection_key = 'sourceUris';
public $datasetId;
public $sourceUris;
@@ -1871,6 +1878,7 @@ public function getJobId()
class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
{
+ protected $collection_key = 'sourceUris';
public $datasetId;
public $format;
public $sourceUris;
@@ -1923,6 +1931,7 @@ public function getJobId()
class Google_Service_Genomics_Job extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $created;
public $description;
public $errors;
@@ -2027,6 +2036,7 @@ public function getWarnings()
class Google_Service_Genomics_JobRequest extends Google_Collection
{
+ protected $collection_key = 'source';
public $destination;
public $source;
public $type;
@@ -2064,6 +2074,7 @@ public function getType()
class Google_Service_Genomics_ListCoverageBucketsResponse extends Google_Collection
{
+ protected $collection_key = 'coverageBuckets';
public $bucketWidth;
protected $coverageBucketsType = 'Google_Service_Genomics_CoverageBucket';
protected $coverageBucketsDataType = 'array';
@@ -2102,6 +2113,7 @@ public function getNextPageToken()
class Google_Service_Genomics_ListDatasetsResponse extends Google_Collection
{
+ protected $collection_key = 'datasets';
protected $datasetsType = 'Google_Service_Genomics_Dataset';
protected $datasetsDataType = 'array';
public $nextPageToken;
@@ -2584,6 +2596,7 @@ class Google_Service_Genomics_ReadTags extends Google_Model
class Google_Service_Genomics_Readset extends Google_Collection
{
+ protected $collection_key = 'fileData';
public $datasetId;
protected $fileDataType = 'Google_Service_Genomics_HeaderSection';
protected $fileDataDataType = 'array';
@@ -2703,6 +2716,7 @@ public function getUri()
class Google_Service_Genomics_SearchCallsetsRequest extends Google_Collection
{
+ protected $collection_key = 'datasetIds';
public $datasetIds;
public $maxResults;
public $name;
@@ -2751,6 +2765,7 @@ public function getPageToken()
class Google_Service_Genomics_SearchCallsetsResponse extends Google_Collection
{
+ protected $collection_key = 'callsets';
protected $callsetsType = 'Google_Service_Genomics_Callset';
protected $callsetsDataType = 'array';
public $nextPageToken;
@@ -2778,6 +2793,7 @@ public function getNextPageToken()
class Google_Service_Genomics_SearchJobsRequest extends Google_Collection
{
+ protected $collection_key = 'status';
public $createdAfter;
public $createdBefore;
public $maxResults;
@@ -2848,6 +2864,7 @@ public function getStatus()
class Google_Service_Genomics_SearchJobsResponse extends Google_Collection
{
+ protected $collection_key = 'jobs';
protected $jobsType = 'Google_Service_Genomics_Job';
protected $jobsDataType = 'array';
public $nextPageToken;
@@ -2875,6 +2892,7 @@ public function getNextPageToken()
class Google_Service_Genomics_SearchReadsRequest extends Google_Collection
{
+ protected $collection_key = 'readsetIds';
public $maxResults;
public $pageToken;
public $readsetIds;
@@ -2945,6 +2963,7 @@ public function getSequenceStart()
class Google_Service_Genomics_SearchReadsResponse extends Google_Collection
{
+ protected $collection_key = 'reads';
public $nextPageToken;
protected $readsType = 'Google_Service_Genomics_Read';
protected $readsDataType = 'array';
@@ -2972,6 +2991,7 @@ public function getReads()
class Google_Service_Genomics_SearchReadsetsRequest extends Google_Collection
{
+ protected $collection_key = 'datasetIds';
public $datasetIds;
public $maxResults;
public $name;
@@ -3020,6 +3040,7 @@ public function getPageToken()
class Google_Service_Genomics_SearchReadsetsResponse extends Google_Collection
{
+ protected $collection_key = 'readsets';
public $nextPageToken;
protected $readsetsType = 'Google_Service_Genomics_Readset';
protected $readsetsDataType = 'array';
@@ -3047,6 +3068,7 @@ public function getReadsets()
class Google_Service_Genomics_SearchVariantsRequest extends Google_Collection
{
+ protected $collection_key = 'callsetNames';
public $callsetIds;
public $callsetNames;
public $contig;
@@ -3150,6 +3172,7 @@ public function getVariantName()
class Google_Service_Genomics_SearchVariantsResponse extends Google_Collection
{
+ protected $collection_key = 'variants';
public $nextPageToken;
protected $variantsType = 'Google_Service_Genomics_Variant';
protected $variantsDataType = 'array';
@@ -3177,6 +3200,7 @@ public function getVariants()
class Google_Service_Genomics_Variant extends Google_Collection
{
+ protected $collection_key = 'names';
public $alternateBases;
protected $callsType = 'Google_Service_Genomics_Call';
protected $callsDataType = 'array';
From 24faf1b13e16ea6b9bde4f67b2c9e969b1672243 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:16 -0700
Subject: [PATCH 0139/1274] Updated MapsEngine.php
---
src/Google/Service/MapsEngine.php | 37 +++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index ed528cefe..465ab831f 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -2614,6 +2614,7 @@ public function getStart()
class Google_Service_MapsEngine_Asset extends Google_Collection
{
+ protected $collection_key = 'tags';
public $bbox;
public $creationTime;
public $description;
@@ -2739,6 +2740,7 @@ public function getType()
class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
{
+ protected $collection_key = 'assets';
protected $assetsType = 'Google_Service_MapsEngine_Asset';
protected $assetsDataType = 'array';
public $nextPageToken;
@@ -2844,6 +2846,7 @@ public function getId()
class Google_Service_MapsEngine_DisplayRule extends Google_Collection
{
+ protected $collection_key = 'filters';
protected $filtersType = 'Google_Service_MapsEngine_Filter';
protected $filtersDataType = 'array';
protected $lineOptionsType = 'Google_Service_MapsEngine_LineStyle';
@@ -2972,6 +2975,7 @@ public function getContent()
class Google_Service_MapsEngine_FeaturesBatchDeleteRequest extends Google_Collection
{
+ protected $collection_key = 'primaryKeys';
public $gxIds;
public $primaryKeys;
@@ -2998,6 +3002,7 @@ public function getPrimaryKeys()
class Google_Service_MapsEngine_FeaturesBatchInsertRequest extends Google_Collection
{
+ protected $collection_key = 'features';
protected $featuresType = 'Google_Service_MapsEngine_Feature';
protected $featuresDataType = 'array';
@@ -3014,6 +3019,7 @@ public function getFeatures()
class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collection
{
+ protected $collection_key = 'features';
protected $featuresType = 'Google_Service_MapsEngine_Feature';
protected $featuresDataType = 'array';
@@ -3030,6 +3036,7 @@ public function getFeatures()
class Google_Service_MapsEngine_FeaturesListResponse extends Google_Collection
{
+ protected $collection_key = 'features';
public $allowedQueriesPerSecond;
protected $featuresType = 'Google_Service_MapsEngine_Feature';
protected $featuresDataType = 'array';
@@ -3143,6 +3150,7 @@ public function getType()
class Google_Service_MapsEngine_GeoJsonGeometryCollection extends Google_Collection
{
+ protected $collection_key = 'geometries';
protected $geometriesType = 'Google_Service_MapsEngine_GeoJsonGeometry';
protected $geometriesDataType = 'array';
@@ -3159,6 +3167,7 @@ public function getGeometries()
class Google_Service_MapsEngine_GeoJsonLineString extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public function setCoordinates($coordinates)
@@ -3174,6 +3183,7 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonMultiLineString extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public function setCoordinates($coordinates)
@@ -3189,6 +3199,7 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonMultiPoint extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public function setCoordinates($coordinates)
@@ -3204,6 +3215,7 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonMultiPolygon extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public function setCoordinates($coordinates)
@@ -3219,6 +3231,7 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonPoint extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public function setCoordinates($coordinates)
@@ -3234,6 +3247,7 @@ public function getCoordinates()
class Google_Service_MapsEngine_GeoJsonPolygon extends Google_Collection
{
+ protected $collection_key = 'coordinates';
public $coordinates;
public function setCoordinates($coordinates)
@@ -3317,6 +3331,7 @@ public function getName()
class Google_Service_MapsEngine_IconsListResponse extends Google_Collection
{
+ protected $collection_key = 'icons';
protected $iconsType = 'Google_Service_MapsEngine_Icon';
protected $iconsDataType = 'array';
public $nextPageToken;
@@ -3426,6 +3441,7 @@ public function getSize()
class Google_Service_MapsEngine_Layer extends Google_Collection
{
+ protected $collection_key = 'tags';
public $bbox;
public $creationTime;
public $datasourceType;
@@ -3608,6 +3624,7 @@ public function getTags()
class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
{
+ protected $collection_key = 'layers';
protected $layersType = 'Google_Service_MapsEngine_Layer';
protected $layersDataType = 'array';
public $nextPageToken;
@@ -3635,6 +3652,7 @@ public function getNextPageToken()
class Google_Service_MapsEngine_LineStyle extends Google_Collection
{
+ protected $collection_key = 'dash';
protected $borderType = 'Google_Service_MapsEngine_Border';
protected $borderDataType = '';
public $dash;
@@ -3723,6 +3741,7 @@ public function getWidth()
class Google_Service_MapsEngine_Map extends Google_Collection
{
+ protected $collection_key = 'versions';
public $bbox;
protected $contentsType = 'Google_Service_MapsEngine_MapItem';
protected $contentsDataType = '';
@@ -3904,6 +3923,7 @@ public function getVersions()
class Google_Service_MapsEngine_MapFolder extends Google_Collection
{
+ protected $collection_key = 'defaultViewport';
protected $contentsType = 'Google_Service_MapsEngine_MapItem';
protected $contentsDataType = 'array';
public $defaultViewport;
@@ -3990,6 +4010,7 @@ public function getType()
class Google_Service_MapsEngine_MapKmlLink extends Google_Collection
{
+ protected $collection_key = 'defaultViewport';
public $defaultViewport;
public $kmlUrl;
public $name;
@@ -4038,6 +4059,7 @@ public function getVisibility()
class Google_Service_MapsEngine_MapLayer extends Google_Collection
{
+ protected $collection_key = 'defaultViewport';
public $defaultViewport;
public $id;
public $key;
@@ -4097,6 +4119,7 @@ public function getVisibility()
class Google_Service_MapsEngine_MapsListResponse extends Google_Collection
{
+ protected $collection_key = 'maps';
protected $mapsType = 'Google_Service_MapsEngine_Map';
protected $mapsDataType = 'array';
public $nextPageToken;
@@ -4176,6 +4199,7 @@ public function getId()
class Google_Service_MapsEngine_ParentsListResponse extends Google_Collection
{
+ protected $collection_key = 'parents';
public $nextPageToken;
protected $parentsType = 'Google_Service_MapsEngine_Parent';
protected $parentsDataType = 'array';
@@ -4290,6 +4314,7 @@ public function getName()
class Google_Service_MapsEngine_ProjectsListResponse extends Google_Collection
{
+ protected $collection_key = 'projects';
protected $projectsType = 'Google_Service_MapsEngine_Project';
protected $projectsDataType = 'array';
@@ -4311,6 +4336,7 @@ class Google_Service_MapsEngine_PublishResponse extends Google_Model
class Google_Service_MapsEngine_Raster extends Google_Collection
{
+ protected $collection_key = 'files';
protected $acquisitionTimeType = 'Google_Service_MapsEngine_AcquisitionTime';
protected $acquisitionTimeDataType = '';
public $attribution;
@@ -4493,6 +4519,7 @@ public function getTags()
class Google_Service_MapsEngine_RasterCollection extends Google_Collection
{
+ protected $collection_key = 'bbox';
public $attribution;
public $bbox;
public $creationTime;
@@ -4651,6 +4678,7 @@ public function getTags()
class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
{
+ protected $collection_key = 'rasterCollections';
public $nextPageToken;
protected $rasterCollectionsType = 'Google_Service_MapsEngine_RasterCollection';
protected $rasterCollectionsDataType = 'array';
@@ -4678,6 +4706,7 @@ public function getRasterCollections()
class Google_Service_MapsEngine_RasterCollectionsRaster extends Google_Collection
{
+ protected $collection_key = 'tags';
public $bbox;
public $creationTime;
public $description;
@@ -4781,6 +4810,7 @@ public function getTags()
class Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest extends Google_Collection
{
+ protected $collection_key = 'ids';
public $ids;
public function setIds($ids)
@@ -4801,6 +4831,7 @@ class Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse exte
class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest extends Google_Collection
{
+ protected $collection_key = 'ids';
public $ids;
public function setIds($ids)
@@ -4821,6 +4852,7 @@ class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse exte
class Google_Service_MapsEngine_RasterCollectionsRastersListResponse extends Google_Collection
{
+ protected $collection_key = 'rasters';
public $nextPageToken;
protected $rastersType = 'Google_Service_MapsEngine_RasterCollectionsRaster';
protected $rastersDataType = 'array';
@@ -4848,6 +4880,7 @@ public function getRasters()
class Google_Service_MapsEngine_RastersListResponse extends Google_Collection
{
+ protected $collection_key = 'rasters';
public $nextPageToken;
protected $rastersType = 'Google_Service_MapsEngine_Raster';
protected $rastersDataType = 'array';
@@ -4875,6 +4908,7 @@ public function getRasters()
class Google_Service_MapsEngine_Schema extends Google_Collection
{
+ protected $collection_key = 'columns';
protected $columnsType = 'Google_Service_MapsEngine_TableColumn';
protected $columnsDataType = 'array';
public $primaryGeometry;
@@ -4913,6 +4947,7 @@ public function getPrimaryKey()
class Google_Service_MapsEngine_Table extends Google_Collection
{
+ protected $collection_key = 'tags';
public $bbox;
public $creationTime;
public $description;
@@ -5110,6 +5145,7 @@ public function getType()
class Google_Service_MapsEngine_TablesListResponse extends Google_Collection
{
+ protected $collection_key = 'tables';
public $nextPageToken;
protected $tablesType = 'Google_Service_MapsEngine_Table';
protected $tablesDataType = 'array';
@@ -5137,6 +5173,7 @@ public function getTables()
class Google_Service_MapsEngine_VectorStyle extends Google_Collection
{
+ protected $collection_key = 'displayRules';
protected $displayRulesType = 'Google_Service_MapsEngine_DisplayRule';
protected $displayRulesDataType = 'array';
protected $featureInfoType = 'Google_Service_MapsEngine_FeatureInfo';
From 63d617e737d9489b3150f2bf6665722d609771f1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:17 -0700
Subject: [PATCH 0140/1274] Updated Freebase.php
---
src/Google/Service/Freebase.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Google/Service/Freebase.php b/src/Google/Service/Freebase.php
index a1157f63a..4251de3a2 100644
--- a/src/Google/Service/Freebase.php
+++ b/src/Google/Service/Freebase.php
@@ -373,6 +373,7 @@ public function getName()
class Google_Service_Freebase_ReconcileGet extends Google_Collection
{
+ protected $collection_key = 'warning';
protected $candidateType = 'Google_Service_Freebase_ReconcileCandidate';
protected $candidateDataType = 'array';
protected $costsType = 'Google_Service_Freebase_ReconcileGetCosts';
From 4b52a542f8d23f7a9951a900e6b67b080b26289e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:17 -0700
Subject: [PATCH 0141/1274] Updated Urlshortener.php
---
src/Google/Service/Urlshortener.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Google/Service/Urlshortener.php b/src/Google/Service/Urlshortener.php
index 37f6c4237..010529494 100644
--- a/src/Google/Service/Urlshortener.php
+++ b/src/Google/Service/Urlshortener.php
@@ -159,6 +159,7 @@ public function listUrl($optParams = array())
class Google_Service_Urlshortener_AnalyticsSnapshot extends Google_Collection
{
+ protected $collection_key = 'referrers';
protected $browsersType = 'Google_Service_Urlshortener_StringCount';
protected $browsersDataType = 'array';
protected $countriesType = 'Google_Service_Urlshortener_StringCount';
@@ -394,6 +395,7 @@ public function getStatus()
class Google_Service_Urlshortener_UrlHistory extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Urlshortener_Url';
protected $itemsDataType = 'array';
public $itemsPerPage;
From 14109eedfdac068c23dbfbc6305f1de0e3a5917e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:18 -0700
Subject: [PATCH 0142/1274] Updated Dns.php
---
src/Google/Service/Dns.php | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/Google/Service/Dns.php b/src/Google/Service/Dns.php
index d6fc44f88..f8f52ac35 100644
--- a/src/Google/Service/Dns.php
+++ b/src/Google/Service/Dns.php
@@ -495,6 +495,7 @@ public function listResourceRecordSets($project, $managedZone, $optParams = arra
class Google_Service_Dns_Change extends Google_Collection
{
+ protected $collection_key = 'deletions';
protected $additionsType = 'Google_Service_Dns_ResourceRecordSet';
protected $additionsDataType = 'array';
protected $deletionsType = 'Google_Service_Dns_ResourceRecordSet';
@@ -567,6 +568,7 @@ public function getStatus()
class Google_Service_Dns_ChangesListResponse extends Google_Collection
{
+ protected $collection_key = 'changes';
protected $changesType = 'Google_Service_Dns_Change';
protected $changesDataType = 'array';
public $kind;
@@ -605,6 +607,7 @@ public function getNextPageToken()
class Google_Service_Dns_ManagedZone extends Google_Collection
{
+ protected $collection_key = 'nameServers';
public $creationTime;
public $description;
public $dnsName;
@@ -686,6 +689,7 @@ public function getNameServers()
class Google_Service_Dns_ManagedZonesListResponse extends Google_Collection
{
+ protected $collection_key = 'managedZones';
public $kind;
protected $managedZonesType = 'Google_Service_Dns_ManagedZone';
protected $managedZonesDataType = 'array';
@@ -854,6 +858,7 @@ public function getTotalRrdataSizePerChange()
class Google_Service_Dns_ResourceRecordSet extends Google_Collection
{
+ protected $collection_key = 'rrdatas';
public $kind;
public $name;
public $rrdatas;
@@ -913,6 +918,7 @@ public function getType()
class Google_Service_Dns_ResourceRecordSetsListResponse extends Google_Collection
{
+ protected $collection_key = 'rrsets';
public $kind;
public $nextPageToken;
protected $rrsetsType = 'Google_Service_Dns_ResourceRecordSet';
From a9156eeb9a8f829f23d6bca2d62033f2d8483ea9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:18 -0700
Subject: [PATCH 0143/1274] Updated Reseller.php
---
src/Google/Service/Reseller.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Google/Service/Reseller.php b/src/Google/Service/Reseller.php
index 8fb776bfa..497b3cd63 100644
--- a/src/Google/Service/Reseller.php
+++ b/src/Google/Service/Reseller.php
@@ -1065,6 +1065,7 @@ public function getTrialEndTime()
class Google_Service_Reseller_Subscriptions extends Google_Collection
{
+ protected $collection_key = 'subscriptions';
public $kind;
public $nextPageToken;
protected $subscriptionsType = 'Google_Service_Reseller_Subscription';
From 2d22139b11e931ea2f281677b73d5073c0af6e93 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:19 -0700
Subject: [PATCH 0144/1274] Updated Games.php
---
src/Google/Service/Games.php | 38 ++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/src/Google/Service/Games.php b/src/Google/Service/Games.php
index 312825d8a..fe72291ad 100644
--- a/src/Google/Service/Games.php
+++ b/src/Google/Service/Games.php
@@ -2430,6 +2430,7 @@ public function getUnlockedIconUrl()
class Google_Service_Games_AchievementDefinitionsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_AchievementDefinition';
protected $itemsDataType = 'array';
public $kind;
@@ -2594,6 +2595,7 @@ public function getNewlyUnlocked()
class Google_Service_Games_AchievementUpdateMultipleRequest extends Google_Collection
{
+ protected $collection_key = 'updates';
public $kind;
protected $updatesType = 'Google_Service_Games_AchievementUpdateRequest';
protected $updatesDataType = 'array';
@@ -2621,6 +2623,7 @@ public function getUpdates()
class Google_Service_Games_AchievementUpdateMultipleResponse extends Google_Collection
{
+ protected $collection_key = 'updatedAchievements';
public $kind;
protected $updatedAchievementsType = 'Google_Service_Games_AchievementUpdateResponse';
protected $updatedAchievementsDataType = 'array';
@@ -2875,6 +2878,7 @@ public function getKind()
class Google_Service_Games_Application extends Google_Collection
{
+ protected $collection_key = 'instances';
public $achievementCount;
protected $assetsType = 'Google_Service_Games_ImageAsset';
protected $assetsDataType = 'array';
@@ -3088,6 +3092,7 @@ public function getKind()
class Google_Service_Games_CategoryListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_Category';
protected $itemsDataType = 'array';
public $kind;
@@ -3190,6 +3195,7 @@ public function getKind()
class Google_Service_Games_EventDefinition extends Google_Collection
{
+ protected $collection_key = 'childEvents';
protected $childEventsType = 'Google_Service_Games_EventChild';
protected $childEventsDataType = 'array';
public $description;
@@ -3283,6 +3289,7 @@ public function getVisibility()
class Google_Service_Games_EventDefinitionListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_EventDefinition';
protected $itemsDataType = 'array';
public $kind;
@@ -3358,6 +3365,7 @@ public function getPeriodStartMillis()
class Google_Service_Games_EventPeriodUpdate extends Google_Collection
{
+ protected $collection_key = 'updates';
public $kind;
protected $timePeriodType = 'Google_Service_Games_EventPeriodRange';
protected $timePeriodDataType = '';
@@ -3434,6 +3442,7 @@ public function getKind()
class Google_Service_Games_EventRecordRequest extends Google_Collection
{
+ protected $collection_key = 'timePeriods';
public $currentTimeMillis;
public $kind;
public $requestId;
@@ -3520,6 +3529,7 @@ public function getUpdateCount()
class Google_Service_Games_EventUpdateResponse extends Google_Collection
{
+ protected $collection_key = 'playerEvents';
protected $batchFailuresType = 'Google_Service_Games_EventBatchRecordFailure';
protected $batchFailuresDataType = 'array';
protected $eventFailuresType = 'Google_Service_Games_EventRecordFailure';
@@ -4139,6 +4149,7 @@ public function getWriteTimestampMillis()
class Google_Service_Games_LeaderboardListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_Leaderboard';
protected $itemsDataType = 'array';
public $kind;
@@ -4236,6 +4247,7 @@ public function getRank()
class Google_Service_Games_LeaderboardScores extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_LeaderboardEntry';
protected $itemsDataType = 'array';
public $kind;
@@ -4308,6 +4320,7 @@ public function getPrevPageToken()
class Google_Service_Games_MetagameConfig extends Google_Collection
{
+ protected $collection_key = 'playerLevels';
public $currentVersion;
public $kind;
protected $playerLevelsType = 'Google_Service_Games_PlayerLevel';
@@ -4844,6 +4857,7 @@ public function getLastUpdatedTimestamp()
class Google_Service_Games_PlayerAchievementListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_PlayerAchievement';
protected $itemsDataType = 'array';
public $kind;
@@ -4941,6 +4955,7 @@ public function getPlayerId()
class Google_Service_Games_PlayerEventListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_PlayerEvent';
protected $itemsDataType = 'array';
public $kind;
@@ -5145,6 +5160,7 @@ public function getWriteTimestamp()
class Google_Service_Games_PlayerLeaderboardScoreListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_PlayerLeaderboardScore';
protected $itemsDataType = 'array';
public $kind;
@@ -5243,6 +5259,7 @@ public function getMinExperiencePoints()
class Google_Service_Games_PlayerListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_Player';
protected $itemsDataType = 'array';
public $kind;
@@ -5366,6 +5383,7 @@ public function getTimeSpan()
class Google_Service_Games_PlayerScoreListResponse extends Google_Collection
{
+ protected $collection_key = 'submittedScores';
public $kind;
protected $submittedScoresType = 'Google_Service_Games_PlayerScoreResponse';
protected $submittedScoresDataType = 'array';
@@ -5393,6 +5411,7 @@ public function getSubmittedScores()
class Google_Service_Games_PlayerScoreResponse extends Google_Collection
{
+ protected $collection_key = 'unbeatenScores';
public $beatenScoreTimeSpans;
public $formattedScore;
public $kind;
@@ -5464,6 +5483,7 @@ public function getUnbeatenScores()
class Google_Service_Games_PlayerScoreSubmissionList extends Google_Collection
{
+ protected $collection_key = 'scores';
public $kind;
protected $scoresType = 'Google_Service_Games_ScoreSubmission';
protected $scoresDataType = 'array';
@@ -5593,6 +5613,7 @@ public function getApnsEnvironment()
class Google_Service_Games_Quest extends Google_Collection
{
+ protected $collection_key = 'milestones';
public $acceptedTimestampMillis;
public $applicationId;
public $bannerUrl;
@@ -5873,6 +5894,7 @@ public function getKind()
class Google_Service_Games_QuestListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_Quest';
protected $itemsDataType = 'array';
public $kind;
@@ -5911,6 +5933,7 @@ public function getNextPageToken()
class Google_Service_Games_QuestMilestone extends Google_Collection
{
+ protected $collection_key = 'criteria';
public $completionRewardData;
protected $criteriaType = 'Google_Service_Games_QuestCriterion';
protected $criteriaDataType = 'array';
@@ -6008,6 +6031,7 @@ public function getRevisionStatus()
class Google_Service_Games_Room extends Google_Collection
{
+ protected $collection_key = 'participants';
public $applicationId;
protected $autoMatchingCriteriaType = 'Google_Service_Games_RoomAutoMatchingCriteria';
protected $autoMatchingCriteriaDataType = '';
@@ -6260,6 +6284,7 @@ public function getXmppAddress()
class Google_Service_Games_RoomCreateRequest extends Google_Collection
{
+ protected $collection_key = 'invitedPlayerIds';
protected $autoMatchingCriteriaType = 'Google_Service_Games_RoomAutoMatchingCriteria';
protected $autoMatchingCriteriaDataType = '';
public $capabilities;
@@ -6355,6 +6380,7 @@ public function getVariant()
class Google_Service_Games_RoomJoinRequest extends Google_Collection
{
+ protected $collection_key = 'capabilities';
public $capabilities;
protected $clientAddressType = 'Google_Service_Games_RoomClientAddress';
protected $clientAddressDataType = '';
@@ -6405,6 +6431,7 @@ public function getNetworkDiagnostics()
class Google_Service_Games_RoomLeaveDiagnostics extends Google_Collection
{
+ protected $collection_key = 'peerSession';
public $androidNetworkSubtype;
public $androidNetworkType;
public $iosNetworkType;
@@ -6536,6 +6563,7 @@ public function getReason()
class Google_Service_Games_RoomList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_Room';
protected $itemsDataType = 'array';
public $kind;
@@ -6692,6 +6720,7 @@ public function getUnreliableRoundtripLatencyMillis()
class Google_Service_Games_RoomP2PStatuses extends Google_Collection
{
+ protected $collection_key = 'updates';
public $kind;
protected $updatesType = 'Google_Service_Games_RoomP2PStatus';
protected $updatesDataType = 'array';
@@ -6719,6 +6748,7 @@ public function getUpdates()
class Google_Service_Games_RoomParticipant extends Google_Collection
{
+ protected $collection_key = 'capabilities';
public $autoMatched;
protected $autoMatchedPlayerType = 'Google_Service_Games_AnonymousPlayer';
protected $autoMatchedPlayerDataType = '';
@@ -6836,6 +6866,7 @@ public function getStatus()
class Google_Service_Games_RoomStatus extends Google_Collection
{
+ protected $collection_key = 'participants';
protected $autoMatchingStatusType = 'Google_Service_Games_RoomAutoMatchStatus';
protected $autoMatchingStatusDataType = '';
public $kind;
@@ -7141,6 +7172,7 @@ public function getWidth()
class Google_Service_Games_SnapshotListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_Snapshot';
protected $itemsDataType = 'array';
public $kind;
@@ -7227,6 +7259,7 @@ public function getMinAutoMatchingPlayers()
class Google_Service_Games_TurnBasedMatch extends Google_Collection
{
+ protected $collection_key = 'results';
public $applicationId;
protected $autoMatchingCriteriaType = 'Google_Service_Games_TurnBasedAutoMatchingCriteria';
protected $autoMatchingCriteriaDataType = '';
@@ -7458,6 +7491,7 @@ public function getWithParticipantId()
class Google_Service_Games_TurnBasedMatchCreateRequest extends Google_Collection
{
+ protected $collection_key = 'invitedPlayerIds';
protected $autoMatchingCriteriaType = 'Google_Service_Games_TurnBasedAutoMatchingCriteria';
protected $autoMatchingCriteriaDataType = '';
public $invitedPlayerIds;
@@ -7581,6 +7615,7 @@ public function getKind()
class Google_Service_Games_TurnBasedMatchList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_TurnBasedMatch';
protected $itemsDataType = 'array';
public $kind;
@@ -7767,6 +7802,7 @@ public function getRematch()
class Google_Service_Games_TurnBasedMatchResults extends Google_Collection
{
+ protected $collection_key = 'results';
protected $dataType = 'Google_Service_Games_TurnBasedMatchDataRequest';
protected $dataDataType = '';
public $kind;
@@ -7817,6 +7853,7 @@ public function getResults()
class Google_Service_Games_TurnBasedMatchSync extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Games_TurnBasedMatch';
protected $itemsDataType = 'array';
public $kind;
@@ -7866,6 +7903,7 @@ public function getNextPageToken()
class Google_Service_Games_TurnBasedMatchTurn extends Google_Collection
{
+ protected $collection_key = 'results';
protected $dataType = 'Google_Service_Games_TurnBasedMatchDataRequest';
protected $dataDataType = '';
public $kind;
From 7e8e8c2c38df3092abcd59f4f6bf277988004ff7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:20 -0700
Subject: [PATCH 0145/1274] Updated Replicapool.php
---
src/Google/Service/Replicapool.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Replicapool.php b/src/Google/Service/Replicapool.php
index 4922ffb6e..db10e980b 100644
--- a/src/Google/Service/Replicapool.php
+++ b/src/Google/Service/Replicapool.php
@@ -580,6 +580,7 @@ public function getType()
class Google_Service_Replicapool_Action extends Google_Collection
{
+ protected $collection_key = 'envVariables';
public $commands;
protected $envVariablesType = 'Google_Service_Replicapool_EnvVariable';
protected $envVariablesDataType = 'array';
@@ -837,6 +838,7 @@ public function getValue()
class Google_Service_Replicapool_Metadata extends Google_Collection
{
+ protected $collection_key = 'items';
public $fingerPrint;
protected $itemsType = 'Google_Service_Replicapool_MetadataItem';
protected $itemsDataType = 'array';
@@ -890,6 +892,7 @@ public function getValue()
class Google_Service_Replicapool_NetworkInterface extends Google_Collection
{
+ protected $collection_key = 'accessConfigs';
protected $accessConfigsType = 'Google_Service_Replicapool_AccessConfig';
protected $accessConfigsDataType = 'array';
public $network;
@@ -1004,6 +1007,7 @@ public function getSourceImage()
class Google_Service_Replicapool_Pool extends Google_Collection
{
+ protected $collection_key = 'targetPools';
public $autoRestart;
public $baseInstanceName;
public $currentNumReplicas;
@@ -1176,6 +1180,7 @@ public function getType()
class Google_Service_Replicapool_PoolsDeleteRequest extends Google_Collection
{
+ protected $collection_key = 'abandonInstances';
public $abandonInstances;
public function setAbandonInstances($abandonInstances)
@@ -1191,6 +1196,7 @@ public function getAbandonInstances()
class Google_Service_Replicapool_PoolsListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $nextPageToken;
protected $resourcesType = 'Google_Service_Replicapool_Pool';
protected $resourcesDataType = 'array';
@@ -1330,6 +1336,7 @@ public function getAbandonInstance()
class Google_Service_Replicapool_ReplicasListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $nextPageToken;
protected $resourcesType = 'Google_Service_Replicapool_Replica';
protected $resourcesDataType = 'array';
@@ -1357,6 +1364,7 @@ public function getResources()
class Google_Service_Replicapool_ServiceAccount extends Google_Collection
{
+ protected $collection_key = 'scopes';
public $email;
public $scopes;
@@ -1383,6 +1391,7 @@ public function getScopes()
class Google_Service_Replicapool_Tag extends Google_Collection
{
+ protected $collection_key = 'items';
public $fingerPrint;
public $items;
@@ -1409,6 +1418,7 @@ public function getItems()
class Google_Service_Replicapool_Template extends Google_Collection
{
+ protected $collection_key = 'healthChecks';
protected $actionType = 'Google_Service_Replicapool_Action';
protected $actionDataType = '';
protected $healthChecksType = 'Google_Service_Replicapool_HealthCheck';
@@ -1460,6 +1470,7 @@ public function getVmParams()
class Google_Service_Replicapool_VmParams extends Google_Collection
{
+ protected $collection_key = 'serviceAccounts';
public $baseInstanceName;
public $canIpForward;
public $description;
From 4064ae5b1eeb1470fe1441974f7bf180ceef9766 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:21 -0700
Subject: [PATCH 0146/1274] Updated AppState.php
---
src/Google/Service/AppState.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Google/Service/AppState.php b/src/Google/Service/AppState.php
index fa5311abc..3a79673da 100644
--- a/src/Google/Service/AppState.php
+++ b/src/Google/Service/AppState.php
@@ -274,6 +274,7 @@ public function getStateKey()
class Google_Service_AppState_ListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AppState_GetResponse';
protected $itemsDataType = 'array';
public $kind;
From ff5a702e7e9b52af480d39bd75190c7a4f2f04b4 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:21 -0700
Subject: [PATCH 0147/1274] Updated Drive.php
---
src/Google/Service/Drive.php | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/src/Google/Service/Drive.php b/src/Google/Service/Drive.php
index a922fd52e..a6bf70395 100644
--- a/src/Google/Service/Drive.php
+++ b/src/Google/Service/Drive.php
@@ -2537,6 +2537,7 @@ public function update($fileId, $revisionId, Google_Service_Drive_Revision $post
class Google_Service_Drive_About extends Google_Collection
{
+ protected $collection_key = 'quotaBytesByService';
protected $additionalRoleInfoType = 'Google_Service_Drive_AboutAdditionalRoleInfo';
protected $additionalRoleInfoDataType = 'array';
public $domainSharingPolicy;
@@ -2801,6 +2802,7 @@ public function getUser()
class Google_Service_Drive_AboutAdditionalRoleInfo extends Google_Collection
{
+ protected $collection_key = 'roleSets';
protected $roleSetsType = 'Google_Service_Drive_AboutAdditionalRoleInfoRoleSets';
protected $roleSetsDataType = 'array';
public $type;
@@ -2828,6 +2830,7 @@ public function getType()
class Google_Service_Drive_AboutAdditionalRoleInfoRoleSets extends Google_Collection
{
+ protected $collection_key = 'additionalRoles';
public $additionalRoles;
public $primaryRole;
@@ -2854,6 +2857,7 @@ public function getPrimaryRole()
class Google_Service_Drive_AboutExportFormats extends Google_Collection
{
+ protected $collection_key = 'targets';
public $source;
public $targets;
@@ -2906,6 +2910,7 @@ public function getFeatureRate()
class Google_Service_Drive_AboutImportFormats extends Google_Collection
{
+ protected $collection_key = 'targets';
public $source;
public $targets;
@@ -2984,6 +2989,7 @@ public function getServiceName()
class Google_Service_Drive_App extends Google_Collection
{
+ protected $collection_key = 'secondaryMimeTypes';
public $authorized;
public $createInFolderTemplate;
public $createUrl;
@@ -3290,6 +3296,7 @@ public function getSize()
class Google_Service_Drive_AppList extends Google_Collection
{
+ protected $collection_key = 'items';
public $defaultAppIds;
public $etag;
protected $itemsType = 'Google_Service_Drive_App';
@@ -3432,6 +3439,7 @@ public function getSelfLink()
class Google_Service_Drive_ChangeList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Drive_Change';
protected $itemsDataType = 'array';
@@ -3633,6 +3641,7 @@ class Google_Service_Drive_ChannelParams extends Google_Model
class Google_Service_Drive_ChildList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Drive_ChildReference';
protected $itemsDataType = 'array';
@@ -3752,6 +3761,7 @@ public function getSelfLink()
class Google_Service_Drive_Comment extends Google_Collection
{
+ protected $collection_key = 'replies';
public $anchor;
protected $authorType = 'Google_Service_Drive_User';
protected $authorDataType = '';
@@ -3950,6 +3960,7 @@ public function getValue()
class Google_Service_Drive_CommentList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Drive_Comment';
protected $itemsDataType = 'array';
public $kind;
@@ -4114,6 +4125,7 @@ public function getVerb()
class Google_Service_Drive_CommentReplyList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Drive_CommentReply';
protected $itemsDataType = 'array';
public $kind;
@@ -4174,6 +4186,7 @@ public function getSelfLink()
class Google_Service_Drive_DriveFile extends Google_Collection
{
+ protected $collection_key = 'properties';
public $alternateLink;
public $appDataContents;
public $copyable;
@@ -5111,6 +5124,7 @@ public function getMimeType()
class Google_Service_Drive_FileList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Drive_DriveFile';
protected $itemsDataType = 'array';
@@ -5182,6 +5196,7 @@ public function getSelfLink()
class Google_Service_Drive_ParentList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Drive_ParentReference';
protected $itemsDataType = 'array';
@@ -5290,6 +5305,7 @@ public function getSelfLink()
class Google_Service_Drive_Permission extends Google_Collection
{
+ protected $collection_key = 'additionalRoles';
public $additionalRoles;
public $authKey;
public $domain;
@@ -5474,6 +5490,7 @@ public function getKind()
class Google_Service_Drive_PermissionList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Drive_Permission';
protected $itemsDataType = 'array';
@@ -5593,6 +5610,7 @@ public function getVisibility()
class Google_Service_Drive_PropertyList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Drive_Property';
protected $itemsDataType = 'array';
@@ -5850,6 +5868,7 @@ class Google_Service_Drive_RevisionExportLinks extends Google_Model
class Google_Service_Drive_RevisionList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Drive_Revision';
protected $itemsDataType = 'array';
From 314ff089d218c69e74c527796f08f7817ee3f0b8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:22 -0700
Subject: [PATCH 0148/1274] Updated SQLAdmin.php
---
src/Google/Service/SQLAdmin.php | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/Google/Service/SQLAdmin.php b/src/Google/Service/SQLAdmin.php
index 8b697daa4..ac006eba1 100644
--- a/src/Google/Service/SQLAdmin.php
+++ b/src/Google/Service/SQLAdmin.php
@@ -1190,6 +1190,7 @@ public function getStatus()
class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_SQLAdmin_BackupRun';
protected $itemsDataType = 'array';
public $kind;
@@ -1340,6 +1341,7 @@ public function getValue()
class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
{
+ protected $collection_key = 'replicaNames';
public $currentDiskSize;
public $databaseVersion;
public $etag;
@@ -1512,6 +1514,7 @@ public function getState()
class Google_Service_SQLAdmin_ExportContext extends Google_Collection
{
+ protected $collection_key = 'table';
public $database;
public $kind;
public $table;
@@ -1560,6 +1563,7 @@ public function getUri()
class Google_Service_SQLAdmin_Flag extends Google_Collection
{
+ protected $collection_key = 'appliesTo';
public $allowedStringValues;
public $appliesTo;
public $kind;
@@ -1641,6 +1645,7 @@ public function getType()
class Google_Service_SQLAdmin_FlagsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_SQLAdmin_Flag';
protected $itemsDataType = 'array';
public $kind;
@@ -1668,6 +1673,7 @@ public function getKind()
class Google_Service_SQLAdmin_ImportContext extends Google_Collection
{
+ protected $collection_key = 'uri';
public $database;
public $kind;
public $uri;
@@ -1705,6 +1711,7 @@ public function getUri()
class Google_Service_SQLAdmin_InstanceOperation extends Google_Collection
{
+ protected $collection_key = 'error';
public $endTime;
public $enqueuedTime;
protected $errorType = 'Google_Service_SQLAdmin_OperationError';
@@ -2038,6 +2045,7 @@ public function getOperation()
class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_SQLAdmin_DatabaseInstance';
protected $itemsDataType = 'array';
public $kind;
@@ -2232,6 +2240,7 @@ public function getOperation()
class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
{
+ protected $collection_key = 'authorizedNetworks';
public $authorizedNetworks;
public $enabled;
public $requireSsl;
@@ -2358,6 +2367,7 @@ public function getKind()
class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_SQLAdmin_InstanceOperation';
protected $itemsDataType = 'array';
public $kind;
@@ -2422,6 +2432,7 @@ public function getPassword()
class Google_Service_SQLAdmin_Settings extends Google_Collection
{
+ protected $collection_key = 'databaseFlags';
public $activationPolicy;
public $authorizedGaeApplications;
protected $backupConfigurationType = 'Google_Service_SQLAdmin_BackupConfiguration';
@@ -2761,6 +2772,7 @@ public function getServerCaCert()
class Google_Service_SQLAdmin_SslCertsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_SQLAdmin_SslCert';
protected $itemsDataType = 'array';
public $kind;
@@ -2788,6 +2800,7 @@ public function getKind()
class Google_Service_SQLAdmin_Tier extends Google_Collection
{
+ protected $collection_key = 'region';
public $diskQuota;
public $rAM;
public $kind;
@@ -2847,6 +2860,7 @@ public function getTier()
class Google_Service_SQLAdmin_TiersListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_SQLAdmin_Tier';
protected $itemsDataType = 'array';
public $kind;
From d3861b675f3a56fa4afcf4d92ad3907c8766d657 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:23 -0700
Subject: [PATCH 0149/1274] Updated Dfareporting.php
---
src/Google/Service/Dfareporting.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/src/Google/Service/Dfareporting.php b/src/Google/Service/Dfareporting.php
index c1ea1160c..2e1ee2b08 100644
--- a/src/Google/Service/Dfareporting.php
+++ b/src/Google/Service/Dfareporting.php
@@ -729,6 +729,7 @@ public function listUserProfiles($optParams = array())
class Google_Service_Dfareporting_Activities extends Google_Collection
{
+ protected $collection_key = 'metricNames';
protected $filtersType = 'Google_Service_Dfareporting_DimensionValue';
protected $filtersDataType = 'array';
public $kind;
@@ -842,6 +843,7 @@ public function getReportCompatibleFields()
class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields extends Google_Collection
{
+ protected $collection_key = 'overlapMetrics';
protected $breakdownType = 'Google_Service_Dfareporting_Dimension';
protected $breakdownDataType = 'array';
protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
@@ -905,6 +907,7 @@ public function getOverlapMetrics()
class Google_Service_Dfareporting_CustomRichMediaEvents extends Google_Collection
{
+ protected $collection_key = 'filteredEventIds';
protected $filteredEventIdsType = 'Google_Service_Dfareporting_DimensionValue';
protected $filteredEventIdsDataType = 'array';
public $kind;
@@ -1255,6 +1258,7 @@ public function getValue()
class Google_Service_Dfareporting_DimensionValueList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Dfareporting_DimensionValue';
protected $itemsDataType = 'array';
@@ -1304,6 +1308,7 @@ public function getNextPageToken()
class Google_Service_Dfareporting_DimensionValueRequest extends Google_Collection
{
+ protected $collection_key = 'filters';
public $dimensionName;
public $endDate;
protected $filtersType = 'Google_Service_Dfareporting_DimensionFilter';
@@ -1364,6 +1369,7 @@ public function getStartDate()
class Google_Service_Dfareporting_FileList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Dfareporting_DfareportingFile';
protected $itemsDataType = 'array';
@@ -1413,6 +1419,7 @@ public function getNextPageToken()
class Google_Service_Dfareporting_FloodlightReportCompatibleFields extends Google_Collection
{
+ protected $collection_key = 'metrics';
protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
protected $dimensionFiltersDataType = 'array';
protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
@@ -1490,6 +1497,7 @@ public function getName()
class Google_Service_Dfareporting_PathToConversionReportCompatibleFields extends Google_Collection
{
+ protected $collection_key = 'perInteractionDimensions';
protected $conversionDimensionsType = 'Google_Service_Dfareporting_Dimension';
protected $conversionDimensionsDataType = 'array';
protected $customFloodlightVariablesType = 'Google_Service_Dfareporting_Dimension';
@@ -1553,6 +1561,7 @@ public function getPerInteractionDimensions()
class Google_Service_Dfareporting_ReachReportCompatibleFields extends Google_Collection
{
+ protected $collection_key = 'reachByFrequencyMetrics';
protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
protected $dimensionFiltersDataType = 'array';
protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
@@ -1886,6 +1895,7 @@ public function getType()
class Google_Service_Dfareporting_ReportActiveGrpCriteria extends Google_Collection
{
+ protected $collection_key = 'metricNames';
protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
protected $dateRangeDataType = '';
protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
@@ -1937,6 +1947,7 @@ public function getMetricNames()
class Google_Service_Dfareporting_ReportCompatibleFields extends Google_Collection
{
+ protected $collection_key = 'pivotedActivityMetrics';
protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
protected $dimensionFiltersDataType = 'array';
protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
@@ -2000,6 +2011,7 @@ public function getPivotedActivityMetrics()
class Google_Service_Dfareporting_ReportCriteria extends Google_Collection
{
+ protected $collection_key = 'metricNames';
protected $activitiesType = 'Google_Service_Dfareporting_Activities';
protected $activitiesDataType = '';
protected $customRichMediaEventsType = 'Google_Service_Dfareporting_CustomRichMediaEvents';
@@ -2075,6 +2087,7 @@ public function getMetricNames()
class Google_Service_Dfareporting_ReportCrossDimensionReachCriteria extends Google_Collection
{
+ protected $collection_key = 'overlapMetricNames';
protected $breakdownType = 'Google_Service_Dfareporting_SortedDimension';
protected $breakdownDataType = 'array';
protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
@@ -2159,6 +2172,7 @@ public function getPivoted()
class Google_Service_Dfareporting_ReportDelivery extends Google_Collection
{
+ protected $collection_key = 'recipients';
public $emailOwner;
public $emailOwnerDeliveryType;
public $message;
@@ -2208,6 +2222,7 @@ public function getRecipients()
class Google_Service_Dfareporting_ReportFloodlightCriteria extends Google_Collection
{
+ protected $collection_key = 'metricNames';
protected $customRichMediaEventsType = 'Google_Service_Dfareporting_DimensionValue';
protected $customRichMediaEventsDataType = 'array';
protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
@@ -2332,6 +2347,7 @@ public function getIncludeUnattributedIPConversions()
class Google_Service_Dfareporting_ReportList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Dfareporting_Report';
protected $itemsDataType = 'array';
@@ -2381,6 +2397,7 @@ public function getNextPageToken()
class Google_Service_Dfareporting_ReportPathToConversionCriteria extends Google_Collection
{
+ protected $collection_key = 'perInteractionDimensions';
protected $activityFiltersType = 'Google_Service_Dfareporting_DimensionValue';
protected $activityFiltersDataType = 'array';
protected $conversionDimensionsType = 'Google_Service_Dfareporting_SortedDimension';
@@ -2595,6 +2612,7 @@ public function getPivotOnInteractionPath()
class Google_Service_Dfareporting_ReportReachCriteria extends Google_Collection
{
+ protected $collection_key = 'reachByFrequencyMetricNames';
protected $activitiesType = 'Google_Service_Dfareporting_Activities';
protected $activitiesDataType = '';
protected $customRichMediaEventsType = 'Google_Service_Dfareporting_CustomRichMediaEvents';
@@ -2681,6 +2699,7 @@ public function getReachByFrequencyMetricNames()
class Google_Service_Dfareporting_ReportSchedule extends Google_Collection
{
+ protected $collection_key = 'repeatsOnWeekDays';
public $active;
public $every;
public $expirationDate;
@@ -2891,6 +2910,7 @@ public function getUserName()
class Google_Service_Dfareporting_UserProfileList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Dfareporting_UserProfile';
protected $itemsDataType = 'array';
From fc7b73bfeff383c44ccee30a746675737c8afe89 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:24 -0700
Subject: [PATCH 0150/1274] Updated Coordinate.php
---
src/Google/Service/Coordinate.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/Google/Service/Coordinate.php b/src/Google/Service/Coordinate.php
index 285da1f92..f985caffa 100644
--- a/src/Google/Service/Coordinate.php
+++ b/src/Google/Service/Coordinate.php
@@ -884,6 +884,7 @@ public function getType()
class Google_Service_Coordinate_CustomFieldDefListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Coordinate_CustomFieldDef';
protected $itemsDataType = 'array';
public $kind;
@@ -911,6 +912,7 @@ public function getKind()
class Google_Service_Coordinate_CustomFields extends Google_Collection
{
+ protected $collection_key = 'customField';
protected $customFieldType = 'Google_Service_Coordinate_CustomField';
protected $customFieldDataType = 'array';
public $kind;
@@ -938,6 +940,7 @@ public function getKind()
class Google_Service_Coordinate_Job extends Google_Collection
{
+ protected $collection_key = 'jobChange';
public $id;
protected $jobChangeType = 'Google_Service_Coordinate_JobChange';
protected $jobChangeDataType = 'array';
@@ -1026,6 +1029,7 @@ public function getTimestamp()
class Google_Service_Coordinate_JobListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Coordinate_Job';
protected $itemsDataType = 'array';
public $kind;
@@ -1064,6 +1068,7 @@ public function getNextPageToken()
class Google_Service_Coordinate_JobState extends Google_Collection
{
+ protected $collection_key = 'note';
public $assignee;
protected $customFieldsType = 'Google_Service_Coordinate_CustomFields';
protected $customFieldsDataType = '';
@@ -1169,6 +1174,7 @@ public function getTitle()
class Google_Service_Coordinate_Location extends Google_Collection
{
+ protected $collection_key = 'addressLine';
public $addressLine;
public $kind;
public $lat;
@@ -1217,6 +1223,7 @@ public function getLng()
class Google_Service_Coordinate_LocationListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Coordinate_LocationRecord';
protected $itemsDataType = 'array';
public $kind;
@@ -1448,6 +1455,7 @@ public function getKind()
class Google_Service_Coordinate_WorkerListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Coordinate_Worker';
protected $itemsDataType = 'array';
public $kind;
From 66df9eaf4bb2ec831b27ed85f9bb799652b372f6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:24 -0700
Subject: [PATCH 0151/1274] Updated Translate.php
---
src/Google/Service/Translate.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Google/Service/Translate.php b/src/Google/Service/Translate.php
index a1c055611..c2afb37c7 100644
--- a/src/Google/Service/Translate.php
+++ b/src/Google/Service/Translate.php
@@ -231,6 +231,7 @@ public function listTranslations($q, $target, $optParams = array())
class Google_Service_Translate_DetectionsListResponse extends Google_Collection
{
+ protected $collection_key = 'detections';
protected $detectionsType = 'Google_Service_Translate_DetectionsResourceItems';
protected $detectionsDataType = 'array';
@@ -284,6 +285,7 @@ public function getLanguage()
class Google_Service_Translate_LanguagesListResponse extends Google_Collection
{
+ protected $collection_key = 'languages';
protected $languagesType = 'Google_Service_Translate_LanguagesResource';
protected $languagesDataType = 'array';
@@ -326,6 +328,7 @@ public function getName()
class Google_Service_Translate_TranslationsListResponse extends Google_Collection
{
+ protected $collection_key = 'translations';
protected $translationsType = 'Google_Service_Translate_TranslationsResource';
protected $translationsDataType = 'array';
From 48c3c613ec77da3c4dc7244deb864236bfcf9f8b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:25 -0700
Subject: [PATCH 0152/1274] Updated Licensing.php
---
src/Google/Service/Licensing.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Google/Service/Licensing.php b/src/Google/Service/Licensing.php
index 81b13ba43..900557f06 100644
--- a/src/Google/Service/Licensing.php
+++ b/src/Google/Service/Licensing.php
@@ -451,6 +451,7 @@ public function getUserId()
class Google_Service_Licensing_LicenseAssignmentList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Licensing_LicenseAssignment';
protected $itemsDataType = 'array';
From 625f699a88d594f13174e633994dd3a4689a976a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:25 -0700
Subject: [PATCH 0153/1274] Updated Directory.php
---
src/Google/Service/Directory.php | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/Google/Service/Directory.php b/src/Google/Service/Directory.php
index 53a739305..1091b0094 100644
--- a/src/Google/Service/Directory.php
+++ b/src/Google/Service/Directory.php
@@ -2427,6 +2427,7 @@ public function getPrimaryEmail()
class Google_Service_Directory_Aliases extends Google_Collection
{
+ protected $collection_key = 'aliases';
protected $aliasesType = 'Google_Service_Directory_Alias';
protected $aliasesDataType = 'array';
public $etag;
@@ -2546,6 +2547,7 @@ public function getUserKey()
class Google_Service_Directory_Asps extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Directory_Asp';
protected $itemsDataType = 'array';
@@ -2703,6 +2705,7 @@ class Google_Service_Directory_ChannelParams extends Google_Model
class Google_Service_Directory_ChromeOsDevice extends Google_Collection
{
+ protected $collection_key = 'recentUsers';
public $annotatedLocation;
public $annotatedUser;
public $bootMode;
@@ -2987,6 +2990,7 @@ public function getType()
class Google_Service_Directory_ChromeOsDevices extends Google_Collection
{
+ protected $collection_key = 'chromeosdevices';
protected $chromeosdevicesType = 'Google_Service_Directory_ChromeOsDevice';
protected $chromeosdevicesDataType = 'array';
public $etag;
@@ -3036,6 +3040,7 @@ public function getNextPageToken()
class Google_Service_Directory_Group extends Google_Collection
{
+ protected $collection_key = 'nonEditableAliases';
public $adminCreated;
public $aliases;
public $description;
@@ -3150,6 +3155,7 @@ public function getNonEditableAliases()
class Google_Service_Directory_Groups extends Google_Collection
{
+ protected $collection_key = 'groups';
public $etag;
protected $groupsType = 'Google_Service_Directory_Group';
protected $groupsDataType = 'array';
@@ -3269,6 +3275,7 @@ public function getType()
class Google_Service_Directory_Members extends Google_Collection
{
+ protected $collection_key = 'members';
public $etag;
public $kind;
protected $membersType = 'Google_Service_Directory_Member';
@@ -3318,6 +3325,7 @@ public function getNextPageToken()
class Google_Service_Directory_MobileDevice extends Google_Collection
{
+ protected $collection_key = 'name';
protected $applicationsType = 'Google_Service_Directory_MobileDeviceApplications';
protected $applicationsDataType = 'array';
public $basebandVersion;
@@ -3624,6 +3632,7 @@ public function getAction()
class Google_Service_Directory_MobileDeviceApplications extends Google_Collection
{
+ protected $collection_key = 'permission';
public $displayName;
public $packageName;
public $permission;
@@ -3683,6 +3692,7 @@ public function getVersionName()
class Google_Service_Directory_MobileDevices extends Google_Collection
{
+ protected $collection_key = 'mobiledevices';
public $etag;
public $kind;
protected $mobiledevicesType = 'Google_Service_Directory_MobileDevice';
@@ -3824,6 +3834,7 @@ public function getSubject()
class Google_Service_Directory_Notifications extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Directory_Notification';
protected $itemsDataType = 'array';
@@ -3965,6 +3976,7 @@ public function getParentOrgUnitPath()
class Google_Service_Directory_OrgUnits extends Google_Collection
{
+ protected $collection_key = 'organizationUnits';
public $etag;
public $kind;
protected $organizationUnitsType = 'Google_Service_Directory_OrgUnit';
@@ -4003,6 +4015,7 @@ public function getOrganizationUnits()
class Google_Service_Directory_Token extends Google_Collection
{
+ protected $collection_key = 'scopes';
public $anonymous;
public $clientId;
public $displayText;
@@ -4095,6 +4108,7 @@ public function getUserKey()
class Google_Service_Directory_Tokens extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Directory_Token';
protected $itemsDataType = 'array';
@@ -4133,6 +4147,7 @@ public function getKind()
class Google_Service_Directory_User extends Google_Collection
{
+ protected $collection_key = 'nonEditableAliases';
public $addresses;
public $agreedToTerms;
public $aliases;
@@ -5150,6 +5165,7 @@ public function getOrgUnitPath()
class Google_Service_Directory_Users extends Google_Collection
{
+ protected $collection_key = 'users';
public $etag;
public $kind;
public $nextPageToken;
@@ -5258,6 +5274,7 @@ public function getVerificationCode()
class Google_Service_Directory_VerificationCodes extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Directory_VerificationCode';
protected $itemsDataType = 'array';
From 28f828ddd16e4deb810a9bd5b73aed1639ac279d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:26 -0700
Subject: [PATCH 0154/1274] Updated Resourceviews.php
---
src/Google/Service/Resourceviews.php | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/Google/Service/Resourceviews.php b/src/Google/Service/Resourceviews.php
index e3d8d1cbd..29076f2a4 100644
--- a/src/Google/Service/Resourceviews.php
+++ b/src/Google/Service/Resourceviews.php
@@ -703,6 +703,7 @@ public function getValue()
class Google_Service_Resourceviews_RegionViewsAddResourcesRequest extends Google_Collection
{
+ protected $collection_key = 'resources';
public $resources;
public function setResources($resources)
@@ -734,6 +735,7 @@ public function getResource()
class Google_Service_Resourceviews_RegionViewsListResourcesResponse extends Google_Collection
{
+ protected $collection_key = 'members';
public $members;
public $nextPageToken;
@@ -760,6 +762,7 @@ public function getNextPageToken()
class Google_Service_Resourceviews_RegionViewsListResponse extends Google_Collection
{
+ protected $collection_key = 'resourceViews';
public $nextPageToken;
protected $resourceViewsType = 'Google_Service_Resourceviews_ResourceView';
protected $resourceViewsDataType = 'array';
@@ -787,6 +790,7 @@ public function getResourceViews()
class Google_Service_Resourceviews_RegionViewsRemoveResourcesRequest extends Google_Collection
{
+ protected $collection_key = 'resources';
public $resources;
public function setResources($resources)
@@ -802,6 +806,7 @@ public function getResources()
class Google_Service_Resourceviews_ResourceView extends Google_Collection
{
+ protected $collection_key = 'members';
public $creationTime;
public $description;
public $id;
@@ -917,6 +922,7 @@ public function getSelfLink()
class Google_Service_Resourceviews_ZoneViewsAddResourcesRequest extends Google_Collection
{
+ protected $collection_key = 'resources';
public $resources;
public function setResources($resources)
@@ -948,6 +954,7 @@ public function getResource()
class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google_Collection
{
+ protected $collection_key = 'members';
public $members;
public $nextPageToken;
@@ -974,6 +981,7 @@ public function getNextPageToken()
class Google_Service_Resourceviews_ZoneViewsListResponse extends Google_Collection
{
+ protected $collection_key = 'resourceViews';
public $nextPageToken;
protected $resourceViewsType = 'Google_Service_Resourceviews_ResourceView';
protected $resourceViewsDataType = 'array';
@@ -1001,6 +1009,7 @@ public function getResourceViews()
class Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest extends Google_Collection
{
+ protected $collection_key = 'resources';
public $resources;
public function setResources($resources)
From 0eb88f1b5f12fa4f0ab98a9745840a49d83610d4 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:27 -0700
Subject: [PATCH 0155/1274] Updated Analytics.php
---
src/Google/Service/Analytics.php | 39 ++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/src/Google/Service/Analytics.php b/src/Google/Service/Analytics.php
index 45c3380a7..470cb2a21 100644
--- a/src/Google/Service/Analytics.php
+++ b/src/Google/Service/Analytics.php
@@ -3773,6 +3773,7 @@ public function getType()
class Google_Service_Analytics_AccountPermissions extends Google_Collection
{
+ protected $collection_key = 'effective';
public $effective;
public function setEffective($effective)
@@ -3836,6 +3837,7 @@ public function getName()
class Google_Service_Analytics_AccountSummaries extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_AccountSummary';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -3929,6 +3931,7 @@ public function getUsername()
class Google_Service_Analytics_AccountSummary extends Google_Collection
{
+ protected $collection_key = 'webProperties';
public $id;
public $kind;
public $name;
@@ -4051,6 +4054,7 @@ public function getWebproperty()
class Google_Service_Analytics_Accounts extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_Account';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -4181,6 +4185,7 @@ public function getKind()
class Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest extends Google_Collection
{
+ protected $collection_key = 'customDataImportUids';
public $customDataImportUids;
public function setCustomDataImportUids($customDataImportUids)
@@ -4238,6 +4243,7 @@ class Google_Service_Analytics_ColumnAttributes extends Google_Model
class Google_Service_Analytics_Columns extends Google_Collection
{
+ protected $collection_key = 'items';
public $attributeNames;
public $etag;
protected $itemsType = 'Google_Service_Analytics_Column';
@@ -4298,6 +4304,7 @@ public function getTotalResults()
class Google_Service_Analytics_CustomDataSource extends Google_Collection
{
+ protected $collection_key = 'profilesLinked';
public $accountId;
protected $childLinkType = 'Google_Service_Analytics_CustomDataSourceChildLink';
protected $childLinkDataType = '';
@@ -4521,6 +4528,7 @@ public function getType()
class Google_Service_Analytics_CustomDataSources extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_CustomDataSource';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -4614,6 +4622,7 @@ public function getUsername()
class Google_Service_Analytics_DailyUpload extends Google_Collection
{
+ protected $collection_key = 'recentChanges';
public $accountId;
public $appendCount;
public $createdTime;
@@ -4874,6 +4883,7 @@ public function getTime()
class Google_Service_Analytics_DailyUploads extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_DailyUpload';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -4967,6 +4977,7 @@ public function getUsername()
class Google_Service_Analytics_EntityAdWordsLink extends Google_Collection
{
+ protected $collection_key = 'profileIds';
protected $adWordsAccountsType = 'Google_Service_Analytics_AdWordsAccount';
protected $adWordsAccountsDataType = 'array';
protected $entityType = 'Google_Service_Analytics_EntityAdWordsLinkEntity';
@@ -5066,6 +5077,7 @@ public function getWebPropertyRef()
class Google_Service_Analytics_EntityAdWordsLinks extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_EntityAdWordsLink';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -5261,6 +5273,7 @@ public function getWebPropertyRef()
class Google_Service_Analytics_EntityUserLinkPermissions extends Google_Collection
{
+ protected $collection_key = 'local';
public $effective;
public $local;
@@ -5287,6 +5300,7 @@ public function getLocal()
class Google_Service_Analytics_EntityUserLinks extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_EntityUserLink';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -5369,6 +5383,7 @@ public function getTotalResults()
class Google_Service_Analytics_Experiment extends Google_Collection
{
+ protected $collection_key = 'variations';
public $accountId;
public $created;
public $description;
@@ -5768,6 +5783,7 @@ public function getWon()
class Google_Service_Analytics_Experiments extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_Experiment';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -6373,6 +6389,7 @@ public function getField()
class Google_Service_Analytics_Filters extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_Filter';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -6466,6 +6483,7 @@ public function getUsername()
class Google_Service_Analytics_GaData extends Google_Collection
{
+ protected $collection_key = 'rows';
protected $columnHeadersType = 'Google_Service_Analytics_GaDataColumnHeaders';
protected $columnHeadersDataType = 'array';
public $containsSampledData;
@@ -6687,6 +6705,7 @@ public function getName()
class Google_Service_Analytics_GaDataDataTable extends Google_Collection
{
+ protected $collection_key = 'rows';
protected $colsType = 'Google_Service_Analytics_GaDataDataTableCols';
protected $colsDataType = 'array';
protected $rowsType = 'Google_Service_Analytics_GaDataDataTableRows';
@@ -6752,6 +6771,7 @@ public function getType()
class Google_Service_Analytics_GaDataDataTableRows extends Google_Collection
{
+ protected $collection_key = 'c';
protected $cType = 'Google_Service_Analytics_GaDataDataTableRowsC';
protected $cDataType = 'array';
@@ -6853,6 +6873,7 @@ public function getWebPropertyId()
class Google_Service_Analytics_GaDataQuery extends Google_Collection
{
+ protected $collection_key = 'sort';
public $dimensions;
public $endDate;
public $filters;
@@ -7190,6 +7211,7 @@ public function getWebPropertyId()
class Google_Service_Analytics_GoalEventDetails extends Google_Collection
{
+ protected $collection_key = 'eventConditions';
protected $eventConditionsType = 'Google_Service_Analytics_GoalEventDetailsEventConditions';
protected $eventConditionsDataType = 'array';
public $useEventValue;
@@ -7302,6 +7324,7 @@ public function getType()
class Google_Service_Analytics_GoalUrlDestinationDetails extends Google_Collection
{
+ protected $collection_key = 'steps';
public $caseSensitive;
public $firstStepRequired;
public $matchType;
@@ -7451,6 +7474,7 @@ public function getComparisonValue()
class Google_Service_Analytics_Goals extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_Goal';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -7544,6 +7568,7 @@ public function getUsername()
class Google_Service_Analytics_McfData extends Google_Collection
{
+ protected $collection_key = 'rows';
protected $columnHeadersType = 'Google_Service_Analytics_McfDataColumnHeaders';
protected $columnHeadersDataType = 'array';
public $containsSampledData;
@@ -7824,6 +7849,7 @@ public function getWebPropertyId()
class Google_Service_Analytics_McfDataQuery extends Google_Collection
{
+ protected $collection_key = 'sort';
public $dimensions;
public $endDate;
public $filters;
@@ -7949,6 +7975,7 @@ public function getStartIndex()
class Google_Service_Analytics_McfDataRows extends Google_Collection
{
+ protected $collection_key = 'conversionPathValue';
protected $conversionPathValueType = 'Google_Service_Analytics_McfDataRowsConversionPathValue';
protected $conversionPathValueDataType = 'array';
public $primitiveValue;
@@ -8365,6 +8392,7 @@ public function getSelfLink()
class Google_Service_Analytics_ProfileFilterLinks extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_ProfileFilterLink';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -8484,6 +8512,7 @@ public function getType()
class Google_Service_Analytics_ProfilePermissions extends Google_Collection
{
+ protected $collection_key = 'effective';
public $effective;
public function setEffective($effective)
@@ -8628,6 +8657,7 @@ public function getType()
class Google_Service_Analytics_Profiles extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_Profile';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -8721,6 +8751,7 @@ public function getUsername()
class Google_Service_Analytics_RealtimeData extends Google_Collection
{
+ protected $collection_key = 'rows';
protected $columnHeadersType = 'Google_Service_Analytics_RealtimeDataColumnHeaders';
protected $columnHeadersDataType = 'array';
public $id;
@@ -8934,6 +8965,7 @@ public function getWebPropertyId()
class Google_Service_Analytics_RealtimeDataQuery extends Google_Collection
{
+ protected $collection_key = 'sort';
public $dimensions;
public $filters;
public $ids;
@@ -9112,6 +9144,7 @@ public function getUpdated()
class Google_Service_Analytics_Segments extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_Segment';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -9461,6 +9494,7 @@ public function getDocumentId()
class Google_Service_Analytics_UnsampledReports extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_UnsampledReport';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -9554,6 +9588,7 @@ public function getUsername()
class Google_Service_Analytics_Upload extends Google_Collection
{
+ protected $collection_key = 'errors';
public $accountId;
public $customDataSourceId;
public $errors;
@@ -9624,6 +9659,7 @@ public function getStatus()
class Google_Service_Analytics_Uploads extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_Upload';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -9813,6 +9849,7 @@ public function getName()
class Google_Service_Analytics_WebPropertySummary extends Google_Collection
{
+ protected $collection_key = 'profiles';
public $id;
public $internalWebPropertyId;
public $kind;
@@ -9895,6 +9932,7 @@ public function getWebsiteUrl()
class Google_Service_Analytics_Webproperties extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Analytics_Webproperty';
protected $itemsDataType = 'array';
public $itemsPerPage;
@@ -10223,6 +10261,7 @@ public function getType()
class Google_Service_Analytics_WebpropertyPermissions extends Google_Collection
{
+ protected $collection_key = 'effective';
public $effective;
public function setEffective($effective)
From f9e8312b6030fb8183bf2aaf391fd66ee0dd3e78 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:28 -0700
Subject: [PATCH 0156/1274] Updated Manager.php
---
src/Google/Service/Manager.php | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/Google/Service/Manager.php b/src/Google/Service/Manager.php
index 5085e8cfe..9dd88fb04 100644
--- a/src/Google/Service/Manager.php
+++ b/src/Google/Service/Manager.php
@@ -430,6 +430,7 @@ public function getType()
class Google_Service_Manager_Action extends Google_Collection
{
+ protected $collection_key = 'commands';
public $commands;
public $timeoutMs;
@@ -456,6 +457,7 @@ public function getTimeoutMs()
class Google_Service_Manager_AllowedRule extends Google_Collection
{
+ protected $collection_key = 'ports';
public $iPProtocol;
public $ports;
@@ -604,6 +606,7 @@ public function getStatus()
class Google_Service_Manager_Deployment extends Google_Collection
{
+ protected $collection_key = 'overrides';
public $creationDate;
public $description;
protected $modulesType = 'Google_Service_Manager_ModuleStatus';
@@ -693,6 +696,7 @@ class Google_Service_Manager_DeploymentModules extends Google_Model
class Google_Service_Manager_DeploymentsListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $nextPageToken;
protected $resourcesType = 'Google_Service_Manager_Deployment';
protected $resourcesDataType = 'array';
@@ -799,6 +803,7 @@ public function getSource()
class Google_Service_Manager_FirewallModule extends Google_Collection
{
+ protected $collection_key = 'targetTags';
protected $allowedType = 'Google_Service_Manager_AllowedRule';
protected $allowedDataType = 'array';
public $description;
@@ -992,6 +997,7 @@ public function getHealthCheckUrl()
class Google_Service_Manager_LbModule extends Google_Collection
{
+ protected $collection_key = 'targetModules';
public $description;
public $healthChecks;
public $ipAddress;
@@ -1099,6 +1105,7 @@ public function getTargetPoolUrl()
class Google_Service_Manager_Metadata extends Google_Collection
{
+ protected $collection_key = 'items';
public $fingerPrint;
protected $itemsType = 'Google_Service_Manager_MetadataItem';
protected $itemsDataType = 'array';
@@ -1338,6 +1345,7 @@ public function getType()
class Google_Service_Manager_NetworkInterface extends Google_Collection
{
+ protected $collection_key = 'accessConfigs';
protected $accessConfigsType = 'Google_Service_Manager_AccessConfig';
protected $accessConfigsDataType = 'array';
public $name;
@@ -1541,6 +1549,7 @@ public function getValue()
class Google_Service_Manager_ReplicaPoolModule extends Google_Collection
{
+ protected $collection_key = 'healthChecks';
protected $envVariablesType = 'Google_Service_Manager_EnvVariable';
protected $envVariablesDataType = 'map';
public $healthChecks;
@@ -1649,6 +1658,7 @@ public function getV1beta1()
class Google_Service_Manager_ReplicaPoolParamsV1Beta1 extends Google_Collection
{
+ protected $collection_key = 'serviceAccounts';
public $autoRestart;
public $baseInstanceName;
public $canIpForward;
@@ -1813,6 +1823,7 @@ public function getZone()
class Google_Service_Manager_ServiceAccount extends Google_Collection
{
+ protected $collection_key = 'scopes';
public $email;
public $scopes;
@@ -1839,6 +1850,7 @@ public function getScopes()
class Google_Service_Manager_Tag extends Google_Collection
{
+ protected $collection_key = 'items';
public $fingerPrint;
public $items;
@@ -1925,6 +1937,7 @@ class Google_Service_Manager_TemplateModules extends Google_Model
class Google_Service_Manager_TemplatesListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $nextPageToken;
protected $resourcesType = 'Google_Service_Manager_Template';
protected $resourcesDataType = 'array';
From 11a031caecd756dad3a189d7c0aba281e3873bc1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:28 -0700
Subject: [PATCH 0157/1274] Updated Autoscaler.php
---
src/Google/Service/Autoscaler.php | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/Google/Service/Autoscaler.php b/src/Google/Service/Autoscaler.php
index 5a31425a1..22e317bd3 100644
--- a/src/Google/Service/Autoscaler.php
+++ b/src/Google/Service/Autoscaler.php
@@ -554,6 +554,7 @@ public function getTarget()
class Google_Service_Autoscaler_AutoscalerListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Autoscaler_Autoscaler';
protected $itemsDataType = 'array';
public $nextPageToken;
@@ -581,6 +582,7 @@ public function getNextPageToken()
class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Collection
{
+ protected $collection_key = 'customMetricUtilizations';
public $coolDownPeriodSec;
protected $cpuUtilizationType = 'Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization';
protected $cpuUtilizationDataType = '';
@@ -710,6 +712,7 @@ public function getUtilizationTarget()
class Google_Service_Autoscaler_Operation extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $clientOperationId;
public $creationTimestamp;
public $endTime;
@@ -958,6 +961,7 @@ public function getZone()
class Google_Service_Autoscaler_OperationError extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $errorsType = 'Google_Service_Autoscaler_OperationErrorErrors';
protected $errorsDataType = 'array';
@@ -1011,6 +1015,7 @@ public function getMessage()
class Google_Service_Autoscaler_OperationList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Autoscaler_Operation';
protected $itemsDataType = 'array';
@@ -1071,6 +1076,7 @@ public function getSelfLink()
class Google_Service_Autoscaler_OperationWarnings extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Autoscaler_OperationWarningsData';
protected $dataDataType = 'array';
From d6d3a587321af0d4eec8b04f1e641e8bf124a29b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:29 -0700
Subject: [PATCH 0158/1274] Updated PlusDomains.php
---
src/Google/Service/PlusDomains.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/PlusDomains.php b/src/Google/Service/PlusDomains.php
index 3cd3bbef8..815c3d063 100644
--- a/src/Google/Service/PlusDomains.php
+++ b/src/Google/Service/PlusDomains.php
@@ -902,6 +902,7 @@ public function listByCircle($circleId, $optParams = array())
class Google_Service_PlusDomains_Acl extends Google_Collection
{
+ protected $collection_key = 'items';
public $description;
public $domainRestricted;
protected $itemsType = 'Google_Service_PlusDomains_PlusDomainsAclentryResource';
@@ -1282,6 +1283,7 @@ public function getGivenName()
class Google_Service_PlusDomains_ActivityFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $id;
protected $itemsType = 'Google_Service_PlusDomains_Activity';
@@ -1386,6 +1388,7 @@ public function getUpdated()
class Google_Service_PlusDomains_ActivityObject extends Google_Collection
{
+ protected $collection_key = 'attachments';
protected $actorType = 'Google_Service_PlusDomains_ActivityObjectActor';
protected $actorDataType = '';
protected $attachmentsType = 'Google_Service_PlusDomains_ActivityObjectAttachments';
@@ -1581,6 +1584,7 @@ public function getUrl()
class Google_Service_PlusDomains_ActivityObjectAttachments extends Google_Collection
{
+ protected $collection_key = 'thumbnails';
public $content;
public $displayName;
protected $embedType = 'Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed';
@@ -2135,6 +2139,7 @@ public function getVisibility()
class Google_Service_PlusDomains_AudiencesFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_PlusDomains_Audience';
protected $itemsDataType = 'array';
@@ -2277,6 +2282,7 @@ public function getSelfLink()
class Google_Service_PlusDomains_CircleFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_PlusDomains_Circle';
protected $itemsDataType = 'array';
@@ -2385,6 +2391,7 @@ public function getTotalItems()
class Google_Service_PlusDomains_Comment extends Google_Collection
{
+ protected $collection_key = 'inReplyTo';
protected $actorType = 'Google_Service_PlusDomains_CommentActor';
protected $actorDataType = '';
public $etag;
@@ -2578,6 +2585,7 @@ public function getUrl()
class Google_Service_PlusDomains_CommentFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $id;
protected $itemsType = 'Google_Service_PlusDomains_Comment';
@@ -2749,6 +2757,7 @@ public function getTotalItems()
class Google_Service_PlusDomains_Media extends Google_Collection
{
+ protected $collection_key = 'streams';
protected $authorType = 'Google_Service_PlusDomains_MediaAuthor';
protected $authorDataType = '';
public $displayName;
@@ -3033,6 +3042,7 @@ public function getTime()
class Google_Service_PlusDomains_PeopleFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_PlusDomains_Person';
protected $itemsDataType = 'array';
@@ -3115,6 +3125,7 @@ public function getTotalItems()
class Google_Service_PlusDomains_Person extends Google_Collection
{
+ protected $collection_key = 'urls';
public $aboutMe;
public $birthday;
public $braggingRights;
From 9870695c1cc90de736cdf1337fb33a9cf474e413 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:30 -0700
Subject: [PATCH 0159/1274] Updated Reports.php
---
src/Google/Service/Reports.php | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/Google/Service/Reports.php b/src/Google/Service/Reports.php
index bf6cdd1f3..51e72247a 100644
--- a/src/Google/Service/Reports.php
+++ b/src/Google/Service/Reports.php
@@ -446,6 +446,7 @@ public function get($userKey, $date, $optParams = array())
class Google_Service_Reports_Activities extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Reports_Activity';
protected $itemsDataType = 'array';
@@ -495,6 +496,7 @@ public function getNextPageToken()
class Google_Service_Reports_Activity extends Google_Collection
{
+ protected $collection_key = 'events';
protected $actorType = 'Google_Service_Reports_ActivityActor';
protected $actorDataType = '';
public $etag;
@@ -627,6 +629,7 @@ public function getProfileId()
class Google_Service_Reports_ActivityEvents extends Google_Collection
{
+ protected $collection_key = 'parameters';
public $name;
protected $parametersType = 'Google_Service_Reports_ActivityEventsParameters';
protected $parametersDataType = 'array';
@@ -880,6 +883,7 @@ class Google_Service_Reports_ChannelParams extends Google_Model
class Google_Service_Reports_UsageReport extends Google_Collection
{
+ protected $collection_key = 'parameters';
public $date;
protected $entityType = 'Google_Service_Reports_UsageReportEntity';
protected $entityDataType = '';
@@ -989,6 +993,7 @@ public function getUserEmail()
class Google_Service_Reports_UsageReportParameters extends Google_Collection
{
+ protected $collection_key = 'msgValue';
public $boolValue;
public $datetimeValue;
public $intValue;
@@ -1064,6 +1069,7 @@ class Google_Service_Reports_UsageReportParametersMsgValue extends Google_Model
class Google_Service_Reports_UsageReports extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $etag;
public $kind;
public $nextPageToken;
@@ -1125,6 +1131,7 @@ public function getWarnings()
class Google_Service_Reports_UsageReportsWarnings extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Reports_UsageReportsWarningsData';
protected $dataDataType = 'array';
From 6e3313ef5006f26048cca685cdf1bbf12b88a718 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:30 -0700
Subject: [PATCH 0160/1274] Updated Pubsub.php
---
src/Google/Service/Pubsub.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/Google/Service/Pubsub.php b/src/Google/Service/Pubsub.php
index 27c49682e..f37f604a3 100644
--- a/src/Google/Service/Pubsub.php
+++ b/src/Google/Service/Pubsub.php
@@ -412,6 +412,7 @@ public function publish(Google_Service_Pubsub_PublishRequest $postBody, $optPara
class Google_Service_Pubsub_AcknowledgeRequest extends Google_Collection
{
+ protected $collection_key = 'ackId';
public $ackId;
public $subscription;
@@ -475,6 +476,7 @@ public function getStrValue()
class Google_Service_Pubsub_ListSubscriptionsResponse extends Google_Collection
{
+ protected $collection_key = 'subscription';
public $nextPageToken;
protected $subscriptionType = 'Google_Service_Pubsub_Subscription';
protected $subscriptionDataType = 'array';
@@ -502,6 +504,7 @@ public function getSubscription()
class Google_Service_Pubsub_ListTopicsResponse extends Google_Collection
{
+ protected $collection_key = 'topic';
public $nextPageToken;
protected $topicType = 'Google_Service_Pubsub_Topic';
protected $topicDataType = 'array';
@@ -669,6 +672,7 @@ public function getTruncated()
class Google_Service_Pubsub_PubsubMessage extends Google_Collection
{
+ protected $collection_key = 'label';
public $data;
protected $labelType = 'Google_Service_Pubsub_Label';
protected $labelDataType = 'array';
From 2ea3d7b6fe3852addb4d0bda37e2e637e8c4fdab Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:31 -0700
Subject: [PATCH 0161/1274] Updated Calendar.php
---
src/Google/Service/Calendar.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Calendar.php b/src/Google/Service/Calendar.php
index adb10426e..f09aa5def 100644
--- a/src/Google/Service/Calendar.php
+++ b/src/Google/Service/Calendar.php
@@ -1900,6 +1900,7 @@ public function watch(Google_Service_Calendar_Channel $postBody, $optParams = ar
class Google_Service_Calendar_Acl extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Calendar_AclRule';
protected $itemsDataType = 'array';
@@ -2127,6 +2128,7 @@ public function getTimeZone()
class Google_Service_Calendar_CalendarList extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Calendar_CalendarListEntry';
protected $itemsDataType = 'array';
@@ -2187,6 +2189,7 @@ public function getNextSyncToken()
class Google_Service_Calendar_CalendarListEntry extends Google_Collection
{
+ protected $collection_key = 'defaultReminders';
public $accessRole;
public $backgroundColor;
public $colorId;
@@ -2391,6 +2394,7 @@ public function getTimeZone()
class Google_Service_Calendar_CalendarListEntryNotificationSettings extends Google_Collection
{
+ protected $collection_key = 'notifications';
protected $notificationsType = 'Google_Service_Calendar_CalendarNotification';
protected $notificationsDataType = 'array';
@@ -2664,6 +2668,7 @@ public function getReason()
class Google_Service_Calendar_Event extends Google_Collection
{
+ protected $collection_key = 'recurrence';
public $anyoneCanAddSelf;
protected $attendeesType = 'Google_Service_Calendar_EventAttendee';
protected $attendeesDataType = 'array';
@@ -3480,6 +3485,7 @@ public function getMinutes()
class Google_Service_Calendar_EventReminders extends Google_Collection
{
+ protected $collection_key = 'overrides';
protected $overridesType = 'Google_Service_Calendar_EventReminder';
protected $overridesDataType = 'array';
public $useDefault;
@@ -3533,6 +3539,7 @@ public function getUrl()
class Google_Service_Calendar_Events extends Google_Collection
{
+ protected $collection_key = 'items';
public $accessRole;
protected $defaultRemindersType = 'Google_Service_Calendar_EventReminder';
protected $defaultRemindersDataType = 'array';
@@ -3660,6 +3667,7 @@ public function getUpdated()
class Google_Service_Calendar_FreeBusyCalendar extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $busyType = 'Google_Service_Calendar_TimePeriod';
protected $busyDataType = 'array';
protected $errorsType = 'Google_Service_Calendar_Error';
@@ -3688,6 +3696,7 @@ public function getErrors()
class Google_Service_Calendar_FreeBusyGroup extends Google_Collection
{
+ protected $collection_key = 'errors';
public $calendars;
protected $errorsType = 'Google_Service_Calendar_Error';
protected $errorsDataType = 'array';
@@ -3715,6 +3724,7 @@ public function getErrors()
class Google_Service_Calendar_FreeBusyRequest extends Google_Collection
{
+ protected $collection_key = 'items';
public $calendarExpansionMax;
public $groupExpansionMax;
protected $itemsType = 'Google_Service_Calendar_FreeBusyRequestItem';
@@ -3920,6 +3930,7 @@ public function getValue()
class Google_Service_Calendar_Settings extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Calendar_Setting';
protected $itemsDataType = 'array';
From 4b8adcd7aacbced31770386c6f0d7c85d29c9c11 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:32 -0700
Subject: [PATCH 0162/1274] Updated Plus.php
---
src/Google/Service/Plus.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/Google/Service/Plus.php b/src/Google/Service/Plus.php
index 2f8721d30..eeafbcecd 100644
--- a/src/Google/Service/Plus.php
+++ b/src/Google/Service/Plus.php
@@ -648,6 +648,7 @@ public function search($query, $optParams = array())
class Google_Service_Plus_Acl extends Google_Collection
{
+ protected $collection_key = 'items';
public $description;
protected $itemsType = 'Google_Service_Plus_PlusAclentryResource';
protected $itemsDataType = 'array';
@@ -1017,6 +1018,7 @@ public function getGivenName()
class Google_Service_Plus_ActivityFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $id;
protected $itemsType = 'Google_Service_Plus_Activity';
@@ -1121,6 +1123,7 @@ public function getUpdated()
class Google_Service_Plus_ActivityObject extends Google_Collection
{
+ protected $collection_key = 'attachments';
protected $actorType = 'Google_Service_Plus_ActivityObjectActor';
protected $actorDataType = '';
protected $attachmentsType = 'Google_Service_Plus_ActivityObjectAttachments';
@@ -1304,6 +1307,7 @@ public function getUrl()
class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
{
+ protected $collection_key = 'thumbnails';
public $content;
public $displayName;
protected $embedType = 'Google_Service_Plus_ActivityObjectAttachmentsEmbed';
@@ -1712,6 +1716,7 @@ public function getTitle()
class Google_Service_Plus_Comment extends Google_Collection
{
+ protected $collection_key = 'inReplyTo';
protected $actorType = 'Google_Service_Plus_CommentActor';
protected $actorDataType = '';
public $etag;
@@ -1905,6 +1910,7 @@ public function getUrl()
class Google_Service_Plus_CommentFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
public $id;
protected $itemsType = 'Google_Service_Plus_Comment';
@@ -2076,6 +2082,7 @@ public function getTotalItems()
class Google_Service_Plus_ItemScope extends Google_Collection
{
+ protected $collection_key = 'performers';
protected $aboutType = 'Google_Service_Plus_ItemScope';
protected $aboutDataType = '';
public $additionalName;
@@ -2784,6 +2791,7 @@ public function getType()
class Google_Service_Plus_MomentsFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Plus_Moment';
protected $itemsDataType = 'array';
@@ -2877,6 +2885,7 @@ public function getUpdated()
class Google_Service_Plus_PeopleFeed extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Plus_Person';
protected $itemsDataType = 'array';
@@ -2959,6 +2968,7 @@ public function getTotalItems()
class Google_Service_Plus_Person extends Google_Collection
{
+ protected $collection_key = 'urls';
public $aboutMe;
protected $ageRangeType = 'Google_Service_Plus_PersonAgeRange';
protected $ageRangeDataType = '';
From fdae09afd1b53bb9550940622bb26f4974cc11f6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:32 -0700
Subject: [PATCH 0163/1274] Updated Spectrum.php
---
src/Google/Service/Spectrum.php | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/Google/Service/Spectrum.php b/src/Google/Service/Spectrum.php
index 21e1005b0..c2fbbdf3b 100644
--- a/src/Google/Service/Spectrum.php
+++ b/src/Google/Service/Spectrum.php
@@ -256,6 +256,7 @@ public function getUri()
class Google_Service_Spectrum_DbUpdateSpec extends Google_Collection
{
+ protected $collection_key = 'databases';
protected $databasesType = 'Google_Service_Spectrum_DatabaseSpec';
protected $databasesDataType = 'array';
@@ -272,6 +273,7 @@ public function getDatabases()
class Google_Service_Spectrum_DeviceCapabilities extends Google_Collection
{
+ protected $collection_key = 'frequencyRanges';
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
protected $frequencyRangesDataType = 'array';
@@ -288,6 +290,7 @@ public function getFrequencyRanges()
class Google_Service_Spectrum_DeviceDescriptor extends Google_Collection
{
+ protected $collection_key = 'rulesetIds';
public $etsiEnDeviceCategory;
public $etsiEnDeviceEmissionsClass;
public $etsiEnDeviceType;
@@ -656,6 +659,7 @@ public function getLongitude()
class Google_Service_Spectrum_GeoLocationPolygon extends Google_Collection
{
+ protected $collection_key = 'exterior';
protected $exteriorType = 'Google_Service_Spectrum_GeoLocationPoint';
protected $exteriorDataType = 'array';
@@ -672,6 +676,7 @@ public function getExterior()
class Google_Service_Spectrum_GeoSpectrumSchedule extends Google_Collection
{
+ protected $collection_key = 'spectrumSchedules';
protected $locationType = 'Google_Service_Spectrum_GeoLocation';
protected $locationDataType = '';
protected $spectrumSchedulesType = 'Google_Service_Spectrum_SpectrumSchedule';
@@ -700,6 +705,7 @@ public function getSpectrumSchedules()
class Google_Service_Spectrum_PawsGetSpectrumBatchRequest extends Google_Collection
{
+ protected $collection_key = 'locations';
protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics';
protected $antennaDataType = '';
protected $capabilitiesType = 'Google_Service_Spectrum_DeviceCapabilities';
@@ -809,6 +815,7 @@ public function getVersion()
class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collection
{
+ protected $collection_key = 'geoSpectrumSchedules';
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
protected $databaseChangeDataType = '';
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
@@ -1047,6 +1054,7 @@ public function getVersion()
class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection
{
+ protected $collection_key = 'spectrumSchedules';
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
protected $databaseChangeDataType = '';
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
@@ -1287,6 +1295,7 @@ public function getVersion()
class Google_Service_Spectrum_PawsNotifySpectrumUseRequest extends Google_Collection
{
+ protected $collection_key = 'spectra';
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
protected $deviceDescDataType = '';
protected $locationType = 'Google_Service_Spectrum_GeoLocation';
@@ -1509,6 +1518,7 @@ public function getVersion()
class Google_Service_Spectrum_PawsVerifyDeviceRequest extends Google_Collection
{
+ protected $collection_key = 'deviceDescs';
protected $deviceDescsType = 'Google_Service_Spectrum_DeviceDescriptor';
protected $deviceDescsDataType = 'array';
public $type;
@@ -1547,6 +1557,7 @@ public function getVersion()
class Google_Service_Spectrum_PawsVerifyDeviceResponse extends Google_Collection
{
+ protected $collection_key = 'deviceValidities';
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
protected $databaseChangeDataType = '';
protected $deviceValiditiesType = 'Google_Service_Spectrum_DeviceValidity';
@@ -1608,6 +1619,7 @@ public function getVersion()
class Google_Service_Spectrum_RulesetInfo extends Google_Collection
{
+ protected $collection_key = 'rulesetIds';
public $authority;
public $maxLocationChange;
public $maxPollingSecs;
@@ -1656,6 +1668,7 @@ public function getRulesetIds()
class Google_Service_Spectrum_SpectrumMessage extends Google_Collection
{
+ protected $collection_key = 'frequencyRanges';
public $bandwidth;
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
protected $frequencyRangesDataType = 'array';
@@ -1683,6 +1696,7 @@ public function getFrequencyRanges()
class Google_Service_Spectrum_SpectrumSchedule extends Google_Collection
{
+ protected $collection_key = 'spectra';
protected $eventTimeType = 'Google_Service_Spectrum_EventTime';
protected $eventTimeDataType = '';
protected $spectraType = 'Google_Service_Spectrum_SpectrumMessage';
From fc4d97c5f361a4cb14c3978685a702a8d24b08d5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:33 -0700
Subject: [PATCH 0164/1274] Updated DoubleClickBidManager.php
---
src/Google/Service/DoubleClickBidManager.php | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/Google/Service/DoubleClickBidManager.php b/src/Google/Service/DoubleClickBidManager.php
index 4d340cd16..7485fa0b8 100644
--- a/src/Google/Service/DoubleClickBidManager.php
+++ b/src/Google/Service/DoubleClickBidManager.php
@@ -292,6 +292,7 @@ public function listreports($queryId, $optParams = array())
class Google_Service_DoubleClickBidManager_DownloadLineItemsRequest extends Google_Collection
{
+ protected $collection_key = 'filterIds';
public $filterIds;
public $filterType;
public $format;
@@ -370,6 +371,7 @@ public function getValue()
class Google_Service_DoubleClickBidManager_ListQueriesResponse extends Google_Collection
{
+ protected $collection_key = 'queries';
public $kind;
protected $queriesType = 'Google_Service_DoubleClickBidManager_Query';
protected $queriesDataType = 'array';
@@ -397,6 +399,7 @@ public function getQueries()
class Google_Service_DoubleClickBidManager_ListReportsResponse extends Google_Collection
{
+ protected $collection_key = 'reports';
public $kind;
protected $reportsType = 'Google_Service_DoubleClickBidManager_Report';
protected $reportsDataType = 'array';
@@ -424,6 +427,7 @@ public function getReports()
class Google_Service_DoubleClickBidManager_Parameters extends Google_Collection
{
+ protected $collection_key = 'metrics';
protected $filtersType = 'Google_Service_DoubleClickBidManager_FilterPair';
protected $filtersDataType = 'array';
public $groupBys;
@@ -579,6 +583,7 @@ public function getTimezoneCode()
class Google_Service_DoubleClickBidManager_QueryMetadata extends Google_Collection
{
+ protected $collection_key = 'shareEmailAddress';
public $dataRange;
public $format;
public $googleCloudStoragePathForLatestReport;
@@ -920,6 +925,7 @@ public function getState()
class Google_Service_DoubleClickBidManager_RowStatus extends Google_Collection
{
+ protected $collection_key = 'errors';
public $changed;
public $entityId;
public $entityName;
@@ -1091,6 +1097,7 @@ public function getUploadStatus()
class Google_Service_DoubleClickBidManager_UploadStatus extends Google_Collection
{
+ protected $collection_key = 'rowStatus';
public $errors;
protected $rowStatusType = 'Google_Service_DoubleClickBidManager_RowStatus';
protected $rowStatusDataType = 'array';
From 987ce02b43c840a352565ec645730a2a83fd80aa Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:33 -0700
Subject: [PATCH 0165/1274] Updated Audit.php
---
src/Google/Service/Audit.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Google/Service/Audit.php b/src/Google/Service/Audit.php
index 973cd5503..08bad3120 100644
--- a/src/Google/Service/Audit.php
+++ b/src/Google/Service/Audit.php
@@ -168,6 +168,7 @@ public function listActivities($customerId, $applicationId, $optParams = array()
class Google_Service_Audit_Activities extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Audit_Activity';
protected $itemsDataType = 'array';
public $kind;
@@ -206,6 +207,7 @@ public function getNext()
class Google_Service_Audit_Activity extends Google_Collection
{
+ protected $collection_key = 'events';
protected $actorType = 'Google_Service_Audit_ActivityActor';
protected $actorDataType = '';
protected $eventsType = 'Google_Service_Audit_ActivityEvents';
@@ -327,6 +329,7 @@ public function getKey()
class Google_Service_Audit_ActivityEvents extends Google_Collection
{
+ protected $collection_key = 'parameters';
public $eventType;
public $name;
protected $parametersType = 'Google_Service_Audit_ActivityEventsParameters';
From e635ba0f85bce6fd5fe890a51d6fba4d90920839 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:34 -0700
Subject: [PATCH 0166/1274] Updated Doubleclicksearch.php
---
src/Google/Service/Doubleclicksearch.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/Google/Service/Doubleclicksearch.php b/src/Google/Service/Doubleclicksearch.php
index 766deadeb..5e3fb3d7b 100644
--- a/src/Google/Service/Doubleclicksearch.php
+++ b/src/Google/Service/Doubleclicksearch.php
@@ -532,6 +532,7 @@ public function getSegmentationType()
class Google_Service_Doubleclicksearch_Conversion extends Google_Collection
{
+ protected $collection_key = 'customMetric';
public $adGroupId;
public $adId;
public $advertiserId;
@@ -791,6 +792,7 @@ public function getType()
class Google_Service_Doubleclicksearch_ConversionList extends Google_Collection
{
+ protected $collection_key = 'conversion';
protected $conversionType = 'Google_Service_Doubleclicksearch_Conversion';
protected $conversionDataType = 'array';
public $kind;
@@ -870,6 +872,7 @@ public function getValue()
class Google_Service_Doubleclicksearch_Report extends Google_Collection
{
+ protected $collection_key = 'rows';
protected $filesType = 'Google_Service_Doubleclicksearch_ReportFiles';
protected $filesDataType = 'array';
public $id;
@@ -1093,6 +1096,7 @@ public function getUrl()
class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
{
+ protected $collection_key = 'orderBy';
protected $columnsType = 'Google_Service_Doubleclicksearch_ReportApiColumnSpec';
protected $columnsDataType = 'array';
public $downloadFormat;
@@ -1256,6 +1260,7 @@ public function getVerifySingleTimeZone()
class Google_Service_Doubleclicksearch_ReportRequestFilters extends Google_Collection
{
+ protected $collection_key = 'values';
protected $columnType = 'Google_Service_Doubleclicksearch_ReportApiColumnSpec';
protected $columnDataType = '';
public $operator;
@@ -1492,6 +1497,7 @@ public function getType()
class Google_Service_Doubleclicksearch_SavedColumnList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Doubleclicksearch_SavedColumn';
protected $itemsDataType = 'array';
public $kind;
@@ -1519,6 +1525,7 @@ public function getKind()
class Google_Service_Doubleclicksearch_UpdateAvailabilityRequest extends Google_Collection
{
+ protected $collection_key = 'availabilities';
protected $availabilitiesType = 'Google_Service_Doubleclicksearch_Availability';
protected $availabilitiesDataType = 'array';
@@ -1535,6 +1542,7 @@ public function getAvailabilities()
class Google_Service_Doubleclicksearch_UpdateAvailabilityResponse extends Google_Collection
{
+ protected $collection_key = 'availabilities';
protected $availabilitiesType = 'Google_Service_Doubleclicksearch_Availability';
protected $availabilitiesDataType = 'array';
From 51ba1575a6e4b4ab4880855a727524a98271adfc Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:35 -0700
Subject: [PATCH 0167/1274] Updated CivicInfo.php
---
src/Google/Service/CivicInfo.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/Google/Service/CivicInfo.php b/src/Google/Service/CivicInfo.php
index daa65862b..5721b27b5 100644
--- a/src/Google/Service/CivicInfo.php
+++ b/src/Google/Service/CivicInfo.php
@@ -249,6 +249,7 @@ public function representativeInfoQuery(Google_Service_CivicInfo_RepresentativeI
class Google_Service_CivicInfo_AdministrationRegion extends Google_Collection
{
+ protected $collection_key = 'sources';
protected $electionAdministrationBodyType = 'Google_Service_CivicInfo_AdministrativeBody';
protected $electionAdministrationBodyDataType = '';
public $id;
@@ -311,6 +312,7 @@ public function getSources()
class Google_Service_CivicInfo_AdministrativeBody extends Google_Collection
{
+ protected $collection_key = 'voter_services';
public $absenteeVotingInfoUrl;
public $ballotInfoUrl;
protected $correspondenceAddressType = 'Google_Service_CivicInfo_SimpleAddressType';
@@ -461,6 +463,7 @@ public function getVotingLocationFinderUrl()
class Google_Service_CivicInfo_Candidate extends Google_Collection
{
+ protected $collection_key = 'channels';
public $candidateUrl;
protected $channelsType = 'Google_Service_CivicInfo_Channel';
protected $channelsDataType = 'array';
@@ -580,6 +583,7 @@ public function getType()
class Google_Service_CivicInfo_Contest extends Google_Collection
{
+ protected $collection_key = 'sources';
public $ballotPlacement;
protected $candidatesType = 'Google_Service_CivicInfo_Candidate';
protected $candidatesDataType = 'array';
@@ -763,6 +767,7 @@ public function getType()
class Google_Service_CivicInfo_DivisionSearchResponse extends Google_Collection
{
+ protected $collection_key = 'results';
public $kind;
protected $resultsType = 'Google_Service_CivicInfo_DivisionSearchResult';
protected $resultsDataType = 'array';
@@ -801,6 +806,7 @@ public function getStatus()
class Google_Service_CivicInfo_DivisionSearchResult extends Google_Collection
{
+ protected $collection_key = 'aliases';
public $aliases;
public $name;
public $ocdId;
@@ -934,6 +940,7 @@ public function getTitle()
class Google_Service_CivicInfo_ElectionsQueryResponse extends Google_Collection
{
+ protected $collection_key = 'elections';
protected $electionsType = 'Google_Service_CivicInfo_Election';
protected $electionsDataType = 'array';
public $kind;
@@ -998,6 +1005,7 @@ public function getScope()
class Google_Service_CivicInfo_GeographicDivision extends Google_Collection
{
+ protected $collection_key = 'officeIds';
public $alsoKnownAs;
public $name;
public $officeIds;
@@ -1046,6 +1054,7 @@ public function getScope()
class Google_Service_CivicInfo_Office extends Google_Collection
{
+ protected $collection_key = 'sources';
public $divisionId;
public $level;
public $name;
@@ -1106,6 +1115,7 @@ public function getSources()
class Google_Service_CivicInfo_Official extends Google_Collection
{
+ protected $collection_key = 'urls';
protected $addressType = 'Google_Service_CivicInfo_SimpleAddressType';
protected $addressDataType = 'array';
protected $channelsType = 'Google_Service_CivicInfo_Channel';
@@ -1200,6 +1210,7 @@ public function getUrls()
class Google_Service_CivicInfo_PollingLocation extends Google_Collection
{
+ protected $collection_key = 'sources';
protected $addressType = 'Google_Service_CivicInfo_SimpleAddressType';
protected $addressDataType = '';
public $endDate;
@@ -1531,6 +1542,7 @@ public function getAddress()
class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
{
+ protected $collection_key = 'state';
protected $contestsType = 'Google_Service_CivicInfo_Contest';
protected $contestsDataType = 'array';
protected $earlyVoteSitesType = 'Google_Service_CivicInfo_PollingLocation';
From 5680dcd8bbb31a235b68e9bfb9fa2eb34104fbeb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:35 -0700
Subject: [PATCH 0168/1274] Updated Customsearch.php
---
src/Google/Service/Customsearch.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/Google/Service/Customsearch.php b/src/Google/Service/Customsearch.php
index b45c9466d..5694e9430 100644
--- a/src/Google/Service/Customsearch.php
+++ b/src/Google/Service/Customsearch.php
@@ -298,6 +298,7 @@ public function listCse($q, $optParams = array())
class Google_Service_Customsearch_Context extends Google_Collection
{
+ protected $collection_key = 'facets';
protected $facetsType = 'Google_Service_Customsearch_ContextFacets';
protected $facetsDataType = 'array';
public $title;
@@ -362,6 +363,7 @@ public function getLabelWithOp()
class Google_Service_Customsearch_Promotion extends Google_Collection
{
+ protected $collection_key = 'bodyLines';
protected $bodyLinesType = 'Google_Service_Customsearch_PromotionBodyLines';
protected $bodyLinesDataType = 'array';
public $displayLink;
@@ -930,6 +932,7 @@ public function getTotalResults()
class Google_Service_Customsearch_Result extends Google_Collection
{
+ protected $collection_key = 'labels';
public $cacheId;
public $displayLink;
public $fileFormat;
@@ -1229,6 +1232,7 @@ class Google_Service_Customsearch_ResultPagemapItemElement extends Google_Model
class Google_Service_Customsearch_Search extends Google_Collection
{
+ protected $collection_key = 'promotions';
protected $contextType = 'Google_Service_Customsearch_Context';
protected $contextDataType = '';
protected $itemsType = 'Google_Service_Customsearch_Result';
From 5a794f788aa7f064122b8bfa1a7ff88da84647f6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:36 -0700
Subject: [PATCH 0169/1274] Updated AdSenseHost.php
---
src/Google/Service/AdSenseHost.php | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/Google/Service/AdSenseHost.php b/src/Google/Service/AdSenseHost.php
index 8c1ca2066..c9b7c23dc 100644
--- a/src/Google/Service/AdSenseHost.php
+++ b/src/Google/Service/AdSenseHost.php
@@ -1303,6 +1303,7 @@ public function getStatus()
class Google_Service_AdSenseHost_Accounts extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_Account';
protected $itemsDataType = 'array';
@@ -1400,6 +1401,7 @@ public function getSupportsReporting()
class Google_Service_AdSenseHost_AdClients extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_AdClient';
protected $itemsDataType = 'array';
@@ -1828,6 +1830,7 @@ public function getType()
class Google_Service_AdSenseHost_AdUnits extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_AdUnit';
protected $itemsDataType = 'array';
@@ -1877,6 +1880,7 @@ public function getNextPageToken()
class Google_Service_AdSenseHost_AssociationSession extends Google_Collection
{
+ protected $collection_key = 'productCodes';
public $accountId;
public $id;
public $kind;
@@ -2028,6 +2032,7 @@ public function getName()
class Google_Service_AdSenseHost_CustomChannels extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_CustomChannel';
protected $itemsDataType = 'array';
@@ -2077,6 +2082,7 @@ public function getNextPageToken()
class Google_Service_AdSenseHost_Report extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $averages;
protected $headersType = 'Google_Service_AdSenseHost_ReportHeaders';
protected $headersDataType = 'array';
@@ -2233,6 +2239,7 @@ public function getUrlPattern()
class Google_Service_AdSenseHost_UrlChannels extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSenseHost_UrlChannel';
protected $itemsDataType = 'array';
From ecb1c12f6a5508b7bec74b081d5d92368ce55e84 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:37 -0700
Subject: [PATCH 0170/1274] Updated Books.php
---
src/Google/Service/Books.php | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/src/Google/Service/Books.php b/src/Google/Service/Books.php
index 53216632c..e12d66437 100644
--- a/src/Google/Service/Books.php
+++ b/src/Google/Service/Books.php
@@ -2476,6 +2476,7 @@ public function listVolumesUseruploaded($optParams = array())
class Google_Service_Books_Annotation extends Google_Collection
{
+ protected $collection_key = 'pageIds';
public $afterSelectedText;
public $beforeSelectedText;
protected $clientVersionRangesType = 'Google_Service_Books_AnnotationClientVersionRanges';
@@ -2936,6 +2937,7 @@ public function getVolumeId()
class Google_Service_Books_Annotations extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Books_Annotation';
protected $itemsDataType = 'array';
public $kind;
@@ -2985,6 +2987,7 @@ public function getTotalItems()
class Google_Service_Books_AnnotationsSummary extends Google_Collection
{
+ protected $collection_key = 'layers';
public $kind;
protected $layersType = 'Google_Service_Books_AnnotationsSummaryLayers';
protected $layersDataType = 'array';
@@ -3071,6 +3074,7 @@ public function getUpdated()
class Google_Service_Books_Annotationsdata extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Books_Annotationdata';
protected $itemsDataType = 'array';
public $kind;
@@ -3345,6 +3349,7 @@ public function getVolumesLastUpdated()
class Google_Service_Books_Bookshelves extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Books_Bookshelf';
protected $itemsDataType = 'array';
public $kind;
@@ -3551,6 +3556,7 @@ public function getTitle()
class Google_Service_Books_DictlayerdataDict extends Google_Collection
{
+ protected $collection_key = 'words';
protected $sourceType = 'Google_Service_Books_DictlayerdataDictSource';
protected $sourceDataType = '';
protected $wordsType = 'Google_Service_Books_DictlayerdataDictWords';
@@ -3605,6 +3611,7 @@ public function getUrl()
class Google_Service_Books_DictlayerdataDictWords extends Google_Collection
{
+ protected $collection_key = 'senses';
protected $derivativesType = 'Google_Service_Books_DictlayerdataDictWordsDerivatives';
protected $derivativesDataType = 'array';
protected $examplesType = 'Google_Service_Books_DictlayerdataDictWordsExamples';
@@ -3763,6 +3770,7 @@ public function getUrl()
class Google_Service_Books_DictlayerdataDictWordsSenses extends Google_Collection
{
+ protected $collection_key = 'synonyms';
protected $conjugationsType = 'Google_Service_Books_DictlayerdataDictWordsSensesConjugations';
protected $conjugationsDataType = 'array';
protected $definitionsType = 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitions';
@@ -3885,6 +3893,7 @@ public function getValue()
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitions extends Google_Collection
{
+ protected $collection_key = 'examples';
public $definition;
protected $examplesType = 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples';
protected $examplesDataType = 'array';
@@ -4206,6 +4215,7 @@ public function getVolumeId()
class Google_Service_Books_DownloadAccesses extends Google_Collection
{
+ protected $collection_key = 'downloadAccessList';
protected $downloadAccessListType = 'Google_Service_Books_DownloadAccessRestriction';
protected $downloadAccessListDataType = 'array';
public $kind;
@@ -4331,6 +4341,7 @@ public function getTitle()
class Google_Service_Books_GeolayerdataGeo extends Google_Collection
{
+ protected $collection_key = 'boundary';
protected $boundaryType = 'Google_Service_Books_GeolayerdataGeoBoundary';
protected $boundaryDataType = 'array';
public $cachePolicy;
@@ -4531,6 +4542,7 @@ public function getLongitude()
class Google_Service_Books_Layersummaries extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Books_Layersummary';
protected $itemsDataType = 'array';
public $kind;
@@ -4569,6 +4581,7 @@ public function getTotalItems()
class Google_Service_Books_Layersummary extends Google_Collection
{
+ protected $collection_key = 'annotationTypes';
public $annotationCount;
public $annotationTypes;
public $annotationsDataLink;
@@ -4716,6 +4729,7 @@ public function getVolumeId()
class Google_Service_Books_Offers extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Books_OffersItems';
protected $itemsDataType = 'array';
public $kind;
@@ -4743,6 +4757,7 @@ public function getKind()
class Google_Service_Books_OffersItems extends Google_Collection
{
+ protected $collection_key = 'items';
public $artUrl;
public $id;
protected $itemsType = 'Google_Service_Books_OffersItemsItems';
@@ -5506,6 +5521,7 @@ public function getIsAvailable()
class Google_Service_Books_VolumeLayerInfo extends Google_Collection
{
+ protected $collection_key = 'layers';
protected $layersType = 'Google_Service_Books_VolumeLayerInfoLayers';
protected $layersDataType = 'array';
@@ -5563,6 +5579,7 @@ public function getExplanation()
class Google_Service_Books_VolumeSaleInfo extends Google_Collection
{
+ protected $collection_key = 'offers';
public $buyLink;
public $country;
public $isEbook;
@@ -6073,6 +6090,7 @@ public function getProcessingState()
class Google_Service_Books_VolumeVolumeInfo extends Google_Collection
{
+ protected $collection_key = 'industryIdentifiers';
public $authors;
public $averageRating;
public $canonicalVolumeLink;
@@ -6455,6 +6473,7 @@ public function getType()
class Google_Service_Books_Volumeannotation extends Google_Collection
{
+ protected $collection_key = 'pageIds';
public $annotationDataId;
public $annotationDataLink;
public $annotationType;
@@ -6665,6 +6684,7 @@ public function getGbTextRange()
class Google_Service_Books_Volumeannotations extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Books_Volumeannotation';
protected $itemsDataType = 'array';
public $kind;
@@ -6725,6 +6745,7 @@ public function getVersion()
class Google_Service_Books_Volumes extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Books_Volume';
protected $itemsDataType = 'array';
public $kind;
From 0584569162a95ccae7915ac011190b9d21dfe27e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:38 -0700
Subject: [PATCH 0171/1274] Updated Taskqueue.php
---
src/Google/Service/Taskqueue.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Google/Service/Taskqueue.php b/src/Google/Service/Taskqueue.php
index 2255fc653..55f346f61 100644
--- a/src/Google/Service/Taskqueue.php
+++ b/src/Google/Service/Taskqueue.php
@@ -589,6 +589,7 @@ public function getStats()
class Google_Service_Taskqueue_TaskQueueAcl extends Google_Collection
{
+ protected $collection_key = 'producerEmails';
public $adminEmails;
public $consumerEmails;
public $producerEmails;
@@ -674,6 +675,7 @@ public function getTotalTasks()
class Google_Service_Taskqueue_Tasks extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Taskqueue_Task';
protected $itemsDataType = 'array';
public $kind;
@@ -701,6 +703,7 @@ public function getKind()
class Google_Service_Taskqueue_Tasks2 extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Taskqueue_Task';
protected $itemsDataType = 'array';
public $kind;
From b1bf322a9a690008bfbb41b942b18bde7ba15667 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:39 -0700
Subject: [PATCH 0172/1274] Updated Compute.php
---
src/Google/Service/Compute.php | 72 ++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index 4d704e4cb..150f75410 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -5565,6 +5565,7 @@ public function getType()
class Google_Service_Compute_Address extends Google_Collection
{
+ protected $collection_key = 'users';
public $address;
public $creationTimestamp;
public $description;
@@ -5744,6 +5745,7 @@ class Google_Service_Compute_AddressAggregatedListItems extends Google_Model
class Google_Service_Compute_AddressList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Address';
protected $itemsDataType = 'array';
@@ -5804,6 +5806,7 @@ public function getSelfLink()
class Google_Service_Compute_AddressesScopedList extends Google_Collection
{
+ protected $collection_key = 'addresses';
protected $addressesType = 'Google_Service_Compute_Address';
protected $addressesDataType = 'array';
protected $warningType = 'Google_Service_Compute_AddressesScopedListWarning';
@@ -5832,6 +5835,7 @@ public function getWarning()
class Google_Service_Compute_AddressesScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_AddressesScopedListWarningData';
protected $dataDataType = 'array';
@@ -5896,6 +5900,7 @@ public function getValue()
class Google_Service_Compute_AttachedDisk extends Google_Collection
{
+ protected $collection_key = 'licenses';
public $autoDelete;
public $boot;
public $deviceName;
@@ -6140,6 +6145,7 @@ public function getMaxUtilization()
class Google_Service_Compute_BackendService extends Google_Collection
{
+ protected $collection_key = 'healthChecks';
protected $backendsType = 'Google_Service_Compute_Backend';
protected $backendsDataType = 'array';
public $creationTimestamp;
@@ -6288,6 +6294,7 @@ public function getTimeoutSec()
class Google_Service_Compute_BackendServiceGroupHealth extends Google_Collection
{
+ protected $collection_key = 'healthStatus';
protected $healthStatusType = 'Google_Service_Compute_HealthStatus';
protected $healthStatusDataType = 'array';
public $kind;
@@ -6315,6 +6322,7 @@ public function getKind()
class Google_Service_Compute_BackendServiceList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_BackendService';
protected $itemsDataType = 'array';
@@ -6434,6 +6442,7 @@ public function getState()
class Google_Service_Compute_Disk extends Google_Collection
{
+ protected $collection_key = 'licenses';
public $creationTimestamp;
public $description;
public $id;
@@ -6679,6 +6688,7 @@ class Google_Service_Compute_DiskAggregatedListItems extends Google_Model
class Google_Service_Compute_DiskList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Disk';
protected $itemsDataType = 'array';
@@ -6908,6 +6918,7 @@ class Google_Service_Compute_DiskTypeAggregatedListItems extends Google_Model
class Google_Service_Compute_DiskTypeList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_DiskType';
protected $itemsDataType = 'array';
@@ -6968,6 +6979,7 @@ public function getSelfLink()
class Google_Service_Compute_DiskTypesScopedList extends Google_Collection
{
+ protected $collection_key = 'diskTypes';
protected $diskTypesType = 'Google_Service_Compute_DiskType';
protected $diskTypesDataType = 'array';
protected $warningType = 'Google_Service_Compute_DiskTypesScopedListWarning';
@@ -6996,6 +7008,7 @@ public function getWarning()
class Google_Service_Compute_DiskTypesScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_DiskTypesScopedListWarningData';
protected $dataDataType = 'array';
@@ -7060,6 +7073,7 @@ public function getValue()
class Google_Service_Compute_DisksScopedList extends Google_Collection
{
+ protected $collection_key = 'disks';
protected $disksType = 'Google_Service_Compute_Disk';
protected $disksDataType = 'array';
protected $warningType = 'Google_Service_Compute_DisksScopedListWarning';
@@ -7088,6 +7102,7 @@ public function getWarning()
class Google_Service_Compute_DisksScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_DisksScopedListWarningData';
protected $dataDataType = 'array';
@@ -7152,6 +7167,7 @@ public function getValue()
class Google_Service_Compute_Firewall extends Google_Collection
{
+ protected $collection_key = 'targetTags';
protected $allowedType = 'Google_Service_Compute_FirewallAllowed';
protected $allowedDataType = 'array';
public $creationTimestamp;
@@ -7278,6 +7294,7 @@ public function getTargetTags()
class Google_Service_Compute_FirewallAllowed extends Google_Collection
{
+ protected $collection_key = 'ports';
public $iPProtocol;
public $ports;
@@ -7304,6 +7321,7 @@ public function getPorts()
class Google_Service_Compute_FirewallList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Firewall';
protected $itemsDataType = 'array';
@@ -7554,6 +7572,7 @@ class Google_Service_Compute_ForwardingRuleAggregatedListItems extends Google_Mo
class Google_Service_Compute_ForwardingRuleList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_ForwardingRule';
protected $itemsDataType = 'array';
@@ -7614,6 +7633,7 @@ public function getSelfLink()
class Google_Service_Compute_ForwardingRulesScopedList extends Google_Collection
{
+ protected $collection_key = 'forwardingRules';
protected $forwardingRulesType = 'Google_Service_Compute_ForwardingRule';
protected $forwardingRulesDataType = 'array';
protected $warningType = 'Google_Service_Compute_ForwardingRulesScopedListWarning';
@@ -7642,6 +7662,7 @@ public function getWarning()
class Google_Service_Compute_ForwardingRulesScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_ForwardingRulesScopedListWarningData';
protected $dataDataType = 'array';
@@ -7758,6 +7779,7 @@ public function getIpAddress()
class Google_Service_Compute_HostRule extends Google_Collection
{
+ protected $collection_key = 'hosts';
public $description;
public $hosts;
public $pathMatcher;
@@ -7942,6 +7964,7 @@ public function getUnhealthyThreshold()
class Google_Service_Compute_HttpHealthCheckList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_HttpHealthCheck';
protected $itemsDataType = 'array';
@@ -8002,6 +8025,7 @@ public function getSelfLink()
class Google_Service_Compute_Image extends Google_Collection
{
+ protected $collection_key = 'licenses';
public $archiveSizeBytes;
public $creationTimestamp;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
@@ -8173,6 +8197,7 @@ public function getStatus()
class Google_Service_Compute_ImageList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Image';
protected $itemsDataType = 'array';
@@ -8270,6 +8295,7 @@ public function getSource()
class Google_Service_Compute_Instance extends Google_Collection
{
+ protected $collection_key = 'serviceAccounts';
public $canIpForward;
public $creationTimestamp;
public $description;
@@ -8532,6 +8558,7 @@ class Google_Service_Compute_InstanceAggregatedListItems extends Google_Model
class Google_Service_Compute_InstanceList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Instance';
protected $itemsDataType = 'array';
@@ -8607,6 +8634,7 @@ public function getInstance()
class Google_Service_Compute_InstancesScopedList extends Google_Collection
{
+ protected $collection_key = 'instances';
protected $instancesType = 'Google_Service_Compute_Instance';
protected $instancesDataType = 'array';
protected $warningType = 'Google_Service_Compute_InstancesScopedListWarning';
@@ -8635,6 +8663,7 @@ public function getWarning()
class Google_Service_Compute_InstancesScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_InstancesScopedListWarningData';
protected $dataDataType = 'array';
@@ -8736,6 +8765,7 @@ public function getSelfLink()
class Google_Service_Compute_MachineType extends Google_Collection
{
+ protected $collection_key = 'scratchDisks';
public $creationTimestamp;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
protected $deprecatedDataType = '';
@@ -8961,6 +8991,7 @@ class Google_Service_Compute_MachineTypeAggregatedListItems extends Google_Model
class Google_Service_Compute_MachineTypeList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_MachineType';
protected $itemsDataType = 'array';
@@ -9036,6 +9067,7 @@ public function getDiskGb()
class Google_Service_Compute_MachineTypesScopedList extends Google_Collection
{
+ protected $collection_key = 'machineTypes';
protected $machineTypesType = 'Google_Service_Compute_MachineType';
protected $machineTypesDataType = 'array';
protected $warningType = 'Google_Service_Compute_MachineTypesScopedListWarning';
@@ -9064,6 +9096,7 @@ public function getWarning()
class Google_Service_Compute_MachineTypesScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_MachineTypesScopedListWarningData';
protected $dataDataType = 'array';
@@ -9128,6 +9161,7 @@ public function getValue()
class Google_Service_Compute_Metadata extends Google_Collection
{
+ protected $collection_key = 'items';
public $fingerprint;
protected $itemsType = 'Google_Service_Compute_MetadataItems';
protected $itemsDataType = 'array';
@@ -9284,6 +9318,7 @@ public function getSelfLink()
class Google_Service_Compute_NetworkInterface extends Google_Collection
{
+ protected $collection_key = 'accessConfigs';
protected $accessConfigsType = 'Google_Service_Compute_AccessConfig';
protected $accessConfigsDataType = 'array';
public $name;
@@ -9333,6 +9368,7 @@ public function getNetworkIP()
class Google_Service_Compute_NetworkList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Network';
protected $itemsDataType = 'array';
@@ -9393,6 +9429,7 @@ public function getSelfLink()
class Google_Service_Compute_Operation extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $clientOperationId;
public $creationTimestamp;
public $endTime;
@@ -9706,6 +9743,7 @@ class Google_Service_Compute_OperationAggregatedListItems extends Google_Model
class Google_Service_Compute_OperationError extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $errorsType = 'Google_Service_Compute_OperationErrorErrors';
protected $errorsDataType = 'array';
@@ -9759,6 +9797,7 @@ public function getMessage()
class Google_Service_Compute_OperationList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Operation';
protected $itemsDataType = 'array';
@@ -9819,6 +9858,7 @@ public function getSelfLink()
class Google_Service_Compute_OperationWarnings extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_OperationWarningsData';
protected $dataDataType = 'array';
@@ -9883,6 +9923,7 @@ public function getValue()
class Google_Service_Compute_OperationsScopedList extends Google_Collection
{
+ protected $collection_key = 'operations';
protected $operationsType = 'Google_Service_Compute_Operation';
protected $operationsDataType = 'array';
protected $warningType = 'Google_Service_Compute_OperationsScopedListWarning';
@@ -9911,6 +9952,7 @@ public function getWarning()
class Google_Service_Compute_OperationsScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_OperationsScopedListWarningData';
protected $dataDataType = 'array';
@@ -9975,6 +10017,7 @@ public function getValue()
class Google_Service_Compute_PathMatcher extends Google_Collection
{
+ protected $collection_key = 'pathRules';
public $defaultService;
public $description;
public $name;
@@ -10024,6 +10067,7 @@ public function getPathRules()
class Google_Service_Compute_PathRule extends Google_Collection
{
+ protected $collection_key = 'paths';
public $paths;
public $service;
@@ -10050,6 +10094,7 @@ public function getService()
class Google_Service_Compute_Project extends Google_Collection
{
+ protected $collection_key = 'quotas';
protected $commonInstanceMetadataType = 'Google_Service_Compute_Metadata';
protected $commonInstanceMetadataDataType = '';
public $creationTimestamp;
@@ -10193,6 +10238,7 @@ public function getUsage()
class Google_Service_Compute_Region extends Google_Collection
{
+ protected $collection_key = 'zones';
public $creationTimestamp;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
protected $deprecatedDataType = '';
@@ -10309,6 +10355,7 @@ public function getZones()
class Google_Service_Compute_RegionList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Region';
protected $itemsDataType = 'array';
@@ -10384,6 +10431,7 @@ public function getGroup()
class Google_Service_Compute_Route extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $creationTimestamp;
public $description;
public $destRange;
@@ -10554,6 +10602,7 @@ public function getWarnings()
class Google_Service_Compute_RouteList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Route';
protected $itemsDataType = 'array';
@@ -10614,6 +10663,7 @@ public function getSelfLink()
class Google_Service_Compute_RouteWarnings extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_RouteWarningsData';
protected $dataDataType = 'array';
@@ -10741,6 +10791,7 @@ public function getSelfLink()
class Google_Service_Compute_ServiceAccount extends Google_Collection
{
+ protected $collection_key = 'scopes';
public $email;
public $scopes;
@@ -10767,6 +10818,7 @@ public function getScopes()
class Google_Service_Compute_Snapshot extends Google_Collection
{
+ protected $collection_key = 'licenses';
public $creationTimestamp;
public $description;
public $diskSizeGb;
@@ -10914,6 +10966,7 @@ public function getStorageBytesStatus()
class Google_Service_Compute_SnapshotList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Snapshot';
protected $itemsDataType = 'array';
@@ -10974,6 +11027,7 @@ public function getSelfLink()
class Google_Service_Compute_Tags extends Google_Collection
{
+ protected $collection_key = 'items';
public $fingerprint;
public $items;
@@ -11081,6 +11135,7 @@ public function getUrlMap()
class Google_Service_Compute_TargetHttpProxyList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_TargetHttpProxy';
protected $itemsDataType = 'array';
@@ -11309,6 +11364,7 @@ class Google_Service_Compute_TargetInstanceAggregatedListItems extends Google_Mo
class Google_Service_Compute_TargetInstanceList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_TargetInstance';
protected $itemsDataType = 'array';
@@ -11369,6 +11425,7 @@ public function getSelfLink()
class Google_Service_Compute_TargetInstancesScopedList extends Google_Collection
{
+ protected $collection_key = 'targetInstances';
protected $targetInstancesType = 'Google_Service_Compute_TargetInstance';
protected $targetInstancesDataType = 'array';
protected $warningType = 'Google_Service_Compute_TargetInstancesScopedListWarning';
@@ -11397,6 +11454,7 @@ public function getWarning()
class Google_Service_Compute_TargetInstancesScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_TargetInstancesScopedListWarningData';
protected $dataDataType = 'array';
@@ -11461,6 +11519,7 @@ public function getValue()
class Google_Service_Compute_TargetPool extends Google_Collection
{
+ protected $collection_key = 'instances';
public $backupPool;
public $creationTimestamp;
public $description;
@@ -11662,6 +11721,7 @@ class Google_Service_Compute_TargetPoolAggregatedListItems extends Google_Model
class Google_Service_Compute_TargetPoolInstanceHealth extends Google_Collection
{
+ protected $collection_key = 'healthStatus';
protected $healthStatusType = 'Google_Service_Compute_HealthStatus';
protected $healthStatusDataType = 'array';
public $kind;
@@ -11689,6 +11749,7 @@ public function getKind()
class Google_Service_Compute_TargetPoolList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_TargetPool';
protected $itemsDataType = 'array';
@@ -11749,6 +11810,7 @@ public function getSelfLink()
class Google_Service_Compute_TargetPoolsAddHealthCheckRequest extends Google_Collection
{
+ protected $collection_key = 'healthChecks';
protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
protected $healthChecksDataType = 'array';
@@ -11765,6 +11827,7 @@ public function getHealthChecks()
class Google_Service_Compute_TargetPoolsAddInstanceRequest extends Google_Collection
{
+ protected $collection_key = 'instances';
protected $instancesType = 'Google_Service_Compute_InstanceReference';
protected $instancesDataType = 'array';
@@ -11781,6 +11844,7 @@ public function getInstances()
class Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest extends Google_Collection
{
+ protected $collection_key = 'healthChecks';
protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
protected $healthChecksDataType = 'array';
@@ -11797,6 +11861,7 @@ public function getHealthChecks()
class Google_Service_Compute_TargetPoolsRemoveInstanceRequest extends Google_Collection
{
+ protected $collection_key = 'instances';
protected $instancesType = 'Google_Service_Compute_InstanceReference';
protected $instancesDataType = 'array';
@@ -11813,6 +11878,7 @@ public function getInstances()
class Google_Service_Compute_TargetPoolsScopedList extends Google_Collection
{
+ protected $collection_key = 'targetPools';
protected $targetPoolsType = 'Google_Service_Compute_TargetPool';
protected $targetPoolsDataType = 'array';
protected $warningType = 'Google_Service_Compute_TargetPoolsScopedListWarning';
@@ -11841,6 +11907,7 @@ public function getWarning()
class Google_Service_Compute_TargetPoolsScopedListWarning extends Google_Collection
{
+ protected $collection_key = 'data';
public $code;
protected $dataType = 'Google_Service_Compute_TargetPoolsScopedListWarningData';
protected $dataDataType = 'array';
@@ -11968,6 +12035,7 @@ public function getPath()
class Google_Service_Compute_UrlMap extends Google_Collection
{
+ protected $collection_key = 'tests';
public $creationTimestamp;
public $defaultService;
public $description;
@@ -12096,6 +12164,7 @@ public function getTests()
class Google_Service_Compute_UrlMapList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_UrlMap';
protected $itemsDataType = 'array';
@@ -12219,6 +12288,7 @@ public function getService()
class Google_Service_Compute_UrlMapValidationResult extends Google_Collection
{
+ protected $collection_key = 'testFailures';
public $loadErrors;
public $loadSucceeded;
protected $testFailuresType = 'Google_Service_Compute_TestFailure';
@@ -12326,6 +12396,7 @@ public function getReportNamePrefix()
class Google_Service_Compute_Zone extends Google_Collection
{
+ protected $collection_key = 'maintenanceWindows';
public $creationTimestamp;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
protected $deprecatedDataType = '';
@@ -12442,6 +12513,7 @@ public function getStatus()
class Google_Service_Compute_ZoneList extends Google_Collection
{
+ protected $collection_key = 'items';
public $id;
protected $itemsType = 'Google_Service_Compute_Zone';
protected $itemsDataType = 'array';
From 126f6b388f39fa5d3022820ab961440a6dcf0af4 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:39 -0700
Subject: [PATCH 0173/1274] Updated IdentityToolkit.php
---
src/Google/Service/IdentityToolkit.php | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/Google/Service/IdentityToolkit.php b/src/Google/Service/IdentityToolkit.php
index eba918b82..847da8af0 100644
--- a/src/Google/Service/IdentityToolkit.php
+++ b/src/Google/Service/IdentityToolkit.php
@@ -342,6 +342,7 @@ public function getKind()
class Google_Service_IdentityToolkit_DownloadAccountResponse extends Google_Collection
{
+ protected $collection_key = 'users';
public $kind;
public $nextPageToken;
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
@@ -380,6 +381,7 @@ public function getUsers()
class Google_Service_IdentityToolkit_GetAccountInfoResponse extends Google_Collection
{
+ protected $collection_key = 'users';
public $kind;
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
protected $usersDataType = 'array';
@@ -566,6 +568,7 @@ public function getNextPageToken()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest extends Google_Collection
{
+ protected $collection_key = 'localId';
public $email;
public $idToken;
public $localId;
@@ -656,6 +659,7 @@ public function getOobCode()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest extends Google_Collection
{
+ protected $collection_key = 'provider';
public $captchaChallenge;
public $captchaResponse;
public $displayName;
@@ -781,6 +785,7 @@ public function getUpgradeToFederatedLogin()
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest extends Google_Collection
{
+ protected $collection_key = 'users';
public $hashAlgorithm;
public $memoryCost;
public $rounds;
@@ -1066,6 +1071,7 @@ public function getKind()
class Google_Service_IdentityToolkit_SetAccountInfoResponse extends Google_Collection
{
+ protected $collection_key = 'providerUserInfo';
public $displayName;
public $email;
public $idToken;
@@ -1163,6 +1169,7 @@ public function getProviderId()
class Google_Service_IdentityToolkit_UploadAccountResponse extends Google_Collection
{
+ protected $collection_key = 'error';
protected $errorType = 'Google_Service_IdentityToolkit_UploadAccountResponseError';
protected $errorDataType = 'array';
public $kind;
@@ -1216,6 +1223,7 @@ public function getMessage()
class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
{
+ protected $collection_key = 'providerUserInfo';
public $displayName;
public $email;
public $emailVerified;
@@ -1379,6 +1387,7 @@ public function getProviderId()
class Google_Service_IdentityToolkit_VerifyAssertionResponse extends Google_Collection
{
+ protected $collection_key = 'verifiedProvider';
public $action;
public $appInstallationUrl;
public $appScheme;
From 0b626af2505b5f3ed7d8032e9febe6f624668f43 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:40 -0700
Subject: [PATCH 0174/1274] Updated Tasks.php
---
src/Google/Service/Tasks.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Google/Service/Tasks.php b/src/Google/Service/Tasks.php
index ea9d66df0..b7badc3ae 100644
--- a/src/Google/Service/Tasks.php
+++ b/src/Google/Service/Tasks.php
@@ -584,6 +584,7 @@ public function update($tasklist, $task, Google_Service_Tasks_Task $postBody, $o
class Google_Service_Tasks_Task extends Google_Collection
{
+ protected $collection_key = 'links';
public $completed;
public $deleted;
public $due;
@@ -861,6 +862,7 @@ public function getUpdated()
class Google_Service_Tasks_TaskLists extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Tasks_TaskList';
protected $itemsDataType = 'array';
@@ -910,6 +912,7 @@ public function getNextPageToken()
class Google_Service_Tasks_Tasks extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_Tasks_Task';
protected $itemsDataType = 'array';
From 1a64a1810c9397cbb73c01aff2ca6078e602560a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:41 -0700
Subject: [PATCH 0175/1274] Updated AdSense.php
---
src/Google/Service/AdSense.php | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/Google/Service/AdSense.php b/src/Google/Service/AdSense.php
index f33c19192..19e5808eb 100644
--- a/src/Google/Service/AdSense.php
+++ b/src/Google/Service/AdSense.php
@@ -2174,6 +2174,7 @@ public function listUrlchannels($adClientId, $optParams = array())
class Google_Service_AdSense_Account extends Google_Collection
{
+ protected $collection_key = 'subAccounts';
public $id;
public $kind;
public $name;
@@ -2245,6 +2246,7 @@ public function getTimezone()
class Google_Service_AdSense_Accounts extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSense_Account';
protected $itemsDataType = 'array';
@@ -2364,6 +2366,7 @@ public function getSupportsReporting()
class Google_Service_AdSense_AdClients extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSense_AdClient';
protected $itemsDataType = 'array';
@@ -2863,6 +2866,7 @@ public function getType()
class Google_Service_AdSense_AdUnits extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSense_AdUnit';
protected $itemsDataType = 'array';
@@ -2912,6 +2916,7 @@ public function getNextPageToken()
class Google_Service_AdSense_AdsenseReportsGenerateResponse extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $averages;
public $endDate;
protected $headersType = 'Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders';
@@ -3123,6 +3128,7 @@ public function getType()
class Google_Service_AdSense_Alerts extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdSense_Alert';
protected $itemsDataType = 'array';
public $kind;
@@ -3258,6 +3264,7 @@ public function getSiteLanguage()
class Google_Service_AdSense_CustomChannels extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSense_CustomChannel';
protected $itemsDataType = 'array';
@@ -3307,6 +3314,7 @@ public function getNextPageToken()
class Google_Service_AdSense_Metadata extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdSense_ReportingMetadataEntry';
protected $itemsDataType = 'array';
public $kind;
@@ -3393,6 +3401,7 @@ public function getPaymentDate()
class Google_Service_AdSense_Payments extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_AdSense_Payment';
protected $itemsDataType = 'array';
public $kind;
@@ -3420,6 +3429,7 @@ public function getKind()
class Google_Service_AdSense_ReportingMetadataEntry extends Google_Collection
{
+ protected $collection_key = 'supportedProducts';
public $compatibleDimensions;
public $compatibleMetrics;
public $id;
@@ -3550,6 +3560,7 @@ public function getName()
class Google_Service_AdSense_SavedAdStyles extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSense_SavedAdStyle';
protected $itemsDataType = 'array';
@@ -3636,6 +3647,7 @@ public function getName()
class Google_Service_AdSense_SavedReports extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSense_SavedReport';
protected $itemsDataType = 'array';
@@ -3722,6 +3734,7 @@ public function getUrlPattern()
class Google_Service_AdSense_UrlChannels extends Google_Collection
{
+ protected $collection_key = 'items';
public $etag;
protected $itemsType = 'Google_Service_AdSense_UrlChannel';
protected $itemsDataType = 'array';
From 1f19f88be8d5c163f046178b60d8121ba527a616 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:41 -0700
Subject: [PATCH 0176/1274] Updated QPXExpress.php
---
src/Google/Service/QPXExpress.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/QPXExpress.php b/src/Google/Service/QPXExpress.php
index ebc1ceadf..f083273d8 100644
--- a/src/Google/Service/QPXExpress.php
+++ b/src/Google/Service/QPXExpress.php
@@ -182,6 +182,7 @@ public function getName()
class Google_Service_QPXExpress_BagDescriptor extends Google_Collection
{
+ protected $collection_key = 'description';
public $commercialName;
public $count;
public $description;
@@ -326,6 +327,7 @@ public function getName()
class Google_Service_QPXExpress_Data extends Google_Collection
{
+ protected $collection_key = 'tax';
protected $aircraftType = 'Google_Service_QPXExpress_AircraftData';
protected $aircraftDataType = 'array';
protected $airportType = 'Google_Service_QPXExpress_AirportData';
@@ -508,6 +510,7 @@ public function getNumber()
class Google_Service_QPXExpress_FreeBaggageAllowance extends Google_Collection
{
+ protected $collection_key = 'bagDescriptor';
protected $bagDescriptorType = 'Google_Service_QPXExpress_BagDescriptor';
protected $bagDescriptorDataType = 'array';
public $kilos;
@@ -840,6 +843,7 @@ public function getSeniorCount()
class Google_Service_QPXExpress_PricingInfo extends Google_Collection
{
+ protected $collection_key = 'tax';
public $baseFareTotal;
protected $fareType = 'Google_Service_QPXExpress_FareInfo';
protected $fareDataType = 'array';
@@ -991,6 +995,7 @@ public function getTax()
class Google_Service_QPXExpress_SegmentInfo extends Google_Collection
{
+ protected $collection_key = 'leg';
public $bookingCode;
public $bookingCodeCount;
public $cabin;
@@ -1118,6 +1123,7 @@ public function getSubjectToGovernmentApproval()
class Google_Service_QPXExpress_SegmentPricing extends Google_Collection
{
+ protected $collection_key = 'freeBaggageOption';
public $fareId;
protected $freeBaggageOptionType = 'Google_Service_QPXExpress_FreeBaggageAllowance';
protected $freeBaggageOptionDataType = 'array';
@@ -1167,6 +1173,7 @@ public function getSegmentId()
class Google_Service_QPXExpress_SliceInfo extends Google_Collection
{
+ protected $collection_key = 'segment';
public $duration;
public $kind;
protected $segmentType = 'Google_Service_QPXExpress_SegmentInfo';
@@ -1205,6 +1212,7 @@ public function getSegment()
class Google_Service_QPXExpress_SliceInput extends Google_Collection
{
+ protected $collection_key = 'prohibitedCarrier';
public $alliance;
public $date;
public $destination;
@@ -1475,6 +1483,7 @@ public function getLatestTime()
class Google_Service_QPXExpress_TripOption extends Google_Collection
{
+ protected $collection_key = 'slice';
public $id;
public $kind;
protected $pricingType = 'Google_Service_QPXExpress_PricingInfo';
@@ -1536,6 +1545,7 @@ public function getSlice()
class Google_Service_QPXExpress_TripOptionsRequest extends Google_Collection
{
+ protected $collection_key = 'slice';
public $maxPrice;
protected $passengersType = 'Google_Service_QPXExpress_PassengerCounts';
protected $passengersDataType = '';
@@ -1608,6 +1618,7 @@ public function getSolutions()
class Google_Service_QPXExpress_TripOptionsResponse extends Google_Collection
{
+ protected $collection_key = 'tripOption';
protected $dataType = 'Google_Service_QPXExpress_Data';
protected $dataDataType = '';
public $kind;
From 3e533ab3ecd696294fcd78c50c2a3a4da382a013 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:42 -0700
Subject: [PATCH 0177/1274] Updated Orkut.php
---
src/Google/Service/Orkut.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/src/Google/Service/Orkut.php b/src/Google/Service/Orkut.php
index 77bbc4900..9080ab440 100644
--- a/src/Google/Service/Orkut.php
+++ b/src/Google/Service/Orkut.php
@@ -1628,6 +1628,7 @@ public function insert(Google_Service_Orkut_Activity $postBody, $optParams = arr
class Google_Service_Orkut_Acl extends Google_Collection
{
+ protected $collection_key = 'items';
public $description;
protected $itemsType = 'Google_Service_Orkut_AclItems';
protected $itemsDataType = 'array';
@@ -1703,6 +1704,7 @@ public function getType()
class Google_Service_Orkut_Activity extends Google_Collection
{
+ protected $collection_key = 'links';
protected $accessType = 'Google_Service_Orkut_Acl';
protected $accessDataType = '';
protected $actorType = 'Google_Service_Orkut_OrkutAuthorResource';
@@ -1821,6 +1823,7 @@ public function getVerb()
class Google_Service_Orkut_ActivityList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Orkut_Activity';
protected $itemsDataType = 'array';
public $kind;
@@ -1859,6 +1862,7 @@ public function getNextPageToken()
class Google_Service_Orkut_ActivityObject extends Google_Collection
{
+ protected $collection_key = 'items';
public $content;
protected $itemsType = 'Google_Service_Orkut_OrkutActivityobjectsResource';
protected $itemsDataType = 'array';
@@ -1909,6 +1913,7 @@ public function getReplies()
class Google_Service_Orkut_ActivityObjectReplies extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Orkut_Comment';
protected $itemsDataType = 'array';
public $totalItems;
@@ -2050,6 +2055,7 @@ public function getSponsorUrl()
class Google_Service_Orkut_BadgeList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Orkut_Badge';
protected $itemsDataType = 'array';
public $kind;
@@ -2077,6 +2083,7 @@ public function getKind()
class Google_Service_Orkut_Comment extends Google_Collection
{
+ protected $collection_key = 'links';
protected $actorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $actorDataType = '';
public $content;
@@ -2209,6 +2216,7 @@ public function getType()
class Google_Service_Orkut_CommentList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Orkut_Comment';
protected $itemsDataType = 'array';
public $kind;
@@ -2258,6 +2266,7 @@ public function getPreviousPageToken()
class Google_Service_Orkut_Community extends Google_Collection
{
+ protected $collection_key = 'moderators';
public $category;
protected $coOwnersType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $coOwnersDataType = 'array';
@@ -2420,6 +2429,7 @@ public function getPhotoUrl()
class Google_Service_Orkut_CommunityList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Orkut_Community';
protected $itemsDataType = 'array';
public $kind;
@@ -2486,6 +2496,7 @@ public function getPerson()
class Google_Service_Orkut_CommunityMembersList extends Google_Collection
{
+ protected $collection_key = 'items';
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityMembers';
protected $itemsDataType = 'array';
@@ -2682,6 +2693,7 @@ public function getStatus()
class Google_Service_Orkut_CommunityMessage extends Google_Collection
{
+ protected $collection_key = 'links';
public $addedDate;
protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $authorDataType = '';
@@ -2776,6 +2788,7 @@ public function getSubject()
class Google_Service_Orkut_CommunityMessageList extends Google_Collection
{
+ protected $collection_key = 'items';
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityMessage';
protected $itemsDataType = 'array';
@@ -2847,6 +2860,7 @@ public function getPrevPageToken()
class Google_Service_Orkut_CommunityPoll extends Google_Collection
{
+ protected $collection_key = 'votedOptions';
protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $authorDataType = '';
public $communityId;
@@ -3157,6 +3171,7 @@ public function getKind()
class Google_Service_Orkut_CommunityPollCommentList extends Google_Collection
{
+ protected $collection_key = 'items';
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityPollComment';
protected $itemsDataType = 'array';
@@ -3243,6 +3258,7 @@ public function getUrl()
class Google_Service_Orkut_CommunityPollList extends Google_Collection
{
+ protected $collection_key = 'items';
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityPoll';
protected $itemsDataType = 'array';
@@ -3314,6 +3330,7 @@ public function getPrevPageToken()
class Google_Service_Orkut_CommunityPollVote extends Google_Collection
{
+ protected $collection_key = 'optionIds';
public $isVotevisible;
public $kind;
public $optionIds;
@@ -3351,6 +3368,7 @@ public function getOptionIds()
class Google_Service_Orkut_CommunityTopic extends Google_Collection
{
+ protected $collection_key = 'messages';
protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
protected $authorDataType = '';
public $body;
@@ -3479,6 +3497,7 @@ public function getTitle()
class Google_Service_Orkut_CommunityTopicList extends Google_Collection
{
+ protected $collection_key = 'items';
public $firstPageToken;
protected $itemsType = 'Google_Service_Orkut_CommunityTopic';
protected $itemsDataType = 'array';
@@ -3550,6 +3569,7 @@ public function getPrevPageToken()
class Google_Service_Orkut_Counters extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Orkut_OrkutCounterResource';
protected $itemsDataType = 'array';
public $kind;
@@ -3577,6 +3597,7 @@ public function getKind()
class Google_Service_Orkut_OrkutActivityobjectsResource extends Google_Collection
{
+ protected $collection_key = 'links';
protected $communityType = 'Google_Service_Orkut_Community';
protected $communityDataType = '';
public $content;
@@ -3988,6 +4009,7 @@ public function getType()
class Google_Service_Orkut_Visibility extends Google_Collection
{
+ protected $collection_key = 'links';
public $kind;
protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
protected $linksDataType = 'array';
From 8f69150cb72d7207a22ce60ecbd2b5c8ffcf51bb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:42 -0700
Subject: [PATCH 0178/1274] Updated Admin.php
---
src/Google/Service/Admin.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Google/Service/Admin.php b/src/Google/Service/Admin.php
index 56fdc9a26..769adb1c9 100644
--- a/src/Google/Service/Admin.php
+++ b/src/Google/Service/Admin.php
@@ -105,6 +105,7 @@ public function insert($userKey, Google_Service_Admin_MailItem $postBody, $optPa
class Google_Service_Admin_MailItem extends Google_Collection
{
+ protected $collection_key = 'labels';
public $isDeleted;
public $isDraft;
public $isInbox;
From e54c359490fb29c29b927395eb7181324ec3b1af Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:43 -0700
Subject: [PATCH 0179/1274] Updated Gmail.php
---
src/Google/Service/Gmail.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Gmail.php b/src/Google/Service/Gmail.php
index ec716fc0d..963a007ce 100644
--- a/src/Google/Service/Gmail.php
+++ b/src/Google/Service/Gmail.php
@@ -1232,6 +1232,7 @@ public function getMessage()
class Google_Service_Gmail_History extends Google_Collection
{
+ protected $collection_key = 'messages';
public $id;
protected $messagesType = 'Google_Service_Gmail_Message';
protected $messagesDataType = 'array';
@@ -1318,6 +1319,7 @@ public function getType()
class Google_Service_Gmail_ListDraftsResponse extends Google_Collection
{
+ protected $collection_key = 'drafts';
protected $draftsType = 'Google_Service_Gmail_Draft';
protected $draftsDataType = 'array';
public $nextPageToken;
@@ -1356,6 +1358,7 @@ public function getResultSizeEstimate()
class Google_Service_Gmail_ListHistoryResponse extends Google_Collection
{
+ protected $collection_key = 'history';
protected $historyType = 'Google_Service_Gmail_History';
protected $historyDataType = 'array';
public $historyId;
@@ -1394,6 +1397,7 @@ public function getNextPageToken()
class Google_Service_Gmail_ListLabelsResponse extends Google_Collection
{
+ protected $collection_key = 'labels';
protected $labelsType = 'Google_Service_Gmail_Label';
protected $labelsDataType = 'array';
@@ -1410,6 +1414,7 @@ public function getLabels()
class Google_Service_Gmail_ListMessagesResponse extends Google_Collection
{
+ protected $collection_key = 'messages';
protected $messagesType = 'Google_Service_Gmail_Message';
protected $messagesDataType = 'array';
public $nextPageToken;
@@ -1448,6 +1453,7 @@ public function getResultSizeEstimate()
class Google_Service_Gmail_ListThreadsResponse extends Google_Collection
{
+ protected $collection_key = 'threads';
public $nextPageToken;
public $resultSizeEstimate;
protected $threadsType = 'Google_Service_Gmail_Thread';
@@ -1486,6 +1492,7 @@ public function getThreads()
class Google_Service_Gmail_Message extends Google_Collection
{
+ protected $collection_key = 'labelIds';
public $historyId;
public $id;
public $labelIds;
@@ -1579,6 +1586,7 @@ public function getThreadId()
class Google_Service_Gmail_MessagePart extends Google_Collection
{
+ protected $collection_key = 'parts';
protected $bodyType = 'Google_Service_Gmail_MessagePartBody';
protected $bodyDataType = '';
public $filename;
@@ -1715,6 +1723,7 @@ public function getValue()
class Google_Service_Gmail_ModifyMessageRequest extends Google_Collection
{
+ protected $collection_key = 'removeLabelIds';
public $addLabelIds;
public $removeLabelIds;
@@ -1741,6 +1750,7 @@ public function getRemoveLabelIds()
class Google_Service_Gmail_ModifyThreadRequest extends Google_Collection
{
+ protected $collection_key = 'removeLabelIds';
public $addLabelIds;
public $removeLabelIds;
@@ -1767,6 +1777,7 @@ public function getRemoveLabelIds()
class Google_Service_Gmail_Thread extends Google_Collection
{
+ protected $collection_key = 'messages';
public $historyId;
public $id;
protected $messagesType = 'Google_Service_Gmail_Message';
From dda92e0b1e86b7265e17f96c449d454407f3c058 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:44 -0700
Subject: [PATCH 0180/1274] Updated Datastore.php
---
src/Google/Service/Datastore.php | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/Google/Service/Datastore.php b/src/Google/Service/Datastore.php
index 8ec92e253..7efeaa662 100644
--- a/src/Google/Service/Datastore.php
+++ b/src/Google/Service/Datastore.php
@@ -235,6 +235,7 @@ public function runQuery($datasetId, Google_Service_Datastore_RunQueryRequest $p
class Google_Service_Datastore_AllocateIdsRequest extends Google_Collection
{
+ protected $collection_key = 'keys';
protected $keysType = 'Google_Service_Datastore_Key';
protected $keysDataType = 'array';
@@ -251,6 +252,7 @@ public function getKeys()
class Google_Service_Datastore_AllocateIdsResponse extends Google_Collection
{
+ protected $collection_key = 'keys';
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
protected $headerDataType = '';
protected $keysType = 'Google_Service_Datastore_Key';
@@ -398,6 +400,7 @@ public function getMutationResult()
class Google_Service_Datastore_CompositeFilter extends Google_Collection
{
+ protected $collection_key = 'filters';
protected $filtersType = 'Google_Service_Datastore_Filter';
protected $filtersDataType = 'array';
public $operator;
@@ -502,6 +505,7 @@ public function getPropertyFilter()
class Google_Service_Datastore_GqlQuery extends Google_Collection
{
+ protected $collection_key = 'numberArgs';
public $allowLiteral;
protected $nameArgsType = 'Google_Service_Datastore_GqlQueryArg';
protected $nameArgsDataType = 'array';
@@ -590,6 +594,7 @@ public function getValue()
class Google_Service_Datastore_Key extends Google_Collection
{
+ protected $collection_key = 'path';
protected $partitionIdType = 'Google_Service_Datastore_PartitionId';
protected $partitionIdDataType = '';
protected $pathType = 'Google_Service_Datastore_KeyPathElement';
@@ -670,6 +675,7 @@ public function getName()
class Google_Service_Datastore_LookupRequest extends Google_Collection
{
+ protected $collection_key = 'keys';
protected $keysType = 'Google_Service_Datastore_Key';
protected $keysDataType = 'array';
protected $readOptionsType = 'Google_Service_Datastore_ReadOptions';
@@ -698,6 +704,7 @@ public function getReadOptions()
class Google_Service_Datastore_LookupResponse extends Google_Collection
{
+ protected $collection_key = 'missing';
protected $deferredType = 'Google_Service_Datastore_Key';
protected $deferredDataType = 'array';
protected $foundType = 'Google_Service_Datastore_EntityResult';
@@ -750,6 +757,7 @@ public function getMissing()
class Google_Service_Datastore_Mutation extends Google_Collection
{
+ protected $collection_key = 'upsert';
protected $deleteType = 'Google_Service_Datastore_Key';
protected $deleteDataType = 'array';
public $force;
@@ -825,6 +833,7 @@ public function getUpsert()
class Google_Service_Datastore_MutationResult extends Google_Collection
{
+ protected $collection_key = 'insertAutoIdKeys';
public $indexUpdates;
protected $insertAutoIdKeysType = 'Google_Service_Datastore_Key';
protected $insertAutoIdKeysDataType = 'array';
@@ -878,6 +887,7 @@ public function getNamespace()
class Google_Service_Datastore_Property extends Google_Collection
{
+ protected $collection_key = 'listValue';
public $blobKeyValue;
public $blobValue;
public $booleanValue;
@@ -1125,6 +1135,7 @@ public function getName()
class Google_Service_Datastore_Query extends Google_Collection
{
+ protected $collection_key = 'projection';
public $endCursor;
protected $filterType = 'Google_Service_Datastore_Filter';
protected $filterDataType = '';
@@ -1233,6 +1244,7 @@ public function getStartCursor()
class Google_Service_Datastore_QueryResultBatch extends Google_Collection
{
+ protected $collection_key = 'entityResults';
public $endCursor;
public $entityResultType;
protected $entityResultsType = 'Google_Service_Datastore_EntityResult';
@@ -1445,6 +1457,7 @@ public function getHeader()
class Google_Service_Datastore_Value extends Google_Collection
{
+ protected $collection_key = 'listValue';
public $blobKeyValue;
public $blobValue;
public $booleanValue;
From 1b23995b774bd9a98b7b862741e7018d6e379bef Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:44 -0700
Subject: [PATCH 0181/1274] Updated Bigquery.php
---
src/Google/Service/Bigquery.php | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/src/Google/Service/Bigquery.php b/src/Google/Service/Bigquery.php
index a5fd7cfb3..e4b5562d9 100644
--- a/src/Google/Service/Bigquery.php
+++ b/src/Google/Service/Bigquery.php
@@ -960,6 +960,7 @@ public function update($projectId, $datasetId, $tableId, Google_Service_Bigquery
class Google_Service_Bigquery_Dataset extends Google_Collection
{
+ protected $collection_key = 'access';
protected $accessType = 'Google_Service_Bigquery_DatasetAccess';
protected $accessDataType = 'array';
public $creationTime;
@@ -1135,6 +1136,7 @@ public function getUserByEmail()
class Google_Service_Bigquery_DatasetList extends Google_Collection
{
+ protected $collection_key = 'datasets';
protected $datasetsType = 'Google_Service_Bigquery_DatasetListDatasets';
protected $datasetsDataType = 'array';
public $etag;
@@ -1307,6 +1309,7 @@ public function getReason()
class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection
{
+ protected $collection_key = 'rows';
public $cacheHit;
public $etag;
public $jobComplete;
@@ -1584,6 +1587,7 @@ public function getQuery()
class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
{
+ protected $collection_key = 'destinationUris';
public $compression;
public $destinationFormat;
public $destinationUri;
@@ -1666,6 +1670,7 @@ public function getSourceTable()
class Google_Service_Bigquery_JobConfigurationLink extends Google_Collection
{
+ protected $collection_key = 'sourceUri';
public $createDisposition;
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
@@ -1715,6 +1720,7 @@ public function getWriteDisposition()
class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
{
+ protected $collection_key = 'sourceUris';
public $allowJaggedRows;
public $allowQuotedNewlines;
public $createDisposition;
@@ -2013,6 +2019,7 @@ public function getWriteDisposition()
class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collection
{
+ protected $collection_key = 'sourceTables';
public $createDisposition;
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
@@ -2075,6 +2082,7 @@ public function getWriteDisposition()
class Google_Service_Bigquery_JobList extends Google_Collection
{
+ protected $collection_key = 'jobs';
public $etag;
protected $jobsType = 'Google_Service_Bigquery_JobListJobs';
protected $jobsDataType = 'array';
@@ -2415,6 +2423,7 @@ public function getOutputRows()
class Google_Service_Bigquery_JobStatus extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $errorResultType = 'Google_Service_Bigquery_ErrorProto';
protected $errorResultDataType = '';
protected $errorsType = 'Google_Service_Bigquery_ErrorProto';
@@ -2459,6 +2468,7 @@ class Google_Service_Bigquery_JsonObject extends Google_Model
class Google_Service_Bigquery_ProjectList extends Google_Collection
{
+ protected $collection_key = 'projects';
public $etag;
public $kind;
public $nextPageToken;
@@ -2687,6 +2697,7 @@ public function getUseQueryCache()
class Google_Service_Bigquery_QueryResponse extends Google_Collection
{
+ protected $collection_key = 'rows';
public $cacheHit;
public $jobComplete;
protected $jobReferenceType = 'Google_Service_Bigquery_JobReference';
@@ -2980,6 +2991,7 @@ public function getV()
class Google_Service_Bigquery_TableDataInsertAllRequest extends Google_Collection
{
+ protected $collection_key = 'rows';
public $kind;
protected $rowsType = 'Google_Service_Bigquery_TableDataInsertAllRequestRows';
protected $rowsDataType = 'array';
@@ -3033,6 +3045,7 @@ public function getJson()
class Google_Service_Bigquery_TableDataInsertAllResponse extends Google_Collection
{
+ protected $collection_key = 'insertErrors';
protected $insertErrorsType = 'Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors';
protected $insertErrorsDataType = 'array';
public $kind;
@@ -3060,6 +3073,7 @@ public function getKind()
class Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $errorsType = 'Google_Service_Bigquery_ErrorProto';
protected $errorsDataType = 'array';
public $index;
@@ -3087,6 +3101,7 @@ public function getIndex()
class Google_Service_Bigquery_TableDataList extends Google_Collection
{
+ protected $collection_key = 'rows';
public $etag;
public $kind;
public $pageToken;
@@ -3147,6 +3162,7 @@ public function getTotalRows()
class Google_Service_Bigquery_TableFieldSchema extends Google_Collection
{
+ protected $collection_key = 'fields';
public $description;
protected $fieldsType = 'Google_Service_Bigquery_TableFieldSchema';
protected $fieldsDataType = 'array';
@@ -3207,6 +3223,7 @@ public function getType()
class Google_Service_Bigquery_TableList extends Google_Collection
{
+ protected $collection_key = 'tables';
public $etag;
public $kind;
public $nextPageToken;
@@ -3364,6 +3381,7 @@ public function getTableId()
class Google_Service_Bigquery_TableRow extends Google_Collection
{
+ protected $collection_key = 'f';
protected $fType = 'Google_Service_Bigquery_TableCell';
protected $fDataType = 'array';
@@ -3380,6 +3398,7 @@ public function getF()
class Google_Service_Bigquery_TableSchema extends Google_Collection
{
+ protected $collection_key = 'fields';
protected $fieldsType = 'Google_Service_Bigquery_TableFieldSchema';
protected $fieldsDataType = 'array';
From 4a01324475aee7ea4387b4c364f8fa53930f7fce Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:45 -0700
Subject: [PATCH 0182/1274] Updated ShoppingContent.php
---
src/Google/Service/ShoppingContent.php | 30 ++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 7040943b0..392d934bb 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -1095,6 +1095,7 @@ public function listProductstatuses($merchantId, $optParams = array())
class Google_Service_ShoppingContent_Account extends Google_Collection
{
+ protected $collection_key = 'users';
public $adultContent;
protected $adwordsLinksType = 'Google_Service_ShoppingContent_AccountAdwordsLink';
protected $adwordsLinksDataType = 'array';
@@ -1226,6 +1227,7 @@ public function getStatus()
class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
{
+ protected $collection_key = 'dataQualityIssues';
public $accountId;
protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_AccountStatusDataQualityIssue';
protected $dataQualityIssuesDataType = 'array';
@@ -1264,6 +1266,7 @@ public function getKind()
class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Google_Collection
{
+ protected $collection_key = 'exampleItems';
public $country;
public $displayedValue;
protected $exampleItemsType = 'Google_Service_ShoppingContent_AccountStatusExampleItem';
@@ -1442,6 +1445,7 @@ public function getEmailAddress()
class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -1518,6 +1522,7 @@ public function getMethod()
class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -1595,6 +1600,7 @@ public function getKind()
class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $kind;
public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_Account';
@@ -1633,6 +1639,7 @@ public function getResources()
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -1697,6 +1704,7 @@ public function getMethod()
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -1763,6 +1771,7 @@ public function getErrors()
class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $kind;
public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_AccountStatus';
@@ -1801,6 +1810,7 @@ public function getResources()
class Google_Service_ShoppingContent_Datafeed extends Google_Collection
{
+ protected $collection_key = 'intendedDestinations';
public $attributeLanguage;
public $contentLanguage;
public $contentType;
@@ -2046,6 +2056,7 @@ public function getQuotingMode()
class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $datafeedId;
protected $errorsType = 'Google_Service_ShoppingContent_DatafeedStatusError';
protected $errorsDataType = 'array';
@@ -2129,6 +2140,7 @@ public function getWarnings()
class Google_Service_ShoppingContent_DatafeedStatusError extends Google_Collection
{
+ protected $collection_key = 'examples';
public $code;
public $count;
protected $examplesType = 'Google_Service_ShoppingContent_DatafeedStatusExample';
@@ -2215,6 +2227,7 @@ public function getValue()
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequest extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -2291,6 +2304,7 @@ public function getMethod()
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponse extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -2357,6 +2371,7 @@ public function getErrors()
class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $kind;
protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed';
protected $resourcesDataType = 'array';
@@ -2384,6 +2399,7 @@ public function getResources()
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -2448,6 +2464,7 @@ public function getMethod()
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -2514,6 +2531,7 @@ public function getErrors()
class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $kind;
protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus';
protected $resourcesDataType = 'array';
@@ -2578,6 +2596,7 @@ public function getReason()
class Google_Service_ShoppingContent_Errors extends Google_Collection
{
+ protected $collection_key = 'errors';
public $code;
protected $errorsType = 'Google_Service_ShoppingContent_Error';
protected $errorsDataType = 'array';
@@ -2688,6 +2707,7 @@ public function getSalePriceEffectiveDate()
class Google_Service_ShoppingContent_InventoryCustomBatchRequest extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -2764,6 +2784,7 @@ public function getStoreCode()
class Google_Service_ShoppingContent_InventoryCustomBatchResponse extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -2968,6 +2989,7 @@ public function getValue()
class Google_Service_ShoppingContent_Product extends Google_Collection
{
+ protected $collection_key = 'warnings';
public $additionalImageLinks;
public $adult;
public $adwordsGrouping;
@@ -3691,6 +3713,7 @@ public function getValue()
class Google_Service_ShoppingContent_ProductCustomGroup extends Google_Collection
{
+ protected $collection_key = 'attributes';
protected $attributesType = 'Google_Service_ShoppingContent_ProductCustomAttribute';
protected $attributesDataType = 'array';
public $name;
@@ -3879,6 +3902,7 @@ public function getValue()
class Google_Service_ShoppingContent_ProductStatus extends Google_Collection
{
+ protected $collection_key = 'destinationStatuses';
protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_ProductStatusDataQualityIssue';
protected $dataQualityIssuesDataType = 'array';
protected $destinationStatusesType = 'Google_Service_ShoppingContent_ProductStatusDestinationStatus';
@@ -4139,6 +4163,7 @@ public function getTaxShip()
class Google_Service_ShoppingContent_ProductsCustomBatchRequest extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -4215,6 +4240,7 @@ public function getProductId()
class Google_Service_ShoppingContent_ProductsCustomBatchResponse extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -4292,6 +4318,7 @@ public function getProduct()
class Google_Service_ShoppingContent_ProductsListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $kind;
public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_Product';
@@ -4330,6 +4357,7 @@ public function getResources()
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -4394,6 +4422,7 @@ public function getProductId()
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse extends Google_Collection
{
+ protected $collection_key = 'entries';
protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -4471,6 +4500,7 @@ public function getProductStatus()
class Google_Service_ShoppingContent_ProductstatusesListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
public $kind;
public $nextPageToken;
protected $resourcesType = 'Google_Service_ShoppingContent_ProductStatus';
From 718e671e62df0d070e0f59ba2ffb67904725447b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:46 -0700
Subject: [PATCH 0183/1274] Updated Webfonts.php
---
src/Google/Service/Webfonts.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Google/Service/Webfonts.php b/src/Google/Service/Webfonts.php
index 3083266ef..a898496f4 100644
--- a/src/Google/Service/Webfonts.php
+++ b/src/Google/Service/Webfonts.php
@@ -105,6 +105,7 @@ public function listWebfonts($optParams = array())
class Google_Service_Webfonts_Webfont extends Google_Collection
{
+ protected $collection_key = 'variants';
public $category;
public $family;
public $files;
@@ -202,6 +203,7 @@ class Google_Service_Webfonts_WebfontFiles extends Google_Model
class Google_Service_Webfonts_WebfontList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Webfonts_Webfont';
protected $itemsDataType = 'array';
public $kind;
From f41354ea7faa6859d8e6c5f5f87ff8f96873e5e7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:46 -0700
Subject: [PATCH 0184/1274] Updated SiteVerification.php
---
src/Google/Service/SiteVerification.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Google/Service/SiteVerification.php b/src/Google/Service/SiteVerification.php
index 59beccb97..5383967db 100644
--- a/src/Google/Service/SiteVerification.php
+++ b/src/Google/Service/SiteVerification.php
@@ -320,6 +320,7 @@ public function getToken()
class Google_Service_SiteVerification_SiteVerificationWebResourceListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_SiteVerification_SiteVerificationWebResourceResource';
protected $itemsDataType = 'array';
@@ -336,6 +337,7 @@ public function getItems()
class Google_Service_SiteVerification_SiteVerificationWebResourceResource extends Google_Collection
{
+ protected $collection_key = 'owners';
public $id;
public $owners;
protected $siteType = 'Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite';
From 3a8d507d458abc6f582a88c077c6349a62e8831a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:47 -0700
Subject: [PATCH 0185/1274] Updated YouTubeAnalytics.php
---
src/Google/Service/YouTubeAnalytics.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/YouTubeAnalytics.php b/src/Google/Service/YouTubeAnalytics.php
index 8c4fd7385..ddcaee2f1 100644
--- a/src/Google/Service/YouTubeAnalytics.php
+++ b/src/Google/Service/YouTubeAnalytics.php
@@ -285,6 +285,7 @@ public function query($ids, $startDate, $endDate, $metrics, $optParams = array()
class Google_Service_YouTubeAnalytics_BatchReportDefinitionList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplate';
protected $itemsDataType = 'array';
public $kind;
@@ -312,6 +313,7 @@ public function getKind()
class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplate extends Google_Collection
{
+ protected $collection_key = 'defaultOutput';
protected $defaultOutputType = 'Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplateDefaultOutput';
protected $defaultOutputDataType = 'array';
public $id;
@@ -398,6 +400,7 @@ public function getType()
class Google_Service_YouTubeAnalytics_BatchReportList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_YouTubeAnalytics_BatchReportTemplate';
protected $itemsDataType = 'array';
public $kind;
@@ -425,6 +428,7 @@ public function getKind()
class Google_Service_YouTubeAnalytics_BatchReportTemplate extends Google_Collection
{
+ protected $collection_key = 'outputs';
public $id;
protected $outputsType = 'Google_Service_YouTubeAnalytics_BatchReportTemplateOutputs';
protected $outputsDataType = 'array';
@@ -549,6 +553,7 @@ public function getStartTime()
class Google_Service_YouTubeAnalytics_ResultTable extends Google_Collection
{
+ protected $collection_key = 'rows';
protected $columnHeadersType = 'Google_Service_YouTubeAnalytics_ResultTableColumnHeaders';
protected $columnHeadersDataType = 'array';
public $kind;
From f1f50aaada3ab74f98fe5b5461e182844ad47dcf Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:47 -0700
Subject: [PATCH 0186/1274] Updated GamesManagement.php
---
src/Google/Service/GamesManagement.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Google/Service/GamesManagement.php b/src/Google/Service/GamesManagement.php
index ed61500df..da88b1808 100644
--- a/src/Google/Service/GamesManagement.php
+++ b/src/Google/Service/GamesManagement.php
@@ -604,6 +604,7 @@ public function reset($optParams = array())
class Google_Service_GamesManagement_AchievementResetAllResponse extends Google_Collection
{
+ protected $collection_key = 'results';
public $kind;
protected $resultsType = 'Google_Service_GamesManagement_AchievementResetResponse';
protected $resultsDataType = 'array';
@@ -830,6 +831,7 @@ public function getPlayer()
class Google_Service_GamesManagement_HiddenPlayerList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_GamesManagement_HiddenPlayer';
protected $itemsDataType = 'array';
public $kind;
@@ -989,6 +991,7 @@ public function getGivenName()
class Google_Service_GamesManagement_PlayerScoreResetResponse extends Google_Collection
{
+ protected $collection_key = 'resetScoreTimeSpans';
public $kind;
public $resetScoreTimeSpans;
From ddb3802d5f29b66f2ec0bd829011f060f0d31881 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:48 -0700
Subject: [PATCH 0187/1274] Updated Mirror.php
---
src/Google/Service/Mirror.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Mirror.php b/src/Google/Service/Mirror.php
index a44efd08a..d35726f31 100644
--- a/src/Google/Service/Mirror.php
+++ b/src/Google/Service/Mirror.php
@@ -836,6 +836,7 @@ public function listTimelineAttachments($itemId, $optParams = array())
class Google_Service_Mirror_Account extends Google_Collection
{
+ protected $collection_key = 'userData';
protected $authTokensType = 'Google_Service_Mirror_AuthToken';
protected $authTokensDataType = 'array';
public $features;
@@ -934,6 +935,7 @@ public function getIsProcessingContent()
class Google_Service_Mirror_AttachmentsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Mirror_Attachment';
protected $itemsDataType = 'array';
public $kind;
@@ -1002,6 +1004,7 @@ public function getType()
class Google_Service_Mirror_Contact extends Google_Collection
{
+ protected $collection_key = 'sharingFeatures';
protected $acceptCommandsType = 'Google_Service_Mirror_Command';
protected $acceptCommandsDataType = 'array';
public $acceptTypes;
@@ -1139,6 +1142,7 @@ public function getType()
class Google_Service_Mirror_ContactsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Mirror_Contact';
protected $itemsDataType = 'array';
public $kind;
@@ -1258,6 +1262,7 @@ public function getTimestamp()
class Google_Service_Mirror_LocationsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Mirror_Location';
protected $itemsDataType = 'array';
public $kind;
@@ -1285,6 +1290,7 @@ public function getKind()
class Google_Service_Mirror_MenuItem extends Google_Collection
{
+ protected $collection_key = 'values';
public $action;
public $id;
public $payload;
@@ -1382,6 +1388,7 @@ public function getState()
class Google_Service_Mirror_Notification extends Google_Collection
{
+ protected $collection_key = 'userActions';
public $collection;
public $itemId;
public $operation;
@@ -1516,6 +1523,7 @@ public function getValue()
class Google_Service_Mirror_Subscription extends Google_Collection
{
+ protected $collection_key = 'operation';
public $callbackUrl;
public $collection;
public $id;
@@ -1620,6 +1628,7 @@ public function getVerifyToken()
class Google_Service_Mirror_SubscriptionsListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Mirror_Subscription';
protected $itemsDataType = 'array';
public $kind;
@@ -1647,6 +1656,7 @@ public function getKind()
class Google_Service_Mirror_TimelineItem extends Google_Collection
{
+ protected $collection_key = 'recipients';
protected $attachmentsType = 'Google_Service_Mirror_Attachment';
protected $attachmentsDataType = 'array';
public $bundleId;
@@ -1943,6 +1953,7 @@ public function getUpdated()
class Google_Service_Mirror_TimelineListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Mirror_TimelineItem';
protected $itemsDataType = 'array';
public $kind;
From ebf99a793be9bb1f8b5ed985a41b4313b4af5f1b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:49 -0700
Subject: [PATCH 0188/1274] Updated CloudMonitoring.php
---
src/Google/Service/CloudMonitoring.php | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/Google/Service/CloudMonitoring.php b/src/Google/Service/CloudMonitoring.php
index 03fca0ff9..43b02d2ee 100644
--- a/src/Google/Service/CloudMonitoring.php
+++ b/src/Google/Service/CloudMonitoring.php
@@ -393,6 +393,7 @@ public function getKind()
class Google_Service_CloudMonitoring_ListMetricDescriptorsResponse extends Google_Collection
{
+ protected $collection_key = 'metrics';
public $kind;
protected $metricsType = 'Google_Service_CloudMonitoring_MetricDescriptor';
protected $metricsDataType = 'array';
@@ -446,6 +447,7 @@ public function getKind()
class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
{
+ protected $collection_key = 'timeseries';
public $kind;
public $nextPageToken;
public $oldest;
@@ -521,6 +523,7 @@ public function getKind()
class Google_Service_CloudMonitoring_ListTimeseriesResponse extends Google_Collection
{
+ protected $collection_key = 'timeseries';
public $kind;
public $nextPageToken;
public $oldest;
@@ -581,6 +584,7 @@ public function getYoungest()
class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection
{
+ protected $collection_key = 'labels';
public $description;
protected $labelsType = 'Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor';
protected $labelsDataType = 'array';
@@ -776,6 +780,7 @@ public function getStringValue()
class Google_Service_CloudMonitoring_PointDistribution extends Google_Collection
{
+ protected $collection_key = 'buckets';
protected $bucketsType = 'Google_Service_CloudMonitoring_PointDistributionBucket';
protected $bucketsDataType = 'array';
protected $overflowBucketType = 'Google_Service_CloudMonitoring_PointDistributionOverflowBucket';
@@ -905,6 +910,7 @@ public function getUpperBound()
class Google_Service_CloudMonitoring_Timeseries extends Google_Collection
{
+ protected $collection_key = 'points';
protected $pointsType = 'Google_Service_CloudMonitoring_Point';
protected $pointsDataType = 'array';
protected $timeseriesDescType = 'Google_Service_CloudMonitoring_TimeseriesDescriptor';
From 7fc887fd6578a92ba5584ffa83d4b69a5d6daa29 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:49 -0700
Subject: [PATCH 0189/1274] Updated Appsactivity.php
---
src/Google/Service/Appsactivity.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Google/Service/Appsactivity.php b/src/Google/Service/Appsactivity.php
index 8da66dad3..867a77884 100644
--- a/src/Google/Service/Appsactivity.php
+++ b/src/Google/Service/Appsactivity.php
@@ -157,6 +157,7 @@ public function listActivities($optParams = array())
class Google_Service_Appsactivity_Activity extends Google_Collection
{
+ protected $collection_key = 'singleEvents';
protected $combinedEventType = 'Google_Service_Appsactivity_Event';
protected $combinedEventDataType = '';
protected $singleEventsType = 'Google_Service_Appsactivity_Event';
@@ -185,6 +186,7 @@ public function getSingleEvents()
class Google_Service_Appsactivity_Event extends Google_Collection
{
+ protected $collection_key = 'permissionChanges';
public $additionalEventTypes;
public $eventTimeMillis;
public $fromUserDeletion;
@@ -293,6 +295,7 @@ public function getUser()
class Google_Service_Appsactivity_ListActivitiesResponse extends Google_Collection
{
+ protected $collection_key = 'activities';
protected $activitiesType = 'Google_Service_Appsactivity_Activity';
protected $activitiesDataType = 'array';
public $nextPageToken;
@@ -320,6 +323,7 @@ public function getNextPageToken()
class Google_Service_Appsactivity_Move extends Google_Collection
{
+ protected $collection_key = 'removedParents';
protected $addedParentsType = 'Google_Service_Appsactivity_Parent';
protected $addedParentsDataType = 'array';
protected $removedParentsType = 'Google_Service_Appsactivity_Parent';
@@ -456,6 +460,7 @@ public function getWithLink()
class Google_Service_Appsactivity_PermissionChange extends Google_Collection
{
+ protected $collection_key = 'removedPermissions';
protected $addedPermissionsType = 'Google_Service_Appsactivity_Permission';
protected $addedPermissionsDataType = 'array';
protected $removedPermissionsType = 'Google_Service_Appsactivity_Permission';
From 99727b0129b23eaaf916d4a665e751d5732d563c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 28 Aug 2014 16:03:50 -0700
Subject: [PATCH 0190/1274] Updated Prediction.php
---
src/Google/Service/Prediction.php | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/Google/Service/Prediction.php b/src/Google/Service/Prediction.php
index 33286ba24..4c874b9b0 100644
--- a/src/Google/Service/Prediction.php
+++ b/src/Google/Service/Prediction.php
@@ -363,6 +363,7 @@ public function update($project, $id, Google_Service_Prediction_Update $postBody
class Google_Service_Prediction_Analyze extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $dataDescriptionType = 'Google_Service_Prediction_AnalyzeDataDescription';
protected $dataDescriptionDataType = '';
public $errors;
@@ -435,6 +436,7 @@ public function getSelfLink()
class Google_Service_Prediction_AnalyzeDataDescription extends Google_Collection
{
+ protected $collection_key = 'features';
protected $featuresType = 'Google_Service_Prediction_AnalyzeDataDescriptionFeatures';
protected $featuresDataType = 'array';
protected $outputFeatureType = 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature';
@@ -514,6 +516,7 @@ public function getText()
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical extends Google_Collection
{
+ protected $collection_key = 'values';
public $count;
protected $valuesType = 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues';
protected $valuesDataType = 'array';
@@ -619,6 +622,7 @@ public function getCount()
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature extends Google_Collection
{
+ protected $collection_key = 'text';
protected $numericType = 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric';
protected $numericDataType = '';
protected $textType = 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText';
@@ -784,6 +788,7 @@ public function getInput()
class Google_Service_Prediction_InputInput extends Google_Collection
{
+ protected $collection_key = 'csvInstance';
public $csvInstance;
public function setCsvInstance($csvInstance)
@@ -799,6 +804,7 @@ public function getCsvInstance()
class Google_Service_Prediction_Insert extends Google_Collection
{
+ protected $collection_key = 'utility';
public $id;
public $modelType;
public $sourceModel;
@@ -1088,6 +1094,7 @@ public function getNumberLabels()
class Google_Service_Prediction_InsertTrainingInstances extends Google_Collection
{
+ protected $collection_key = 'csvInstance';
public $csvInstance;
public $output;
@@ -1119,6 +1126,7 @@ class Google_Service_Prediction_InsertUtility extends Google_Model
class Google_Service_Prediction_Output extends Google_Collection
{
+ protected $collection_key = 'outputMulti';
public $id;
public $kind;
public $outputLabel;
@@ -1216,6 +1224,7 @@ public function getScore()
class Google_Service_Prediction_PredictionList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $itemsType = 'Google_Service_Prediction_Insert2';
protected $itemsDataType = 'array';
public $kind;
@@ -1265,6 +1274,7 @@ public function getSelfLink()
class Google_Service_Prediction_Update extends Google_Collection
{
+ protected $collection_key = 'csvInstance';
public $csvInstance;
public $output;
From 3157d2617b4f48da44cf87c8e7669443e61a20c0 Mon Sep 17 00:00:00 2001
From: Daniel Bachhuber
Date: Tue, 2 Sep 2014 08:19:55 -0700
Subject: [PATCH 0191/1274] Include more description in Exception message when
detail is available
---
src/Google/Http/MediaFileUpload.php | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/Google/Http/MediaFileUpload.php b/src/Google/Http/MediaFileUpload.php
index a934f5672..dfe82b2f2 100644
--- a/src/Google/Http/MediaFileUpload.php
+++ b/src/Google/Http/MediaFileUpload.php
@@ -287,6 +287,15 @@ private function getResumeUri()
if (200 == $code && true == $location) {
return $location;
}
- throw new Google_Exception("Failed to start the resumable upload");
+ $message = $code;
+ $body = @json_decode( $response->getResponseBody() );
+ if ( ! empty( $body->error ) ) {
+ $message .= ': ';
+ foreach( $body->error->errors as $error ) {
+ $message .= "{$error->domain}, {$error->message};";
+ }
+ $message = rtrim( $message, ';' );
+ }
+ throw new Google_Exception("Failed to start the resumable upload (HTTP {$message})");
}
}
From 90eba3f97bf5164004c9ea78b709ddb6b1ccb76d Mon Sep 17 00:00:00 2001
From: Daniel Bachhuber
Date: Tue, 2 Sep 2014 09:32:14 -0700
Subject: [PATCH 0192/1274] Sometimes an error response doesn't have errors
---
src/Google/Http/MediaFileUpload.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Http/MediaFileUpload.php b/src/Google/Http/MediaFileUpload.php
index dfe82b2f2..35c32e98e 100644
--- a/src/Google/Http/MediaFileUpload.php
+++ b/src/Google/Http/MediaFileUpload.php
@@ -289,7 +289,7 @@ private function getResumeUri()
}
$message = $code;
$body = @json_decode( $response->getResponseBody() );
- if ( ! empty( $body->error ) ) {
+ if ( ! empty( $body->error->errors ) ) {
$message .= ': ';
foreach( $body->error->errors as $error ) {
$message .= "{$error->domain}, {$error->message};";
From 7a2db9430c5790ca44d81a0a7134e78fd3682810 Mon Sep 17 00:00:00 2001
From: Daniel Wang
Date: Tue, 2 Sep 2014 22:51:10 -0700
Subject: [PATCH 0193/1274] Add current status at the top of README
This is part of the effort to make library status consistent with what's claimed on this page: https://devsite.googleplex.com/discovery/libraries
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index dba6a26d8..1b3022b81 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,9 @@
## Description ##
The Google API Client Library enables you to work with Google APIs such as Google+, Drive, or YouTube on your server.
+## Beta ##
+This library is in Beta. We're comfortable enough with the stability and features of the library that we want you to build real production applications on it. We will make an effort to support the public and protected surface of the library and maintain backwards compatibility in the future. While we are still in Beta, we reserve the right to make incompatible changes. If we do remove some functionality (typically because better functionality exists or if the feature proved infeasible), our intention is to deprecate and provide ample time for developers to update their code.
+
## Requirements ##
* [PHP 5.2.1 or higher](http://www.php.net/)
* [PHP JSON extension](http://php.net/manual/en/book.json.php)
From c5312fe1c5b22981d4fc84b0ca8a87f09ca58cec Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 3 Sep 2014 04:38:01 -0400
Subject: [PATCH 0194/1274] Updated Replicapool.php
This changes has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info/
---
src/Google/Service/Replicapool.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/Replicapool.php b/src/Google/Service/Replicapool.php
index db10e980b..508b82819 100644
--- a/src/Google/Service/Replicapool.php
+++ b/src/Google/Service/Replicapool.php
@@ -982,6 +982,7 @@ public function getInitializeParams()
class Google_Service_Replicapool_NewDiskInitializeParams extends Google_Model
{
public $diskSizeGb;
+ public $diskType;
public $sourceImage;
public function setDiskSizeGb($diskSizeGb)
@@ -994,6 +995,16 @@ public function getDiskSizeGb()
return $this->diskSizeGb;
}
+ public function setDiskType($diskType)
+ {
+ $this->diskType = $diskType;
+ }
+
+ public function getDiskType()
+ {
+ return $this->diskType;
+ }
+
public function setSourceImage($sourceImage)
{
$this->sourceImage = $sourceImage;
From 2bc58a10665348f5ede4fa5f5e6f6b8d4859d888 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 4 Sep 2014 01:39:15 -0700
Subject: [PATCH 0195/1274] Updated MapsEngine.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/MapsEngine.php | 80 ++++++++++++++++++++++++++++++-
1 file changed, 79 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index 465ab831f..5f06017a1 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -103,6 +103,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'search' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -241,6 +245,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'search' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -404,6 +412,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'search' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -602,6 +614,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'search' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -730,6 +746,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'search' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -814,6 +834,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'search' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -982,6 +1006,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
+ 'search' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -1021,6 +1049,16 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'process' => array(
+ 'path' => 'tables/{id}/process',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'upload' => array(
'path' => 'tables/upload',
'httpMethod' => 'POST',
@@ -1237,6 +1275,8 @@ public function get($id, $optParams = array())
* The ID of a Maps Engine project, used to filter the response. To list all available projects
* with their IDs, send a Projects: list request. You can also find your project ID as the value of
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string search
+ * An unstructured search string used to filter the set of results based on asset metadata.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -1259,7 +1299,8 @@ public function get($id, $optParams = array())
* The role parameter indicates that the response should only contain assets where the current user
* has the specified level of access.
* @opt_param string type
- * An asset type restriction. If set, only resources of this type will be returned.
+ * A comma separated list of asset types. Returned assets will have one of the types from the
+ * provided list. Supported values are 'map', 'layer', 'rasterCollection' and 'table'.
* @return Google_Service_MapsEngine_AssetsListResponse
*/
public function listAssets($optParams = array())
@@ -1396,6 +1437,8 @@ public function get($id, $optParams = array())
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
* @opt_param string tags
* A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string search
+ * An unstructured search string used to filter the set of results based on asset metadata.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -1595,6 +1638,8 @@ public function get($id, $optParams = array())
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
* @opt_param string tags
* A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string search
+ * An unstructured search string used to filter the set of results based on asset metadata.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -1850,6 +1895,8 @@ public function get($id, $optParams = array())
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
* @opt_param string tags
* A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string search
+ * An unstructured search string used to filter the set of results based on asset metadata.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -2007,6 +2054,8 @@ public function batchInsert($id, Google_Service_MapsEngine_RasterCollectionsRast
* been created at or after this time.
* @opt_param string tags
* A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string search
+ * An unstructured search string used to filter the set of results based on asset metadata.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -2097,6 +2146,8 @@ public function get($id, $optParams = array())
*
* @opt_param string tags
* A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string search
+ * An unstructured search string used to filter the set of results based on asset metadata.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -2305,6 +2356,8 @@ public function get($id, $optParams = array())
* the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
* @opt_param string tags
* A comma separated list of tags. Returned assets will contain all the tags from the list.
+ * @opt_param string search
+ * An unstructured search string used to filter the set of results based on asset metadata.
* @opt_param string maxResults
* The maximum number of items to include in a single response page. The maximum supported value is
* 100.
@@ -2348,6 +2401,20 @@ public function patch($id, Google_Service_MapsEngine_Table $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('patch', array($params));
}
+ /**
+ * Process a table asset. (tables.process)
+ *
+ * @param string $id
+ * The ID of the table.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_ProcessResponse
+ */
+ public function process($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
+ }
/**
* Create a placeholder table asset to which table files can be uploaded. Once
* the placeholder has been created, files are uploaded to the
@@ -3452,6 +3519,7 @@ class Google_Service_MapsEngine_Layer extends Google_Collection
public $etag;
public $id;
public $lastModifiedTime;
+ public $layerType;
public $name;
public $processingStatus;
public $projectId;
@@ -3551,6 +3619,16 @@ public function getLastModifiedTime()
return $this->lastModifiedTime;
}
+ public function setLayerType($layerType)
+ {
+ $this->layerType = $layerType;
+ }
+
+ public function getLayerType()
+ {
+ return $this->layerType;
+ }
+
public function setName($name)
{
$this->name = $name;
From a060b00838676478fdb2b154495873f837699de7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 4 Sep 2014 01:39:16 -0700
Subject: [PATCH 0196/1274] Updated Compute.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Compute.php | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/src/Google/Service/Compute.php b/src/Google/Service/Compute.php
index 150f75410..144ed3a01 100644
--- a/src/Google/Service/Compute.php
+++ b/src/Google/Service/Compute.php
@@ -6750,6 +6750,7 @@ public function getSelfLink()
class Google_Service_Compute_DiskType extends Google_Model
{
public $creationTimestamp;
+ public $defaultDiskSizeGb;
protected $deprecatedType = 'Google_Service_Compute_DeprecationStatus';
protected $deprecatedDataType = '';
public $description;
@@ -6770,6 +6771,16 @@ public function getCreationTimestamp()
return $this->creationTimestamp;
}
+ public function setDefaultDiskSizeGb($defaultDiskSizeGb)
+ {
+ $this->defaultDiskSizeGb = $defaultDiskSizeGb;
+ }
+
+ public function getDefaultDiskSizeGb()
+ {
+ return $this->defaultDiskSizeGb;
+ }
+
public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecated)
{
$this->deprecated = $deprecated;
@@ -7745,6 +7756,7 @@ class Google_Service_Compute_HealthStatus extends Google_Model
public $healthState;
public $instance;
public $ipAddress;
+ public $port;
public function setHealthState($healthState)
{
@@ -7775,6 +7787,16 @@ public function getIpAddress()
{
return $this->ipAddress;
}
+
+ public function setPort($port)
+ {
+ $this->port = $port;
+ }
+
+ public function getPort()
+ {
+ return $this->port;
+ }
}
class Google_Service_Compute_HostRule extends Google_Collection
@@ -8728,10 +8750,21 @@ public function getValue()
class Google_Service_Compute_License extends Google_Model
{
+ public $chargesUseFee;
public $kind;
public $name;
public $selfLink;
+ public function setChargesUseFee($chargesUseFee)
+ {
+ $this->chargesUseFee = $chargesUseFee;
+ }
+
+ public function getChargesUseFee()
+ {
+ return $this->chargesUseFee;
+ }
+
public function setKind($kind)
{
$this->kind = $kind;
From 239ac01c019a7cd915890baab810d5ab981c6f76 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 4 Sep 2014 01:39:17 -0700
Subject: [PATCH 0197/1274] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 154 ++++++++++++++++----------------
1 file changed, 77 insertions(+), 77 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 5ab238856..79e15405b 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -70,10 +70,10 @@ public function __construct(Google_Client $client)
array(
'methods' => array(
'get' => array(
- 'path' => 'beacons/{datasetId}',
+ 'path' => 'beacons/{variantsetId}',
'httpMethod' => 'GET',
'parameters' => array(
- 'datasetId' => array(
+ 'variantsetId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -440,7 +440,7 @@ public function __construct(Google_Client $client)
'path' => 'variants/summary',
'httpMethod' => 'GET',
'parameters' => array(
- 'datasetId' => array(
+ 'variantsetId' => array(
'location' => 'query',
'type' => 'string',
),
@@ -496,8 +496,8 @@ class Google_Service_Genomics_Beacons_Resource extends Google_Service_Resource
* This is an experimental API that provides a Global Alliance for Genomics and
* Health Beacon. It may change at any time. (beacons.get)
*
- * @param string $datasetId
- * The ID of the dataset to query over. It must be public. Private datasets will return an
+ * @param string $variantsetId
+ * The ID of the variantset to query over. It must be public. Private variantsets will return an
* unauthorized exception.
* @param array $optParams Optional parameters.
*
@@ -509,9 +509,9 @@ class Google_Service_Genomics_Beacons_Resource extends Google_Service_Resource
* Required. The 1-based position to query at.
* @return Google_Service_Genomics_Beacon
*/
- public function get($datasetId, $optParams = array())
+ public function get($variantsetId, $optParams = array())
{
- $params = array('datasetId' => $datasetId);
+ $params = array('variantsetId' => $variantsetId);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_Beacon");
}
@@ -1099,12 +1099,12 @@ public function get($variantId, $optParams = array())
return $this->call('get', array($params), "Google_Service_Genomics_Variant");
}
/**
- * Gets a summary of all the variant data in a dataset. (variants.getSummary)
+ * Gets a summary of all the variant data in a variantset. (variants.getSummary)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string datasetId
- * Required. The ID of the dataset to get variant summary information for.
+ * @opt_param string variantsetId
+ * Required. The ID of the variantset to get variant summary information for.
* @return Google_Service_Genomics_GetVariantsSummaryResponse
*/
public function getSummary($optParams = array())
@@ -1269,10 +1269,10 @@ class Google_Service_Genomics_CallInfo extends Google_Model
class Google_Service_Genomics_Callset extends Google_Model
{
public $created;
- public $datasetId;
public $id;
public $info;
public $name;
+ public $variantsetId;
public function setCreated($created)
{
@@ -1284,16 +1284,6 @@ public function getCreated()
return $this->created;
}
- public function setDatasetId($datasetId)
- {
- $this->datasetId = $datasetId;
- }
-
- public function getDatasetId()
- {
- return $this->datasetId;
- }
-
public function setId($id)
{
$this->id = $id;
@@ -1323,6 +1313,16 @@ public function getName()
{
return $this->name;
}
+
+ public function setVariantsetId($variantsetId)
+ {
+ $this->variantsetId = $variantsetId;
+ }
+
+ public function getVariantsetId()
+ {
+ return $this->variantsetId;
+ }
}
class Google_Service_Genomics_CallsetInfo extends Google_Model
@@ -1576,9 +1576,9 @@ class Google_Service_Genomics_ExportVariantsRequest extends Google_Collection
public $bigqueryDataset;
public $bigqueryTable;
public $callsetIds;
- public $datasetId;
public $format;
public $projectId;
+ public $variantsetId;
public function setBigqueryDataset($bigqueryDataset)
{
@@ -1610,16 +1610,6 @@ public function getCallsetIds()
return $this->callsetIds;
}
- public function setDatasetId($datasetId)
- {
- $this->datasetId = $datasetId;
- }
-
- public function getDatasetId()
- {
- return $this->datasetId;
- }
-
public function setFormat($format)
{
$this->format = $format;
@@ -1639,6 +1629,16 @@ public function getProjectId()
{
return $this->projectId;
}
+
+ public function setVariantsetId($variantsetId)
+ {
+ $this->variantsetId = $variantsetId;
+ }
+
+ public function getVariantsetId()
+ {
+ return $this->variantsetId;
+ }
}
class Google_Service_Genomics_ExportVariantsResponse extends Google_Model
@@ -1879,19 +1879,9 @@ public function getJobId()
class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
{
protected $collection_key = 'sourceUris';
- public $datasetId;
public $format;
public $sourceUris;
-
- public function setDatasetId($datasetId)
- {
- $this->datasetId = $datasetId;
- }
-
- public function getDatasetId()
- {
- return $this->datasetId;
- }
+ public $variantsetId;
public function setFormat($format)
{
@@ -1912,6 +1902,16 @@ public function getSourceUris()
{
return $this->sourceUris;
}
+
+ public function setVariantsetId($variantsetId)
+ {
+ $this->variantsetId = $variantsetId;
+ }
+
+ public function getVariantsetId()
+ {
+ return $this->variantsetId;
+ }
}
class Google_Service_Genomics_ImportVariantsResponse extends Google_Model
@@ -2716,21 +2716,11 @@ public function getUri()
class Google_Service_Genomics_SearchCallsetsRequest extends Google_Collection
{
- protected $collection_key = 'datasetIds';
- public $datasetIds;
+ protected $collection_key = 'variantsetIds';
public $maxResults;
public $name;
public $pageToken;
-
- public function setDatasetIds($datasetIds)
- {
- $this->datasetIds = $datasetIds;
- }
-
- public function getDatasetIds()
- {
- return $this->datasetIds;
- }
+ public $variantsetIds;
public function setMaxResults($maxResults)
{
@@ -2761,6 +2751,16 @@ public function getPageToken()
{
return $this->pageToken;
}
+
+ public function setVariantsetIds($variantsetIds)
+ {
+ $this->variantsetIds = $variantsetIds;
+ }
+
+ public function getVariantsetIds()
+ {
+ return $this->variantsetIds;
+ }
}
class Google_Service_Genomics_SearchCallsetsResponse extends Google_Collection
@@ -3072,12 +3072,12 @@ class Google_Service_Genomics_SearchVariantsRequest extends Google_Collection
public $callsetIds;
public $callsetNames;
public $contig;
- public $datasetId;
public $endPosition;
public $maxResults;
public $pageToken;
public $startPosition;
public $variantName;
+ public $variantsetId;
public function setCallsetIds($callsetIds)
{
@@ -3109,16 +3109,6 @@ public function getContig()
return $this->contig;
}
- public function setDatasetId($datasetId)
- {
- $this->datasetId = $datasetId;
- }
-
- public function getDatasetId()
- {
- return $this->datasetId;
- }
-
public function setEndPosition($endPosition)
{
$this->endPosition = $endPosition;
@@ -3168,6 +3158,16 @@ public function getVariantName()
{
return $this->variantName;
}
+
+ public function setVariantsetId($variantsetId)
+ {
+ $this->variantsetId = $variantsetId;
+ }
+
+ public function getVariantsetId()
+ {
+ return $this->variantsetId;
+ }
}
class Google_Service_Genomics_SearchVariantsResponse extends Google_Collection
@@ -3206,13 +3206,13 @@ class Google_Service_Genomics_Variant extends Google_Collection
protected $callsDataType = 'array';
public $contig;
public $created;
- public $datasetId;
public $end;
public $id;
public $info;
public $names;
public $position;
public $referenceBases;
+ public $variantsetId;
public function setAlternateBases($alternateBases)
{
@@ -3254,16 +3254,6 @@ public function getCreated()
return $this->created;
}
- public function setDatasetId($datasetId)
- {
- $this->datasetId = $datasetId;
- }
-
- public function getDatasetId()
- {
- return $this->datasetId;
- }
-
public function setEnd($end)
{
$this->end = $end;
@@ -3323,6 +3313,16 @@ public function getReferenceBases()
{
return $this->referenceBases;
}
+
+ public function setVariantsetId($variantsetId)
+ {
+ $this->variantsetId = $variantsetId;
+ }
+
+ public function getVariantsetId()
+ {
+ return $this->variantsetId;
+ }
}
class Google_Service_Genomics_VariantInfo extends Google_Model
From 4229ce09554c022d1cb7980f501a4e1697e79d4d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Thu, 4 Sep 2014 01:39:17 -0700
Subject: [PATCH 0198/1274] Updated Bigquery.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Bigquery.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/Bigquery.php b/src/Google/Service/Bigquery.php
index e4b5562d9..5691ebad9 100644
--- a/src/Google/Service/Bigquery.php
+++ b/src/Google/Service/Bigquery.php
@@ -692,7 +692,8 @@ public function insert($projectId, Google_Service_Bigquery_Job $postBody, $optPa
}
/**
* Lists all the Jobs in the specified project that were started by the user.
- * (jobs.listJobs)
+ * The job list returns in reverse chronological order of when the jobs were
+ * created, starting with the most recent job created. (jobs.listJobs)
*
* @param string $projectId
* Project ID of the jobs to list
From dfefb45b9b193089fa6c40da911ad130270cbeb7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 5 Sep 2014 01:40:30 -0700
Subject: [PATCH 0199/1274] Updated ShoppingContent.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/ShoppingContent.php | 84 +++++++++++++++++++++-----
1 file changed, 69 insertions(+), 15 deletions(-)
diff --git a/src/Google/Service/ShoppingContent.php b/src/Google/Service/ShoppingContent.php
index 392d934bb..b2474c1bb 100644
--- a/src/Google/Service/ShoppingContent.php
+++ b/src/Google/Service/ShoppingContent.php
@@ -3032,9 +3032,9 @@ class Google_Service_ShoppingContent_Product extends Google_Collection
protected $loyaltyPointsType = 'Google_Service_ShoppingContent_LoyaltyPoints';
protected $loyaltyPointsDataType = '';
public $material;
- public $merchantMultipackQuantity;
public $mobileLink;
public $mpn;
+ public $multipack;
public $offerId;
public $onlineOnly;
public $pattern;
@@ -3056,8 +3056,10 @@ class Google_Service_ShoppingContent_Product extends Google_Collection
protected $taxesType = 'Google_Service_ShoppingContent_ProductTax';
protected $taxesDataType = 'array';
public $title;
- public $unitPricingBaseMeasure;
- public $unitPricingMeasure;
+ protected $unitPricingBaseMeasureType = 'Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure';
+ protected $unitPricingBaseMeasureDataType = '';
+ protected $unitPricingMeasureType = 'Google_Service_ShoppingContent_ProductUnitPricingMeasure';
+ protected $unitPricingMeasureDataType = '';
public $validatedDestinations;
protected $warningsType = 'Google_Service_ShoppingContent_Error';
protected $warningsDataType = 'array';
@@ -3432,16 +3434,6 @@ public function getMaterial()
return $this->material;
}
- public function setMerchantMultipackQuantity($merchantMultipackQuantity)
- {
- $this->merchantMultipackQuantity = $merchantMultipackQuantity;
- }
-
- public function getMerchantMultipackQuantity()
- {
- return $this->merchantMultipackQuantity;
- }
-
public function setMobileLink($mobileLink)
{
$this->mobileLink = $mobileLink;
@@ -3462,6 +3454,16 @@ public function getMpn()
return $this->mpn;
}
+ public function setMultipack($multipack)
+ {
+ $this->multipack = $multipack;
+ }
+
+ public function getMultipack()
+ {
+ return $this->multipack;
+ }
+
public function setOfferId($offerId)
{
$this->offerId = $offerId;
@@ -3622,7 +3624,7 @@ public function getTitle()
return $this->title;
}
- public function setUnitPricingBaseMeasure($unitPricingBaseMeasure)
+ public function setUnitPricingBaseMeasure(Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure $unitPricingBaseMeasure)
{
$this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
}
@@ -3632,7 +3634,7 @@ public function getUnitPricingBaseMeasure()
return $this->unitPricingBaseMeasure;
}
- public function setUnitPricingMeasure($unitPricingMeasure)
+ public function setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnitPricingMeasure $unitPricingMeasure)
{
$this->unitPricingMeasure = $unitPricingMeasure;
}
@@ -4161,6 +4163,58 @@ public function getTaxShip()
}
}
+class Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure extends Google_Model
+{
+ public $unit;
+ public $value;
+
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_ShoppingContent_ProductUnitPricingMeasure extends Google_Model
+{
+ public $unit;
+ public $value;
+
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
class Google_Service_ShoppingContent_ProductsCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
From 3b6965546239153aec86023b9f45df8210858396 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 5 Sep 2014 01:40:31 -0700
Subject: [PATCH 0200/1274] Updated Drive.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Drive.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Google/Service/Drive.php b/src/Google/Service/Drive.php
index a6bf70395..7adaec0e5 100644
--- a/src/Google/Service/Drive.php
+++ b/src/Google/Service/Drive.php
@@ -1809,7 +1809,7 @@ public function listFiles($optParams = array())
* Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
* @opt_param bool newRevision
* Whether a blob upload should create a new revision. If false, the blob data in the current head
- * revision is replaced. If not set or true, a new blob is created as head revision, and previous
+ * revision is replaced. If true or not set, a new blob is created as head revision, and previous
* revisions are preserved (causing increased use of the user's data storage quota).
* @opt_param bool ocr
* Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
@@ -1893,7 +1893,7 @@ public function untrash($fileId, $optParams = array())
* Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
* @opt_param bool newRevision
* Whether a blob upload should create a new revision. If false, the blob data in the current head
- * revision is replaced. If not set or true, a new blob is created as head revision, and previous
+ * revision is replaced. If true or not set, a new blob is created as head revision, and previous
* revisions are preserved (causing increased use of the user's data storage quota).
* @opt_param bool ocr
* Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
From c2d8dc70fceeb727c1752ffb0f895ca461b151e7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Fri, 5 Sep 2014 01:40:31 -0700
Subject: [PATCH 0201/1274] Updated AdExchangeBuyer.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdExchangeBuyer.php | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/Google/Service/AdExchangeBuyer.php b/src/Google/Service/AdExchangeBuyer.php
index 26fdde442..0ed662742 100644
--- a/src/Google/Service/AdExchangeBuyer.php
+++ b/src/Google/Service/AdExchangeBuyer.php
@@ -1303,6 +1303,7 @@ class Google_Service_AdExchangeBuyer_DirectDeal extends Google_Model
public $kind;
public $name;
public $privateExchangeMinCpm;
+ public $publisherBlocksOverriden;
public $sellerNetwork;
public $startTime;
@@ -1396,6 +1397,16 @@ public function getPrivateExchangeMinCpm()
return $this->privateExchangeMinCpm;
}
+ public function setPublisherBlocksOverriden($publisherBlocksOverriden)
+ {
+ $this->publisherBlocksOverriden = $publisherBlocksOverriden;
+ }
+
+ public function getPublisherBlocksOverriden()
+ {
+ return $this->publisherBlocksOverriden;
+ }
+
public function setSellerNetwork($sellerNetwork)
{
$this->sellerNetwork = $sellerNetwork;
From 1fce426665fe9016ace96a964c435165412ea0c5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 6 Sep 2014 01:41:40 -0700
Subject: [PATCH 0202/1274] Updated AndroidPublisher.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AndroidPublisher.php | 32 +++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/src/Google/Service/AndroidPublisher.php b/src/Google/Service/AndroidPublisher.php
index aba94d321..2d26d3c5c 100644
--- a/src/Google/Service/AndroidPublisher.php
+++ b/src/Google/Service/AndroidPublisher.php
@@ -121,6 +121,21 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
+ ),'validate' => array(
+ 'path' => '{packageName}/edits/{editId}:validate',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'packageName' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'editId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),
)
)
@@ -1149,6 +1164,23 @@ public function insert($packageName, Google_Service_AndroidPublisher_AppEdit $po
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_AndroidPublisher_AppEdit");
}
+ /**
+ * Checks that the edit can be successfully committed. The edit's changes are
+ * not applied to the live app. (edits.validate)
+ *
+ * @param string $packageName
+ * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $editId
+ * Unique identifier for this edit.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidPublisher_AppEdit
+ */
+ public function validate($packageName, $editId, $optParams = array())
+ {
+ $params = array('packageName' => $packageName, 'editId' => $editId);
+ $params = array_merge($params, $optParams);
+ return $this->call('validate', array($params), "Google_Service_AndroidPublisher_AppEdit");
+ }
}
/**
From f9f4dd051b4c2bf5b9ce8c8e1322d11f25c62711 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 6 Sep 2014 01:41:40 -0700
Subject: [PATCH 0203/1274] Updated Genomics.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Genomics.php | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/Google/Service/Genomics.php b/src/Google/Service/Genomics.php
index 79e15405b..5854aff82 100644
--- a/src/Google/Service/Genomics.php
+++ b/src/Google/Service/Genomics.php
@@ -506,7 +506,7 @@ class Google_Service_Genomics_Beacons_Resource extends Google_Service_Resource
* @opt_param string contig
* Required. The contig to query over.
* @opt_param string position
- * Required. The 1-based position to query at.
+ * Required. The 0-based position to query.
* @return Google_Service_Genomics_Beacon
*/
public function get($variantsetId, $optParams = array())
@@ -1104,7 +1104,7 @@ public function get($variantId, $optParams = array())
* @param array $optParams Optional parameters.
*
* @opt_param string variantsetId
- * Required. The ID of the variantset to get variant summary information for.
+ * Required. The ID of the variant set to get variant summary information for.
* @return Google_Service_Genomics_GetVariantsSummaryResponse
*/
public function getSummary($optParams = array())
@@ -1519,10 +1519,11 @@ public function getJobId()
class Google_Service_Genomics_ExportReadsetsRequest extends Google_Collection
{
- protected $collection_key = 'readsetIds';
+ protected $collection_key = 'referenceNames';
public $exportUri;
public $projectId;
public $readsetIds;
+ public $referenceNames;
public function setExportUri($exportUri)
{
@@ -1553,6 +1554,16 @@ public function getReadsetIds()
{
return $this->readsetIds;
}
+
+ public function setReferenceNames($referenceNames)
+ {
+ $this->referenceNames = $referenceNames;
+ }
+
+ public function getReferenceNames()
+ {
+ return $this->referenceNames;
+ }
}
class Google_Service_Genomics_ExportReadsetsResponse extends Google_Model
From be015d3297d85245a79237695da517a00a7b743e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sat, 6 Sep 2014 01:41:40 -0700
Subject: [PATCH 0204/1274] Updated Gmail.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/Gmail.php | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/Google/Service/Gmail.php b/src/Google/Service/Gmail.php
index 963a007ce..8e2e3cf3f 100644
--- a/src/Google/Service/Gmail.php
+++ b/src/Google/Service/Gmail.php
@@ -318,6 +318,11 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'metadataHeaders' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
'format' => array(
'location' => 'query',
'type' => 'string',
@@ -906,6 +911,8 @@ public function delete($userId, $id, $optParams = array())
* The ID of the message to retrieve.
* @param array $optParams Optional parameters.
*
+ * @opt_param string metadataHeaders
+ * When given and format is METADATA, only include headers specified.
* @opt_param string format
* The format to return the message in.
* @return Google_Service_Gmail_Message
From e00f70d76f1b52235fff8f8e8e0ed3acb250f55e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Sun, 7 Sep 2014 01:42:50 -0700
Subject: [PATCH 0205/1274] Updated YouTube.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/YouTube.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Google/Service/YouTube.php b/src/Google/Service/YouTube.php
index 404cc4299..917246abc 100644
--- a/src/Google/Service/YouTube.php
+++ b/src/Google/Service/YouTube.php
@@ -1893,7 +1893,7 @@ public function bind($id, $part, $optParams = array())
* broadcast stream is delayed.
* @opt_param string walltime
* The walltime parameter specifies the wall clock time at which the specified slate change will
- * occur. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
+ * occur. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
* @return Google_Service_YouTube_LiveBroadcast
*/
public function control($id, $part, $optParams = array())
From 9a4eecd08c029ad280469474411d12cfc77b3eca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Pelletier?=
Date: Tue, 9 Sep 2014 07:19:23 +0200
Subject: [PATCH 0206/1274] Add getRefreshToken method
---
src/Google/Auth/OAuth2.php | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index e5b603131..d875958e6 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -189,6 +189,15 @@ public function getAccessToken()
return json_encode($this->token);
}
+ public function getRefreshToken()
+ {
+ if (array_key_exists('refresh_token', $this->token)) {
+ return this->token['refresh_token'];
+ } else {
+ return null;
+ }
+ }
+
public function setState($state)
{
$this->state = $state;
From e8f4f917e84e4efb6094ec8eca0ec1a4dfc5bcbe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Pelletier?=
Date: Tue, 9 Sep 2014 07:23:27 +0200
Subject: [PATCH 0207/1274] Add getRefreshToken method
---
src/Google/Client.php | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/Google/Client.php b/src/Google/Client.php
index 1ec2f32c3..d7c782ab8 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -247,6 +247,15 @@ public function getAccessToken()
// in the library.
return (null == $token || 'null' == $token || '[]' == $token) ? null : $token;
}
+
+ /**
+ * Get the OAuth 2.0 refresh token.
+ * @return string $refreshToken refresh token or null if not available
+ */
+ public function getRefreshToken()
+ {
+ return = $this->getAuth()->getRefreshToken();
+ }
/**
* Returns if the access_token is expired.
From db37c42f70e3dd53615bee6eb257daee09de1943 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gre=CC=81gory=20Pelletier?=
Date: Tue, 9 Sep 2014 07:38:50 +0200
Subject: [PATCH 0208/1274] Fix typos
---
src/Google/Auth/OAuth2.php | 2 +-
src/Google/Client.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Google/Auth/OAuth2.php b/src/Google/Auth/OAuth2.php
index d875958e6..764ef8ebd 100644
--- a/src/Google/Auth/OAuth2.php
+++ b/src/Google/Auth/OAuth2.php
@@ -192,7 +192,7 @@ public function getAccessToken()
public function getRefreshToken()
{
if (array_key_exists('refresh_token', $this->token)) {
- return this->token['refresh_token'];
+ return $this->token['refresh_token'];
} else {
return null;
}
diff --git a/src/Google/Client.php b/src/Google/Client.php
index d7c782ab8..3c40d7cbc 100644
--- a/src/Google/Client.php
+++ b/src/Google/Client.php
@@ -254,7 +254,7 @@ public function getAccessToken()
*/
public function getRefreshToken()
{
- return = $this->getAuth()->getRefreshToken();
+ return $this->getAuth()->getRefreshToken();
}
/**
From 7f27039bef9043350be18fe42bfeadd635308b25 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 10 Sep 2014 01:46:00 -0700
Subject: [PATCH 0209/1274] Updated MapsEngine.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/MapsEngine.php | 526 +++++++++++++++++++++++++++++-
1 file changed, 525 insertions(+), 1 deletion(-)
diff --git a/src/Google/Service/MapsEngine.php b/src/Google/Service/MapsEngine.php
index 5f06017a1..5ce1a8495 100644
--- a/src/Google/Service/MapsEngine.php
+++ b/src/Google/Service/MapsEngine.php
@@ -221,6 +221,16 @@ public function __construct(Google_Client $client)
'type' => 'string',
),
),
+ ),'getPublished' => array(
+ 'path' => 'layers/{id}/published',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'list' => array(
'path' => 'layers',
'httpMethod' => 'GET',
@@ -278,6 +288,23 @@ public function __construct(Google_Client $client)
'type' => 'string',
),
),
+ ),'listPublished' => array(
+ 'path' => 'layers/published',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'projectId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
),'patch' => array(
'path' => 'layers/{id}',
'httpMethod' => 'PATCH',
@@ -388,6 +415,16 @@ public function __construct(Google_Client $client)
'type' => 'string',
),
),
+ ),'getPublished' => array(
+ 'path' => 'maps/{id}/published',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'list' => array(
'path' => 'maps',
'httpMethod' => 'GET',
@@ -445,6 +482,23 @@ public function __construct(Google_Client $client)
'type' => 'string',
),
),
+ ),'listPublished' => array(
+ 'path' => 'maps/published',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'projectId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
),'patch' => array(
'path' => 'maps/{id}',
'httpMethod' => 'PATCH',
@@ -1418,6 +1472,20 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Layer");
}
+ /**
+ * Return the published metadata for a particular layer. (layers.getPublished)
+ *
+ * @param string $id
+ * The ID of the layer.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PublishedLayer
+ */
+ public function getPublished($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('getPublished', array($params), "Google_Service_MapsEngine_PublishedLayer");
+ }
/**
* Return all layers readable by the current user. (layers.listLayers)
*
@@ -1468,6 +1536,30 @@ public function listLayers($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_MapsEngine_LayersListResponse");
}
+ /**
+ * Return all published layers readable by the current user.
+ * (layers.listPublished)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string projectId
+ * The ID of a Maps Engine project, used to filter the response. To list all available projects
+ * with their IDs, send a Projects: list request. You can also find your project ID as the value of
+ * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @return Google_Service_MapsEngine_PublishedLayersListResponse
+ */
+ public function listPublished($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('listPublished', array($params), "Google_Service_MapsEngine_PublishedLayersListResponse");
+ }
/**
* Mutate a layer asset. (layers.patch)
*
@@ -1619,6 +1711,20 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Map");
}
+ /**
+ * Return the published metadata for a particular map. (maps.getPublished)
+ *
+ * @param string $id
+ * The ID of the map.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PublishedMap
+ */
+ public function getPublished($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('getPublished', array($params), "Google_Service_MapsEngine_PublishedMap");
+ }
/**
* Return all maps readable by the current user. (maps.listMaps)
*
@@ -1669,6 +1775,29 @@ public function listMaps($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_MapsEngine_MapsListResponse");
}
+ /**
+ * Return all published maps readable by the current user. (maps.listPublished)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, used to page through large result sets. To get the next page of results,
+ * set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string maxResults
+ * The maximum number of items to include in a single response page. The maximum supported value is
+ * 100.
+ * @opt_param string projectId
+ * The ID of a Maps Engine project, used to filter the response. To list all available projects
+ * with their IDs, send a Projects: list request. You can also find your project ID as the value of
+ * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @return Google_Service_MapsEngine_PublishedMapsListResponse
+ */
+ public function listPublished($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('listPublished', array($params), "Google_Service_MapsEngine_PublishedMapsListResponse");
+ }
/**
* Mutate a map asset. (maps.patch)
*
@@ -1769,7 +1898,7 @@ public function create($projectId, Google_Service_MapsEngine_Icon $postBody, $op
return $this->call('create', array($params), "Google_Service_MapsEngine_Icon");
}
/**
- * Return metadata for a specific icon (icons.get)
+ * Return an icon or its associated metadata (icons.get)
*
* @param string $projectId
* The ID of the project.
@@ -3072,6 +3201,7 @@ class Google_Service_MapsEngine_FeaturesBatchInsertRequest extends Google_Collec
protected $collection_key = 'features';
protected $featuresType = 'Google_Service_MapsEngine_Feature';
protected $featuresDataType = 'array';
+ public $normalizeGeometries;
public function setFeatures($features)
{
@@ -3082,6 +3212,16 @@ public function getFeatures()
{
return $this->features;
}
+
+ public function setNormalizeGeometries($normalizeGeometries)
+ {
+ $this->normalizeGeometries = $normalizeGeometries;
+ }
+
+ public function getNormalizeGeometries()
+ {
+ return $this->normalizeGeometries;
+ }
}
class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collection
@@ -3089,6 +3229,7 @@ class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collect
protected $collection_key = 'features';
protected $featuresType = 'Google_Service_MapsEngine_Feature';
protected $featuresDataType = 'array';
+ public $normalizeGeometries;
public function setFeatures($features)
{
@@ -3099,6 +3240,16 @@ public function getFeatures()
{
return $this->features;
}
+
+ public function setNormalizeGeometries($normalizeGeometries)
+ {
+ $this->normalizeGeometries = $normalizeGeometries;
+ }
+
+ public function getNormalizeGeometries()
+ {
+ return $this->normalizeGeometries;
+ }
}
class Google_Service_MapsEngine_FeaturesListResponse extends Google_Collection
@@ -3374,6 +3525,10 @@ class Google_Service_MapsEngine_IconStyle extends Google_Model
{
public $id;
public $name;
+ protected $scaledShapeType = 'Google_Service_MapsEngine_ScaledShape';
+ protected $scaledShapeDataType = '';
+ protected $scalingFunctionType = 'Google_Service_MapsEngine_ScalingFunction';
+ protected $scalingFunctionDataType = '';
public function setId($id)
{
@@ -3394,6 +3549,26 @@ public function getName()
{
return $this->name;
}
+
+ public function setScaledShape(Google_Service_MapsEngine_ScaledShape $scaledShape)
+ {
+ $this->scaledShape = $scaledShape;
+ }
+
+ public function getScaledShape()
+ {
+ return $this->scaledShape;
+ }
+
+ public function setScalingFunction(Google_Service_MapsEngine_ScalingFunction $scalingFunction)
+ {
+ $this->scalingFunction = $scalingFunction;
+ }
+
+ public function getScalingFunction()
+ {
+ return $this->scalingFunction;
+ }
}
class Google_Service_MapsEngine_IconsListResponse extends Google_Collection
@@ -4412,6 +4587,214 @@ class Google_Service_MapsEngine_PublishResponse extends Google_Model
}
+class Google_Service_MapsEngine_PublishedLayer extends Google_Model
+{
+ public $description;
+ public $etag;
+ public $id;
+ public $layerType;
+ public $name;
+ public $projectId;
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setLayerType($layerType)
+ {
+ $this->layerType = $layerType;
+ }
+
+ public function getLayerType()
+ {
+ return $this->layerType;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+}
+
+class Google_Service_MapsEngine_PublishedLayersListResponse extends Google_Collection
+{
+ protected $collection_key = 'layers';
+ protected $layersType = 'Google_Service_MapsEngine_PublishedLayer';
+ protected $layersDataType = 'array';
+ public $nextPageToken;
+
+ public function setLayers($layers)
+ {
+ $this->layers = $layers;
+ }
+
+ public function getLayers()
+ {
+ return $this->layers;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_MapsEngine_PublishedMap extends Google_Model
+{
+ protected $contentsType = 'Google_Service_MapsEngine_MapItem';
+ protected $contentsDataType = '';
+ public $defaultViewport;
+ public $description;
+ public $etag;
+ public $id;
+ public $name;
+ public $projectId;
+
+ public function setContents(Google_Service_MapsEngine_MapItem $contents)
+ {
+ $this->contents = $contents;
+ }
+
+ public function getContents()
+ {
+ return $this->contents;
+ }
+
+ public function setDefaultViewport($defaultViewport)
+ {
+ $this->defaultViewport = $defaultViewport;
+ }
+
+ public function getDefaultViewport()
+ {
+ return $this->defaultViewport;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+}
+
+class Google_Service_MapsEngine_PublishedMapsListResponse extends Google_Collection
+{
+ protected $collection_key = 'maps';
+ protected $mapsType = 'Google_Service_MapsEngine_PublishedMap';
+ protected $mapsDataType = 'array';
+ public $nextPageToken;
+
+ public function setMaps($maps)
+ {
+ $this->maps = $maps;
+ }
+
+ public function getMaps()
+ {
+ return $this->maps;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
class Google_Service_MapsEngine_Raster extends Google_Collection
{
protected $collection_key = 'files';
@@ -4984,6 +5367,95 @@ public function getRasters()
}
}
+class Google_Service_MapsEngine_ScaledShape extends Google_Model
+{
+ protected $borderType = 'Google_Service_MapsEngine_Border';
+ protected $borderDataType = '';
+ protected $fillType = 'Google_Service_MapsEngine_Color';
+ protected $fillDataType = '';
+ public $shape;
+
+ public function setBorder(Google_Service_MapsEngine_Border $border)
+ {
+ $this->border = $border;
+ }
+
+ public function getBorder()
+ {
+ return $this->border;
+ }
+
+ public function setFill(Google_Service_MapsEngine_Color $fill)
+ {
+ $this->fill = $fill;
+ }
+
+ public function getFill()
+ {
+ return $this->fill;
+ }
+
+ public function setShape($shape)
+ {
+ $this->shape = $shape;
+ }
+
+ public function getShape()
+ {
+ return $this->shape;
+ }
+}
+
+class Google_Service_MapsEngine_ScalingFunction extends Google_Model
+{
+ public $column;
+ public $scalingType;
+ protected $sizeRangeType = 'Google_Service_MapsEngine_SizeRange';
+ protected $sizeRangeDataType = '';
+ protected $valueRangeType = 'Google_Service_MapsEngine_ValueRange';
+ protected $valueRangeDataType = '';
+
+ public function setColumn($column)
+ {
+ $this->column = $column;
+ }
+
+ public function getColumn()
+ {
+ return $this->column;
+ }
+
+ public function setScalingType($scalingType)
+ {
+ $this->scalingType = $scalingType;
+ }
+
+ public function getScalingType()
+ {
+ return $this->scalingType;
+ }
+
+ public function setSizeRange(Google_Service_MapsEngine_SizeRange $sizeRange)
+ {
+ $this->sizeRange = $sizeRange;
+ }
+
+ public function getSizeRange()
+ {
+ return $this->sizeRange;
+ }
+
+ public function setValueRange(Google_Service_MapsEngine_ValueRange $valueRange)
+ {
+ $this->valueRange = $valueRange;
+ }
+
+ public function getValueRange()
+ {
+ return $this->valueRange;
+ }
+}
+
class Google_Service_MapsEngine_Schema extends Google_Collection
{
protected $collection_key = 'columns';
@@ -5023,6 +5495,32 @@ public function getPrimaryKey()
}
}
+class Google_Service_MapsEngine_SizeRange extends Google_Model
+{
+ public $max;
+ public $min;
+
+ public function setMax($max)
+ {
+ $this->max = $max;
+ }
+
+ public function getMax()
+ {
+ return $this->max;
+ }
+
+ public function setMin($min)
+ {
+ $this->min = $min;
+ }
+
+ public function getMin()
+ {
+ return $this->min;
+ }
+}
+
class Google_Service_MapsEngine_Table extends Google_Collection
{
protected $collection_key = 'tags';
@@ -5249,6 +5747,32 @@ public function getTables()
}
}
+class Google_Service_MapsEngine_ValueRange extends Google_Model
+{
+ public $max;
+ public $min;
+
+ public function setMax($max)
+ {
+ $this->max = $max;
+ }
+
+ public function getMax()
+ {
+ return $this->max;
+ }
+
+ public function setMin($min)
+ {
+ $this->min = $min;
+ }
+
+ public function getMin()
+ {
+ return $this->min;
+ }
+}
+
class Google_Service_MapsEngine_VectorStyle extends Google_Collection
{
protected $collection_key = 'displayRules';
From 71b2cbe76dc1b23a9935d52798dac46c1f01caec Mon Sep 17 00:00:00 2001
From: Silvano Luciani
Date: Wed, 10 Sep 2014 01:46:01 -0700
Subject: [PATCH 0210/1274] Updated AdExchangeSeller.php
This change has been generated by a script that has detected changes in the
discovery doc of the API.
Check http://developers.google.com/discovery for more info.
---
src/Google/Service/AdExchangeSeller.php | 576 ++++++++----------------
1 file changed, 193 insertions(+), 383 deletions(-)
diff --git a/src/Google/Service/AdExchangeSeller.php b/src/Google/Service/AdExchangeSeller.php
index 9c1c8231e..bcdfde796 100644
--- a/src/Google/Service/AdExchangeSeller.php
+++ b/src/Google/Service/AdExchangeSeller.php
@@ -16,7 +16,7 @@
*/
/**
- * Service definition for AdExchangeSeller (v1.1).
+ * Service definition for AdExchangeSeller (v2.0).
*
*
* Gives Ad Exchange seller users access to their inventory and the ability to generate reports
@@ -37,18 +37,15 @@ class Google_Service_AdExchangeSeller extends Google_Service
const ADEXCHANGE_SELLER_READONLY = "https://www.googleapis.com/auth/adexchange.seller.readonly";
public $accounts;
- public $adclients;
- public $adunits;
- public $adunits_customchannels;
- public $alerts;
- public $customchannels;
- public $customchannels_adunits;
- public $metadata_dimensions;
- public $metadata_metrics;
- public $preferreddeals;
- public $reports;
- public $reports_saved;
- public $urlchannels;
+ public $accounts_adclients;
+ public $accounts_alerts;
+ public $accounts_customchannels;
+ public $accounts_metadata_dimensions;
+ public $accounts_metadata_metrics;
+ public $accounts_preferreddeals;
+ public $accounts_reports;
+ public $accounts_reports_saved;
+ public $accounts_urlchannels;
/**
@@ -59,8 +56,8 @@ class Google_Service_AdExchangeSeller extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'adexchangeseller/v1.1/';
- $this->version = 'v1.1';
+ $this->servicePath = 'adexchangeseller/v2.0/';
+ $this->version = 'v2.0';
$this->serviceName = 'adexchangeseller';
$this->accounts = new Google_Service_AdExchangeSeller_Accounts_Resource(
@@ -79,18 +76,8 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
- ),
- )
- )
- );
- $this->adclients = new Google_Service_AdExchangeSeller_Adclients_Resource(
- $this,
- $this->serviceName,
- 'adclients',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'adclients',
+ ),'list' => array(
+ 'path' => 'accounts',
'httpMethod' => 'GET',
'parameters' => array(
'pageToken' => array(
@@ -106,40 +93,21 @@ public function __construct(Google_Client $client)
)
)
);
- $this->adunits = new Google_Service_AdExchangeSeller_Adunits_Resource(
+ $this->accounts_adclients = new Google_Service_AdExchangeSeller_AccountsAdclients_Resource(
$this,
$this->serviceName,
- 'adunits',
+ 'adclients',
array(
'methods' => array(
- 'get' => array(
- 'path' => 'adclients/{adClientId}/adunits/{adUnitId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'adClientId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'adUnitId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'adclients/{adClientId}/adunits',
+ 'list' => array(
+ 'path' => 'accounts/{accountId}/adclients',
'httpMethod' => 'GET',
'parameters' => array(
- 'adClientId' => array(
+ 'accountId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'includeInactive' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -153,49 +121,21 @@ public function __construct(Google_Client $client)
)
)
);
- $this->adunits_customchannels = new Google_Service_AdExchangeSeller_AdunitsCustomchannels_Resource(
+ $this->accounts_alerts = new Google_Service_AdExchangeSeller_AccountsAlerts_Resource(
$this,
$this->serviceName,
- 'customchannels',
+ 'alerts',
array(
'methods' => array(
'list' => array(
- 'path' => 'adclients/{adClientId}/adunits/{adUnitId}/customchannels',
+ 'path' => 'accounts/{accountId}/alerts',
'httpMethod' => 'GET',
'parameters' => array(
- 'adClientId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'adUnitId' => array(
+ 'accountId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),
- )
- )
- );
- $this->alerts = new Google_Service_AdExchangeSeller_Alerts_Resource(
- $this,
- $this->serviceName,
- 'alerts',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'alerts',
- 'httpMethod' => 'GET',
- 'parameters' => array(
'locale' => array(
'location' => 'query',
'type' => 'string',
@@ -205,16 +145,21 @@ public function __construct(Google_Client $client)
)
)
);
- $this->customchannels = new Google_Service_AdExchangeSeller_Customchannels_Resource(
+ $this->accounts_customchannels = new Google_Service_AdExchangeSeller_AccountsCustomchannels_Resource(
$this,
$this->serviceName,
'customchannels',
array(
'methods' => array(
'get' => array(
- 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
+ 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}',
'httpMethod' => 'GET',
'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
'adClientId' => array(
'location' => 'path',
'type' => 'string',
@@ -227,9 +172,14 @@ public function __construct(Google_Client $client)
),
),
),'list' => array(
- 'path' => 'adclients/{adClientId}/customchannels',
+ 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels',
'httpMethod' => 'GET',
'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
'adClientId' => array(
'location' => 'path',
'type' => 'string',
@@ -248,81 +198,61 @@ public function __construct(Google_Client $client)
)
)
);
- $this->customchannels_adunits = new Google_Service_AdExchangeSeller_CustomchannelsAdunits_Resource(
+ $this->accounts_metadata_dimensions = new Google_Service_AdExchangeSeller_AccountsMetadataDimensions_Resource(
$this,
$this->serviceName,
- 'adunits',
+ 'dimensions',
array(
'methods' => array(
'list' => array(
- 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}/adunits',
+ 'path' => 'accounts/{accountId}/metadata/dimensions',
'httpMethod' => 'GET',
'parameters' => array(
- 'adClientId' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'customChannelId' => array(
+ 'accountId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'includeInactive' => array(
- 'location' => 'query',
- 'type' => 'boolean',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
),
),
)
)
);
- $this->metadata_dimensions = new Google_Service_AdExchangeSeller_MetadataDimensions_Resource(
- $this,
- $this->serviceName,
- 'dimensions',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'metadata/dimensions',
- 'httpMethod' => 'GET',
- 'parameters' => array(),
- ),
- )
- )
- );
- $this->metadata_metrics = new Google_Service_AdExchangeSeller_MetadataMetrics_Resource(
+ $this->accounts_metadata_metrics = new Google_Service_AdExchangeSeller_AccountsMetadataMetrics_Resource(
$this,
$this->serviceName,
'metrics',
array(
'methods' => array(
'list' => array(
- 'path' => 'metadata/metrics',
+ 'path' => 'accounts/{accountId}/metadata/metrics',
'httpMethod' => 'GET',
- 'parameters' => array(),
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),
)
)
);
- $this->preferreddeals = new Google_Service_AdExchangeSeller_Preferreddeals_Resource(
+ $this->accounts_preferreddeals = new Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource(
$this,
$this->serviceName,
'preferreddeals',
array(
'methods' => array(
'get' => array(
- 'path' => 'preferreddeals/{dealId}',
+ 'path' => 'accounts/{accountId}/preferreddeals/{dealId}',
'httpMethod' => 'GET',
'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
'dealId' => array(
'location' => 'path',
'type' => 'string',
@@ -330,23 +260,34 @@ public function __construct(Google_Client $client)
),
),
),'list' => array(
- 'path' => 'preferreddeals',
+ 'path' => 'accounts/{accountId}/preferreddeals',
'httpMethod' => 'GET',
- 'parameters' => array(),
+ 'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),
)
)
);
- $this->reports = new Google_Service_AdExchangeSeller_Reports_Resource(
+ $this->accounts_reports = new Google_Service_AdExchangeSeller_AccountsReports_Resource(
$this,
$this->serviceName,
'reports',
array(
'methods' => array(
'generate' => array(
- 'path' => 'reports',
+ 'path' => 'accounts/{accountId}/reports',
'httpMethod' => 'GET',
'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
'startDate' => array(
'location' => 'query',
'type' => 'string',
@@ -394,16 +335,21 @@ public function __construct(Google_Client $client)
)
)
);
- $this->reports_saved = new Google_Service_AdExchangeSeller_ReportsSaved_Resource(
+ $this->accounts_reports_saved = new Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource(
$this,
$this->serviceName,
'saved',
array(
'methods' => array(
'generate' => array(
- 'path' => 'reports/{savedReportId}',
+ 'path' => 'accounts/{accountId}/reports/{savedReportId}',
'httpMethod' => 'GET',
'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
'savedReportId' => array(
'location' => 'path',
'type' => 'string',
@@ -423,9 +369,14 @@ public function __construct(Google_Client $client)
),
),
),'list' => array(
- 'path' => 'reports/saved',
+ 'path' => 'accounts/{accountId}/reports/saved',
'httpMethod' => 'GET',
'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -439,16 +390,21 @@ public function __construct(Google_Client $client)
)
)
);
- $this->urlchannels = new Google_Service_AdExchangeSeller_Urlchannels_Resource(
+ $this->accounts_urlchannels = new Google_Service_AdExchangeSeller_AccountsUrlchannels_Resource(
$this,
$this->serviceName,
'urlchannels',
array(
'methods' => array(
'list' => array(
- 'path' => 'adclients/{adClientId}/urlchannels',
+ 'path' => 'accounts/{accountId}/adclients/{adClientId}/urlchannels',
'httpMethod' => 'GET',
'parameters' => array(
+ 'accountId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
'adClientId' => array(
'location' => 'path',
'type' => 'string',
@@ -496,127 +452,60 @@ public function get($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeSeller_Account");
}
-}
-
-/**
- * The "adclients" collection of methods.
- * Typical usage is:
- *
- * $adexchangesellerService = new Google_Service_AdExchangeSeller(...);
- * $adclients = $adexchangesellerService->adclients;
- *
- */
-class Google_Service_AdExchangeSeller_Adclients_Resource extends Google_Service_Resource
-{
-
/**
- * List all ad clients in this Ad Exchange account. (adclients.listAdclients)
+ * List all accounts available to this Ad Exchange account.
+ * (accounts.listAccounts)
*
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken
- * A continuation token, used to page through ad clients. To retrieve the next page, set this
+ * A continuation token, used to page through accounts. To retrieve the next page, set this
* parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of ad clients to include in the response, used for paging.
- * @return Google_Service_AdExchangeSeller_AdClients
+ * @opt_param int maxResults
+ * The maximum number of accounts to include in the response, used for paging.
+ * @return Google_Service_AdExchangeSeller_Accounts
*/
- public function listAdclients($optParams = array())
+ public function listAccounts($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdClients");
+ return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Accounts");
}
}
/**
- * The "adunits" collection of methods.
- * Typical usage is:
- *
- * $adexchangesellerService = new Google_Service_AdExchangeSeller(...);
- * $adunits = $adexchangesellerService->adunits;
- *
- */
-class Google_Service_AdExchangeSeller_Adunits_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets the specified ad unit in the specified ad client. (adunits.get)
- *
- * @param string $adClientId
- * Ad client for which to get the ad unit.
- * @param string $adUnitId
- * Ad unit to retrieve.
- * @param array $optParams Optional parameters.
- * @return Google_Service_AdExchangeSeller_AdUnit
- */
- public function get($adClientId, $adUnitId, $optParams = array())
- {
- $params = array('adClientId' => $adClientId, 'adUnitId' => $adUnitId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_AdExchangeSeller_AdUnit");
- }
- /**
- * List all ad units in the specified ad client for this Ad Exchange account.
- * (adunits.listAdunits)
- *
- * @param string $adClientId
- * Ad client for which to list ad units.
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool includeInactive
- * Whether to include inactive ad units. Default: true.
- * @opt_param string pageToken
- * A continuation token, used to page through ad units. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of ad units to include in the response, used for paging.
- * @return Google_Service_AdExchangeSeller_AdUnits
- */
- public function listAdunits($adClientId, $optParams = array())
- {
- $params = array('adClientId' => $adClientId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdUnits");
- }
-}
-
-/**
- * The "customchannels" collection of methods.
+ * The "adclients" collection of methods.
* Typical usage is:
*
* $adexchangesellerService = new Google_Service_AdExchangeSeller(...);
- * $customchannels = $adexchangesellerService->customchannels;
+ * $adclients = $adexchangesellerService->adclients;
*
*/
-class Google_Service_AdExchangeSeller_AdunitsCustomchannels_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsAdclients_Resource extends Google_Service_Resource
{
/**
- * List all custom channels which the specified ad unit belongs to.
- * (customchannels.listAdunitsCustomchannels)
+ * List all ad clients in this Ad Exchange account.
+ * (adclients.listAccountsAdclients)
*
- * @param string $adClientId
- * Ad client which contains the ad unit.
- * @param string $adUnitId
- * Ad unit for which to list custom channels.
+ * @param string $accountId
+ * Account to which the ad client belongs.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken
- * A continuation token, used to page through custom channels. To retrieve the next page, set this
+ * A continuation token, used to page through ad clients. To retrieve the next page, set this
* parameter to the value of "nextPageToken" from the previous response.
* @opt_param string maxResults
- * The maximum number of custom channels to include in the response, used for paging.
- * @return Google_Service_AdExchangeSeller_CustomChannels
+ * The maximum number of ad clients to include in the response, used for paging.
+ * @return Google_Service_AdExchangeSeller_AdClients
*/
- public function listAdunitsCustomchannels($adClientId, $adUnitId, $optParams = array())
+ public function listAccountsAdclients($accountId, $optParams = array())
{
- $params = array('adClientId' => $adClientId, 'adUnitId' => $adUnitId);
+ $params = array('accountId' => $accountId);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AdExchangeSeller_CustomChannels");
+ return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdClients");
}
}
-
/**
* The "alerts" collection of methods.
* Typical usage is:
@@ -625,12 +514,14 @@ public function listAdunitsCustomchannels($adClientId, $adUnitId, $optParams = a
* $alerts = $adexchangesellerService->alerts;
*
*/
-class Google_Service_AdExchangeSeller_Alerts_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsAlerts_Resource extends Google_Service_Resource
{
/**
- * List the alerts for this Ad Exchange account. (alerts.listAlerts)
+ * List the alerts for this Ad Exchange account. (alerts.listAccountsAlerts)
*
+ * @param string $accountId
+ * Account owning the alerts.
* @param array $optParams Optional parameters.
*
* @opt_param string locale
@@ -639,14 +530,13 @@ class Google_Service_AdExchangeSeller_Alerts_Resource extends Google_Service_Res
* unsupported.
* @return Google_Service_AdExchangeSeller_Alerts
*/
- public function listAlerts($optParams = array())
+ public function listAccountsAlerts($accountId, $optParams = array())
{
- $params = array();
+ $params = array('accountId' => $accountId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Alerts");
}
}
-
/**
* The "customchannels" collection of methods.
* Typical usage is:
@@ -655,13 +545,15 @@ public function listAlerts($optParams = array())
* $customchannels = $adexchangesellerService->customchannels;
*
*/
-class Google_Service_AdExchangeSeller_Customchannels_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsCustomchannels_Resource extends Google_Service_Resource
{
/**
* Get the specified custom channel from the specified ad client.
* (customchannels.get)
*
+ * @param string $accountId
+ * Account to which the ad client belongs.
* @param string $adClientId
* Ad client which contains the custom channel.
* @param string $customChannelId
@@ -669,16 +561,18 @@ class Google_Service_AdExchangeSeller_Customchannels_Resource extends Google_Ser
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_CustomChannel
*/
- public function get($adClientId, $customChannelId, $optParams = array())
+ public function get($accountId, $adClientId, $customChannelId, $optParams = array())
{
- $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
+ $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeSeller_CustomChannel");
}
/**
* List all custom channels in the specified ad client for this Ad Exchange
- * account. (customchannels.listCustomchannels)
+ * account. (customchannels.listAccountsCustomchannels)
*
+ * @param string $accountId
+ * Account to which the ad client belongs.
* @param string $adClientId
* Ad client for which to list custom channels.
* @param array $optParams Optional parameters.
@@ -690,52 +584,13 @@ public function get($adClientId, $customChannelId, $optParams = array())
* The maximum number of custom channels to include in the response, used for paging.
* @return Google_Service_AdExchangeSeller_CustomChannels
*/
- public function listCustomchannels($adClientId, $optParams = array())
+ public function listAccountsCustomchannels($accountId, $adClientId, $optParams = array())
{
- $params = array('adClientId' => $adClientId);
+ $params = array('accountId' => $accountId, 'adClientId' => $adClientId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeSeller_CustomChannels");
}
}
-
-/**
- * The "adunits" collection of methods.
- * Typical usage is:
- *
- * $adexchangesellerService = new Google_Service_AdExchangeSeller(...);
- * $adunits = $adexchangesellerService->adunits;
- *
- */
-class Google_Service_AdExchangeSeller_CustomchannelsAdunits_Resource extends Google_Service_Resource
-{
-
- /**
- * List all ad units in the specified custom channel.
- * (adunits.listCustomchannelsAdunits)
- *
- * @param string $adClientId
- * Ad client which contains the custom channel.
- * @param string $customChannelId
- * Custom channel for which to list ad units.
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool includeInactive
- * Whether to include inactive ad units. Default: true.
- * @opt_param string pageToken
- * A continuation token, used to page through ad units. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of ad units to include in the response, used for paging.
- * @return Google_Service_AdExchangeSeller_AdUnits
- */
- public function listCustomchannelsAdunits($adClientId, $customChannelId, $optParams = array())
- {
- $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AdExchangeSeller_AdUnits");
- }
-}
-
/**
* The "metadata" collection of methods.
* Typical usage is:
@@ -744,7 +599,7 @@ public function listCustomchannelsAdunits($adClientId, $customChannelId, $optPar
* $metadata = $adexchangesellerService->metadata;
*
*/
-class Google_Service_AdExchangeSeller_Metadata_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsMetadata_Resource extends Google_Service_Resource
{
}
@@ -757,19 +612,21 @@ class Google_Service_AdExchangeSeller_Metadata_Resource extends Google_Service_R
* $dimensions = $adexchangesellerService->dimensions;
*
*/
-class Google_Service_AdExchangeSeller_MetadataDimensions_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsMetadataDimensions_Resource extends Google_Service_Resource
{
/**
* List the metadata for the dimensions available to this AdExchange account.
- * (dimensions.listMetadataDimensions)
+ * (dimensions.listAccountsMetadataDimensions)
*
+ * @param string $accountId
+ * Account with visibility to the dimensions.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_Metadata
*/
- public function listMetadataDimensions($optParams = array())
+ public function listAccountsMetadataDimensions($accountId, $optParams = array())
{
- $params = array();
+ $params = array('accountId' => $accountId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata");
}
@@ -782,24 +639,25 @@ public function listMetadataDimensions($optParams = array())
* $metrics = $adexchangesellerService->metrics;
*
*/
-class Google_Service_AdExchangeSeller_MetadataMetrics_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsMetadataMetrics_Resource extends Google_Service_Resource
{
/**
* List the metadata for the metrics available to this AdExchange account.
- * (metrics.listMetadataMetrics)
+ * (metrics.listAccountsMetadataMetrics)
*
+ * @param string $accountId
+ * Account with visibility to the metrics.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_Metadata
*/
- public function listMetadataMetrics($optParams = array())
+ public function listAccountsMetadataMetrics($accountId, $optParams = array())
{
- $params = array();
+ $params = array('accountId' => $accountId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeSeller_Metadata");
}
}
-
/**
* The "preferreddeals" collection of methods.
* Typical usage is:
@@ -808,39 +666,42 @@ public function listMetadataMetrics($optParams = array())
* $preferreddeals = $adexchangesellerService->preferreddeals;
*
*/
-class Google_Service_AdExchangeSeller_Preferreddeals_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource extends Google_Service_Resource
{
/**
* Get information about the selected Ad Exchange Preferred Deal.
* (preferreddeals.get)
*
+ * @param string $accountId
+ * Account owning the deal.
* @param string $dealId
* Preferred deal to get information about.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_PreferredDeal
*/
- public function get($dealId, $optParams = array())
+ public function get($accountId, $dealId, $optParams = array())
{
- $params = array('dealId' => $dealId);
+ $params = array('accountId' => $accountId, 'dealId' => $dealId);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeSeller_PreferredDeal");
}
/**
* List the preferred deals for this Ad Exchange account.
- * (preferreddeals.listPreferreddeals)
+ * (preferreddeals.listAccountsPreferreddeals)
*
+ * @param string $accountId
+ * Account owning the deals.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_PreferredDeals
*/
- public function listPreferreddeals($optParams = array())
+ public function listAccountsPreferreddeals($accountId, $optParams = array())
{
- $params = array();
+ $params = array('accountId' => $accountId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeSeller_PreferredDeals");
}
}
-
/**
* The "reports" collection of methods.
* Typical usage is:
@@ -849,7 +710,7 @@ public function listPreferreddeals($optParams = array())
* $reports = $adexchangesellerService->reports;
*
*/
-class Google_Service_AdExchangeSeller_Reports_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsReports_Resource extends Google_Service_Resource
{
/**
@@ -857,6 +718,8 @@ class Google_Service_AdExchangeSeller_Reports_Resource extends Google_Service_Re
* parameters. Returns the result as JSON; to retrieve output in CSV format
* specify "alt=csv" as a query parameter. (reports.generate)
*
+ * @param string $accountId
+ * Account which owns the generated report.
* @param string $startDate
* Start of the date range to report on in "YYYY-MM-DD" format, inclusive.
* @param string $endDate
@@ -882,9 +745,9 @@ class Google_Service_AdExchangeSeller_Reports_Resource extends Google_Service_Re
* Dimensions to base the report on.
* @return Google_Service_AdExchangeSeller_Report
*/
- public function generate($startDate, $endDate, $optParams = array())
+ public function generate($accountId, $startDate, $endDate, $optParams = array())
{
- $params = array('startDate' => $startDate, 'endDate' => $endDate);
+ $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate);
$params = array_merge($params, $optParams);
return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report");
}
@@ -898,13 +761,15 @@ public function generate($startDate, $endDate, $optParams = array())
* $saved = $adexchangesellerService->saved;
*
*/
-class Google_Service_AdExchangeSeller_ReportsSaved_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource extends Google_Service_Resource
{
/**
* Generate an Ad Exchange report based on the saved report ID sent in the query
* parameters. (saved.generate)
*
+ * @param string $accountId
+ * Account owning the saved report.
* @param string $savedReportId
* The saved report to retrieve.
* @param array $optParams Optional parameters.
@@ -918,15 +783,18 @@ class Google_Service_AdExchangeSeller_ReportsSaved_Resource extends Google_Servi
* The maximum number of rows of report data to return.
* @return Google_Service_AdExchangeSeller_Report
*/
- public function generate($savedReportId, $optParams = array())
+ public function generate($accountId, $savedReportId, $optParams = array())
{
- $params = array('savedReportId' => $savedReportId);
+ $params = array('accountId' => $accountId, 'savedReportId' => $savedReportId);
$params = array_merge($params, $optParams);
return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report");
}
/**
- * List all saved reports in this Ad Exchange account. (saved.listReportsSaved)
+ * List all saved reports in this Ad Exchange account.
+ * (saved.listAccountsReportsSaved)
*
+ * @param string $accountId
+ * Account owning the saved reports.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken
@@ -936,14 +804,13 @@ public function generate($savedReportId, $optParams = array())
* The maximum number of saved reports to include in the response, used for paging.
* @return Google_Service_AdExchangeSeller_SavedReports
*/
- public function listReportsSaved($optParams = array())
+ public function listAccountsReportsSaved($accountId, $optParams = array())
{
- $params = array();
+ $params = array('accountId' => $accountId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeSeller_SavedReports");
}
}
-
/**
* The "urlchannels" collection of methods.
* Typical usage is:
@@ -952,13 +819,15 @@ public function listReportsSaved($optParams = array())
* $urlchannels = $adexchangesellerService->urlchannels;
*
*/
-class Google_Service_AdExchangeSeller_Urlchannels_Resource extends Google_Service_Resource
+class Google_Service_AdExchangeSeller_AccountsUrlchannels_Resource extends Google_Service_Resource
{
/**
* List all URL channels in the specified ad client for this Ad Exchange
- * account. (urlchannels.listUrlchannels)
+ * account. (urlchannels.listAccountsUrlchannels)
*
+ * @param string $accountId
+ * Account to which the ad client belongs.
* @param string $adClientId
* Ad client for which to list URL channels.
* @param array $optParams Optional parameters.
@@ -970,9 +839,9 @@ class Google_Service_AdExchangeSeller_Urlchannels_Resource extends Google_Servic
* The maximum number of URL channels to include in the response, used for paging.
* @return Google_Service_AdExchangeSeller_UrlChannels
*/
- public function listUrlchannels($adClientId, $optParams = array())
+ public function listAccountsUrlchannels($accountId, $adClientId, $optParams = array())
{
- $params = array('adClientId' => $adClientId);
+ $params = array('accountId' => $accountId, 'adClientId' => $adClientId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeSeller_UrlChannels");
}
@@ -1018,70 +887,11 @@ public function getName()
}
}
-class Google_Service_AdExchangeSeller_AdClient extends Google_Model
-{
- public $arcOptIn;
- public $id;
- public $kind;
- public $productCode;
- public $supportsReporting;
-
- public function setArcOptIn($arcOptIn)
- {
- $this->arcOptIn = $arcOptIn;
- }
-
- public function getArcOptIn()
- {
- return $this->arcOptIn;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setProductCode($productCode)
- {
- $this->productCode = $productCode;
- }
-
- public function getProductCode()
- {
- return $this->productCode;
- }
-
- public function setSupportsReporting($supportsReporting)
- {
- $this->supportsReporting = $supportsReporting;
- }
-
- public function getSupportsReporting()
- {
- return $this->supportsReporting;
- }
-}
-
-class Google_Service_AdExchangeSeller_AdClients extends Google_Collection
+class Google_Service_AdExchangeSeller_Accounts extends Google_Collection
{
protected $collection_key = 'items';
public $etag;
- protected $itemsType = 'Google_Service_AdExchangeSeller_AdClient';
+ protected $itemsType = 'Google_Service_AdExchangeSeller_Account';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -1127,22 +937,22 @@ public function getNextPageToken()
}
}
-class Google_Service_AdExchangeSeller_AdUnit extends Google_Model
+class Google_Service_AdExchangeSeller_AdClient extends Google_Model
{
- public $code;
+ public $arcOptIn;
public $id;
public $kind;
- public $name;
- public $status;
+ public $productCode;
+ public $supportsReporting;
- public function setCode($code)
+ public function setArcOptIn($arcOptIn)
{
- $this->code = $code;
+ $this->arcOptIn = $arcOptIn;
}
- public function getCode()
+ public function getArcOptIn()
{
- return $this->code;
+ return $this->arcOptIn;
}
public function setId($id)
@@ -1165,32 +975,32 @@ public function getKind()
return $this->kind;
}
- public function setName($name)
+ public function setProductCode($productCode)
{
- $this->name = $name;
+ $this->productCode = $productCode;
}
- public function getName()
+ public function getProductCode()
{
- return $this->name;
+ return $this->productCode;
}
- public function setStatus($status)
+ public function setSupportsReporting($supportsReporting)
{
- $this->status = $status;
+ $this->supportsReporting = $supportsReporting;
}
- public function getStatus()
+ public function getSupportsReporting()
{
- return $this->status;
+ return $this->supportsReporting;
}
}
-class Google_Service_AdExchangeSeller_AdUnits extends Google_Collection
+class Google_Service_AdExchangeSeller_AdClients extends Google_Collection
{
protected $collection_key = 'items';
public $etag;
- protected $itemsType = 'Google_Service_AdExchangeSeller_AdUnit';
+ protected $itemsType = 'Google_Service_AdExchangeSeller_AdClient';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
From 0db562218f5c40cf8a824c75a3b585181dc2c3cc Mon Sep 17 00:00:00 2001
From: Silvano Luciani + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Webmasters extends Google_Service +{ + /** View and modify Webmaster Tools data for your verified sites. */ + const WEBMASTERS = "https://www.googleapis.com/auth/webmasters"; + /** View Webmaster Tools data for your verified sites. */ + const WEBMASTERS_READONLY = "https://www.googleapis.com/auth/webmasters.readonly"; + + public $sitemaps; + public $sites; + public $urlcrawlerrorscounts; + public $urlcrawlerrorssamples; + + + /** + * Constructs the internal representation of the Webmasters service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'webmasters/v3/'; + $this->version = 'v3'; + $this->serviceName = 'webmasters'; + + $this->sitemaps = new Google_Service_Webmasters_Sitemaps_Resource( + $this, + $this->serviceName, + 'sitemaps', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'feedpath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'feedpath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'sites/{siteUrl}/sitemaps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sitemapIndex' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'submit' => array( + 'path' => 'sites/{siteUrl}/sitemaps/{feedpath}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'feedpath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->sites = new Google_Service_Webmasters_Sites_Resource( + $this, + $this->serviceName, + 'sites', + array( + 'methods' => array( + 'add' => array( + 'path' => 'sites/{siteUrl}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'sites/{siteUrl}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'sites/{siteUrl}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'sites', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->urlcrawlerrorscounts = new Google_Service_Webmasters_Urlcrawlerrorscounts_Resource( + $this, + $this->serviceName, + 'urlcrawlerrorscounts', + array( + 'methods' => array( + 'query' => array( + 'path' => 'sites/{siteUrl}/urlCrawlErrorsCounts/query', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'category' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'platform' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'latestCountsOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->urlcrawlerrorssamples = new Google_Service_Webmasters_Urlcrawlerrorssamples_Resource( + $this, + $this->serviceName, + 'urlcrawlerrorssamples', + array( + 'methods' => array( + 'get' => array( + 'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'url' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'category' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'platform' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples', + 'httpMethod' => 'GET', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'category' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'platform' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'markAsFixed' => array( + 'path' => 'sites/{siteUrl}/urlCrawlErrorsSamples/{url}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'siteUrl' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'url' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'category' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'platform' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "sitemaps" collection of methods. + * Typical usage is: + *
+ * $webmastersService = new Google_Service_Webmasters(...);
+ * $sitemaps = $webmastersService->sitemaps;
+ *
+ */
+class Google_Service_Webmasters_Sitemaps_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a sitemap from this site. (sitemaps.delete)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $feedpath
+ * The URL of the actual sitemap (for example http://www.example.com/sitemap.xml).
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($siteUrl, $feedpath, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieves information about a specific sitemap. (sitemaps.get)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $feedpath
+ * The URL of the actual sitemap (for example http://www.example.com/sitemap.xml).
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Webmasters_WmxSitemap
+ */
+ public function get($siteUrl, $feedpath, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Webmasters_WmxSitemap");
+ }
+ /**
+ * Lists sitemaps uploaded to the site. (sitemaps.listSitemaps)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string sitemapIndex
+ * A URL of a site's sitemap index.
+ * @return Google_Service_Webmasters_SitemapsListResponse
+ */
+ public function listSitemaps($siteUrl, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Webmasters_SitemapsListResponse");
+ }
+ /**
+ * Submits a sitemap for a site. (sitemaps.submit)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $feedpath
+ * The URL of the sitemap to add.
+ * @param array $optParams Optional parameters.
+ */
+ public function submit($siteUrl, $feedpath, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl, 'feedpath' => $feedpath);
+ $params = array_merge($params, $optParams);
+ return $this->call('submit', array($params));
+ }
+}
+
+/**
+ * The "sites" collection of methods.
+ * Typical usage is:
+ *
+ * $webmastersService = new Google_Service_Webmasters(...);
+ * $sites = $webmastersService->sites;
+ *
+ */
+class Google_Service_Webmasters_Sites_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Adds a site to the set of the user's sites in Webmaster Tools. (sites.add)
+ *
+ * @param string $siteUrl
+ * The URL of the site to add.
+ * @param array $optParams Optional parameters.
+ */
+ public function add($siteUrl, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl);
+ $params = array_merge($params, $optParams);
+ return $this->call('add', array($params));
+ }
+ /**
+ * Removes a site from the set of the user's Webmaster Tools sites.
+ * (sites.delete)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($siteUrl, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieves information about specific site. (sites.get)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Webmasters_WmxSite
+ */
+ public function get($siteUrl, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Webmasters_WmxSite");
+ }
+ /**
+ * Lists your Webmaster Tools sites. (sites.listSites)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Webmasters_SitesListResponse
+ */
+ public function listSites($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Webmasters_SitesListResponse");
+ }
+}
+
+/**
+ * The "urlcrawlerrorscounts" collection of methods.
+ * Typical usage is:
+ *
+ * $webmastersService = new Google_Service_Webmasters(...);
+ * $urlcrawlerrorscounts = $webmastersService->urlcrawlerrorscounts;
+ *
+ */
+class Google_Service_Webmasters_Urlcrawlerrorscounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a time series of the number of URL crawl errors per error category
+ * and platform. (urlcrawlerrorscounts.query)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string category
+ * The crawl error category, for example 'serverError'. If not specified, we return results for all
+ * categories.
+ * @opt_param string platform
+ * The user agent type (platform) that made the request, for example 'web'. If not specified, we
+ * return results for all platforms.
+ * @opt_param bool latestCountsOnly
+ * If true, returns only the latest crawl error counts.
+ * @return Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse
+ */
+ public function query($siteUrl, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl);
+ $params = array_merge($params, $optParams);
+ return $this->call('query', array($params), "Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse");
+ }
+}
+
+/**
+ * The "urlcrawlerrorssamples" collection of methods.
+ * Typical usage is:
+ *
+ * $webmastersService = new Google_Service_Webmasters(...);
+ * $urlcrawlerrorssamples = $webmastersService->urlcrawlerrorssamples;
+ *
+ */
+class Google_Service_Webmasters_Urlcrawlerrorssamples_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves details about crawl errors for a site's sample URL.
+ * (urlcrawlerrorssamples.get)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $url
+ * The relative path (without the site) of the sample URL; must be one of the URLs returned by list
+ * @param string $category
+ * The crawl error category, for example 'authPermissions'
+ * @param string $platform
+ * The user agent type (platform) that made the request, for example 'web'
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Webmasters_UrlCrawlErrorsSample
+ */
+ public function get($siteUrl, $url, $category, $platform, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSample");
+ }
+ /**
+ * Lists a site's sample URLs for the specified crawl error category and
+ * platform. (urlcrawlerrorssamples.listUrlcrawlerrorssamples)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $category
+ * The crawl error category, for example 'authPermissions'
+ * @param string $platform
+ * The user agent type (platform) that made the request, for example 'web'
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse
+ */
+ public function listUrlcrawlerrorssamples($siteUrl, $category, $platform, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl, 'category' => $category, 'platform' => $platform);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse");
+ }
+ /**
+ * Marks the provided site's sample URL as fixed, and removes it from the
+ * samples list. (urlcrawlerrorssamples.markAsFixed)
+ *
+ * @param string $siteUrl
+ * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $url
+ * The relative path (without the site) of the sample URL; must be one of the URLs returned by list
+ * @param string $category
+ * The crawl error category, for example 'authPermissions'
+ * @param string $platform
+ * The user agent type (platform) that made the request, for example 'web'
+ * @param array $optParams Optional parameters.
+ */
+ public function markAsFixed($siteUrl, $url, $category, $platform, $optParams = array())
+ {
+ $params = array('siteUrl' => $siteUrl, 'url' => $url, 'category' => $category, 'platform' => $platform);
+ $params = array_merge($params, $optParams);
+ return $this->call('markAsFixed', array($params));
+ }
+}
+
+
+
+
+class Google_Service_Webmasters_SitemapsListResponse extends Google_Collection
+{
+ protected $collection_key = 'sitemap';
+ protected $sitemapType = 'Google_Service_Webmasters_WmxSitemap';
+ protected $sitemapDataType = 'array';
+
+ public function setSitemap($sitemap)
+ {
+ $this->sitemap = $sitemap;
+ }
+
+ public function getSitemap()
+ {
+ return $this->sitemap;
+ }
+}
+
+class Google_Service_Webmasters_SitesListResponse extends Google_Collection
+{
+ protected $collection_key = 'siteEntry';
+ protected $siteEntryType = 'Google_Service_Webmasters_WmxSite';
+ protected $siteEntryDataType = 'array';
+
+ public function setSiteEntry($siteEntry)
+ {
+ $this->siteEntry = $siteEntry;
+ }
+
+ public function getSiteEntry()
+ {
+ return $this->siteEntry;
+ }
+}
+
+class Google_Service_Webmasters_UrlCrawlErrorCount extends Google_Model
+{
+ public $count;
+ public $timestamp;
+
+ public function setCount($count)
+ {
+ $this->count = $count;
+ }
+
+ public function getCount()
+ {
+ return $this->count;
+ }
+
+ public function setTimestamp($timestamp)
+ {
+ $this->timestamp = $timestamp;
+ }
+
+ public function getTimestamp()
+ {
+ return $this->timestamp;
+ }
+}
+
+class Google_Service_Webmasters_UrlCrawlErrorCountsPerType extends Google_Collection
+{
+ protected $collection_key = 'entries';
+ public $category;
+ protected $entriesType = 'Google_Service_Webmasters_UrlCrawlErrorCount';
+ protected $entriesDataType = 'array';
+ public $platform;
+
+ public function setCategory($category)
+ {
+ $this->category = $category;
+ }
+
+ public function getCategory()
+ {
+ return $this->category;
+ }
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+
+ public function setPlatform($platform)
+ {
+ $this->platform = $platform;
+ }
+
+ public function getPlatform()
+ {
+ return $this->platform;
+ }
+}
+
+class Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse extends Google_Collection
+{
+ protected $collection_key = 'countPerTypes';
+ protected $countPerTypesType = 'Google_Service_Webmasters_UrlCrawlErrorCountsPerType';
+ protected $countPerTypesDataType = 'array';
+
+ public function setCountPerTypes($countPerTypes)
+ {
+ $this->countPerTypes = $countPerTypes;
+ }
+
+ public function getCountPerTypes()
+ {
+ return $this->countPerTypes;
+ }
+}
+
+class Google_Service_Webmasters_UrlCrawlErrorsSample extends Google_Model
+{
+ public $firstDetected;
+ public $lastCrawled;
+ public $pageUrl;
+ public $responseCode;
+ protected $urlDetailsType = 'Google_Service_Webmasters_UrlSampleDetails';
+ protected $urlDetailsDataType = '';
+
+ public function setFirstDetected($firstDetected)
+ {
+ $this->firstDetected = $firstDetected;
+ }
+
+ public function getFirstDetected()
+ {
+ return $this->firstDetected;
+ }
+
+ public function setLastCrawled($lastCrawled)
+ {
+ $this->lastCrawled = $lastCrawled;
+ }
+
+ public function getLastCrawled()
+ {
+ return $this->lastCrawled;
+ }
+
+ public function setPageUrl($pageUrl)
+ {
+ $this->pageUrl = $pageUrl;
+ }
+
+ public function getPageUrl()
+ {
+ return $this->pageUrl;
+ }
+
+ public function setResponseCode($responseCode)
+ {
+ $this->responseCode = $responseCode;
+ }
+
+ public function getResponseCode()
+ {
+ return $this->responseCode;
+ }
+
+ public function setUrlDetails(Google_Service_Webmasters_UrlSampleDetails $urlDetails)
+ {
+ $this->urlDetails = $urlDetails;
+ }
+
+ public function getUrlDetails()
+ {
+ return $this->urlDetails;
+ }
+}
+
+class Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse extends Google_Collection
+{
+ protected $collection_key = 'urlCrawlErrorSample';
+ protected $urlCrawlErrorSampleType = 'Google_Service_Webmasters_UrlCrawlErrorsSample';
+ protected $urlCrawlErrorSampleDataType = 'array';
+
+ public function setUrlCrawlErrorSample($urlCrawlErrorSample)
+ {
+ $this->urlCrawlErrorSample = $urlCrawlErrorSample;
+ }
+
+ public function getUrlCrawlErrorSample()
+ {
+ return $this->urlCrawlErrorSample;
+ }
+}
+
+class Google_Service_Webmasters_UrlSampleDetails extends Google_Collection
+{
+ protected $collection_key = 'linkedFromUrls';
+ public $containingSitemaps;
+ public $linkedFromUrls;
+
+ public function setContainingSitemaps($containingSitemaps)
+ {
+ $this->containingSitemaps = $containingSitemaps;
+ }
+
+ public function getContainingSitemaps()
+ {
+ return $this->containingSitemaps;
+ }
+
+ public function setLinkedFromUrls($linkedFromUrls)
+ {
+ $this->linkedFromUrls = $linkedFromUrls;
+ }
+
+ public function getLinkedFromUrls()
+ {
+ return $this->linkedFromUrls;
+ }
+}
+
+class Google_Service_Webmasters_WmxSite extends Google_Model
+{
+ public $permissionLevel;
+ public $siteUrl;
+
+ public function setPermissionLevel($permissionLevel)
+ {
+ $this->permissionLevel = $permissionLevel;
+ }
+
+ public function getPermissionLevel()
+ {
+ return $this->permissionLevel;
+ }
+
+ public function setSiteUrl($siteUrl)
+ {
+ $this->siteUrl = $siteUrl;
+ }
+
+ public function getSiteUrl()
+ {
+ return $this->siteUrl;
+ }
+}
+
+class Google_Service_Webmasters_WmxSitemap extends Google_Collection
+{
+ protected $collection_key = 'contents';
+ protected $contentsType = 'Google_Service_Webmasters_WmxSitemapContent';
+ protected $contentsDataType = 'array';
+ public $errors;
+ public $isPending;
+ public $isSitemapsIndex;
+ public $lastDownloaded;
+ public $lastSubmitted;
+ public $path;
+ public $type;
+ public $warnings;
+
+ public function setContents($contents)
+ {
+ $this->contents = $contents;
+ }
+
+ public function getContents()
+ {
+ return $this->contents;
+ }
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function setIsPending($isPending)
+ {
+ $this->isPending = $isPending;
+ }
+
+ public function getIsPending()
+ {
+ return $this->isPending;
+ }
+
+ public function setIsSitemapsIndex($isSitemapsIndex)
+ {
+ $this->isSitemapsIndex = $isSitemapsIndex;
+ }
+
+ public function getIsSitemapsIndex()
+ {
+ return $this->isSitemapsIndex;
+ }
+
+ public function setLastDownloaded($lastDownloaded)
+ {
+ $this->lastDownloaded = $lastDownloaded;
+ }
+
+ public function getLastDownloaded()
+ {
+ return $this->lastDownloaded;
+ }
+
+ public function setLastSubmitted($lastSubmitted)
+ {
+ $this->lastSubmitted = $lastSubmitted;
+ }
+
+ public function getLastSubmitted()
+ {
+ return $this->lastSubmitted;
+ }
+
+ public function setPath($path)
+ {
+ $this->path = $path;
+ }
+
+ public function getPath()
+ {
+ return $this->path;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+}
+
+class Google_Service_Webmasters_WmxSitemapContent extends Google_Model
+{
+ public $indexed;
+ public $submitted;
+ public $type;
+
+ public function setIndexed($indexed)
+ {
+ $this->indexed = $indexed;
+ }
+
+ public function getIndexed()
+ {
+ return $this->indexed;
+ }
+
+ public function setSubmitted($submitted)
+ {
+ $this->submitted = $submitted;
+ }
+
+ public function getSubmitted()
+ {
+ return $this->submitted;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
From 0dae24fa82b5d46d8efae25b933cc8fde7f0c8f7 Mon Sep 17 00:00:00 2001
From: Liam O'Boyle
+ * $genomicsService = new Google_Service_Genomics(...);
+ * $variantsets = $genomicsService->variantsets;
+ *
+ */
+class Google_Service_Genomics_Variantsets_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the contents of a variant set. The variant set object is not deleted.
+ * (variantsets.delete)
+ *
+ * @param string $variantSetId
+ * The ID of the variant set to be deleted.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($variantSetId, $optParams = array())
+ {
+ $params = array('variantSetId' => $variantSetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a variant set by ID. (variantsets.get)
+ *
+ * @param string $variantSetId
+ * Required. The ID of the variant set.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_VariantSet
+ */
+ public function get($variantSetId, $optParams = array())
+ {
+ $params = array('variantSetId' => $variantSetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Genomics_VariantSet");
+ }
+ /**
+ * Returns a list of all variant sets matching search criteria.
+ * (variantsets.search)
+ *
+ * @param Google_SearchVariantSetsRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_SearchVariantSetsResponse
+ */
+ public function search(Google_Service_Genomics_SearchVariantSetsRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('search', array($params), "Google_Service_Genomics_SearchVariantSetsResponse");
+ }
+}
+
@@ -1193,6 +1272,8 @@ public function getExists()
class Google_Service_Genomics_Call extends Google_Collection
{
protected $collection_key = 'genotypeLikelihood';
+ public $callSetId;
+ public $callSetName;
public $callsetId;
public $callsetName;
public $genotype;
@@ -1200,6 +1281,26 @@ class Google_Service_Genomics_Call extends Google_Collection
public $info;
public $phaseset;
+ public function setCallSetId($callSetId)
+ {
+ $this->callSetId = $callSetId;
+ }
+
+ public function getCallSetId()
+ {
+ return $this->callSetId;
+ }
+
+ public function setCallSetName($callSetName)
+ {
+ $this->callSetName = $callSetName;
+ }
+
+ public function getCallSetName()
+ {
+ return $this->callSetName;
+ }
+
public function setCallsetId($callsetId)
{
$this->callsetId = $callsetId;
@@ -1266,12 +1367,15 @@ class Google_Service_Genomics_CallInfo extends Google_Model
}
-class Google_Service_Genomics_Callset extends Google_Model
+class Google_Service_Genomics_CallSet extends Google_Collection
{
+ protected $collection_key = 'variantSetIds';
public $created;
public $id;
public $info;
public $name;
+ public $sampleId;
+ public $variantSetIds;
public $variantsetId;
public function setCreated($created)
@@ -1314,6 +1418,26 @@ public function getName()
return $this->name;
}
+ public function setSampleId($sampleId)
+ {
+ $this->sampleId = $sampleId;
+ }
+
+ public function getSampleId()
+ {
+ return $this->sampleId;
+ }
+
+ public function setVariantSetIds($variantSetIds)
+ {
+ $this->variantSetIds = $variantSetIds;
+ }
+
+ public function getVariantSetIds()
+ {
+ return $this->variantSetIds;
+ }
+
public function setVariantsetId($variantsetId)
{
$this->variantsetId = $variantsetId;
@@ -1325,7 +1449,7 @@ public function getVariantsetId()
}
}
-class Google_Service_Genomics_CallsetInfo extends Google_Model
+class Google_Service_Genomics_CallSetInfo extends Google_Model
{
}
@@ -1586,9 +1710,11 @@ class Google_Service_Genomics_ExportVariantsRequest extends Google_Collection
protected $collection_key = 'callsetIds';
public $bigqueryDataset;
public $bigqueryTable;
+ public $callSetIds;
public $callsetIds;
public $format;
public $projectId;
+ public $variantSetId;
public $variantsetId;
public function setBigqueryDataset($bigqueryDataset)
@@ -1611,6 +1737,16 @@ public function getBigqueryTable()
return $this->bigqueryTable;
}
+ public function setCallSetIds($callSetIds)
+ {
+ $this->callSetIds = $callSetIds;
+ }
+
+ public function getCallSetIds()
+ {
+ return $this->callSetIds;
+ }
+
public function setCallsetIds($callsetIds)
{
$this->callsetIds = $callsetIds;
@@ -1641,6 +1777,16 @@ public function getProjectId()
return $this->projectId;
}
+ public function setVariantSetId($variantSetId)
+ {
+ $this->variantSetId = $variantSetId;
+ }
+
+ public function getVariantSetId()
+ {
+ return $this->variantSetId;
+ }
+
public function setVariantsetId($variantsetId)
{
$this->variantsetId = $variantsetId;
@@ -1892,6 +2038,7 @@ class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
protected $collection_key = 'sourceUris';
public $format;
public $sourceUris;
+ public $variantSetId;
public $variantsetId;
public function setFormat($format)
@@ -1914,6 +2061,16 @@ public function getSourceUris()
return $this->sourceUris;
}
+ public function setVariantSetId($variantSetId)
+ {
+ $this->variantSetId = $variantSetId;
+ }
+
+ public function getVariantSetId()
+ {
+ return $this->variantSetId;
+ }
+
public function setVariantsetId($variantsetId)
{
$this->variantsetId = $variantsetId;
@@ -2655,6 +2812,32 @@ public function getName()
}
}
+class Google_Service_Genomics_ReferenceBound extends Google_Model
+{
+ public $referenceName;
+ public $upperBound;
+
+ public function setReferenceName($referenceName)
+ {
+ $this->referenceName = $referenceName;
+ }
+
+ public function getReferenceName()
+ {
+ return $this->referenceName;
+ }
+
+ public function setUpperBound($upperBound)
+ {
+ $this->upperBound = $upperBound;
+ }
+
+ public function getUpperBound()
+ {
+ return $this->upperBound;
+ }
+}
+
class Google_Service_Genomics_ReferenceSequence extends Google_Model
{
public $assemblyId;
@@ -2725,12 +2908,14 @@ public function getUri()
}
}
-class Google_Service_Genomics_SearchCallsetsRequest extends Google_Collection
+class Google_Service_Genomics_SearchCallSetsRequest extends Google_Collection
{
protected $collection_key = 'variantsetIds';
public $maxResults;
public $name;
+ public $pageSize;
public $pageToken;
+ public $variantSetIds;
public $variantsetIds;
public function setMaxResults($maxResults)
@@ -2753,6 +2938,16 @@ public function getName()
return $this->name;
}
+ public function setPageSize($pageSize)
+ {
+ $this->pageSize = $pageSize;
+ }
+
+ public function getPageSize()
+ {
+ return $this->pageSize;
+ }
+
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -2763,6 +2958,16 @@ public function getPageToken()
return $this->pageToken;
}
+ public function setVariantSetIds($variantSetIds)
+ {
+ $this->variantSetIds = $variantSetIds;
+ }
+
+ public function getVariantSetIds()
+ {
+ return $this->variantSetIds;
+ }
+
public function setVariantsetIds($variantsetIds)
{
$this->variantsetIds = $variantsetIds;
@@ -2774,13 +2979,25 @@ public function getVariantsetIds()
}
}
-class Google_Service_Genomics_SearchCallsetsResponse extends Google_Collection
+class Google_Service_Genomics_SearchCallSetsResponse extends Google_Collection
{
protected $collection_key = 'callsets';
- protected $callsetsType = 'Google_Service_Genomics_Callset';
+ protected $callSetsType = 'Google_Service_Genomics_CallSet';
+ protected $callSetsDataType = 'array';
+ protected $callsetsType = 'Google_Service_Genomics_CallSet';
protected $callsetsDataType = 'array';
public $nextPageToken;
+ public function setCallSets($callSets)
+ {
+ $this->callSets = $callSets;
+ }
+
+ public function getCallSets()
+ {
+ return $this->callSets;
+ }
+
public function setCallsets($callsets)
{
$this->callsets = $callsets;
@@ -3077,19 +3294,113 @@ public function getReadsets()
}
}
+class Google_Service_Genomics_SearchVariantSetsRequest extends Google_Collection
+{
+ protected $collection_key = 'datasetIds';
+ public $datasetId;
+ public $datasetIds;
+ public $pageSize;
+ public $pageToken;
+
+ public function setDatasetId($datasetId)
+ {
+ $this->datasetId = $datasetId;
+ }
+
+ public function getDatasetId()
+ {
+ return $this->datasetId;
+ }
+
+ public function setDatasetIds($datasetIds)
+ {
+ $this->datasetIds = $datasetIds;
+ }
+
+ public function getDatasetIds()
+ {
+ return $this->datasetIds;
+ }
+
+ public function setPageSize($pageSize)
+ {
+ $this->pageSize = $pageSize;
+ }
+
+ public function getPageSize()
+ {
+ return $this->pageSize;
+ }
+
+ public function setPageToken($pageToken)
+ {
+ $this->pageToken = $pageToken;
+ }
+
+ public function getPageToken()
+ {
+ return $this->pageToken;
+ }
+}
+
+class Google_Service_Genomics_SearchVariantSetsResponse extends Google_Collection
+{
+ protected $collection_key = 'variantSets';
+ public $nextPageToken;
+ protected $variantSetsType = 'Google_Service_Genomics_VariantSet';
+ protected $variantSetsDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setVariantSets($variantSets)
+ {
+ $this->variantSets = $variantSets;
+ }
+
+ public function getVariantSets()
+ {
+ return $this->variantSets;
+ }
+}
+
class Google_Service_Genomics_SearchVariantsRequest extends Google_Collection
{
- protected $collection_key = 'callsetNames';
+ protected $collection_key = 'variantSetIds';
+ public $callSetIds;
public $callsetIds;
public $callsetNames;
public $contig;
+ public $end;
public $endPosition;
+ public $maxCalls;
public $maxResults;
+ public $pageSize;
public $pageToken;
+ public $referenceName;
+ public $start;
public $startPosition;
public $variantName;
+ public $variantSetIds;
public $variantsetId;
+ public function setCallSetIds($callSetIds)
+ {
+ $this->callSetIds = $callSetIds;
+ }
+
+ public function getCallSetIds()
+ {
+ return $this->callSetIds;
+ }
+
public function setCallsetIds($callsetIds)
{
$this->callsetIds = $callsetIds;
@@ -3120,6 +3431,16 @@ public function getContig()
return $this->contig;
}
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+
+ public function getEnd()
+ {
+ return $this->end;
+ }
+
public function setEndPosition($endPosition)
{
$this->endPosition = $endPosition;
@@ -3130,6 +3451,16 @@ public function getEndPosition()
return $this->endPosition;
}
+ public function setMaxCalls($maxCalls)
+ {
+ $this->maxCalls = $maxCalls;
+ }
+
+ public function getMaxCalls()
+ {
+ return $this->maxCalls;
+ }
+
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
@@ -3140,6 +3471,16 @@ public function getMaxResults()
return $this->maxResults;
}
+ public function setPageSize($pageSize)
+ {
+ $this->pageSize = $pageSize;
+ }
+
+ public function getPageSize()
+ {
+ return $this->pageSize;
+ }
+
public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
@@ -3150,6 +3491,26 @@ public function getPageToken()
return $this->pageToken;
}
+ public function setReferenceName($referenceName)
+ {
+ $this->referenceName = $referenceName;
+ }
+
+ public function getReferenceName()
+ {
+ return $this->referenceName;
+ }
+
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+
+ public function getStart()
+ {
+ return $this->start;
+ }
+
public function setStartPosition($startPosition)
{
$this->startPosition = $startPosition;
@@ -3170,6 +3531,16 @@ public function getVariantName()
return $this->variantName;
}
+ public function setVariantSetIds($variantSetIds)
+ {
+ $this->variantSetIds = $variantSetIds;
+ }
+
+ public function getVariantSetIds()
+ {
+ return $this->variantSetIds;
+ }
+
public function setVariantsetId($variantsetId)
{
$this->variantsetId = $variantsetId;
@@ -3223,6 +3594,9 @@ class Google_Service_Genomics_Variant extends Google_Collection
public $names;
public $position;
public $referenceBases;
+ public $referenceName;
+ public $start;
+ public $variantSetId;
public $variantsetId;
public function setAlternateBases($alternateBases)
@@ -3325,6 +3699,36 @@ public function getReferenceBases()
return $this->referenceBases;
}
+ public function setReferenceName($referenceName)
+ {
+ $this->referenceName = $referenceName;
+ }
+
+ public function getReferenceName()
+ {
+ return $this->referenceName;
+ }
+
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+
+ public function getStart()
+ {
+ return $this->start;
+ }
+
+ public function setVariantSetId($variantSetId)
+ {
+ $this->variantSetId = $variantSetId;
+ }
+
+ public function getVariantSetId()
+ {
+ return $this->variantSetId;
+ }
+
public function setVariantsetId($variantsetId)
{
$this->variantsetId = $variantsetId;
@@ -3340,3 +3744,66 @@ class Google_Service_Genomics_VariantInfo extends Google_Model
{
}
+
+class Google_Service_Genomics_VariantSet extends Google_Collection
+{
+ protected $collection_key = 'referenceBounds';
+ protected $contigBoundsType = 'Google_Service_Genomics_ContigBound';
+ protected $contigBoundsDataType = 'array';
+ public $datasetId;
+ public $id;
+ protected $metadataType = 'Google_Service_Genomics_Metadata';
+ protected $metadataDataType = 'array';
+ protected $referenceBoundsType = 'Google_Service_Genomics_ReferenceBound';
+ protected $referenceBoundsDataType = 'array';
+
+ public function setContigBounds($contigBounds)
+ {
+ $this->contigBounds = $contigBounds;
+ }
+
+ public function getContigBounds()
+ {
+ return $this->contigBounds;
+ }
+
+ public function setDatasetId($datasetId)
+ {
+ $this->datasetId = $datasetId;
+ }
+
+ public function getDatasetId()
+ {
+ return $this->datasetId;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setMetadata($metadata)
+ {
+ $this->metadata = $metadata;
+ }
+
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
+
+ public function setReferenceBounds($referenceBounds)
+ {
+ $this->referenceBounds = $referenceBounds;
+ }
+
+ public function getReferenceBounds()
+ {
+ return $this->referenceBounds;
+ }
+}
From 325977f190b6ef8fc299be4f30fb7fcf07dd7c5a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
* The Resource View API allows users to create and manage logical sets of Google Compute Engine instances.
@@ -42,7 +42,7 @@ class Google_Service_Resourceviews extends Google_Service
/** View your Google Cloud Platform management resources and deployment status information. */
const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly";
- public $regionViews;
+ public $zoneOperations;
public $zoneViews;
@@ -54,132 +54,53 @@ class Google_Service_Resourceviews extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'resourceviews/v1beta1/projects/';
- $this->version = 'v1beta1';
+ $this->servicePath = 'resourceviews/v1beta2/projects/';
+ $this->version = 'v1beta2';
$this->serviceName = 'resourceviews';
- $this->regionViews = new Google_Service_Resourceviews_RegionViews_Resource(
+ $this->zoneOperations = new Google_Service_Resourceviews_ZoneOperations_Resource(
$this,
$this->serviceName,
- 'regionViews',
+ 'zoneOperations',
array(
'methods' => array(
- 'addresources' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}/addResources',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'projectName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'projectName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}',
+ 'get' => array(
+ 'path' => '{project}/zones/{zone}/operations/{operation}',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'insert' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'projectName' => array(
+ 'zone' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'region' => array(
+ 'operation' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews',
+ 'path' => '{project}/zones/{zone}/operations',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'region' => array(
+ 'zone' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
+ 'filter' => array(
'location' => 'query',
- 'type' => 'integer',
- ),
- ),
- ),'listresources' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}/resources',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'projectName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
'type' => 'string',
- 'required' => true,
),
'pageToken' => array(
'location' => 'query',
@@ -190,26 +111,6 @@ public function __construct(Google_Client $client)
'type' => 'integer',
),
),
- ),'removeresources' => array(
- 'path' => '{projectName}/regions/{region}/resourceViews/{resourceViewName}/removeResources',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'projectName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'region' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'resourceViewName' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
),
)
)
@@ -220,11 +121,11 @@ public function __construct(Google_Client $client)
'zoneViews',
array(
'methods' => array(
- 'addresources' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}/addResources',
+ 'addResources' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/addResources',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -234,17 +135,17 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'delete' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}',
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
'httpMethod' => 'DELETE',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -254,17 +155,37 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}',
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'resourceView' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'getService' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/getService',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -274,17 +195,21 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
+ 'resourceName' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'insert' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews',
+ 'path' => '{project}/zones/{zone}/resourceViews',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -296,10 +221,10 @@ public function __construct(Google_Client $client)
),
),
),'list' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews',
+ 'path' => '{project}/zones/{zone}/resourceViews',
'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -318,11 +243,11 @@ public function __construct(Google_Client $client)
'type' => 'integer',
),
),
- ),'listresources' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}/resources',
- 'httpMethod' => 'POST',
+ ),'listResources' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/resources',
+ 'httpMethod' => 'GET',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -332,12 +257,16 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
+ 'listState' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'format' => array(
'location' => 'query',
'type' => 'string',
),
@@ -345,12 +274,40 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'integer',
),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'serviceName' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'removeResources' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/removeResources',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'project' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'zone' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'resourceView' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
),
- ),'removeresources' => array(
- 'path' => '{projectName}/zones/{zone}/resourceViews/{resourceViewName}/removeResources',
+ ),'setService' => array(
+ 'path' => '{project}/zones/{zone}/resourceViews/{resourceView}/setService',
'httpMethod' => 'POST',
'parameters' => array(
- 'projectName' => array(
+ 'project' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -360,7 +317,7 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'resourceViewName' => array(
+ 'resourceView' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
@@ -375,151 +332,60 @@ public function __construct(Google_Client $client)
/**
- * The "regionViews" collection of methods.
+ * The "zoneOperations" collection of methods.
* Typical usage is:
*
* An API for accessing civic information.
@@ -46,8 +46,8 @@ class Google_Service_CivicInfo extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'civicinfo/v1/';
- $this->version = 'v1';
+ $this->servicePath = 'civicinfo/v2/';
+ $this->version = 'v2';
$this->serviceName = 'civicinfo';
$this->divisions = new Google_Service_CivicInfo_Divisions_Resource(
@@ -57,7 +57,7 @@ public function __construct(Google_Client $client)
array(
'methods' => array(
'search' => array(
- 'path' => 'representatives/division_search',
+ 'path' => 'divisions',
'httpMethod' => 'GET',
'parameters' => array(
'query' => array(
@@ -80,14 +80,18 @@ public function __construct(Google_Client $client)
'httpMethod' => 'GET',
'parameters' => array(),
),'voterInfoQuery' => array(
- 'path' => 'voterinfo/{electionId}/lookup',
- 'httpMethod' => 'POST',
+ 'path' => 'voterinfo',
+ 'httpMethod' => 'GET',
'parameters' => array(
- 'electionId' => array(
- 'location' => 'path',
+ 'address' => array(
+ 'location' => 'query',
'type' => 'string',
'required' => true,
),
+ 'electionId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'officialOnly' => array(
'location' => 'query',
'type' => 'boolean',
@@ -103,22 +107,52 @@ public function __construct(Google_Client $client)
'representatives',
array(
'methods' => array(
- 'representativeInfoQuery' => array(
- 'path' => 'representatives/lookup',
- 'httpMethod' => 'POST',
+ 'representativeInfoByAddress' => array(
+ 'path' => 'representatives',
+ 'httpMethod' => 'GET',
'parameters' => array(
- 'ocdId' => array(
+ 'includeOffices' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'levels' => array(
'location' => 'query',
'type' => 'string',
+ 'repeated' => true,
),
- 'includeOffices' => array(
+ 'roles' => array(
'location' => 'query',
- 'type' => 'boolean',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'address' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'representativeInfoByDivision' => array(
+ 'path' => 'representatives/{ocdId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'ocdId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'levels' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
),
'recursive' => array(
'location' => 'query',
'type' => 'boolean',
),
+ 'roles' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
),
),
)
@@ -187,19 +221,20 @@ public function electionQuery($optParams = array())
* Looks up information relevant to a voter based on the voter's registered
* address. (elections.voterInfoQuery)
*
- * @param string $electionId
- * The unique ID of the election to look up. A list of election IDs can be obtained at
- * https://www.googleapis.com/civicinfo/{version}/elections
- * @param Google_VoterInfoRequest $postBody
+ * @param string $address
+ * The registered address of the voter to look up.
* @param array $optParams Optional parameters.
*
+ * @opt_param string electionId
+ * The unique ID of the election to look up. A list of election IDs can be obtained at
+ * https://www.googleapis.com/civicinfo/{version}/elections
* @opt_param bool officialOnly
* If set to true, only data from official state sources will be returned.
* @return Google_Service_CivicInfo_VoterInfoResponse
*/
- public function voterInfoQuery($electionId, Google_Service_CivicInfo_VoterInfoRequest $postBody, $optParams = array())
+ public function voterInfoQuery($address, $optParams = array())
{
- $params = array('electionId' => $electionId, 'postBody' => $postBody);
+ $params = array('address' => $address);
$params = array_merge($params, $optParams);
return $this->call('voterInfoQuery', array($params), "Google_Service_CivicInfo_VoterInfoResponse");
}
@@ -217,30 +252,55 @@ class Google_Service_CivicInfo_Representatives_Resource extends Google_Service_R
{
/**
- * Looks up political geography and representative information based on an
- * address or Open Civic Data division identifier.
- * (representatives.representativeInfoQuery)
+ * Looks up political geography and representative information for a single
+ * address. (representatives.representativeInfoByAddress)
*
- * @param Google_RepresentativeInfoRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string ocdId
- * The division to look up. May only be specified if the address field is not given in the request
- * body.
* @opt_param bool includeOffices
* Whether to return information about offices and officials. If false, only the top-level district
* information will be returned.
- * @opt_param bool recursive
- * When ocd_id is supplied, return all divisions which are hierarchically nested within the queried
- * division. For example, if querying ocd-division/country:us/district:dc, this would also return
- * all DC's wards and ANCs.
+ * @opt_param string levels
+ * A list of office levels to filter by. Only offices that serve at least one of these levels will
+ * be returned. Divisions that don't contain a matching office will not be returned.
+ * @opt_param string roles
+ * A list of office roles to filter by. Only offices fulfilling one of these roles will be
+ * returned. Divisions that don't contain a matching office will not be returned.
+ * @opt_param string address
+ * The address to look up. May only be specified if the field ocdId is not given in the URL.
* @return Google_Service_CivicInfo_RepresentativeInfoResponse
*/
- public function representativeInfoQuery(Google_Service_CivicInfo_RepresentativeInfoRequest $postBody, $optParams = array())
+ public function representativeInfoByAddress($optParams = array())
{
- $params = array('postBody' => $postBody);
+ $params = array();
$params = array_merge($params, $optParams);
- return $this->call('representativeInfoQuery', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse");
+ return $this->call('representativeInfoByAddress', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse");
+ }
+ /**
+ * Looks up representative information for a single geographic division.
+ * (representatives.representativeInfoByDivision)
+ *
+ * @param string $ocdId
+ * The Open Civic Data division identifier of the division to look up.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string levels
+ * A list of office levels to filter by. Only offices that serve at least one of these levels will
+ * be returned. Divisions that don't contain a matching office will not be returned.
+ * @opt_param bool recursive
+ * If true, information about all divisions contained in the division requested will be included as
+ * well. For example, if querying ocd-division/country:us/district:dc, this would also return all
+ * DC's wards and ANCs.
+ * @opt_param string roles
+ * A list of office roles to filter by. Only offices fulfilling one of these roles will be
+ * returned. Divisions that don't contain a matching office will not be returned.
+ * @return Google_Service_CivicInfo_RepresentativeInfoData
+ */
+ public function representativeInfoByDivision($ocdId, $optParams = array())
+ {
+ $params = array('ocdId' => $ocdId);
+ $params = array_merge($params, $optParams);
+ return $this->call('representativeInfoByDivision', array($params), "Google_Service_CivicInfo_RepresentativeInfoData");
}
}
@@ -599,6 +659,7 @@ class Google_Service_CivicInfo_Contest extends Google_Collection
public $referendumSubtitle;
public $referendumTitle;
public $referendumUrl;
+ public $roles;
protected $sourcesType = 'Google_Service_CivicInfo_Source';
protected $sourcesDataType = 'array';
public $special;
@@ -734,6 +795,16 @@ public function getReferendumUrl()
return $this->referendumUrl;
}
+ public function setRoles($roles)
+ {
+ $this->roles = $roles;
+ }
+
+ public function getRoles()
+ {
+ return $this->roles;
+ }
+
public function setSources($sources)
{
$this->sources = $sources;
@@ -771,7 +842,6 @@ class Google_Service_CivicInfo_DivisionSearchResponse extends Google_Collection
public $kind;
protected $resultsType = 'Google_Service_CivicInfo_DivisionSearchResult';
protected $resultsDataType = 'array';
- public $status;
public function setKind($kind)
{
@@ -792,16 +862,6 @@ public function getResults()
{
return $this->results;
}
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
}
class Google_Service_CivicInfo_DivisionSearchResult extends Google_Collection
@@ -1005,11 +1065,10 @@ public function getScope()
class Google_Service_CivicInfo_GeographicDivision extends Google_Collection
{
- protected $collection_key = 'officeIds';
+ protected $collection_key = 'officeIndices';
public $alsoKnownAs;
public $name;
- public $officeIds;
- public $scope;
+ public $officeIndices;
public function setAlsoKnownAs($alsoKnownAs)
{
@@ -1031,24 +1090,14 @@ public function getName()
return $this->name;
}
- public function setOfficeIds($officeIds)
- {
- $this->officeIds = $officeIds;
- }
-
- public function getOfficeIds()
+ public function setOfficeIndices($officeIndices)
{
- return $this->officeIds;
+ $this->officeIndices = $officeIndices;
}
- public function setScope($scope)
+ public function getOfficeIndices()
{
- $this->scope = $scope;
- }
-
- public function getScope()
- {
- return $this->scope;
+ return $this->officeIndices;
}
}
@@ -1056,9 +1105,10 @@ class Google_Service_CivicInfo_Office extends Google_Collection
{
protected $collection_key = 'sources';
public $divisionId;
- public $level;
+ public $levels;
public $name;
- public $officialIds;
+ public $officialIndices;
+ public $roles;
protected $sourcesType = 'Google_Service_CivicInfo_Source';
protected $sourcesDataType = 'array';
@@ -1072,14 +1122,14 @@ public function getDivisionId()
return $this->divisionId;
}
- public function setLevel($level)
+ public function setLevels($levels)
{
- $this->level = $level;
+ $this->levels = $levels;
}
- public function getLevel()
+ public function getLevels()
{
- return $this->level;
+ return $this->levels;
}
public function setName($name)
@@ -1092,14 +1142,24 @@ public function getName()
return $this->name;
}
- public function setOfficialIds($officialIds)
+ public function setOfficialIndices($officialIndices)
+ {
+ $this->officialIndices = $officialIndices;
+ }
+
+ public function getOfficialIndices()
{
- $this->officialIds = $officialIds;
+ return $this->officialIndices;
}
- public function getOfficialIds()
+ public function setRoles($roles)
{
- return $this->officialIds;
+ $this->roles = $roles;
+ }
+
+ public function getRoles()
+ {
+ return $this->roles;
}
public function setSources($sources)
@@ -1314,33 +1374,64 @@ public function getVoterServices()
}
}
-class Google_Service_CivicInfo_RepresentativeInfoRequest extends Google_Model
+class Google_Service_CivicInfo_RepresentativeInfoData extends Google_Collection
{
- public $address;
+ protected $collection_key = 'officials';
+ protected $divisionsType = 'Google_Service_CivicInfo_GeographicDivision';
+ protected $divisionsDataType = 'map';
+ protected $officesType = 'Google_Service_CivicInfo_Office';
+ protected $officesDataType = 'array';
+ protected $officialsType = 'Google_Service_CivicInfo_Official';
+ protected $officialsDataType = 'array';
- public function setAddress($address)
+ public function setDivisions($divisions)
{
- $this->address = $address;
+ $this->divisions = $divisions;
}
- public function getAddress()
+ public function getDivisions()
{
- return $this->address;
+ return $this->divisions;
+ }
+
+ public function setOffices($offices)
+ {
+ $this->offices = $offices;
+ }
+
+ public function getOffices()
+ {
+ return $this->offices;
+ }
+
+ public function setOfficials($officials)
+ {
+ $this->officials = $officials;
+ }
+
+ public function getOfficials()
+ {
+ return $this->officials;
}
}
-class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Model
+class Google_Service_CivicInfo_RepresentativeInfoDataDivisions extends Google_Model
+{
+
+}
+
+class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Collection
{
+ protected $collection_key = 'officials';
protected $divisionsType = 'Google_Service_CivicInfo_GeographicDivision';
protected $divisionsDataType = 'map';
public $kind;
protected $normalizedInputType = 'Google_Service_CivicInfo_SimpleAddressType';
protected $normalizedInputDataType = '';
protected $officesType = 'Google_Service_CivicInfo_Office';
- protected $officesDataType = 'map';
+ protected $officesDataType = 'array';
protected $officialsType = 'Google_Service_CivicInfo_Official';
- protected $officialsDataType = 'map';
- public $status;
+ protected $officialsDataType = 'array';
public function setDivisions($divisions)
{
@@ -1391,16 +1482,6 @@ public function getOfficials()
{
return $this->officials;
}
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
}
class Google_Service_CivicInfo_RepresentativeInfoResponseDivisions extends Google_Model
@@ -1408,16 +1489,6 @@ class Google_Service_CivicInfo_RepresentativeInfoResponseDivisions extends Googl
}
-class Google_Service_CivicInfo_RepresentativeInfoResponseOffices extends Google_Model
-{
-
-}
-
-class Google_Service_CivicInfo_RepresentativeInfoResponseOfficials extends Google_Model
-{
-
-}
-
class Google_Service_CivicInfo_SimpleAddressType extends Google_Model
{
public $city;
@@ -1525,21 +1596,6 @@ public function getOfficial()
}
}
-class Google_Service_CivicInfo_VoterInfoRequest extends Google_Model
-{
- public $address;
-
- public function setAddress($address)
- {
- $this->address = $address;
- }
-
- public function getAddress()
- {
- return $this->address;
- }
-}
-
class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
{
protected $collection_key = 'state';
@@ -1552,11 +1608,12 @@ class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
public $kind;
protected $normalizedInputType = 'Google_Service_CivicInfo_SimpleAddressType';
protected $normalizedInputDataType = '';
+ protected $otherElectionsType = 'Google_Service_CivicInfo_Election';
+ protected $otherElectionsDataType = 'array';
protected $pollingLocationsType = 'Google_Service_CivicInfo_PollingLocation';
protected $pollingLocationsDataType = 'array';
protected $stateType = 'Google_Service_CivicInfo_AdministrationRegion';
protected $stateDataType = 'array';
- public $status;
public function setContests($contests)
{
@@ -1608,6 +1665,16 @@ public function getNormalizedInput()
return $this->normalizedInput;
}
+ public function setOtherElections($otherElections)
+ {
+ $this->otherElections = $otherElections;
+ }
+
+ public function getOtherElections()
+ {
+ return $this->otherElections;
+ }
+
public function setPollingLocations($pollingLocations)
{
$this->pollingLocations = $pollingLocations;
@@ -1627,14 +1694,4 @@ public function getState()
{
return $this->state;
}
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
}
From b01bb42aad69b539dc108e6449b9e48596ca056a Mon Sep 17 00:00:00 2001
From: Silvano Luciani Foo! Foo!
- * For more information about this service, see the API
- * Documentation
- *
* $resourceviewsService = new Google_Service_Resourceviews(...);
- * $regionViews = $resourceviewsService->regionViews;
+ * $zoneOperations = $resourceviewsService->zoneOperations;
*
*/
-class Google_Service_Resourceviews_RegionViews_Resource extends Google_Service_Resource
+class Google_Service_Resourceviews_ZoneOperations_Resource extends Google_Service_Resource
{
/**
- * Add resources to the view. (regionViews.addresources)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
- * @param Google_RegionViewsAddResourcesRequest $postBody
- * @param array $optParams Optional parameters.
- */
- public function addresources($projectName, $region, $resourceViewName, Google_Service_Resourceviews_RegionViewsAddResourcesRequest $postBody, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('addresources', array($params));
- }
- /**
- * Delete a resource view. (regionViews.delete)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
- * @param array $optParams Optional parameters.
- */
- public function delete($projectName, $region, $resourceViewName, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Get the information of a resource view. (regionViews.get)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Resourceviews_ResourceView
- */
- public function get($projectName, $region, $resourceViewName, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView");
- }
- /**
- * Create a resource view. (regionViews.insert)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param Google_ResourceView $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Resourceviews_RegionViewsInsertResponse
- */
- public function insert($projectName, $region, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Resourceviews_RegionViewsInsertResponse");
- }
- /**
- * List resource views. (regionViews.listRegionViews)
+ * Retrieves the specified zone-specific operation resource.
+ * (zoneOperations.get)
*
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
+ * @param string $operation
+ * Name of the operation resource to return.
* @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
- * 5000)
- * @return Google_Service_Resourceviews_RegionViewsListResponse
+ * @return Google_Service_Resourceviews_Operation
*/
- public function listRegionViews($projectName, $region, $optParams = array())
+ public function get($project, $zone, $operation, $optParams = array())
{
- $params = array('projectName' => $projectName, 'region' => $region);
+ $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Resourceviews_RegionViewsListResponse");
+ return $this->call('get', array($params), "Google_Service_Resourceviews_Operation");
}
/**
- * List the resources in the view. (regionViews.listresources)
+ * Retrieves the list of operation resources contained within the specified
+ * zone. (zoneOperations.listZoneOperations)
*
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
* @param array $optParams Optional parameters.
*
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
* @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
- * 5000)
- * @return Google_Service_Resourceviews_RegionViewsListResourcesResponse
- */
- public function listresources($projectName, $region, $resourceViewName, $optParams = array())
- {
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName);
- $params = array_merge($params, $optParams);
- return $this->call('listresources', array($params), "Google_Service_Resourceviews_RegionViewsListResourcesResponse");
- }
- /**
- * Remove resources from the view. (regionViews.removeresources)
- *
- * @param string $projectName
- * The project name of the resource view.
- * @param string $region
- * The region name of the resource view.
- * @param string $resourceViewName
- * The name of the resource view.
- * @param Google_RegionViewsRemoveResourcesRequest $postBody
- * @param array $optParams Optional parameters.
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Resourceviews_OperationList
*/
- public function removeresources($projectName, $region, $resourceViewName, Google_Service_Resourceviews_RegionViewsRemoveResourcesRequest $postBody, $optParams = array())
+ public function listZoneOperations($project, $zone, $optParams = array())
{
- $params = array('projectName' => $projectName, 'region' => $region, 'resourceViewName' => $resourceViewName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('removeresources', array($params));
+ return $this->call('list', array($params), "Google_Service_Resourceviews_OperationList");
}
}
@@ -535,79 +401,103 @@ class Google_Service_Resourceviews_ZoneViews_Resource extends Google_Service_Res
{
/**
- * Add resources to the view. (zoneViews.addresources)
+ * Add resources to the view. (zoneViews.addResources)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param Google_ZoneViewsAddResourcesRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Resourceviews_Operation
*/
- public function addresources($projectName, $zone, $resourceViewName, Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody, $optParams = array())
+ public function addResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsAddResourcesRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('addresources', array($params));
+ return $this->call('addResources', array($params), "Google_Service_Resourceviews_Operation");
}
/**
* Delete a resource view. (zoneViews.delete)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param array $optParams Optional parameters.
+ * @return Google_Service_Resourceviews_Operation
*/
- public function delete($projectName, $zone, $resourceViewName, $optParams = array())
+ public function delete($project, $zone, $resourceView, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ return $this->call('delete', array($params), "Google_Service_Resourceviews_Operation");
}
/**
* Get the information of a zonal resource view. (zoneViews.get)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_ResourceView
*/
- public function get($projectName, $zone, $resourceViewName, $optParams = array())
+ public function get($project, $zone, $resourceView, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView");
}
+ /**
+ * Get the service information of a resource view or a resource.
+ * (zoneViews.getService)
+ *
+ * @param string $project
+ * The project name of the resource view.
+ * @param string $zone
+ * The zone name of the resource view.
+ * @param string $resourceView
+ * The name of the resource view.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string resourceName
+ * The name of the resource if user wants to get the service information of the resource.
+ * @return Google_Service_Resourceviews_ZoneViewsGetServiceResponse
+ */
+ public function getService($project, $zone, $resourceView, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
+ $params = array_merge($params, $optParams);
+ return $this->call('getService', array($params), "Google_Service_Resourceviews_ZoneViewsGetServiceResponse");
+ }
/**
* Create a resource view. (zoneViews.insert)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
* @param Google_ResourceView $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Resourceviews_ZoneViewsInsertResponse
+ * @return Google_Service_Resourceviews_Operation
*/
- public function insert($projectName, $zone, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array())
+ public function insert($project, $zone, Google_Service_Resourceviews_ResourceView $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Resourceviews_ZoneViewsInsertResponse");
+ return $this->call('insert', array($params), "Google_Service_Resourceviews_Operation");
}
/**
* List resource views. (zoneViews.listZoneViews)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
@@ -619,56 +509,86 @@ public function insert($projectName, $zone, Google_Service_Resourceviews_Resourc
* @opt_param int maxResults
* Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
* 5000)
- * @return Google_Service_Resourceviews_ZoneViewsListResponse
+ * @return Google_Service_Resourceviews_ZoneViewsList
*/
- public function listZoneViews($projectName, $zone, $optParams = array())
+ public function listZoneViews($project, $zone, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsListResponse");
+ return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsList");
}
/**
- * List the resources of the resource view. (zoneViews.listresources)
+ * List the resources of the resource view. (zoneViews.listResources)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
+ * @opt_param string listState
+ * The state of the instance to list. By default, it lists all instances.
+ * @opt_param string format
+ * The requested format of the return value. It can be URL or URL_PORT. A JSON object will be
+ * included in the response based on the format. The default format is NONE, which results in no
+ * JSON in the response.
* @opt_param int maxResults
* Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
* 5000)
+ * @opt_param string pageToken
+ * Specifies a nextPageToken returned by a previous list request. This token can be used to request
+ * the next page of results from a previous list request.
+ * @opt_param string serviceName
+ * The service name to return in the response. It is optional and if it is not set, all the service
+ * end points will be returned.
* @return Google_Service_Resourceviews_ZoneViewsListResourcesResponse
*/
- public function listresources($projectName, $zone, $resourceViewName, $optParams = array())
+ public function listResources($project, $zone, $resourceView, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView);
$params = array_merge($params, $optParams);
- return $this->call('listresources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse");
+ return $this->call('listResources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse");
}
/**
- * Remove resources from the view. (zoneViews.removeresources)
+ * Remove resources from the view. (zoneViews.removeResources)
*
- * @param string $projectName
+ * @param string $project
* The project name of the resource view.
* @param string $zone
* The zone name of the resource view.
- * @param string $resourceViewName
+ * @param string $resourceView
* The name of the resource view.
* @param Google_ZoneViewsRemoveResourcesRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Resourceviews_Operation
+ */
+ public function removeResources($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('removeResources', array($params), "Google_Service_Resourceviews_Operation");
+ }
+ /**
+ * Update the service information of a resource view or a resource.
+ * (zoneViews.setService)
+ *
+ * @param string $project
+ * The project name of the resource view.
+ * @param string $zone
+ * The zone name of the resource view.
+ * @param string $resourceView
+ * The name of the resource view.
+ * @param Google_ZoneViewsSetServiceRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Resourceviews_Operation
*/
- public function removeresources($projectName, $zone, $resourceViewName, Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest $postBody, $optParams = array())
+ public function setService($project, $zone, $resourceView, Google_Service_Resourceviews_ZoneViewsSetServiceRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'resourceViewName' => $resourceViewName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'resourceView' => $resourceView, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('removeresources', array($params));
+ return $this->call('setService', array($params), "Google_Service_Resourceviews_Operation");
}
}
@@ -701,28 +621,22 @@ public function getValue()
}
}
-class Google_Service_Resourceviews_RegionViewsAddResourcesRequest extends Google_Collection
+class Google_Service_Resourceviews_ListResourceResponseItem extends Google_Model
{
- protected $collection_key = 'resources';
- public $resources;
+ public $endpoints;
+ public $resource;
- public function setResources($resources)
+ public function setEndpoints($endpoints)
{
- $this->resources = $resources;
+ $this->endpoints = $endpoints;
}
- public function getResources()
+ public function getEndpoints()
{
- return $this->resources;
+ return $this->endpoints;
}
-}
-
-class Google_Service_Resourceviews_RegionViewsInsertResponse extends Google_Model
-{
- protected $resourceType = 'Google_Service_Resourceviews_ResourceView';
- protected $resourceDataType = '';
- public function setResource(Google_Service_Resourceviews_ResourceView $resource)
+ public function setResource($resource)
{
$this->resource = $resource;
}
@@ -733,100 +647,466 @@ public function getResource()
}
}
-class Google_Service_Resourceviews_RegionViewsListResourcesResponse extends Google_Collection
+class Google_Service_Resourceviews_ListResourceResponseItemEndpoints extends Google_Model
{
- protected $collection_key = 'members';
- public $members;
- public $nextPageToken;
- public function setMembers($members)
+}
+
+class Google_Service_Resourceviews_Operation extends Google_Collection
+{
+ protected $collection_key = 'warnings';
+ public $clientOperationId;
+ public $creationTimestamp;
+ public $endTime;
+ protected $errorType = 'Google_Service_Resourceviews_OperationError';
+ protected $errorDataType = '';
+ public $httpErrorMessage;
+ public $httpErrorStatusCode;
+ public $id;
+ public $insertTime;
+ public $kind;
+ public $name;
+ public $operationType;
+ public $progress;
+ public $region;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $statusMessage;
+ public $targetId;
+ public $targetLink;
+ public $user;
+ protected $warningsType = 'Google_Service_Resourceviews_OperationWarnings';
+ protected $warningsDataType = 'array';
+ public $zone;
+
+ public function setClientOperationId($clientOperationId)
{
- $this->members = $members;
+ $this->clientOperationId = $clientOperationId;
}
- public function getMembers()
+ public function getClientOperationId()
{
- return $this->members;
+ return $this->clientOperationId;
}
- public function setNextPageToken($nextPageToken)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->nextPageToken = $nextPageToken;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getNextPageToken()
+ public function getCreationTimestamp()
{
- return $this->nextPageToken;
+ return $this->creationTimestamp;
}
-}
-class Google_Service_Resourceviews_RegionViewsListResponse extends Google_Collection
-{
- protected $collection_key = 'resourceViews';
- public $nextPageToken;
- protected $resourceViewsType = 'Google_Service_Resourceviews_ResourceView';
- protected $resourceViewsDataType = 'array';
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
- public function setNextPageToken($nextPageToken)
+ public function getEndTime()
{
- $this->nextPageToken = $nextPageToken;
+ return $this->endTime;
}
- public function getNextPageToken()
+ public function setError(Google_Service_Resourceviews_OperationError $error)
{
- return $this->nextPageToken;
+ $this->error = $error;
}
- public function setResourceViews($resourceViews)
+ public function getError()
{
- $this->resourceViews = $resourceViews;
+ return $this->error;
}
- public function getResourceViews()
+ public function setHttpErrorMessage($httpErrorMessage)
{
- return $this->resourceViews;
+ $this->httpErrorMessage = $httpErrorMessage;
}
-}
-class Google_Service_Resourceviews_RegionViewsRemoveResourcesRequest extends Google_Collection
-{
- protected $collection_key = 'resources';
- public $resources;
+ public function getHttpErrorMessage()
+ {
+ return $this->httpErrorMessage;
+ }
- public function setResources($resources)
+ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
- $this->resources = $resources;
+ $this->httpErrorStatusCode = $httpErrorStatusCode;
}
- public function getResources()
+ public function getHttpErrorStatusCode()
{
- return $this->resources;
+ return $this->httpErrorStatusCode;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setInsertTime($insertTime)
+ {
+ $this->insertTime = $insertTime;
+ }
+
+ public function getInsertTime()
+ {
+ return $this->insertTime;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setOperationType($operationType)
+ {
+ $this->operationType = $operationType;
+ }
+
+ public function getOperationType()
+ {
+ return $this->operationType;
+ }
+
+ public function setProgress($progress)
+ {
+ $this->progress = $progress;
+ }
+
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+
+ public function getRegion()
+ {
+ return $this->region;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+ public function setStatusMessage($statusMessage)
+ {
+ $this->statusMessage = $statusMessage;
+ }
+
+ public function getStatusMessage()
+ {
+ return $this->statusMessage;
+ }
+
+ public function setTargetId($targetId)
+ {
+ $this->targetId = $targetId;
+ }
+
+ public function getTargetId()
+ {
+ return $this->targetId;
+ }
+
+ public function setTargetLink($targetLink)
+ {
+ $this->targetLink = $targetLink;
+ }
+
+ public function getTargetLink()
+ {
+ return $this->targetLink;
+ }
+
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+
+ public function getUser()
+ {
+ return $this->user;
+ }
+
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+
+ public function getZone()
+ {
+ return $this->zone;
+ }
+}
+
+class Google_Service_Resourceviews_OperationError extends Google_Collection
+{
+ protected $collection_key = 'errors';
+ protected $errorsType = 'Google_Service_Resourceviews_OperationErrorErrors';
+ protected $errorsDataType = 'array';
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Resourceviews_OperationErrorErrors extends Google_Model
+{
+ public $code;
+ public $location;
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+
+ public function getLocation()
+ {
+ return $this->location;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Resourceviews_OperationList extends Google_Collection
+{
+ protected $collection_key = 'items';
+ public $id;
+ protected $itemsType = 'Google_Service_Resourceviews_Operation';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Resourceviews_OperationWarnings extends Google_Collection
+{
+ protected $collection_key = 'data';
+ public $code;
+ protected $dataType = 'Google_Service_Resourceviews_OperationWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+
+ public function getCode()
+ {
+ return $this->code;
+ }
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+
+ public function getData()
+ {
+ return $this->data;
+ }
+
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Resourceviews_OperationWarningsData extends Google_Model
+{
+ public $key;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
}
}
class Google_Service_Resourceviews_ResourceView extends Google_Collection
{
- protected $collection_key = 'members';
- public $creationTime;
+ protected $collection_key = 'resources';
+ public $creationTimestamp;
public $description;
+ protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
+ protected $endpointsDataType = 'array';
+ public $fingerprint;
public $id;
public $kind;
protected $labelsType = 'Google_Service_Resourceviews_Label';
protected $labelsDataType = 'array';
- public $lastModified;
- public $members;
public $name;
- public $numMembers;
+ public $network;
+ public $resources;
public $selfLink;
+ public $size;
- public function setCreationTime($creationTime)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->creationTime = $creationTime;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getCreationTime()
+ public function getCreationTimestamp()
{
- return $this->creationTime;
+ return $this->creationTimestamp;
}
public function setDescription($description)
@@ -839,6 +1119,26 @@ public function getDescription()
return $this->description;
}
+ public function setEndpoints($endpoints)
+ {
+ $this->endpoints = $endpoints;
+ }
+
+ public function getEndpoints()
+ {
+ return $this->endpoints;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
public function setId($id)
{
$this->id = $id;
@@ -869,54 +1169,80 @@ public function getLabels()
return $this->labels;
}
- public function setLastModified($lastModified)
+ public function setName($name)
{
- $this->lastModified = $lastModified;
+ $this->name = $name;
}
- public function getLastModified()
+ public function getName()
{
- return $this->lastModified;
+ return $this->name;
}
- public function setMembers($members)
+ public function setNetwork($network)
{
- $this->members = $members;
+ $this->network = $network;
}
- public function getMembers()
+ public function getNetwork()
{
- return $this->members;
+ return $this->network;
}
- public function setName($name)
+ public function setResources($resources)
{
- $this->name = $name;
+ $this->resources = $resources;
}
- public function getName()
+ public function getResources()
{
- return $this->name;
+ return $this->resources;
}
- public function setNumMembers($numMembers)
+ public function setSelfLink($selfLink)
{
- $this->numMembers = $numMembers;
+ $this->selfLink = $selfLink;
}
- public function getNumMembers()
+ public function getSelfLink()
{
- return $this->numMembers;
+ return $this->selfLink;
}
- public function setSelfLink($selfLink)
+ public function setSize($size)
{
- $this->selfLink = $selfLink;
+ $this->size = $size;
}
- public function getSelfLink()
+ public function getSize()
{
- return $this->selfLink;
+ return $this->size;
+ }
+}
+
+class Google_Service_Resourceviews_ServiceEndpoint extends Google_Model
+{
+ public $name;
+ public $port;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setPort($port)
+ {
+ $this->port = $port;
+ }
+
+ public function getPort()
+ {
+ return $this->port;
}
}
@@ -936,36 +1262,61 @@ public function getResources()
}
}
-class Google_Service_Resourceviews_ZoneViewsInsertResponse extends Google_Model
+class Google_Service_Resourceviews_ZoneViewsGetServiceResponse extends Google_Collection
{
- protected $resourceType = 'Google_Service_Resourceviews_ResourceView';
- protected $resourceDataType = '';
+ protected $collection_key = 'endpoints';
+ protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
+ protected $endpointsDataType = 'array';
+ public $fingerprint;
- public function setResource(Google_Service_Resourceviews_ResourceView $resource)
+ public function setEndpoints($endpoints)
{
- $this->resource = $resource;
+ $this->endpoints = $endpoints;
}
- public function getResource()
+ public function getEndpoints()
{
- return $this->resource;
+ return $this->endpoints;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
}
}
-class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google_Collection
+class Google_Service_Resourceviews_ZoneViewsList extends Google_Collection
{
- protected $collection_key = 'members';
- public $members;
+ protected $collection_key = 'items';
+ protected $itemsType = 'Google_Service_Resourceviews_ResourceView';
+ protected $itemsDataType = 'array';
+ public $kind;
public $nextPageToken;
+ public $selfLink;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
- public function setMembers($members)
+ public function getItems()
{
- $this->members = $members;
+ return $this->items;
}
- public function getMembers()
+ public function setKind($kind)
{
- return $this->members;
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
}
public function setNextPageToken($nextPageToken)
@@ -977,33 +1328,54 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
}
-class Google_Service_Resourceviews_ZoneViewsListResponse extends Google_Collection
+class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google_Collection
{
- protected $collection_key = 'resourceViews';
+ protected $collection_key = 'items';
+ protected $itemsType = 'Google_Service_Resourceviews_ListResourceResponseItem';
+ protected $itemsDataType = 'array';
+ public $network;
public $nextPageToken;
- protected $resourceViewsType = 'Google_Service_Resourceviews_ResourceView';
- protected $resourceViewsDataType = 'array';
- public function setNextPageToken($nextPageToken)
+ public function setItems($items)
{
- $this->nextPageToken = $nextPageToken;
+ $this->items = $items;
}
- public function getNextPageToken()
+ public function getItems()
{
- return $this->nextPageToken;
+ return $this->items;
+ }
+
+ public function setNetwork($network)
+ {
+ $this->network = $network;
}
- public function setResourceViews($resourceViews)
+ public function getNetwork()
{
- $this->resourceViews = $resourceViews;
+ return $this->network;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
}
- public function getResourceViews()
+ public function getNextPageToken()
{
- return $this->resourceViews;
+ return $this->nextPageToken;
}
}
@@ -1022,3 +1394,42 @@ public function getResources()
return $this->resources;
}
}
+
+class Google_Service_Resourceviews_ZoneViewsSetServiceRequest extends Google_Collection
+{
+ protected $collection_key = 'endpoints';
+ protected $endpointsType = 'Google_Service_Resourceviews_ServiceEndpoint';
+ protected $endpointsDataType = 'array';
+ public $fingerprint;
+ public $resourceName;
+
+ public function setEndpoints($endpoints)
+ {
+ $this->endpoints = $endpoints;
+ }
+
+ public function getEndpoints()
+ {
+ return $this->endpoints;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setResourceName($resourceName)
+ {
+ $this->resourceName = $resourceName;
+ }
+
+ public function getResourceName()
+ {
+ return $this->resourceName;
+ }
+}
From 5a8805198141f28a68157624c551d3f71cb5260d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_AssetsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listAssetsPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listAssetsPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
/**
* The "layers" collection of methods.
@@ -1657,6 +1910,67 @@ public function listLayersParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_LayersPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listLayersPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listLayersPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
/**
* The "maps" collection of methods.
@@ -1850,6 +2164,68 @@ public function unpublish($id, $optParams = array())
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_MapsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listMapsPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listMapsPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
+
/**
* The "projects" collection of methods.
* Typical usage is:
@@ -2123,6 +2499,67 @@ public function listRasterCollectionsParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_RasterCollectionsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listRasterCollectionsPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listRasterCollectionsPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
/**
* The "rasters" collection of methods.
* Typical usage is:
@@ -2413,6 +2850,67 @@ public function listRastersParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_RastersPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listRastersPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listRastersPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
/**
* The "tables" collection of methods.
@@ -2771,6 +3269,67 @@ public function listTablesParents($id, $optParams = array())
return $this->call('list', array($params), "Google_Service_MapsEngine_ParentsListResponse");
}
}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $mapsengineService = new Google_Service_MapsEngine(...);
+ * $permissions = $mapsengineService->permissions;
+ *
+ */
+class Google_Service_MapsEngine_TablesPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Remove permission entries from an already existing asset.
+ * (permissions.batchDelete)
+ *
+ * @param string $id
+ * The ID of the asset from which permissions will be removed.
+ * @param Google_PermissionsBatchDeleteRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
+ */
+ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDeleteRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
+ }
+ /**
+ * Add or update permission entries to an already existing asset.
+ *
+ * An asset can hold up to 20 different permission entries. Each batchInsert
+ * request is atomic. (permissions.batchUpdate)
+ *
+ * @param string $id
+ * The ID of the asset to which permissions will be added.
+ * @param Google_PermissionsBatchUpdateRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
+ */
+ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdateRequest $postBody, $optParams = array())
+ {
+ $params = array('id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
+ }
+ /**
+ * Return all of the permissions for the specified asset.
+ * (permissions.listTablesPermissions)
+ *
+ * @param string $id
+ * The ID of the asset whose permissions will be listed.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_MapsEngine_PermissionsListResponse
+ */
+ public function listTablesPermissions($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_MapsEngine_PermissionsListResponse");
+ }
+}
@@ -2828,6 +3387,7 @@ class Google_Service_MapsEngine_Asset extends Google_Collection
public $resource;
public $tags;
public $type;
+ public $writersCanEditPermissions;
public function setBbox($bbox)
{
@@ -2958,6 +3518,16 @@ public function getType()
{
return $this->type;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
@@ -3731,6 +4301,7 @@ class Google_Service_MapsEngine_Layer extends Google_Collection
protected $styleType = 'Google_Service_MapsEngine_VectorStyle';
protected $styleDataType = '';
public $tags;
+ public $writersCanEditPermissions;
public function setBbox($bbox)
{
@@ -3921,6 +4492,16 @@ public function getTags()
{
return $this->tags;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
@@ -4062,6 +4643,7 @@ class Google_Service_MapsEngine_Map extends Google_Collection
public $publishingStatus;
public $tags;
public $versions;
+ public $writersCanEditPermissions;
public function setBbox($bbox)
{
@@ -4242,6 +4824,16 @@ public function getVersions()
{
return $this->versions;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_MapFolder extends Google_Collection
@@ -4548,6 +5140,114 @@ public function getParents()
}
}
+class Google_Service_MapsEngine_Permission extends Google_Model
+{
+ public $discoverable;
+ public $id;
+ public $role;
+ public $type;
+
+ public function setDiscoverable($discoverable)
+ {
+ $this->discoverable = $discoverable;
+ }
+
+ public function getDiscoverable()
+ {
+ return $this->discoverable;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setRole($role)
+ {
+ $this->role = $role;
+ }
+
+ public function getRole()
+ {
+ return $this->role;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_MapsEngine_PermissionsBatchDeleteRequest extends Google_Collection
+{
+ protected $collection_key = 'ids';
+ public $ids;
+
+ public function setIds($ids)
+ {
+ $this->ids = $ids;
+ }
+
+ public function getIds()
+ {
+ return $this->ids;
+ }
+}
+
+class Google_Service_MapsEngine_PermissionsBatchDeleteResponse extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_PermissionsBatchUpdateRequest extends Google_Collection
+{
+ protected $collection_key = 'permissions';
+ protected $permissionsType = 'Google_Service_MapsEngine_Permission';
+ protected $permissionsDataType = 'array';
+
+ public function setPermissions($permissions)
+ {
+ $this->permissions = $permissions;
+ }
+
+ public function getPermissions()
+ {
+ return $this->permissions;
+ }
+}
+
+class Google_Service_MapsEngine_PermissionsBatchUpdateResponse extends Google_Model
+{
+
+}
+
+class Google_Service_MapsEngine_PermissionsListResponse extends Google_Collection
+{
+ protected $collection_key = 'permissions';
+ protected $permissionsType = 'Google_Service_MapsEngine_Permission';
+ protected $permissionsDataType = 'array';
+
+ public function setPermissions($permissions)
+ {
+ $this->permissions = $permissions;
+ }
+
+ public function getPermissions()
+ {
+ return $this->permissions;
+ }
+}
+
class Google_Service_MapsEngine_PointStyle extends Google_Model
{
protected $iconType = 'Google_Service_MapsEngine_IconStyle';
@@ -4866,6 +5566,7 @@ class Google_Service_MapsEngine_Raster extends Google_Collection
public $projectId;
public $rasterType;
public $tags;
+ public $writersCanEditPermissions;
public function setAcquisitionTime(Google_Service_MapsEngine_AcquisitionTime $acquisitionTime)
{
@@ -5046,6 +5747,16 @@ public function getTags()
{
return $this->tags;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_RasterCollection extends Google_Collection
@@ -5067,6 +5778,7 @@ class Google_Service_MapsEngine_RasterCollection extends Google_Collection
public $projectId;
public $rasterType;
public $tags;
+ public $writersCanEditPermissions;
public function setAttribution($attribution)
{
@@ -5227,6 +5939,16 @@ public function getTags()
{
return $this->tags;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
@@ -5635,6 +6357,7 @@ class Google_Service_MapsEngine_Table extends Google_Collection
protected $schemaDataType = '';
public $sourceEncoding;
public $tags;
+ public $writersCanEditPermissions;
public function setBbox($bbox)
{
@@ -5805,6 +6528,16 @@ public function getTags()
{
return $this->tags;
}
+
+ public function setWritersCanEditPermissions($writersCanEditPermissions)
+ {
+ $this->writersCanEditPermissions = $writersCanEditPermissions;
+ }
+
+ public function getWritersCanEditPermissions()
+ {
+ return $this->writersCanEditPermissions;
+ }
}
class Google_Service_MapsEngine_TableColumn extends Google_Model
From 9ee04e219287be53805ecf59388e07dffcc867d2 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $adminService = new Google_Service_Directory(...);
+ * $schemas = $adminService->schemas;
+ *
+ */
+class Google_Service_Directory_Schemas_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete schema (schemas.delete)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param string $schemaKey
+ * Name or immutable Id of the schema
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($customerId, $schemaKey, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Retrieve schema (schemas.get)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param string $schemaKey
+ * Name or immutable Id of the schema
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schema
+ */
+ public function get($customerId, $schemaKey, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Directory_Schema");
+ }
+ /**
+ * Create schema. (schemas.insert)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param Google_Schema $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schema
+ */
+ public function insert($customerId, Google_Service_Directory_Schema $postBody, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Directory_Schema");
+ }
+ /**
+ * Retrieve all schemas for a customer (schemas.listSchemas)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schemas
+ */
+ public function listSchemas($customerId, $optParams = array())
+ {
+ $params = array('customerId' => $customerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Directory_Schemas");
+ }
+ /**
+ * Update schema. This method supports patch semantics. (schemas.patch)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param string $schemaKey
+ * Name or immutable Id of the schema.
+ * @param Google_Schema $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schema
+ */
+ public function patch($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Directory_Schema");
+ }
+ /**
+ * Update schema (schemas.update)
+ *
+ * @param string $customerId
+ * Immutable id of the Google Apps account
+ * @param string $schemaKey
+ * Name or immutable Id of the schema.
+ * @param Google_Schema $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Directory_Schema
+ */
+ public function update($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams = array())
+ {
+ $params = array('customerId' => $customerId, 'schemaKey' => $schemaKey, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Directory_Schema");
+ }
+}
+
/**
* The "tokens" collection of methods.
* Typical usage is:
@@ -2005,6 +2243,14 @@ public function delete($userKey, $optParams = array())
* @param string $userKey
* Email or immutable Id of the user
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string viewType
+ * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
+ * @opt_param string customFieldMask
+ * Comma-separated list of schema names. All fields from these schemas are fetched. This should
+ * only be set when projection=custom.
+ * @opt_param string projection
+ * What subset of fields to fetch for this user.
* @return Google_Service_Directory_User
*/
public function get($userKey, $optParams = array())
@@ -2040,8 +2286,13 @@ public function insert(Google_Service_Directory_User $postBody, $optParams = arr
* @opt_param string domain
* Name of the domain. Fill this field to get users from only this domain. To return all users in a
* multi-domain fill customer field instead.
+ * @opt_param string projection
+ * What subset of fields to fetch for this user.
* @opt_param string showDeleted
* If set to true retrieves the list of deleted users. Default is false
+ * @opt_param string customFieldMask
+ * Comma-separated list of schema names. All fields from these schemas are fetched. This should
+ * only be set when projection=custom.
* @opt_param int maxResults
* Maximum number of results to return. Default is 100. Max allowed is 500
* @opt_param string pageToken
@@ -2049,9 +2300,10 @@ public function insert(Google_Service_Directory_User $postBody, $optParams = arr
* @opt_param string sortOrder
* Whether to return results in ascending or descending order.
* @opt_param string query
- * Query string search. Should be of the form "" where field can be any of supported fields,
- * operators can be one of '=' for exact match or ':' for prefix match. For prefix match, the value
- * should always be followed by a *.
+ * Query string search. Should be of the form "". Complete documentation is at
+ * https://developers.google.com/admin-sdk/directory/v1/guides/search-users
+ * @opt_param string viewType
+ * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
* @opt_param string event
* Event on which subscription is intended (if subscribing)
* @return Google_Service_Directory_Users
@@ -2134,8 +2386,13 @@ public function update($userKey, Google_Service_Directory_User $postBody, $optPa
* @opt_param string domain
* Name of the domain. Fill this field to get users from only this domain. To return all users in a
* multi-domain fill customer field instead.
+ * @opt_param string projection
+ * What subset of fields to fetch for this user.
* @opt_param string showDeleted
* If set to true retrieves the list of deleted users. Default is false
+ * @opt_param string customFieldMask
+ * Comma-separated list of schema names. All fields from these schemas are fetched. This should
+ * only be set when projection=custom.
* @opt_param int maxResults
* Maximum number of results to return. Default is 100. Max allowed is 500
* @opt_param string pageToken
@@ -2143,9 +2400,10 @@ public function update($userKey, Google_Service_Directory_User $postBody, $optPa
* @opt_param string sortOrder
* Whether to return results in ascending or descending order.
* @opt_param string query
- * Query string search. Should be of the form "" where field can be any of supported fields,
- * operators can be one of '=' for exact match or ':' for prefix match. For prefix match, the value
- * should always be followed by a *.
+ * Query string search. Should be of the form "". Complete documentation is at
+ * https://developers.google.com/admin-sdk/directory/v1/guides/search-users
+ * @opt_param string viewType
+ * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
* @opt_param string event
* Event on which subscription is intended (if subscribing)
* @return Google_Service_Directory_Channel
@@ -4013,6 +4271,236 @@ public function getOrganizationUnits()
}
}
+class Google_Service_Directory_Schema extends Google_Collection
+{
+ protected $collection_key = 'fields';
+ public $etag;
+ protected $fieldsType = 'Google_Service_Directory_SchemaFieldSpec';
+ protected $fieldsDataType = 'array';
+ public $kind;
+ public $schemaId;
+ public $schemaName;
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setFields($fields)
+ {
+ $this->fields = $fields;
+ }
+
+ public function getFields()
+ {
+ return $this->fields;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setSchemaId($schemaId)
+ {
+ $this->schemaId = $schemaId;
+ }
+
+ public function getSchemaId()
+ {
+ return $this->schemaId;
+ }
+
+ public function setSchemaName($schemaName)
+ {
+ $this->schemaName = $schemaName;
+ }
+
+ public function getSchemaName()
+ {
+ return $this->schemaName;
+ }
+}
+
+class Google_Service_Directory_SchemaFieldSpec extends Google_Model
+{
+ public $etag;
+ public $fieldId;
+ public $fieldName;
+ public $fieldType;
+ public $indexed;
+ public $kind;
+ public $multiValued;
+ protected $numericIndexingSpecType = 'Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec';
+ protected $numericIndexingSpecDataType = '';
+ public $readAccessType;
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setFieldId($fieldId)
+ {
+ $this->fieldId = $fieldId;
+ }
+
+ public function getFieldId()
+ {
+ return $this->fieldId;
+ }
+
+ public function setFieldName($fieldName)
+ {
+ $this->fieldName = $fieldName;
+ }
+
+ public function getFieldName()
+ {
+ return $this->fieldName;
+ }
+
+ public function setFieldType($fieldType)
+ {
+ $this->fieldType = $fieldType;
+ }
+
+ public function getFieldType()
+ {
+ return $this->fieldType;
+ }
+
+ public function setIndexed($indexed)
+ {
+ $this->indexed = $indexed;
+ }
+
+ public function getIndexed()
+ {
+ return $this->indexed;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setMultiValued($multiValued)
+ {
+ $this->multiValued = $multiValued;
+ }
+
+ public function getMultiValued()
+ {
+ return $this->multiValued;
+ }
+
+ public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec $numericIndexingSpec)
+ {
+ $this->numericIndexingSpec = $numericIndexingSpec;
+ }
+
+ public function getNumericIndexingSpec()
+ {
+ return $this->numericIndexingSpec;
+ }
+
+ public function setReadAccessType($readAccessType)
+ {
+ $this->readAccessType = $readAccessType;
+ }
+
+ public function getReadAccessType()
+ {
+ return $this->readAccessType;
+ }
+}
+
+class Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec extends Google_Model
+{
+ public $maxValue;
+ public $minValue;
+
+ public function setMaxValue($maxValue)
+ {
+ $this->maxValue = $maxValue;
+ }
+
+ public function getMaxValue()
+ {
+ return $this->maxValue;
+ }
+
+ public function setMinValue($minValue)
+ {
+ $this->minValue = $minValue;
+ }
+
+ public function getMinValue()
+ {
+ return $this->minValue;
+ }
+}
+
+class Google_Service_Directory_Schemas extends Google_Collection
+{
+ protected $collection_key = 'schemas';
+ public $etag;
+ public $kind;
+ protected $schemasType = 'Google_Service_Directory_Schema';
+ protected $schemasDataType = 'array';
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setSchemas($schemas)
+ {
+ $this->schemas = $schemas;
+ }
+
+ public function getSchemas()
+ {
+ return $this->schemas;
+ }
+}
+
class Google_Service_Directory_Token extends Google_Collection
{
protected $collection_key = 'scopes';
@@ -4153,6 +4641,7 @@ class Google_Service_Directory_User extends Google_Collection
public $aliases;
public $changePasswordAtNextLogin;
public $creationTime;
+ public $customSchemas;
public $customerId;
public $deletionTime;
public $emails;
@@ -4231,6 +4720,16 @@ public function getCreationTime()
return $this->creationTime;
}
+ public function setCustomSchemas($customSchemas)
+ {
+ $this->customSchemas = $customSchemas;
+ }
+
+ public function getCustomSchemas()
+ {
+ return $this->customSchemas;
+ }
+
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
@@ -4639,6 +5138,16 @@ public function getType()
}
}
+class Google_Service_Directory_UserCustomProperties extends Google_Model
+{
+
+}
+
+class Google_Service_Directory_UserCustomSchemas extends Google_Model
+{
+
+}
+
class Google_Service_Directory_UserEmail extends Google_Model
{
public $address;
From 5bb4c3d2fc8d03058ba9e9e545336ff7c2a04d2b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $computeService = new Google_Service_Compute(...);
+ * $instanceTemplates = $computeService->instanceTemplates;
+ *
+ */
+class Google_Service_Compute_InstanceTemplates_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the specified instance template resource. (instanceTemplates.delete)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $instanceTemplate
+ * Name of the instance template resource to delete.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function delete($project, $instanceTemplate, $optParams = array())
+ {
+ $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Returns the specified instance template resource. (instanceTemplates.get)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $instanceTemplate
+ * Name of the instance template resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_InstanceTemplate
+ */
+ public function get($project, $instanceTemplate, $optParams = array())
+ {
+ $params = array('project' => $project, 'instanceTemplate' => $instanceTemplate);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate");
+ }
+ /**
+ * Creates an instance template resource in the specified project using the data
+ * included in the request. (instanceTemplates.insert)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param Google_InstanceTemplate $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Compute_Operation
+ */
+ public function insert($project, Google_Service_Compute_InstanceTemplate $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Compute_Operation");
+ }
+ /**
+ * Retrieves the list of instance template resources contained within the
+ * specified project. (instanceTemplates.listInstanceTemplates)
+ *
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Compute_InstanceTemplateList
+ */
+ public function listInstanceTemplates($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Compute_InstanceTemplateList");
+ }
+}
+
/**
* The "instances" collection of methods.
* Typical usage is:
@@ -8739,6 +8897,118 @@ public function getSelfLink()
}
}
+class Google_Service_Compute_InstanceProperties extends Google_Collection
+{
+ protected $collection_key = 'serviceAccounts';
+ protected $internal_gapi_mappings = array(
+ );
+ public $canIpForward;
+ public $description;
+ protected $disksType = 'Google_Service_Compute_AttachedDisk';
+ protected $disksDataType = 'array';
+ public $machineType;
+ protected $metadataType = 'Google_Service_Compute_Metadata';
+ protected $metadataDataType = '';
+ protected $networkInterfacesType = 'Google_Service_Compute_NetworkInterface';
+ protected $networkInterfacesDataType = 'array';
+ protected $schedulingType = 'Google_Service_Compute_Scheduling';
+ protected $schedulingDataType = '';
+ protected $serviceAccountsType = 'Google_Service_Compute_ServiceAccount';
+ protected $serviceAccountsDataType = 'array';
+ protected $tagsType = 'Google_Service_Compute_Tags';
+ protected $tagsDataType = '';
+
+ public function setCanIpForward($canIpForward)
+ {
+ $this->canIpForward = $canIpForward;
+ }
+
+ public function getCanIpForward()
+ {
+ return $this->canIpForward;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setDisks($disks)
+ {
+ $this->disks = $disks;
+ }
+
+ public function getDisks()
+ {
+ return $this->disks;
+ }
+
+ public function setMachineType($machineType)
+ {
+ $this->machineType = $machineType;
+ }
+
+ public function getMachineType()
+ {
+ return $this->machineType;
+ }
+
+ public function setMetadata(Google_Service_Compute_Metadata $metadata)
+ {
+ $this->metadata = $metadata;
+ }
+
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
+
+ public function setNetworkInterfaces($networkInterfaces)
+ {
+ $this->networkInterfaces = $networkInterfaces;
+ }
+
+ public function getNetworkInterfaces()
+ {
+ return $this->networkInterfaces;
+ }
+
+ public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
+ {
+ $this->scheduling = $scheduling;
+ }
+
+ public function getScheduling()
+ {
+ return $this->scheduling;
+ }
+
+ public function setServiceAccounts($serviceAccounts)
+ {
+ $this->serviceAccounts = $serviceAccounts;
+ }
+
+ public function getServiceAccounts()
+ {
+ return $this->serviceAccounts;
+ }
+
+ public function setTags(Google_Service_Compute_Tags $tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
class Google_Service_Compute_InstanceReference extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -8756,6 +9026,153 @@ public function getInstance()
}
}
+class Google_Service_Compute_InstanceTemplate extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $creationTimestamp;
+ public $description;
+ public $id;
+ public $kind;
+ public $name;
+ protected $propertiesType = 'Google_Service_Compute_InstanceProperties';
+ protected $propertiesDataType = '';
+ public $selfLink;
+
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setProperties(Google_Service_Compute_InstanceProperties $properties)
+ {
+ $this->properties = $properties;
+ }
+
+ public function getProperties()
+ {
+ return $this->properties;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Compute_InstanceTemplateList extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ protected $itemsType = 'Google_Service_Compute_InstanceTemplate';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
class Google_Service_Compute_InstancesScopedList extends Google_Collection
{
protected $collection_key = 'instances';
From dfcae0135b5539dac8dc0d08beed9fa8488af7d7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * $orkutService = new Google_Service_Orkut(...);
- * $acl = $orkutService->acl;
- *
- */
-class Google_Service_Orkut_Acl_Resource extends Google_Service_Resource
-{
-
- /**
- * Excludes an element from the ACL of the activity. (acl.delete)
- *
- * @param string $activityId
- * ID of the activity.
- * @param string $userId
- * ID of the user to be removed from the activity.
- * @param array $optParams Optional parameters.
- */
- public function delete($activityId, $userId, $optParams = array())
- {
- $params = array('activityId' => $activityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
-}
-
-/**
- * The "activities" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $activities = $orkutService->activities;
- *
- */
-class Google_Service_Orkut_Activities_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes an existing activity, if the access controls allow it.
- * (activities.delete)
- *
- * @param string $activityId
- * ID of the activity to remove.
- * @param array $optParams Optional parameters.
- */
- public function delete($activityId, $optParams = array())
- {
- $params = array('activityId' => $activityId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves a list of activities. (activities.listActivities)
- *
- * @param string $userId
- * The ID of the user whose activities will be listed. Can be me to refer to the viewer (i.e. the
- * authenticated user).
- * @param string $collection
- * The collection of activities to list.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of activities to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_ActivityList
- */
- public function listActivities($userId, $collection, $optParams = array())
- {
- $params = array('userId' => $userId, 'collection' => $collection);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_ActivityList");
- }
-}
-
-/**
- * The "activityVisibility" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $activityVisibility = $orkutService->activityVisibility;
- *
- */
-class Google_Service_Orkut_ActivityVisibility_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets the visibility of an existing activity. (activityVisibility.get)
- *
- * @param string $activityId
- * ID of the activity to get the visibility.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Visibility
- */
- public function get($activityId, $optParams = array())
- {
- $params = array('activityId' => $activityId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_Visibility");
- }
- /**
- * Updates the visibility of an existing activity. This method supports patch
- * semantics. (activityVisibility.patch)
- *
- * @param string $activityId
- * ID of the activity.
- * @param Google_Visibility $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Visibility
- */
- public function patch($activityId, Google_Service_Orkut_Visibility $postBody, $optParams = array())
- {
- $params = array('activityId' => $activityId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Orkut_Visibility");
- }
- /**
- * Updates the visibility of an existing activity. (activityVisibility.update)
- *
- * @param string $activityId
- * ID of the activity.
- * @param Google_Visibility $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Visibility
- */
- public function update($activityId, Google_Service_Orkut_Visibility $postBody, $optParams = array())
- {
- $params = array('activityId' => $activityId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Orkut_Visibility");
- }
-}
-
-/**
- * The "badges" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $badges = $orkutService->badges;
- *
- */
-class Google_Service_Orkut_Badges_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves a badge from a user. (badges.get)
- *
- * @param string $userId
- * The ID of the user whose badges will be listed. Can be me to refer to caller.
- * @param string $badgeId
- * The ID of the badge that will be retrieved.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Badge
- */
- public function get($userId, $badgeId, $optParams = array())
- {
- $params = array('userId' => $userId, 'badgeId' => $badgeId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_Badge");
- }
- /**
- * Retrieves the list of visible badges of a user. (badges.listBadges)
- *
- * @param string $userId
- * The id of the user whose badges will be listed. Can be me to refer to caller.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_BadgeList
- */
- public function listBadges($userId, $optParams = array())
- {
- $params = array('userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_BadgeList");
- }
-}
-
-/**
- * The "comments" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $comments = $orkutService->comments;
- *
- */
-class Google_Service_Orkut_Comments_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes an existing comment. (comments.delete)
- *
- * @param string $commentId
- * ID of the comment to remove.
- * @param array $optParams Optional parameters.
- */
- public function delete($commentId, $optParams = array())
- {
- $params = array('commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves an existing comment. (comments.get)
- *
- * @param string $commentId
- * ID of the comment to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_Comment
- */
- public function get($commentId, $optParams = array())
- {
- $params = array('commentId' => $commentId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_Comment");
- }
- /**
- * Inserts a new comment to an activity. (comments.insert)
- *
- * @param string $activityId
- * The ID of the activity to contain the new comment.
- * @param Google_Comment $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Comment
- */
- public function insert($activityId, Google_Service_Orkut_Comment $postBody, $optParams = array())
- {
- $params = array('activityId' => $activityId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_Comment");
- }
- /**
- * Retrieves a list of comments, possibly filtered. (comments.listComments)
- *
- * @param string $activityId
- * The ID of the activity containing the comments.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string orderBy
- * Sort search results.
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of activities to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommentList
- */
- public function listComments($activityId, $optParams = array())
- {
- $params = array('activityId' => $activityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommentList");
- }
-}
-
-/**
- * The "communities" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communities = $orkutService->communities;
- *
- */
-class Google_Service_Orkut_Communities_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves the basic information (aka. profile) of a community.
- * (communities.get)
- *
- * @param int $communityId
- * The ID of the community to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_Community
- */
- public function get($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_Community");
- }
- /**
- * Retrieves the list of communities the current user is a member of.
- * (communities.listCommunities)
- *
- * @param string $userId
- * The ID of the user whose communities will be listed. Can be me to refer to caller.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string orderBy
- * How to order the communities by.
- * @opt_param string maxResults
- * The maximum number of communities to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityList
- */
- public function listCommunities($userId, $optParams = array())
- {
- $params = array('userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityList");
- }
-}
-
-/**
- * The "communityFollow" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityFollow = $orkutService->communityFollow;
- *
- */
-class Google_Service_Orkut_CommunityFollow_Resource extends Google_Service_Resource
-{
-
- /**
- * Removes a user from the followers of a community. (communityFollow.delete)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- */
- public function delete($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Adds a user as a follower of a community. (communityFollow.insert)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityMembers
- */
- public function insert($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityMembers");
- }
-}
-
-/**
- * The "communityMembers" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityMembers = $orkutService->communityMembers;
- *
- */
-class Google_Service_Orkut_CommunityMembers_Resource extends Google_Service_Resource
-{
-
- /**
- * Makes the user leave a community. (communityMembers.delete)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- */
- public function delete($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves the relationship between a user and a community.
- * (communityMembers.get)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityMembers
- */
- public function get($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_CommunityMembers");
- }
- /**
- * Makes the user join a community. (communityMembers.insert)
- *
- * @param int $communityId
- * ID of the community.
- * @param string $userId
- * ID of the user.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityMembers
- */
- public function insert($communityId, $userId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityMembers");
- }
- /**
- * Lists members of a community. Use the pagination tokens to retrieve the full
- * list; do not rely on the member count available in the community profile
- * information to know when to stop iterating, as that count may be approximate.
- * (communityMembers.listCommunityMembers)
- *
- * @param int $communityId
- * The ID of the community whose members will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param bool friendsOnly
- * Whether to list only community members who are friends of the user.
- * @opt_param string maxResults
- * The maximum number of members to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityMembersList
- */
- public function listCommunityMembers($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityMembersList");
- }
-}
-
-/**
- * The "communityMessages" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityMessages = $orkutService->communityMessages;
- *
- */
-class Google_Service_Orkut_CommunityMessages_Resource extends Google_Service_Resource
-{
-
- /**
- * Moves a message of the community to the trash folder.
- * (communityMessages.delete)
- *
- * @param int $communityId
- * The ID of the community whose message will be moved to the trash folder.
- * @param string $topicId
- * The ID of the topic whose message will be moved to the trash folder.
- * @param string $messageId
- * The ID of the message to be moved to the trash folder.
- * @param array $optParams Optional parameters.
- */
- public function delete($communityId, $topicId, $messageId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId, 'messageId' => $messageId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Adds a message to a given community topic. (communityMessages.insert)
- *
- * @param int $communityId
- * The ID of the community the message should be added to.
- * @param string $topicId
- * The ID of the topic the message should be added to.
- * @param Google_CommunityMessage $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityMessage
- */
- public function insert($communityId, $topicId, Google_Service_Orkut_CommunityMessage $postBody, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityMessage");
- }
- /**
- * Retrieves the messages of a topic of a community.
- * (communityMessages.listCommunityMessages)
- *
- * @param int $communityId
- * The ID of the community which messages will be listed.
- * @param string $topicId
- * The ID of the topic which messages will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of messages to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityMessageList
- */
- public function listCommunityMessages($communityId, $topicId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityMessageList");
- }
-}
-
-/**
- * The "communityPollComments" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityPollComments = $orkutService->communityPollComments;
- *
- */
-class Google_Service_Orkut_CommunityPollComments_Resource extends Google_Service_Resource
-{
-
- /**
- * Adds a comment on a community poll. (communityPollComments.insert)
- *
- * @param int $communityId
- * The ID of the community whose poll is being commented.
- * @param string $pollId
- * The ID of the poll being commented.
- * @param Google_CommunityPollComment $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityPollComment
- */
- public function insert($communityId, $pollId, Google_Service_Orkut_CommunityPollComment $postBody, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityPollComment");
- }
- /**
- * Retrieves the comments of a community poll.
- * (communityPollComments.listCommunityPollComments)
- *
- * @param int $communityId
- * The ID of the community whose poll is having its comments listed.
- * @param string $pollId
- * The ID of the community whose polls will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of comments to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityPollCommentList
- */
- public function listCommunityPollComments($communityId, $pollId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'pollId' => $pollId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityPollCommentList");
- }
-}
-
-/**
- * The "communityPollVotes" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityPollVotes = $orkutService->communityPollVotes;
- *
- */
-class Google_Service_Orkut_CommunityPollVotes_Resource extends Google_Service_Resource
-{
-
- /**
- * Votes on a community poll. (communityPollVotes.insert)
- *
- * @param int $communityId
- * The ID of the community whose poll is being voted.
- * @param string $pollId
- * The ID of the poll being voted.
- * @param Google_CommunityPollVote $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_CommunityPollVote
- */
- public function insert($communityId, $pollId, Google_Service_Orkut_CommunityPollVote $postBody, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'pollId' => $pollId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityPollVote");
- }
-}
-
-/**
- * The "communityPolls" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityPolls = $orkutService->communityPolls;
- *
- */
-class Google_Service_Orkut_CommunityPolls_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves one specific poll of a community. (communityPolls.get)
- *
- * @param int $communityId
- * The ID of the community for whose poll will be retrieved.
- * @param string $pollId
- * The ID of the poll to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityPoll
- */
- public function get($communityId, $pollId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'pollId' => $pollId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_CommunityPoll");
- }
- /**
- * Retrieves the polls of a community. (communityPolls.listCommunityPolls)
- *
- * @param int $communityId
- * The ID of the community which polls will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of polls to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityPollList
- */
- public function listCommunityPolls($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityPollList");
- }
-}
-
-/**
- * The "communityRelated" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityRelated = $orkutService->communityRelated;
- *
- */
-class Google_Service_Orkut_CommunityRelated_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves the communities related to another one.
- * (communityRelated.listCommunityRelated)
- *
- * @param int $communityId
- * The ID of the community whose related communities will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityList
- */
- public function listCommunityRelated($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityList");
- }
-}
-
-/**
- * The "communityTopics" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $communityTopics = $orkutService->communityTopics;
- *
- */
-class Google_Service_Orkut_CommunityTopics_Resource extends Google_Service_Resource
-{
-
- /**
- * Moves a topic of the community to the trash folder. (communityTopics.delete)
- *
- * @param int $communityId
- * The ID of the community whose topic will be moved to the trash folder.
- * @param string $topicId
- * The ID of the topic to be moved to the trash folder.
- * @param array $optParams Optional parameters.
- */
- public function delete($communityId, $topicId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Retrieves a topic of a community. (communityTopics.get)
- *
- * @param int $communityId
- * The ID of the community whose topic will be retrieved.
- * @param string $topicId
- * The ID of the topic to get.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityTopic
- */
- public function get($communityId, $topicId, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'topicId' => $topicId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Orkut_CommunityTopic");
- }
- /**
- * Adds a topic to a given community. (communityTopics.insert)
- *
- * @param int $communityId
- * The ID of the community the topic should be added to.
- * @param Google_CommunityTopic $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool isShout
- * Whether this topic is a shout.
- * @return Google_Service_Orkut_CommunityTopic
- */
- public function insert($communityId, Google_Service_Orkut_CommunityTopic $postBody, $optParams = array())
- {
- $params = array('communityId' => $communityId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_CommunityTopic");
- }
- /**
- * Retrieves the topics of a community. (communityTopics.listCommunityTopics)
- *
- * @param int $communityId
- * The ID of the community which topics will be listed.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * A continuation token that allows pagination.
- * @opt_param string maxResults
- * The maximum number of topics to include in the response.
- * @opt_param string hl
- * Specifies the interface language (host language) of your user interface.
- * @return Google_Service_Orkut_CommunityTopicList
- */
- public function listCommunityTopics($communityId, $optParams = array())
- {
- $params = array('communityId' => $communityId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_CommunityTopicList");
- }
-}
-
-/**
- * The "counters" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $counters = $orkutService->counters;
- *
- */
-class Google_Service_Orkut_Counters_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves the counters of a user. (counters.listCounters)
- *
- * @param string $userId
- * The ID of the user whose counters will be listed. Can be me to refer to caller.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Counters
- */
- public function listCounters($userId, $optParams = array())
- {
- $params = array('userId' => $userId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Orkut_Counters");
- }
-}
-
-/**
- * The "scraps" collection of methods.
- * Typical usage is:
- *
- * $orkutService = new Google_Service_Orkut(...);
- * $scraps = $orkutService->scraps;
- *
- */
-class Google_Service_Orkut_Scraps_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a new scrap. (scraps.insert)
- *
- * @param Google_Activity $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Orkut_Activity
- */
- public function insert(Google_Service_Orkut_Activity $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Orkut_Activity");
- }
-}
-
-
-
-
-class Google_Service_Orkut_Acl extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $description;
- protected $itemsType = 'Google_Service_Orkut_AclItems';
- protected $itemsDataType = 'array';
- public $kind;
- public $totalParticipants;
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setTotalParticipants($totalParticipants)
- {
- $this->totalParticipants = $totalParticipants;
- }
-
- public function getTotalParticipants()
- {
- return $this->totalParticipants;
- }
-}
-
-class Google_Service_Orkut_AclItems extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $id;
- public $type;
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_Orkut_Activity extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- protected $accessType = 'Google_Service_Orkut_Acl';
- protected $accessDataType = '';
- protected $actorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $actorDataType = '';
- public $id;
- public $kind;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- protected $objectType = 'Google_Service_Orkut_ActivityObject';
- protected $objectDataType = '';
- public $published;
- public $title;
- public $updated;
- public $verb;
-
- public function setAccess(Google_Service_Orkut_Acl $access)
- {
- $this->access = $access;
- }
-
- public function getAccess()
- {
- return $this->access;
- }
-
- public function setActor(Google_Service_Orkut_OrkutAuthorResource $actor)
- {
- $this->actor = $actor;
- }
-
- public function getActor()
- {
- return $this->actor;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setObject(Google_Service_Orkut_ActivityObject $object)
- {
- $this->object = $object;
- }
-
- public function getObject()
- {
- return $this->object;
- }
-
- public function setPublished($published)
- {
- $this->published = $published;
- }
-
- public function getPublished()
- {
- return $this->published;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function setUpdated($updated)
- {
- $this->updated = $updated;
- }
-
- public function getUpdated()
- {
- return $this->updated;
- }
-
- public function setVerb($verb)
- {
- $this->verb = $verb;
- }
-
- public function getVerb()
- {
- return $this->verb;
- }
-}
-
-class Google_Service_Orkut_ActivityList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Activity';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_Orkut_ActivityObject extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $content;
- protected $itemsType = 'Google_Service_Orkut_OrkutActivityobjectsResource';
- protected $itemsDataType = 'array';
- public $objectType;
- protected $repliesType = 'Google_Service_Orkut_ActivityObjectReplies';
- protected $repliesDataType = '';
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setObjectType($objectType)
- {
- $this->objectType = $objectType;
- }
-
- public function getObjectType()
- {
- return $this->objectType;
- }
-
- public function setReplies(Google_Service_Orkut_ActivityObjectReplies $replies)
- {
- $this->replies = $replies;
- }
-
- public function getReplies()
- {
- return $this->replies;
- }
-}
-
-class Google_Service_Orkut_ActivityObjectReplies extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Comment';
- protected $itemsDataType = 'array';
- public $totalItems;
- public $url;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setTotalItems($totalItems)
- {
- $this->totalItems = $totalItems;
- }
-
- public function getTotalItems()
- {
- return $this->totalItems;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_Badge extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $badgeLargeLogo;
- public $badgeSmallLogo;
- public $caption;
- public $description;
- public $id;
- public $kind;
- public $sponsorLogo;
- public $sponsorName;
- public $sponsorUrl;
-
- public function setBadgeLargeLogo($badgeLargeLogo)
- {
- $this->badgeLargeLogo = $badgeLargeLogo;
- }
-
- public function getBadgeLargeLogo()
- {
- return $this->badgeLargeLogo;
- }
-
- public function setBadgeSmallLogo($badgeSmallLogo)
- {
- $this->badgeSmallLogo = $badgeSmallLogo;
- }
-
- public function getBadgeSmallLogo()
- {
- return $this->badgeSmallLogo;
- }
-
- public function setCaption($caption)
- {
- $this->caption = $caption;
- }
-
- public function getCaption()
- {
- return $this->caption;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setSponsorLogo($sponsorLogo)
- {
- $this->sponsorLogo = $sponsorLogo;
- }
-
- public function getSponsorLogo()
- {
- return $this->sponsorLogo;
- }
-
- public function setSponsorName($sponsorName)
- {
- $this->sponsorName = $sponsorName;
- }
-
- public function getSponsorName()
- {
- return $this->sponsorName;
- }
-
- public function setSponsorUrl($sponsorUrl)
- {
- $this->sponsorUrl = $sponsorUrl;
- }
-
- public function getSponsorUrl()
- {
- return $this->sponsorUrl;
- }
-}
-
-class Google_Service_Orkut_BadgeList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Badge';
- protected $itemsDataType = 'array';
- public $kind;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Orkut_Comment extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- protected $actorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $actorDataType = '';
- public $content;
- public $id;
- protected $inReplyToType = 'Google_Service_Orkut_CommentInReplyTo';
- protected $inReplyToDataType = '';
- public $kind;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $published;
-
- public function setActor(Google_Service_Orkut_OrkutAuthorResource $actor)
- {
- $this->actor = $actor;
- }
-
- public function getActor()
- {
- return $this->actor;
- }
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setInReplyTo(Google_Service_Orkut_CommentInReplyTo $inReplyTo)
- {
- $this->inReplyTo = $inReplyTo;
- }
-
- public function getInReplyTo()
- {
- return $this->inReplyTo;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setPublished($published)
- {
- $this->published = $published;
- }
-
- public function getPublished()
- {
- return $this->published;
- }
-}
-
-class Google_Service_Orkut_CommentInReplyTo extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $href;
- public $ref;
- public $rel;
- public $type;
-
- public function setHref($href)
- {
- $this->href = $href;
- }
-
- public function getHref()
- {
- return $this->href;
- }
-
- public function setRef($ref)
- {
- $this->ref = $ref;
- }
-
- public function getRef()
- {
- return $this->ref;
- }
-
- public function setRel($rel)
- {
- $this->rel = $rel;
- }
-
- public function getRel()
- {
- return $this->rel;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_Orkut_CommentList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Comment';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
- public $previousPageToken;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPreviousPageToken($previousPageToken)
- {
- $this->previousPageToken = $previousPageToken;
- }
-
- public function getPreviousPageToken()
- {
- return $this->previousPageToken;
- }
-}
-
-class Google_Service_Orkut_Community extends Google_Collection
-{
- protected $collection_key = 'moderators';
- protected $internal_gapi_mappings = array(
- "coOwners" => "co_owners",
- "creationDate" => "creation_date",
- "memberCount" => "member_count",
- "photoUrl" => "photo_url",
- );
- public $category;
- protected $coOwnersType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $coOwnersDataType = 'array';
- public $creationDate;
- public $description;
- public $id;
- public $kind;
- public $language;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $location;
- public $memberCount;
- protected $moderatorsType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $moderatorsDataType = 'array';
- public $name;
- protected $ownerType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $ownerDataType = '';
- public $photoUrl;
-
- public function setCategory($category)
- {
- $this->category = $category;
- }
-
- public function getCategory()
- {
- return $this->category;
- }
-
- public function setCoOwners($coOwners)
- {
- $this->coOwners = $coOwners;
- }
-
- public function getCoOwners()
- {
- return $this->coOwners;
- }
-
- public function setCreationDate($creationDate)
- {
- $this->creationDate = $creationDate;
- }
-
- public function getCreationDate()
- {
- return $this->creationDate;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLanguage($language)
- {
- $this->language = $language;
- }
-
- public function getLanguage()
- {
- return $this->language;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setLocation($location)
- {
- $this->location = $location;
- }
-
- public function getLocation()
- {
- return $this->location;
- }
-
- public function setMemberCount($memberCount)
- {
- $this->memberCount = $memberCount;
- }
-
- public function getMemberCount()
- {
- return $this->memberCount;
- }
-
- public function setModerators($moderators)
- {
- $this->moderators = $moderators;
- }
-
- public function getModerators()
- {
- return $this->moderators;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setOwner(Google_Service_Orkut_OrkutAuthorResource $owner)
- {
- $this->owner = $owner;
- }
-
- public function getOwner()
- {
- return $this->owner;
- }
-
- public function setPhotoUrl($photoUrl)
- {
- $this->photoUrl = $photoUrl;
- }
-
- public function getPhotoUrl()
- {
- return $this->photoUrl;
- }
-}
-
-class Google_Service_Orkut_CommunityList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_Community';
- protected $itemsDataType = 'array';
- public $kind;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Orkut_CommunityMembers extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $communityMembershipStatusType = 'Google_Service_Orkut_CommunityMembershipStatus';
- protected $communityMembershipStatusDataType = '';
- public $kind;
- protected $personType = 'Google_Service_Orkut_OrkutActivitypersonResource';
- protected $personDataType = '';
-
- public function setCommunityMembershipStatus(Google_Service_Orkut_CommunityMembershipStatus $communityMembershipStatus)
- {
- $this->communityMembershipStatus = $communityMembershipStatus;
- }
-
- public function getCommunityMembershipStatus()
- {
- return $this->communityMembershipStatus;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setPerson(Google_Service_Orkut_OrkutActivitypersonResource $person)
- {
- $this->person = $person;
- }
-
- public function getPerson()
- {
- return $this->person;
- }
-}
-
-class Google_Service_Orkut_CommunityMembersList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityMembers';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_CommunityMembershipStatus extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $canCreatePoll;
- public $canCreateTopic;
- public $canShout;
- public $isCoOwner;
- public $isFollowing;
- public $isModerator;
- public $isOwner;
- public $isRestoreAvailable;
- public $isTakebackAvailable;
- public $kind;
- public $status;
-
- public function setCanCreatePoll($canCreatePoll)
- {
- $this->canCreatePoll = $canCreatePoll;
- }
-
- public function getCanCreatePoll()
- {
- return $this->canCreatePoll;
- }
-
- public function setCanCreateTopic($canCreateTopic)
- {
- $this->canCreateTopic = $canCreateTopic;
- }
-
- public function getCanCreateTopic()
- {
- return $this->canCreateTopic;
- }
-
- public function setCanShout($canShout)
- {
- $this->canShout = $canShout;
- }
-
- public function getCanShout()
- {
- return $this->canShout;
- }
-
- public function setIsCoOwner($isCoOwner)
- {
- $this->isCoOwner = $isCoOwner;
- }
-
- public function getIsCoOwner()
- {
- return $this->isCoOwner;
- }
-
- public function setIsFollowing($isFollowing)
- {
- $this->isFollowing = $isFollowing;
- }
-
- public function getIsFollowing()
- {
- return $this->isFollowing;
- }
-
- public function setIsModerator($isModerator)
- {
- $this->isModerator = $isModerator;
- }
-
- public function getIsModerator()
- {
- return $this->isModerator;
- }
-
- public function setIsOwner($isOwner)
- {
- $this->isOwner = $isOwner;
- }
-
- public function getIsOwner()
- {
- return $this->isOwner;
- }
-
- public function setIsRestoreAvailable($isRestoreAvailable)
- {
- $this->isRestoreAvailable = $isRestoreAvailable;
- }
-
- public function getIsRestoreAvailable()
- {
- return $this->isRestoreAvailable;
- }
-
- public function setIsTakebackAvailable($isTakebackAvailable)
- {
- $this->isTakebackAvailable = $isTakebackAvailable;
- }
-
- public function getIsTakebackAvailable()
- {
- return $this->isTakebackAvailable;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setStatus($status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
-}
-
-class Google_Service_Orkut_CommunityMessage extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- public $addedDate;
- protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $authorDataType = '';
- public $body;
- public $id;
- public $isSpam;
- public $kind;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $subject;
-
- public function setAddedDate($addedDate)
- {
- $this->addedDate = $addedDate;
- }
-
- public function getAddedDate()
- {
- return $this->addedDate;
- }
-
- public function setAuthor(Google_Service_Orkut_OrkutAuthorResource $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBody($body)
- {
- $this->body = $body;
- }
-
- public function getBody()
- {
- return $this->body;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setIsSpam($isSpam)
- {
- $this->isSpam = $isSpam;
- }
-
- public function getIsSpam()
- {
- return $this->isSpam;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setSubject($subject)
- {
- $this->subject = $subject;
- }
-
- public function getSubject()
- {
- return $this->subject;
- }
-}
-
-class Google_Service_Orkut_CommunityMessageList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityMessage';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_CommunityPoll extends Google_Collection
-{
- protected $collection_key = 'votedOptions';
- protected $internal_gapi_mappings = array(
- );
- protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $authorDataType = '';
- public $communityId;
- public $creationTime;
- public $description;
- public $endingTime;
- public $hasVoted;
- public $id;
- protected $imageType = 'Google_Service_Orkut_CommunityPollImage';
- protected $imageDataType = '';
- public $isClosed;
- public $isMultipleAnswers;
- public $isOpenForVoting;
- public $isRestricted;
- public $isSpam;
- public $isUsersVotePublic;
- public $isVotingAllowedForNonMembers;
- public $kind;
- public $lastUpdate;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- protected $optionsType = 'Google_Service_Orkut_OrkutCommunitypolloptionResource';
- protected $optionsDataType = 'array';
- public $question;
- public $totalNumberOfVotes;
- public $votedOptions;
-
- public function setAuthor(Google_Service_Orkut_OrkutAuthorResource $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setCommunityId($communityId)
- {
- $this->communityId = $communityId;
- }
-
- public function getCommunityId()
- {
- return $this->communityId;
- }
-
- public function setCreationTime($creationTime)
- {
- $this->creationTime = $creationTime;
- }
-
- public function getCreationTime()
- {
- return $this->creationTime;
- }
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setEndingTime($endingTime)
- {
- $this->endingTime = $endingTime;
- }
-
- public function getEndingTime()
- {
- return $this->endingTime;
- }
-
- public function setHasVoted($hasVoted)
- {
- $this->hasVoted = $hasVoted;
- }
-
- public function getHasVoted()
- {
- return $this->hasVoted;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Orkut_CommunityPollImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setIsClosed($isClosed)
- {
- $this->isClosed = $isClosed;
- }
-
- public function getIsClosed()
- {
- return $this->isClosed;
- }
-
- public function setIsMultipleAnswers($isMultipleAnswers)
- {
- $this->isMultipleAnswers = $isMultipleAnswers;
- }
-
- public function getIsMultipleAnswers()
- {
- return $this->isMultipleAnswers;
- }
-
- public function setIsOpenForVoting($isOpenForVoting)
- {
- $this->isOpenForVoting = $isOpenForVoting;
- }
-
- public function getIsOpenForVoting()
- {
- return $this->isOpenForVoting;
- }
-
- public function setIsRestricted($isRestricted)
- {
- $this->isRestricted = $isRestricted;
- }
-
- public function getIsRestricted()
- {
- return $this->isRestricted;
- }
-
- public function setIsSpam($isSpam)
- {
- $this->isSpam = $isSpam;
- }
-
- public function getIsSpam()
- {
- return $this->isSpam;
- }
-
- public function setIsUsersVotePublic($isUsersVotePublic)
- {
- $this->isUsersVotePublic = $isUsersVotePublic;
- }
-
- public function getIsUsersVotePublic()
- {
- return $this->isUsersVotePublic;
- }
-
- public function setIsVotingAllowedForNonMembers($isVotingAllowedForNonMembers)
- {
- $this->isVotingAllowedForNonMembers = $isVotingAllowedForNonMembers;
- }
-
- public function getIsVotingAllowedForNonMembers()
- {
- return $this->isVotingAllowedForNonMembers;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastUpdate($lastUpdate)
- {
- $this->lastUpdate = $lastUpdate;
- }
-
- public function getLastUpdate()
- {
- return $this->lastUpdate;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setOptions($options)
- {
- $this->options = $options;
- }
-
- public function getOptions()
- {
- return $this->options;
- }
-
- public function setQuestion($question)
- {
- $this->question = $question;
- }
-
- public function getQuestion()
- {
- return $this->question;
- }
-
- public function setTotalNumberOfVotes($totalNumberOfVotes)
- {
- $this->totalNumberOfVotes = $totalNumberOfVotes;
- }
-
- public function getTotalNumberOfVotes()
- {
- return $this->totalNumberOfVotes;
- }
-
- public function setVotedOptions($votedOptions)
- {
- $this->votedOptions = $votedOptions;
- }
-
- public function getVotedOptions()
- {
- return $this->votedOptions;
- }
-}
-
-class Google_Service_Orkut_CommunityPollComment extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $addedDate;
- protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $authorDataType = '';
- public $body;
- public $id;
- public $kind;
-
- public function setAddedDate($addedDate)
- {
- $this->addedDate = $addedDate;
- }
-
- public function getAddedDate()
- {
- return $this->addedDate;
- }
-
- public function setAuthor(Google_Service_Orkut_OrkutAuthorResource $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBody($body)
- {
- $this->body = $body;
- }
-
- public function getBody()
- {
- return $this->body;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Orkut_CommunityPollCommentList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityPollComment';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_CommunityPollImage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_CommunityPollList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityPoll';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_CommunityPollVote extends Google_Collection
-{
- protected $collection_key = 'optionIds';
- protected $internal_gapi_mappings = array(
- );
- public $isVotevisible;
- public $kind;
- public $optionIds;
-
- public function setIsVotevisible($isVotevisible)
- {
- $this->isVotevisible = $isVotevisible;
- }
-
- public function getIsVotevisible()
- {
- return $this->isVotevisible;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setOptionIds($optionIds)
- {
- $this->optionIds = $optionIds;
- }
-
- public function getOptionIds()
- {
- return $this->optionIds;
- }
-}
-
-class Google_Service_Orkut_CommunityTopic extends Google_Collection
-{
- protected $collection_key = 'messages';
- protected $internal_gapi_mappings = array(
- );
- protected $authorType = 'Google_Service_Orkut_OrkutAuthorResource';
- protected $authorDataType = '';
- public $body;
- public $id;
- public $isClosed;
- public $kind;
- public $lastUpdate;
- public $latestMessageSnippet;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- protected $messagesType = 'Google_Service_Orkut_CommunityMessage';
- protected $messagesDataType = 'array';
- public $numberOfReplies;
- public $title;
-
- public function setAuthor(Google_Service_Orkut_OrkutAuthorResource $author)
- {
- $this->author = $author;
- }
-
- public function getAuthor()
- {
- return $this->author;
- }
-
- public function setBody($body)
- {
- $this->body = $body;
- }
-
- public function getBody()
- {
- return $this->body;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setIsClosed($isClosed)
- {
- $this->isClosed = $isClosed;
- }
-
- public function getIsClosed()
- {
- return $this->isClosed;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastUpdate($lastUpdate)
- {
- $this->lastUpdate = $lastUpdate;
- }
-
- public function getLastUpdate()
- {
- return $this->lastUpdate;
- }
-
- public function setLatestMessageSnippet($latestMessageSnippet)
- {
- $this->latestMessageSnippet = $latestMessageSnippet;
- }
-
- public function getLatestMessageSnippet()
- {
- return $this->latestMessageSnippet;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setMessages($messages)
- {
- $this->messages = $messages;
- }
-
- public function getMessages()
- {
- return $this->messages;
- }
-
- public function setNumberOfReplies($numberOfReplies)
- {
- $this->numberOfReplies = $numberOfReplies;
- }
-
- public function getNumberOfReplies()
- {
- return $this->numberOfReplies;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-}
-
-class Google_Service_Orkut_CommunityTopicList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $firstPageToken;
- protected $itemsType = 'Google_Service_Orkut_CommunityTopic';
- protected $itemsDataType = 'array';
- public $kind;
- public $lastPageToken;
- public $nextPageToken;
- public $prevPageToken;
-
- public function setFirstPageToken($firstPageToken)
- {
- $this->firstPageToken = $firstPageToken;
- }
-
- public function getFirstPageToken()
- {
- return $this->firstPageToken;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLastPageToken($lastPageToken)
- {
- $this->lastPageToken = $lastPageToken;
- }
-
- public function getLastPageToken()
- {
- return $this->lastPageToken;
- }
-
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
-
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setPrevPageToken($prevPageToken)
- {
- $this->prevPageToken = $prevPageToken;
- }
-
- public function getPrevPageToken()
- {
- return $this->prevPageToken;
- }
-}
-
-class Google_Service_Orkut_Counters extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_Orkut_OrkutCounterResource';
- protected $itemsDataType = 'array';
- public $kind;
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_Orkut_OrkutActivityobjectsResource extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- protected $communityType = 'Google_Service_Orkut_Community';
- protected $communityDataType = '';
- public $content;
- public $displayName;
- public $id;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $objectType;
- protected $personType = 'Google_Service_Orkut_OrkutActivitypersonResource';
- protected $personDataType = '';
-
- public function setCommunity(Google_Service_Orkut_Community $community)
- {
- $this->community = $community;
- }
-
- public function getCommunity()
- {
- return $this->community;
- }
-
- public function setContent($content)
- {
- $this->content = $content;
- }
-
- public function getContent()
- {
- return $this->content;
- }
-
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
-
- public function getDisplayName()
- {
- return $this->displayName;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setObjectType($objectType)
- {
- $this->objectType = $objectType;
- }
-
- public function getObjectType()
- {
- return $this->objectType;
- }
-
- public function setPerson(Google_Service_Orkut_OrkutActivitypersonResource $person)
- {
- $this->person = $person;
- }
-
- public function getPerson()
- {
- return $this->person;
- }
-}
-
-class Google_Service_Orkut_OrkutActivitypersonResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $birthday;
- public $gender;
- public $id;
- protected $imageType = 'Google_Service_Orkut_OrkutActivitypersonResourceImage';
- protected $imageDataType = '';
- protected $nameType = 'Google_Service_Orkut_OrkutActivitypersonResourceName';
- protected $nameDataType = '';
- public $url;
-
- public function setBirthday($birthday)
- {
- $this->birthday = $birthday;
- }
-
- public function getBirthday()
- {
- return $this->birthday;
- }
-
- public function setGender($gender)
- {
- $this->gender = $gender;
- }
-
- public function getGender()
- {
- return $this->gender;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Orkut_OrkutActivitypersonResourceImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setName(Google_Service_Orkut_OrkutActivitypersonResourceName $name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutActivitypersonResourceImage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutActivitypersonResourceName extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $familyName;
- public $givenName;
-
- public function setFamilyName($familyName)
- {
- $this->familyName = $familyName;
- }
-
- public function getFamilyName()
- {
- return $this->familyName;
- }
-
- public function setGivenName($givenName)
- {
- $this->givenName = $givenName;
- }
-
- public function getGivenName()
- {
- return $this->givenName;
- }
-}
-
-class Google_Service_Orkut_OrkutAuthorResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $displayName;
- public $id;
- protected $imageType = 'Google_Service_Orkut_OrkutAuthorResourceImage';
- protected $imageDataType = '';
- public $url;
-
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
-
- public function getDisplayName()
- {
- return $this->displayName;
- }
-
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
-
- public function setImage(Google_Service_Orkut_OrkutAuthorResourceImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutAuthorResourceImage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutCommunitypolloptionResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $description;
- protected $imageType = 'Google_Service_Orkut_OrkutCommunitypolloptionResourceImage';
- protected $imageDataType = '';
- public $numberOfVotes;
- public $optionId;
-
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
-
- public function setImage(Google_Service_Orkut_OrkutCommunitypolloptionResourceImage $image)
- {
- $this->image = $image;
- }
-
- public function getImage()
- {
- return $this->image;
- }
-
- public function setNumberOfVotes($numberOfVotes)
- {
- $this->numberOfVotes = $numberOfVotes;
- }
-
- public function getNumberOfVotes()
- {
- return $this->numberOfVotes;
- }
-
- public function setOptionId($optionId)
- {
- $this->optionId = $optionId;
- }
-
- public function getOptionId()
- {
- return $this->optionId;
- }
-}
-
-class Google_Service_Orkut_OrkutCommunitypolloptionResourceImage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $url;
-
- public function setUrl($url)
- {
- $this->url = $url;
- }
-
- public function getUrl()
- {
- return $this->url;
- }
-}
-
-class Google_Service_Orkut_OrkutCounterResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $linkType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linkDataType = '';
- public $name;
- public $total;
-
- public function setLink(Google_Service_Orkut_OrkutLinkResource $link)
- {
- $this->link = $link;
- }
-
- public function getLink()
- {
- return $this->link;
- }
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
-
- public function setTotal($total)
- {
- $this->total = $total;
- }
-
- public function getTotal()
- {
- return $this->total;
- }
-}
-
-class Google_Service_Orkut_OrkutLinkResource extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $href;
- public $rel;
- public $title;
- public $type;
-
- public function setHref($href)
- {
- $this->href = $href;
- }
-
- public function getHref()
- {
- return $this->href;
- }
-
- public function setRel($rel)
- {
- $this->rel = $rel;
- }
-
- public function getRel()
- {
- return $this->rel;
- }
-
- public function setTitle($title)
- {
- $this->title = $title;
- }
-
- public function getTitle()
- {
- return $this->title;
- }
-
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_Orkut_Visibility extends Google_Collection
-{
- protected $collection_key = 'links';
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- protected $linksType = 'Google_Service_Orkut_OrkutLinkResource';
- protected $linksDataType = 'array';
- public $visibility;
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
-
- public function getKind()
- {
- return $this->kind;
- }
-
- public function setLinks($links)
- {
- $this->links = $links;
- }
-
- public function getLinks()
- {
- return $this->links;
- }
-
- public function setVisibility($visibility)
- {
- $this->visibility = $visibility;
- }
-
- public function getVisibility()
- {
- return $this->visibility;
- }
-}
From a7211348fbe0fc3febc49540fdd41585d73f1f0f Mon Sep 17 00:00:00 2001
From: Lars Trebing
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Tagmanager extends Google_Service +{ + /** Google Tag Manager. */ + const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers"; + /** Google Tag Manager. */ + const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers"; + /** Google Tag Manager. */ + const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions"; + /** Google Tag Manager. */ + const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts"; + /** Google Tag Manager. */ + const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users"; + /** Google Tag Manager. */ + const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish"; + /** Google Tag Manager. */ + const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly"; + + public $accounts; + public $accounts_containers; + public $accounts_containers_macros; + public $accounts_containers_rules; + public $accounts_containers_tags; + public $accounts_containers_triggers; + public $accounts_containers_variables; + public $accounts_containers_versions; + public $accounts_permissions; + + + /** + * Constructs the internal representation of the Tagmanager service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'tagmanager/v1/'; + $this->version = 'v1'; + $this->serviceName = 'tagmanager'; + + $this->accounts = new Google_Service_Tagmanager_Accounts_Resource( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'accounts/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'patch' => array( + 'path' => 'accounts/{accountId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers = new Google_Service_Tagmanager_AccountsContainers_Resource( + $this, + $this->serviceName, + 'containers', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_macros = new Google_Service_Tagmanager_AccountsContainersMacros_Resource( + $this, + $this->serviceName, + 'macros', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'macroId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'macroId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'macroId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'macroId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_rules = new Google_Service_Tagmanager_AccountsContainersRules_Resource( + $this, + $this->serviceName, + 'rules', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_tags = new Google_Service_Tagmanager_AccountsContainersTags_Resource( + $this, + $this->serviceName, + 'tags', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tagId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tagId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tagId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tagId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_triggers = new Google_Service_Tagmanager_AccountsContainersTriggers_Resource( + $this, + $this->serviceName, + 'triggers', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_variables = new Google_Service_Tagmanager_AccountsContainersVariables_Resource( + $this, + $this->serviceName, + 'variables', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'variableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'variableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'variableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'variableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_versions = new Google_Service_Tagmanager_AccountsContainersVersions_Resource( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'headers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'publish' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'restore' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_permissions = new Google_Service_Tagmanager_AccountsPermissions_Resource( + $this, + $this->serviceName, + 'permissions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/permissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/permissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "accounts" collection of methods. + * Typical usage is: + *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $accounts = $tagmanagerService->accounts;
+ *
+ */
+class Google_Service_Tagmanager_Accounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets a GTM Account. (accounts.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Account
+ */
+ public function get($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Account");
+ }
+ /**
+ * Lists all GTM Accounts that a user has access to. (accounts.listAccounts)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListAccountsResponse
+ */
+ public function listAccounts($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountsResponse");
+ }
+ /**
+ * Updates a GTM Account. This method supports patch semantics. (accounts.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the account in storage.
+ * @return Google_Service_Tagmanager_Account
+ */
+ public function patch($accountId, Google_Service_Tagmanager_Account $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Account");
+ }
+ /**
+ * Updates a GTM Account. (accounts.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the account in storage.
+ * @return Google_Service_Tagmanager_Account
+ */
+ public function update($accountId, Google_Service_Tagmanager_Account $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Account");
+ }
+}
+
+/**
+ * The "containers" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $containers = $tagmanagerService->containers;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Container. (containers.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Container
+ */
+ public function create($accountId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Container");
+ }
+ /**
+ * Deletes a Container. (containers.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a Container. (containers.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Container
+ */
+ public function get($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Container");
+ }
+ /**
+ * Lists all Containers that belongs to a GTM Account.
+ * (containers.listAccountsContainers)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListContainersResponse
+ */
+ public function listAccountsContainers($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainersResponse");
+ }
+ /**
+ * Updates a Container. This method supports patch semantics. (containers.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container in storage.
+ * @return Google_Service_Tagmanager_Container
+ */
+ public function patch($accountId, $containerId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Container");
+ }
+ /**
+ * Updates a Container. (containers.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container in storage.
+ * @return Google_Service_Tagmanager_Container
+ */
+ public function update($accountId, $containerId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Container");
+ }
+}
+
+/**
+ * The "macros" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $macros = $tagmanagerService->macros;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersMacros_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Macro. (macros.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Macro
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Macro");
+ }
+ /**
+ * Deletes a GTM Macro. (macros.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $macroId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Macro. (macros.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Macro
+ */
+ public function get($accountId, $containerId, $macroId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Macro");
+ }
+ /**
+ * Lists all GTM Macros of a Container. (macros.listAccountsContainersMacros)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListMacrosResponse
+ */
+ public function listAccountsContainersMacros($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListMacrosResponse");
+ }
+ /**
+ * Updates a GTM Macro. This method supports patch semantics. (macros.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the macro in storage.
+ * @return Google_Service_Tagmanager_Macro
+ */
+ public function patch($accountId, $containerId, $macroId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Macro");
+ }
+ /**
+ * Updates a GTM Macro. (macros.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the macro in storage.
+ * @return Google_Service_Tagmanager_Macro
+ */
+ public function update($accountId, $containerId, $macroId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Macro");
+ }
+}
+/**
+ * The "rules" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $rules = $tagmanagerService->rules;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersRules_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Rule. (rules.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Rule
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Rule");
+ }
+ /**
+ * Deletes a GTM Rule. (rules.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $ruleId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Rule. (rules.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Rule
+ */
+ public function get($accountId, $containerId, $ruleId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Rule");
+ }
+ /**
+ * Lists all GTM Rules of a Container. (rules.listAccountsContainersRules)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListRulesResponse
+ */
+ public function listAccountsContainersRules($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListRulesResponse");
+ }
+ /**
+ * Updates a GTM Rule. This method supports patch semantics. (rules.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the rule in storage.
+ * @return Google_Service_Tagmanager_Rule
+ */
+ public function patch($accountId, $containerId, $ruleId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Rule");
+ }
+ /**
+ * Updates a GTM Rule. (rules.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the rule in storage.
+ * @return Google_Service_Tagmanager_Rule
+ */
+ public function update($accountId, $containerId, $ruleId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Rule");
+ }
+}
+/**
+ * The "tags" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $tags = $tagmanagerService->tags;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersTags_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Tag. (tags.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Tag
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Tag");
+ }
+ /**
+ * Deletes a GTM Tag. (tags.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $tagId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Tag. (tags.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Tag
+ */
+ public function get($accountId, $containerId, $tagId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Tag");
+ }
+ /**
+ * Lists all GTM Tags of a Container. (tags.listAccountsContainersTags)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListTagsResponse
+ */
+ public function listAccountsContainersTags($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListTagsResponse");
+ }
+ /**
+ * Updates a GTM Tag. This method supports patch semantics. (tags.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the tag in storage.
+ * @return Google_Service_Tagmanager_Tag
+ */
+ public function patch($accountId, $containerId, $tagId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Tag");
+ }
+ /**
+ * Updates a GTM Tag. (tags.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the tag in storage.
+ * @return Google_Service_Tagmanager_Tag
+ */
+ public function update($accountId, $containerId, $tagId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Tag");
+ }
+}
+/**
+ * The "triggers" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $triggers = $tagmanagerService->triggers;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersTriggers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Trigger. (triggers.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Trigger
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Trigger");
+ }
+ /**
+ * Deletes a GTM Trigger. (triggers.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $triggerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Trigger. (triggers.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Trigger
+ */
+ public function get($accountId, $containerId, $triggerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Trigger");
+ }
+ /**
+ * Lists all GTM Triggers of a Container.
+ * (triggers.listAccountsContainersTriggers)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListTriggersResponse
+ */
+ public function listAccountsContainersTriggers($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListTriggersResponse");
+ }
+ /**
+ * Updates a GTM Trigger. This method supports patch semantics. (triggers.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the trigger in storage.
+ * @return Google_Service_Tagmanager_Trigger
+ */
+ public function patch($accountId, $containerId, $triggerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Trigger");
+ }
+ /**
+ * Updates a GTM Trigger. (triggers.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the trigger in storage.
+ * @return Google_Service_Tagmanager_Trigger
+ */
+ public function update($accountId, $containerId, $triggerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Trigger");
+ }
+}
+/**
+ * The "variables" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $variables = $tagmanagerService->variables;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersVariables_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Variable. (variables.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Variable
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_Variable");
+ }
+ /**
+ * Deletes a GTM Variable. (variables.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $variableId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Variable. (variables.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_Variable
+ */
+ public function get($accountId, $containerId, $variableId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_Variable");
+ }
+ /**
+ * Lists all GTM Variables of a Container.
+ * (variables.listAccountsContainersVariables)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListVariablesResponse
+ */
+ public function listAccountsContainersVariables($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListVariablesResponse");
+ }
+ /**
+ * Updates a GTM Variable. This method supports patch semantics.
+ * (variables.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the variable in storage.
+ * @return Google_Service_Tagmanager_Variable
+ */
+ public function patch($accountId, $containerId, $variableId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_Variable");
+ }
+ /**
+ * Updates a GTM Variable. (variables.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the variable in storage.
+ * @return Google_Service_Tagmanager_Variable
+ */
+ public function update($accountId, $containerId, $variableId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_Variable");
+ }
+}
+/**
+ * The "versions" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $versions = $tagmanagerService->versions;
+ *
+ */
+class Google_Service_Tagmanager_AccountsContainersVersions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Container Version. (versions.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_CreateContainerVersionRequestVersionOptions $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_CreateContainerVersionResponse
+ */
+ public function create($accountId, $containerId, Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_CreateContainerVersionResponse");
+ }
+ /**
+ * Deletes a Container Version. (versions.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a Container Version. (versions.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID. Specify published to retrieve the currently published version.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function get($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+ /**
+ * Lists all Container Versions of a GTM Container.
+ * (versions.listAccountsContainersVersions)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool headers
+ * Retrieve headers only when true.
+ * @return Google_Service_Tagmanager_ListContainerVersionsResponse
+ */
+ public function listAccountsContainersVersions($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainerVersionsResponse");
+ }
+ /**
+ * Updates a Container Version. This method supports patch semantics.
+ * (versions.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param Google_ContainerVersion $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function patch($accountId, $containerId, $containerVersionId, Google_Service_Tagmanager_ContainerVersion $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+ /**
+ * Publishes a Container Version. (versions.publish)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_Tagmanager_PublishContainerVersionResponse
+ */
+ public function publish($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params), "Google_Service_Tagmanager_PublishContainerVersionResponse");
+ }
+ /**
+ * Restores a Container Version. This will overwrite the container's current
+ * configuration (including its macros, rules and tags). The operation will not
+ * have any effect on the version that is being served (i.e. the published
+ * version). (versions.restore)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function restore($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('restore', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+ /**
+ * Undeletes a Container Version. (versions.undelete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function undelete($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('undelete', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+ /**
+ * Updates a Container Version. (versions.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param Google_ContainerVersion $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_Tagmanager_ContainerVersion
+ */
+ public function update($accountId, $containerId, $containerVersionId, Google_Service_Tagmanager_ContainerVersion $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_ContainerVersion");
+ }
+}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_Tagmanager(...);
+ * $permissions = $tagmanagerService->permissions;
+ *
+ */
+class Google_Service_Tagmanager_AccountsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a user's Account & Container Permissions. (permissions.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_UserAccess
+ */
+ public function create($accountId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Tagmanager_UserAccess");
+ }
+ /**
+ * Removes a user from the account, revoking access to it and all of its
+ * containers. (permissions.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $permissionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a user's Account & Container Permissions. (permissions.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_UserAccess
+ */
+ public function get($accountId, $permissionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Tagmanager_UserAccess");
+ }
+ /**
+ * List all users that have access to the account along with Account and
+ * Container Permissions granted to each of them.
+ * (permissions.listAccountsPermissions)
+ *
+ * @param string $accountId
+ * The GTM Account ID. @required tagmanager.accounts.permissions.list
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_ListAccountUsersResponse
+ */
+ public function listAccountsPermissions($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountUsersResponse");
+ }
+ /**
+ * Updates a user's Account & Container Permissions. This method supports patch
+ * semantics. (permissions.patch)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_UserAccess
+ */
+ public function patch($accountId, $permissionId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Tagmanager_UserAccess");
+ }
+ /**
+ * Updates a user's Account & Container Permissions. (permissions.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Tagmanager_UserAccess
+ */
+ public function update($accountId, $permissionId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Tagmanager_UserAccess");
+ }
+}
+
+
+
+
+class Google_Service_Tagmanager_Account extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $fingerprint;
+ public $name;
+ public $shareData;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setShareData($shareData)
+ {
+ $this->shareData = $shareData;
+ }
+
+ public function getShareData()
+ {
+ return $this->shareData;
+ }
+}
+
+class Google_Service_Tagmanager_AccountAccess extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $permission;
+
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+}
+
+class Google_Service_Tagmanager_Condition extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $parameterType = 'Google_Service_Tagmanager_Parameter';
+ protected $parameterDataType = 'array';
+ public $type;
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Tagmanager_Container extends Google_Collection
+{
+ protected $collection_key = 'usageContext';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $domainName;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ public $publicId;
+ public $timeZoneCountryId;
+ public $timeZoneId;
+ public $usageContext;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setDomainName($domainName)
+ {
+ $this->domainName = $domainName;
+ }
+
+ public function getDomainName()
+ {
+ return $this->domainName;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setPublicId($publicId)
+ {
+ $this->publicId = $publicId;
+ }
+
+ public function getPublicId()
+ {
+ return $this->publicId;
+ }
+
+ public function setTimeZoneCountryId($timeZoneCountryId)
+ {
+ $this->timeZoneCountryId = $timeZoneCountryId;
+ }
+
+ public function getTimeZoneCountryId()
+ {
+ return $this->timeZoneCountryId;
+ }
+
+ public function setTimeZoneId($timeZoneId)
+ {
+ $this->timeZoneId = $timeZoneId;
+ }
+
+ public function getTimeZoneId()
+ {
+ return $this->timeZoneId;
+ }
+
+ public function setUsageContext($usageContext)
+ {
+ $this->usageContext = $usageContext;
+ }
+
+ public function getUsageContext()
+ {
+ return $this->usageContext;
+ }
+}
+
+class Google_Service_Tagmanager_ContainerAccess extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $containerId;
+ public $permission;
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+}
+
+class Google_Service_Tagmanager_ContainerVersion extends Google_Collection
+{
+ protected $collection_key = 'trigger';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $containerType = 'Google_Service_Tagmanager_Container';
+ protected $containerDataType = '';
+ public $containerId;
+ public $containerVersionId;
+ public $deleted;
+ public $fingerprint;
+ protected $macroType = 'Google_Service_Tagmanager_Macro';
+ protected $macroDataType = 'array';
+ public $name;
+ public $notes;
+ protected $ruleType = 'Google_Service_Tagmanager_Rule';
+ protected $ruleDataType = 'array';
+ protected $tagType = 'Google_Service_Tagmanager_Tag';
+ protected $tagDataType = 'array';
+ protected $triggerType = 'Google_Service_Tagmanager_Trigger';
+ protected $triggerDataType = 'array';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainer(Google_Service_Tagmanager_Container $container)
+ {
+ $this->container = $container;
+ }
+
+ public function getContainer()
+ {
+ return $this->container;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setContainerVersionId($containerVersionId)
+ {
+ $this->containerVersionId = $containerVersionId;
+ }
+
+ public function getContainerVersionId()
+ {
+ return $this->containerVersionId;
+ }
+
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setMacro($macro)
+ {
+ $this->macro = $macro;
+ }
+
+ public function getMacro()
+ {
+ return $this->macro;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setRule($rule)
+ {
+ $this->rule = $rule;
+ }
+
+ public function getRule()
+ {
+ return $this->rule;
+ }
+
+ public function setTag($tag)
+ {
+ $this->tag = $tag;
+ }
+
+ public function getTag()
+ {
+ return $this->tag;
+ }
+
+ public function setTrigger($trigger)
+ {
+ $this->trigger = $trigger;
+ }
+
+ public function getTrigger()
+ {
+ return $this->trigger;
+ }
+}
+
+class Google_Service_Tagmanager_ContainerVersionHeader extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $containerVersionId;
+ public $deleted;
+ public $name;
+ public $numMacros;
+ public $numRules;
+ public $numTags;
+ public $numTriggers;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setContainerVersionId($containerVersionId)
+ {
+ $this->containerVersionId = $containerVersionId;
+ }
+
+ public function getContainerVersionId()
+ {
+ return $this->containerVersionId;
+ }
+
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNumMacros($numMacros)
+ {
+ $this->numMacros = $numMacros;
+ }
+
+ public function getNumMacros()
+ {
+ return $this->numMacros;
+ }
+
+ public function setNumRules($numRules)
+ {
+ $this->numRules = $numRules;
+ }
+
+ public function getNumRules()
+ {
+ return $this->numRules;
+ }
+
+ public function setNumTags($numTags)
+ {
+ $this->numTags = $numTags;
+ }
+
+ public function getNumTags()
+ {
+ return $this->numTags;
+ }
+
+ public function setNumTriggers($numTriggers)
+ {
+ $this->numTriggers = $numTriggers;
+ }
+
+ public function getNumTriggers()
+ {
+ return $this->numTriggers;
+ }
+}
+
+class Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $name;
+ public $notes;
+ public $quickPreview;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setQuickPreview($quickPreview)
+ {
+ $this->quickPreview = $quickPreview;
+ }
+
+ public function getQuickPreview()
+ {
+ return $this->quickPreview;
+ }
+}
+
+class Google_Service_Tagmanager_CreateContainerVersionResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $compilerError;
+ protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
+ protected $containerVersionDataType = '';
+
+ public function setCompilerError($compilerError)
+ {
+ $this->compilerError = $compilerError;
+ }
+
+ public function getCompilerError()
+ {
+ return $this->compilerError;
+ }
+
+ public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+}
+
+class Google_Service_Tagmanager_ListAccountUsersResponse extends Google_Collection
+{
+ protected $collection_key = 'userAccess';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $userAccessType = 'Google_Service_Tagmanager_UserAccess';
+ protected $userAccessDataType = 'array';
+
+ public function setUserAccess($userAccess)
+ {
+ $this->userAccess = $userAccess;
+ }
+
+ public function getUserAccess()
+ {
+ return $this->userAccess;
+ }
+}
+
+class Google_Service_Tagmanager_ListAccountsResponse extends Google_Collection
+{
+ protected $collection_key = 'accounts';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountsType = 'Google_Service_Tagmanager_Account';
+ protected $accountsDataType = 'array';
+
+ public function setAccounts($accounts)
+ {
+ $this->accounts = $accounts;
+ }
+
+ public function getAccounts()
+ {
+ return $this->accounts;
+ }
+}
+
+class Google_Service_Tagmanager_ListContainerVersionsResponse extends Google_Collection
+{
+ protected $collection_key = 'containerVersionHeader';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
+ protected $containerVersionDataType = 'array';
+ protected $containerVersionHeaderType = 'Google_Service_Tagmanager_ContainerVersionHeader';
+ protected $containerVersionHeaderDataType = 'array';
+
+ public function setContainerVersion($containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+
+ public function setContainerVersionHeader($containerVersionHeader)
+ {
+ $this->containerVersionHeader = $containerVersionHeader;
+ }
+
+ public function getContainerVersionHeader()
+ {
+ return $this->containerVersionHeader;
+ }
+}
+
+class Google_Service_Tagmanager_ListContainersResponse extends Google_Collection
+{
+ protected $collection_key = 'containers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $containersType = 'Google_Service_Tagmanager_Container';
+ protected $containersDataType = 'array';
+
+ public function setContainers($containers)
+ {
+ $this->containers = $containers;
+ }
+
+ public function getContainers()
+ {
+ return $this->containers;
+ }
+}
+
+class Google_Service_Tagmanager_ListMacrosResponse extends Google_Collection
+{
+ protected $collection_key = 'macros';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $macrosType = 'Google_Service_Tagmanager_Macro';
+ protected $macrosDataType = 'array';
+
+ public function setMacros($macros)
+ {
+ $this->macros = $macros;
+ }
+
+ public function getMacros()
+ {
+ return $this->macros;
+ }
+}
+
+class Google_Service_Tagmanager_ListRulesResponse extends Google_Collection
+{
+ protected $collection_key = 'rules';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $rulesType = 'Google_Service_Tagmanager_Rule';
+ protected $rulesDataType = 'array';
+
+ public function setRules($rules)
+ {
+ $this->rules = $rules;
+ }
+
+ public function getRules()
+ {
+ return $this->rules;
+ }
+}
+
+class Google_Service_Tagmanager_ListTagsResponse extends Google_Collection
+{
+ protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $tagsType = 'Google_Service_Tagmanager_Tag';
+ protected $tagsDataType = 'array';
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+}
+
+class Google_Service_Tagmanager_ListTriggersResponse extends Google_Collection
+{
+ protected $collection_key = 'triggers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $triggersType = 'Google_Service_Tagmanager_Trigger';
+ protected $triggersDataType = 'array';
+
+ public function setTriggers($triggers)
+ {
+ $this->triggers = $triggers;
+ }
+
+ public function getTriggers()
+ {
+ return $this->triggers;
+ }
+}
+
+class Google_Service_Tagmanager_ListVariablesResponse extends Google_Collection
+{
+ protected $collection_key = 'variables';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $variablesType = 'Google_Service_Tagmanager_Variable';
+ protected $variablesDataType = 'array';
+
+ public function setVariables($variables)
+ {
+ $this->variables = $variables;
+ }
+
+ public function getVariables()
+ {
+ return $this->variables;
+ }
+}
+
+class Google_Service_Tagmanager_Macro extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $disablingRuleId;
+ public $enablingRuleId;
+ public $fingerprint;
+ public $macroId;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_Tagmanager_Parameter';
+ protected $parameterDataType = 'array';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $type;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setDisablingRuleId($disablingRuleId)
+ {
+ $this->disablingRuleId = $disablingRuleId;
+ }
+
+ public function getDisablingRuleId()
+ {
+ return $this->disablingRuleId;
+ }
+
+ public function setEnablingRuleId($enablingRuleId)
+ {
+ $this->enablingRuleId = $enablingRuleId;
+ }
+
+ public function getEnablingRuleId()
+ {
+ return $this->enablingRuleId;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setMacroId($macroId)
+ {
+ $this->macroId = $macroId;
+ }
+
+ public function getMacroId()
+ {
+ return $this->macroId;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Tagmanager_Parameter extends Google_Collection
+{
+ protected $collection_key = 'map';
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ protected $listType = 'Google_Service_Tagmanager_Parameter';
+ protected $listDataType = 'array';
+ protected $mapType = 'Google_Service_Tagmanager_Parameter';
+ protected $mapDataType = 'array';
+ public $type;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+
+ public function setList($list)
+ {
+ $this->list = $list;
+ }
+
+ public function getList()
+ {
+ return $this->list;
+ }
+
+ public function setMap($map)
+ {
+ $this->map = $map;
+ }
+
+ public function getMap()
+ {
+ return $this->map;
+ }
+
+ 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;
+ }
+}
+
+class Google_Service_Tagmanager_PublishContainerVersionResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $compilerError;
+ protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
+ protected $containerVersionDataType = '';
+
+ public function setCompilerError($compilerError)
+ {
+ $this->compilerError = $compilerError;
+ }
+
+ public function getCompilerError()
+ {
+ return $this->compilerError;
+ }
+
+ public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+}
+
+class Google_Service_Tagmanager_Rule extends Google_Collection
+{
+ protected $collection_key = 'condition';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $conditionType = 'Google_Service_Tagmanager_Condition';
+ protected $conditionDataType = 'array';
+ public $containerId;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ public $ruleId;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setCondition($condition)
+ {
+ $this->condition = $condition;
+ }
+
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setRuleId($ruleId)
+ {
+ $this->ruleId = $ruleId;
+ }
+
+ public function getRuleId()
+ {
+ return $this->ruleId;
+ }
+}
+
+class Google_Service_Tagmanager_Tag extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $blockingRuleId;
+ public $blockingTriggerId;
+ public $containerId;
+ protected $dependenciesType = 'Google_Service_Tagmanager_Parameter';
+ protected $dependenciesDataType = '';
+ public $fingerprint;
+ public $firingRuleId;
+ public $firingTriggerId;
+ public $liveOnly;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_Tagmanager_Parameter';
+ protected $parameterDataType = 'array';
+ protected $priorityType = 'Google_Service_Tagmanager_Parameter';
+ protected $priorityDataType = '';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $tagId;
+ public $type;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setBlockingRuleId($blockingRuleId)
+ {
+ $this->blockingRuleId = $blockingRuleId;
+ }
+
+ public function getBlockingRuleId()
+ {
+ return $this->blockingRuleId;
+ }
+
+ public function setBlockingTriggerId($blockingTriggerId)
+ {
+ $this->blockingTriggerId = $blockingTriggerId;
+ }
+
+ public function getBlockingTriggerId()
+ {
+ return $this->blockingTriggerId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setDependencies(Google_Service_Tagmanager_Parameter $dependencies)
+ {
+ $this->dependencies = $dependencies;
+ }
+
+ public function getDependencies()
+ {
+ return $this->dependencies;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setFiringRuleId($firingRuleId)
+ {
+ $this->firingRuleId = $firingRuleId;
+ }
+
+ public function getFiringRuleId()
+ {
+ return $this->firingRuleId;
+ }
+
+ public function setFiringTriggerId($firingTriggerId)
+ {
+ $this->firingTriggerId = $firingTriggerId;
+ }
+
+ public function getFiringTriggerId()
+ {
+ return $this->firingTriggerId;
+ }
+
+ public function setLiveOnly($liveOnly)
+ {
+ $this->liveOnly = $liveOnly;
+ }
+
+ public function getLiveOnly()
+ {
+ return $this->liveOnly;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+
+ public function setPriority(Google_Service_Tagmanager_Parameter $priority)
+ {
+ $this->priority = $priority;
+ }
+
+ public function getPriority()
+ {
+ return $this->priority;
+ }
+
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+
+ public function setTagId($tagId)
+ {
+ $this->tagId = $tagId;
+ }
+
+ public function getTagId()
+ {
+ return $this->tagId;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Tagmanager_Trigger extends Google_Collection
+{
+ protected $collection_key = 'filter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $autoEventFilterType = 'Google_Service_Tagmanager_Condition';
+ protected $autoEventFilterDataType = 'array';
+ protected $checkValidationType = 'Google_Service_Tagmanager_Parameter';
+ protected $checkValidationDataType = '';
+ public $containerId;
+ protected $customEventFilterType = 'Google_Service_Tagmanager_Condition';
+ protected $customEventFilterDataType = 'array';
+ protected $enableAllVideosType = 'Google_Service_Tagmanager_Parameter';
+ protected $enableAllVideosDataType = '';
+ protected $eventNameType = 'Google_Service_Tagmanager_Parameter';
+ protected $eventNameDataType = '';
+ protected $filterType = 'Google_Service_Tagmanager_Condition';
+ protected $filterDataType = 'array';
+ public $fingerprint;
+ protected $intervalType = 'Google_Service_Tagmanager_Parameter';
+ protected $intervalDataType = '';
+ protected $limitType = 'Google_Service_Tagmanager_Parameter';
+ protected $limitDataType = '';
+ public $name;
+ public $triggerId;
+ public $type;
+ protected $uniqueTriggerIdType = 'Google_Service_Tagmanager_Parameter';
+ protected $uniqueTriggerIdDataType = '';
+ protected $videoPercentageListType = 'Google_Service_Tagmanager_Parameter';
+ protected $videoPercentageListDataType = '';
+ protected $waitForTagsType = 'Google_Service_Tagmanager_Parameter';
+ protected $waitForTagsDataType = '';
+ protected $waitForTagsTimeoutType = 'Google_Service_Tagmanager_Parameter';
+ protected $waitForTagsTimeoutDataType = '';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setAutoEventFilter($autoEventFilter)
+ {
+ $this->autoEventFilter = $autoEventFilter;
+ }
+
+ public function getAutoEventFilter()
+ {
+ return $this->autoEventFilter;
+ }
+
+ public function setCheckValidation(Google_Service_Tagmanager_Parameter $checkValidation)
+ {
+ $this->checkValidation = $checkValidation;
+ }
+
+ public function getCheckValidation()
+ {
+ return $this->checkValidation;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setCustomEventFilter($customEventFilter)
+ {
+ $this->customEventFilter = $customEventFilter;
+ }
+
+ public function getCustomEventFilter()
+ {
+ return $this->customEventFilter;
+ }
+
+ public function setEnableAllVideos(Google_Service_Tagmanager_Parameter $enableAllVideos)
+ {
+ $this->enableAllVideos = $enableAllVideos;
+ }
+
+ public function getEnableAllVideos()
+ {
+ return $this->enableAllVideos;
+ }
+
+ public function setEventName(Google_Service_Tagmanager_Parameter $eventName)
+ {
+ $this->eventName = $eventName;
+ }
+
+ public function getEventName()
+ {
+ return $this->eventName;
+ }
+
+ public function setFilter($filter)
+ {
+ $this->filter = $filter;
+ }
+
+ public function getFilter()
+ {
+ return $this->filter;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setInterval(Google_Service_Tagmanager_Parameter $interval)
+ {
+ $this->interval = $interval;
+ }
+
+ public function getInterval()
+ {
+ return $this->interval;
+ }
+
+ public function setLimit(Google_Service_Tagmanager_Parameter $limit)
+ {
+ $this->limit = $limit;
+ }
+
+ public function getLimit()
+ {
+ return $this->limit;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setTriggerId($triggerId)
+ {
+ $this->triggerId = $triggerId;
+ }
+
+ public function getTriggerId()
+ {
+ return $this->triggerId;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setUniqueTriggerId(Google_Service_Tagmanager_Parameter $uniqueTriggerId)
+ {
+ $this->uniqueTriggerId = $uniqueTriggerId;
+ }
+
+ public function getUniqueTriggerId()
+ {
+ return $this->uniqueTriggerId;
+ }
+
+ public function setVideoPercentageList(Google_Service_Tagmanager_Parameter $videoPercentageList)
+ {
+ $this->videoPercentageList = $videoPercentageList;
+ }
+
+ public function getVideoPercentageList()
+ {
+ return $this->videoPercentageList;
+ }
+
+ public function setWaitForTags(Google_Service_Tagmanager_Parameter $waitForTags)
+ {
+ $this->waitForTags = $waitForTags;
+ }
+
+ public function getWaitForTags()
+ {
+ return $this->waitForTags;
+ }
+
+ public function setWaitForTagsTimeout(Google_Service_Tagmanager_Parameter $waitForTagsTimeout)
+ {
+ $this->waitForTagsTimeout = $waitForTagsTimeout;
+ }
+
+ public function getWaitForTagsTimeout()
+ {
+ return $this->waitForTagsTimeout;
+ }
+}
+
+class Google_Service_Tagmanager_UserAccess extends Google_Collection
+{
+ protected $collection_key = 'containerAccess';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountAccessType = 'Google_Service_Tagmanager_AccountAccess';
+ protected $accountAccessDataType = '';
+ public $accountId;
+ protected $containerAccessType = 'Google_Service_Tagmanager_ContainerAccess';
+ protected $containerAccessDataType = 'array';
+ public $emailAddress;
+ public $permissionId;
+
+ public function setAccountAccess(Google_Service_Tagmanager_AccountAccess $accountAccess)
+ {
+ $this->accountAccess = $accountAccess;
+ }
+
+ public function getAccountAccess()
+ {
+ return $this->accountAccess;
+ }
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerAccess($containerAccess)
+ {
+ $this->containerAccess = $containerAccess;
+ }
+
+ public function getContainerAccess()
+ {
+ return $this->containerAccess;
+ }
+
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+
+ public function setPermissionId($permissionId)
+ {
+ $this->permissionId = $permissionId;
+ }
+
+ public function getPermissionId()
+ {
+ return $this->permissionId;
+ }
+}
+
+class Google_Service_Tagmanager_Variable extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $disablingTriggerId;
+ public $enablingTriggerId;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_Tagmanager_Parameter';
+ protected $parameterDataType = 'array';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $type;
+ public $variableId;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+
+ public function setDisablingTriggerId($disablingTriggerId)
+ {
+ $this->disablingTriggerId = $disablingTriggerId;
+ }
+
+ public function getDisablingTriggerId()
+ {
+ return $this->disablingTriggerId;
+ }
+
+ public function setEnablingTriggerId($enablingTriggerId)
+ {
+ $this->enablingTriggerId = $enablingTriggerId;
+ }
+
+ public function getEnablingTriggerId()
+ {
+ return $this->enablingTriggerId;
+ }
+
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+ public function setVariableId($variableId)
+ {
+ $this->variableId = $variableId;
+ }
+
+ public function getVariableId()
+ {
+ return $this->variableId;
+ }
+}
From 1f276102df3bbc0512e24370f8bc74e4a6d90502 Mon Sep 17 00:00:00 2001
From: Silvano Luciani * For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -89,20 +89,6 @@ public function __construct(Google_Client $client) 'path' => 'accounts', 'httpMethod' => 'GET', 'parameters' => array(), - ),'patch' => array( - 'path' => 'accounts/{accountId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), ),'update' => array( 'path' => 'accounts/{accountId}', 'httpMethod' => 'PUT', @@ -177,25 +163,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'patch' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), ),'update' => array( 'path' => 'accounts/{accountId}/containers/{containerId}', 'httpMethod' => 'PUT', @@ -295,30 +262,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'patch' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'macroId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), ),'update' => array( 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', 'httpMethod' => 'PUT', @@ -423,30 +366,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'patch' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'ruleId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), ),'update' => array( 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', 'httpMethod' => 'PUT', @@ -551,30 +470,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'patch' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), ),'update' => array( 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', 'httpMethod' => 'PUT', @@ -679,30 +574,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'patch' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'triggerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), ),'update' => array( 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', 'httpMethod' => 'PUT', @@ -807,30 +678,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'patch' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'variableId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), ),'update' => array( 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', 'httpMethod' => 'PUT', @@ -939,30 +786,6 @@ public function __construct(Google_Client $client) 'type' => 'boolean', ), ), - ),'patch' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), ),'publish' => array( 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish', 'httpMethod' => 'POST', @@ -1111,21 +934,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'patch' => array( - 'path' => 'accounts/{accountId}/permissions/{permissionId}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'permissionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), ),'update' => array( 'path' => 'accounts/{accountId}/permissions/{permissionId}', 'httpMethod' => 'PUT', @@ -1186,24 +994,6 @@ public function listAccounts($optParams = array()) $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountsResponse"); } - /** - * Updates a GTM Account. This method supports patch semantics. (accounts.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param Google_Account $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string fingerprint - * When provided, this fingerprint must match the fingerprint of the account in storage. - * @return Google_Service_Tagmanager_Account - */ - public function patch($accountId, Google_Service_Tagmanager_Account $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_Account"); - } /** * Updates a GTM Account. (accounts.update) * @@ -1296,26 +1086,6 @@ public function listAccountsContainers($accountId, $optParams = array()) $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainersResponse"); } - /** - * Updates a Container. This method supports patch semantics. (containers.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param string $containerId - * The GTM Container ID. - * @param Google_Container $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string fingerprint - * When provided, this fingerprint must match the fingerprint of the container in storage. - * @return Google_Service_Tagmanager_Container - */ - public function patch($accountId, $containerId, Google_Service_Tagmanager_Container $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_Container"); - } /** * Updates a Container. (containers.update) * @@ -1417,28 +1187,6 @@ public function listAccountsContainersMacros($accountId, $containerId, $optParam $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListMacrosResponse"); } - /** - * Updates a GTM Macro. This method supports patch semantics. (macros.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param string $containerId - * The GTM Container ID. - * @param string $macroId - * The GTM Macro ID. - * @param Google_Macro $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string fingerprint - * When provided, this fingerprint must match the fingerprint of the macro in storage. - * @return Google_Service_Tagmanager_Macro - */ - public function patch($accountId, $containerId, $macroId, Google_Service_Tagmanager_Macro $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_Macro"); - } /** * Updates a GTM Macro. (macros.update) * @@ -1541,28 +1289,6 @@ public function listAccountsContainersRules($accountId, $containerId, $optParams $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListRulesResponse"); } - /** - * Updates a GTM Rule. This method supports patch semantics. (rules.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param string $containerId - * The GTM Container ID. - * @param string $ruleId - * The GTM Rule ID. - * @param Google_Rule $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string fingerprint - * When provided, this fingerprint must match the fingerprint of the rule in storage. - * @return Google_Service_Tagmanager_Rule - */ - public function patch($accountId, $containerId, $ruleId, Google_Service_Tagmanager_Rule $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_Rule"); - } /** * Updates a GTM Rule. (rules.update) * @@ -1665,28 +1391,6 @@ public function listAccountsContainersTags($accountId, $containerId, $optParams $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListTagsResponse"); } - /** - * Updates a GTM Tag. This method supports patch semantics. (tags.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param string $containerId - * The GTM Container ID. - * @param string $tagId - * The GTM Tag ID. - * @param Google_Tag $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string fingerprint - * When provided, this fingerprint must match the fingerprint of the tag in storage. - * @return Google_Service_Tagmanager_Tag - */ - public function patch($accountId, $containerId, $tagId, Google_Service_Tagmanager_Tag $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_Tag"); - } /** * Updates a GTM Tag. (tags.update) * @@ -1790,28 +1494,6 @@ public function listAccountsContainersTriggers($accountId, $containerId, $optPar $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListTriggersResponse"); } - /** - * Updates a GTM Trigger. This method supports patch semantics. (triggers.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param string $containerId - * The GTM Container ID. - * @param string $triggerId - * The GTM Trigger ID. - * @param Google_Trigger $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string fingerprint - * When provided, this fingerprint must match the fingerprint of the trigger in storage. - * @return Google_Service_Tagmanager_Trigger - */ - public function patch($accountId, $containerId, $triggerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_Trigger"); - } /** * Updates a GTM Trigger. (triggers.update) * @@ -1915,29 +1597,6 @@ public function listAccountsContainersVariables($accountId, $containerId, $optPa $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListVariablesResponse"); } - /** - * Updates a GTM Variable. This method supports patch semantics. - * (variables.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param string $containerId - * The GTM Container ID. - * @param string $variableId - * The GTM Variable ID. - * @param Google_Variable $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string fingerprint - * When provided, this fingerprint must match the fingerprint of the variable in storage. - * @return Google_Service_Tagmanager_Variable - */ - public function patch($accountId, $containerId, $variableId, Google_Service_Tagmanager_Variable $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_Variable"); - } /** * Updates a GTM Variable. (variables.update) * @@ -2044,29 +1703,6 @@ public function listAccountsContainersVersions($accountId, $containerId, $optPar $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainerVersionsResponse"); } - /** - * Updates a Container Version. This method supports patch semantics. - * (versions.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param string $containerId - * The GTM Container ID. - * @param string $containerVersionId - * The GTM Container Version ID. - * @param Google_ContainerVersion $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string fingerprint - * When provided, this fingerprint must match the fingerprint of the container version in storage. - * @return Google_Service_Tagmanager_ContainerVersion - */ - public function patch($accountId, $containerId, $containerVersionId, Google_Service_Tagmanager_ContainerVersion $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_ContainerVersion"); - } /** * Publishes a Container Version. (versions.publish) * @@ -2224,24 +1860,6 @@ public function listAccountsPermissions($accountId, $optParams = array()) $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountUsersResponse"); } - /** - * Updates a user's Account & Container Permissions. This method supports patch - * semantics. (permissions.patch) - * - * @param string $accountId - * The GTM Account ID. - * @param string $permissionId - * The GTM User ID. - * @param Google_UserAccess $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_Tagmanager_UserAccess - */ - public function patch($accountId, $permissionId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array()) - { - $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_Tagmanager_UserAccess"); - } /** * Updates a user's Account & Container Permissions. (permissions.update) * From 1321213f5c1d6cedc34d70cd08e7a256082c0444 Mon Sep 17 00:00:00 2001 From: Silvano Luciani- * The Replica Pool API allows users to declaratively provision and manage groups of Google Compute Engine instances based on a common template. + * The Google Compute Engine Instance Group Manager API provides groups of homogenous Compute Engine Instances. *
* ** For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -33,17 +33,13 @@ class Google_Service_Replicapool extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; - /** View and manage your Google Cloud Platform management resources and deployment status information. */ - const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman"; - /** View your Google Cloud Platform management resources and deployment status information. */ - const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly"; - /** View and manage replica pools. */ - const REPLICAPOOL = "https://www.googleapis.com/auth/replicapool"; - /** View replica pools. */ - const REPLICAPOOL_READONLY = "https://www.googleapis.com/auth/replicapool.readonly"; - - public $pools; - public $replicas; + /** View and manage your Google Compute Engine resources. */ + const COMPUTE = "https://www.googleapis.com/auth/compute"; + /** View your Google Compute Engine resources. */ + const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly"; + + public $instanceGroupManagers; + public $zoneOperations; /** @@ -54,21 +50,61 @@ class Google_Service_Replicapool extends Google_Service public function __construct(Google_Client $client) { parent::__construct($client); - $this->servicePath = 'replicapool/v1beta1/projects/'; - $this->version = 'v1beta1'; + $this->servicePath = 'replicapool/v1beta2/projects/'; + $this->version = 'v1beta2'; $this->serviceName = 'replicapool'; - $this->pools = new Google_Service_Replicapool_Pools_Resource( + $this->instanceGroupManagers = new Google_Service_Replicapool_InstanceGroupManagers_Resource( $this, $this->serviceName, - 'pools', + 'instanceGroupManagers', array( 'methods' => array( - 'delete' => array( - 'path' => '{projectName}/zones/{zone}/pools/{poolName}', + 'abandonInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'deleteInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances', 'httpMethod' => 'POST', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -78,17 +114,17 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'poolName' => array( + 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( - 'path' => '{projectName}/zones/{zone}/pools/{poolName}', + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}', 'httpMethod' => 'GET', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -98,17 +134,17 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'poolName' => array( + 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( - 'path' => '{projectName}/zones/{zone}/pools', + 'path' => '{project}/zones/{zone}/instanceGroupManagers', 'httpMethod' => 'POST', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -118,12 +154,17 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), + 'size' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), ), ),'list' => array( - 'path' => '{projectName}/zones/{zone}/pools', + 'path' => '{project}/zones/{zone}/instanceGroupManagers', 'httpMethod' => 'GET', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -133,6 +174,10 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -142,11 +187,11 @@ public function __construct(Google_Client $client) 'type' => 'integer', ), ), - ),'resize' => array( - 'path' => '{projectName}/zones/{zone}/pools/{poolName}/resize', + ),'recreateInstances' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances', 'httpMethod' => 'POST', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -156,21 +201,17 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'poolName' => array( + 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'numReplicas' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), - ),'updatetemplate' => array( - 'path' => '{projectName}/zones/{zone}/pools/{poolName}/updateTemplate', + ),'resize' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize', 'httpMethod' => 'POST', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -180,27 +221,22 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'poolName' => array( + 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), + 'size' => array( + 'location' => 'query', + 'type' => 'integer', + 'required' => true, + ), ), - ), - ) - ) - ); - $this->replicas = new Google_Service_Replicapool_Replicas_Resource( - $this, - $this->serviceName, - 'replicas', - array( - 'methods' => array( - 'delete' => array( - 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}', + ),'setInstanceTemplate' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate', 'httpMethod' => 'POST', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -210,22 +246,17 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'poolName' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'replicaName' => array( + 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), - ),'get' => array( - 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}', - 'httpMethod' => 'GET', + ),'setTargetPools' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools', + 'httpMethod' => 'POST', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -235,22 +266,27 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'poolName' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'replicaName' => array( + 'instanceGroupManager' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), - ),'list' => array( - 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas', + ), + ) + ) + ); + $this->zoneOperations = new Google_Service_Replicapool_ZoneOperations_Resource( + $this, + $this->serviceName, + 'zoneOperations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/zones/{zone}/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -260,25 +296,17 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'poolName' => array( + 'operation' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), - ),'restart' => array( - 'path' => '{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}/restart', - 'httpMethod' => 'POST', + ),'list' => array( + 'path' => '{project}/zones/{zone}/operations', + 'httpMethod' => 'GET', 'parameters' => array( - 'projectName' => array( + 'project' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -288,15 +316,17 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'poolName' => array( - 'location' => 'path', + 'filter' => array( + 'location' => 'query', 'type' => 'string', - 'required' => true, ), - 'replicaName' => array( - 'location' => 'path', + 'pageToken' => array( + 'location' => 'query', 'type' => 'string', - 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', ), ), ), @@ -308,365 +338,394 @@ public function __construct(Google_Client $client) /** - * The "pools" collection of methods. + * The "instanceGroupManagers" collection of methods. * Typical usage is: *
* $replicapoolService = new Google_Service_Replicapool(...);
- * $pools = $replicapoolService->pools;
+ * $instanceGroupManagers = $replicapoolService->instanceGroupManagers;
*
*/
-class Google_Service_Replicapool_Pools_Resource extends Google_Service_Resource
+class Google_Service_Replicapool_InstanceGroupManagers_Resource extends Google_Service_Resource
{
/**
- * Deletes a replica pool. (pools.delete)
+ * Removes the specified instances from the managed instance group, and from any
+ * target pools of which they were members, without deleting the instances.
+ * (instanceGroupManagers.abandonInstances)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param string $poolName
- * The name of the replica pool for this request.
- * @param Google_PoolsDeleteRequest $postBody
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersAbandonInstancesRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
*/
- public function delete($projectName, $zone, $poolName, Google_Service_Replicapool_PoolsDeleteRequest $postBody, $optParams = array())
+ public function abandonInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersAbandonInstancesRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ return $this->call('abandonInstances', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Gets information about a single replica pool. (pools.get)
+ * Deletes the instance group manager and all instances contained within. If
+ * you'd like to delete the manager without deleting the instances, you must
+ * first abandon the instances to remove them from the group.
+ * (instanceGroupManagers.delete)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param string $poolName
- * The name of the replica pool for this request.
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * Name of the Instance Group Manager resource to delete.
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Pool
+ * @return Google_Service_Replicapool_Operation
*/
- public function get($projectName, $zone, $poolName, $optParams = array())
+ public function delete($project, $zone, $instanceGroupManager, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Replicapool_Pool");
+ return $this->call('delete', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Inserts a new replica pool. (pools.insert)
+ * Deletes the specified instances. The instances are removed from the instance
+ * group and any target pools of which they are a member, then deleted. The
+ * targetSize of the instance group manager is reduced by the number of
+ * instances deleted. (instanceGroupManagers.deleteInstances)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param Google_Pool $postBody
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersDeleteInstancesRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Pool
+ * @return Google_Service_Replicapool_Operation
*/
- public function insert($projectName, $zone, Google_Service_Replicapool_Pool $postBody, $optParams = array())
+ public function deleteInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersDeleteInstancesRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Replicapool_Pool");
+ return $this->call('deleteInstances', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * List all replica pools. (pools.listPools)
+ * Returns the specified Instance Group Manager resource.
+ * (instanceGroupManagers.get)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * Name of the instance resource to return.
* @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_InstanceGroupManager
+ */
+ public function get($project, $zone, $instanceGroupManager, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Replicapool_InstanceGroupManager");
+ }
+ /**
+ * Creates an instance group manager, as well as the instance group and the
+ * specified number of instances. (instanceGroupManagers.insert)
*
- * @opt_param string pageToken
- * Set this to the nextPageToken value returned by a previous list request to obtain the next page
- * of results from the previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default:
- * 50)
- * @return Google_Service_Replicapool_PoolsListResponse
+ * @param string $project
+ * The Google Developers Console project name.
+ * @param string $zone
+ * The name of the zone in which the instance group manager resides.
+ * @param int $size
+ * Number of instances that should exist.
+ * @param Google_InstanceGroupManager $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
*/
- public function listPools($projectName, $zone, $optParams = array())
+ public function insert($project, $zone, $size, Google_Service_Replicapool_InstanceGroupManager $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone);
+ $params = array('project' => $project, 'zone' => $zone, 'size' => $size, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Replicapool_PoolsListResponse");
+ return $this->call('insert', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Resize a pool. This is an asynchronous operation, and multiple overlapping
- * resize requests can be made. Replica Pools will use the information from the
- * last resize request. (pools.resize)
+ * Retrieves the list of Instance Group Manager resources contained within the
+ * specified zone. (instanceGroupManagers.listInstanceGroupManagers)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param string $poolName
- * The name of the replica pool for this request.
+ * The name of the zone in which the instance group manager resides.
* @param array $optParams Optional parameters.
*
- * @opt_param int numReplicas
- * The desired number of replicas to resize to. If this number is larger than the existing number
- * of replicas, new replicas will be added. If the number is smaller, then existing replicas will
- * be deleted.
- * @return Google_Service_Replicapool_Pool
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Replicapool_InstanceGroupManagerList
*/
- public function resize($projectName, $zone, $poolName, $optParams = array())
+ public function listInstanceGroupManagers($project, $zone, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('resize', array($params), "Google_Service_Replicapool_Pool");
+ return $this->call('list', array($params), "Google_Service_Replicapool_InstanceGroupManagerList");
}
/**
- * Update the template used by the pool. (pools.updatetemplate)
+ * Recreates the specified instances. The instances are deleted, then recreated
+ * using the instance group manager's current instance template.
+ * (instanceGroupManagers.recreateInstances)
*
- * @param string $projectName
- * The project ID for this replica pool.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone for this replica pool.
- * @param string $poolName
- * The name of the replica pool for this request.
- * @param Google_Template $postBody
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersRecreateInstancesRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
*/
- public function updatetemplate($projectName, $zone, $poolName, Google_Service_Replicapool_Template $postBody, $optParams = array())
+ public function recreateInstances($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersRecreateInstancesRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('updatetemplate', array($params));
+ return $this->call('recreateInstances', array($params), "Google_Service_Replicapool_Operation");
}
-}
-
-/**
- * The "replicas" collection of methods.
- * Typical usage is:
- *
- * $replicapoolService = new Google_Service_Replicapool(...);
- * $replicas = $replicapoolService->replicas;
- *
- */
-class Google_Service_Replicapool_Replicas_Resource extends Google_Service_Resource
-{
-
/**
- * Deletes a replica from the pool. (replicas.delete)
+ * Resizes the managed instance group up or down. If resized up, new instances
+ * are created using the current instance template. If resized down, instances
+ * are removed in the order outlined in Resizing a managed instance group.
+ * (instanceGroupManagers.resize)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone where the replica lives.
- * @param string $poolName
- * The replica pool name for this request.
- * @param string $replicaName
- * The name of the replica for this request.
- * @param Google_ReplicasDeleteRequest $postBody
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param int $size
+ * Number of instances that should exist in this Instance Group Manager.
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Replica
+ * @return Google_Service_Replicapool_Operation
*/
- public function delete($projectName, $zone, $poolName, $replicaName, Google_Service_Replicapool_ReplicasDeleteRequest $postBody, $optParams = array())
+ public function resize($project, $zone, $instanceGroupManager, $size, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'size' => $size);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_Replicapool_Replica");
+ return $this->call('resize', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Gets information about a specific replica. (replicas.get)
+ * Sets the instance template to use when creating new instances in this group.
+ * Existing instances are not affected.
+ * (instanceGroupManagers.setInstanceTemplate)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone where the replica lives.
- * @param string $poolName
- * The replica pool name for this request.
- * @param string $replicaName
- * The name of the replica for this request.
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersSetInstanceTemplateRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Replica
+ * @return Google_Service_Replicapool_Operation
*/
- public function get($projectName, $zone, $poolName, $replicaName, $optParams = array())
+ public function setInstanceTemplate($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersSetInstanceTemplateRequest $postBody, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName);
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Replicapool_Replica");
+ return $this->call('setInstanceTemplate', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Lists all replicas in a pool. (replicas.listReplicas)
+ * Modifies the target pools to which all new instances in this group are
+ * assigned. Existing instances in the group are not affected.
+ * (instanceGroupManagers.setTargetPools)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * The Google Developers Console project name.
* @param string $zone
- * The zone where the replica pool lives.
- * @param string $poolName
- * The replica pool name for this request.
+ * The name of the zone in which the instance group manager resides.
+ * @param string $instanceGroupManager
+ * The name of the instance group manager.
+ * @param Google_InstanceGroupManagersSetTargetPoolsRequest $postBody
* @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
+ */
+ public function setTargetPools($project, $zone, $instanceGroupManager, Google_Service_Replicapool_InstanceGroupManagersSetTargetPoolsRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('setTargetPools', array($params), "Google_Service_Replicapool_Operation");
+ }
+}
+
+/**
+ * The "zoneOperations" collection of methods.
+ * Typical usage is:
+ *
+ * $replicapoolService = new Google_Service_Replicapool(...);
+ * $zoneOperations = $replicapoolService->zoneOperations;
+ *
+ */
+class Google_Service_Replicapool_ZoneOperations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the specified zone-specific operation resource.
+ * (zoneOperations.get)
*
- * @opt_param string pageToken
- * Set this to the nextPageToken value returned by a previous list request to obtain the next page
- * of results from the previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default:
- * 50)
- * @return Google_Service_Replicapool_ReplicasListResponse
+ * @param string $project
+ * Name of the project scoping this request.
+ * @param string $zone
+ * Name of the zone scoping this request.
+ * @param string $operation
+ * Name of the operation resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapool_Operation
*/
- public function listReplicas($projectName, $zone, $poolName, $optParams = array())
+ public function get($project, $zone, $operation, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName);
+ $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Replicapool_ReplicasListResponse");
+ return $this->call('get', array($params), "Google_Service_Replicapool_Operation");
}
/**
- * Restarts a replica in a pool. (replicas.restart)
+ * Retrieves the list of operation resources contained within the specified
+ * zone. (zoneOperations.listZoneOperations)
*
- * @param string $projectName
- * The project ID for this request.
+ * @param string $project
+ * Name of the project scoping this request.
* @param string $zone
- * The zone where the replica lives.
- * @param string $poolName
- * The replica pool name for this request.
- * @param string $replicaName
- * The name of the replica for this request.
+ * Name of the zone scoping this request.
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapool_Replica
+ *
+ * @opt_param string filter
+ * Optional. Filter expression for filtering listed resources.
+ * @opt_param string pageToken
+ * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
+ * previous list request.
+ * @opt_param string maxResults
+ * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
+ * 500.
+ * @return Google_Service_Replicapool_OperationList
*/
- public function restart($projectName, $zone, $poolName, $replicaName, $optParams = array())
+ public function listZoneOperations($project, $zone, $optParams = array())
{
- $params = array('projectName' => $projectName, 'zone' => $zone, 'poolName' => $poolName, 'replicaName' => $replicaName);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('restart', array($params), "Google_Service_Replicapool_Replica");
+ return $this->call('list', array($params), "Google_Service_Replicapool_OperationList");
}
}
-class Google_Service_Replicapool_AccessConfig extends Google_Model
+class Google_Service_Replicapool_InstanceGroupManager extends Google_Collection
{
+ protected $collection_key = 'targetPools';
protected $internal_gapi_mappings = array(
);
+ public $baseInstanceName;
+ public $creationTimestamp;
+ public $currentSize;
+ public $description;
+ public $fingerprint;
+ public $group;
+ public $id;
+ public $instanceTemplate;
+ public $kind;
public $name;
- public $natIp;
- public $type;
+ public $selfLink;
+ public $targetPools;
+ public $targetSize;
- public function setName($name)
+ public function setBaseInstanceName($baseInstanceName)
{
- $this->name = $name;
+ $this->baseInstanceName = $baseInstanceName;
}
- public function getName()
+ public function getBaseInstanceName()
{
- return $this->name;
+ return $this->baseInstanceName;
}
-
- public function setNatIp($natIp)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->natIp = $natIp;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getNatIp()
+ public function getCreationTimestamp()
{
- return $this->natIp;
+ return $this->creationTimestamp;
}
-
- public function setType($type)
+ public function setCurrentSize($currentSize)
{
- $this->type = $type;
+ $this->currentSize = $currentSize;
}
- public function getType()
+ public function getCurrentSize()
{
- return $this->type;
+ return $this->currentSize;
}
-}
-
-class Google_Service_Replicapool_Action extends Google_Collection
-{
- protected $collection_key = 'envVariables';
- protected $internal_gapi_mappings = array(
- );
- public $commands;
- protected $envVariablesType = 'Google_Service_Replicapool_EnvVariable';
- protected $envVariablesDataType = 'array';
- public $timeoutMilliSeconds;
-
- public function setCommands($commands)
+ public function setDescription($description)
{
- $this->commands = $commands;
+ $this->description = $description;
}
- public function getCommands()
+ public function getDescription()
{
- return $this->commands;
+ return $this->description;
}
-
- public function setEnvVariables($envVariables)
+ public function setFingerprint($fingerprint)
{
- $this->envVariables = $envVariables;
+ $this->fingerprint = $fingerprint;
}
- public function getEnvVariables()
+ public function getFingerprint()
{
- return $this->envVariables;
+ return $this->fingerprint;
}
-
- public function setTimeoutMilliSeconds($timeoutMilliSeconds)
+ public function setGroup($group)
{
- $this->timeoutMilliSeconds = $timeoutMilliSeconds;
+ $this->group = $group;
}
- public function getTimeoutMilliSeconds()
+ public function getGroup()
{
- return $this->timeoutMilliSeconds;
+ return $this->group;
}
-}
-
-class Google_Service_Replicapool_DiskAttachment extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $deviceName;
- public $index;
-
- public function setDeviceName($deviceName)
+ public function setId($id)
{
- $this->deviceName = $deviceName;
+ $this->id = $id;
}
- public function getDeviceName()
+ public function getId()
{
- return $this->deviceName;
+ return $this->id;
}
-
- public function setIndex($index)
+ public function setInstanceTemplate($instanceTemplate)
{
- $this->index = $index;
+ $this->instanceTemplate = $instanceTemplate;
}
- public function getIndex()
+ public function getInstanceTemplate()
{
- return $this->index;
+ return $this->instanceTemplate;
}
-}
-
-class Google_Service_Replicapool_EnvVariable extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $hidden;
- public $name;
- public $value;
-
- public function setHidden($hidden)
+ public function setKind($kind)
{
- $this->hidden = $hidden;
+ $this->kind = $kind;
}
- public function getHidden()
+ public function getKind()
{
- return $this->hidden;
+ return $this->kind;
}
-
public function setName($name)
{
$this->name = $name;
@@ -676,464 +735,311 @@ public function getName()
{
return $this->name;
}
-
- public function setValue($value)
+ public function setSelfLink($selfLink)
{
- $this->value = $value;
+ $this->selfLink = $selfLink;
}
- public function getValue()
+ public function getSelfLink()
{
- return $this->value;
+ return $this->selfLink;
}
-}
-
-class Google_Service_Replicapool_ExistingDisk extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $attachmentType = 'Google_Service_Replicapool_DiskAttachment';
- protected $attachmentDataType = '';
- public $source;
-
- public function setAttachment(Google_Service_Replicapool_DiskAttachment $attachment)
+ public function setTargetPools($targetPools)
{
- $this->attachment = $attachment;
+ $this->targetPools = $targetPools;
}
- public function getAttachment()
+ public function getTargetPools()
{
- return $this->attachment;
+ return $this->targetPools;
}
-
- public function setSource($source)
+ public function setTargetSize($targetSize)
{
- $this->source = $source;
+ $this->targetSize = $targetSize;
}
- public function getSource()
+ public function getTargetSize()
{
- return $this->source;
+ return $this->targetSize;
}
+
}
-class Google_Service_Replicapool_HealthCheck extends Google_Model
+class Google_Service_Replicapool_InstanceGroupManagerList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
- public $checkIntervalSec;
- public $description;
- public $healthyThreshold;
- public $host;
- public $name;
- public $path;
- public $port;
- public $timeoutSec;
- public $unhealthyThreshold;
+ public $id;
+ protected $itemsType = 'Google_Service_Replicapool_InstanceGroupManager';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
- public function setCheckIntervalSec($checkIntervalSec)
+ public function setId($id)
{
- $this->checkIntervalSec = $checkIntervalSec;
+ $this->id = $id;
}
- public function getCheckIntervalSec()
+ public function getId()
{
- return $this->checkIntervalSec;
+ return $this->id;
}
-
- public function setDescription($description)
+ public function setItems($items)
{
- $this->description = $description;
+ $this->items = $items;
}
- public function getDescription()
+ public function getItems()
{
- return $this->description;
+ return $this->items;
}
-
- public function setHealthyThreshold($healthyThreshold)
+ public function setKind($kind)
{
- $this->healthyThreshold = $healthyThreshold;
+ $this->kind = $kind;
}
- public function getHealthyThreshold()
+ public function getKind()
{
- return $this->healthyThreshold;
+ return $this->kind;
}
-
- public function setHost($host)
+ public function setNextPageToken($nextPageToken)
{
- $this->host = $host;
+ $this->nextPageToken = $nextPageToken;
}
- public function getHost()
+ public function getNextPageToken()
{
- return $this->host;
+ return $this->nextPageToken;
}
-
- public function setName($name)
+ public function setSelfLink($selfLink)
{
- $this->name = $name;
+ $this->selfLink = $selfLink;
}
- public function getName()
+ public function getSelfLink()
{
- return $this->name;
+ return $this->selfLink;
}
- public function setPath($path)
- {
- $this->path = $path;
- }
+}
- public function getPath()
- {
- return $this->path;
- }
+class Google_Service_Replicapool_InstanceGroupManagersAbandonInstancesRequest extends Google_Collection
+{
+ protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
+ public $instances;
- public function setPort($port)
+ public function setInstances($instances)
{
- $this->port = $port;
+ $this->instances = $instances;
}
- public function getPort()
+ public function getInstances()
{
- return $this->port;
+ return $this->instances;
}
- public function setTimeoutSec($timeoutSec)
+}
+
+class Google_Service_Replicapool_InstanceGroupManagersDeleteInstancesRequest extends Google_Collection
+{
+ protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
+ public $instances;
+
+ public function setInstances($instances)
{
- $this->timeoutSec = $timeoutSec;
+ $this->instances = $instances;
}
- public function getTimeoutSec()
+ public function getInstances()
{
- return $this->timeoutSec;
+ return $this->instances;
}
- public function setUnhealthyThreshold($unhealthyThreshold)
+}
+
+class Google_Service_Replicapool_InstanceGroupManagersRecreateInstancesRequest extends Google_Collection
+{
+ protected $collection_key = 'instances';
+ protected $internal_gapi_mappings = array(
+ );
+ public $instances;
+
+ public function setInstances($instances)
{
- $this->unhealthyThreshold = $unhealthyThreshold;
+ $this->instances = $instances;
}
- public function getUnhealthyThreshold()
+ public function getInstances()
{
- return $this->unhealthyThreshold;
+ return $this->instances;
}
+
}
-class Google_Service_Replicapool_Label extends Google_Model
+class Google_Service_Replicapool_InstanceGroupManagersSetInstanceTemplateRequest extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $key;
- public $value;
+ public $instanceTemplate;
- public function setKey($key)
+ public function setInstanceTemplate($instanceTemplate)
{
- $this->key = $key;
+ $this->instanceTemplate = $instanceTemplate;
}
- public function getKey()
+ public function getInstanceTemplate()
{
- return $this->key;
+ return $this->instanceTemplate;
}
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
}
-class Google_Service_Replicapool_Metadata extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $fingerPrint;
- protected $itemsType = 'Google_Service_Replicapool_MetadataItem';
- protected $itemsDataType = 'array';
-
- public function setFingerPrint($fingerPrint)
- {
- $this->fingerPrint = $fingerPrint;
- }
-
- public function getFingerPrint()
- {
- return $this->fingerPrint;
- }
-
- public function setItems($items)
- {
- $this->items = $items;
- }
-
- public function getItems()
- {
- return $this->items;
- }
-}
-
-class Google_Service_Replicapool_MetadataItem extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $key;
- public $value;
-
- public function setKey($key)
- {
- $this->key = $key;
- }
-
- public function getKey()
- {
- return $this->key;
- }
-
- public function setValue($value)
- {
- $this->value = $value;
- }
-
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_Replicapool_NetworkInterface extends Google_Collection
-{
- protected $collection_key = 'accessConfigs';
- protected $internal_gapi_mappings = array(
- );
- protected $accessConfigsType = 'Google_Service_Replicapool_AccessConfig';
- protected $accessConfigsDataType = 'array';
- public $network;
- public $networkIp;
-
- public function setAccessConfigs($accessConfigs)
- {
- $this->accessConfigs = $accessConfigs;
- }
-
- public function getAccessConfigs()
- {
- return $this->accessConfigs;
- }
-
- public function setNetwork($network)
- {
- $this->network = $network;
- }
-
- public function getNetwork()
- {
- return $this->network;
- }
-
- public function setNetworkIp($networkIp)
- {
- $this->networkIp = $networkIp;
- }
-
- public function getNetworkIp()
- {
- return $this->networkIp;
- }
-}
-
-class Google_Service_Replicapool_NewDisk extends Google_Model
+class Google_Service_Replicapool_InstanceGroupManagersSetTargetPoolsRequest extends Google_Collection
{
+ protected $collection_key = 'targetPools';
protected $internal_gapi_mappings = array(
);
- protected $attachmentType = 'Google_Service_Replicapool_DiskAttachment';
- protected $attachmentDataType = '';
- public $autoDelete;
- public $boot;
- protected $initializeParamsType = 'Google_Service_Replicapool_NewDiskInitializeParams';
- protected $initializeParamsDataType = '';
-
- public function setAttachment(Google_Service_Replicapool_DiskAttachment $attachment)
- {
- $this->attachment = $attachment;
- }
-
- public function getAttachment()
- {
- return $this->attachment;
- }
-
- public function setAutoDelete($autoDelete)
- {
- $this->autoDelete = $autoDelete;
- }
+ public $fingerprint;
+ public $targetPools;
- public function getAutoDelete()
+ public function setFingerprint($fingerprint)
{
- return $this->autoDelete;
+ $this->fingerprint = $fingerprint;
}
- public function setBoot($boot)
+ public function getFingerprint()
{
- $this->boot = $boot;
+ return $this->fingerprint;
}
-
- public function getBoot()
+ public function setTargetPools($targetPools)
{
- return $this->boot;
+ $this->targetPools = $targetPools;
}
- public function setInitializeParams(Google_Service_Replicapool_NewDiskInitializeParams $initializeParams)
+ public function getTargetPools()
{
- $this->initializeParams = $initializeParams;
+ return $this->targetPools;
}
- public function getInitializeParams()
- {
- return $this->initializeParams;
- }
}
-class Google_Service_Replicapool_NewDiskInitializeParams extends Google_Model
+class Google_Service_Replicapool_Operation extends Google_Collection
{
+ protected $collection_key = 'warnings';
protected $internal_gapi_mappings = array(
);
- public $diskSizeGb;
- public $diskType;
- public $sourceImage;
+ public $clientOperationId;
+ public $creationTimestamp;
+ public $endTime;
+ protected $errorType = 'Google_Service_Replicapool_OperationError';
+ protected $errorDataType = '';
+ public $httpErrorMessage;
+ public $httpErrorStatusCode;
+ public $id;
+ public $insertTime;
+ public $kind;
+ public $name;
+ public $operationType;
+ public $progress;
+ public $region;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $statusMessage;
+ public $targetId;
+ public $targetLink;
+ public $user;
+ protected $warningsType = 'Google_Service_Replicapool_OperationWarnings';
+ protected $warningsDataType = 'array';
+ public $zone;
- public function setDiskSizeGb($diskSizeGb)
+ public function setClientOperationId($clientOperationId)
{
- $this->diskSizeGb = $diskSizeGb;
+ $this->clientOperationId = $clientOperationId;
}
- public function getDiskSizeGb()
+ public function getClientOperationId()
{
- return $this->diskSizeGb;
+ return $this->clientOperationId;
}
-
- public function setDiskType($diskType)
+ public function setCreationTimestamp($creationTimestamp)
{
- $this->diskType = $diskType;
+ $this->creationTimestamp = $creationTimestamp;
}
- public function getDiskType()
+ public function getCreationTimestamp()
{
- return $this->diskType;
+ return $this->creationTimestamp;
}
-
- public function setSourceImage($sourceImage)
+ public function setEndTime($endTime)
{
- $this->sourceImage = $sourceImage;
+ $this->endTime = $endTime;
}
- public function getSourceImage()
+ public function getEndTime()
{
- return $this->sourceImage;
+ return $this->endTime;
}
-}
-
-class Google_Service_Replicapool_Pool extends Google_Collection
-{
- protected $collection_key = 'targetPools';
- protected $internal_gapi_mappings = array(
- );
- public $autoRestart;
- public $baseInstanceName;
- public $currentNumReplicas;
- public $description;
- protected $healthChecksType = 'Google_Service_Replicapool_HealthCheck';
- protected $healthChecksDataType = 'array';
- public $initialNumReplicas;
- protected $labelsType = 'Google_Service_Replicapool_Label';
- protected $labelsDataType = 'array';
- public $name;
- public $numReplicas;
- public $resourceViews;
- public $selfLink;
- public $targetPool;
- public $targetPools;
- protected $templateType = 'Google_Service_Replicapool_Template';
- protected $templateDataType = '';
- public $type;
-
- public function setAutoRestart($autoRestart)
+ public function setError(Google_Service_Replicapool_OperationError $error)
{
- $this->autoRestart = $autoRestart;
+ $this->error = $error;
}
- public function getAutoRestart()
+ public function getError()
{
- return $this->autoRestart;
+ return $this->error;
}
-
- public function setBaseInstanceName($baseInstanceName)
+ public function setHttpErrorMessage($httpErrorMessage)
{
- $this->baseInstanceName = $baseInstanceName;
+ $this->httpErrorMessage = $httpErrorMessage;
}
- public function getBaseInstanceName()
+ public function getHttpErrorMessage()
{
- return $this->baseInstanceName;
+ return $this->httpErrorMessage;
}
-
- public function setCurrentNumReplicas($currentNumReplicas)
+ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
- $this->currentNumReplicas = $currentNumReplicas;
+ $this->httpErrorStatusCode = $httpErrorStatusCode;
}
- public function getCurrentNumReplicas()
+ public function getHttpErrorStatusCode()
{
- return $this->currentNumReplicas;
+ return $this->httpErrorStatusCode;
}
-
- public function setDescription($description)
+ public function setId($id)
{
- $this->description = $description;
+ $this->id = $id;
}
- public function getDescription()
+ public function getId()
{
- return $this->description;
- }
-
- public function setHealthChecks($healthChecks)
- {
- $this->healthChecks = $healthChecks;
+ return $this->id;
}
-
- public function getHealthChecks()
+ public function setInsertTime($insertTime)
{
- return $this->healthChecks;
+ $this->insertTime = $insertTime;
}
- public function setInitialNumReplicas($initialNumReplicas)
+ public function getInsertTime()
{
- $this->initialNumReplicas = $initialNumReplicas;
+ return $this->insertTime;
}
-
- public function getInitialNumReplicas()
+ public function setKind($kind)
{
- return $this->initialNumReplicas;
+ $this->kind = $kind;
}
- public function setLabels($labels)
+ public function getKind()
{
- $this->labels = $labels;
+ return $this->kind;
}
-
- public function getLabels()
- {
- return $this->labels;
- }
-
public function setName($name)
{
$this->name = $name;
@@ -1143,27 +1049,33 @@ public function getName()
{
return $this->name;
}
-
- public function setNumReplicas($numReplicas)
+ public function setOperationType($operationType)
{
- $this->numReplicas = $numReplicas;
+ $this->operationType = $operationType;
}
- public function getNumReplicas()
+ public function getOperationType()
{
- return $this->numReplicas;
+ return $this->operationType;
}
-
- public function setResourceViews($resourceViews)
+ public function setProgress($progress)
{
- $this->resourceViews = $resourceViews;
+ $this->progress = $progress;
}
- public function getResourceViews()
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+ public function setRegion($region)
{
- return $this->resourceViews;
+ $this->region = $region;
}
+ public function getRegion()
+ {
+ return $this->region;
+ }
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
@@ -1173,291 +1085,160 @@ public function getSelfLink()
{
return $this->selfLink;
}
-
- public function setTargetPool($targetPool)
+ public function setStartTime($startTime)
{
- $this->targetPool = $targetPool;
+ $this->startTime = $startTime;
}
- public function getTargetPool()
+ public function getStartTime()
{
- return $this->targetPool;
+ return $this->startTime;
}
-
- public function setTargetPools($targetPools)
+ public function setStatus($status)
{
- $this->targetPools = $targetPools;
+ $this->status = $status;
}
- public function getTargetPools()
+ public function getStatus()
{
- return $this->targetPools;
+ return $this->status;
}
-
- public function setTemplate(Google_Service_Replicapool_Template $template)
+ public function setStatusMessage($statusMessage)
{
- $this->template = $template;
+ $this->statusMessage = $statusMessage;
}
- public function getTemplate()
+ public function getStatusMessage()
{
- return $this->template;
+ return $this->statusMessage;
}
-
- public function setType($type)
+ public function setTargetId($targetId)
{
- $this->type = $type;
+ $this->targetId = $targetId;
}
- public function getType()
+ public function getTargetId()
{
- return $this->type;
+ return $this->targetId;
}
-}
-
-class Google_Service_Replicapool_PoolsDeleteRequest extends Google_Collection
-{
- protected $collection_key = 'abandonInstances';
- protected $internal_gapi_mappings = array(
- );
- public $abandonInstances;
-
- public function setAbandonInstances($abandonInstances)
+ public function setTargetLink($targetLink)
{
- $this->abandonInstances = $abandonInstances;
+ $this->targetLink = $targetLink;
}
- public function getAbandonInstances()
+ public function getTargetLink()
{
- return $this->abandonInstances;
+ return $this->targetLink;
}
-}
-
-class Google_Service_Replicapool_PoolsListResponse extends Google_Collection
-{
- protected $collection_key = 'resources';
- protected $internal_gapi_mappings = array(
- );
- public $nextPageToken;
- protected $resourcesType = 'Google_Service_Replicapool_Pool';
- protected $resourcesDataType = 'array';
-
- public function setNextPageToken($nextPageToken)
+ public function setUser($user)
{
- $this->nextPageToken = $nextPageToken;
+ $this->user = $user;
}
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-
- public function setResources($resources)
+ public function getUser()
{
- $this->resources = $resources;
+ return $this->user;
}
-
- public function getResources()
+ public function setWarnings($warnings)
{
- return $this->resources;
+ $this->warnings = $warnings;
}
-}
-
-class Google_Service_Replicapool_Replica extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $name;
- public $selfLink;
- protected $statusType = 'Google_Service_Replicapool_ReplicaStatus';
- protected $statusDataType = '';
- public function setName($name)
+ public function getWarnings()
{
- $this->name = $name;
+ return $this->warnings;
}
-
- public function getName()
+ public function setZone($zone)
{
- return $this->name;
+ $this->zone = $zone;
}
- public function setSelfLink($selfLink)
+ public function getZone()
{
- $this->selfLink = $selfLink;
+ return $this->zone;
}
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-
- public function setStatus(Google_Service_Replicapool_ReplicaStatus $status)
- {
- $this->status = $status;
- }
-
- public function getStatus()
- {
- return $this->status;
- }
}
-class Google_Service_Replicapool_ReplicaStatus extends Google_Model
+class Google_Service_Replicapool_OperationError extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $internal_gapi_mappings = array(
);
- public $details;
- public $state;
- public $templateVersion;
- public $vmLink;
- public $vmStartTime;
+ protected $errorsType = 'Google_Service_Replicapool_OperationErrorErrors';
+ protected $errorsDataType = 'array';
- public function setDetails($details)
+ public function setErrors($errors)
{
- $this->details = $details;
+ $this->errors = $errors;
}
- public function getDetails()
+ public function getErrors()
{
- return $this->details;
+ return $this->errors;
}
- public function setState($state)
- {
- $this->state = $state;
- }
-
- public function getState()
- {
- return $this->state;
- }
-
- public function setTemplateVersion($templateVersion)
- {
- $this->templateVersion = $templateVersion;
- }
-
- public function getTemplateVersion()
- {
- return $this->templateVersion;
- }
-
- public function setVmLink($vmLink)
- {
- $this->vmLink = $vmLink;
- }
-
- public function getVmLink()
- {
- return $this->vmLink;
- }
-
- public function setVmStartTime($vmStartTime)
- {
- $this->vmStartTime = $vmStartTime;
- }
-
- public function getVmStartTime()
- {
- return $this->vmStartTime;
- }
-}
-
-class Google_Service_Replicapool_ReplicasDeleteRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $abandonInstance;
-
- public function setAbandonInstance($abandonInstance)
- {
- $this->abandonInstance = $abandonInstance;
- }
-
- public function getAbandonInstance()
- {
- return $this->abandonInstance;
- }
}
-class Google_Service_Replicapool_ReplicasListResponse extends Google_Collection
+class Google_Service_Replicapool_OperationErrorErrors extends Google_Model
{
- protected $collection_key = 'resources';
protected $internal_gapi_mappings = array(
);
- public $nextPageToken;
- protected $resourcesType = 'Google_Service_Replicapool_Replica';
- protected $resourcesDataType = 'array';
+ public $code;
+ public $location;
+ public $message;
- public function setNextPageToken($nextPageToken)
+ public function setCode($code)
{
- $this->nextPageToken = $nextPageToken;
+ $this->code = $code;
}
- public function getNextPageToken()
+ public function getCode()
{
- return $this->nextPageToken;
+ return $this->code;
}
-
- public function setResources($resources)
+ public function setLocation($location)
{
- $this->resources = $resources;
+ $this->location = $location;
}
- public function getResources()
+ public function getLocation()
{
- return $this->resources;
+ return $this->location;
}
-}
-
-class Google_Service_Replicapool_ServiceAccount extends Google_Collection
-{
- protected $collection_key = 'scopes';
- protected $internal_gapi_mappings = array(
- );
- public $email;
- public $scopes;
-
- public function setEmail($email)
- {
- $this->email = $email;
- }
-
- public function getEmail()
+ public function setMessage($message)
{
- return $this->email;
+ $this->message = $message;
}
- public function setScopes($scopes)
+ public function getMessage()
{
- $this->scopes = $scopes;
+ return $this->message;
}
- public function getScopes()
- {
- return $this->scopes;
- }
}
-class Google_Service_Replicapool_Tag extends Google_Collection
+class Google_Service_Replicapool_OperationList extends Google_Collection
{
protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
- public $fingerPrint;
- public $items;
+ public $id;
+ protected $itemsType = 'Google_Service_Replicapool_Operation';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
- public function setFingerPrint($fingerPrint)
+ public function setId($id)
{
- $this->fingerPrint = $fingerPrint;
+ $this->id = $id;
}
- public function getFingerPrint()
+ public function getId()
{
- return $this->fingerPrint;
+ return $this->id;
}
-
public function setItems($items)
{
$this->items = $items;
@@ -1467,192 +1248,100 @@ public function getItems()
{
return $this->items;
}
-}
-
-class Google_Service_Replicapool_Template extends Google_Collection
-{
- protected $collection_key = 'healthChecks';
- protected $internal_gapi_mappings = array(
- );
- protected $actionType = 'Google_Service_Replicapool_Action';
- protected $actionDataType = '';
- protected $healthChecksType = 'Google_Service_Replicapool_HealthCheck';
- protected $healthChecksDataType = 'array';
- public $version;
- protected $vmParamsType = 'Google_Service_Replicapool_VmParams';
- protected $vmParamsDataType = '';
-
- public function setAction(Google_Service_Replicapool_Action $action)
+ public function setKind($kind)
{
- $this->action = $action;
+ $this->kind = $kind;
}
- public function getAction()
+ public function getKind()
{
- return $this->action;
+ return $this->kind;
}
-
- public function setHealthChecks($healthChecks)
- {
- $this->healthChecks = $healthChecks;
- }
-
- public function getHealthChecks()
+ public function setNextPageToken($nextPageToken)
{
- return $this->healthChecks;
+ $this->nextPageToken = $nextPageToken;
}
- public function setVersion($version)
+ public function getNextPageToken()
{
- $this->version = $version;
+ return $this->nextPageToken;
}
-
- public function getVersion()
+ public function setSelfLink($selfLink)
{
- return $this->version;
+ $this->selfLink = $selfLink;
}
- public function setVmParams(Google_Service_Replicapool_VmParams $vmParams)
+ public function getSelfLink()
{
- $this->vmParams = $vmParams;
+ return $this->selfLink;
}
- public function getVmParams()
- {
- return $this->vmParams;
- }
}
-class Google_Service_Replicapool_VmParams extends Google_Collection
+class Google_Service_Replicapool_OperationWarnings extends Google_Collection
{
- protected $collection_key = 'serviceAccounts';
+ protected $collection_key = 'data';
protected $internal_gapi_mappings = array(
);
- public $baseInstanceName;
- public $canIpForward;
- public $description;
- protected $disksToAttachType = 'Google_Service_Replicapool_ExistingDisk';
- protected $disksToAttachDataType = 'array';
- protected $disksToCreateType = 'Google_Service_Replicapool_NewDisk';
- protected $disksToCreateDataType = 'array';
- public $machineType;
- protected $metadataType = 'Google_Service_Replicapool_Metadata';
- protected $metadataDataType = '';
- protected $networkInterfacesType = 'Google_Service_Replicapool_NetworkInterface';
- protected $networkInterfacesDataType = 'array';
- public $onHostMaintenance;
- protected $serviceAccountsType = 'Google_Service_Replicapool_ServiceAccount';
- protected $serviceAccountsDataType = 'array';
- protected $tagsType = 'Google_Service_Replicapool_Tag';
- protected $tagsDataType = '';
-
- public function setBaseInstanceName($baseInstanceName)
- {
- $this->baseInstanceName = $baseInstanceName;
- }
-
- public function getBaseInstanceName()
- {
- return $this->baseInstanceName;
- }
-
- public function setCanIpForward($canIpForward)
- {
- $this->canIpForward = $canIpForward;
- }
-
- public function getCanIpForward()
- {
- return $this->canIpForward;
- }
+ public $code;
+ protected $dataType = 'Google_Service_Replicapool_OperationWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
- public function setDescription($description)
+ public function setCode($code)
{
- $this->description = $description;
+ $this->code = $code;
}
- public function getDescription()
+ public function getCode()
{
- return $this->description;
+ return $this->code;
}
-
- public function setDisksToAttach($disksToAttach)
- {
- $this->disksToAttach = $disksToAttach;
- }
-
- public function getDisksToAttach()
- {
- return $this->disksToAttach;
- }
-
- public function setDisksToCreate($disksToCreate)
+ public function setData($data)
{
- $this->disksToCreate = $disksToCreate;
+ $this->data = $data;
}
- public function getDisksToCreate()
+ public function getData()
{
- return $this->disksToCreate;
+ return $this->data;
}
-
- public function setMachineType($machineType)
- {
- $this->machineType = $machineType;
- }
-
- public function getMachineType()
- {
- return $this->machineType;
- }
-
- public function setMetadata(Google_Service_Replicapool_Metadata $metadata)
- {
- $this->metadata = $metadata;
- }
-
- public function getMetadata()
+ public function setMessage($message)
{
- return $this->metadata;
+ $this->message = $message;
}
- public function setNetworkInterfaces($networkInterfaces)
+ public function getMessage()
{
- $this->networkInterfaces = $networkInterfaces;
+ return $this->message;
}
- public function getNetworkInterfaces()
- {
- return $this->networkInterfaces;
- }
+}
- public function setOnHostMaintenance($onHostMaintenance)
- {
- $this->onHostMaintenance = $onHostMaintenance;
- }
+class Google_Service_Replicapool_OperationWarningsData extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ public $value;
- public function getOnHostMaintenance()
+ public function setKey($key)
{
- return $this->onHostMaintenance;
+ $this->key = $key;
}
- public function setServiceAccounts($serviceAccounts)
+ public function getKey()
{
- $this->serviceAccounts = $serviceAccounts;
+ return $this->key;
}
-
- public function getServiceAccounts()
+ public function setValue($value)
{
- return $this->serviceAccounts;
+ $this->value = $value;
}
- public function setTags(Google_Service_Replicapool_Tag $tags)
+ public function getValue()
{
- $this->tags = $tags;
+ return $this->value;
}
- public function getTags()
- {
- return $this->tags;
- }
}
From 08c2f6fb7b6a3aa57698b5d6196c97fc6647c41e Mon Sep 17 00:00:00 2001
From: Silvano Luciani + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_TagManager extends Google_Service +{ + /** Delete your Google Tag Manager containers. */ + const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers"; + /** Manage your Google Tag Manager containers. */ + const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers"; + /** Manage your Google Tag Manager container versions. */ + const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions"; + /** Manage your Google Tag Manager accounts. */ + const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts"; + /** Manage user permissions of your Google Tag Manager data. */ + const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users"; + /** Publish your Google Tag Manager containers. */ + const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish"; + /** View your Google Tag Manager containers. */ + const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly"; + + public $accounts; + public $accounts_containers; + public $accounts_containers_macros; + public $accounts_containers_rules; + public $accounts_containers_tags; + public $accounts_containers_triggers; + public $accounts_containers_variables; + public $accounts_containers_versions; + public $accounts_permissions; + + + /** + * Constructs the internal representation of the TagManager service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'tagmanager/v1/'; + $this->version = 'v1'; + $this->serviceName = 'tagmanager'; + + $this->accounts = new Google_Service_TagManager_Accounts_Resource( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'accounts/{accountId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'update' => array( + 'path' => 'accounts/{accountId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers = new Google_Service_TagManager_AccountsContainers_Resource( + $this, + $this->serviceName, + 'containers', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_macros = new Google_Service_TagManager_AccountsContainersMacros_Resource( + $this, + $this->serviceName, + 'macros', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'macroId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'macroId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'macroId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_rules = new Google_Service_TagManager_AccountsContainersRules_Resource( + $this, + $this->serviceName, + 'rules', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ruleId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_tags = new Google_Service_TagManager_AccountsContainersTags_Resource( + $this, + $this->serviceName, + 'tags', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tagId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tagId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'tagId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_triggers = new Google_Service_TagManager_AccountsContainersTriggers_Resource( + $this, + $this->serviceName, + 'triggers', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'triggerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_variables = new Google_Service_TagManager_AccountsContainersVariables_Resource( + $this, + $this->serviceName, + 'variables', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'variableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'variableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'variableId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_containers_versions = new Google_Service_TagManager_AccountsContainersVersions_Resource( + $this, + $this->serviceName, + 'versions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'headers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'publish' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'restore' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'undelete' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'containerVersionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fingerprint' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_permissions = new Google_Service_TagManager_AccountsPermissions_Resource( + $this, + $this->serviceName, + 'permissions', + array( + 'methods' => array( + 'create' => array( + 'path' => 'accounts/{accountId}/permissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'accounts/{accountId}/permissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'accounts/{accountId}/permissions/{permissionId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'accountId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "accounts" collection of methods. + * Typical usage is: + *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $accounts = $tagmanagerService->accounts;
+ *
+ */
+class Google_Service_TagManager_Accounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets a GTM Account. (accounts.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Account
+ */
+ public function get($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Account");
+ }
+ /**
+ * Lists all GTM Accounts that a user has access to. (accounts.listAccounts)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListAccountsResponse
+ */
+ public function listAccounts($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListAccountsResponse");
+ }
+ /**
+ * Updates a GTM Account. (accounts.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the account in storage.
+ * @return Google_Service_TagManager_Account
+ */
+ public function update($accountId, Google_Service_TagManager_Account $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Account");
+ }
+}
+
+/**
+ * The "containers" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $containers = $tagmanagerService->containers;
+ *
+ */
+class Google_Service_TagManager_AccountsContainers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Container. (containers.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Container
+ */
+ public function create($accountId, Google_Service_TagManager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Container");
+ }
+ /**
+ * Deletes a Container. (containers.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a Container. (containers.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Container
+ */
+ public function get($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Container");
+ }
+ /**
+ * Lists all Containers that belongs to a GTM Account.
+ * (containers.listAccountsContainers)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListContainersResponse
+ */
+ public function listAccountsContainers($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListContainersResponse");
+ }
+ /**
+ * Updates a Container. (containers.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Container $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container in storage.
+ * @return Google_Service_TagManager_Container
+ */
+ public function update($accountId, $containerId, Google_Service_TagManager_Container $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Container");
+ }
+}
+
+/**
+ * The "macros" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $macros = $tagmanagerService->macros;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersMacros_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Macro. (macros.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Macro
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Macro");
+ }
+ /**
+ * Deletes a GTM Macro. (macros.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $macroId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Macro. (macros.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Macro
+ */
+ public function get($accountId, $containerId, $macroId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Macro");
+ }
+ /**
+ * Lists all GTM Macros of a Container. (macros.listAccountsContainersMacros)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListMacrosResponse
+ */
+ public function listAccountsContainersMacros($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListMacrosResponse");
+ }
+ /**
+ * Updates a GTM Macro. (macros.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $macroId
+ * The GTM Macro ID.
+ * @param Google_Macro $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the macro in storage.
+ * @return Google_Service_TagManager_Macro
+ */
+ public function update($accountId, $containerId, $macroId, Google_Service_TagManager_Macro $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Macro");
+ }
+}
+/**
+ * The "rules" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $rules = $tagmanagerService->rules;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersRules_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Rule. (rules.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Rule
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Rule");
+ }
+ /**
+ * Deletes a GTM Rule. (rules.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $ruleId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Rule. (rules.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Rule
+ */
+ public function get($accountId, $containerId, $ruleId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Rule");
+ }
+ /**
+ * Lists all GTM Rules of a Container. (rules.listAccountsContainersRules)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListRulesResponse
+ */
+ public function listAccountsContainersRules($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListRulesResponse");
+ }
+ /**
+ * Updates a GTM Rule. (rules.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $ruleId
+ * The GTM Rule ID.
+ * @param Google_Rule $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the rule in storage.
+ * @return Google_Service_TagManager_Rule
+ */
+ public function update($accountId, $containerId, $ruleId, Google_Service_TagManager_Rule $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Rule");
+ }
+}
+/**
+ * The "tags" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $tags = $tagmanagerService->tags;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersTags_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Tag. (tags.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Tag
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Tag");
+ }
+ /**
+ * Deletes a GTM Tag. (tags.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $tagId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Tag. (tags.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Tag
+ */
+ public function get($accountId, $containerId, $tagId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Tag");
+ }
+ /**
+ * Lists all GTM Tags of a Container. (tags.listAccountsContainersTags)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListTagsResponse
+ */
+ public function listAccountsContainersTags($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListTagsResponse");
+ }
+ /**
+ * Updates a GTM Tag. (tags.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $tagId
+ * The GTM Tag ID.
+ * @param Google_Tag $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the tag in storage.
+ * @return Google_Service_TagManager_Tag
+ */
+ public function update($accountId, $containerId, $tagId, Google_Service_TagManager_Tag $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Tag");
+ }
+}
+/**
+ * The "triggers" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $triggers = $tagmanagerService->triggers;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersTriggers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Trigger. (triggers.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Trigger
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Trigger");
+ }
+ /**
+ * Deletes a GTM Trigger. (triggers.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $triggerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Trigger. (triggers.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Trigger
+ */
+ public function get($accountId, $containerId, $triggerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Trigger");
+ }
+ /**
+ * Lists all GTM Triggers of a Container.
+ * (triggers.listAccountsContainersTriggers)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListTriggersResponse
+ */
+ public function listAccountsContainersTriggers($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListTriggersResponse");
+ }
+ /**
+ * Updates a GTM Trigger. (triggers.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $triggerId
+ * The GTM Trigger ID.
+ * @param Google_Trigger $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the trigger in storage.
+ * @return Google_Service_TagManager_Trigger
+ */
+ public function update($accountId, $containerId, $triggerId, Google_Service_TagManager_Trigger $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Trigger");
+ }
+}
+/**
+ * The "variables" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $variables = $tagmanagerService->variables;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersVariables_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a GTM Variable. (variables.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Variable
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_Variable");
+ }
+ /**
+ * Deletes a GTM Variable. (variables.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $variableId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a GTM Variable. (variables.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_Variable
+ */
+ public function get($accountId, $containerId, $variableId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_Variable");
+ }
+ /**
+ * Lists all GTM Variables of a Container.
+ * (variables.listAccountsContainersVariables)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListVariablesResponse
+ */
+ public function listAccountsContainersVariables($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListVariablesResponse");
+ }
+ /**
+ * Updates a GTM Variable. (variables.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $variableId
+ * The GTM Variable ID.
+ * @param Google_Variable $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the variable in storage.
+ * @return Google_Service_TagManager_Variable
+ */
+ public function update($accountId, $containerId, $variableId, Google_Service_TagManager_Variable $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_Variable");
+ }
+}
+/**
+ * The "versions" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $versions = $tagmanagerService->versions;
+ *
+ */
+class Google_Service_TagManager_AccountsContainersVersions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Container Version. (versions.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param Google_CreateContainerVersionRequestVersionOptions $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_CreateContainerVersionResponse
+ */
+ public function create($accountId, $containerId, Google_Service_TagManager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_CreateContainerVersionResponse");
+ }
+ /**
+ * Deletes a Container Version. (versions.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a Container Version. (versions.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID. Specify published to retrieve the currently published version.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ContainerVersion
+ */
+ public function get($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_ContainerVersion");
+ }
+ /**
+ * Lists all Container Versions of a GTM Container.
+ * (versions.listAccountsContainersVersions)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool headers
+ * Retrieve headers only when true.
+ * @return Google_Service_TagManager_ListContainerVersionsResponse
+ */
+ public function listAccountsContainersVersions($accountId, $containerId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListContainerVersionsResponse");
+ }
+ /**
+ * Publishes a Container Version. (versions.publish)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_TagManager_PublishContainerVersionResponse
+ */
+ public function publish($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('publish', array($params), "Google_Service_TagManager_PublishContainerVersionResponse");
+ }
+ /**
+ * Restores a Container Version. This will overwrite the container's current
+ * configuration (including its macros, rules and tags). The operation will not
+ * have any effect on the version that is being served (i.e. the published
+ * version). (versions.restore)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ContainerVersion
+ */
+ public function restore($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('restore', array($params), "Google_Service_TagManager_ContainerVersion");
+ }
+ /**
+ * Undeletes a Container Version. (versions.undelete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ContainerVersion
+ */
+ public function undelete($accountId, $containerId, $containerVersionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('undelete', array($params), "Google_Service_TagManager_ContainerVersion");
+ }
+ /**
+ * Updates a Container Version. (versions.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $containerId
+ * The GTM Container ID.
+ * @param string $containerVersionId
+ * The GTM Container Version ID.
+ * @param Google_ContainerVersion $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string fingerprint
+ * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @return Google_Service_TagManager_ContainerVersion
+ */
+ public function update($accountId, $containerId, $containerVersionId, Google_Service_TagManager_ContainerVersion $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_ContainerVersion");
+ }
+}
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $tagmanagerService = new Google_Service_TagManager(...);
+ * $permissions = $tagmanagerService->permissions;
+ *
+ */
+class Google_Service_TagManager_AccountsPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a user's Account & Container Permissions. (permissions.create)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_UserAccess
+ */
+ public function create($accountId, Google_Service_TagManager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_TagManager_UserAccess");
+ }
+ /**
+ * Removes a user from the account, revoking access to it and all of its
+ * containers. (permissions.delete)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $permissionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a user's Account & Container Permissions. (permissions.get)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_UserAccess
+ */
+ public function get($accountId, $permissionId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_TagManager_UserAccess");
+ }
+ /**
+ * List all users that have access to the account along with Account and
+ * Container Permissions granted to each of them.
+ * (permissions.listAccountsPermissions)
+ *
+ * @param string $accountId
+ * The GTM Account ID. @required tagmanager.accounts.permissions.list
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_ListAccountUsersResponse
+ */
+ public function listAccountsPermissions($accountId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_TagManager_ListAccountUsersResponse");
+ }
+ /**
+ * Updates a user's Account & Container Permissions. (permissions.update)
+ *
+ * @param string $accountId
+ * The GTM Account ID.
+ * @param string $permissionId
+ * The GTM User ID.
+ * @param Google_UserAccess $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_TagManager_UserAccess
+ */
+ public function update($accountId, $permissionId, Google_Service_TagManager_UserAccess $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_TagManager_UserAccess");
+ }
+}
+
+
+
+
+class Google_Service_TagManager_Account extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $fingerprint;
+ public $name;
+ public $shareData;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setShareData($shareData)
+ {
+ $this->shareData = $shareData;
+ }
+
+ public function getShareData()
+ {
+ return $this->shareData;
+ }
+
+}
+
+class Google_Service_TagManager_AccountAccess extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $permission;
+
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+
+}
+
+class Google_Service_TagManager_Condition extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $parameterType = 'Google_Service_TagManager_Parameter';
+ protected $parameterDataType = 'array';
+ public $type;
+
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+}
+
+class Google_Service_TagManager_Container extends Google_Collection
+{
+ protected $collection_key = 'usageContext';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $domainName;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ public $publicId;
+ public $timeZoneCountryId;
+ public $timeZoneId;
+ public $usageContext;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setDomainName($domainName)
+ {
+ $this->domainName = $domainName;
+ }
+
+ public function getDomainName()
+ {
+ return $this->domainName;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setPublicId($publicId)
+ {
+ $this->publicId = $publicId;
+ }
+
+ public function getPublicId()
+ {
+ return $this->publicId;
+ }
+ public function setTimeZoneCountryId($timeZoneCountryId)
+ {
+ $this->timeZoneCountryId = $timeZoneCountryId;
+ }
+
+ public function getTimeZoneCountryId()
+ {
+ return $this->timeZoneCountryId;
+ }
+ public function setTimeZoneId($timeZoneId)
+ {
+ $this->timeZoneId = $timeZoneId;
+ }
+
+ public function getTimeZoneId()
+ {
+ return $this->timeZoneId;
+ }
+ public function setUsageContext($usageContext)
+ {
+ $this->usageContext = $usageContext;
+ }
+
+ public function getUsageContext()
+ {
+ return $this->usageContext;
+ }
+
+}
+
+class Google_Service_TagManager_ContainerAccess extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $containerId;
+ public $permission;
+
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+
+}
+
+class Google_Service_TagManager_ContainerVersion extends Google_Collection
+{
+ protected $collection_key = 'variable';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $containerType = 'Google_Service_TagManager_Container';
+ protected $containerDataType = '';
+ public $containerId;
+ public $containerVersionId;
+ public $deleted;
+ public $fingerprint;
+ protected $macroType = 'Google_Service_TagManager_Macro';
+ protected $macroDataType = 'array';
+ public $name;
+ public $notes;
+ protected $ruleType = 'Google_Service_TagManager_Rule';
+ protected $ruleDataType = 'array';
+ protected $tagType = 'Google_Service_TagManager_Tag';
+ protected $tagDataType = 'array';
+ protected $triggerType = 'Google_Service_TagManager_Trigger';
+ protected $triggerDataType = 'array';
+ protected $variableType = 'Google_Service_TagManager_Variable';
+ protected $variableDataType = 'array';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainer(Google_Service_TagManager_Container $container)
+ {
+ $this->container = $container;
+ }
+
+ public function getContainer()
+ {
+ return $this->container;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setContainerVersionId($containerVersionId)
+ {
+ $this->containerVersionId = $containerVersionId;
+ }
+
+ public function getContainerVersionId()
+ {
+ return $this->containerVersionId;
+ }
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setMacro($macro)
+ {
+ $this->macro = $macro;
+ }
+
+ public function getMacro()
+ {
+ return $this->macro;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setRule($rule)
+ {
+ $this->rule = $rule;
+ }
+
+ public function getRule()
+ {
+ return $this->rule;
+ }
+ public function setTag($tag)
+ {
+ $this->tag = $tag;
+ }
+
+ public function getTag()
+ {
+ return $this->tag;
+ }
+ public function setTrigger($trigger)
+ {
+ $this->trigger = $trigger;
+ }
+
+ public function getTrigger()
+ {
+ return $this->trigger;
+ }
+ public function setVariable($variable)
+ {
+ $this->variable = $variable;
+ }
+
+ public function getVariable()
+ {
+ return $this->variable;
+ }
+
+}
+
+class Google_Service_TagManager_ContainerVersionHeader extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $containerVersionId;
+ public $deleted;
+ public $name;
+ public $numMacros;
+ public $numRules;
+ public $numTags;
+ public $numTriggers;
+ public $numVariables;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setContainerVersionId($containerVersionId)
+ {
+ $this->containerVersionId = $containerVersionId;
+ }
+
+ public function getContainerVersionId()
+ {
+ return $this->containerVersionId;
+ }
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNumMacros($numMacros)
+ {
+ $this->numMacros = $numMacros;
+ }
+
+ public function getNumMacros()
+ {
+ return $this->numMacros;
+ }
+ public function setNumRules($numRules)
+ {
+ $this->numRules = $numRules;
+ }
+
+ public function getNumRules()
+ {
+ return $this->numRules;
+ }
+ public function setNumTags($numTags)
+ {
+ $this->numTags = $numTags;
+ }
+
+ public function getNumTags()
+ {
+ return $this->numTags;
+ }
+ public function setNumTriggers($numTriggers)
+ {
+ $this->numTriggers = $numTriggers;
+ }
+
+ public function getNumTriggers()
+ {
+ return $this->numTriggers;
+ }
+ public function setNumVariables($numVariables)
+ {
+ $this->numVariables = $numVariables;
+ }
+
+ public function getNumVariables()
+ {
+ return $this->numVariables;
+ }
+
+}
+
+class Google_Service_TagManager_CreateContainerVersionRequestVersionOptions extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $name;
+ public $notes;
+ public $quickPreview;
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setQuickPreview($quickPreview)
+ {
+ $this->quickPreview = $quickPreview;
+ }
+
+ public function getQuickPreview()
+ {
+ return $this->quickPreview;
+ }
+
+}
+
+class Google_Service_TagManager_CreateContainerVersionResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $compilerError;
+ protected $containerVersionType = 'Google_Service_TagManager_ContainerVersion';
+ protected $containerVersionDataType = '';
+
+ public function setCompilerError($compilerError)
+ {
+ $this->compilerError = $compilerError;
+ }
+
+ public function getCompilerError()
+ {
+ return $this->compilerError;
+ }
+ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+
+}
+
+class Google_Service_TagManager_ListAccountUsersResponse extends Google_Collection
+{
+ protected $collection_key = 'userAccess';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $userAccessType = 'Google_Service_TagManager_UserAccess';
+ protected $userAccessDataType = 'array';
+
+ public function setUserAccess($userAccess)
+ {
+ $this->userAccess = $userAccess;
+ }
+
+ public function getUserAccess()
+ {
+ return $this->userAccess;
+ }
+
+}
+
+class Google_Service_TagManager_ListAccountsResponse extends Google_Collection
+{
+ protected $collection_key = 'accounts';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountsType = 'Google_Service_TagManager_Account';
+ protected $accountsDataType = 'array';
+
+ public function setAccounts($accounts)
+ {
+ $this->accounts = $accounts;
+ }
+
+ public function getAccounts()
+ {
+ return $this->accounts;
+ }
+
+}
+
+class Google_Service_TagManager_ListContainerVersionsResponse extends Google_Collection
+{
+ protected $collection_key = 'containerVersionHeader';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $containerVersionType = 'Google_Service_TagManager_ContainerVersion';
+ protected $containerVersionDataType = 'array';
+ protected $containerVersionHeaderType = 'Google_Service_TagManager_ContainerVersionHeader';
+ protected $containerVersionHeaderDataType = 'array';
+
+ public function setContainerVersion($containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+ public function setContainerVersionHeader($containerVersionHeader)
+ {
+ $this->containerVersionHeader = $containerVersionHeader;
+ }
+
+ public function getContainerVersionHeader()
+ {
+ return $this->containerVersionHeader;
+ }
+
+}
+
+class Google_Service_TagManager_ListContainersResponse extends Google_Collection
+{
+ protected $collection_key = 'containers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $containersType = 'Google_Service_TagManager_Container';
+ protected $containersDataType = 'array';
+
+ public function setContainers($containers)
+ {
+ $this->containers = $containers;
+ }
+
+ public function getContainers()
+ {
+ return $this->containers;
+ }
+
+}
+
+class Google_Service_TagManager_ListMacrosResponse extends Google_Collection
+{
+ protected $collection_key = 'macros';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $macrosType = 'Google_Service_TagManager_Macro';
+ protected $macrosDataType = 'array';
+
+ public function setMacros($macros)
+ {
+ $this->macros = $macros;
+ }
+
+ public function getMacros()
+ {
+ return $this->macros;
+ }
+
+}
+
+class Google_Service_TagManager_ListRulesResponse extends Google_Collection
+{
+ protected $collection_key = 'rules';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $rulesType = 'Google_Service_TagManager_Rule';
+ protected $rulesDataType = 'array';
+
+ public function setRules($rules)
+ {
+ $this->rules = $rules;
+ }
+
+ public function getRules()
+ {
+ return $this->rules;
+ }
+
+}
+
+class Google_Service_TagManager_ListTagsResponse extends Google_Collection
+{
+ protected $collection_key = 'tags';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $tagsType = 'Google_Service_TagManager_Tag';
+ protected $tagsDataType = 'array';
+
+ public function setTags($tags)
+ {
+ $this->tags = $tags;
+ }
+
+ public function getTags()
+ {
+ return $this->tags;
+ }
+
+}
+
+class Google_Service_TagManager_ListTriggersResponse extends Google_Collection
+{
+ protected $collection_key = 'triggers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $triggersType = 'Google_Service_TagManager_Trigger';
+ protected $triggersDataType = 'array';
+
+ public function setTriggers($triggers)
+ {
+ $this->triggers = $triggers;
+ }
+
+ public function getTriggers()
+ {
+ return $this->triggers;
+ }
+
+}
+
+class Google_Service_TagManager_ListVariablesResponse extends Google_Collection
+{
+ protected $collection_key = 'variables';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $variablesType = 'Google_Service_TagManager_Variable';
+ protected $variablesDataType = 'array';
+
+ public function setVariables($variables)
+ {
+ $this->variables = $variables;
+ }
+
+ public function getVariables()
+ {
+ return $this->variables;
+ }
+
+}
+
+class Google_Service_TagManager_Macro extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $disablingRuleId;
+ public $enablingRuleId;
+ public $fingerprint;
+ public $macroId;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_TagManager_Parameter';
+ protected $parameterDataType = 'array';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $type;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setDisablingRuleId($disablingRuleId)
+ {
+ $this->disablingRuleId = $disablingRuleId;
+ }
+
+ public function getDisablingRuleId()
+ {
+ return $this->disablingRuleId;
+ }
+ public function setEnablingRuleId($enablingRuleId)
+ {
+ $this->enablingRuleId = $enablingRuleId;
+ }
+
+ public function getEnablingRuleId()
+ {
+ return $this->enablingRuleId;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setMacroId($macroId)
+ {
+ $this->macroId = $macroId;
+ }
+
+ public function getMacroId()
+ {
+ return $this->macroId;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+}
+
+class Google_Service_TagManager_Parameter extends Google_Collection
+{
+ protected $collection_key = 'map';
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ protected $listType = 'Google_Service_TagManager_Parameter';
+ protected $listDataType = 'array';
+ protected $mapType = 'Google_Service_TagManager_Parameter';
+ protected $mapDataType = 'array';
+ public $type;
+ public $value;
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function setList($list)
+ {
+ $this->list = $list;
+ }
+
+ public function getList()
+ {
+ return $this->list;
+ }
+ public function setMap($map)
+ {
+ $this->map = $map;
+ }
+
+ public function getMap()
+ {
+ return $this->map;
+ }
+ 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;
+ }
+
+}
+
+class Google_Service_TagManager_PublishContainerVersionResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $compilerError;
+ protected $containerVersionType = 'Google_Service_TagManager_ContainerVersion';
+ protected $containerVersionDataType = '';
+
+ public function setCompilerError($compilerError)
+ {
+ $this->compilerError = $compilerError;
+ }
+
+ public function getCompilerError()
+ {
+ return $this->compilerError;
+ }
+ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $containerVersion)
+ {
+ $this->containerVersion = $containerVersion;
+ }
+
+ public function getContainerVersion()
+ {
+ return $this->containerVersion;
+ }
+
+}
+
+class Google_Service_TagManager_Rule extends Google_Collection
+{
+ protected $collection_key = 'condition';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $conditionType = 'Google_Service_TagManager_Condition';
+ protected $conditionDataType = 'array';
+ public $containerId;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ public $ruleId;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setCondition($condition)
+ {
+ $this->condition = $condition;
+ }
+
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setRuleId($ruleId)
+ {
+ $this->ruleId = $ruleId;
+ }
+
+ public function getRuleId()
+ {
+ return $this->ruleId;
+ }
+
+}
+
+class Google_Service_TagManager_Tag extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $blockingRuleId;
+ public $blockingTriggerId;
+ public $containerId;
+ protected $dependenciesType = 'Google_Service_TagManager_Parameter';
+ protected $dependenciesDataType = '';
+ public $fingerprint;
+ public $firingRuleId;
+ public $firingTriggerId;
+ public $liveOnly;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_TagManager_Parameter';
+ protected $parameterDataType = 'array';
+ protected $priorityType = 'Google_Service_TagManager_Parameter';
+ protected $priorityDataType = '';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $tagId;
+ public $type;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setBlockingRuleId($blockingRuleId)
+ {
+ $this->blockingRuleId = $blockingRuleId;
+ }
+
+ public function getBlockingRuleId()
+ {
+ return $this->blockingRuleId;
+ }
+ public function setBlockingTriggerId($blockingTriggerId)
+ {
+ $this->blockingTriggerId = $blockingTriggerId;
+ }
+
+ public function getBlockingTriggerId()
+ {
+ return $this->blockingTriggerId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setDependencies(Google_Service_TagManager_Parameter $dependencies)
+ {
+ $this->dependencies = $dependencies;
+ }
+
+ public function getDependencies()
+ {
+ return $this->dependencies;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setFiringRuleId($firingRuleId)
+ {
+ $this->firingRuleId = $firingRuleId;
+ }
+
+ public function getFiringRuleId()
+ {
+ return $this->firingRuleId;
+ }
+ public function setFiringTriggerId($firingTriggerId)
+ {
+ $this->firingTriggerId = $firingTriggerId;
+ }
+
+ public function getFiringTriggerId()
+ {
+ return $this->firingTriggerId;
+ }
+ public function setLiveOnly($liveOnly)
+ {
+ $this->liveOnly = $liveOnly;
+ }
+
+ public function getLiveOnly()
+ {
+ return $this->liveOnly;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+ public function setPriority(Google_Service_TagManager_Parameter $priority)
+ {
+ $this->priority = $priority;
+ }
+
+ public function getPriority()
+ {
+ return $this->priority;
+ }
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+ public function setTagId($tagId)
+ {
+ $this->tagId = $tagId;
+ }
+
+ public function getTagId()
+ {
+ return $this->tagId;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+}
+
+class Google_Service_TagManager_Trigger extends Google_Collection
+{
+ protected $collection_key = 'filter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $autoEventFilterType = 'Google_Service_TagManager_Condition';
+ protected $autoEventFilterDataType = 'array';
+ protected $checkValidationType = 'Google_Service_TagManager_Parameter';
+ protected $checkValidationDataType = '';
+ public $containerId;
+ protected $customEventFilterType = 'Google_Service_TagManager_Condition';
+ protected $customEventFilterDataType = 'array';
+ protected $enableAllVideosType = 'Google_Service_TagManager_Parameter';
+ protected $enableAllVideosDataType = '';
+ protected $eventNameType = 'Google_Service_TagManager_Parameter';
+ protected $eventNameDataType = '';
+ protected $filterType = 'Google_Service_TagManager_Condition';
+ protected $filterDataType = 'array';
+ public $fingerprint;
+ protected $intervalType = 'Google_Service_TagManager_Parameter';
+ protected $intervalDataType = '';
+ protected $limitType = 'Google_Service_TagManager_Parameter';
+ protected $limitDataType = '';
+ public $name;
+ public $triggerId;
+ public $type;
+ protected $uniqueTriggerIdType = 'Google_Service_TagManager_Parameter';
+ protected $uniqueTriggerIdDataType = '';
+ protected $videoPercentageListType = 'Google_Service_TagManager_Parameter';
+ protected $videoPercentageListDataType = '';
+ protected $waitForTagsType = 'Google_Service_TagManager_Parameter';
+ protected $waitForTagsDataType = '';
+ protected $waitForTagsTimeoutType = 'Google_Service_TagManager_Parameter';
+ protected $waitForTagsTimeoutDataType = '';
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAutoEventFilter($autoEventFilter)
+ {
+ $this->autoEventFilter = $autoEventFilter;
+ }
+
+ public function getAutoEventFilter()
+ {
+ return $this->autoEventFilter;
+ }
+ public function setCheckValidation(Google_Service_TagManager_Parameter $checkValidation)
+ {
+ $this->checkValidation = $checkValidation;
+ }
+
+ public function getCheckValidation()
+ {
+ return $this->checkValidation;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setCustomEventFilter($customEventFilter)
+ {
+ $this->customEventFilter = $customEventFilter;
+ }
+
+ public function getCustomEventFilter()
+ {
+ return $this->customEventFilter;
+ }
+ public function setEnableAllVideos(Google_Service_TagManager_Parameter $enableAllVideos)
+ {
+ $this->enableAllVideos = $enableAllVideos;
+ }
+
+ public function getEnableAllVideos()
+ {
+ return $this->enableAllVideos;
+ }
+ public function setEventName(Google_Service_TagManager_Parameter $eventName)
+ {
+ $this->eventName = $eventName;
+ }
+
+ public function getEventName()
+ {
+ return $this->eventName;
+ }
+ public function setFilter($filter)
+ {
+ $this->filter = $filter;
+ }
+
+ public function getFilter()
+ {
+ return $this->filter;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setInterval(Google_Service_TagManager_Parameter $interval)
+ {
+ $this->interval = $interval;
+ }
+
+ public function getInterval()
+ {
+ return $this->interval;
+ }
+ public function setLimit(Google_Service_TagManager_Parameter $limit)
+ {
+ $this->limit = $limit;
+ }
+
+ public function getLimit()
+ {
+ return $this->limit;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setTriggerId($triggerId)
+ {
+ $this->triggerId = $triggerId;
+ }
+
+ public function getTriggerId()
+ {
+ return $this->triggerId;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setUniqueTriggerId(Google_Service_TagManager_Parameter $uniqueTriggerId)
+ {
+ $this->uniqueTriggerId = $uniqueTriggerId;
+ }
+
+ public function getUniqueTriggerId()
+ {
+ return $this->uniqueTriggerId;
+ }
+ public function setVideoPercentageList(Google_Service_TagManager_Parameter $videoPercentageList)
+ {
+ $this->videoPercentageList = $videoPercentageList;
+ }
+
+ public function getVideoPercentageList()
+ {
+ return $this->videoPercentageList;
+ }
+ public function setWaitForTags(Google_Service_TagManager_Parameter $waitForTags)
+ {
+ $this->waitForTags = $waitForTags;
+ }
+
+ public function getWaitForTags()
+ {
+ return $this->waitForTags;
+ }
+ public function setWaitForTagsTimeout(Google_Service_TagManager_Parameter $waitForTagsTimeout)
+ {
+ $this->waitForTagsTimeout = $waitForTagsTimeout;
+ }
+
+ public function getWaitForTagsTimeout()
+ {
+ return $this->waitForTagsTimeout;
+ }
+
+}
+
+class Google_Service_TagManager_UserAccess extends Google_Collection
+{
+ protected $collection_key = 'containerAccess';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountAccessType = 'Google_Service_TagManager_AccountAccess';
+ protected $accountAccessDataType = '';
+ public $accountId;
+ protected $containerAccessType = 'Google_Service_TagManager_ContainerAccess';
+ protected $containerAccessDataType = 'array';
+ public $emailAddress;
+ public $permissionId;
+
+ public function setAccountAccess(Google_Service_TagManager_AccountAccess $accountAccess)
+ {
+ $this->accountAccess = $accountAccess;
+ }
+
+ public function getAccountAccess()
+ {
+ return $this->accountAccess;
+ }
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerAccess($containerAccess)
+ {
+ $this->containerAccess = $containerAccess;
+ }
+
+ public function getContainerAccess()
+ {
+ return $this->containerAccess;
+ }
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+ public function setPermissionId($permissionId)
+ {
+ $this->permissionId = $permissionId;
+ }
+
+ public function getPermissionId()
+ {
+ return $this->permissionId;
+ }
+
+}
+
+class Google_Service_TagManager_Variable extends Google_Collection
+{
+ protected $collection_key = 'parameter';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $containerId;
+ public $disablingTriggerId;
+ public $enablingTriggerId;
+ public $fingerprint;
+ public $name;
+ public $notes;
+ protected $parameterType = 'Google_Service_TagManager_Parameter';
+ protected $parameterDataType = 'array';
+ public $scheduleEndMs;
+ public $scheduleStartMs;
+ public $type;
+ public $variableId;
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setContainerId($containerId)
+ {
+ $this->containerId = $containerId;
+ }
+
+ public function getContainerId()
+ {
+ return $this->containerId;
+ }
+ public function setDisablingTriggerId($disablingTriggerId)
+ {
+ $this->disablingTriggerId = $disablingTriggerId;
+ }
+
+ public function getDisablingTriggerId()
+ {
+ return $this->disablingTriggerId;
+ }
+ public function setEnablingTriggerId($enablingTriggerId)
+ {
+ $this->enablingTriggerId = $enablingTriggerId;
+ }
+
+ public function getEnablingTriggerId()
+ {
+ return $this->enablingTriggerId;
+ }
+ public function setFingerprint($fingerprint)
+ {
+ $this->fingerprint = $fingerprint;
+ }
+
+ public function getFingerprint()
+ {
+ return $this->fingerprint;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setParameter($parameter)
+ {
+ $this->parameter = $parameter;
+ }
+
+ public function getParameter()
+ {
+ return $this->parameter;
+ }
+ public function setScheduleEndMs($scheduleEndMs)
+ {
+ $this->scheduleEndMs = $scheduleEndMs;
+ }
+
+ public function getScheduleEndMs()
+ {
+ return $this->scheduleEndMs;
+ }
+ public function setScheduleStartMs($scheduleStartMs)
+ {
+ $this->scheduleStartMs = $scheduleStartMs;
+ }
+
+ public function getScheduleStartMs()
+ {
+ return $this->scheduleStartMs;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setVariableId($variableId)
+ {
+ $this->variableId = $variableId;
+ }
+
+ public function getVariableId()
+ {
+ return $this->variableId;
+ }
+
+}
From d68e3e99b8c28b59e11857bff26b3406e2544be7 Mon Sep 17 00:00:00 2001
From: Silvano Luciani - * For more information about this service, see the API - * Documentation - *
- * - * @author Google, Inc. - */ -class Google_Service_Tagmanager extends Google_Service -{ - /** Delete your Google Tag Manager containers. */ - const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers"; - /** Manage your Google Tag Manager containers. */ - const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers"; - /** Manage your Google Tag Manager container versions. */ - const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions"; - /** Manage your Google Tag Manager accounts. */ - const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts"; - /** Manage user permissions of your Google Tag Manager data. */ - const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users"; - /** Publish your Google Tag Manager containers. */ - const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish"; - /** View your Google Tag Manager containers. */ - const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly"; - - public $accounts; - public $accounts_containers; - public $accounts_containers_macros; - public $accounts_containers_rules; - public $accounts_containers_tags; - public $accounts_containers_triggers; - public $accounts_containers_variables; - public $accounts_containers_versions; - public $accounts_permissions; - - - /** - * Constructs the internal representation of the Tagmanager service. - * - * @param Google_Client $client - */ - public function __construct(Google_Client $client) - { - parent::__construct($client); - $this->servicePath = 'tagmanager/v1/'; - $this->version = 'v1'; - $this->serviceName = 'tagmanager'; - - $this->accounts = new Google_Service_Tagmanager_Accounts_Resource( - $this, - $this->serviceName, - 'accounts', - array( - 'methods' => array( - 'get' => array( - 'path' => 'accounts/{accountId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts', - 'httpMethod' => 'GET', - 'parameters' => array(), - ),'update' => array( - 'path' => 'accounts/{accountId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers = new Google_Service_Tagmanager_AccountsContainers_Resource( - $this, - $this->serviceName, - 'containers', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers_macros = new Google_Service_Tagmanager_AccountsContainersMacros_Resource( - $this, - $this->serviceName, - 'macros', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/macros', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'macroId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'macroId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/macros', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/macros/{macroId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'macroId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers_rules = new Google_Service_Tagmanager_AccountsContainersRules_Resource( - $this, - $this->serviceName, - 'rules', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/rules', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'ruleId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'ruleId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/rules', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/rules/{ruleId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'ruleId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers_tags = new Google_Service_Tagmanager_AccountsContainersTags_Resource( - $this, - $this->serviceName, - 'tags', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/tags/{tagId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers_triggers = new Google_Service_Tagmanager_AccountsContainersTriggers_Resource( - $this, - $this->serviceName, - 'triggers', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'triggerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'triggerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/triggers/{triggerId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'triggerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers_variables = new Google_Service_Tagmanager_AccountsContainersVariables_Resource( - $this, - $this->serviceName, - 'variables', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'variableId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'variableId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/variables/{variableId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'variableId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_containers_versions = new Google_Service_Tagmanager_AccountsContainersVersions_Resource( - $this, - $this->serviceName, - 'versions', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'headers' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - ), - ),'publish' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'restore' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'undelete' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'containerVersionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'fingerprint' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_permissions = new Google_Service_Tagmanager_AccountsPermissions_Resource( - $this, - $this->serviceName, - 'permissions', - array( - 'methods' => array( - 'create' => array( - 'path' => 'accounts/{accountId}/permissions', - 'httpMethod' => 'POST', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'accounts/{accountId}/permissions/{permissionId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'permissionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'accounts/{accountId}/permissions/{permissionId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'permissionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/permissions', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'accounts/{accountId}/permissions/{permissionId}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'permissionId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - } -} - - -/** - * The "accounts" collection of methods. - * Typical usage is: - *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $accounts = $tagmanagerService->accounts;
- *
- */
-class Google_Service_Tagmanager_Accounts_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets a GTM Account. (accounts.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Account
- */
- public function get($accountId, $optParams = array())
- {
- $params = array('accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Account");
- }
- /**
- * Lists all GTM Accounts that a user has access to. (accounts.listAccounts)
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListAccountsResponse
- */
- public function listAccounts($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountsResponse");
- }
- /**
- * Updates a GTM Account. (accounts.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param Google_Account $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the account in storage.
- * @return Google_Service_Tagmanager_Account
- */
- public function update($accountId, Google_Service_Tagmanager_Account $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Account");
- }
-}
-
-/**
- * The "containers" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $containers = $tagmanagerService->containers;
- *
- */
-class Google_Service_Tagmanager_AccountsContainers_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a Container. (containers.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param Google_Container $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Container
- */
- public function create($accountId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Container");
- }
- /**
- * Deletes a Container. (containers.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a Container. (containers.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Container
- */
- public function get($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Container");
- }
- /**
- * Lists all Containers that belongs to a GTM Account.
- * (containers.listAccountsContainers)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListContainersResponse
- */
- public function listAccountsContainers($accountId, $optParams = array())
- {
- $params = array('accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainersResponse");
- }
- /**
- * Updates a Container. (containers.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Container $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container in storage.
- * @return Google_Service_Tagmanager_Container
- */
- public function update($accountId, $containerId, Google_Service_Tagmanager_Container $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Container");
- }
-}
-
-/**
- * The "macros" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $macros = $tagmanagerService->macros;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersMacros_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Macro. (macros.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Macro $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Macro
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Macro");
- }
- /**
- * Deletes a GTM Macro. (macros.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $macroId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Macro. (macros.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Macro
- */
- public function get($accountId, $containerId, $macroId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Macro");
- }
- /**
- * Lists all GTM Macros of a Container. (macros.listAccountsContainersMacros)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListMacrosResponse
- */
- public function listAccountsContainersMacros($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListMacrosResponse");
- }
- /**
- * Updates a GTM Macro. (macros.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
- * @param Google_Macro $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the macro in storage.
- * @return Google_Service_Tagmanager_Macro
- */
- public function update($accountId, $containerId, $macroId, Google_Service_Tagmanager_Macro $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'macroId' => $macroId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Macro");
- }
-}
-/**
- * The "rules" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $rules = $tagmanagerService->rules;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersRules_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Rule. (rules.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Rule $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Rule
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Rule");
- }
- /**
- * Deletes a GTM Rule. (rules.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $ruleId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Rule. (rules.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Rule
- */
- public function get($accountId, $containerId, $ruleId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Rule");
- }
- /**
- * Lists all GTM Rules of a Container. (rules.listAccountsContainersRules)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListRulesResponse
- */
- public function listAccountsContainersRules($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListRulesResponse");
- }
- /**
- * Updates a GTM Rule. (rules.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
- * @param Google_Rule $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the rule in storage.
- * @return Google_Service_Tagmanager_Rule
- */
- public function update($accountId, $containerId, $ruleId, Google_Service_Tagmanager_Rule $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'ruleId' => $ruleId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Rule");
- }
-}
-/**
- * The "tags" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $tags = $tagmanagerService->tags;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersTags_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Tag. (tags.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Tag $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Tag
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Tag");
- }
- /**
- * Deletes a GTM Tag. (tags.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $tagId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Tag. (tags.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Tag
- */
- public function get($accountId, $containerId, $tagId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Tag");
- }
- /**
- * Lists all GTM Tags of a Container. (tags.listAccountsContainersTags)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListTagsResponse
- */
- public function listAccountsContainersTags($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListTagsResponse");
- }
- /**
- * Updates a GTM Tag. (tags.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
- * @param Google_Tag $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the tag in storage.
- * @return Google_Service_Tagmanager_Tag
- */
- public function update($accountId, $containerId, $tagId, Google_Service_Tagmanager_Tag $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'tagId' => $tagId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Tag");
- }
-}
-/**
- * The "triggers" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $triggers = $tagmanagerService->triggers;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersTriggers_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Trigger. (triggers.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Trigger $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Trigger
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Trigger");
- }
- /**
- * Deletes a GTM Trigger. (triggers.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $triggerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Trigger. (triggers.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Trigger
- */
- public function get($accountId, $containerId, $triggerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Trigger");
- }
- /**
- * Lists all GTM Triggers of a Container.
- * (triggers.listAccountsContainersTriggers)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListTriggersResponse
- */
- public function listAccountsContainersTriggers($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListTriggersResponse");
- }
- /**
- * Updates a GTM Trigger. (triggers.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
- * @param Google_Trigger $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the trigger in storage.
- * @return Google_Service_Tagmanager_Trigger
- */
- public function update($accountId, $containerId, $triggerId, Google_Service_Tagmanager_Trigger $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'triggerId' => $triggerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Trigger");
- }
-}
-/**
- * The "variables" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $variables = $tagmanagerService->variables;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersVariables_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a GTM Variable. (variables.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_Variable $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Variable
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_Variable");
- }
- /**
- * Deletes a GTM Variable. (variables.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $variableId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a GTM Variable. (variables.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_Variable
- */
- public function get($accountId, $containerId, $variableId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_Variable");
- }
- /**
- * Lists all GTM Variables of a Container.
- * (variables.listAccountsContainersVariables)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListVariablesResponse
- */
- public function listAccountsContainersVariables($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListVariablesResponse");
- }
- /**
- * Updates a GTM Variable. (variables.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
- * @param Google_Variable $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the variable in storage.
- * @return Google_Service_Tagmanager_Variable
- */
- public function update($accountId, $containerId, $variableId, Google_Service_Tagmanager_Variable $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'variableId' => $variableId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_Variable");
- }
-}
-/**
- * The "versions" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $versions = $tagmanagerService->versions;
- *
- */
-class Google_Service_Tagmanager_AccountsContainersVersions_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a Container Version. (versions.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param Google_CreateContainerVersionRequestVersionOptions $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_CreateContainerVersionResponse
- */
- public function create($accountId, $containerId, Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_CreateContainerVersionResponse");
- }
- /**
- * Deletes a Container Version. (versions.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a Container Version. (versions.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID. Specify published to retrieve the currently published version.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function get($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
- /**
- * Lists all Container Versions of a GTM Container.
- * (versions.listAccountsContainersVersions)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool headers
- * Retrieve headers only when true.
- * @return Google_Service_Tagmanager_ListContainerVersionsResponse
- */
- public function listAccountsContainersVersions($accountId, $containerId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListContainerVersionsResponse");
- }
- /**
- * Publishes a Container Version. (versions.publish)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container version in storage.
- * @return Google_Service_Tagmanager_PublishContainerVersionResponse
- */
- public function publish($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('publish', array($params), "Google_Service_Tagmanager_PublishContainerVersionResponse");
- }
- /**
- * Restores a Container Version. This will overwrite the container's current
- * configuration (including its macros, rules and tags). The operation will not
- * have any effect on the version that is being served (i.e. the published
- * version). (versions.restore)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function restore($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('restore', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
- /**
- * Undeletes a Container Version. (versions.undelete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function undelete($accountId, $containerId, $containerVersionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId);
- $params = array_merge($params, $optParams);
- return $this->call('undelete', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
- /**
- * Updates a Container Version. (versions.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
- * @param Google_ContainerVersion $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container version in storage.
- * @return Google_Service_Tagmanager_ContainerVersion
- */
- public function update($accountId, $containerId, $containerVersionId, Google_Service_Tagmanager_ContainerVersion $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'containerId' => $containerId, 'containerVersionId' => $containerVersionId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_ContainerVersion");
- }
-}
-/**
- * The "permissions" collection of methods.
- * Typical usage is:
- *
- * $tagmanagerService = new Google_Service_Tagmanager(...);
- * $permissions = $tagmanagerService->permissions;
- *
- */
-class Google_Service_Tagmanager_AccountsPermissions_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a user's Account & Container Permissions. (permissions.create)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param Google_UserAccess $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_UserAccess
- */
- public function create($accountId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Tagmanager_UserAccess");
- }
- /**
- * Removes a user from the account, revoking access to it and all of its
- * containers. (permissions.delete)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
- * @param array $optParams Optional parameters.
- */
- public function delete($accountId, $permissionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
- }
- /**
- * Gets a user's Account & Container Permissions. (permissions.get)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_UserAccess
- */
- public function get($accountId, $permissionId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'permissionId' => $permissionId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Tagmanager_UserAccess");
- }
- /**
- * List all users that have access to the account along with Account and
- * Container Permissions granted to each of them.
- * (permissions.listAccountsPermissions)
- *
- * @param string $accountId
- * The GTM Account ID. @required tagmanager.accounts.permissions.list
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_ListAccountUsersResponse
- */
- public function listAccountsPermissions($accountId, $optParams = array())
- {
- $params = array('accountId' => $accountId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Tagmanager_ListAccountUsersResponse");
- }
- /**
- * Updates a user's Account & Container Permissions. (permissions.update)
- *
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
- * @param Google_UserAccess $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Tagmanager_UserAccess
- */
- public function update($accountId, $permissionId, Google_Service_Tagmanager_UserAccess $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'permissionId' => $permissionId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Tagmanager_UserAccess");
- }
-}
-
-
-
-
-class Google_Service_Tagmanager_Account extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $fingerprint;
- public $name;
- public $shareData;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setShareData($shareData)
- {
- $this->shareData = $shareData;
- }
-
- public function getShareData()
- {
- return $this->shareData;
- }
-
-}
-
-class Google_Service_Tagmanager_AccountAccess extends Google_Collection
-{
- protected $collection_key = 'permission';
- protected $internal_gapi_mappings = array(
- );
- public $permission;
-
- public function setPermission($permission)
- {
- $this->permission = $permission;
- }
-
- public function getPermission()
- {
- return $this->permission;
- }
-
-}
-
-class Google_Service_Tagmanager_Condition extends Google_Collection
-{
- protected $collection_key = 'parameter';
- protected $internal_gapi_mappings = array(
- );
- protected $parameterType = 'Google_Service_Tagmanager_Parameter';
- protected $parameterDataType = 'array';
- public $type;
-
- public function setParameter($parameter)
- {
- $this->parameter = $parameter;
- }
-
- public function getParameter()
- {
- return $this->parameter;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-
-}
-
-class Google_Service_Tagmanager_Container extends Google_Collection
-{
- protected $collection_key = 'usageContext';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $containerId;
- public $domainName;
- public $fingerprint;
- public $name;
- public $notes;
- public $publicId;
- public $timeZoneCountryId;
- public $timeZoneId;
- public $usageContext;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setDomainName($domainName)
- {
- $this->domainName = $domainName;
- }
-
- public function getDomainName()
- {
- return $this->domainName;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setPublicId($publicId)
- {
- $this->publicId = $publicId;
- }
-
- public function getPublicId()
- {
- return $this->publicId;
- }
- public function setTimeZoneCountryId($timeZoneCountryId)
- {
- $this->timeZoneCountryId = $timeZoneCountryId;
- }
-
- public function getTimeZoneCountryId()
- {
- return $this->timeZoneCountryId;
- }
- public function setTimeZoneId($timeZoneId)
- {
- $this->timeZoneId = $timeZoneId;
- }
-
- public function getTimeZoneId()
- {
- return $this->timeZoneId;
- }
- public function setUsageContext($usageContext)
- {
- $this->usageContext = $usageContext;
- }
-
- public function getUsageContext()
- {
- return $this->usageContext;
- }
-
-}
-
-class Google_Service_Tagmanager_ContainerAccess extends Google_Collection
-{
- protected $collection_key = 'permission';
- protected $internal_gapi_mappings = array(
- );
- public $containerId;
- public $permission;
-
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setPermission($permission)
- {
- $this->permission = $permission;
- }
-
- public function getPermission()
- {
- return $this->permission;
- }
-
-}
-
-class Google_Service_Tagmanager_ContainerVersion extends Google_Collection
-{
- protected $collection_key = 'trigger';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- protected $containerType = 'Google_Service_Tagmanager_Container';
- protected $containerDataType = '';
- public $containerId;
- public $containerVersionId;
- public $deleted;
- public $fingerprint;
- protected $macroType = 'Google_Service_Tagmanager_Macro';
- protected $macroDataType = 'array';
- public $name;
- public $notes;
- protected $ruleType = 'Google_Service_Tagmanager_Rule';
- protected $ruleDataType = 'array';
- protected $tagType = 'Google_Service_Tagmanager_Tag';
- protected $tagDataType = 'array';
- protected $triggerType = 'Google_Service_Tagmanager_Trigger';
- protected $triggerDataType = 'array';
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainer(Google_Service_Tagmanager_Container $container)
- {
- $this->container = $container;
- }
-
- public function getContainer()
- {
- return $this->container;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setContainerVersionId($containerVersionId)
- {
- $this->containerVersionId = $containerVersionId;
- }
-
- public function getContainerVersionId()
- {
- return $this->containerVersionId;
- }
- public function setDeleted($deleted)
- {
- $this->deleted = $deleted;
- }
-
- public function getDeleted()
- {
- return $this->deleted;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setMacro($macro)
- {
- $this->macro = $macro;
- }
-
- public function getMacro()
- {
- return $this->macro;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setRule($rule)
- {
- $this->rule = $rule;
- }
-
- public function getRule()
- {
- return $this->rule;
- }
- public function setTag($tag)
- {
- $this->tag = $tag;
- }
-
- public function getTag()
- {
- return $this->tag;
- }
- public function setTrigger($trigger)
- {
- $this->trigger = $trigger;
- }
-
- public function getTrigger()
- {
- return $this->trigger;
- }
-
-}
-
-class Google_Service_Tagmanager_ContainerVersionHeader extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $containerId;
- public $containerVersionId;
- public $deleted;
- public $name;
- public $numMacros;
- public $numRules;
- public $numTags;
- public $numTriggers;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setContainerVersionId($containerVersionId)
- {
- $this->containerVersionId = $containerVersionId;
- }
-
- public function getContainerVersionId()
- {
- return $this->containerVersionId;
- }
- public function setDeleted($deleted)
- {
- $this->deleted = $deleted;
- }
-
- public function getDeleted()
- {
- return $this->deleted;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNumMacros($numMacros)
- {
- $this->numMacros = $numMacros;
- }
-
- public function getNumMacros()
- {
- return $this->numMacros;
- }
- public function setNumRules($numRules)
- {
- $this->numRules = $numRules;
- }
-
- public function getNumRules()
- {
- return $this->numRules;
- }
- public function setNumTags($numTags)
- {
- $this->numTags = $numTags;
- }
-
- public function getNumTags()
- {
- return $this->numTags;
- }
- public function setNumTriggers($numTriggers)
- {
- $this->numTriggers = $numTriggers;
- }
-
- public function getNumTriggers()
- {
- return $this->numTriggers;
- }
-
-}
-
-class Google_Service_Tagmanager_CreateContainerVersionRequestVersionOptions extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $name;
- public $notes;
- public $quickPreview;
-
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setQuickPreview($quickPreview)
- {
- $this->quickPreview = $quickPreview;
- }
-
- public function getQuickPreview()
- {
- return $this->quickPreview;
- }
-
-}
-
-class Google_Service_Tagmanager_CreateContainerVersionResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $compilerError;
- protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
- protected $containerVersionDataType = '';
-
- public function setCompilerError($compilerError)
- {
- $this->compilerError = $compilerError;
- }
-
- public function getCompilerError()
- {
- return $this->compilerError;
- }
- public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
- {
- $this->containerVersion = $containerVersion;
- }
-
- public function getContainerVersion()
- {
- return $this->containerVersion;
- }
-
-}
-
-class Google_Service_Tagmanager_ListAccountUsersResponse extends Google_Collection
-{
- protected $collection_key = 'userAccess';
- protected $internal_gapi_mappings = array(
- );
- protected $userAccessType = 'Google_Service_Tagmanager_UserAccess';
- protected $userAccessDataType = 'array';
-
- public function setUserAccess($userAccess)
- {
- $this->userAccess = $userAccess;
- }
-
- public function getUserAccess()
- {
- return $this->userAccess;
- }
-
-}
-
-class Google_Service_Tagmanager_ListAccountsResponse extends Google_Collection
-{
- protected $collection_key = 'accounts';
- protected $internal_gapi_mappings = array(
- );
- protected $accountsType = 'Google_Service_Tagmanager_Account';
- protected $accountsDataType = 'array';
-
- public function setAccounts($accounts)
- {
- $this->accounts = $accounts;
- }
-
- public function getAccounts()
- {
- return $this->accounts;
- }
-
-}
-
-class Google_Service_Tagmanager_ListContainerVersionsResponse extends Google_Collection
-{
- protected $collection_key = 'containerVersionHeader';
- protected $internal_gapi_mappings = array(
- );
- protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
- protected $containerVersionDataType = 'array';
- protected $containerVersionHeaderType = 'Google_Service_Tagmanager_ContainerVersionHeader';
- protected $containerVersionHeaderDataType = 'array';
-
- public function setContainerVersion($containerVersion)
- {
- $this->containerVersion = $containerVersion;
- }
-
- public function getContainerVersion()
- {
- return $this->containerVersion;
- }
- public function setContainerVersionHeader($containerVersionHeader)
- {
- $this->containerVersionHeader = $containerVersionHeader;
- }
-
- public function getContainerVersionHeader()
- {
- return $this->containerVersionHeader;
- }
-
-}
-
-class Google_Service_Tagmanager_ListContainersResponse extends Google_Collection
-{
- protected $collection_key = 'containers';
- protected $internal_gapi_mappings = array(
- );
- protected $containersType = 'Google_Service_Tagmanager_Container';
- protected $containersDataType = 'array';
-
- public function setContainers($containers)
- {
- $this->containers = $containers;
- }
-
- public function getContainers()
- {
- return $this->containers;
- }
-
-}
-
-class Google_Service_Tagmanager_ListMacrosResponse extends Google_Collection
-{
- protected $collection_key = 'macros';
- protected $internal_gapi_mappings = array(
- );
- protected $macrosType = 'Google_Service_Tagmanager_Macro';
- protected $macrosDataType = 'array';
-
- public function setMacros($macros)
- {
- $this->macros = $macros;
- }
-
- public function getMacros()
- {
- return $this->macros;
- }
-
-}
-
-class Google_Service_Tagmanager_ListRulesResponse extends Google_Collection
-{
- protected $collection_key = 'rules';
- protected $internal_gapi_mappings = array(
- );
- protected $rulesType = 'Google_Service_Tagmanager_Rule';
- protected $rulesDataType = 'array';
-
- public function setRules($rules)
- {
- $this->rules = $rules;
- }
-
- public function getRules()
- {
- return $this->rules;
- }
-
-}
-
-class Google_Service_Tagmanager_ListTagsResponse extends Google_Collection
-{
- protected $collection_key = 'tags';
- protected $internal_gapi_mappings = array(
- );
- protected $tagsType = 'Google_Service_Tagmanager_Tag';
- protected $tagsDataType = 'array';
-
- public function setTags($tags)
- {
- $this->tags = $tags;
- }
-
- public function getTags()
- {
- return $this->tags;
- }
-
-}
-
-class Google_Service_Tagmanager_ListTriggersResponse extends Google_Collection
-{
- protected $collection_key = 'triggers';
- protected $internal_gapi_mappings = array(
- );
- protected $triggersType = 'Google_Service_Tagmanager_Trigger';
- protected $triggersDataType = 'array';
-
- public function setTriggers($triggers)
- {
- $this->triggers = $triggers;
- }
-
- public function getTriggers()
- {
- return $this->triggers;
- }
-
-}
-
-class Google_Service_Tagmanager_ListVariablesResponse extends Google_Collection
-{
- protected $collection_key = 'variables';
- protected $internal_gapi_mappings = array(
- );
- protected $variablesType = 'Google_Service_Tagmanager_Variable';
- protected $variablesDataType = 'array';
-
- public function setVariables($variables)
- {
- $this->variables = $variables;
- }
-
- public function getVariables()
- {
- return $this->variables;
- }
-
-}
-
-class Google_Service_Tagmanager_Macro extends Google_Collection
-{
- protected $collection_key = 'parameter';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $containerId;
- public $disablingRuleId;
- public $enablingRuleId;
- public $fingerprint;
- public $macroId;
- public $name;
- public $notes;
- protected $parameterType = 'Google_Service_Tagmanager_Parameter';
- protected $parameterDataType = 'array';
- public $scheduleEndMs;
- public $scheduleStartMs;
- public $type;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setDisablingRuleId($disablingRuleId)
- {
- $this->disablingRuleId = $disablingRuleId;
- }
-
- public function getDisablingRuleId()
- {
- return $this->disablingRuleId;
- }
- public function setEnablingRuleId($enablingRuleId)
- {
- $this->enablingRuleId = $enablingRuleId;
- }
-
- public function getEnablingRuleId()
- {
- return $this->enablingRuleId;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setMacroId($macroId)
- {
- $this->macroId = $macroId;
- }
-
- public function getMacroId()
- {
- return $this->macroId;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setParameter($parameter)
- {
- $this->parameter = $parameter;
- }
-
- public function getParameter()
- {
- return $this->parameter;
- }
- public function setScheduleEndMs($scheduleEndMs)
- {
- $this->scheduleEndMs = $scheduleEndMs;
- }
-
- public function getScheduleEndMs()
- {
- return $this->scheduleEndMs;
- }
- public function setScheduleStartMs($scheduleStartMs)
- {
- $this->scheduleStartMs = $scheduleStartMs;
- }
-
- public function getScheduleStartMs()
- {
- return $this->scheduleStartMs;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-
-}
-
-class Google_Service_Tagmanager_Parameter extends Google_Collection
-{
- protected $collection_key = 'map';
- protected $internal_gapi_mappings = array(
- );
- public $key;
- protected $listType = 'Google_Service_Tagmanager_Parameter';
- protected $listDataType = 'array';
- protected $mapType = 'Google_Service_Tagmanager_Parameter';
- protected $mapDataType = 'array';
- public $type;
- public $value;
-
- public function setKey($key)
- {
- $this->key = $key;
- }
-
- public function getKey()
- {
- return $this->key;
- }
- public function setList($list)
- {
- $this->list = $list;
- }
-
- public function getList()
- {
- return $this->list;
- }
- public function setMap($map)
- {
- $this->map = $map;
- }
-
- public function getMap()
- {
- return $this->map;
- }
- 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;
- }
-
-}
-
-class Google_Service_Tagmanager_PublishContainerVersionResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $compilerError;
- protected $containerVersionType = 'Google_Service_Tagmanager_ContainerVersion';
- protected $containerVersionDataType = '';
-
- public function setCompilerError($compilerError)
- {
- $this->compilerError = $compilerError;
- }
-
- public function getCompilerError()
- {
- return $this->compilerError;
- }
- public function setContainerVersion(Google_Service_Tagmanager_ContainerVersion $containerVersion)
- {
- $this->containerVersion = $containerVersion;
- }
-
- public function getContainerVersion()
- {
- return $this->containerVersion;
- }
-
-}
-
-class Google_Service_Tagmanager_Rule extends Google_Collection
-{
- protected $collection_key = 'condition';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- protected $conditionType = 'Google_Service_Tagmanager_Condition';
- protected $conditionDataType = 'array';
- public $containerId;
- public $fingerprint;
- public $name;
- public $notes;
- public $ruleId;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setCondition($condition)
- {
- $this->condition = $condition;
- }
-
- public function getCondition()
- {
- return $this->condition;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setRuleId($ruleId)
- {
- $this->ruleId = $ruleId;
- }
-
- public function getRuleId()
- {
- return $this->ruleId;
- }
-
-}
-
-class Google_Service_Tagmanager_Tag extends Google_Collection
-{
- protected $collection_key = 'parameter';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $blockingRuleId;
- public $blockingTriggerId;
- public $containerId;
- protected $dependenciesType = 'Google_Service_Tagmanager_Parameter';
- protected $dependenciesDataType = '';
- public $fingerprint;
- public $firingRuleId;
- public $firingTriggerId;
- public $liveOnly;
- public $name;
- public $notes;
- protected $parameterType = 'Google_Service_Tagmanager_Parameter';
- protected $parameterDataType = 'array';
- protected $priorityType = 'Google_Service_Tagmanager_Parameter';
- protected $priorityDataType = '';
- public $scheduleEndMs;
- public $scheduleStartMs;
- public $tagId;
- public $type;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setBlockingRuleId($blockingRuleId)
- {
- $this->blockingRuleId = $blockingRuleId;
- }
-
- public function getBlockingRuleId()
- {
- return $this->blockingRuleId;
- }
- public function setBlockingTriggerId($blockingTriggerId)
- {
- $this->blockingTriggerId = $blockingTriggerId;
- }
-
- public function getBlockingTriggerId()
- {
- return $this->blockingTriggerId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setDependencies(Google_Service_Tagmanager_Parameter $dependencies)
- {
- $this->dependencies = $dependencies;
- }
-
- public function getDependencies()
- {
- return $this->dependencies;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setFiringRuleId($firingRuleId)
- {
- $this->firingRuleId = $firingRuleId;
- }
-
- public function getFiringRuleId()
- {
- return $this->firingRuleId;
- }
- public function setFiringTriggerId($firingTriggerId)
- {
- $this->firingTriggerId = $firingTriggerId;
- }
-
- public function getFiringTriggerId()
- {
- return $this->firingTriggerId;
- }
- public function setLiveOnly($liveOnly)
- {
- $this->liveOnly = $liveOnly;
- }
-
- public function getLiveOnly()
- {
- return $this->liveOnly;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setParameter($parameter)
- {
- $this->parameter = $parameter;
- }
-
- public function getParameter()
- {
- return $this->parameter;
- }
- public function setPriority(Google_Service_Tagmanager_Parameter $priority)
- {
- $this->priority = $priority;
- }
-
- public function getPriority()
- {
- return $this->priority;
- }
- public function setScheduleEndMs($scheduleEndMs)
- {
- $this->scheduleEndMs = $scheduleEndMs;
- }
-
- public function getScheduleEndMs()
- {
- return $this->scheduleEndMs;
- }
- public function setScheduleStartMs($scheduleStartMs)
- {
- $this->scheduleStartMs = $scheduleStartMs;
- }
-
- public function getScheduleStartMs()
- {
- return $this->scheduleStartMs;
- }
- public function setTagId($tagId)
- {
- $this->tagId = $tagId;
- }
-
- public function getTagId()
- {
- return $this->tagId;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
-
-}
-
-class Google_Service_Tagmanager_Trigger extends Google_Collection
-{
- protected $collection_key = 'filter';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- protected $autoEventFilterType = 'Google_Service_Tagmanager_Condition';
- protected $autoEventFilterDataType = 'array';
- protected $checkValidationType = 'Google_Service_Tagmanager_Parameter';
- protected $checkValidationDataType = '';
- public $containerId;
- protected $customEventFilterType = 'Google_Service_Tagmanager_Condition';
- protected $customEventFilterDataType = 'array';
- protected $enableAllVideosType = 'Google_Service_Tagmanager_Parameter';
- protected $enableAllVideosDataType = '';
- protected $eventNameType = 'Google_Service_Tagmanager_Parameter';
- protected $eventNameDataType = '';
- protected $filterType = 'Google_Service_Tagmanager_Condition';
- protected $filterDataType = 'array';
- public $fingerprint;
- protected $intervalType = 'Google_Service_Tagmanager_Parameter';
- protected $intervalDataType = '';
- protected $limitType = 'Google_Service_Tagmanager_Parameter';
- protected $limitDataType = '';
- public $name;
- public $triggerId;
- public $type;
- protected $uniqueTriggerIdType = 'Google_Service_Tagmanager_Parameter';
- protected $uniqueTriggerIdDataType = '';
- protected $videoPercentageListType = 'Google_Service_Tagmanager_Parameter';
- protected $videoPercentageListDataType = '';
- protected $waitForTagsType = 'Google_Service_Tagmanager_Parameter';
- protected $waitForTagsDataType = '';
- protected $waitForTagsTimeoutType = 'Google_Service_Tagmanager_Parameter';
- protected $waitForTagsTimeoutDataType = '';
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setAutoEventFilter($autoEventFilter)
- {
- $this->autoEventFilter = $autoEventFilter;
- }
-
- public function getAutoEventFilter()
- {
- return $this->autoEventFilter;
- }
- public function setCheckValidation(Google_Service_Tagmanager_Parameter $checkValidation)
- {
- $this->checkValidation = $checkValidation;
- }
-
- public function getCheckValidation()
- {
- return $this->checkValidation;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setCustomEventFilter($customEventFilter)
- {
- $this->customEventFilter = $customEventFilter;
- }
-
- public function getCustomEventFilter()
- {
- return $this->customEventFilter;
- }
- public function setEnableAllVideos(Google_Service_Tagmanager_Parameter $enableAllVideos)
- {
- $this->enableAllVideos = $enableAllVideos;
- }
-
- public function getEnableAllVideos()
- {
- return $this->enableAllVideos;
- }
- public function setEventName(Google_Service_Tagmanager_Parameter $eventName)
- {
- $this->eventName = $eventName;
- }
-
- public function getEventName()
- {
- return $this->eventName;
- }
- public function setFilter($filter)
- {
- $this->filter = $filter;
- }
-
- public function getFilter()
- {
- return $this->filter;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setInterval(Google_Service_Tagmanager_Parameter $interval)
- {
- $this->interval = $interval;
- }
-
- public function getInterval()
- {
- return $this->interval;
- }
- public function setLimit(Google_Service_Tagmanager_Parameter $limit)
- {
- $this->limit = $limit;
- }
-
- public function getLimit()
- {
- return $this->limit;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setTriggerId($triggerId)
- {
- $this->triggerId = $triggerId;
- }
-
- public function getTriggerId()
- {
- return $this->triggerId;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
- public function setUniqueTriggerId(Google_Service_Tagmanager_Parameter $uniqueTriggerId)
- {
- $this->uniqueTriggerId = $uniqueTriggerId;
- }
-
- public function getUniqueTriggerId()
- {
- return $this->uniqueTriggerId;
- }
- public function setVideoPercentageList(Google_Service_Tagmanager_Parameter $videoPercentageList)
- {
- $this->videoPercentageList = $videoPercentageList;
- }
-
- public function getVideoPercentageList()
- {
- return $this->videoPercentageList;
- }
- public function setWaitForTags(Google_Service_Tagmanager_Parameter $waitForTags)
- {
- $this->waitForTags = $waitForTags;
- }
-
- public function getWaitForTags()
- {
- return $this->waitForTags;
- }
- public function setWaitForTagsTimeout(Google_Service_Tagmanager_Parameter $waitForTagsTimeout)
- {
- $this->waitForTagsTimeout = $waitForTagsTimeout;
- }
-
- public function getWaitForTagsTimeout()
- {
- return $this->waitForTagsTimeout;
- }
-
-}
-
-class Google_Service_Tagmanager_UserAccess extends Google_Collection
-{
- protected $collection_key = 'containerAccess';
- protected $internal_gapi_mappings = array(
- );
- protected $accountAccessType = 'Google_Service_Tagmanager_AccountAccess';
- protected $accountAccessDataType = '';
- public $accountId;
- protected $containerAccessType = 'Google_Service_Tagmanager_ContainerAccess';
- protected $containerAccessDataType = 'array';
- public $emailAddress;
- public $permissionId;
-
- public function setAccountAccess(Google_Service_Tagmanager_AccountAccess $accountAccess)
- {
- $this->accountAccess = $accountAccess;
- }
-
- public function getAccountAccess()
- {
- return $this->accountAccess;
- }
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerAccess($containerAccess)
- {
- $this->containerAccess = $containerAccess;
- }
-
- public function getContainerAccess()
- {
- return $this->containerAccess;
- }
- public function setEmailAddress($emailAddress)
- {
- $this->emailAddress = $emailAddress;
- }
-
- public function getEmailAddress()
- {
- return $this->emailAddress;
- }
- public function setPermissionId($permissionId)
- {
- $this->permissionId = $permissionId;
- }
-
- public function getPermissionId()
- {
- return $this->permissionId;
- }
-
-}
-
-class Google_Service_Tagmanager_Variable extends Google_Collection
-{
- protected $collection_key = 'parameter';
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $containerId;
- public $disablingTriggerId;
- public $enablingTriggerId;
- public $fingerprint;
- public $name;
- public $notes;
- protected $parameterType = 'Google_Service_Tagmanager_Parameter';
- protected $parameterDataType = 'array';
- public $scheduleEndMs;
- public $scheduleStartMs;
- public $type;
- public $variableId;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
-
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setContainerId($containerId)
- {
- $this->containerId = $containerId;
- }
-
- public function getContainerId()
- {
- return $this->containerId;
- }
- public function setDisablingTriggerId($disablingTriggerId)
- {
- $this->disablingTriggerId = $disablingTriggerId;
- }
-
- public function getDisablingTriggerId()
- {
- return $this->disablingTriggerId;
- }
- public function setEnablingTriggerId($enablingTriggerId)
- {
- $this->enablingTriggerId = $enablingTriggerId;
- }
-
- public function getEnablingTriggerId()
- {
- return $this->enablingTriggerId;
- }
- public function setFingerprint($fingerprint)
- {
- $this->fingerprint = $fingerprint;
- }
-
- public function getFingerprint()
- {
- return $this->fingerprint;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
-
- public function getName()
- {
- return $this->name;
- }
- public function setNotes($notes)
- {
- $this->notes = $notes;
- }
-
- public function getNotes()
- {
- return $this->notes;
- }
- public function setParameter($parameter)
- {
- $this->parameter = $parameter;
- }
-
- public function getParameter()
- {
- return $this->parameter;
- }
- public function setScheduleEndMs($scheduleEndMs)
- {
- $this->scheduleEndMs = $scheduleEndMs;
- }
-
- public function getScheduleEndMs()
- {
- return $this->scheduleEndMs;
- }
- public function setScheduleStartMs($scheduleStartMs)
- {
- $this->scheduleStartMs = $scheduleStartMs;
- }
-
- public function getScheduleStartMs()
- {
- return $this->scheduleStartMs;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
-
- public function getType()
- {
- return $this->type;
- }
- public function setVariableId($variableId)
- {
- $this->variableId = $variableId;
- }
-
- public function getVariableId()
- {
- return $this->variableId;
- }
-
-}
From d55bb4f920bb60bf43c5b6e6a812a1c98ab6cd43 Mon Sep 17 00:00:00 2001
From: Silvano Luciani * Provides access to Genomics data. @@ -24,7 +24,7 @@ * *
* For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. @@ -40,14 +40,16 @@ class Google_Service_Genomics extends Google_Service /** View Genomics data. */ const GENOMICS_READONLY = "https://www.googleapis.com/auth/genomics.readonly"; - public $beacons; public $callsets; public $datasets; public $experimental_jobs; public $jobs; + public $readgroupsets; + public $readgroupsets_coveragebuckets; public $reads; - public $readsets; - public $readsets_coveragebuckets; + public $references; + public $references_bases; + public $referencesets; public $variants; public $variantsets; @@ -60,42 +62,10 @@ class Google_Service_Genomics extends Google_Service public function __construct(Google_Client $client) { parent::__construct($client); - $this->servicePath = 'genomics/v1beta/'; - $this->version = 'v1beta'; + $this->servicePath = 'genomics/v1beta2/'; + $this->version = 'v1beta2'; $this->serviceName = 'genomics'; - $this->beacons = new Google_Service_Genomics_Beacons_Resource( - $this, - $this->serviceName, - 'beacons', - array( - 'methods' => array( - 'get' => array( - 'path' => 'beacons/{variantSetId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'variantSetId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'allele' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'referenceName' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'position' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); $this->callsets = new Google_Service_Genomics_Callsets_Resource( $this, $this->serviceName, @@ -192,13 +162,13 @@ public function __construct(Google_Client $client) 'location' => 'query', 'type' => 'string', ), - 'maxResults' => array( + 'projectNumber' => array( 'location' => 'query', 'type' => 'string', ), - 'projectId' => array( + 'pageSize' => array( 'location' => 'query', - 'type' => 'string', + 'type' => 'integer', ), ), ),'patch' => array( @@ -283,73 +253,59 @@ public function __construct(Google_Client $client) ) ) ); - $this->reads = new Google_Service_Genomics_Reads_Resource( - $this, - $this->serviceName, - 'reads', - array( - 'methods' => array( - 'search' => array( - 'path' => 'reads/search', - 'httpMethod' => 'POST', - 'parameters' => array(), - ), - ) - ) - ); - $this->readsets = new Google_Service_Genomics_Readsets_Resource( + $this->readgroupsets = new Google_Service_Genomics_Readgroupsets_Resource( $this, $this->serviceName, - 'readsets', + 'readgroupsets', array( 'methods' => array( 'delete' => array( - 'path' => 'readsets/{readsetId}', + 'path' => 'readgroupsets/{readGroupSetId}', 'httpMethod' => 'DELETE', 'parameters' => array( - 'readsetId' => array( + 'readGroupSetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'export' => array( - 'path' => 'readsets/export', + 'path' => 'readgroupsets/export', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( - 'path' => 'readsets/{readsetId}', + 'path' => 'readgroupsets/{readGroupSetId}', 'httpMethod' => 'GET', 'parameters' => array( - 'readsetId' => array( + 'readGroupSetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'import' => array( - 'path' => 'readsets/import', + 'path' => 'readgroupsets/import', 'httpMethod' => 'POST', 'parameters' => array(), ),'patch' => array( - 'path' => 'readsets/{readsetId}', + 'path' => 'readgroupsets/{readGroupSetId}', 'httpMethod' => 'PATCH', 'parameters' => array( - 'readsetId' => array( + 'readGroupSetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'search' => array( - 'path' => 'readsets/search', + 'path' => 'readgroupsets/search', 'httpMethod' => 'POST', 'parameters' => array(), ),'update' => array( - 'path' => 'readsets/{readsetId}', + 'path' => 'readgroupsets/{readGroupSetId}', 'httpMethod' => 'PUT', 'parameters' => array( - 'readsetId' => array( + 'readGroupSetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, @@ -359,30 +315,34 @@ public function __construct(Google_Client $client) ) ) ); - $this->readsets_coveragebuckets = new Google_Service_Genomics_ReadsetsCoveragebuckets_Resource( + $this->readgroupsets_coveragebuckets = new Google_Service_Genomics_ReadgroupsetsCoveragebuckets_Resource( $this, $this->serviceName, 'coveragebuckets', array( 'methods' => array( 'list' => array( - 'path' => 'readsets/{readsetId}/coveragebuckets', + 'path' => 'readgroupsets/{readGroupSetId}/coveragebuckets', 'httpMethod' => 'GET', 'parameters' => array( - 'readsetId' => array( + 'readGroupSetId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'range.sequenceStart' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'range.start' => array( 'location' => 'query', 'type' => 'string', ), - 'maxResults' => array( + 'range.end' => array( 'location' => 'query', 'type' => 'string', ), - 'range.sequenceName' => array( + 'range.referenceName' => array( 'location' => 'query', 'type' => 'string', ), @@ -394,11 +354,105 @@ public function __construct(Google_Client $client) 'location' => 'query', 'type' => 'string', ), - 'range.sequenceEnd' => array( + ), + ), + ) + ) + ); + $this->reads = new Google_Service_Genomics_Reads_Resource( + $this, + $this->serviceName, + 'reads', + array( + 'methods' => array( + 'search' => array( + 'path' => 'reads/search', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->references = new Google_Service_Genomics_References_Resource( + $this, + $this->serviceName, + 'references', + array( + 'methods' => array( + 'get' => array( + 'path' => 'references/{referenceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'referenceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'search' => array( + 'path' => 'references/search', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + $this->references_bases = new Google_Service_Genomics_ReferencesBases_Resource( + $this, + $this->serviceName, + 'bases', + array( + 'methods' => array( + 'list' => array( + 'path' => 'references/{referenceId}/bases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'referenceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'end' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'start' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->referencesets = new Google_Service_Genomics_Referencesets_Resource( + $this, + $this->serviceName, + 'referencesets', + array( + 'methods' => array( + 'get' => array( + 'path' => 'referencesets/{referenceSetId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'referenceSetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), ), + ),'search' => array( + 'path' => 'referencesets/search', + 'httpMethod' => 'POST', + 'parameters' => array(), ), ) ) @@ -423,10 +477,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'export' => array( - 'path' => 'variants/export', - 'httpMethod' => 'POST', - 'parameters' => array(), ),'get' => array( 'path' => 'variants/{variantId}', 'httpMethod' => 'GET', @@ -437,10 +487,6 @@ public function __construct(Google_Client $client) 'required' => true, ), ), - ),'import' => array( - 'path' => 'variants/import', - 'httpMethod' => 'POST', - 'parameters' => array(), ),'search' => array( 'path' => 'variants/search', 'httpMethod' => 'POST', @@ -475,6 +521,16 @@ public function __construct(Google_Client $client) 'required' => true, ), ), + ),'export' => array( + 'path' => 'variantsets/{variantSetId}/export', + 'httpMethod' => 'POST', + 'parameters' => array( + 'variantSetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'get' => array( 'path' => 'variantsets/{variantSetId}', 'httpMethod' => 'GET', @@ -485,6 +541,16 @@ public function __construct(Google_Client $client) 'required' => true, ), ), + ),'importVariants' => array( + 'path' => 'variantsets/{variantSetId}/importVariants', + 'httpMethod' => 'POST', + 'parameters' => array( + 'variantSetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'mergeVariants' => array( 'path' => 'variantsets/{variantSetId}/mergeVariants', 'httpMethod' => 'POST', @@ -527,42 +593,6 @@ public function __construct(Google_Client $client) } -/** - * The "beacons" collection of methods. - * Typical usage is: - *
- * $genomicsService = new Google_Service_Genomics(...);
- * $beacons = $genomicsService->beacons;
- *
- */
-class Google_Service_Genomics_Beacons_Resource extends Google_Service_Resource
-{
-
- /**
- * This is an experimental API that provides a Global Alliance for Genomics and
- * Health Beacon. It may change at any time. (beacons.get)
- *
- * @param string $variantSetId
- * The ID of the variant set to query over. It must be public. Private variant sets will return an
- * unauthorized exception.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string allele
- * Required. The allele to look for ('A', 'C', 'G' or 'T').
- * @opt_param string referenceName
- * Required. The reference to query over.
- * @opt_param string position
- * Required. The 0-based position to query.
- * @return Google_Service_Genomics_Beacon
- */
- public function get($variantSetId, $optParams = array())
- {
- $params = array('variantSetId' => $variantSetId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Genomics_Beacon");
- }
-}
-
/**
* The "callsets" collection of methods.
* Typical usage is:
@@ -718,11 +748,10 @@ public function get($datasetId, $optParams = array())
* @opt_param string pageToken
* The continuation token, which is used to page through large result sets. To get the next page of
* results, set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
+ * @opt_param string projectNumber
+ * Only return datasets which belong to this Google Developers Console project.
+ * @opt_param int pageSize
* The maximum number of results returned by this request.
- * @opt_param string projectId
- * Only return datasets which belong to this Google Developers Console project. Only accepts
- * project numbers. Returns all public projects if no project number is specified.
* @return Google_Service_Genomics_ListDatasetsResponse
*/
public function listDatasets($optParams = array())
@@ -874,155 +903,123 @@ public function search(Google_Service_Genomics_SearchJobsRequest $postBody, $opt
}
/**
- * The "reads" collection of methods.
- * Typical usage is:
- *
- * $genomicsService = new Google_Service_Genomics(...);
- * $reads = $genomicsService->reads;
- *
- */
-class Google_Service_Genomics_Reads_Resource extends Google_Service_Resource
-{
-
- /**
- * Gets a list of reads for one or more readsets. Reads search operates over a
- * genomic coordinate space of reference sequence & position defined over the
- * reference sequences to which the requested readsets are aligned. If a target
- * positional range is specified, search returns all reads whose alignment to
- * the reference genome overlap the range. A query which specifies only readset
- * IDs yields all reads in those readsets, including unmapped reads. All reads
- * returned (including reads on subsequent pages) are ordered by genomic
- * coordinate (reference sequence & position). Reads with equivalent genomic
- * coordinates are returned in a deterministic order. (reads.search)
- *
- * @param Google_SearchReadsRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_SearchReadsResponse
- */
- public function search(Google_Service_Genomics_SearchReadsRequest $postBody, $optParams = array())
- {
- $params = array('postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('search', array($params), "Google_Service_Genomics_SearchReadsResponse");
- }
-}
-
-/**
- * The "readsets" collection of methods.
+ * The "readgroupsets" collection of methods.
* Typical usage is:
*
* $genomicsService = new Google_Service_Genomics(...);
- * $readsets = $genomicsService->readsets;
+ * $readgroupsets = $genomicsService->readgroupsets;
*
*/
-class Google_Service_Genomics_Readsets_Resource extends Google_Service_Resource
+class Google_Service_Genomics_Readgroupsets_Resource extends Google_Service_Resource
{
/**
- * Deletes a readset. (readsets.delete)
+ * Deletes a ReadGroupSet. (readgroupsets.delete)
*
- * @param string $readsetId
- * The ID of the readset to be deleted. The caller must have WRITE permissions to the dataset
- * associated with this readset.
+ * @param string $readGroupSetId
+ * The ID of the read group set to be deleted. The caller must have WRITE permissions to the
+ * dataset associated with this read group set.
* @param array $optParams Optional parameters.
*/
- public function delete($readsetId, $optParams = array())
+ public function delete($readGroupSetId, $optParams = array())
{
- $params = array('readsetId' => $readsetId);
+ $params = array('readGroupSetId' => $readGroupSetId);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
/**
- * Exports readsets to a BAM file in Google Cloud Storage. Note that currently
- * there may be some differences between exported BAM files and the original BAM
- * file at the time of import. In particular, comments in the input file header
- * will not be preserved, and some custom tags will be converted to strings.
- * (readsets.export)
+ * Exports ReadGroupSets to a BAM file in Google Cloud Storage. Note that
+ * currently there may be some differences between exported BAM files and the
+ * original BAM file at the time of import. In particular, comments in the input
+ * file header will not be preserved, and some custom tags will be converted to
+ * strings. (readgroupsets.export)
*
- * @param Google_ExportReadsetsRequest $postBody
+ * @param Google_ExportReadGroupSetsRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_ExportReadsetsResponse
+ * @return Google_Service_Genomics_ExportReadGroupSetsResponse
*/
- public function export(Google_Service_Genomics_ExportReadsetsRequest $postBody, $optParams = array())
+ public function export(Google_Service_Genomics_ExportReadGroupSetsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('export', array($params), "Google_Service_Genomics_ExportReadsetsResponse");
+ return $this->call('export', array($params), "Google_Service_Genomics_ExportReadGroupSetsResponse");
}
/**
- * Gets a readset by ID. (readsets.get)
+ * Gets a ReadGroupSet by ID. (readgroupsets.get)
*
- * @param string $readsetId
- * The ID of the readset.
+ * @param string $readGroupSetId
+ * The ID of the read group set.
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_Readset
+ * @return Google_Service_Genomics_ReadGroupSet
*/
- public function get($readsetId, $optParams = array())
+ public function get($readGroupSetId, $optParams = array())
{
- $params = array('readsetId' => $readsetId);
+ $params = array('readGroupSetId' => $readGroupSetId);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Genomics_Readset");
+ return $this->call('get', array($params), "Google_Service_Genomics_ReadGroupSet");
}
/**
- * Creates readsets by asynchronously importing the provided information. Note
- * that currently comments in the input file header are not imported and some
- * custom tags will be converted to strings, rather than preserving tag types.
- * The caller must have WRITE permissions to the dataset. (readsets.import)
+ * Creates ReadGroupSets by asynchronously importing the provided information.
+ * Note that currently comments in the input file header are not imported and
+ * some custom tags will be converted to strings, rather than preserving tag
+ * types. The caller must have WRITE permissions to the dataset.
+ * (readgroupsets.import)
*
- * @param Google_ImportReadsetsRequest $postBody
+ * @param Google_ImportReadGroupSetsRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_ImportReadsetsResponse
+ * @return Google_Service_Genomics_ImportReadGroupSetsResponse
*/
- public function import(Google_Service_Genomics_ImportReadsetsRequest $postBody, $optParams = array())
+ public function import(Google_Service_Genomics_ImportReadGroupSetsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('import', array($params), "Google_Service_Genomics_ImportReadsetsResponse");
+ return $this->call('import', array($params), "Google_Service_Genomics_ImportReadGroupSetsResponse");
}
/**
- * Updates a readset. This method supports patch semantics. (readsets.patch)
+ * Updates a ReadGroupSet. This method supports patch semantics.
+ * (readgroupsets.patch)
*
- * @param string $readsetId
- * The ID of the readset to be updated. The caller must have WRITE permissions to the dataset
- * associated with this readset.
- * @param Google_Readset $postBody
+ * @param string $readGroupSetId
+ * The ID of the read group set to be updated. The caller must have WRITE permissions to the
+ * dataset associated with this read group set.
+ * @param Google_ReadGroupSet $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_Readset
+ * @return Google_Service_Genomics_ReadGroupSet
*/
- public function patch($readsetId, Google_Service_Genomics_Readset $postBody, $optParams = array())
+ public function patch($readGroupSetId, Google_Service_Genomics_ReadGroupSet $postBody, $optParams = array())
{
- $params = array('readsetId' => $readsetId, 'postBody' => $postBody);
+ $params = array('readGroupSetId' => $readGroupSetId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Genomics_Readset");
+ return $this->call('patch', array($params), "Google_Service_Genomics_ReadGroupSet");
}
/**
- * Gets a list of readsets matching the criteria. (readsets.search)
+ * Gets a list of ReadGroupSets matching the criteria. (readgroupsets.search)
*
- * @param Google_SearchReadsetsRequest $postBody
+ * @param Google_SearchReadGroupSetsRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_SearchReadsetsResponse
+ * @return Google_Service_Genomics_SearchReadGroupSetsResponse
*/
- public function search(Google_Service_Genomics_SearchReadsetsRequest $postBody, $optParams = array())
+ public function search(Google_Service_Genomics_SearchReadGroupSetsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('search', array($params), "Google_Service_Genomics_SearchReadsetsResponse");
+ return $this->call('search', array($params), "Google_Service_Genomics_SearchReadGroupSetsResponse");
}
/**
- * Updates a readset. (readsets.update)
+ * Updates a ReadGroupSet. (readgroupsets.update)
*
- * @param string $readsetId
- * The ID of the readset to be updated. The caller must have WRITE permissions to the dataset
- * associated with this readset.
- * @param Google_Readset $postBody
+ * @param string $readGroupSetId
+ * The ID of the read group set to be updated. The caller must have WRITE permissions to the
+ * dataset associated with this read group set.
+ * @param Google_ReadGroupSet $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_Readset
+ * @return Google_Service_Genomics_ReadGroupSet
*/
- public function update($readsetId, Google_Service_Genomics_Readset $postBody, $optParams = array())
+ public function update($readGroupSetId, Google_Service_Genomics_ReadGroupSet $postBody, $optParams = array())
{
- $params = array('readsetId' => $readsetId, 'postBody' => $postBody);
+ $params = array('readGroupSetId' => $readGroupSetId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Genomics_Readset");
+ return $this->call('update', array($params), "Google_Service_Genomics_ReadGroupSet");
}
}
@@ -1034,30 +1031,34 @@ public function update($readsetId, Google_Service_Genomics_Readset $postBody, $o
* $coveragebuckets = $genomicsService->coveragebuckets;
*
*/
-class Google_Service_Genomics_ReadsetsCoveragebuckets_Resource extends Google_Service_Resource
+class Google_Service_Genomics_ReadgroupsetsCoveragebuckets_Resource extends Google_Service_Resource
{
/**
- * Lists fixed width coverage buckets for a readset, each of which correspond to
- * a range of a reference sequence. Each bucket summarizes coverage information
- * across its corresponding genomic range. Coverage is defined as the number of
- * reads which are aligned to a given base in the reference sequence. Coverage
- * buckets are available at various bucket widths, enabling various coverage
- * "zoom levels". The caller must have READ permissions for the target readset.
- * (coveragebuckets.listReadsetsCoveragebuckets)
+ * Lists fixed width coverage buckets for a ReadGroupSet, each of which
+ * correspond to a range of a reference sequence. Each bucket summarizes
+ * coverage information across its corresponding genomic range. Coverage is
+ * defined as the number of reads which are aligned to a given base in the
+ * reference sequence. Coverage buckets are available at various bucket widths,
+ * enabling various coverage "zoom levels". The caller must have READ
+ * permissions for the target ReadGroupSet.
+ * (coveragebuckets.listReadgroupsetsCoveragebuckets)
*
- * @param string $readsetId
- * Required. The ID of the readset over which coverage is requested.
+ * @param string $readGroupSetId
+ * Required. The ID of the read group set over which coverage is requested.
* @param array $optParams Optional parameters.
*
- * @opt_param string range.sequenceStart
- * The start position of the range on the reference, 1-based inclusive. If specified, sequenceName
- * must also be specified.
- * @opt_param string maxResults
+ * @opt_param int pageSize
* The maximum number of results to return in a single page. If unspecified, defaults to 1024. The
* maximum value is 2048.
- * @opt_param string range.sequenceName
- * The reference sequence name, for example chr1, 1, or chrX.
+ * @opt_param string range.start
+ * The start position of the range on the reference, 0-based inclusive. If specified, referenceName
+ * must also be specified.
+ * @opt_param string range.end
+ * The end position of the range on the reference, 0-based exclusive. If specified, referenceName
+ * must also be specified.
+ * @opt_param string range.referenceName
+ * The reference sequence name, for example "chr1", "1", or "chrX".
* @opt_param string pageToken
* The continuation token, which is used to page through large result sets. To get the next page of
* results, set this parameter to the value of nextPageToken from the previous response.
@@ -1067,102 +1068,234 @@ class Google_Service_Genomics_ReadsetsCoveragebuckets_Resource extends Google_Se
* response. Defaults to infinity (each bucket spans an entire reference sequence) or the length of
* the target range, if specified. The smallest precomputed bucketWidth is currently 2048 base
* pairs; this is subject to change.
- * @opt_param string range.sequenceEnd
- * The end position of the range on the reference, 1-based exclusive. If specified, sequenceName
- * must also be specified.
* @return Google_Service_Genomics_ListCoverageBucketsResponse
*/
- public function listReadsetsCoveragebuckets($readsetId, $optParams = array())
+ public function listReadgroupsetsCoveragebuckets($readGroupSetId, $optParams = array())
{
- $params = array('readsetId' => $readsetId);
+ $params = array('readGroupSetId' => $readGroupSetId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Genomics_ListCoverageBucketsResponse");
}
}
/**
- * The "variants" collection of methods.
+ * The "reads" collection of methods.
* Typical usage is:
*
* $genomicsService = new Google_Service_Genomics(...);
- * $variants = $genomicsService->variants;
+ * $reads = $genomicsService->reads;
*
*/
-class Google_Service_Genomics_Variants_Resource extends Google_Service_Resource
+class Google_Service_Genomics_Reads_Resource extends Google_Service_Resource
{
/**
- * Creates a new variant. (variants.create)
+ * Gets a list of reads for one or more ReadGroupSets. Reads search operates
+ * over a genomic coordinate space of reference sequence & position defined over
+ * the reference sequences to which the requested ReadGroupSets are aligned. If
+ * a target positional range is specified, search returns all reads whose
+ * alignment to the reference genome overlap the range. A query which specifies
+ * only ReadGroupSet IDs yields all reads in those ReadGroupSets, including
+ * unmapped reads. All reads returned (including reads on subsequent pages) are
+ * ordered by genomic coordinate (reference sequence & position). Reads with
+ * equivalent genomic coordinates are returned in a deterministic order.
+ * (reads.search)
*
- * @param Google_Variant $postBody
+ * @param Google_SearchReadsRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_Variant
+ * @return Google_Service_Genomics_SearchReadsResponse
*/
- public function create(Google_Service_Genomics_Variant $postBody, $optParams = array())
+ public function search(Google_Service_Genomics_SearchReadsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Genomics_Variant");
+ return $this->call('search', array($params), "Google_Service_Genomics_SearchReadsResponse");
}
+}
+
+/**
+ * The "references" collection of methods.
+ * Typical usage is:
+ *
+ * $genomicsService = new Google_Service_Genomics(...);
+ * $references = $genomicsService->references;
+ *
+ */
+class Google_Service_Genomics_References_Resource extends Google_Service_Resource
+{
+
/**
- * Deletes a variant. (variants.delete)
+ * Gets a reference.
*
- * @param string $variantId
- * The ID of the variant to be deleted.
+ * Implements GAReferenceMethods::getReference
+ * (https://github.com/ga4gh/schemas). (references.get)
+ *
+ * @param string $referenceId
+ * The ID of the reference.
* @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_Reference
*/
- public function delete($variantId, $optParams = array())
+ public function get($referenceId, $optParams = array())
{
- $params = array('variantId' => $variantId);
+ $params = array('referenceId' => $referenceId);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ return $this->call('get', array($params), "Google_Service_Genomics_Reference");
}
/**
- * Exports variant data to an external destination. (variants.export)
+ * Searches for references which match the given criteria.
+ *
+ * Implements GAReferenceMethods::searchReferences
+ * (https://github.com/ga4gh/schemas). (references.search)
*
- * @param Google_ExportVariantsRequest $postBody
+ * @param Google_SearchReferencesRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_ExportVariantsResponse
+ * @return Google_Service_Genomics_SearchReferencesResponse
*/
- public function export(Google_Service_Genomics_ExportVariantsRequest $postBody, $optParams = array())
+ public function search(Google_Service_Genomics_SearchReferencesRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('export', array($params), "Google_Service_Genomics_ExportVariantsResponse");
+ return $this->call('search', array($params), "Google_Service_Genomics_SearchReferencesResponse");
}
+}
+
+/**
+ * The "bases" collection of methods.
+ * Typical usage is:
+ *
+ * $genomicsService = new Google_Service_Genomics(...);
+ * $bases = $genomicsService->bases;
+ *
+ */
+class Google_Service_Genomics_ReferencesBases_Resource extends Google_Service_Resource
+{
+
/**
- * Gets a variant by ID. (variants.get)
+ * Lists the bases in a reference, optionally restricted to a range.
*
- * @param string $variantId
- * The ID of the variant.
+ * Implements GAReferenceMethods::getReferenceBases
+ * (https://github.com/ga4gh/schemas). (bases.listReferencesBases)
+ *
+ * @param string $referenceId
+ * The ID of the reference.
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_Variant
+ *
+ * @opt_param string pageToken
+ * The continuation token, which is used to page through large result sets. To get the next page of
+ * results, set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string end
+ * The end position (0-based, exclusive) of this query. Defaults to the length length of this
+ * reference.
+ * @opt_param int pageSize
+ * Specifies the maximum number of bases to return in a single page.
+ * @opt_param string start
+ * The start position (0-based) of this query. Defaults to 0.
+ * @return Google_Service_Genomics_ListBasesResponse
*/
- public function get($variantId, $optParams = array())
+ public function listReferencesBases($referenceId, $optParams = array())
{
- $params = array('variantId' => $variantId);
+ $params = array('referenceId' => $referenceId);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Genomics_Variant");
+ return $this->call('list', array($params), "Google_Service_Genomics_ListBasesResponse");
}
- /**
- * Creates variant data by asynchronously importing the provided information.
- * The variants for import will be merged with any existing data and each other
- * according to the behavior of mergeVariants. In particular, this means for
- * merged VCF variants that have conflicting INFO fields, some data will be
- * arbitrarily discarded. As a special case, for single-sample VCF files, QUAL
- * and FILTER fields will be moved to the call level; these are sometimes
- * interpreted in a call-specific context. Imported VCF headers are appended to
- * the metadata already in a VariantSet. (variants.import)
+}
+
+/**
+ * The "referencesets" collection of methods.
+ * Typical usage is:
+ *
+ * $genomicsService = new Google_Service_Genomics(...);
+ * $referencesets = $genomicsService->referencesets;
+ *
+ */
+class Google_Service_Genomics_Referencesets_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets a reference set.
*
- * @param Google_ImportVariantsRequest $postBody
+ * Implements GAReferenceMethods::getReferenceSet
+ * (https://github.com/ga4gh/schemas). (referencesets.get)
+ *
+ * @param string $referenceSetId
+ * The ID of the reference set.
* @param array $optParams Optional parameters.
- * @return Google_Service_Genomics_ImportVariantsResponse
+ * @return Google_Service_Genomics_ReferenceSet
+ */
+ public function get($referenceSetId, $optParams = array())
+ {
+ $params = array('referenceSetId' => $referenceSetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Genomics_ReferenceSet");
+ }
+ /**
+ * Searches for reference sets which match the given criteria.
+ *
+ * Implements GAReferenceMethods::searchReferenceSets
+ * (https://github.com/ga4gh/schemas). (referencesets.search)
+ *
+ * @param Google_SearchReferenceSetsRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_SearchReferenceSetsResponse
+ */
+ public function search(Google_Service_Genomics_SearchReferenceSetsRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('search', array($params), "Google_Service_Genomics_SearchReferenceSetsResponse");
+ }
+}
+
+/**
+ * The "variants" collection of methods.
+ * Typical usage is:
+ *
+ * $genomicsService = new Google_Service_Genomics(...);
+ * $variants = $genomicsService->variants;
+ *
+ */
+class Google_Service_Genomics_Variants_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a new variant. (variants.create)
+ *
+ * @param Google_Variant $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_Variant
*/
- public function import(Google_Service_Genomics_ImportVariantsRequest $postBody, $optParams = array())
+ public function create(Google_Service_Genomics_Variant $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('import', array($params), "Google_Service_Genomics_ImportVariantsResponse");
+ return $this->call('create', array($params), "Google_Service_Genomics_Variant");
+ }
+ /**
+ * Deletes a variant. (variants.delete)
+ *
+ * @param string $variantId
+ * The ID of the variant to be deleted.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($variantId, $optParams = array())
+ {
+ $params = array('variantId' => $variantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Gets a variant by ID. (variants.get)
+ *
+ * @param string $variantId
+ * The ID of the variant.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_Variant
+ */
+ public function get($variantId, $optParams = array())
+ {
+ $params = array('variantId' => $variantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Genomics_Variant");
}
/**
* Gets a list of variants matching the criteria. (variants.search)
@@ -1221,6 +1354,22 @@ public function delete($variantSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+ /**
+ * Exports variant set data to an external destination. (variantsets.export)
+ *
+ * @param string $variantSetId
+ * Required. The ID of the variant set that contains variant data which should be exported. The
+ * caller must have READ access to this variant set.
+ * @param Google_ExportVariantSetRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_ExportVariantSetResponse
+ */
+ public function export($variantSetId, Google_Service_Genomics_ExportVariantSetRequest $postBody, $optParams = array())
+ {
+ $params = array('variantSetId' => $variantSetId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('export', array($params), "Google_Service_Genomics_ExportVariantSetResponse");
+ }
/**
* Gets a variant set by ID. (variantsets.get)
*
@@ -1235,6 +1384,28 @@ public function get($variantSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_VariantSet");
}
+ /**
+ * Creates variant data by asynchronously importing the provided information.
+ * The variants for import will be merged with any existing data and each other
+ * according to the behavior of mergeVariants. In particular, this means for
+ * merged VCF variants that have conflicting INFO fields, some data will be
+ * arbitrarily discarded. As a special case, for single-sample VCF files, QUAL
+ * and FILTER fields will be moved to the call level; these are sometimes
+ * interpreted in a call-specific context. Imported VCF headers are appended to
+ * the metadata already in a variant set. (variantsets.importVariants)
+ *
+ * @param string $variantSetId
+ * Required. The variant set to which variant data should be imported.
+ * @param Google_ImportVariantsRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_ImportVariantsResponse
+ */
+ public function importVariants($variantSetId, Google_Service_Genomics_ImportVariantsRequest $postBody, $optParams = array())
+ {
+ $params = array('variantSetId' => $variantSetId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('importVariants', array($params), "Google_Service_Genomics_ImportVariantsResponse");
+ }
/**
* Merges the given variants with existing variants. Each variant will be merged
* with an existing variant that matches its reference sequence, start, end,
@@ -1308,24 +1479,6 @@ public function update($variantSetId, Google_Service_Genomics_VariantSet $postBo
-class Google_Service_Genomics_Beacon extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $exists;
-
- public function setExists($exists)
- {
- $this->exists = $exists;
- }
-
- public function getExists()
- {
- return $this->exists;
- }
-
-}
-
class Google_Service_Genomics_Call extends Google_Collection
{
protected $collection_key = 'genotypeLikelihood';
@@ -1480,12 +1633,50 @@ class Google_Service_Genomics_CallSetInfo extends Google_Model
}
+class Google_Service_Genomics_CigarUnit extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $operation;
+ public $operationLength;
+ public $referenceSequence;
+
+ public function setOperation($operation)
+ {
+ $this->operation = $operation;
+ }
+
+ public function getOperation()
+ {
+ return $this->operation;
+ }
+ public function setOperationLength($operationLength)
+ {
+ $this->operationLength = $operationLength;
+ }
+
+ public function getOperationLength()
+ {
+ return $this->operationLength;
+ }
+ public function setReferenceSequence($referenceSequence)
+ {
+ $this->referenceSequence = $referenceSequence;
+ }
+
+ public function getReferenceSequence()
+ {
+ return $this->referenceSequence;
+ }
+
+}
+
class Google_Service_Genomics_CoverageBucket extends Google_Model
{
protected $internal_gapi_mappings = array(
);
public $meanCoverage;
- protected $rangeType = 'Google_Service_Genomics_GenomicRange';
+ protected $rangeType = 'Google_Service_Genomics_Range';
protected $rangeDataType = '';
public function setMeanCoverage($meanCoverage)
@@ -1497,7 +1688,7 @@ public function getMeanCoverage()
{
return $this->meanCoverage;
}
- public function setRange(Google_Service_Genomics_GenomicRange $range)
+ public function setRange(Google_Service_Genomics_Range $range)
{
$this->range = $range;
}
@@ -1516,7 +1707,7 @@ class Google_Service_Genomics_Dataset extends Google_Model
public $id;
public $isPublic;
public $name;
- public $projectId;
+ public $projectNumber;
public function setId($id)
{
@@ -1545,14 +1736,14 @@ public function getName()
{
return $this->name;
}
- public function setProjectId($projectId)
+ public function setProjectNumber($projectNumber)
{
- $this->projectId = $projectId;
+ $this->projectNumber = $projectNumber;
}
- public function getProjectId()
+ public function getProjectNumber()
{
- return $this->projectId;
+ return $this->projectNumber;
}
}
@@ -1566,7 +1757,7 @@ class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collec
public $callVariants;
public $gcsOutputPath;
public $pairedSourceUris;
- public $projectId;
+ public $projectNumber;
public $sourceUris;
public function setAlign($align)
@@ -1605,14 +1796,14 @@ public function getPairedSourceUris()
{
return $this->pairedSourceUris;
}
- public function setProjectId($projectId)
+ public function setProjectNumber($projectNumber)
{
- $this->projectId = $projectId;
+ $this->projectNumber = $projectNumber;
}
- public function getProjectId()
+ public function getProjectNumber()
{
- return $this->projectId;
+ return $this->projectNumber;
}
public function setSourceUris($sourceUris)
{
@@ -1644,14 +1835,14 @@ public function getJobId()
}
-class Google_Service_Genomics_ExportReadsetsRequest extends Google_Collection
+class Google_Service_Genomics_ExportReadGroupSetsRequest extends Google_Collection
{
protected $collection_key = 'referenceNames';
protected $internal_gapi_mappings = array(
);
public $exportUri;
- public $projectId;
- public $readsetIds;
+ public $projectNumber;
+ public $readGroupSetIds;
public $referenceNames;
public function setExportUri($exportUri)
@@ -1663,23 +1854,23 @@ public function getExportUri()
{
return $this->exportUri;
}
- public function setProjectId($projectId)
+ public function setProjectNumber($projectNumber)
{
- $this->projectId = $projectId;
+ $this->projectNumber = $projectNumber;
}
- public function getProjectId()
+ public function getProjectNumber()
{
- return $this->projectId;
+ return $this->projectNumber;
}
- public function setReadsetIds($readsetIds)
+ public function setReadGroupSetIds($readGroupSetIds)
{
- $this->readsetIds = $readsetIds;
+ $this->readGroupSetIds = $readGroupSetIds;
}
- public function getReadsetIds()
+ public function getReadGroupSetIds()
{
- return $this->readsetIds;
+ return $this->readGroupSetIds;
}
public function setReferenceNames($referenceNames)
{
@@ -1693,7 +1884,7 @@ public function getReferenceNames()
}
-class Google_Service_Genomics_ExportReadsetsResponse extends Google_Model
+class Google_Service_Genomics_ExportReadGroupSetsResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
@@ -1711,7 +1902,7 @@ public function getJobId()
}
-class Google_Service_Genomics_ExportVariantsRequest extends Google_Collection
+class Google_Service_Genomics_ExportVariantSetRequest extends Google_Collection
{
protected $collection_key = 'callSetIds';
protected $internal_gapi_mappings = array(
@@ -1720,8 +1911,7 @@ class Google_Service_Genomics_ExportVariantsRequest extends Google_Collection
public $bigqueryTable;
public $callSetIds;
public $format;
- public $projectId;
- public $variantSetId;
+ public $projectNumber;
public function setBigqueryDataset($bigqueryDataset)
{
@@ -1759,28 +1949,19 @@ public function getFormat()
{
return $this->format;
}
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
-
- public function getProjectId()
- {
- return $this->projectId;
- }
- public function setVariantSetId($variantSetId)
+ public function setProjectNumber($projectNumber)
{
- $this->variantSetId = $variantSetId;
+ $this->projectNumber = $projectNumber;
}
- public function getVariantSetId()
+ public function getProjectNumber()
{
- return $this->variantSetId;
+ return $this->projectNumber;
}
}
-class Google_Service_Genomics_ExportVariantsResponse extends Google_Model
+class Google_Service_Genomics_ExportVariantSetResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
@@ -1798,394 +1979,324 @@ public function getJobId()
}
-class Google_Service_Genomics_GenomicRange extends Google_Model
+class Google_Service_Genomics_ImportReadGroupSetsRequest extends Google_Collection
{
+ protected $collection_key = 'sourceUris';
protected $internal_gapi_mappings = array(
);
- public $sequenceEnd;
- public $sequenceName;
- public $sequenceStart;
+ public $datasetId;
+ public $referenceSetId;
+ public $sourceUris;
- public function setSequenceEnd($sequenceEnd)
+ public function setDatasetId($datasetId)
{
- $this->sequenceEnd = $sequenceEnd;
+ $this->datasetId = $datasetId;
}
- public function getSequenceEnd()
+ public function getDatasetId()
{
- return $this->sequenceEnd;
+ return $this->datasetId;
}
- public function setSequenceName($sequenceName)
+ public function setReferenceSetId($referenceSetId)
{
- $this->sequenceName = $sequenceName;
+ $this->referenceSetId = $referenceSetId;
}
- public function getSequenceName()
+ public function getReferenceSetId()
{
- return $this->sequenceName;
+ return $this->referenceSetId;
}
- public function setSequenceStart($sequenceStart)
+ public function setSourceUris($sourceUris)
{
- $this->sequenceStart = $sequenceStart;
+ $this->sourceUris = $sourceUris;
}
- public function getSequenceStart()
+ public function getSourceUris()
{
- return $this->sequenceStart;
+ return $this->sourceUris;
}
}
-class Google_Service_Genomics_Header extends Google_Model
+class Google_Service_Genomics_ImportReadGroupSetsResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $sortingOrder;
- public $version;
+ public $jobId;
+
+ public function setJobId($jobId)
+ {
+ $this->jobId = $jobId;
+ }
+
+ public function getJobId()
+ {
+ return $this->jobId;
+ }
+
+}
+
+class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
+{
+ protected $collection_key = 'sourceUris';
+ protected $internal_gapi_mappings = array(
+ );
+ public $format;
+ public $sourceUris;
- public function setSortingOrder($sortingOrder)
+ public function setFormat($format)
{
- $this->sortingOrder = $sortingOrder;
+ $this->format = $format;
}
- public function getSortingOrder()
+ public function getFormat()
{
- return $this->sortingOrder;
+ return $this->format;
}
- public function setVersion($version)
+ public function setSourceUris($sourceUris)
{
- $this->version = $version;
+ $this->sourceUris = $sourceUris;
}
- public function getVersion()
+ public function getSourceUris()
{
- return $this->version;
+ return $this->sourceUris;
}
}
-class Google_Service_Genomics_HeaderSection extends Google_Collection
+class Google_Service_Genomics_ImportVariantsResponse extends Google_Model
{
- protected $collection_key = 'refSequences';
protected $internal_gapi_mappings = array(
);
- public $comments;
- public $fileUri;
- public $filename;
- protected $headersType = 'Google_Service_Genomics_Header';
- protected $headersDataType = 'array';
- protected $programsType = 'Google_Service_Genomics_Program';
- protected $programsDataType = 'array';
- protected $readGroupsType = 'Google_Service_Genomics_ReadGroup';
- protected $readGroupsDataType = 'array';
- protected $refSequencesType = 'Google_Service_Genomics_ReferenceSequence';
- protected $refSequencesDataType = 'array';
+ public $jobId;
- public function setComments($comments)
+ public function setJobId($jobId)
{
- $this->comments = $comments;
+ $this->jobId = $jobId;
}
- public function getComments()
+ public function getJobId()
{
- return $this->comments;
+ return $this->jobId;
}
- public function setFileUri($fileUri)
+
+}
+
+class Google_Service_Genomics_Job extends Google_Collection
+{
+ protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
+ public $created;
+ public $detailedStatus;
+ public $errors;
+ public $id;
+ public $importedIds;
+ public $projectNumber;
+ protected $requestType = 'Google_Service_Genomics_JobRequest';
+ protected $requestDataType = '';
+ public $status;
+ public $warnings;
+
+ public function setCreated($created)
{
- $this->fileUri = $fileUri;
+ $this->created = $created;
}
- public function getFileUri()
+ public function getCreated()
{
- return $this->fileUri;
+ return $this->created;
}
- public function setFilename($filename)
+ public function setDetailedStatus($detailedStatus)
{
- $this->filename = $filename;
+ $this->detailedStatus = $detailedStatus;
}
- public function getFilename()
+ public function getDetailedStatus()
{
- return $this->filename;
+ return $this->detailedStatus;
}
- public function setHeaders($headers)
+ public function setErrors($errors)
{
- $this->headers = $headers;
+ $this->errors = $errors;
}
- public function getHeaders()
+ public function getErrors()
{
- return $this->headers;
+ return $this->errors;
}
- public function setPrograms($programs)
+ public function setId($id)
{
- $this->programs = $programs;
+ $this->id = $id;
}
- public function getPrograms()
+ public function getId()
{
- return $this->programs;
+ return $this->id;
}
- public function setReadGroups($readGroups)
+ public function setImportedIds($importedIds)
{
- $this->readGroups = $readGroups;
+ $this->importedIds = $importedIds;
}
- public function getReadGroups()
+ public function getImportedIds()
{
- return $this->readGroups;
+ return $this->importedIds;
}
- public function setRefSequences($refSequences)
+ public function setProjectNumber($projectNumber)
{
- $this->refSequences = $refSequences;
+ $this->projectNumber = $projectNumber;
}
- public function getRefSequences()
+ public function getProjectNumber()
{
- return $this->refSequences;
+ return $this->projectNumber;
+ }
+ public function setRequest(Google_Service_Genomics_JobRequest $request)
+ {
+ $this->request = $request;
}
-}
-
-class Google_Service_Genomics_ImportReadsetsRequest extends Google_Collection
-{
- protected $collection_key = 'sourceUris';
- protected $internal_gapi_mappings = array(
- );
- public $datasetId;
- public $sourceUris;
-
- public function setDatasetId($datasetId)
- {
- $this->datasetId = $datasetId;
- }
-
- public function getDatasetId()
+ public function getRequest()
{
- return $this->datasetId;
+ return $this->request;
}
- public function setSourceUris($sourceUris)
+ public function setStatus($status)
{
- $this->sourceUris = $sourceUris;
+ $this->status = $status;
}
- public function getSourceUris()
+ public function getStatus()
{
- return $this->sourceUris;
+ return $this->status;
}
-
-}
-
-class Google_Service_Genomics_ImportReadsetsResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $jobId;
-
- public function setJobId($jobId)
+ public function setWarnings($warnings)
{
- $this->jobId = $jobId;
+ $this->warnings = $warnings;
}
- public function getJobId()
+ public function getWarnings()
{
- return $this->jobId;
+ return $this->warnings;
}
}
-class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
+class Google_Service_Genomics_JobRequest extends Google_Collection
{
- protected $collection_key = 'sourceUris';
+ protected $collection_key = 'source';
protected $internal_gapi_mappings = array(
);
- public $format;
- public $sourceUris;
- public $variantSetId;
-
- public function setFormat($format)
- {
- $this->format = $format;
- }
+ public $destination;
+ public $source;
+ public $type;
- public function getFormat()
- {
- return $this->format;
- }
- public function setSourceUris($sourceUris)
+ public function setDestination($destination)
{
- $this->sourceUris = $sourceUris;
+ $this->destination = $destination;
}
- public function getSourceUris()
+ public function getDestination()
{
- return $this->sourceUris;
+ return $this->destination;
}
- public function setVariantSetId($variantSetId)
+ public function setSource($source)
{
- $this->variantSetId = $variantSetId;
+ $this->source = $source;
}
- public function getVariantSetId()
+ public function getSource()
{
- return $this->variantSetId;
+ return $this->source;
}
-
-}
-
-class Google_Service_Genomics_ImportVariantsResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $jobId;
-
- public function setJobId($jobId)
+ public function setType($type)
{
- $this->jobId = $jobId;
+ $this->type = $type;
}
- public function getJobId()
+ public function getType()
{
- return $this->jobId;
+ return $this->type;
}
}
-class Google_Service_Genomics_Job extends Google_Collection
+class Google_Service_Genomics_LinearAlignment extends Google_Collection
{
- protected $collection_key = 'warnings';
+ protected $collection_key = 'cigar';
protected $internal_gapi_mappings = array(
);
- public $created;
- public $description;
- public $errors;
- public $id;
- public $importedIds;
- public $projectId;
- protected $requestType = 'Google_Service_Genomics_JobRequest';
- protected $requestDataType = '';
- public $status;
- public $warnings;
-
- public function setCreated($created)
- {
- $this->created = $created;
- }
-
- public function getCreated()
- {
- return $this->created;
- }
- public function setDescription($description)
- {
- $this->description = $description;
- }
-
- public function getDescription()
- {
- return $this->description;
- }
- public function setErrors($errors)
- {
- $this->errors = $errors;
- }
-
- public function getErrors()
- {
- return $this->errors;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
-
- public function getId()
- {
- return $this->id;
- }
- public function setImportedIds($importedIds)
- {
- $this->importedIds = $importedIds;
- }
-
- public function getImportedIds()
- {
- return $this->importedIds;
- }
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
+ protected $cigarType = 'Google_Service_Genomics_CigarUnit';
+ protected $cigarDataType = 'array';
+ public $mappingQuality;
+ protected $positionType = 'Google_Service_Genomics_Position';
+ protected $positionDataType = '';
- public function getProjectId()
- {
- return $this->projectId;
- }
- public function setRequest(Google_Service_Genomics_JobRequest $request)
+ public function setCigar($cigar)
{
- $this->request = $request;
+ $this->cigar = $cigar;
}
- public function getRequest()
+ public function getCigar()
{
- return $this->request;
+ return $this->cigar;
}
- public function setStatus($status)
+ public function setMappingQuality($mappingQuality)
{
- $this->status = $status;
+ $this->mappingQuality = $mappingQuality;
}
- public function getStatus()
+ public function getMappingQuality()
{
- return $this->status;
+ return $this->mappingQuality;
}
- public function setWarnings($warnings)
+ public function setPosition(Google_Service_Genomics_Position $position)
{
- $this->warnings = $warnings;
+ $this->position = $position;
}
- public function getWarnings()
+ public function getPosition()
{
- return $this->warnings;
+ return $this->position;
}
}
-class Google_Service_Genomics_JobRequest extends Google_Collection
+class Google_Service_Genomics_ListBasesResponse extends Google_Model
{
- protected $collection_key = 'source';
protected $internal_gapi_mappings = array(
);
- public $destination;
- public $source;
- public $type;
+ public $nextPageToken;
+ public $offset;
+ public $sequence;
- public function setDestination($destination)
+ public function setNextPageToken($nextPageToken)
{
- $this->destination = $destination;
+ $this->nextPageToken = $nextPageToken;
}
- public function getDestination()
+ public function getNextPageToken()
{
- return $this->destination;
+ return $this->nextPageToken;
}
- public function setSource($source)
+ public function setOffset($offset)
{
- $this->source = $source;
+ $this->offset = $offset;
}
- public function getSource()
+ public function getOffset()
{
- return $this->source;
+ return $this->offset;
}
- public function setType($type)
+ public function setSequence($sequence)
{
- $this->type = $type;
+ $this->sequence = $sequence;
}
- public function getType()
+ public function getSequence()
{
- return $this->type;
+ return $this->sequence;
}
}
@@ -2366,247 +2477,288 @@ class Google_Service_Genomics_MetadataInfo extends Google_Model
}
-class Google_Service_Genomics_Program extends Google_Model
+class Google_Service_Genomics_Position extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $commandLine;
- public $id;
- public $name;
- public $prevProgramId;
- public $version;
+ public $position;
+ public $referenceName;
+ public $reverseStrand;
- public function setCommandLine($commandLine)
+ public function setPosition($position)
{
- $this->commandLine = $commandLine;
+ $this->position = $position;
}
- public function getCommandLine()
+ public function getPosition()
{
- return $this->commandLine;
+ return $this->position;
}
- public function setId($id)
+ public function setReferenceName($referenceName)
{
- $this->id = $id;
+ $this->referenceName = $referenceName;
}
- public function getId()
+ public function getReferenceName()
{
- return $this->id;
+ return $this->referenceName;
}
- public function setName($name)
+ public function setReverseStrand($reverseStrand)
{
- $this->name = $name;
+ $this->reverseStrand = $reverseStrand;
}
- public function getName()
+ public function getReverseStrand()
{
- return $this->name;
+ return $this->reverseStrand;
}
- public function setPrevProgramId($prevProgramId)
+
+}
+
+class Google_Service_Genomics_Range extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $end;
+ public $referenceName;
+ public $start;
+
+ public function setEnd($end)
{
- $this->prevProgramId = $prevProgramId;
+ $this->end = $end;
}
- public function getPrevProgramId()
+ public function getEnd()
{
- return $this->prevProgramId;
+ return $this->end;
}
- public function setVersion($version)
+ public function setReferenceName($referenceName)
{
- $this->version = $version;
+ $this->referenceName = $referenceName;
}
- public function getVersion()
+ public function getReferenceName()
{
- return $this->version;
+ return $this->referenceName;
+ }
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+
+ public function getStart()
+ {
+ return $this->start;
}
}
-class Google_Service_Genomics_Read extends Google_Model
+class Google_Service_Genomics_Read extends Google_Collection
{
+ protected $collection_key = 'alignedQuality';
protected $internal_gapi_mappings = array(
);
- public $alignedBases;
- public $baseQuality;
- public $cigar;
- public $flags;
+ public $alignedQuality;
+ public $alignedSequence;
+ protected $alignmentType = 'Google_Service_Genomics_LinearAlignment';
+ protected $alignmentDataType = '';
+ public $duplicateFragment;
+ public $failedVendorQualityChecks;
+ public $fragmentLength;
+ public $fragmentName;
public $id;
- public $mappingQuality;
- public $matePosition;
- public $mateReferenceSequenceName;
- public $name;
- public $originalBases;
- public $position;
- public $readsetId;
- public $referenceSequenceName;
- public $tags;
- public $templateLength;
+ public $info;
+ protected $nextMatePositionType = 'Google_Service_Genomics_Position';
+ protected $nextMatePositionDataType = '';
+ public $numberReads;
+ public $properPlacement;
+ public $readGroupId;
+ public $readGroupSetId;
+ public $readNumber;
+ public $secondaryAlignment;
+ public $supplementaryAlignment;
- public function setAlignedBases($alignedBases)
+ public function setAlignedQuality($alignedQuality)
{
- $this->alignedBases = $alignedBases;
+ $this->alignedQuality = $alignedQuality;
}
- public function getAlignedBases()
+ public function getAlignedQuality()
{
- return $this->alignedBases;
+ return $this->alignedQuality;
}
- public function setBaseQuality($baseQuality)
+ public function setAlignedSequence($alignedSequence)
{
- $this->baseQuality = $baseQuality;
+ $this->alignedSequence = $alignedSequence;
}
- public function getBaseQuality()
+ public function getAlignedSequence()
{
- return $this->baseQuality;
+ return $this->alignedSequence;
}
- public function setCigar($cigar)
+ public function setAlignment(Google_Service_Genomics_LinearAlignment $alignment)
{
- $this->cigar = $cigar;
+ $this->alignment = $alignment;
}
- public function getCigar()
+ public function getAlignment()
{
- return $this->cigar;
+ return $this->alignment;
}
- public function setFlags($flags)
+ public function setDuplicateFragment($duplicateFragment)
{
- $this->flags = $flags;
+ $this->duplicateFragment = $duplicateFragment;
}
- public function getFlags()
+ public function getDuplicateFragment()
{
- return $this->flags;
+ return $this->duplicateFragment;
}
- public function setId($id)
+ public function setFailedVendorQualityChecks($failedVendorQualityChecks)
{
- $this->id = $id;
+ $this->failedVendorQualityChecks = $failedVendorQualityChecks;
}
- public function getId()
+ public function getFailedVendorQualityChecks()
{
- return $this->id;
+ return $this->failedVendorQualityChecks;
}
- public function setMappingQuality($mappingQuality)
+ public function setFragmentLength($fragmentLength)
{
- $this->mappingQuality = $mappingQuality;
+ $this->fragmentLength = $fragmentLength;
}
- public function getMappingQuality()
+ public function getFragmentLength()
{
- return $this->mappingQuality;
+ return $this->fragmentLength;
}
- public function setMatePosition($matePosition)
+ public function setFragmentName($fragmentName)
{
- $this->matePosition = $matePosition;
+ $this->fragmentName = $fragmentName;
}
- public function getMatePosition()
+ public function getFragmentName()
{
- return $this->matePosition;
+ return $this->fragmentName;
}
- public function setMateReferenceSequenceName($mateReferenceSequenceName)
+ public function setId($id)
{
- $this->mateReferenceSequenceName = $mateReferenceSequenceName;
+ $this->id = $id;
}
- public function getMateReferenceSequenceName()
+ public function getId()
{
- return $this->mateReferenceSequenceName;
+ return $this->id;
}
- public function setName($name)
+ public function setInfo($info)
{
- $this->name = $name;
+ $this->info = $info;
}
- public function getName()
+ public function getInfo()
{
- return $this->name;
+ return $this->info;
}
- public function setOriginalBases($originalBases)
+ public function setNextMatePosition(Google_Service_Genomics_Position $nextMatePosition)
{
- $this->originalBases = $originalBases;
+ $this->nextMatePosition = $nextMatePosition;
}
- public function getOriginalBases()
+ public function getNextMatePosition()
{
- return $this->originalBases;
+ return $this->nextMatePosition;
}
- public function setPosition($position)
+ public function setNumberReads($numberReads)
{
- $this->position = $position;
+ $this->numberReads = $numberReads;
}
- public function getPosition()
+ public function getNumberReads()
{
- return $this->position;
+ return $this->numberReads;
+ }
+ public function setProperPlacement($properPlacement)
+ {
+ $this->properPlacement = $properPlacement;
+ }
+
+ public function getProperPlacement()
+ {
+ return $this->properPlacement;
}
- public function setReadsetId($readsetId)
+ public function setReadGroupId($readGroupId)
{
- $this->readsetId = $readsetId;
+ $this->readGroupId = $readGroupId;
}
- public function getReadsetId()
+ public function getReadGroupId()
{
- return $this->readsetId;
+ return $this->readGroupId;
}
- public function setReferenceSequenceName($referenceSequenceName)
+ public function setReadGroupSetId($readGroupSetId)
{
- $this->referenceSequenceName = $referenceSequenceName;
+ $this->readGroupSetId = $readGroupSetId;
}
- public function getReferenceSequenceName()
+ public function getReadGroupSetId()
{
- return $this->referenceSequenceName;
+ return $this->readGroupSetId;
}
- public function setTags($tags)
+ public function setReadNumber($readNumber)
{
- $this->tags = $tags;
+ $this->readNumber = $readNumber;
}
- public function getTags()
+ public function getReadNumber()
{
- return $this->tags;
+ return $this->readNumber;
}
- public function setTemplateLength($templateLength)
+ public function setSecondaryAlignment($secondaryAlignment)
{
- $this->templateLength = $templateLength;
+ $this->secondaryAlignment = $secondaryAlignment;
}
- public function getTemplateLength()
+ public function getSecondaryAlignment()
+ {
+ return $this->secondaryAlignment;
+ }
+ public function setSupplementaryAlignment($supplementaryAlignment)
{
- return $this->templateLength;
+ $this->supplementaryAlignment = $supplementaryAlignment;
+ }
+
+ public function getSupplementaryAlignment()
+ {
+ return $this->supplementaryAlignment;
}
}
-class Google_Service_Genomics_ReadGroup extends Google_Model
+class Google_Service_Genomics_ReadGroup extends Google_Collection
{
+ protected $collection_key = 'programs';
protected $internal_gapi_mappings = array(
);
- public $date;
+ public $datasetId;
public $description;
- public $flowOrder;
+ protected $experimentType = 'Google_Service_Genomics_ReadGroupExperiment';
+ protected $experimentDataType = '';
public $id;
- public $keySequence;
- public $library;
- public $platformUnit;
+ public $info;
+ public $name;
public $predictedInsertSize;
- public $processingProgram;
- public $sample;
- public $sequencingCenterName;
- public $sequencingTechnology;
+ protected $programsType = 'Google_Service_Genomics_ReadGroupProgram';
+ protected $programsDataType = 'array';
+ public $sampleId;
- public function setDate($date)
+ public function setDatasetId($datasetId)
{
- $this->date = $date;
+ $this->datasetId = $datasetId;
}
- public function getDate()
+ public function getDatasetId()
{
- return $this->date;
+ return $this->datasetId;
}
public function setDescription($description)
{
@@ -2617,14 +2769,14 @@ public function getDescription()
{
return $this->description;
}
- public function setFlowOrder($flowOrder)
+ public function setExperiment(Google_Service_Genomics_ReadGroupExperiment $experiment)
{
- $this->flowOrder = $flowOrder;
+ $this->experiment = $experiment;
}
- public function getFlowOrder()
+ public function getExperiment()
{
- return $this->flowOrder;
+ return $this->experiment;
}
public function setId($id)
{
@@ -2635,23 +2787,80 @@ public function getId()
{
return $this->id;
}
- public function setKeySequence($keySequence)
+ public function setInfo($info)
+ {
+ $this->info = $info;
+ }
+
+ public function getInfo()
+ {
+ return $this->info;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPredictedInsertSize($predictedInsertSize)
+ {
+ $this->predictedInsertSize = $predictedInsertSize;
+ }
+
+ public function getPredictedInsertSize()
+ {
+ return $this->predictedInsertSize;
+ }
+ public function setPrograms($programs)
+ {
+ $this->programs = $programs;
+ }
+
+ public function getPrograms()
+ {
+ return $this->programs;
+ }
+ public function setSampleId($sampleId)
{
- $this->keySequence = $keySequence;
+ $this->sampleId = $sampleId;
}
- public function getKeySequence()
+ public function getSampleId()
{
- return $this->keySequence;
+ return $this->sampleId;
}
- public function setLibrary($library)
+
+}
+
+class Google_Service_Genomics_ReadGroupExperiment extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $instrumentModel;
+ public $libraryId;
+ public $platformUnit;
+ public $sequencingCenter;
+
+ public function setInstrumentModel($instrumentModel)
{
- $this->library = $library;
+ $this->instrumentModel = $instrumentModel;
}
- public function getLibrary()
+ public function getInstrumentModel()
{
- return $this->library;
+ return $this->instrumentModel;
+ }
+ public function setLibraryId($libraryId)
+ {
+ $this->libraryId = $libraryId;
+ }
+
+ public function getLibraryId()
+ {
+ return $this->libraryId;
}
public function setPlatformUnit($platformUnit)
{
@@ -2662,55 +2871,155 @@ public function getPlatformUnit()
{
return $this->platformUnit;
}
- public function setPredictedInsertSize($predictedInsertSize)
+ public function setSequencingCenter($sequencingCenter)
{
- $this->predictedInsertSize = $predictedInsertSize;
+ $this->sequencingCenter = $sequencingCenter;
}
- public function getPredictedInsertSize()
+ public function getSequencingCenter()
{
- return $this->predictedInsertSize;
+ return $this->sequencingCenter;
+ }
+
+}
+
+class Google_Service_Genomics_ReadGroupInfo extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+
+
+}
+
+class Google_Service_Genomics_ReadGroupProgram extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $commandLine;
+ public $id;
+ public $name;
+ public $prevProgramId;
+ public $version;
+
+ public function setCommandLine($commandLine)
+ {
+ $this->commandLine = $commandLine;
+ }
+
+ public function getCommandLine()
+ {
+ return $this->commandLine;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPrevProgramId($prevProgramId)
+ {
+ $this->prevProgramId = $prevProgramId;
+ }
+
+ public function getPrevProgramId()
+ {
+ return $this->prevProgramId;
+ }
+ public function setVersion($version)
+ {
+ $this->version = $version;
+ }
+
+ public function getVersion()
+ {
+ return $this->version;
+ }
+
+}
+
+class Google_Service_Genomics_ReadGroupSet extends Google_Collection
+{
+ protected $collection_key = 'readGroups';
+ protected $internal_gapi_mappings = array(
+ );
+ public $datasetId;
+ public $filename;
+ public $id;
+ public $name;
+ protected $readGroupsType = 'Google_Service_Genomics_ReadGroup';
+ protected $readGroupsDataType = 'array';
+ public $referenceSetId;
+
+ public function setDatasetId($datasetId)
+ {
+ $this->datasetId = $datasetId;
+ }
+
+ public function getDatasetId()
+ {
+ return $this->datasetId;
+ }
+ public function setFilename($filename)
+ {
+ $this->filename = $filename;
+ }
+
+ public function getFilename()
+ {
+ return $this->filename;
}
- public function setProcessingProgram($processingProgram)
+ public function setId($id)
{
- $this->processingProgram = $processingProgram;
+ $this->id = $id;
}
- public function getProcessingProgram()
+ public function getId()
{
- return $this->processingProgram;
+ return $this->id;
}
- public function setSample($sample)
+ public function setName($name)
{
- $this->sample = $sample;
+ $this->name = $name;
}
- public function getSample()
+ public function getName()
{
- return $this->sample;
+ return $this->name;
}
- public function setSequencingCenterName($sequencingCenterName)
+ public function setReadGroups($readGroups)
{
- $this->sequencingCenterName = $sequencingCenterName;
+ $this->readGroups = $readGroups;
}
- public function getSequencingCenterName()
+ public function getReadGroups()
{
- return $this->sequencingCenterName;
+ return $this->readGroups;
}
- public function setSequencingTechnology($sequencingTechnology)
+ public function setReferenceSetId($referenceSetId)
{
- $this->sequencingTechnology = $sequencingTechnology;
+ $this->referenceSetId = $referenceSetId;
}
- public function getSequencingTechnology()
+ public function getReferenceSetId()
{
- return $this->sequencingTechnology;
+ return $this->referenceSetId;
}
}
-class Google_Service_Genomics_ReadTags extends Google_Model
+class Google_Service_Genomics_ReadInfo extends Google_Model
{
protected $internal_gapi_mappings = array(
);
@@ -2718,43 +3027,45 @@ class Google_Service_Genomics_ReadTags extends Google_Model
}
-class Google_Service_Genomics_Readset extends Google_Collection
+class Google_Service_Genomics_Reference extends Google_Collection
{
- protected $collection_key = 'fileData';
+ protected $collection_key = 'sourceAccessions';
protected $internal_gapi_mappings = array(
);
- public $datasetId;
- protected $fileDataType = 'Google_Service_Genomics_HeaderSection';
- protected $fileDataDataType = 'array';
public $id;
+ public $length;
+ public $md5checksum;
public $name;
+ public $ncbiTaxonId;
+ public $sourceAccessions;
+ public $sourceURI;
- public function setDatasetId($datasetId)
+ public function setId($id)
{
- $this->datasetId = $datasetId;
+ $this->id = $id;
}
- public function getDatasetId()
+ public function getId()
{
- return $this->datasetId;
+ return $this->id;
}
- public function setFileData($fileData)
+ public function setLength($length)
{
- $this->fileData = $fileData;
+ $this->length = $length;
}
- public function getFileData()
+ public function getLength()
{
- return $this->fileData;
+ return $this->length;
}
- public function setId($id)
+ public function setMd5checksum($md5checksum)
{
- $this->id = $id;
+ $this->md5checksum = $md5checksum;
}
- public function getId()
+ public function getMd5checksum()
{
- return $this->id;
+ return $this->md5checksum;
}
public function setName($name)
{
@@ -2765,6 +3076,33 @@ public function getName()
{
return $this->name;
}
+ public function setNcbiTaxonId($ncbiTaxonId)
+ {
+ $this->ncbiTaxonId = $ncbiTaxonId;
+ }
+
+ public function getNcbiTaxonId()
+ {
+ return $this->ncbiTaxonId;
+ }
+ public function setSourceAccessions($sourceAccessions)
+ {
+ $this->sourceAccessions = $sourceAccessions;
+ }
+
+ public function getSourceAccessions()
+ {
+ return $this->sourceAccessions;
+ }
+ public function setSourceURI($sourceURI)
+ {
+ $this->sourceURI = $sourceURI;
+ }
+
+ public function getSourceURI()
+ {
+ return $this->sourceURI;
+ }
}
@@ -2796,16 +3134,19 @@ public function getUpperBound()
}
-class Google_Service_Genomics_ReferenceSequence extends Google_Model
+class Google_Service_Genomics_ReferenceSet extends Google_Collection
{
+ protected $collection_key = 'sourceAccessions';
protected $internal_gapi_mappings = array(
);
public $assemblyId;
- public $length;
- public $md5Checksum;
- public $name;
- public $species;
- public $uri;
+ public $description;
+ public $id;
+ public $md5checksum;
+ public $ncbiTaxonId;
+ public $referenceIds;
+ public $sourceAccessions;
+ public $sourceURI;
public function setAssemblyId($assemblyId)
{
@@ -2816,50 +3157,68 @@ public function getAssemblyId()
{
return $this->assemblyId;
}
- public function setLength($length)
+ public function setDescription($description)
{
- $this->length = $length;
+ $this->description = $description;
}
- public function getLength()
+ public function getDescription()
{
- return $this->length;
+ return $this->description;
}
- public function setMd5Checksum($md5Checksum)
+ public function setId($id)
{
- $this->md5Checksum = $md5Checksum;
+ $this->id = $id;
}
- public function getMd5Checksum()
+ public function getId()
{
- return $this->md5Checksum;
+ return $this->id;
}
- public function setName($name)
+ public function setMd5checksum($md5checksum)
{
- $this->name = $name;
+ $this->md5checksum = $md5checksum;
}
- public function getName()
+ public function getMd5checksum()
{
- return $this->name;
+ return $this->md5checksum;
+ }
+ public function setNcbiTaxonId($ncbiTaxonId)
+ {
+ $this->ncbiTaxonId = $ncbiTaxonId;
+ }
+
+ public function getNcbiTaxonId()
+ {
+ return $this->ncbiTaxonId;
+ }
+ public function setReferenceIds($referenceIds)
+ {
+ $this->referenceIds = $referenceIds;
+ }
+
+ public function getReferenceIds()
+ {
+ return $this->referenceIds;
}
- public function setSpecies($species)
+ public function setSourceAccessions($sourceAccessions)
{
- $this->species = $species;
+ $this->sourceAccessions = $sourceAccessions;
}
- public function getSpecies()
+ public function getSourceAccessions()
{
- return $this->species;
+ return $this->sourceAccessions;
}
- public function setUri($uri)
+ public function setSourceURI($sourceURI)
{
- $this->uri = $uri;
+ $this->sourceURI = $sourceURI;
}
- public function getUri()
+ public function getSourceURI()
{
- return $this->uri;
+ return $this->sourceURI;
}
}
@@ -2950,9 +3309,9 @@ class Google_Service_Genomics_SearchJobsRequest extends Google_Collection
);
public $createdAfter;
public $createdBefore;
- public $maxResults;
+ public $pageSize;
public $pageToken;
- public $projectId;
+ public $projectNumber;
public $status;
public function setCreatedAfter($createdAfter)
@@ -2973,14 +3332,14 @@ public function getCreatedBefore()
{
return $this->createdBefore;
}
- public function setMaxResults($maxResults)
+ public function setPageSize($pageSize)
{
- $this->maxResults = $maxResults;
+ $this->pageSize = $pageSize;
}
- public function getMaxResults()
+ public function getPageSize()
{
- return $this->maxResults;
+ return $this->pageSize;
}
public function setPageToken($pageToken)
{
@@ -2991,14 +3350,14 @@ public function getPageToken()
{
return $this->pageToken;
}
- public function setProjectId($projectId)
+ public function setProjectNumber($projectNumber)
{
- $this->projectId = $projectId;
+ $this->projectNumber = $projectNumber;
}
- public function getProjectId()
+ public function getProjectNumber()
{
- return $this->projectId;
+ return $this->projectNumber;
}
public function setStatus($status)
{
@@ -3042,26 +3401,115 @@ public function getNextPageToken()
}
+class Google_Service_Genomics_SearchReadGroupSetsRequest extends Google_Collection
+{
+ protected $collection_key = 'datasetIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $datasetIds;
+ public $name;
+ public $pageSize;
+ public $pageToken;
+
+ public function setDatasetIds($datasetIds)
+ {
+ $this->datasetIds = $datasetIds;
+ }
+
+ public function getDatasetIds()
+ {
+ return $this->datasetIds;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPageSize($pageSize)
+ {
+ $this->pageSize = $pageSize;
+ }
+
+ public function getPageSize()
+ {
+ return $this->pageSize;
+ }
+ public function setPageToken($pageToken)
+ {
+ $this->pageToken = $pageToken;
+ }
+
+ public function getPageToken()
+ {
+ return $this->pageToken;
+ }
+
+}
+
+class Google_Service_Genomics_SearchReadGroupSetsResponse extends Google_Collection
+{
+ protected $collection_key = 'readGroupSets';
+ protected $internal_gapi_mappings = array(
+ );
+ public $nextPageToken;
+ protected $readGroupSetsType = 'Google_Service_Genomics_ReadGroupSet';
+ protected $readGroupSetsDataType = 'array';
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setReadGroupSets($readGroupSets)
+ {
+ $this->readGroupSets = $readGroupSets;
+ }
+
+ public function getReadGroupSets()
+ {
+ return $this->readGroupSets;
+ }
+
+}
+
class Google_Service_Genomics_SearchReadsRequest extends Google_Collection
{
- protected $collection_key = 'readsetIds';
+ protected $collection_key = 'readGroupSetIds';
protected $internal_gapi_mappings = array(
);
- public $maxResults;
+ public $end;
+ public $pageSize;
public $pageToken;
- public $readsetIds;
- public $sequenceEnd;
- public $sequenceName;
- public $sequenceStart;
+ public $readGroupIds;
+ public $readGroupSetIds;
+ public $referenceName;
+ public $start;
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
- public function setMaxResults($maxResults)
+ public function getEnd()
+ {
+ return $this->end;
+ }
+ public function setPageSize($pageSize)
{
- $this->maxResults = $maxResults;
+ $this->pageSize = $pageSize;
}
- public function getMaxResults()
+ public function getPageSize()
{
- return $this->maxResults;
+ return $this->pageSize;
}
public function setPageToken($pageToken)
{
@@ -3072,53 +3520,132 @@ public function getPageToken()
{
return $this->pageToken;
}
- public function setReadsetIds($readsetIds)
+ public function setReadGroupIds($readGroupIds)
{
- $this->readsetIds = $readsetIds;
+ $this->readGroupIds = $readGroupIds;
}
- public function getReadsetIds()
+ public function getReadGroupIds()
{
- return $this->readsetIds;
+ return $this->readGroupIds;
}
- public function setSequenceEnd($sequenceEnd)
+ public function setReadGroupSetIds($readGroupSetIds)
{
- $this->sequenceEnd = $sequenceEnd;
+ $this->readGroupSetIds = $readGroupSetIds;
}
- public function getSequenceEnd()
+ public function getReadGroupSetIds()
{
- return $this->sequenceEnd;
+ return $this->readGroupSetIds;
}
- public function setSequenceName($sequenceName)
+ public function setReferenceName($referenceName)
{
- $this->sequenceName = $sequenceName;
+ $this->referenceName = $referenceName;
}
- public function getSequenceName()
+ public function getReferenceName()
{
- return $this->sequenceName;
+ return $this->referenceName;
}
- public function setSequenceStart($sequenceStart)
+ public function setStart($start)
{
- $this->sequenceStart = $sequenceStart;
+ $this->start = $start;
}
- public function getSequenceStart()
+ public function getStart()
{
- return $this->sequenceStart;
+ return $this->start;
}
}
class Google_Service_Genomics_SearchReadsResponse extends Google_Collection
{
- protected $collection_key = 'reads';
+ protected $collection_key = 'alignments';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $alignmentsType = 'Google_Service_Genomics_Read';
+ protected $alignmentsDataType = 'array';
+ public $nextPageToken;
+
+ public function setAlignments($alignments)
+ {
+ $this->alignments = $alignments;
+ }
+
+ public function getAlignments()
+ {
+ return $this->alignments;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+}
+
+class Google_Service_Genomics_SearchReferenceSetsRequest extends Google_Collection
+{
+ protected $collection_key = 'md5checksums';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accessions;
+ public $md5checksums;
+ public $pageSize;
+ public $pageToken;
+
+ public function setAccessions($accessions)
+ {
+ $this->accessions = $accessions;
+ }
+
+ public function getAccessions()
+ {
+ return $this->accessions;
+ }
+ public function setMd5checksums($md5checksums)
+ {
+ $this->md5checksums = $md5checksums;
+ }
+
+ public function getMd5checksums()
+ {
+ return $this->md5checksums;
+ }
+ public function setPageSize($pageSize)
+ {
+ $this->pageSize = $pageSize;
+ }
+
+ public function getPageSize()
+ {
+ return $this->pageSize;
+ }
+ public function setPageToken($pageToken)
+ {
+ $this->pageToken = $pageToken;
+ }
+
+ public function getPageToken()
+ {
+ return $this->pageToken;
+ }
+
+}
+
+class Google_Service_Genomics_SearchReferenceSetsResponse extends Google_Collection
+{
+ protected $collection_key = 'referenceSets';
protected $internal_gapi_mappings = array(
);
public $nextPageToken;
- protected $readsType = 'Google_Service_Genomics_Read';
- protected $readsDataType = 'array';
+ protected $referenceSetsType = 'Google_Service_Genomics_ReferenceSet';
+ protected $referenceSetsDataType = 'array';
public function setNextPageToken($nextPageToken)
{
@@ -3129,54 +3656,55 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
- public function setReads($reads)
+ public function setReferenceSets($referenceSets)
{
- $this->reads = $reads;
+ $this->referenceSets = $referenceSets;
}
- public function getReads()
+ public function getReferenceSets()
{
- return $this->reads;
+ return $this->referenceSets;
}
}
-class Google_Service_Genomics_SearchReadsetsRequest extends Google_Collection
+class Google_Service_Genomics_SearchReferencesRequest extends Google_Collection
{
- protected $collection_key = 'datasetIds';
+ protected $collection_key = 'md5checksums';
protected $internal_gapi_mappings = array(
);
- public $datasetIds;
- public $maxResults;
- public $name;
+ public $accessions;
+ public $md5checksums;
+ public $pageSize;
public $pageToken;
+ public $referenceSetId;
- public function setDatasetIds($datasetIds)
+ public function setAccessions($accessions)
{
- $this->datasetIds = $datasetIds;
+ $this->accessions = $accessions;
}
- public function getDatasetIds()
+ public function getAccessions()
{
- return $this->datasetIds;
+ return $this->accessions;
}
- public function setMaxResults($maxResults)
+ public function setMd5checksums($md5checksums)
{
- $this->maxResults = $maxResults;
+ $this->md5checksums = $md5checksums;
}
- public function getMaxResults()
+ public function getMd5checksums()
{
- return $this->maxResults;
+ return $this->md5checksums;
}
- public function setName($name)
+ public function setPageSize($pageSize)
{
- $this->name = $name;
+ $this->pageSize = $pageSize;
}
- public function getName()
+ public function getPageSize()
{
- return $this->name;
+ return $this->pageSize;
}
public function setPageToken($pageToken)
{
@@ -3187,17 +3715,26 @@ public function getPageToken()
{
return $this->pageToken;
}
+ public function setReferenceSetId($referenceSetId)
+ {
+ $this->referenceSetId = $referenceSetId;
+ }
+
+ public function getReferenceSetId()
+ {
+ return $this->referenceSetId;
+ }
}
-class Google_Service_Genomics_SearchReadsetsResponse extends Google_Collection
+class Google_Service_Genomics_SearchReferencesResponse extends Google_Collection
{
- protected $collection_key = 'readsets';
+ protected $collection_key = 'references';
protected $internal_gapi_mappings = array(
);
public $nextPageToken;
- protected $readsetsType = 'Google_Service_Genomics_Readset';
- protected $readsetsDataType = 'array';
+ protected $referencesType = 'Google_Service_Genomics_Reference';
+ protected $referencesDataType = 'array';
public function setNextPageToken($nextPageToken)
{
@@ -3208,14 +3745,14 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
- public function setReadsets($readsets)
+ public function setReferences($references)
{
- $this->readsets = $readsets;
+ $this->references = $references;
}
- public function getReadsets()
+ public function getReferences()
{
- return $this->readsets;
+ return $this->references;
}
}
From 4793f71912b5ef6cdbc8dfc24ff27c1ae39b3ccf Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $autoscalerService = new Google_Service_Autoscaler(...);
+ * $zones = $autoscalerService->zones;
+ *
+ */
+class Google_Service_Autoscaler_Zones_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (zones.listZones)
+ *
+ * @param string $project
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter
+ *
+ * @opt_param string pageToken
+ *
+ * @opt_param string maxResults
+ *
+ * @return Google_Service_Autoscaler_ZoneList
+ */
+ public function listZones($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Autoscaler_ZoneList");
+ }
+}
+
@@ -745,6 +812,64 @@ public function getUtilizationTarget()
}
+class Google_Service_Autoscaler_DeprecationStatus extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $deleted;
+ public $deprecated;
+ public $obsolete;
+ public $replacement;
+ public $state;
+
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+ public function setDeprecated($deprecated)
+ {
+ $this->deprecated = $deprecated;
+ }
+
+ public function getDeprecated()
+ {
+ return $this->deprecated;
+ }
+ public function setObsolete($obsolete)
+ {
+ $this->obsolete = $obsolete;
+ }
+
+ public function getObsolete()
+ {
+ return $this->obsolete;
+ }
+ public function setReplacement($replacement)
+ {
+ $this->replacement = $replacement;
+ }
+
+ public function getReplacement()
+ {
+ return $this->replacement;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+
+ public function getState()
+ {
+ return $this->state;
+ }
+
+}
+
class Google_Service_Autoscaler_Operation extends Google_Collection
{
protected $collection_key = 'warnings';
@@ -1161,3 +1286,222 @@ public function getValue()
}
}
+
+class Google_Service_Autoscaler_Zone extends Google_Collection
+{
+ protected $collection_key = 'maintenanceWindows';
+ protected $internal_gapi_mappings = array(
+ );
+ public $creationTimestamp;
+ protected $deprecatedType = 'Google_Service_Autoscaler_DeprecationStatus';
+ protected $deprecatedDataType = '';
+ public $description;
+ public $id;
+ public $kind;
+ protected $maintenanceWindowsType = 'Google_Service_Autoscaler_ZoneMaintenanceWindows';
+ protected $maintenanceWindowsDataType = 'array';
+ public $name;
+ public $region;
+ public $selfLink;
+ public $status;
+
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+ public function setDeprecated(Google_Service_Autoscaler_DeprecationStatus $deprecated)
+ {
+ $this->deprecated = $deprecated;
+ }
+
+ public function getDeprecated()
+ {
+ return $this->deprecated;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMaintenanceWindows($maintenanceWindows)
+ {
+ $this->maintenanceWindows = $maintenanceWindows;
+ }
+
+ public function getMaintenanceWindows()
+ {
+ return $this->maintenanceWindows;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+
+ public function getRegion()
+ {
+ return $this->region;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+
+}
+
+class Google_Service_Autoscaler_ZoneList extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ protected $itemsType = 'Google_Service_Autoscaler_Zone';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+ public $selfLink;
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+
+}
+
+class Google_Service_Autoscaler_ZoneMaintenanceWindows extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $beginTime;
+ public $description;
+ public $endTime;
+ public $name;
+
+ public function setBeginTime($beginTime)
+ {
+ $this->beginTime = $beginTime;
+ }
+
+ public function getBeginTime()
+ {
+ return $this->beginTime;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+}
From a45d309ea6fe2f89dcaf5caad89720d07ba1dc67 Mon Sep 17 00:00:00 2001
From: Silvano Luciani + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Replicapoolupdater extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage replica pools. */ + const REPLICAPOOL = "https://www.googleapis.com/auth/replicapool"; + /** View replica pools. */ + const REPLICAPOOL_READONLY = "https://www.googleapis.com/auth/replicapool.readonly"; + + public $updates; + + + /** + * Constructs the internal representation of the Replicapoolupdater service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'replicapoolupdater/v1beta1/projects/'; + $this->version = 'v1beta1'; + $this->serviceName = 'replicapoolupdater'; + + $this->updates = new Google_Service_Replicapoolupdater_Updates_Resource( + $this, + $this->serviceName, + 'updates', + array( + 'methods' => array( + 'cancel' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updates/{updateHandle}/cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateHandle' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updates/{updateHandle}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateHandle' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'pause' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updates/{updateHandle}/pause', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateHandle' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'rollback' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updates/{updateHandle}/rollback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateHandle' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'rollforward' => array( + 'path' => '{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updates/{updateHandle}/rollforward', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instanceGroupManager' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateHandle' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "updates" collection of methods. + * Typical usage is: + *
+ * $replicapoolupdaterService = new Google_Service_Replicapoolupdater(...);
+ * $updates = $replicapoolupdaterService->updates;
+ *
+ */
+class Google_Service_Replicapoolupdater_Updates_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Called on the particular Update endpoint. Cancels the update in state PAUSED.
+ * No-op if invoked in state CANCELLED. (updates.cancel)
+ *
+ * @param string $project
+ * Project ID for this request.
+ * @param string $zone
+ * Zone for the instance group manager.
+ * @param string $instanceGroupManager
+ * Name of the instance group manager for this request.
+ * @param string $updateHandle
+ * Unique (in the context of a group) handle of an update.
+ * @param array $optParams Optional parameters.
+ */
+ public function cancel($project, $zone, $instanceGroupManager, $updateHandle, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'updateHandle' => $updateHandle);
+ $params = array_merge($params, $optParams);
+ return $this->call('cancel', array($params));
+ }
+ /**
+ * Called on the particular Update endpoint. Returns the Update resource.
+ * (updates.get)
+ *
+ * @param string $project
+ * Project ID for this request.
+ * @param string $zone
+ * Zone for the instance group manager.
+ * @param string $instanceGroupManager
+ * Name of the instance group manager for this request.
+ * @param string $updateHandle
+ * Unique (in the context of a group) handle of an update.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapoolupdater_Update
+ */
+ public function get($project, $zone, $instanceGroupManager, $updateHandle, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'updateHandle' => $updateHandle);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Replicapoolupdater_Update");
+ }
+ /**
+ * Called on the collection endpoint. Inserts the new Update resource and starts
+ * the update. (updates.insert)
+ *
+ * @param string $project
+ * Project ID for this request.
+ * @param string $zone
+ * Zone for the instance group manager.
+ * @param string $instanceGroupManager
+ * Name of the instance group manager for this request.
+ * @param Google_Update $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapoolupdater_InsertResponse
+ */
+ public function insert($project, $zone, $instanceGroupManager, Google_Service_Replicapoolupdater_Update $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Replicapoolupdater_InsertResponse");
+ }
+ /**
+ * Called on the collection endpoint. Lists updates for a given instance group,
+ * in reverse chronological order. Pagination is supported, see
+ * ListRequestHeader. (updates.listUpdates)
+ *
+ * @param string $project
+ * Project ID for this request.
+ * @param string $zone
+ * Zone for the instance group manager.
+ * @param string $instanceGroupManager
+ * Name of the instance group manager for this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * Set this to the nextPageToken value returned by a previous list request to obtain the next page
+ * of results from the previous list request.
+ * @opt_param int maxResults
+ * Maximum count of results to be returned. Acceptable values are 1 to 100, inclusive. (Default:
+ * 50)
+ * @return Google_Service_Replicapoolupdater_UpdateList
+ */
+ public function listUpdates($project, $zone, $instanceGroupManager, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Replicapoolupdater_UpdateList");
+ }
+ /**
+ * Called on the particular Update endpoint. Pauses the update in state from {
+ * ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state PAUSED.
+ * (updates.pause)
+ *
+ * @param string $project
+ * Project ID for this request.
+ * @param string $zone
+ * Zone for the instance group manager.
+ * @param string $instanceGroupManager
+ * Name of the instance group manager for this request.
+ * @param string $updateHandle
+ * Unique (in the context of a group) handle of an update.
+ * @param array $optParams Optional parameters.
+ */
+ public function pause($project, $zone, $instanceGroupManager, $updateHandle, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'updateHandle' => $updateHandle);
+ $params = array_merge($params, $optParams);
+ return $this->call('pause', array($params));
+ }
+ /**
+ * Called on the particular Update endpoint. Rolls back the update in state from
+ * { ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state
+ * ROLLED_BACK. (updates.rollback)
+ *
+ * @param string $project
+ * Project ID for this request.
+ * @param string $zone
+ * Zone for the instance group manager.
+ * @param string $instanceGroupManager
+ * Name of the instance group manager for this request.
+ * @param string $updateHandle
+ * Unique (in the context of a group) handle of an update.
+ * @param array $optParams Optional parameters.
+ */
+ public function rollback($project, $zone, $instanceGroupManager, $updateHandle, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'updateHandle' => $updateHandle);
+ $params = array_merge($params, $optParams);
+ return $this->call('rollback', array($params));
+ }
+ /**
+ * Called on the particular Update endpoint. Rolls forward the update in state
+ * from { ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state
+ * ROLLED_OUT. (updates.rollforward)
+ *
+ * @param string $project
+ * Project ID for this request.
+ * @param string $zone
+ * Zone for the instance group manager.
+ * @param string $instanceGroupManager
+ * Name of the instance group manager for this request.
+ * @param string $updateHandle
+ * Unique (in the context of a group) handle of an update.
+ * @param array $optParams Optional parameters.
+ */
+ public function rollforward($project, $zone, $instanceGroupManager, $updateHandle, $optParams = array())
+ {
+ $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'updateHandle' => $updateHandle);
+ $params = array_merge($params, $optParams);
+ return $this->call('rollforward', array($params));
+ }
+}
+
+
+
+
+class Google_Service_Replicapoolupdater_InsertResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $updateHandle;
+
+ public function setUpdateHandle($updateHandle)
+ {
+ $this->updateHandle = $updateHandle;
+ }
+
+ public function getUpdateHandle()
+ {
+ return $this->updateHandle;
+ }
+
+}
+
+class Google_Service_Replicapoolupdater_InstanceUpdate extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $instanceName;
+ public $state;
+
+ public function setInstanceName($instanceName)
+ {
+ $this->instanceName = $instanceName;
+ }
+
+ public function getInstanceName()
+ {
+ return $this->instanceName;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+
+ public function getState()
+ {
+ return $this->state;
+ }
+
+}
+
+class Google_Service_Replicapoolupdater_Update extends Google_Collection
+{
+ protected $collection_key = 'instanceUpdates';
+ protected $internal_gapi_mappings = array(
+ );
+ public $details;
+ public $handle;
+ public $instanceTemplate;
+ protected $instanceUpdatesType = 'Google_Service_Replicapoolupdater_InstanceUpdate';
+ protected $instanceUpdatesDataType = 'array';
+ public $kind;
+ protected $policyType = 'Google_Service_Replicapoolupdater_UpdatePolicy';
+ protected $policyDataType = '';
+ public $selfLink;
+ public $state;
+ public $targetState;
+
+ public function setDetails($details)
+ {
+ $this->details = $details;
+ }
+
+ public function getDetails()
+ {
+ return $this->details;
+ }
+ public function setHandle($handle)
+ {
+ $this->handle = $handle;
+ }
+
+ public function getHandle()
+ {
+ return $this->handle;
+ }
+ public function setInstanceTemplate($instanceTemplate)
+ {
+ $this->instanceTemplate = $instanceTemplate;
+ }
+
+ public function getInstanceTemplate()
+ {
+ return $this->instanceTemplate;
+ }
+ public function setInstanceUpdates($instanceUpdates)
+ {
+ $this->instanceUpdates = $instanceUpdates;
+ }
+
+ public function getInstanceUpdates()
+ {
+ return $this->instanceUpdates;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setPolicy(Google_Service_Replicapoolupdater_UpdatePolicy $policy)
+ {
+ $this->policy = $policy;
+ }
+
+ public function getPolicy()
+ {
+ return $this->policy;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+
+ public function getState()
+ {
+ return $this->state;
+ }
+ public function setTargetState($targetState)
+ {
+ $this->targetState = $targetState;
+ }
+
+ public function getTargetState()
+ {
+ return $this->targetState;
+ }
+
+}
+
+class Google_Service_Replicapoolupdater_UpdateList extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_Replicapoolupdater_Update';
+ protected $itemsDataType = 'array';
+ public $nextPageToken;
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+
+}
+
+class Google_Service_Replicapoolupdater_UpdatePolicy extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $canaryType = 'Google_Service_Replicapoolupdater_UpdatePolicyCanary';
+ protected $canaryDataType = '';
+ public $maxNumConcurrentInstances;
+ public $sleepAfterInstanceRestartSec;
+
+ public function setCanary(Google_Service_Replicapoolupdater_UpdatePolicyCanary $canary)
+ {
+ $this->canary = $canary;
+ }
+
+ public function getCanary()
+ {
+ return $this->canary;
+ }
+ public function setMaxNumConcurrentInstances($maxNumConcurrentInstances)
+ {
+ $this->maxNumConcurrentInstances = $maxNumConcurrentInstances;
+ }
+
+ public function getMaxNumConcurrentInstances()
+ {
+ return $this->maxNumConcurrentInstances;
+ }
+ public function setSleepAfterInstanceRestartSec($sleepAfterInstanceRestartSec)
+ {
+ $this->sleepAfterInstanceRestartSec = $sleepAfterInstanceRestartSec;
+ }
+
+ public function getSleepAfterInstanceRestartSec()
+ {
+ return $this->sleepAfterInstanceRestartSec;
+ }
+
+}
+
+class Google_Service_Replicapoolupdater_UpdatePolicyCanary extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $numInstances;
+
+ public function setNumInstances($numInstances)
+ {
+ $this->numInstances = $numInstances;
+ }
+
+ public function getNumInstances()
+ {
+ return $this->numInstances;
+ }
+
+}
From 1bbcc726937f16d5d69f533c635159fbb58ce536 Mon Sep 17 00:00:00 2001
From: Silvano Luciani + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Fitness extends Google_Service +{ + /** View your activity information in Google Fit. */ + const FITNESS_ACTIVITY_READ = "https://www.googleapis.com/auth/fitness.activity.read"; + /** View and store your activity information in Google Fit. */ + const FITNESS_ACTIVITY_WRITE = "https://www.googleapis.com/auth/fitness.activity.write"; + /** View body sensor information in Google Fit. */ + const FITNESS_BODY_READ = "https://www.googleapis.com/auth/fitness.body.read"; + /** View and store body sensor data in Google Fit. */ + const FITNESS_BODY_WRITE = "https://www.googleapis.com/auth/fitness.body.write"; + /** View your stored location data in Google Fit. */ + const FITNESS_LOCATION_READ = "https://www.googleapis.com/auth/fitness.location.read"; + /** View and store your location data in Google Fit. */ + const FITNESS_LOCATION_WRITE = "https://www.googleapis.com/auth/fitness.location.write"; + + public $users_dataSources; + public $users_dataSources_datasets; + public $users_sessions; + + + /** + * Constructs the internal representation of the Fitness service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'fitness/v1/users/'; + $this->version = 'v1'; + $this->serviceName = 'fitness'; + + $this->users_dataSources = new Google_Service_Fitness_UsersDataSources_Resource( + $this, + $this->serviceName, + 'dataSources', + array( + 'methods' => array( + 'create' => array( + 'path' => '{userId}/dataSources', + 'httpMethod' => 'POST', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{userId}/dataSources/{dataSourceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{userId}/dataSources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataTypeName' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + ), + ),'patch' => array( + 'path' => '{userId}/dataSources/{dataSourceId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{userId}/dataSources/{dataSourceId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users_dataSources_datasets = new Google_Service_Fitness_UsersDataSourcesDatasets_Resource( + $this, + $this->serviceName, + 'datasets', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'modifiedTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'currentTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => '{userId}/dataSources/{dataSourceId}/datasets/{datasetId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dataSourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'datasetId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->users_sessions = new Google_Service_Fitness_UsersSessions_Resource( + $this, + $this->serviceName, + 'sessions', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{userId}/sessions/{sessionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sessionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{userId}/sessions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{userId}/sessions/{sessionId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sessionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currentTimeMillis' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "users" collection of methods. + * Typical usage is: + *
+ * $fitnessService = new Google_Service_Fitness(...);
+ * $users = $fitnessService->users;
+ *
+ */
+class Google_Service_Fitness_Users_Resource extends Google_Service_Resource
+{
+
+}
+
+/**
+ * The "dataSources" collection of methods.
+ * Typical usage is:
+ *
+ * $fitnessService = new Google_Service_Fitness(...);
+ * $dataSources = $fitnessService->dataSources;
+ *
+ */
+class Google_Service_Fitness_UsersDataSources_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a new data source that is unique across all data sources belonging to
+ * this user. The data stream ID field can be omitted and will be generated by
+ * the server with the correct format. The data stream ID is an ordered
+ * combination of some fields from the data source. In addition to the data
+ * source fields reflected into the data source ID, the developer project number
+ * that is authenticated when creating the data source is included. This
+ * developer project number is obfuscated when read by any other developer
+ * reading public data types. (dataSources.create)
+ *
+ * @param string $userId
+ * Create the data source for the person identified. Use me to indicate the authenticated user.
+ * Only me is supported at this time.
+ * @param Google_DataSource $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Fitness_DataSource
+ */
+ public function create($userId, Google_Service_Fitness_DataSource $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Fitness_DataSource");
+ }
+ /**
+ * Returns a data source identified by a data stream ID. (dataSources.get)
+ *
+ * @param string $userId
+ * Retrieve a data source for the person identified. Use me to indicate the authenticated user.
+ * Only me is supported at this time.
+ * @param string $dataSourceId
+ * The data stream ID of the data source to retrieve.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Fitness_DataSource
+ */
+ public function get($userId, $dataSourceId, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Fitness_DataSource");
+ }
+ /**
+ * Lists all data sources that are visible to the developer, using the OAuth
+ * scopes provided. The list is not exhaustive: the user may have private data
+ * sources that are only visible to other developers or calls using other
+ * scopes. (dataSources.listUsersDataSources)
+ *
+ * @param string $userId
+ * List data sources for the person identified. Use me to indicate the authenticated user. Only me
+ * is supported at this time.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string dataTypeName
+ * The names of data types to include in the list. If not specified, all data sources will be
+ * returned.
+ * @return Google_Service_Fitness_ListDataSourcesResponse
+ */
+ public function listUsersDataSources($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Fitness_ListDataSourcesResponse");
+ }
+ /**
+ * Updates a given data source. It is an error to modify the data source's data
+ * stream ID, data type, type, stream name or device information apart from the
+ * device version. Changing these fields would require a new unique data stream
+ * ID and separate data source.
+ *
+ * Data sources are identified by their data stream ID. This method supports
+ * patch semantics. (dataSources.patch)
+ *
+ * @param string $userId
+ * Update the data source for the person identified. Use me to indicate the authenticated user.
+ * Only me is supported at this time.
+ * @param string $dataSourceId
+ * The data stream ID of the data source to update.
+ * @param Google_DataSource $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Fitness_DataSource
+ */
+ public function patch($userId, $dataSourceId, Google_Service_Fitness_DataSource $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Fitness_DataSource");
+ }
+ /**
+ * Updates a given data source. It is an error to modify the data source's data
+ * stream ID, data type, type, stream name or device information apart from the
+ * device version. Changing these fields would require a new unique data stream
+ * ID and separate data source.
+ *
+ * Data sources are identified by their data stream ID. (dataSources.update)
+ *
+ * @param string $userId
+ * Update the data source for the person identified. Use me to indicate the authenticated user.
+ * Only me is supported at this time.
+ * @param string $dataSourceId
+ * The data stream ID of the data source to update.
+ * @param Google_DataSource $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Fitness_DataSource
+ */
+ public function update($userId, $dataSourceId, Google_Service_Fitness_DataSource $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Fitness_DataSource");
+ }
+}
+
+/**
+ * The "datasets" collection of methods.
+ * Typical usage is:
+ *
+ * $fitnessService = new Google_Service_Fitness(...);
+ * $datasets = $fitnessService->datasets;
+ *
+ */
+class Google_Service_Fitness_UsersDataSourcesDatasets_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Performs an inclusive delete of all data points whose start and end times
+ * have any overlap with the time range specified by the dataset ID. For most
+ * data types, the entire data point will be deleted. For data types where the
+ * time span represents a consistent value (such as
+ * com.google.activity.segment), and a data point straddles either end point of
+ * the dataset, only the overlapping portion of the data point will be deleted.
+ * (datasets.delete)
+ *
+ * @param string $userId
+ * Delete a dataset for the person identified. Use me to indicate the authenticated user. Only me
+ * is supported at this time.
+ * @param string $dataSourceId
+ * The data stream ID of the data source that created the dataset.
+ * @param string $datasetId
+ * Dataset identifier that is a composite of the minimum data point start time and maximum data
+ * point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-
+ * endTime" where startTime and endTime are 64 bit integers.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string modifiedTimeMillis
+ * When the operation was performed on the client.
+ * @opt_param string currentTimeMillis
+ * The client's current time in milliseconds since epoch.
+ */
+ public function delete($userId, $dataSourceId, $datasetId, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Returns a dataset containing all data points whose start and end times
+ * overlap with the specified range of the dataset minimum start time and
+ * maximum end time. Specifically, any data point whose start time is less than
+ * or equal to the dataset end time and whose end time is greater than or equal
+ * to the dataset start time. (datasets.get)
+ *
+ * @param string $userId
+ * Retrieve a dataset for the person identified. Use me to indicate the authenticated user. Only me
+ * is supported at this time.
+ * @param string $dataSourceId
+ * The data stream ID of the data source that created the dataset.
+ * @param string $datasetId
+ * Dataset identifier that is a composite of the minimum data point start time and maximum data
+ * point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-
+ * endTime" where startTime and endTime are 64 bit integers.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Fitness_Dataset
+ */
+ public function get($userId, $dataSourceId, $datasetId, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Fitness_Dataset");
+ }
+ /**
+ * Adds data points to a dataset. The dataset need not be previously created.
+ * All points within the given dataset will be returned with subsquent calls to
+ * retrieve this dataset. Data points can belong to more than one dataset. This
+ * method does not use patch semantics. (datasets.patch)
+ *
+ * @param string $userId
+ * Patch a dataset for the person identified. Use me to indicate the authenticated user. Only me is
+ * supported at this time.
+ * @param string $dataSourceId
+ * The data stream ID of the data source that created the dataset.
+ * @param string $datasetId
+ * Dataset identifier that is a composite of the minimum data point start time and maximum data
+ * point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-
+ * endTime" where startTime and endTime are 64 bit integers.
+ * @param Google_Dataset $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string currentTimeMillis
+ * The client's current time in milliseconds since epoch. Note that the minStartTimeNs and
+ * maxEndTimeNs properties in the request body are in nanoseconds instead of milliseconds.
+ * @return Google_Service_Fitness_Dataset
+ */
+ public function patch($userId, $dataSourceId, $datasetId, Google_Service_Fitness_Dataset $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Fitness_Dataset");
+ }
+}
+/**
+ * The "sessions" collection of methods.
+ * Typical usage is:
+ *
+ * $fitnessService = new Google_Service_Fitness(...);
+ * $sessions = $fitnessService->sessions;
+ *
+ */
+class Google_Service_Fitness_UsersSessions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a session specified by the given session ID. (sessions.delete)
+ *
+ * @param string $userId
+ * Delete a session for the person identified. Use me to indicate the authenticated user. Only me
+ * is supported at this time.
+ * @param string $sessionId
+ * The ID of the session to be deleted.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string currentTimeMillis
+ * The client's current time in milliseconds since epoch.
+ */
+ public function delete($userId, $sessionId, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'sessionId' => $sessionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+ /**
+ * Lists sessions previously created. (sessions.listUsersSessions)
+ *
+ * @param string $userId
+ * List sessions for the person identified. Use me to indicate the authenticated user. Only me is
+ * supported at this time.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * The continuation token, which is used to page through large result sets. To get the next page of
+ * results, set this parameter to the value of nextPageToken from the previous response.
+ * @opt_param string endTime
+ * An RFC3339 timestamp. Only sessions ending between the start and end times will be included in
+ * the response.
+ * @opt_param bool includeDeleted
+ * If true, deleted sessions will be returned. When set to true, sessions returned in this response
+ * will only have an ID and will not have any other fields.
+ * @opt_param string startTime
+ * An RFC3339 timestamp. Only sessions ending between the start and end times will be included in
+ * the response.
+ * @return Google_Service_Fitness_ListSessionsResponse
+ */
+ public function listUsersSessions($userId, $optParams = array())
+ {
+ $params = array('userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Fitness_ListSessionsResponse");
+ }
+ /**
+ * Updates or insert a given session. (sessions.update)
+ *
+ * @param string $userId
+ * Create sessions for the person identified. Use me to indicate the authenticated user. Only me is
+ * supported at this time.
+ * @param string $sessionId
+ * The ID of the session to be created.
+ * @param Google_Session $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string currentTimeMillis
+ * The client's current time in milliseconds since epoch.
+ * @return Google_Service_Fitness_Session
+ */
+ public function update($userId, $sessionId, Google_Service_Fitness_Session $postBody, $optParams = array())
+ {
+ $params = array('userId' => $userId, 'sessionId' => $sessionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Fitness_Session");
+ }
+}
+
+
+
+
+class Google_Service_Fitness_Application extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $detailsUrl;
+ public $name;
+ public $packageName;
+ public $version;
+
+ public function setDetailsUrl($detailsUrl)
+ {
+ $this->detailsUrl = $detailsUrl;
+ }
+
+ public function getDetailsUrl()
+ {
+ return $this->detailsUrl;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPackageName($packageName)
+ {
+ $this->packageName = $packageName;
+ }
+
+ public function getPackageName()
+ {
+ return $this->packageName;
+ }
+ public function setVersion($version)
+ {
+ $this->version = $version;
+ }
+
+ public function getVersion()
+ {
+ return $this->version;
+ }
+
+}
+
+class Google_Service_Fitness_DataPoint extends Google_Collection
+{
+ protected $collection_key = 'value';
+ protected $internal_gapi_mappings = array(
+ );
+ public $computationTimeMillis;
+ public $dataTypeName;
+ public $endTimeNanos;
+ public $modifiedTimeMillis;
+ public $originDataSourceId;
+ public $rawTimestampNanos;
+ public $startTimeNanos;
+ protected $valueType = 'Google_Service_Fitness_Value';
+ protected $valueDataType = 'array';
+
+ public function setComputationTimeMillis($computationTimeMillis)
+ {
+ $this->computationTimeMillis = $computationTimeMillis;
+ }
+
+ public function getComputationTimeMillis()
+ {
+ return $this->computationTimeMillis;
+ }
+ public function setDataTypeName($dataTypeName)
+ {
+ $this->dataTypeName = $dataTypeName;
+ }
+
+ public function getDataTypeName()
+ {
+ return $this->dataTypeName;
+ }
+ public function setEndTimeNanos($endTimeNanos)
+ {
+ $this->endTimeNanos = $endTimeNanos;
+ }
+
+ public function getEndTimeNanos()
+ {
+ return $this->endTimeNanos;
+ }
+ public function setModifiedTimeMillis($modifiedTimeMillis)
+ {
+ $this->modifiedTimeMillis = $modifiedTimeMillis;
+ }
+
+ public function getModifiedTimeMillis()
+ {
+ return $this->modifiedTimeMillis;
+ }
+ public function setOriginDataSourceId($originDataSourceId)
+ {
+ $this->originDataSourceId = $originDataSourceId;
+ }
+
+ public function getOriginDataSourceId()
+ {
+ return $this->originDataSourceId;
+ }
+ public function setRawTimestampNanos($rawTimestampNanos)
+ {
+ $this->rawTimestampNanos = $rawTimestampNanos;
+ }
+
+ public function getRawTimestampNanos()
+ {
+ return $this->rawTimestampNanos;
+ }
+ public function setStartTimeNanos($startTimeNanos)
+ {
+ $this->startTimeNanos = $startTimeNanos;
+ }
+
+ public function getStartTimeNanos()
+ {
+ return $this->startTimeNanos;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+
+ public function getValue()
+ {
+ return $this->value;
+ }
+
+}
+
+class Google_Service_Fitness_DataSource extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $applicationType = 'Google_Service_Fitness_Application';
+ protected $applicationDataType = '';
+ public $dataStreamId;
+ public $dataStreamName;
+ protected $dataTypeType = 'Google_Service_Fitness_DataType';
+ protected $dataTypeDataType = '';
+ protected $deviceType = 'Google_Service_Fitness_Device';
+ protected $deviceDataType = '';
+ public $name;
+ public $type;
+
+ public function setApplication(Google_Service_Fitness_Application $application)
+ {
+ $this->application = $application;
+ }
+
+ public function getApplication()
+ {
+ return $this->application;
+ }
+ public function setDataStreamId($dataStreamId)
+ {
+ $this->dataStreamId = $dataStreamId;
+ }
+
+ public function getDataStreamId()
+ {
+ return $this->dataStreamId;
+ }
+ public function setDataStreamName($dataStreamName)
+ {
+ $this->dataStreamName = $dataStreamName;
+ }
+
+ public function getDataStreamName()
+ {
+ return $this->dataStreamName;
+ }
+ public function setDataType(Google_Service_Fitness_DataType $dataType)
+ {
+ $this->dataType = $dataType;
+ }
+
+ public function getDataType()
+ {
+ return $this->dataType;
+ }
+ public function setDevice(Google_Service_Fitness_Device $device)
+ {
+ $this->device = $device;
+ }
+
+ public function getDevice()
+ {
+ return $this->device;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+
+}
+
+class Google_Service_Fitness_DataType extends Google_Collection
+{
+ protected $collection_key = 'field';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $fieldType = 'Google_Service_Fitness_DataTypeField';
+ protected $fieldDataType = 'array';
+ public $name;
+
+ public function setField($field)
+ {
+ $this->field = $field;
+ }
+
+ public function getField()
+ {
+ return $this->field;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+}
+
+class Google_Service_Fitness_DataTypeField extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $format;
+ public $name;
+
+ public function setFormat($format)
+ {
+ $this->format = $format;
+ }
+
+ public function getFormat()
+ {
+ return $this->format;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+
+}
+
+class Google_Service_Fitness_Dataset extends Google_Collection
+{
+ protected $collection_key = 'point';
+ protected $internal_gapi_mappings = array(
+ );
+ public $dataSourceId;
+ public $maxEndTimeNs;
+ public $minStartTimeNs;
+ protected $pointType = 'Google_Service_Fitness_DataPoint';
+ protected $pointDataType = 'array';
+
+ public function setDataSourceId($dataSourceId)
+ {
+ $this->dataSourceId = $dataSourceId;
+ }
+
+ public function getDataSourceId()
+ {
+ return $this->dataSourceId;
+ }
+ public function setMaxEndTimeNs($maxEndTimeNs)
+ {
+ $this->maxEndTimeNs = $maxEndTimeNs;
+ }
+
+ public function getMaxEndTimeNs()
+ {
+ return $this->maxEndTimeNs;
+ }
+ public function setMinStartTimeNs($minStartTimeNs)
+ {
+ $this->minStartTimeNs = $minStartTimeNs;
+ }
+
+ public function getMinStartTimeNs()
+ {
+ return $this->minStartTimeNs;
+ }
+ public function setPoint($point)
+ {
+ $this->point = $point;
+ }
+
+ public function getPoint()
+ {
+ return $this->point;
+ }
+
+}
+
+class Google_Service_Fitness_Device extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $manufacturer;
+ public $model;
+ public $type;
+ public $uid;
+ public $version;
+
+ public function setManufacturer($manufacturer)
+ {
+ $this->manufacturer = $manufacturer;
+ }
+
+ public function getManufacturer()
+ {
+ return $this->manufacturer;
+ }
+ public function setModel($model)
+ {
+ $this->model = $model;
+ }
+
+ public function getModel()
+ {
+ return $this->model;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setUid($uid)
+ {
+ $this->uid = $uid;
+ }
+
+ public function getUid()
+ {
+ return $this->uid;
+ }
+ public function setVersion($version)
+ {
+ $this->version = $version;
+ }
+
+ public function getVersion()
+ {
+ return $this->version;
+ }
+
+}
+
+class Google_Service_Fitness_ListDataSourcesResponse extends Google_Collection
+{
+ protected $collection_key = 'dataSource';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $dataSourceType = 'Google_Service_Fitness_DataSource';
+ protected $dataSourceDataType = 'array';
+
+ public function setDataSource($dataSource)
+ {
+ $this->dataSource = $dataSource;
+ }
+
+ public function getDataSource()
+ {
+ return $this->dataSource;
+ }
+
+}
+
+class Google_Service_Fitness_ListSessionsResponse extends Google_Collection
+{
+ protected $collection_key = 'session';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $deletedSessionType = 'Google_Service_Fitness_Session';
+ protected $deletedSessionDataType = 'array';
+ public $nextPageToken;
+ protected $sessionType = 'Google_Service_Fitness_Session';
+ protected $sessionDataType = 'array';
+
+ public function setDeletedSession($deletedSession)
+ {
+ $this->deletedSession = $deletedSession;
+ }
+
+ public function getDeletedSession()
+ {
+ return $this->deletedSession;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setSession($session)
+ {
+ $this->session = $session;
+ }
+
+ public function getSession()
+ {
+ return $this->session;
+ }
+
+}
+
+class Google_Service_Fitness_Session extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $activityType;
+ protected $applicationType = 'Google_Service_Fitness_Application';
+ protected $applicationDataType = '';
+ public $description;
+ public $endTimeMillis;
+ public $id;
+ public $modifiedTimeMillis;
+ public $name;
+ public $startTimeMillis;
+
+ public function setActivityType($activityType)
+ {
+ $this->activityType = $activityType;
+ }
+
+ public function getActivityType()
+ {
+ return $this->activityType;
+ }
+ public function setApplication(Google_Service_Fitness_Application $application)
+ {
+ $this->application = $application;
+ }
+
+ public function getApplication()
+ {
+ return $this->application;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setEndTimeMillis($endTimeMillis)
+ {
+ $this->endTimeMillis = $endTimeMillis;
+ }
+
+ public function getEndTimeMillis()
+ {
+ return $this->endTimeMillis;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setModifiedTimeMillis($modifiedTimeMillis)
+ {
+ $this->modifiedTimeMillis = $modifiedTimeMillis;
+ }
+
+ public function getModifiedTimeMillis()
+ {
+ return $this->modifiedTimeMillis;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setStartTimeMillis($startTimeMillis)
+ {
+ $this->startTimeMillis = $startTimeMillis;
+ }
+
+ public function getStartTimeMillis()
+ {
+ return $this->startTimeMillis;
+ }
+
+}
+
+class Google_Service_Fitness_Value extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $fpVal;
+ public $intVal;
+
+ public function setFpVal($fpVal)
+ {
+ $this->fpVal = $fpVal;
+ }
+
+ public function getFpVal()
+ {
+ return $this->fpVal;
+ }
+ public function setIntVal($intVal)
+ {
+ $this->intVal = $intVal;
+ }
+
+ public function getIntVal()
+ {
+ return $this->intVal;
+ }
+
+}
From 9efbe8b316717ba182caae750c8d1a79c41e5dde Mon Sep 17 00:00:00 2001
From: Silvano Luciani + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Container extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_clusters; + public $projects_operations; + public $projects_zones_clusters; + public $projects_zones_operations; + + + /** + * Constructs the internal representation of the Container service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'container/v1beta1/projects/'; + $this->version = 'v1beta1'; + $this->serviceName = 'container'; + + $this->projects_clusters = new Google_Service_Container_ProjectsClusters_Resource( + $this, + $this->serviceName, + 'clusters', + array( + 'methods' => array( + 'list' => array( + 'path' => '{projectId}/clusters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_operations = new Google_Service_Container_ProjectsOperations_Resource( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'list' => array( + 'path' => '{projectId}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_zones_clusters = new Google_Service_Container_ProjectsZonesClusters_Resource( + $this, + $this->serviceName, + 'clusters', + array( + 'methods' => array( + 'create' => array( + 'path' => '{projectId}/zones/{zoneId}/clusters', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zoneId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{projectId}/zones/{zoneId}/clusters/{clusterId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zoneId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{projectId}/zones/{zoneId}/clusters/{clusterId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zoneId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clusterId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/zones/{zoneId}/clusters', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zoneId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_zones_operations = new Google_Service_Container_ProjectsZonesOperations_Resource( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{projectId}/zones/{zoneId}/operations/{operationId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zoneId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{projectId}/zones/{zoneId}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zoneId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "projects" collection of methods. + * Typical usage is: + *
+ * $containerService = new Google_Service_Container(...);
+ * $projects = $containerService->projects;
+ *
+ */
+class Google_Service_Container_Projects_Resource extends Google_Service_Resource
+{
+
+}
+
+/**
+ * The "clusters" collection of methods.
+ * Typical usage is:
+ *
+ * $containerService = new Google_Service_Container(...);
+ * $clusters = $containerService->clusters;
+ *
+ */
+class Google_Service_Container_ProjectsClusters_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Lists all clusters owned by a project across all zones.
+ * (clusters.listProjectsClusters)
+ *
+ * @param string $projectId
+ * The Google Developers Console project ID or project number.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Container_ListAggregatedClustersResponse
+ */
+ public function listProjectsClusters($projectId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Container_ListAggregatedClustersResponse");
+ }
+}
+/**
+ * The "operations" collection of methods.
+ * Typical usage is:
+ *
+ * $containerService = new Google_Service_Container(...);
+ * $operations = $containerService->operations;
+ *
+ */
+class Google_Service_Container_ProjectsOperations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Lists all operations in a project, across all zones.
+ * (operations.listProjectsOperations)
+ *
+ * @param string $projectId
+ * The Google Developers Console project ID or project number.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Container_ListAggregatedOperationsResponse
+ */
+ public function listProjectsOperations($projectId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Container_ListAggregatedOperationsResponse");
+ }
+}
+/**
+ * The "zones" collection of methods.
+ * Typical usage is:
+ *
+ * $containerService = new Google_Service_Container(...);
+ * $zones = $containerService->zones;
+ *
+ */
+class Google_Service_Container_ProjectsZones_Resource extends Google_Service_Resource
+{
+
+}
+
+/**
+ * The "clusters" collection of methods.
+ * Typical usage is:
+ *
+ * $containerService = new Google_Service_Container(...);
+ * $clusters = $containerService->clusters;
+ *
+ */
+class Google_Service_Container_ProjectsZonesClusters_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a cluster, consisting of the specified number and type of Google
+ * Compute Engine instances, plus a Kubernetes master instance.
+ *
+ * The cluster is created in the project's default network.
+ *
+ * A firewall is added that allows traffic into port 443 on the master, which
+ * enables HTTPS. A firewall and a route is added for each node to allow the
+ * containers on that node to communicate with all other instances in the
+ * cluster.
+ *
+ * Finally, a route named k8s-iproute-10-xx-0-0 is created to track that the
+ * cluster's 10.xx.0.0/16 CIDR has been assigned. (clusters.create)
+ *
+ * @param string $projectId
+ * The Google Developers Console project ID or project number.
+ * @param string $zoneId
+ * The name of the Google Compute Engine zone in which the cluster resides.
+ * @param Google_CreateClusterRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Container_Operation
+ */
+ public function create($projectId, $zoneId, Google_Service_Container_CreateClusterRequest $postBody, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'zoneId' => $zoneId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Container_Operation");
+ }
+ /**
+ * Deletes the cluster, including the Kubernetes master and all worker nodes.
+ *
+ * Firewalls and routes that were configured at cluster creation are also
+ * deleted. (clusters.delete)
+ *
+ * @param string $projectId
+ * The Google Developers Console project ID or project number.
+ * @param string $zoneId
+ * The name of the Google Compute Engine zone in which the cluster resides.
+ * @param string $clusterId
+ * The name of the cluster to delete.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Container_Operation
+ */
+ public function delete($projectId, $zoneId, $clusterId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'zoneId' => $zoneId, 'clusterId' => $clusterId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Container_Operation");
+ }
+ /**
+ * Gets a specific cluster. (clusters.get)
+ *
+ * @param string $projectId
+ * The Google Developers Console project ID or project number.
+ * @param string $zoneId
+ * The name of the Google Compute Engine zone in which the cluster resides.
+ * @param string $clusterId
+ * The name of the cluster to retrieve.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Container_Cluster
+ */
+ public function get($projectId, $zoneId, $clusterId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'zoneId' => $zoneId, 'clusterId' => $clusterId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Container_Cluster");
+ }
+ /**
+ * Lists all clusters owned by a project in the specified zone.
+ * (clusters.listProjectsZonesClusters)
+ *
+ * @param string $projectId
+ * The Google Developers Console project ID or project number.
+ * @param string $zoneId
+ * The name of the Google Compute Engine zone in which the cluster resides.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Container_ListClustersResponse
+ */
+ public function listProjectsZonesClusters($projectId, $zoneId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'zoneId' => $zoneId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse");
+ }
+}
+/**
+ * The "operations" collection of methods.
+ * Typical usage is:
+ *
+ * $containerService = new Google_Service_Container(...);
+ * $operations = $containerService->operations;
+ *
+ */
+class Google_Service_Container_ProjectsZonesOperations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets the specified operation. (operations.get)
+ *
+ * @param string $projectId
+ * The Google Developers Console project ID or project number.
+ * @param string $zoneId
+ * The name of the Google Compute Engine zone in which the operation resides. This is always the
+ * same zone as the cluster with which the operation is associated.
+ * @param string $operationId
+ * The server-assigned name of the operation.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Container_Operation
+ */
+ public function get($projectId, $zoneId, $operationId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'zoneId' => $zoneId, 'operationId' => $operationId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Container_Operation");
+ }
+ /**
+ * Lists all operations in a project in a specific zone.
+ * (operations.listProjectsZonesOperations)
+ *
+ * @param string $projectId
+ * The Google Developers Console project ID or project number.
+ * @param string $zoneId
+ * The name of the Google Compute Engine zone to return operations for.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Container_ListOperationsResponse
+ */
+ public function listProjectsZonesOperations($projectId, $zoneId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'zoneId' => $zoneId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse");
+ }
+}
+
+
+
+
+class Google_Service_Container_Cluster extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $clusterApiVersion;
+ public $containerIpv4Cidr;
+ public $creationTimestamp;
+ public $description;
+ public $endpoint;
+ protected $masterAuthType = 'Google_Service_Container_MasterAuth';
+ protected $masterAuthDataType = '';
+ public $name;
+ protected $nodeConfigType = 'Google_Service_Container_NodeConfig';
+ protected $nodeConfigDataType = '';
+ public $nodeRoutingPrefixSize;
+ public $numNodes;
+ public $servicesIpv4Cidr;
+ public $status;
+ public $statusMessage;
+ public $zone;
+
+ public function setClusterApiVersion($clusterApiVersion)
+ {
+ $this->clusterApiVersion = $clusterApiVersion;
+ }
+
+ public function getClusterApiVersion()
+ {
+ return $this->clusterApiVersion;
+ }
+ public function setContainerIpv4Cidr($containerIpv4Cidr)
+ {
+ $this->containerIpv4Cidr = $containerIpv4Cidr;
+ }
+
+ public function getContainerIpv4Cidr()
+ {
+ return $this->containerIpv4Cidr;
+ }
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setEndpoint($endpoint)
+ {
+ $this->endpoint = $endpoint;
+ }
+
+ public function getEndpoint()
+ {
+ return $this->endpoint;
+ }
+ public function setMasterAuth(Google_Service_Container_MasterAuth $masterAuth)
+ {
+ $this->masterAuth = $masterAuth;
+ }
+
+ public function getMasterAuth()
+ {
+ return $this->masterAuth;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNodeConfig(Google_Service_Container_NodeConfig $nodeConfig)
+ {
+ $this->nodeConfig = $nodeConfig;
+ }
+
+ public function getNodeConfig()
+ {
+ return $this->nodeConfig;
+ }
+ public function setNodeRoutingPrefixSize($nodeRoutingPrefixSize)
+ {
+ $this->nodeRoutingPrefixSize = $nodeRoutingPrefixSize;
+ }
+
+ public function getNodeRoutingPrefixSize()
+ {
+ return $this->nodeRoutingPrefixSize;
+ }
+ public function setNumNodes($numNodes)
+ {
+ $this->numNodes = $numNodes;
+ }
+
+ public function getNumNodes()
+ {
+ return $this->numNodes;
+ }
+ public function setServicesIpv4Cidr($servicesIpv4Cidr)
+ {
+ $this->servicesIpv4Cidr = $servicesIpv4Cidr;
+ }
+
+ public function getServicesIpv4Cidr()
+ {
+ return $this->servicesIpv4Cidr;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setStatusMessage($statusMessage)
+ {
+ $this->statusMessage = $statusMessage;
+ }
+
+ public function getStatusMessage()
+ {
+ return $this->statusMessage;
+ }
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+
+ public function getZone()
+ {
+ return $this->zone;
+ }
+
+}
+
+class Google_Service_Container_CreateClusterRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $clusterType = 'Google_Service_Container_Cluster';
+ protected $clusterDataType = '';
+
+ public function setCluster(Google_Service_Container_Cluster $cluster)
+ {
+ $this->cluster = $cluster;
+ }
+
+ public function getCluster()
+ {
+ return $this->cluster;
+ }
+
+}
+
+class Google_Service_Container_ListAggregatedClustersResponse extends Google_Collection
+{
+ protected $collection_key = 'clusters';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $clustersType = 'Google_Service_Container_Cluster';
+ protected $clustersDataType = 'array';
+
+ public function setClusters($clusters)
+ {
+ $this->clusters = $clusters;
+ }
+
+ public function getClusters()
+ {
+ return $this->clusters;
+ }
+
+}
+
+class Google_Service_Container_ListAggregatedOperationsResponse extends Google_Collection
+{
+ protected $collection_key = 'operations';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $operationsType = 'Google_Service_Container_Operation';
+ protected $operationsDataType = 'array';
+
+ public function setOperations($operations)
+ {
+ $this->operations = $operations;
+ }
+
+ public function getOperations()
+ {
+ return $this->operations;
+ }
+
+}
+
+class Google_Service_Container_ListClustersResponse extends Google_Collection
+{
+ protected $collection_key = 'clusters';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $clustersType = 'Google_Service_Container_Cluster';
+ protected $clustersDataType = 'array';
+
+ public function setClusters($clusters)
+ {
+ $this->clusters = $clusters;
+ }
+
+ public function getClusters()
+ {
+ return $this->clusters;
+ }
+
+}
+
+class Google_Service_Container_ListOperationsResponse extends Google_Collection
+{
+ protected $collection_key = 'operations';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $operationsType = 'Google_Service_Container_Operation';
+ protected $operationsDataType = 'array';
+
+ public function setOperations($operations)
+ {
+ $this->operations = $operations;
+ }
+
+ public function getOperations()
+ {
+ return $this->operations;
+ }
+
+}
+
+class Google_Service_Container_MasterAuth extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $password;
+ public $user;
+
+ public function setPassword($password)
+ {
+ $this->password = $password;
+ }
+
+ public function getPassword()
+ {
+ return $this->password;
+ }
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+
+ public function getUser()
+ {
+ return $this->user;
+ }
+
+}
+
+class Google_Service_Container_NodeConfig extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $machineType;
+ public $sourceImage;
+
+ public function setMachineType($machineType)
+ {
+ $this->machineType = $machineType;
+ }
+
+ public function getMachineType()
+ {
+ return $this->machineType;
+ }
+ public function setSourceImage($sourceImage)
+ {
+ $this->sourceImage = $sourceImage;
+ }
+
+ public function getSourceImage()
+ {
+ return $this->sourceImage;
+ }
+
+}
+
+class Google_Service_Container_Operation extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $errorMessage;
+ public $name;
+ public $operationType;
+ public $status;
+ public $target;
+ public $zone;
+
+ public function setErrorMessage($errorMessage)
+ {
+ $this->errorMessage = $errorMessage;
+ }
+
+ public function getErrorMessage()
+ {
+ return $this->errorMessage;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOperationType($operationType)
+ {
+ $this->operationType = $operationType;
+ }
+
+ public function getOperationType()
+ {
+ return $this->operationType;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setTarget($target)
+ {
+ $this->target = $target;
+ }
+
+ public function getTarget()
+ {
+ return $this->target;
+ }
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+
+ public function getZone()
+ {
+ return $this->zone;
+ }
+
+}
From a38c824b69ac926ad4a4f060dd201efda47c0580 Mon Sep 17 00:00:00 2001
From: Silvano Luciani - * The Google Maps Engine API allows developers to store and query geospatial vector and raster data. - *
+ * The Google Maps Engine API allows developers to store and query geospatial + * vector and raster data. * *
* For more information about this service, see the API
@@ -32,9 +32,11 @@
class Google_Service_MapsEngine extends Google_Service
{
/** View and manage your Google Maps Engine data. */
- const MAPSENGINE = "https://www.googleapis.com/auth/mapsengine";
+ const MAPSENGINE =
+ "https://www.googleapis.com/auth/mapsengine";
/** View your Google Maps Engine data. */
- const MAPSENGINE_READONLY = "https://www.googleapis.com/auth/mapsengine.readonly";
+ const MAPSENGINE_READONLY =
+ "https://www.googleapis.com/auth/mapsengine.readonly";
public $assets;
public $assets_parents;
@@ -1527,8 +1529,7 @@ class Google_Service_MapsEngine_Assets_Resource extends Google_Service_Resource
/**
* Return metadata for a particular asset. (assets.get)
*
- * @param string $id
- * The ID of the asset.
+ * @param string $id The ID of the asset.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_Asset
*/
@@ -1538,49 +1539,47 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Asset");
}
+
/**
* Return all assets readable by the current user. (assets.listAssets)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string search
- * An unstructured search string used to filter the set of results based on asset metadata.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @opt_param string role
- * The role parameter indicates that the response should only contain assets where the current user
- * has the specified level of access.
- * @opt_param string type
- * A comma separated list of asset types. Returned assets will have one of the types from the
- * provided list. Supported values are 'map', 'layer', 'rasterCollection' and 'table'.
+ * @opt_param string modifiedAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or after
+ * this time.
+ * @opt_param string createdAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or after
+ * this time.
+ * @opt_param string tags A comma separated list of tags. Returned assets will
+ * contain all the tags from the list.
+ * @opt_param string projectId The ID of a Maps Engine project, used to filter
+ * the response. To list all available projects with their IDs, send a Projects:
+ * list request. You can also find your project ID as the value of the
+ * DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string search An unstructured search string used to filter the set
+ * of results based on asset metadata.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail An email address representing a user. Returned
+ * assets that have been created by the user associated with the provided email
+ * address.
+ * @opt_param string bbox A bounding box, expressed as "west,south,east,north".
+ * If set, only assets which intersect this bounding box will be returned.
+ * @opt_param string modifiedBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or before
+ * this time.
+ * @opt_param string createdBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or before
+ * this time.
+ * @opt_param string role The role parameter indicates that the response should
+ * only contain assets where the current user has the specified level of access.
+ * @opt_param string type A comma separated list of asset types. Returned assets
+ * will have one of the types from the provided list. Supported values are
+ * 'map', 'layer', 'rasterCollection' and 'table'.
* @return Google_Service_MapsEngine_AssetsListResponse
*/
public function listAssets($optParams = array())
@@ -1605,16 +1604,14 @@ class Google_Service_MapsEngine_AssetsParents_Resource extends Google_Service_Re
/**
* Return all parent ids of the specified asset. (parents.listAssetsParents)
*
- * @param string $id
- * The ID of the asset whose parents will be listed.
+ * @param string $id The ID of the asset whose parents will be listed.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 50.
* @return Google_Service_MapsEngine_ParentsListResponse
*/
public function listAssetsParents($id, $optParams = array())
@@ -1639,8 +1636,7 @@ class Google_Service_MapsEngine_AssetsPermissions_Resource extends Google_Servic
* Return all of the permissions for the specified asset.
* (permissions.listAssetsPermissions)
*
- * @param string $id
- * The ID of the asset whose permissions will be listed.
+ * @param string $id The ID of the asset whose permissions will be listed.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsListResponse
*/
@@ -1666,8 +1662,7 @@ class Google_Service_MapsEngine_Layers_Resource extends Google_Service_Resource
/**
* Cancel processing on a layer asset. (layers.cancelProcessing)
*
- * @param string $id
- * The ID of the layer.
+ * @param string $id The ID of the layer.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_ProcessResponse
*/
@@ -1677,14 +1672,14 @@ public function cancelProcessing($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('cancelProcessing', array($params), "Google_Service_MapsEngine_ProcessResponse");
}
+
/**
* Create a layer asset. (layers.create)
*
* @param Google_Layer $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool process
- * Whether to queue the created layer for processing.
+ * @opt_param bool process Whether to queue the created layer for processing.
* @return Google_Service_MapsEngine_Layer
*/
public function create(Google_Service_MapsEngine_Layer $postBody, $optParams = array())
@@ -1693,13 +1688,14 @@ public function create(Google_Service_MapsEngine_Layer $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_MapsEngine_Layer");
}
+
/**
* Delete a layer. (layers.delete)
*
- * @param string $id
- * The ID of the layer. Only the layer creator or project owner are permitted to delete. If the
- * layer is published, or included in a map, the request will fail. Unpublish the layer, and remove
- * it from all maps prior to deleting.
+ * @param string $id The ID of the layer. Only the layer creator or project
+ * owner are permitted to delete. If the layer is published, or included in a
+ * map, the request will fail. Unpublish the layer, and remove it from all maps
+ * prior to deleting.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -1708,17 +1704,17 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Return metadata for a particular layer. (layers.get)
*
- * @param string $id
- * The ID of the layer.
+ * @param string $id The ID of the layer.
* @param array $optParams Optional parameters.
*
- * @opt_param string version
- * Deprecated: The version parameter indicates which version of the layer should be returned. When
- * version is set to published, the published version of the layer will be returned. Please use the
- * layers.getPublished endpoint instead.
+ * @opt_param string version Deprecated: The version parameter indicates which
+ * version of the layer should be returned. When version is set to published,
+ * the published version of the layer will be returned. Please use the
+ * layers.getPublished endpoint instead.
* @return Google_Service_MapsEngine_Layer
*/
public function get($id, $optParams = array())
@@ -1727,11 +1723,11 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Layer");
}
+
/**
* Return the published metadata for a particular layer. (layers.getPublished)
*
- * @param string $id
- * The ID of the layer.
+ * @param string $id The ID of the layer.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PublishedLayer
*/
@@ -1741,48 +1737,45 @@ public function getPublished($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getPublished', array($params), "Google_Service_MapsEngine_PublishedLayer");
}
+
/**
* Return all layers readable by the current user. (layers.listLayers)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
+ * @opt_param string modifiedAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or after
+ * this time.
+ * @opt_param string createdAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or after
+ * this time.
* @opt_param string processingStatus
- *
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string search
- * An unstructured search string used to filter the set of results based on asset metadata.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @opt_param string role
- * The role parameter indicates that the response should only contain assets where the current user
- * has the specified level of access.
+ * @opt_param string projectId The ID of a Maps Engine project, used to filter
+ * the response. To list all available projects with their IDs, send a Projects:
+ * list request. You can also find your project ID as the value of the
+ * DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string tags A comma separated list of tags. Returned assets will
+ * contain all the tags from the list.
+ * @opt_param string search An unstructured search string used to filter the set
+ * of results based on asset metadata.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail An email address representing a user. Returned
+ * assets that have been created by the user associated with the provided email
+ * address.
+ * @opt_param string bbox A bounding box, expressed as "west,south,east,north".
+ * If set, only assets which intersect this bounding box will be returned.
+ * @opt_param string modifiedBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or before
+ * this time.
+ * @opt_param string createdBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or before
+ * this time.
+ * @opt_param string role The role parameter indicates that the response should
+ * only contain assets where the current user has the specified level of access.
* @return Google_Service_MapsEngine_LayersListResponse
*/
public function listLayers($optParams = array())
@@ -1791,22 +1784,22 @@ public function listLayers($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_MapsEngine_LayersListResponse");
}
+
/**
* Return all published layers readable by the current user.
* (layers.listPublished)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string projectId The ID of a Maps Engine project, used to filter
+ * the response. To list all available projects with their IDs, send a Projects:
+ * list request. You can also find your project ID as the value of the
+ * DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
* @return Google_Service_MapsEngine_PublishedLayersListResponse
*/
public function listPublished($optParams = array())
@@ -1815,11 +1808,11 @@ public function listPublished($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('listPublished', array($params), "Google_Service_MapsEngine_PublishedLayersListResponse");
}
+
/**
* Mutate a layer asset. (layers.patch)
*
- * @param string $id
- * The ID of the layer.
+ * @param string $id The ID of the layer.
* @param Google_Layer $postBody
* @param array $optParams Optional parameters.
*/
@@ -1829,11 +1822,11 @@ public function patch($id, Google_Service_MapsEngine_Layer $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('patch', array($params));
}
+
/**
* Process a layer asset. (layers.process)
*
- * @param string $id
- * The ID of the layer.
+ * @param string $id The ID of the layer.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_ProcessResponse
*/
@@ -1843,16 +1836,16 @@ public function process($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
}
+
/**
* Publish a layer asset. (layers.publish)
*
- * @param string $id
- * The ID of the layer.
+ * @param string $id The ID of the layer.
* @param array $optParams Optional parameters.
*
- * @opt_param bool force
- * If set to true, the API will allow publication of the layer even if it's out of date. If not
- * true, you'll need to reprocess any out-of-date layer before publishing.
+ * @opt_param bool force If set to true, the API will allow publication of the
+ * layer even if it's out of date. If not true, you'll need to reprocess any
+ * out-of-date layer before publishing.
* @return Google_Service_MapsEngine_PublishResponse
*/
public function publish($id, $optParams = array())
@@ -1861,11 +1854,11 @@ public function publish($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('publish', array($params), "Google_Service_MapsEngine_PublishResponse");
}
+
/**
* Unpublish a layer asset. (layers.unpublish)
*
- * @param string $id
- * The ID of the layer.
+ * @param string $id The ID of the layer.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PublishResponse
*/
@@ -1891,16 +1884,14 @@ class Google_Service_MapsEngine_LayersParents_Resource extends Google_Service_Re
/**
* Return all parent ids of the specified layer. (parents.listLayersParents)
*
- * @param string $id
- * The ID of the layer whose parents will be listed.
+ * @param string $id The ID of the layer whose parents will be listed.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 50.
* @return Google_Service_MapsEngine_ParentsListResponse
*/
public function listLayersParents($id, $optParams = array())
@@ -1925,8 +1916,7 @@ class Google_Service_MapsEngine_LayersPermissions_Resource extends Google_Servic
* Remove permission entries from an already existing asset.
* (permissions.batchDelete)
*
- * @param string $id
- * The ID of the asset from which permissions will be removed.
+ * @param string $id The ID of the asset from which permissions will be removed.
* @param Google_PermissionsBatchDeleteRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
@@ -1937,14 +1927,14 @@ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDelet
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
}
+
/**
* Add or update permission entries to an already existing asset.
*
* An asset can hold up to 20 different permission entries. Each batchInsert
* request is atomic. (permissions.batchUpdate)
*
- * @param string $id
- * The ID of the asset to which permissions will be added.
+ * @param string $id The ID of the asset to which permissions will be added.
* @param Google_PermissionsBatchUpdateRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
@@ -1955,12 +1945,12 @@ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdat
$params = array_merge($params, $optParams);
return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
}
+
/**
* Return all of the permissions for the specified asset.
* (permissions.listLayersPermissions)
*
- * @param string $id
- * The ID of the asset whose permissions will be listed.
+ * @param string $id The ID of the asset whose permissions will be listed.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsListResponse
*/
@@ -1996,12 +1986,13 @@ public function create(Google_Service_MapsEngine_Map $postBody, $optParams = arr
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_MapsEngine_Map");
}
+
/**
* Delete a map. (maps.delete)
*
- * @param string $id
- * The ID of the map. Only the map creator or project owner are permitted to delete. If the map is
- * published the request will fail. Unpublish the map prior to deleting.
+ * @param string $id The ID of the map. Only the map creator or project owner
+ * are permitted to delete. If the map is published the request will fail.
+ * Unpublish the map prior to deleting.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -2010,17 +2001,17 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Return metadata for a particular map. (maps.get)
*
- * @param string $id
- * The ID of the map.
+ * @param string $id The ID of the map.
* @param array $optParams Optional parameters.
*
- * @opt_param string version
- * Deprecated: The version parameter indicates which version of the map should be returned. When
- * version is set to published, the published version of the map will be returned. Please use the
- * maps.getPublished endpoint instead.
+ * @opt_param string version Deprecated: The version parameter indicates which
+ * version of the map should be returned. When version is set to published, the
+ * published version of the map will be returned. Please use the
+ * maps.getPublished endpoint instead.
* @return Google_Service_MapsEngine_Map
*/
public function get($id, $optParams = array())
@@ -2029,11 +2020,11 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Map");
}
+
/**
* Return the published metadata for a particular map. (maps.getPublished)
*
- * @param string $id
- * The ID of the map.
+ * @param string $id The ID of the map.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PublishedMap
*/
@@ -2043,48 +2034,45 @@ public function getPublished($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getPublished', array($params), "Google_Service_MapsEngine_PublishedMap");
}
+
/**
* Return all maps readable by the current user. (maps.listMaps)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
+ * @opt_param string modifiedAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or after
+ * this time.
+ * @opt_param string createdAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or after
+ * this time.
* @opt_param string processingStatus
- *
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string search
- * An unstructured search string used to filter the set of results based on asset metadata.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @opt_param string role
- * The role parameter indicates that the response should only contain assets where the current user
- * has the specified level of access.
+ * @opt_param string projectId The ID of a Maps Engine project, used to filter
+ * the response. To list all available projects with their IDs, send a Projects:
+ * list request. You can also find your project ID as the value of the
+ * DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string tags A comma separated list of tags. Returned assets will
+ * contain all the tags from the list.
+ * @opt_param string search An unstructured search string used to filter the set
+ * of results based on asset metadata.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail An email address representing a user. Returned
+ * assets that have been created by the user associated with the provided email
+ * address.
+ * @opt_param string bbox A bounding box, expressed as "west,south,east,north".
+ * If set, only assets which intersect this bounding box will be returned.
+ * @opt_param string modifiedBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or before
+ * this time.
+ * @opt_param string createdBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or before
+ * this time.
+ * @opt_param string role The role parameter indicates that the response should
+ * only contain assets where the current user has the specified level of access.
* @return Google_Service_MapsEngine_MapsListResponse
*/
public function listMaps($optParams = array())
@@ -2093,21 +2081,21 @@ public function listMaps($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_MapsEngine_MapsListResponse");
}
+
/**
* Return all published maps readable by the current user. (maps.listPublished)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string projectId The ID of a Maps Engine project, used to filter
+ * the response. To list all available projects with their IDs, send a Projects:
+ * list request. You can also find your project ID as the value of the
+ * DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
* @return Google_Service_MapsEngine_PublishedMapsListResponse
*/
public function listPublished($optParams = array())
@@ -2116,11 +2104,11 @@ public function listPublished($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('listPublished', array($params), "Google_Service_MapsEngine_PublishedMapsListResponse");
}
+
/**
* Mutate a map asset. (maps.patch)
*
- * @param string $id
- * The ID of the map.
+ * @param string $id The ID of the map.
* @param Google_Map $postBody
* @param array $optParams Optional parameters.
*/
@@ -2130,16 +2118,16 @@ public function patch($id, Google_Service_MapsEngine_Map $postBody, $optParams =
$params = array_merge($params, $optParams);
return $this->call('patch', array($params));
}
+
/**
* Publish a map asset. (maps.publish)
*
- * @param string $id
- * The ID of the map.
+ * @param string $id The ID of the map.
* @param array $optParams Optional parameters.
*
- * @opt_param bool force
- * If set to true, the API will allow publication of the map even if it's out of date. If false,
- * the map must have a processingStatus of complete before publishing.
+ * @opt_param bool force If set to true, the API will allow publication of the
+ * map even if it's out of date. If false, the map must have a processingStatus
+ * of complete before publishing.
* @return Google_Service_MapsEngine_PublishResponse
*/
public function publish($id, $optParams = array())
@@ -2148,11 +2136,11 @@ public function publish($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('publish', array($params), "Google_Service_MapsEngine_PublishResponse");
}
+
/**
* Unpublish a map asset. (maps.unpublish)
*
- * @param string $id
- * The ID of the map.
+ * @param string $id The ID of the map.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PublishResponse
*/
@@ -2179,8 +2167,7 @@ class Google_Service_MapsEngine_MapsPermissions_Resource extends Google_Service_
* Remove permission entries from an already existing asset.
* (permissions.batchDelete)
*
- * @param string $id
- * The ID of the asset from which permissions will be removed.
+ * @param string $id The ID of the asset from which permissions will be removed.
* @param Google_PermissionsBatchDeleteRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
@@ -2191,14 +2178,14 @@ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDelet
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
}
+
/**
* Add or update permission entries to an already existing asset.
*
* An asset can hold up to 20 different permission entries. Each batchInsert
* request is atomic. (permissions.batchUpdate)
*
- * @param string $id
- * The ID of the asset to which permissions will be added.
+ * @param string $id The ID of the asset to which permissions will be added.
* @param Google_PermissionsBatchUpdateRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
@@ -2209,12 +2196,12 @@ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdat
$params = array_merge($params, $optParams);
return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
}
+
/**
* Return all of the permissions for the specified asset.
* (permissions.listMapsPermissions)
*
- * @param string $id
- * The ID of the asset whose permissions will be listed.
+ * @param string $id The ID of the asset whose permissions will be listed.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsListResponse
*/
@@ -2265,8 +2252,7 @@ class Google_Service_MapsEngine_ProjectsIcons_Resource extends Google_Service_Re
/**
* Create an icon. (icons.create)
*
- * @param string $projectId
- * The ID of the project.
+ * @param string $projectId The ID of the project.
* @param Google_Icon $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_Icon
@@ -2277,13 +2263,12 @@ public function create($projectId, Google_Service_MapsEngine_Icon $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_MapsEngine_Icon");
}
+
/**
* Return an icon or its associated metadata (icons.get)
*
- * @param string $projectId
- * The ID of the project.
- * @param string $id
- * The ID of the icon.
+ * @param string $projectId The ID of the project.
+ * @param string $id The ID of the icon.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_Icon
*/
@@ -2293,19 +2278,18 @@ public function get($projectId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Icon");
}
+
/**
* Return all icons in the current project (icons.listProjectsIcons)
*
- * @param string $projectId
- * The ID of the project.
+ * @param string $projectId The ID of the project.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 50.
* @return Google_Service_MapsEngine_IconsListResponse
*/
public function listProjectsIcons($projectId, $optParams = array())
@@ -2331,8 +2315,7 @@ class Google_Service_MapsEngine_RasterCollections_Resource extends Google_Servic
* Cancel processing on a raster collection asset.
* (rasterCollections.cancelProcessing)
*
- * @param string $id
- * The ID of the raster collection.
+ * @param string $id The ID of the raster collection.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_ProcessResponse
*/
@@ -2342,6 +2325,7 @@ public function cancelProcessing($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('cancelProcessing', array($params), "Google_Service_MapsEngine_ProcessResponse");
}
+
/**
* Create a raster collection asset. (rasterCollections.create)
*
@@ -2355,13 +2339,14 @@ public function create(Google_Service_MapsEngine_RasterCollection $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_MapsEngine_RasterCollection");
}
+
/**
* Delete a raster collection. (rasterCollections.delete)
*
- * @param string $id
- * The ID of the raster collection. Only the raster collection creator or project owner are
- * permitted to delete. If the rastor collection is included in a layer, the request will fail.
- * Remove the raster collection from all layers prior to deleting.
+ * @param string $id The ID of the raster collection. Only the raster collection
+ * creator or project owner are permitted to delete. If the rastor collection is
+ * included in a layer, the request will fail. Remove the raster collection from
+ * all layers prior to deleting.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -2370,11 +2355,11 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Return metadata for a particular raster collection. (rasterCollections.get)
*
- * @param string $id
- * The ID of the raster collection.
+ * @param string $id The ID of the raster collection.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_RasterCollection
*/
@@ -2384,49 +2369,46 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_RasterCollection");
}
+
/**
* Return all raster collections readable by the current user.
* (rasterCollections.listRasterCollections)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
+ * @opt_param string modifiedAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or after
+ * this time.
+ * @opt_param string createdAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or after
+ * this time.
* @opt_param string processingStatus
- *
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string search
- * An unstructured search string used to filter the set of results based on asset metadata.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @opt_param string role
- * The role parameter indicates that the response should only contain assets where the current user
- * has the specified level of access.
+ * @opt_param string projectId The ID of a Maps Engine project, used to filter
+ * the response. To list all available projects with their IDs, send a Projects:
+ * list request. You can also find your project ID as the value of the
+ * DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string tags A comma separated list of tags. Returned assets will
+ * contain all the tags from the list.
+ * @opt_param string search An unstructured search string used to filter the set
+ * of results based on asset metadata.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail An email address representing a user. Returned
+ * assets that have been created by the user associated with the provided email
+ * address.
+ * @opt_param string bbox A bounding box, expressed as "west,south,east,north".
+ * If set, only assets which intersect this bounding box will be returned.
+ * @opt_param string modifiedBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or before
+ * this time.
+ * @opt_param string createdBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or before
+ * this time.
+ * @opt_param string role The role parameter indicates that the response should
+ * only contain assets where the current user has the specified level of access.
* @return Google_Service_MapsEngine_RasterCollectionsListResponse
*/
public function listRasterCollections($optParams = array())
@@ -2435,11 +2417,11 @@ public function listRasterCollections($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_MapsEngine_RasterCollectionsListResponse");
}
+
/**
* Mutate a raster collection asset. (rasterCollections.patch)
*
- * @param string $id
- * The ID of the raster collection.
+ * @param string $id The ID of the raster collection.
* @param Google_RasterCollection $postBody
* @param array $optParams Optional parameters.
*/
@@ -2449,11 +2431,11 @@ public function patch($id, Google_Service_MapsEngine_RasterCollection $postBody,
$params = array_merge($params, $optParams);
return $this->call('patch', array($params));
}
+
/**
* Process a raster collection asset. (rasterCollections.process)
*
- * @param string $id
- * The ID of the raster collection.
+ * @param string $id The ID of the raster collection.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_ProcessResponse
*/
@@ -2480,16 +2462,15 @@ class Google_Service_MapsEngine_RasterCollectionsParents_Resource extends Google
* Return all parent ids of the specified raster collection.
* (parents.listRasterCollectionsParents)
*
- * @param string $id
- * The ID of the raster collection whose parents will be listed.
+ * @param string $id The ID of the raster collection whose parents will be
+ * listed.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 50.
* @return Google_Service_MapsEngine_ParentsListResponse
*/
public function listRasterCollectionsParents($id, $optParams = array())
@@ -2514,8 +2495,7 @@ class Google_Service_MapsEngine_RasterCollectionsPermissions_Resource extends Go
* Remove permission entries from an already existing asset.
* (permissions.batchDelete)
*
- * @param string $id
- * The ID of the asset from which permissions will be removed.
+ * @param string $id The ID of the asset from which permissions will be removed.
* @param Google_PermissionsBatchDeleteRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
@@ -2526,14 +2506,14 @@ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDelet
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
}
+
/**
* Add or update permission entries to an already existing asset.
*
* An asset can hold up to 20 different permission entries. Each batchInsert
* request is atomic. (permissions.batchUpdate)
*
- * @param string $id
- * The ID of the asset to which permissions will be added.
+ * @param string $id The ID of the asset to which permissions will be added.
* @param Google_PermissionsBatchUpdateRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
@@ -2544,12 +2524,12 @@ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdat
$params = array_merge($params, $optParams);
return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
}
+
/**
* Return all of the permissions for the specified asset.
* (permissions.listRasterCollectionsPermissions)
*
- * @param string $id
- * The ID of the asset whose permissions will be listed.
+ * @param string $id The ID of the asset whose permissions will be listed.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsListResponse
*/
@@ -2577,8 +2557,8 @@ class Google_Service_MapsEngine_RasterCollectionsRasters_Resource extends Google
* Up to 50 rasters can be included in a single batchDelete request. Each
* batchDelete request is atomic. (rasters.batchDelete)
*
- * @param string $id
- * The ID of the raster collection to which these rasters belong.
+ * @param string $id The ID of the raster collection to which these rasters
+ * belong.
* @param Google_RasterCollectionsRasterBatchDeleteRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse
@@ -2589,6 +2569,7 @@ public function batchDelete($id, Google_Service_MapsEngine_RasterCollectionsRast
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse");
}
+
/**
* Add rasters to an existing raster collection. Rasters must be successfully
* processed in order to be added to a raster collection.
@@ -2596,8 +2577,8 @@ public function batchDelete($id, Google_Service_MapsEngine_RasterCollectionsRast
* Up to 50 rasters can be included in a single batchInsert request. Each
* batchInsert request is atomic. (rasters.batchInsert)
*
- * @param string $id
- * The ID of the raster collection to which these rasters belong.
+ * @param string $id The ID of the raster collection to which these rasters
+ * belong.
* @param Google_RasterCollectionsRastersBatchInsertRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse
@@ -2608,45 +2589,43 @@ public function batchInsert($id, Google_Service_MapsEngine_RasterCollectionsRast
$params = array_merge($params, $optParams);
return $this->call('batchInsert', array($params), "Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse");
}
+
/**
* Return all rasters within a raster collection.
* (rasters.listRasterCollectionsRasters)
*
- * @param string $id
- * The ID of the raster collection to which these rasters belong.
+ * @param string $id The ID of the raster collection to which these rasters
+ * belong.
* @param array $optParams Optional parameters.
*
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string search
- * An unstructured search string used to filter the set of results based on asset metadata.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @opt_param string role
- * The role parameter indicates that the response should only contain assets where the current user
- * has the specified level of access.
+ * @opt_param string modifiedAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or after
+ * this time.
+ * @opt_param string createdAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or after
+ * this time.
+ * @opt_param string tags A comma separated list of tags. Returned assets will
+ * contain all the tags from the list.
+ * @opt_param string search An unstructured search string used to filter the set
+ * of results based on asset metadata.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail An email address representing a user. Returned
+ * assets that have been created by the user associated with the provided email
+ * address.
+ * @opt_param string bbox A bounding box, expressed as "west,south,east,north".
+ * If set, only assets which intersect this bounding box will be returned.
+ * @opt_param string modifiedBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or before
+ * this time.
+ * @opt_param string createdBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or before
+ * this time.
+ * @opt_param string role The role parameter indicates that the response should
+ * only contain assets where the current user has the specified level of access.
* @return Google_Service_MapsEngine_RasterCollectionsRastersListResponse
*/
public function listRasterCollectionsRasters($id, $optParams = array())
@@ -2671,10 +2650,9 @@ class Google_Service_MapsEngine_Rasters_Resource extends Google_Service_Resource
/**
* Delete a raster. (rasters.delete)
*
- * @param string $id
- * The ID of the raster. Only the raster creator or project owner are permitted to delete. If the
- * raster is included in a layer or mosaic, the request will fail. Remove it from all parents prior
- * to deleting.
+ * @param string $id The ID of the raster. Only the raster creator or project
+ * owner are permitted to delete. If the raster is included in a layer or
+ * mosaic, the request will fail. Remove it from all parents prior to deleting.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -2683,11 +2661,11 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Return metadata for a single raster. (rasters.get)
*
- * @param string $id
- * The ID of the raster.
+ * @param string $id The ID of the raster.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_Raster
*/
@@ -2697,48 +2675,45 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Raster");
}
+
/**
* Return all rasters readable by the current user. (rasters.listRasters)
*
- * @param string $projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @param string $projectId The ID of a Maps Engine project, used to filter the
+ * response. To list all available projects with their IDs, send a Projects:
+ * list request. You can also find your project ID as the value of the
+ * DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
* @param array $optParams Optional parameters.
*
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
+ * @opt_param string modifiedAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or after
+ * this time.
+ * @opt_param string createdAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or after
+ * this time.
* @opt_param string processingStatus
- *
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string search
- * An unstructured search string used to filter the set of results based on asset metadata.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @opt_param string role
- * The role parameter indicates that the response should only contain assets where the current user
- * has the specified level of access.
+ * @opt_param string tags A comma separated list of tags. Returned assets will
+ * contain all the tags from the list.
+ * @opt_param string search An unstructured search string used to filter the set
+ * of results based on asset metadata.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail An email address representing a user. Returned
+ * assets that have been created by the user associated with the provided email
+ * address.
+ * @opt_param string bbox A bounding box, expressed as "west,south,east,north".
+ * If set, only assets which intersect this bounding box will be returned.
+ * @opt_param string modifiedBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or before
+ * this time.
+ * @opt_param string createdBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or before
+ * this time.
+ * @opt_param string role The role parameter indicates that the response should
+ * only contain assets where the current user has the specified level of access.
* @return Google_Service_MapsEngine_RastersListResponse
*/
public function listRasters($projectId, $optParams = array())
@@ -2747,11 +2722,11 @@ public function listRasters($projectId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_MapsEngine_RastersListResponse");
}
+
/**
* Mutate a raster asset. (rasters.patch)
*
- * @param string $id
- * The ID of the raster.
+ * @param string $id The ID of the raster.
* @param Google_Raster $postBody
* @param array $optParams Optional parameters.
*/
@@ -2761,11 +2736,11 @@ public function patch($id, Google_Service_MapsEngine_Raster $postBody, $optParam
$params = array_merge($params, $optParams);
return $this->call('patch', array($params));
}
+
/**
* Process a raster asset. (rasters.process)
*
- * @param string $id
- * The ID of the raster.
+ * @param string $id The ID of the raster.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_ProcessResponse
*/
@@ -2775,6 +2750,7 @@ public function process($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
}
+
/**
* Create a skeleton raster asset for upload. (rasters.upload)
*
@@ -2804,10 +2780,8 @@ class Google_Service_MapsEngine_RastersFiles_Resource extends Google_Service_Res
/**
* Upload a file to a raster asset. (files.insert)
*
- * @param string $id
- * The ID of the raster asset.
- * @param string $filename
- * The file name of this uploaded file.
+ * @param string $id The ID of the raster asset.
+ * @param string $filename The file name of this uploaded file.
* @param array $optParams Optional parameters.
*/
public function insert($id, $filename, $optParams = array())
@@ -2831,16 +2805,14 @@ class Google_Service_MapsEngine_RastersParents_Resource extends Google_Service_R
/**
* Return all parent ids of the specified rasters. (parents.listRastersParents)
*
- * @param string $id
- * The ID of the rasters whose parents will be listed.
+ * @param string $id The ID of the rasters whose parents will be listed.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 50.
* @return Google_Service_MapsEngine_ParentsListResponse
*/
public function listRastersParents($id, $optParams = array())
@@ -2865,8 +2837,7 @@ class Google_Service_MapsEngine_RastersPermissions_Resource extends Google_Servi
* Remove permission entries from an already existing asset.
* (permissions.batchDelete)
*
- * @param string $id
- * The ID of the asset from which permissions will be removed.
+ * @param string $id The ID of the asset from which permissions will be removed.
* @param Google_PermissionsBatchDeleteRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
@@ -2877,14 +2848,14 @@ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDelet
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
}
+
/**
* Add or update permission entries to an already existing asset.
*
* An asset can hold up to 20 different permission entries. Each batchInsert
* request is atomic. (permissions.batchUpdate)
*
- * @param string $id
- * The ID of the asset to which permissions will be added.
+ * @param string $id The ID of the asset to which permissions will be added.
* @param Google_PermissionsBatchUpdateRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
@@ -2895,12 +2866,12 @@ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdat
$params = array_merge($params, $optParams);
return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
}
+
/**
* Return all of the permissions for the specified asset.
* (permissions.listRastersPermissions)
*
- * @param string $id
- * The ID of the asset whose permissions will be listed.
+ * @param string $id The ID of the asset whose permissions will be listed.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsListResponse
*/
@@ -2936,13 +2907,13 @@ public function create(Google_Service_MapsEngine_Table $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_MapsEngine_Table");
}
+
/**
* Delete a table. (tables.delete)
*
- * @param string $id
- * The ID of the table. Only the table creator or project owner are permitted to delete. If the
- * table is included in a layer, the request will fail. Remove it from all layers prior to
- * deleting.
+ * @param string $id The ID of the table. Only the table creator or project
+ * owner are permitted to delete. If the table is included in a layer, the
+ * request will fail. Remove it from all layers prior to deleting.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -2951,15 +2922,14 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Return metadata for a particular table, including the schema. (tables.get)
*
- * @param string $id
- * The ID of the table.
+ * @param string $id The ID of the table.
* @param array $optParams Optional parameters.
*
* @opt_param string version
- *
* @return Google_Service_MapsEngine_Table
*/
public function get($id, $optParams = array())
@@ -2968,48 +2938,45 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Table");
}
+
/**
* Return all tables readable by the current user. (tables.listTables)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string modifiedAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or after this time.
- * @opt_param string createdAfter
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or after this time.
+ * @opt_param string modifiedAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or after
+ * this time.
+ * @opt_param string createdAfter An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or after
+ * this time.
* @opt_param string processingStatus
- *
- * @opt_param string projectId
- * The ID of a Maps Engine project, used to filter the response. To list all available projects
- * with their IDs, send a Projects: list request. You can also find your project ID as the value of
- * the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
- * @opt_param string tags
- * A comma separated list of tags. Returned assets will contain all the tags from the list.
- * @opt_param string search
- * An unstructured search string used to filter the set of results based on asset metadata.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 100.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string creatorEmail
- * An email address representing a user. Returned assets that have been created by the user
- * associated with the provided email address.
- * @opt_param string bbox
- * A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this
- * bounding box will be returned.
- * @opt_param string modifiedBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been modified at or before this time.
- * @opt_param string createdBefore
- * An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have
- * been created at or before this time.
- * @opt_param string role
- * The role parameter indicates that the response should only contain assets where the current user
- * has the specified level of access.
+ * @opt_param string projectId The ID of a Maps Engine project, used to filter
+ * the response. To list all available projects with their IDs, send a Projects:
+ * list request. You can also find your project ID as the value of the
+ * DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.
+ * @opt_param string tags A comma separated list of tags. Returned assets will
+ * contain all the tags from the list.
+ * @opt_param string search An unstructured search string used to filter the set
+ * of results based on asset metadata.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 100.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string creatorEmail An email address representing a user. Returned
+ * assets that have been created by the user associated with the provided email
+ * address.
+ * @opt_param string bbox A bounding box, expressed as "west,south,east,north".
+ * If set, only assets which intersect this bounding box will be returned.
+ * @opt_param string modifiedBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been modified at or before
+ * this time.
+ * @opt_param string createdBefore An RFC 3339 formatted date-time value (e.g.
+ * 1970-01-01T00:00:00Z). Returned assets will have been created at or before
+ * this time.
+ * @opt_param string role The role parameter indicates that the response should
+ * only contain assets where the current user has the specified level of access.
* @return Google_Service_MapsEngine_TablesListResponse
*/
public function listTables($optParams = array())
@@ -3018,11 +2985,11 @@ public function listTables($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_MapsEngine_TablesListResponse");
}
+
/**
* Mutate a table asset. (tables.patch)
*
- * @param string $id
- * The ID of the table.
+ * @param string $id The ID of the table.
* @param Google_Table $postBody
* @param array $optParams Optional parameters.
*/
@@ -3032,11 +2999,11 @@ public function patch($id, Google_Service_MapsEngine_Table $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('patch', array($params));
}
+
/**
* Process a table asset. (tables.process)
*
- * @param string $id
- * The ID of the table.
+ * @param string $id The ID of the table.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_ProcessResponse
*/
@@ -3046,6 +3013,7 @@ public function process($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('process', array($params), "Google_Service_MapsEngine_ProcessResponse");
}
+
/**
* Create a placeholder table asset to which table files can be uploaded. Once
* the placeholder has been created, files are uploaded to the
@@ -3079,8 +3047,8 @@ class Google_Service_MapsEngine_TablesFeatures_Resource extends Google_Service_R
/**
* Delete all features matching the given IDs. (features.batchDelete)
*
- * @param string $id
- * The ID of the table that contains the features to be deleted.
+ * @param string $id The ID of the table that contains the features to be
+ * deleted.
* @param Google_FeaturesBatchDeleteRequest $postBody
* @param array $optParams Optional parameters.
*/
@@ -3090,6 +3058,7 @@ public function batchDelete($id, Google_Service_MapsEngine_FeaturesBatchDeleteRe
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params));
}
+
/**
* Append features to an existing table.
*
@@ -3103,8 +3072,7 @@ public function batchDelete($id, Google_Service_MapsEngine_FeaturesBatchDeleteRe
* For more information about inserting features, read Creating features in the
* Google Maps Engine developer's guide. (features.batchInsert)
*
- * @param string $id
- * The ID of the table to append the features to.
+ * @param string $id The ID of the table to append the features to.
* @param Google_FeaturesBatchInsertRequest $postBody
* @param array $optParams Optional parameters.
*/
@@ -3114,6 +3082,7 @@ public function batchInsert($id, Google_Service_MapsEngine_FeaturesBatchInsertRe
$params = array_merge($params, $optParams);
return $this->call('batchInsert', array($params));
}
+
/**
* Update the supplied features.
*
@@ -3134,8 +3103,7 @@ public function batchInsert($id, Google_Service_MapsEngine_FeaturesBatchInsertRe
* property. For more information about updating features, read Updating
* features in the Google Maps Engine developer's guide. (features.batchPatch)
*
- * @param string $id
- * The ID of the table containing the features to be patched.
+ * @param string $id The ID of the table containing the features to be patched.
* @param Google_FeaturesBatchPatchRequest $postBody
* @param array $optParams Optional parameters.
*/
@@ -3145,20 +3113,19 @@ public function batchPatch($id, Google_Service_MapsEngine_FeaturesBatchPatchRequ
$params = array_merge($params, $optParams);
return $this->call('batchPatch', array($params));
}
+
/**
* Return a single feature, given its ID. (features.get)
*
- * @param string $tableId
- * The ID of the table.
- * @param string $id
- * The ID of the feature to get.
+ * @param string $tableId The ID of the table.
+ * @param string $id The ID of the feature to get.
* @param array $optParams Optional parameters.
*
- * @opt_param string version
- * The table version to access. See Accessing Public Data for information.
- * @opt_param string select
- * A SQL-like projection clause used to specify returned properties. If this parameter is not
- * included, all properties are returned.
+ * @opt_param string version The table version to access. See Accessing Public
+ * Data for information.
+ * @opt_param string select A SQL-like projection clause used to specify
+ * returned properties. If this parameter is not included, all properties are
+ * returned.
* @return Google_Service_MapsEngine_Feature
*/
public function get($tableId, $id, $optParams = array())
@@ -3167,36 +3134,33 @@ public function get($tableId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_MapsEngine_Feature");
}
+
/**
* Return all features readable by the current user.
* (features.listTablesFeatures)
*
- * @param string $id
- * The ID of the table to which these features belong.
+ * @param string $id The ID of the table to which these features belong.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * An SQL-like order by clause used to sort results. If this parameter is not included, the order
- * of features is undefined.
- * @opt_param string intersects
- * A geometry literal that specifies the spatial restriction of the query.
- * @opt_param string maxResults
- * The maximum number of items to include in the response, used for paging. The maximum supported
- * value is 1000.
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string version
- * The table version to access. See Accessing Public Data for information.
- * @opt_param string limit
- * The total number of features to return from the query, irrespective of the number of pages.
- * @opt_param string include
- * A comma separated list of optional data to include. Optional data available: schema.
- * @opt_param string where
- * An SQL-like predicate used to filter results.
- * @opt_param string select
- * A SQL-like projection clause used to specify returned properties. If this parameter is not
- * included, all properties are returned.
+ * @opt_param string orderBy An SQL-like order by clause used to sort results.
+ * If this parameter is not included, the order of features is undefined.
+ * @opt_param string intersects A geometry literal that specifies the spatial
+ * restriction of the query.
+ * @opt_param string maxResults The maximum number of items to include in the
+ * response, used for paging. The maximum supported value is 1000.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string version The table version to access. See Accessing Public
+ * Data for information.
+ * @opt_param string limit The total number of features to return from the
+ * query, irrespective of the number of pages.
+ * @opt_param string include A comma separated list of optional data to include.
+ * Optional data available: schema.
+ * @opt_param string where An SQL-like predicate used to filter results.
+ * @opt_param string select A SQL-like projection clause used to specify
+ * returned properties. If this parameter is not included, all properties are
+ * returned.
* @return Google_Service_MapsEngine_FeaturesListResponse
*/
public function listTablesFeatures($id, $optParams = array())
@@ -3223,10 +3187,8 @@ class Google_Service_MapsEngine_TablesFiles_Resource extends Google_Service_Reso
* the Supported data formats and limits article of the Google Maps Engine help
* center. (files.insert)
*
- * @param string $id
- * The ID of the table asset.
- * @param string $filename
- * The file name of this uploaded file.
+ * @param string $id The ID of the table asset.
+ * @param string $filename The file name of this uploaded file.
* @param array $optParams Optional parameters.
*/
public function insert($id, $filename, $optParams = array())
@@ -3250,16 +3212,14 @@ class Google_Service_MapsEngine_TablesParents_Resource extends Google_Service_Re
/**
* Return all parent ids of the specified table. (parents.listTablesParents)
*
- * @param string $id
- * The ID of the table whose parents will be listed.
+ * @param string $id The ID of the table whose parents will be listed.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string maxResults
- * The maximum number of items to include in a single response page. The maximum supported value is
- * 50.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of nextPageToken from the previous response.
+ * @opt_param string maxResults The maximum number of items to include in a
+ * single response page. The maximum supported value is 50.
* @return Google_Service_MapsEngine_ParentsListResponse
*/
public function listTablesParents($id, $optParams = array())
@@ -3284,8 +3244,7 @@ class Google_Service_MapsEngine_TablesPermissions_Resource extends Google_Servic
* Remove permission entries from an already existing asset.
* (permissions.batchDelete)
*
- * @param string $id
- * The ID of the asset from which permissions will be removed.
+ * @param string $id The ID of the asset from which permissions will be removed.
* @param Google_PermissionsBatchDeleteRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchDeleteResponse
@@ -3296,14 +3255,14 @@ public function batchDelete($id, Google_Service_MapsEngine_PermissionsBatchDelet
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params), "Google_Service_MapsEngine_PermissionsBatchDeleteResponse");
}
+
/**
* Add or update permission entries to an already existing asset.
*
* An asset can hold up to 20 different permission entries. Each batchInsert
* request is atomic. (permissions.batchUpdate)
*
- * @param string $id
- * The ID of the asset to which permissions will be added.
+ * @param string $id The ID of the asset to which permissions will be added.
* @param Google_PermissionsBatchUpdateRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsBatchUpdateResponse
@@ -3314,12 +3273,12 @@ public function batchUpdate($id, Google_Service_MapsEngine_PermissionsBatchUpdat
$params = array_merge($params, $optParams);
return $this->call('batchUpdate', array($params), "Google_Service_MapsEngine_PermissionsBatchUpdateResponse");
}
+
/**
* Return all of the permissions for the specified asset.
* (permissions.listTablesPermissions)
*
- * @param string $id
- * The ID of the asset whose permissions will be listed.
+ * @param string $id The ID of the asset whose permissions will be listed.
* @param array $optParams Optional parameters.
* @return Google_Service_MapsEngine_PermissionsListResponse
*/
@@ -3342,11 +3301,11 @@ class Google_Service_MapsEngine_AcquisitionTime extends Google_Model
public $precision;
public $start;
+
public function setEnd($end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -3355,7 +3314,6 @@ public function setPrecision($precision)
{
$this->precision = $precision;
}
-
public function getPrecision()
{
return $this->precision;
@@ -3364,12 +3322,10 @@ public function setStart($start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
}
-
}
class Google_Service_MapsEngine_Asset extends Google_Collection
@@ -3392,11 +3348,11 @@ class Google_Service_MapsEngine_Asset extends Google_Collection
public $type;
public $writersCanEditPermissions;
+
public function setBbox($bbox)
{
$this->bbox = $bbox;
}
-
public function getBbox()
{
return $this->bbox;
@@ -3405,7 +3361,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -3414,7 +3369,6 @@ public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
}
-
public function getCreatorEmail()
{
return $this->creatorEmail;
@@ -3423,7 +3377,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3432,7 +3385,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3441,7 +3393,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3450,7 +3401,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -3459,7 +3409,6 @@ public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
}
-
public function getLastModifierEmail()
{
return $this->lastModifierEmail;
@@ -3468,7 +3417,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3477,7 +3425,6 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
@@ -3486,7 +3433,6 @@ public function setResource($resource)
{
$this->resource = $resource;
}
-
public function getResource()
{
return $this->resource;
@@ -3495,7 +3441,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -3504,7 +3449,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3513,12 +3457,10 @@ public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
}
-
public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
-
}
class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
@@ -3530,11 +3472,11 @@ class Google_Service_MapsEngine_AssetsListResponse extends Google_Collection
protected $assetsDataType = 'array';
public $nextPageToken;
+
public function setAssets($assets)
{
$this->assets = $assets;
}
-
public function getAssets()
{
return $this->assets;
@@ -3543,12 +3485,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_MapsEngine_Border extends Google_Model
@@ -3559,11 +3499,11 @@ class Google_Service_MapsEngine_Border extends Google_Model
public $opacity;
public $width;
+
public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -3572,7 +3512,6 @@ public function setOpacity($opacity)
{
$this->opacity = $opacity;
}
-
public function getOpacity()
{
return $this->opacity;
@@ -3581,12 +3520,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_MapsEngine_Color extends Google_Model
@@ -3596,11 +3533,11 @@ class Google_Service_MapsEngine_Color extends Google_Model
public $color;
public $opacity;
+
public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -3609,12 +3546,10 @@ public function setOpacity($opacity)
{
$this->opacity = $opacity;
}
-
public function getOpacity()
{
return $this->opacity;
}
-
}
class Google_Service_MapsEngine_Datasource extends Google_Model
@@ -3623,16 +3558,15 @@ class Google_Service_MapsEngine_Datasource extends Google_Model
);
public $id;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_MapsEngine_DisplayRule extends Google_Collection
@@ -3652,11 +3586,11 @@ class Google_Service_MapsEngine_DisplayRule extends Google_Collection
protected $zoomLevelsType = 'Google_Service_MapsEngine_ZoomLevels';
protected $zoomLevelsDataType = '';
+
public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -3665,7 +3599,6 @@ public function setLineOptions(Google_Service_MapsEngine_LineStyle $lineOptions)
{
$this->lineOptions = $lineOptions;
}
-
public function getLineOptions()
{
return $this->lineOptions;
@@ -3674,7 +3607,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3683,7 +3615,6 @@ public function setPointOptions(Google_Service_MapsEngine_PointStyle $pointOptio
{
$this->pointOptions = $pointOptions;
}
-
public function getPointOptions()
{
return $this->pointOptions;
@@ -3692,7 +3623,6 @@ public function setPolygonOptions(Google_Service_MapsEngine_PolygonStyle $polygo
{
$this->polygonOptions = $polygonOptions;
}
-
public function getPolygonOptions()
{
return $this->polygonOptions;
@@ -3701,12 +3631,10 @@ public function setZoomLevels(Google_Service_MapsEngine_ZoomLevels $zoomLevels)
{
$this->zoomLevels = $zoomLevels;
}
-
public function getZoomLevels()
{
return $this->zoomLevels;
}
-
}
class Google_Service_MapsEngine_Feature extends Google_Model
@@ -3718,11 +3646,11 @@ class Google_Service_MapsEngine_Feature extends Google_Model
public $properties;
public $type;
+
public function setGeometry(Google_Service_MapsEngine_GeoJsonGeometry $geometry)
{
$this->geometry = $geometry;
}
-
public function getGeometry()
{
return $this->geometry;
@@ -3731,7 +3659,6 @@ public function setProperties($properties)
{
$this->properties = $properties;
}
-
public function getProperties()
{
return $this->properties;
@@ -3740,12 +3667,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_MapsEngine_FeatureInfo extends Google_Model
@@ -3754,16 +3679,15 @@ class Google_Service_MapsEngine_FeatureInfo extends Google_Model
);
public $content;
+
public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
}
-
}
class Google_Service_MapsEngine_FeaturesBatchDeleteRequest extends Google_Collection
@@ -3775,11 +3699,11 @@ class Google_Service_MapsEngine_FeaturesBatchDeleteRequest extends Google_Collec
public $gxIds;
public $primaryKeys;
+
public function setGxIds($gxIds)
{
$this->gxIds = $gxIds;
}
-
public function getGxIds()
{
return $this->gxIds;
@@ -3788,12 +3712,10 @@ public function setPrimaryKeys($primaryKeys)
{
$this->primaryKeys = $primaryKeys;
}
-
public function getPrimaryKeys()
{
return $this->primaryKeys;
}
-
}
class Google_Service_MapsEngine_FeaturesBatchInsertRequest extends Google_Collection
@@ -3805,11 +3727,11 @@ class Google_Service_MapsEngine_FeaturesBatchInsertRequest extends Google_Collec
protected $featuresDataType = 'array';
public $normalizeGeometries;
+
public function setFeatures($features)
{
$this->features = $features;
}
-
public function getFeatures()
{
return $this->features;
@@ -3818,12 +3740,10 @@ public function setNormalizeGeometries($normalizeGeometries)
{
$this->normalizeGeometries = $normalizeGeometries;
}
-
public function getNormalizeGeometries()
{
return $this->normalizeGeometries;
}
-
}
class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collection
@@ -3835,11 +3755,11 @@ class Google_Service_MapsEngine_FeaturesBatchPatchRequest extends Google_Collect
protected $featuresDataType = 'array';
public $normalizeGeometries;
+
public function setFeatures($features)
{
$this->features = $features;
}
-
public function getFeatures()
{
return $this->features;
@@ -3848,12 +3768,10 @@ public function setNormalizeGeometries($normalizeGeometries)
{
$this->normalizeGeometries = $normalizeGeometries;
}
-
public function getNormalizeGeometries()
{
return $this->normalizeGeometries;
}
-
}
class Google_Service_MapsEngine_FeaturesListResponse extends Google_Collection
@@ -3869,11 +3787,11 @@ class Google_Service_MapsEngine_FeaturesListResponse extends Google_Collection
protected $schemaDataType = '';
public $type;
+
public function setAllowedQueriesPerSecond($allowedQueriesPerSecond)
{
$this->allowedQueriesPerSecond = $allowedQueriesPerSecond;
}
-
public function getAllowedQueriesPerSecond()
{
return $this->allowedQueriesPerSecond;
@@ -3882,7 +3800,6 @@ public function setFeatures($features)
{
$this->features = $features;
}
-
public function getFeatures()
{
return $this->features;
@@ -3891,7 +3808,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3900,7 +3816,6 @@ public function setSchema(Google_Service_MapsEngine_Schema $schema)
{
$this->schema = $schema;
}
-
public function getSchema()
{
return $this->schema;
@@ -3909,12 +3824,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_MapsEngine_Filter extends Google_Model
@@ -3925,11 +3838,11 @@ class Google_Service_MapsEngine_Filter extends Google_Model
public $operator;
public $value;
+
public function setColumn($column)
{
$this->column = $column;
}
-
public function getColumn()
{
return $this->column;
@@ -3938,7 +3851,6 @@ public function setOperator($operator)
{
$this->operator = $operator;
}
-
public function getOperator()
{
return $this->operator;
@@ -3947,12 +3859,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_MapsEngine_GeoJsonGeometry extends Google_Model
@@ -3961,16 +3871,15 @@ class Google_Service_MapsEngine_GeoJsonGeometry extends Google_Model
);
public $type;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_MapsEngine_GeoJsonGeometryCollection extends Google_Service_MapsEngine_GeoJsonGeometry
@@ -3980,19 +3889,19 @@ class Google_Service_MapsEngine_GeoJsonGeometryCollection extends Google_Service
);
protected $geometriesType = 'Google_Service_MapsEngine_GeoJsonGeometry';
protected $geometriesDataType = 'array';
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'GeometryCollection';
}
+
public function setGeometries($geometries)
{
$this->geometries = $geometries;
}
-
public function getGeometries()
{
return $this->geometries;
}
-
}
class Google_Service_MapsEngine_GeoJsonLineString extends Google_Service_MapsEngine_GeoJsonGeometry
@@ -4001,19 +3910,19 @@ class Google_Service_MapsEngine_GeoJsonLineString extends Google_Service_MapsEng
protected $internal_gapi_mappings = array(
);
public $coordinates;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'LineString';
}
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
}
-
}
class Google_Service_MapsEngine_GeoJsonMultiLineString extends Google_Service_MapsEngine_GeoJsonGeometry
@@ -4022,19 +3931,19 @@ class Google_Service_MapsEngine_GeoJsonMultiLineString extends Google_Service_Ma
protected $internal_gapi_mappings = array(
);
public $coordinates;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'MultiLineString';
}
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
}
-
}
class Google_Service_MapsEngine_GeoJsonMultiPoint extends Google_Service_MapsEngine_GeoJsonGeometry
@@ -4043,19 +3952,19 @@ class Google_Service_MapsEngine_GeoJsonMultiPoint extends Google_Service_MapsEng
protected $internal_gapi_mappings = array(
);
public $coordinates;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'MultiPoint';
}
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
}
-
}
class Google_Service_MapsEngine_GeoJsonMultiPolygon extends Google_Service_MapsEngine_GeoJsonGeometry
@@ -4064,19 +3973,19 @@ class Google_Service_MapsEngine_GeoJsonMultiPolygon extends Google_Service_MapsE
protected $internal_gapi_mappings = array(
);
public $coordinates;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'MultiPolygon';
}
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
}
-
}
class Google_Service_MapsEngine_GeoJsonPoint extends Google_Service_MapsEngine_GeoJsonGeometry
@@ -4085,19 +3994,19 @@ class Google_Service_MapsEngine_GeoJsonPoint extends Google_Service_MapsEngine_G
protected $internal_gapi_mappings = array(
);
public $coordinates;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'Point';
}
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
}
-
}
class Google_Service_MapsEngine_GeoJsonPolygon extends Google_Service_MapsEngine_GeoJsonGeometry
@@ -4106,27 +4015,23 @@ class Google_Service_MapsEngine_GeoJsonPolygon extends Google_Service_MapsEngine
protected $internal_gapi_mappings = array(
);
public $coordinates;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'Polygon';
}
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
}
-
}
class Google_Service_MapsEngine_GeoJsonProperties extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_MapsEngine_Icon extends Google_Model
@@ -4137,11 +4042,11 @@ class Google_Service_MapsEngine_Icon extends Google_Model
public $id;
public $name;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4150,7 +4055,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4159,12 +4063,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_MapsEngine_IconStyle extends Google_Model
@@ -4178,11 +4080,11 @@ class Google_Service_MapsEngine_IconStyle extends Google_Model
protected $scalingFunctionType = 'Google_Service_MapsEngine_ScalingFunction';
protected $scalingFunctionDataType = '';
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4191,7 +4093,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4200,7 +4101,6 @@ public function setScaledShape(Google_Service_MapsEngine_ScaledShape $scaledShap
{
$this->scaledShape = $scaledShape;
}
-
public function getScaledShape()
{
return $this->scaledShape;
@@ -4209,12 +4109,10 @@ public function setScalingFunction(Google_Service_MapsEngine_ScalingFunction $sc
{
$this->scalingFunction = $scalingFunction;
}
-
public function getScalingFunction()
{
return $this->scalingFunction;
}
-
}
class Google_Service_MapsEngine_IconsListResponse extends Google_Collection
@@ -4226,11 +4124,11 @@ class Google_Service_MapsEngine_IconsListResponse extends Google_Collection
protected $iconsDataType = 'array';
public $nextPageToken;
+
public function setIcons($icons)
{
$this->icons = $icons;
}
-
public function getIcons()
{
return $this->icons;
@@ -4239,12 +4137,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_MapsEngine_LabelStyle extends Google_Model
@@ -4260,11 +4156,11 @@ class Google_Service_MapsEngine_LabelStyle extends Google_Model
protected $outlineDataType = '';
public $size;
+
public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -4273,7 +4169,6 @@ public function setColumn($column)
{
$this->column = $column;
}
-
public function getColumn()
{
return $this->column;
@@ -4282,7 +4177,6 @@ public function setFontStyle($fontStyle)
{
$this->fontStyle = $fontStyle;
}
-
public function getFontStyle()
{
return $this->fontStyle;
@@ -4291,7 +4185,6 @@ public function setFontWeight($fontWeight)
{
$this->fontWeight = $fontWeight;
}
-
public function getFontWeight()
{
return $this->fontWeight;
@@ -4300,7 +4193,6 @@ public function setOpacity($opacity)
{
$this->opacity = $opacity;
}
-
public function getOpacity()
{
return $this->opacity;
@@ -4309,7 +4201,6 @@ public function setOutline(Google_Service_MapsEngine_Color $outline)
{
$this->outline = $outline;
}
-
public function getOutline()
{
return $this->outline;
@@ -4318,12 +4209,10 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
}
-
}
class Google_Service_MapsEngine_Layer extends Google_Collection
@@ -4354,11 +4243,11 @@ class Google_Service_MapsEngine_Layer extends Google_Collection
public $tags;
public $writersCanEditPermissions;
+
public function setBbox($bbox)
{
$this->bbox = $bbox;
}
-
public function getBbox()
{
return $this->bbox;
@@ -4367,7 +4256,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -4376,7 +4264,6 @@ public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
}
-
public function getCreatorEmail()
{
return $this->creatorEmail;
@@ -4385,7 +4272,6 @@ public function setDatasourceType($datasourceType)
{
$this->datasourceType = $datasourceType;
}
-
public function getDatasourceType()
{
return $this->datasourceType;
@@ -4394,7 +4280,6 @@ public function setDatasources(Google_Service_MapsEngine_Datasource $datasources
{
$this->datasources = $datasources;
}
-
public function getDatasources()
{
return $this->datasources;
@@ -4403,7 +4288,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4412,7 +4296,6 @@ public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
}
-
public function getDraftAccessList()
{
return $this->draftAccessList;
@@ -4421,7 +4304,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4430,7 +4312,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4439,7 +4320,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -4448,7 +4328,6 @@ public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
}
-
public function getLastModifierEmail()
{
return $this->lastModifierEmail;
@@ -4457,7 +4336,6 @@ public function setLayerType($layerType)
{
$this->layerType = $layerType;
}
-
public function getLayerType()
{
return $this->layerType;
@@ -4466,7 +4344,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4475,7 +4352,6 @@ public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
}
-
public function getProcessingStatus()
{
return $this->processingStatus;
@@ -4484,7 +4360,6 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
@@ -4493,7 +4368,6 @@ public function setPublishedAccessList($publishedAccessList)
{
$this->publishedAccessList = $publishedAccessList;
}
-
public function getPublishedAccessList()
{
return $this->publishedAccessList;
@@ -4502,7 +4376,6 @@ public function setPublishingStatus($publishingStatus)
{
$this->publishingStatus = $publishingStatus;
}
-
public function getPublishingStatus()
{
return $this->publishingStatus;
@@ -4511,7 +4384,6 @@ public function setStyle(Google_Service_MapsEngine_VectorStyle $style)
{
$this->style = $style;
}
-
public function getStyle()
{
return $this->style;
@@ -4520,7 +4392,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -4529,12 +4400,10 @@ public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
}
-
public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
-
}
class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
@@ -4546,11 +4415,11 @@ class Google_Service_MapsEngine_LayersListResponse extends Google_Collection
protected $layersDataType = 'array';
public $nextPageToken;
+
public function setLayers($layers)
{
$this->layers = $layers;
}
-
public function getLayers()
{
return $this->layers;
@@ -4559,12 +4428,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_MapsEngine_LineStyle extends Google_Collection
@@ -4580,11 +4447,11 @@ class Google_Service_MapsEngine_LineStyle extends Google_Collection
protected $strokeType = 'Google_Service_MapsEngine_LineStyleStroke';
protected $strokeDataType = '';
+
public function setBorder(Google_Service_MapsEngine_Border $border)
{
$this->border = $border;
}
-
public function getBorder()
{
return $this->border;
@@ -4593,7 +4460,6 @@ public function setDash($dash)
{
$this->dash = $dash;
}
-
public function getDash()
{
return $this->dash;
@@ -4602,7 +4468,6 @@ public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
@@ -4611,12 +4476,10 @@ public function setStroke(Google_Service_MapsEngine_LineStyleStroke $stroke)
{
$this->stroke = $stroke;
}
-
public function getStroke()
{
return $this->stroke;
}
-
}
class Google_Service_MapsEngine_LineStyleStroke extends Google_Model
@@ -4627,11 +4490,11 @@ class Google_Service_MapsEngine_LineStyleStroke extends Google_Model
public $opacity;
public $width;
+
public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -4640,7 +4503,6 @@ public function setOpacity($opacity)
{
$this->opacity = $opacity;
}
-
public function getOpacity()
{
return $this->opacity;
@@ -4649,12 +4511,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_MapsEngine_Map extends Google_Collection
@@ -4683,11 +4543,11 @@ class Google_Service_MapsEngine_Map extends Google_Collection
public $versions;
public $writersCanEditPermissions;
+
public function setBbox($bbox)
{
$this->bbox = $bbox;
}
-
public function getBbox()
{
return $this->bbox;
@@ -4696,7 +4556,6 @@ public function setContents(Google_Service_MapsEngine_MapItem $contents)
{
$this->contents = $contents;
}
-
public function getContents()
{
return $this->contents;
@@ -4705,7 +4564,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -4714,7 +4572,6 @@ public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
}
-
public function getCreatorEmail()
{
return $this->creatorEmail;
@@ -4723,7 +4580,6 @@ public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
}
-
public function getDefaultViewport()
{
return $this->defaultViewport;
@@ -4732,7 +4588,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4741,7 +4596,6 @@ public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
}
-
public function getDraftAccessList()
{
return $this->draftAccessList;
@@ -4750,7 +4604,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4759,7 +4612,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4768,7 +4620,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -4777,7 +4628,6 @@ public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
}
-
public function getLastModifierEmail()
{
return $this->lastModifierEmail;
@@ -4786,7 +4636,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4795,7 +4644,6 @@ public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
}
-
public function getProcessingStatus()
{
return $this->processingStatus;
@@ -4804,7 +4652,6 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
@@ -4813,7 +4660,6 @@ public function setPublishedAccessList($publishedAccessList)
{
$this->publishedAccessList = $publishedAccessList;
}
-
public function getPublishedAccessList()
{
return $this->publishedAccessList;
@@ -4822,7 +4668,6 @@ public function setPublishingStatus($publishingStatus)
{
$this->publishingStatus = $publishingStatus;
}
-
public function getPublishingStatus()
{
return $this->publishingStatus;
@@ -4831,7 +4676,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -4840,7 +4684,6 @@ public function setVersions($versions)
{
$this->versions = $versions;
}
-
public function getVersions()
{
return $this->versions;
@@ -4849,12 +4692,10 @@ public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
}
-
public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
-
}
class Google_Service_MapsEngine_MapFolder extends Google_Service_MapsEngine_MapItem
@@ -4869,14 +4710,15 @@ class Google_Service_MapsEngine_MapFolder extends Google_Service_MapsEngine_MapI
public $key;
public $name;
public $visibility;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'folder';
}
+
public function setContents($contents)
{
$this->contents = $contents;
}
-
public function getContents()
{
return $this->contents;
@@ -4885,7 +4727,6 @@ public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
}
-
public function getDefaultViewport()
{
return $this->defaultViewport;
@@ -4894,7 +4735,6 @@ public function setExpandable($expandable)
{
$this->expandable = $expandable;
}
-
public function getExpandable()
{
return $this->expandable;
@@ -4903,7 +4743,6 @@ public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -4912,7 +4751,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4921,12 +4759,10 @@ public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
-
public function getVisibility()
{
return $this->visibility;
}
-
}
class Google_Service_MapsEngine_MapItem extends Google_Model
@@ -4935,16 +4771,15 @@ class Google_Service_MapsEngine_MapItem extends Google_Model
);
public $type;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_MapsEngine_MapKmlLink extends Google_Service_MapsEngine_MapItem
@@ -4956,14 +4791,15 @@ class Google_Service_MapsEngine_MapKmlLink extends Google_Service_MapsEngine_Map
public $kmlUrl;
public $name;
public $visibility;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'kmlLink';
}
+
public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
}
-
public function getDefaultViewport()
{
return $this->defaultViewport;
@@ -4972,7 +4808,6 @@ public function setKmlUrl($kmlUrl)
{
$this->kmlUrl = $kmlUrl;
}
-
public function getKmlUrl()
{
return $this->kmlUrl;
@@ -4981,7 +4816,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4990,12 +4824,10 @@ public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
-
public function getVisibility()
{
return $this->visibility;
}
-
}
class Google_Service_MapsEngine_MapLayer extends Google_Service_MapsEngine_MapItem
@@ -5008,14 +4840,15 @@ class Google_Service_MapsEngine_MapLayer extends Google_Service_MapsEngine_MapIt
public $key;
public $name;
public $visibility;
- protected function gapiInit() {
+ protected function gapiInit()
+ {
$this->type = 'layer';
}
+
public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
}
-
public function getDefaultViewport()
{
return $this->defaultViewport;
@@ -5024,7 +4857,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5033,7 +4865,6 @@ public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -5042,7 +4873,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5051,12 +4881,10 @@ public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
-
public function getVisibility()
{
return $this->visibility;
}
-
}
class Google_Service_MapsEngine_MapsListResponse extends Google_Collection
@@ -5068,11 +4896,11 @@ class Google_Service_MapsEngine_MapsListResponse extends Google_Collection
protected $mapsDataType = 'array';
public $nextPageToken;
+
public function setMaps($maps)
{
$this->maps = $maps;
}
-
public function getMaps()
{
return $this->maps;
@@ -5081,12 +4909,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_MapsEngine_MapsengineFile extends Google_Model
@@ -5097,11 +4923,11 @@ class Google_Service_MapsEngine_MapsengineFile extends Google_Model
public $size;
public $uploadStatus;
+
public function setFilename($filename)
{
$this->filename = $filename;
}
-
public function getFilename()
{
return $this->filename;
@@ -5110,7 +4936,6 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
@@ -5119,12 +4944,10 @@ public function setUploadStatus($uploadStatus)
{
$this->uploadStatus = $uploadStatus;
}
-
public function getUploadStatus()
{
return $this->uploadStatus;
}
-
}
class Google_Service_MapsEngine_Parent extends Google_Model
@@ -5133,16 +4956,15 @@ class Google_Service_MapsEngine_Parent extends Google_Model
);
public $id;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_MapsEngine_ParentsListResponse extends Google_Collection
@@ -5154,11 +4976,11 @@ class Google_Service_MapsEngine_ParentsListResponse extends Google_Collection
protected $parentsType = 'Google_Service_MapsEngine_Parent';
protected $parentsDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -5167,12 +4989,10 @@ public function setParents($parents)
{
$this->parents = $parents;
}
-
public function getParents()
{
return $this->parents;
}
-
}
class Google_Service_MapsEngine_Permission extends Google_Model
@@ -5184,11 +5004,11 @@ class Google_Service_MapsEngine_Permission extends Google_Model
public $role;
public $type;
+
public function setDiscoverable($discoverable)
{
$this->discoverable = $discoverable;
}
-
public function getDiscoverable()
{
return $this->discoverable;
@@ -5197,7 +5017,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5206,7 +5025,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -5215,12 +5033,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_MapsEngine_PermissionsBatchDeleteRequest extends Google_Collection
@@ -5230,24 +5046,19 @@ class Google_Service_MapsEngine_PermissionsBatchDeleteRequest extends Google_Col
);
public $ids;
+
public function setIds($ids)
{
$this->ids = $ids;
}
-
public function getIds()
{
return $this->ids;
}
-
}
class Google_Service_MapsEngine_PermissionsBatchDeleteResponse extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_MapsEngine_PermissionsBatchUpdateRequest extends Google_Collection
@@ -5258,24 +5069,19 @@ class Google_Service_MapsEngine_PermissionsBatchUpdateRequest extends Google_Col
protected $permissionsType = 'Google_Service_MapsEngine_Permission';
protected $permissionsDataType = 'array';
+
public function setPermissions($permissions)
{
$this->permissions = $permissions;
}
-
public function getPermissions()
{
return $this->permissions;
}
-
}
class Google_Service_MapsEngine_PermissionsBatchUpdateResponse extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_MapsEngine_PermissionsListResponse extends Google_Collection
@@ -5286,16 +5092,15 @@ class Google_Service_MapsEngine_PermissionsListResponse extends Google_Collectio
protected $permissionsType = 'Google_Service_MapsEngine_Permission';
protected $permissionsDataType = 'array';
+
public function setPermissions($permissions)
{
$this->permissions = $permissions;
}
-
public function getPermissions()
{
return $this->permissions;
}
-
}
class Google_Service_MapsEngine_PointStyle extends Google_Model
@@ -5307,11 +5112,11 @@ class Google_Service_MapsEngine_PointStyle extends Google_Model
protected $labelType = 'Google_Service_MapsEngine_LabelStyle';
protected $labelDataType = '';
+
public function setIcon(Google_Service_MapsEngine_IconStyle $icon)
{
$this->icon = $icon;
}
-
public function getIcon()
{
return $this->icon;
@@ -5320,12 +5125,10 @@ public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
}
-
}
class Google_Service_MapsEngine_PolygonStyle extends Google_Model
@@ -5339,11 +5142,11 @@ class Google_Service_MapsEngine_PolygonStyle extends Google_Model
protected $strokeType = 'Google_Service_MapsEngine_Border';
protected $strokeDataType = '';
+
public function setFill(Google_Service_MapsEngine_Color $fill)
{
$this->fill = $fill;
}
-
public function getFill()
{
return $this->fill;
@@ -5352,7 +5155,6 @@ public function setLabel(Google_Service_MapsEngine_LabelStyle $label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
@@ -5361,20 +5163,14 @@ public function setStroke(Google_Service_MapsEngine_Border $stroke)
{
$this->stroke = $stroke;
}
-
public function getStroke()
{
return $this->stroke;
}
-
}
class Google_Service_MapsEngine_ProcessResponse extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_MapsEngine_Project extends Google_Model
@@ -5384,11 +5180,11 @@ class Google_Service_MapsEngine_Project extends Google_Model
public $id;
public $name;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5397,12 +5193,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_MapsEngine_ProjectsListResponse extends Google_Collection
@@ -5413,24 +5207,19 @@ class Google_Service_MapsEngine_ProjectsListResponse extends Google_Collection
protected $projectsType = 'Google_Service_MapsEngine_Project';
protected $projectsDataType = 'array';
+
public function setProjects($projects)
{
$this->projects = $projects;
}
-
public function getProjects()
{
return $this->projects;
}
-
}
class Google_Service_MapsEngine_PublishResponse extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_MapsEngine_PublishedLayer extends Google_Model
@@ -5443,11 +5232,11 @@ class Google_Service_MapsEngine_PublishedLayer extends Google_Model
public $name;
public $projectId;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5456,7 +5245,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5465,7 +5253,6 @@ public function setLayerType($layerType)
{
$this->layerType = $layerType;
}
-
public function getLayerType()
{
return $this->layerType;
@@ -5474,7 +5261,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5483,12 +5269,10 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
}
-
}
class Google_Service_MapsEngine_PublishedLayersListResponse extends Google_Collection
@@ -5500,11 +5284,11 @@ class Google_Service_MapsEngine_PublishedLayersListResponse extends Google_Colle
protected $layersDataType = 'array';
public $nextPageToken;
+
public function setLayers($layers)
{
$this->layers = $layers;
}
-
public function getLayers()
{
return $this->layers;
@@ -5513,12 +5297,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_MapsEngine_PublishedMap extends Google_Model
@@ -5533,11 +5315,11 @@ class Google_Service_MapsEngine_PublishedMap extends Google_Model
public $name;
public $projectId;
+
public function setContents(Google_Service_MapsEngine_MapItem $contents)
{
$this->contents = $contents;
}
-
public function getContents()
{
return $this->contents;
@@ -5546,7 +5328,6 @@ public function setDefaultViewport($defaultViewport)
{
$this->defaultViewport = $defaultViewport;
}
-
public function getDefaultViewport()
{
return $this->defaultViewport;
@@ -5555,7 +5336,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5564,7 +5344,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5573,7 +5352,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5582,12 +5360,10 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
}
-
}
class Google_Service_MapsEngine_PublishedMapsListResponse extends Google_Collection
@@ -5599,11 +5375,11 @@ class Google_Service_MapsEngine_PublishedMapsListResponse extends Google_Collect
protected $mapsDataType = 'array';
public $nextPageToken;
+
public function setMaps($maps)
{
$this->maps = $maps;
}
-
public function getMaps()
{
return $this->maps;
@@ -5612,12 +5388,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_MapsEngine_Raster extends Google_Collection
@@ -5647,11 +5421,11 @@ class Google_Service_MapsEngine_Raster extends Google_Collection
public $tags;
public $writersCanEditPermissions;
+
public function setAcquisitionTime(Google_Service_MapsEngine_AcquisitionTime $acquisitionTime)
{
$this->acquisitionTime = $acquisitionTime;
}
-
public function getAcquisitionTime()
{
return $this->acquisitionTime;
@@ -5660,7 +5434,6 @@ public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -5669,7 +5442,6 @@ public function setBbox($bbox)
{
$this->bbox = $bbox;
}
-
public function getBbox()
{
return $this->bbox;
@@ -5678,7 +5450,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -5687,7 +5458,6 @@ public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
}
-
public function getCreatorEmail()
{
return $this->creatorEmail;
@@ -5696,7 +5466,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5705,7 +5474,6 @@ public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
}
-
public function getDraftAccessList()
{
return $this->draftAccessList;
@@ -5714,7 +5482,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5723,7 +5490,6 @@ public function setFiles($files)
{
$this->files = $files;
}
-
public function getFiles()
{
return $this->files;
@@ -5732,7 +5498,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5741,7 +5506,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -5750,7 +5514,6 @@ public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
}
-
public function getLastModifierEmail()
{
return $this->lastModifierEmail;
@@ -5759,7 +5522,6 @@ public function setMaskType($maskType)
{
$this->maskType = $maskType;
}
-
public function getMaskType()
{
return $this->maskType;
@@ -5768,7 +5530,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5777,7 +5538,6 @@ public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
}
-
public function getProcessingStatus()
{
return $this->processingStatus;
@@ -5786,7 +5546,6 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
@@ -5795,7 +5554,6 @@ public function setRasterType($rasterType)
{
$this->rasterType = $rasterType;
}
-
public function getRasterType()
{
return $this->rasterType;
@@ -5804,7 +5562,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -5813,12 +5570,10 @@ public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
}
-
public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
-
}
class Google_Service_MapsEngine_RasterCollection extends Google_Collection
@@ -5844,11 +5599,11 @@ class Google_Service_MapsEngine_RasterCollection extends Google_Collection
public $tags;
public $writersCanEditPermissions;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -5857,7 +5612,6 @@ public function setBbox($bbox)
{
$this->bbox = $bbox;
}
-
public function getBbox()
{
return $this->bbox;
@@ -5866,7 +5620,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -5875,7 +5628,6 @@ public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
}
-
public function getCreatorEmail()
{
return $this->creatorEmail;
@@ -5884,7 +5636,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5893,7 +5644,6 @@ public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
}
-
public function getDraftAccessList()
{
return $this->draftAccessList;
@@ -5902,7 +5652,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5911,7 +5660,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5920,7 +5668,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -5929,7 +5676,6 @@ public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
}
-
public function getLastModifierEmail()
{
return $this->lastModifierEmail;
@@ -5938,7 +5684,6 @@ public function setMosaic($mosaic)
{
$this->mosaic = $mosaic;
}
-
public function getMosaic()
{
return $this->mosaic;
@@ -5947,7 +5692,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5956,7 +5700,6 @@ public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
}
-
public function getProcessingStatus()
{
return $this->processingStatus;
@@ -5965,7 +5708,6 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
@@ -5974,7 +5716,6 @@ public function setRasterType($rasterType)
{
$this->rasterType = $rasterType;
}
-
public function getRasterType()
{
return $this->rasterType;
@@ -5983,7 +5724,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -5992,12 +5732,10 @@ public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
}
-
public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
-
}
class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Collection
@@ -6009,11 +5747,11 @@ class Google_Service_MapsEngine_RasterCollectionsListResponse extends Google_Col
protected $rasterCollectionsType = 'Google_Service_MapsEngine_RasterCollection';
protected $rasterCollectionsDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6022,12 +5760,10 @@ public function setRasterCollections($rasterCollections)
{
$this->rasterCollections = $rasterCollections;
}
-
public function getRasterCollections()
{
return $this->rasterCollections;
}
-
}
class Google_Service_MapsEngine_RasterCollectionsRaster extends Google_Collection
@@ -6045,11 +5781,11 @@ class Google_Service_MapsEngine_RasterCollectionsRaster extends Google_Collectio
public $rasterType;
public $tags;
+
public function setBbox($bbox)
{
$this->bbox = $bbox;
}
-
public function getBbox()
{
return $this->bbox;
@@ -6058,7 +5794,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -6067,7 +5802,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6076,7 +5810,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6085,7 +5818,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -6094,7 +5826,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -6103,7 +5834,6 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
@@ -6112,7 +5842,6 @@ public function setRasterType($rasterType)
{
$this->rasterType = $rasterType;
}
-
public function getRasterType()
{
return $this->rasterType;
@@ -6121,12 +5850,10 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
}
-
}
class Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest extends Google_Collection
@@ -6136,24 +5863,19 @@ class Google_Service_MapsEngine_RasterCollectionsRasterBatchDeleteRequest extend
);
public $ids;
+
public function setIds($ids)
{
$this->ids = $ids;
}
-
public function getIds()
{
return $this->ids;
}
-
}
class Google_Service_MapsEngine_RasterCollectionsRastersBatchDeleteResponse extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest extends Google_Collection
@@ -6163,24 +5885,19 @@ class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertRequest exten
);
public $ids;
+
public function setIds($ids)
{
$this->ids = $ids;
}
-
public function getIds()
{
return $this->ids;
}
-
}
class Google_Service_MapsEngine_RasterCollectionsRastersBatchInsertResponse extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_MapsEngine_RasterCollectionsRastersListResponse extends Google_Collection
@@ -6192,11 +5909,11 @@ class Google_Service_MapsEngine_RasterCollectionsRastersListResponse extends Goo
protected $rastersType = 'Google_Service_MapsEngine_RasterCollectionsRaster';
protected $rastersDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6205,12 +5922,10 @@ public function setRasters($rasters)
{
$this->rasters = $rasters;
}
-
public function getRasters()
{
return $this->rasters;
}
-
}
class Google_Service_MapsEngine_RastersListResponse extends Google_Collection
@@ -6222,11 +5937,11 @@ class Google_Service_MapsEngine_RastersListResponse extends Google_Collection
protected $rastersType = 'Google_Service_MapsEngine_Raster';
protected $rastersDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6235,12 +5950,10 @@ public function setRasters($rasters)
{
$this->rasters = $rasters;
}
-
public function getRasters()
{
return $this->rasters;
}
-
}
class Google_Service_MapsEngine_ScaledShape extends Google_Model
@@ -6253,11 +5966,11 @@ class Google_Service_MapsEngine_ScaledShape extends Google_Model
protected $fillDataType = '';
public $shape;
+
public function setBorder(Google_Service_MapsEngine_Border $border)
{
$this->border = $border;
}
-
public function getBorder()
{
return $this->border;
@@ -6266,7 +5979,6 @@ public function setFill(Google_Service_MapsEngine_Color $fill)
{
$this->fill = $fill;
}
-
public function getFill()
{
return $this->fill;
@@ -6275,12 +5987,10 @@ public function setShape($shape)
{
$this->shape = $shape;
}
-
public function getShape()
{
return $this->shape;
}
-
}
class Google_Service_MapsEngine_ScalingFunction extends Google_Model
@@ -6294,11 +6004,11 @@ class Google_Service_MapsEngine_ScalingFunction extends Google_Model
protected $valueRangeType = 'Google_Service_MapsEngine_ValueRange';
protected $valueRangeDataType = '';
+
public function setColumn($column)
{
$this->column = $column;
}
-
public function getColumn()
{
return $this->column;
@@ -6307,7 +6017,6 @@ public function setScalingType($scalingType)
{
$this->scalingType = $scalingType;
}
-
public function getScalingType()
{
return $this->scalingType;
@@ -6316,7 +6025,6 @@ public function setSizeRange(Google_Service_MapsEngine_SizeRange $sizeRange)
{
$this->sizeRange = $sizeRange;
}
-
public function getSizeRange()
{
return $this->sizeRange;
@@ -6325,12 +6033,10 @@ public function setValueRange(Google_Service_MapsEngine_ValueRange $valueRange)
{
$this->valueRange = $valueRange;
}
-
public function getValueRange()
{
return $this->valueRange;
}
-
}
class Google_Service_MapsEngine_Schema extends Google_Collection
@@ -6343,11 +6049,11 @@ class Google_Service_MapsEngine_Schema extends Google_Collection
public $primaryGeometry;
public $primaryKey;
+
public function setColumns($columns)
{
$this->columns = $columns;
}
-
public function getColumns()
{
return $this->columns;
@@ -6356,7 +6062,6 @@ public function setPrimaryGeometry($primaryGeometry)
{
$this->primaryGeometry = $primaryGeometry;
}
-
public function getPrimaryGeometry()
{
return $this->primaryGeometry;
@@ -6365,12 +6070,10 @@ public function setPrimaryKey($primaryKey)
{
$this->primaryKey = $primaryKey;
}
-
public function getPrimaryKey()
{
return $this->primaryKey;
}
-
}
class Google_Service_MapsEngine_SizeRange extends Google_Model
@@ -6380,11 +6083,11 @@ class Google_Service_MapsEngine_SizeRange extends Google_Model
public $max;
public $min;
+
public function setMax($max)
{
$this->max = $max;
}
-
public function getMax()
{
return $this->max;
@@ -6393,12 +6096,10 @@ public function setMin($min)
{
$this->min = $min;
}
-
public function getMin()
{
return $this->min;
}
-
}
class Google_Service_MapsEngine_Table extends Google_Collection
@@ -6427,11 +6128,11 @@ class Google_Service_MapsEngine_Table extends Google_Collection
public $tags;
public $writersCanEditPermissions;
+
public function setBbox($bbox)
{
$this->bbox = $bbox;
}
-
public function getBbox()
{
return $this->bbox;
@@ -6440,7 +6141,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -6449,7 +6149,6 @@ public function setCreatorEmail($creatorEmail)
{
$this->creatorEmail = $creatorEmail;
}
-
public function getCreatorEmail()
{
return $this->creatorEmail;
@@ -6458,7 +6157,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6467,7 +6165,6 @@ public function setDraftAccessList($draftAccessList)
{
$this->draftAccessList = $draftAccessList;
}
-
public function getDraftAccessList()
{
return $this->draftAccessList;
@@ -6476,7 +6173,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -6485,7 +6181,6 @@ public function setFiles($files)
{
$this->files = $files;
}
-
public function getFiles()
{
return $this->files;
@@ -6494,7 +6189,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6503,7 +6197,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -6512,7 +6205,6 @@ public function setLastModifierEmail($lastModifierEmail)
{
$this->lastModifierEmail = $lastModifierEmail;
}
-
public function getLastModifierEmail()
{
return $this->lastModifierEmail;
@@ -6521,7 +6213,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -6530,7 +6221,6 @@ public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
}
-
public function getProcessingStatus()
{
return $this->processingStatus;
@@ -6539,7 +6229,6 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
@@ -6548,7 +6237,6 @@ public function setPublishedAccessList($publishedAccessList)
{
$this->publishedAccessList = $publishedAccessList;
}
-
public function getPublishedAccessList()
{
return $this->publishedAccessList;
@@ -6557,7 +6245,6 @@ public function setSchema(Google_Service_MapsEngine_Schema $schema)
{
$this->schema = $schema;
}
-
public function getSchema()
{
return $this->schema;
@@ -6566,7 +6253,6 @@ public function setSourceEncoding($sourceEncoding)
{
$this->sourceEncoding = $sourceEncoding;
}
-
public function getSourceEncoding()
{
return $this->sourceEncoding;
@@ -6575,7 +6261,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -6584,12 +6269,10 @@ public function setWritersCanEditPermissions($writersCanEditPermissions)
{
$this->writersCanEditPermissions = $writersCanEditPermissions;
}
-
public function getWritersCanEditPermissions()
{
return $this->writersCanEditPermissions;
}
-
}
class Google_Service_MapsEngine_TableColumn extends Google_Model
@@ -6599,11 +6282,11 @@ class Google_Service_MapsEngine_TableColumn extends Google_Model
public $name;
public $type;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -6612,12 +6295,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_MapsEngine_TablesListResponse extends Google_Collection
@@ -6629,11 +6310,11 @@ class Google_Service_MapsEngine_TablesListResponse extends Google_Collection
protected $tablesType = 'Google_Service_MapsEngine_Table';
protected $tablesDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6642,12 +6323,10 @@ public function setTables($tables)
{
$this->tables = $tables;
}
-
public function getTables()
{
return $this->tables;
}
-
}
class Google_Service_MapsEngine_ValueRange extends Google_Model
@@ -6657,11 +6336,11 @@ class Google_Service_MapsEngine_ValueRange extends Google_Model
public $max;
public $min;
+
public function setMax($max)
{
$this->max = $max;
}
-
public function getMax()
{
return $this->max;
@@ -6670,12 +6349,10 @@ public function setMin($min)
{
$this->min = $min;
}
-
public function getMin()
{
return $this->min;
}
-
}
class Google_Service_MapsEngine_VectorStyle extends Google_Collection
@@ -6689,11 +6366,11 @@ class Google_Service_MapsEngine_VectorStyle extends Google_Collection
protected $featureInfoDataType = '';
public $type;
+
public function setDisplayRules($displayRules)
{
$this->displayRules = $displayRules;
}
-
public function getDisplayRules()
{
return $this->displayRules;
@@ -6702,7 +6379,6 @@ public function setFeatureInfo(Google_Service_MapsEngine_FeatureInfo $featureInf
{
$this->featureInfo = $featureInfo;
}
-
public function getFeatureInfo()
{
return $this->featureInfo;
@@ -6711,12 +6387,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_MapsEngine_ZoomLevels extends Google_Model
@@ -6726,11 +6400,11 @@ class Google_Service_MapsEngine_ZoomLevels extends Google_Model
public $max;
public $min;
+
public function setMax($max)
{
$this->max = $max;
}
-
public function getMax()
{
return $this->max;
@@ -6739,10 +6413,8 @@ public function setMin($min)
{
$this->min = $min;
}
-
public function getMin()
{
return $this->min;
}
-
}
From 8edac91f4772b2e6419d7075a6bb585cc7e138fb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you search for books and manage your Google Books library.
- *
* For more information about this service, see the API
@@ -32,7 +31,8 @@
class Google_Service_Books extends Google_Service
{
/** Manage your books. */
- const BOOKS = "https://www.googleapis.com/auth/books";
+ const BOOKS =
+ "https://www.googleapis.com/auth/books";
public $bookshelves;
public $bookshelves_volumes;
@@ -1319,14 +1319,11 @@ class Google_Service_Books_Bookshelves_Resource extends Google_Service_Resource
* Retrieves metadata for a specific bookshelf for the specified user.
* (bookshelves.get)
*
- * @param string $userId
- * ID of user for whom to retrieve bookshelves.
- * @param string $shelf
- * ID of bookshelf to retrieve.
+ * @param string $userId ID of user for whom to retrieve bookshelves.
+ * @param string $shelf ID of bookshelf to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Bookshelf
*/
public function get($userId, $shelf, $optParams = array())
@@ -1335,16 +1332,15 @@ public function get($userId, $shelf, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Books_Bookshelf");
}
+
/**
* Retrieves a list of public bookshelves for the specified user.
* (bookshelves.listBookshelves)
*
- * @param string $userId
- * ID of user for whom to retrieve bookshelves.
+ * @param string $userId ID of user for whom to retrieve bookshelves.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Bookshelves
*/
public function listBookshelves($userId, $optParams = array())
@@ -1370,20 +1366,16 @@ class Google_Service_Books_BookshelvesVolumes_Resource extends Google_Service_Re
* Retrieves volumes in a specific bookshelf for the specified user.
* (volumes.listBookshelvesVolumes)
*
- * @param string $userId
- * ID of user for whom to retrieve bookshelf volumes.
- * @param string $shelf
- * ID of bookshelf to retrieve volumes.
+ * @param string $userId ID of user for whom to retrieve bookshelf volumes.
+ * @param string $shelf ID of bookshelf to retrieve volumes.
* @param array $optParams Optional parameters.
*
- * @opt_param bool showPreorders
- * Set to true to show pre-ordered books. Defaults to false.
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string startIndex
- * Index of the first element to return (starts at 0)
+ * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults
+ * to false.
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string startIndex Index of the first element to return (starts at
+ * 0)
* @return Google_Service_Books_Volumes
*/
public function listBookshelvesVolumes($userId, $shelf, $optParams = array())
@@ -1411,13 +1403,12 @@ class Google_Service_Books_Cloudloading_Resource extends Google_Service_Resource
* @param array $optParams Optional parameters.
*
* @opt_param string upload_client_token
- *
- * @opt_param string drive_document_id
- * A drive document id. The upload_client_token must not be set.
- * @opt_param string mime_type
- * The document MIME type. It can be set only if the drive_document_id is set.
- * @opt_param string name
- * The document name. It can be set only if the drive_document_id is set.
+ * @opt_param string drive_document_id A drive document id. The
+ * upload_client_token must not be set.
+ * @opt_param string mime_type The document MIME type. It can be set only if the
+ * drive_document_id is set.
+ * @opt_param string name The document name. It can be set only if the
+ * drive_document_id is set.
* @return Google_Service_Books_BooksCloudloadingResource
*/
public function addBook($optParams = array())
@@ -1426,11 +1417,11 @@ public function addBook($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('addBook', array($params), "Google_Service_Books_BooksCloudloadingResource");
}
+
/**
* Remove the book and its contents (cloudloading.deleteBook)
*
- * @param string $volumeId
- * The id of the book to be removed.
+ * @param string $volumeId The id of the book to be removed.
* @param array $optParams Optional parameters.
*/
public function deleteBook($volumeId, $optParams = array())
@@ -1439,6 +1430,7 @@ public function deleteBook($volumeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('deleteBook', array($params));
}
+
/**
* (cloudloading.updateBook)
*
@@ -1468,16 +1460,13 @@ class Google_Service_Books_Layers_Resource extends Google_Service_Resource
/**
* Gets the layer summary for a volume. (layers.get)
*
- * @param string $volumeId
- * The volume to retrieve layers for.
- * @param string $summaryId
- * The ID for the layer to get the summary for.
+ * @param string $volumeId The volume to retrieve layers for.
+ * @param string $summaryId The ID for the layer to get the summary for.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string contentVersion
- * The content version for the requested volume.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string contentVersion The content version for the requested
+ * volume.
* @return Google_Service_Books_Layersummary
*/
public function get($volumeId, $summaryId, $optParams = array())
@@ -1486,21 +1475,19 @@ public function get($volumeId, $summaryId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Books_Layersummary");
}
+
/**
* List the layer summaries for a volume. (layers.listLayers)
*
- * @param string $volumeId
- * The volume to retrieve layers for.
+ * @param string $volumeId The volume to retrieve layers for.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The value of the nextToken from the previous page.
- * @opt_param string contentVersion
- * The content version for the requested volume.
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * page.
+ * @opt_param string contentVersion The content version for the requested
+ * volume.
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Layersummaries
*/
public function listLayers($volumeId, $optParams = array())
@@ -1525,29 +1512,23 @@ class Google_Service_Books_LayersAnnotationData_Resource extends Google_Service_
/**
* Gets the annotation data. (annotationData.get)
*
- * @param string $volumeId
- * The volume to retrieve annotations for.
- * @param string $layerId
- * The ID for the layer to get the annotations.
- * @param string $annotationDataId
- * The ID of the annotation data to retrieve.
- * @param string $contentVersion
- * The content version for the volume you are trying to retrieve.
+ * @param string $volumeId The volume to retrieve annotations for.
+ * @param string $layerId The ID for the layer to get the annotations.
+ * @param string $annotationDataId The ID of the annotation data to retrieve.
+ * @param string $contentVersion The content version for the volume you are
+ * trying to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param int scale
- * The requested scale for the image.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param bool allowWebDefinitions
- * For the dictionary layer. Whether or not to allow web definitions.
- * @opt_param int h
- * The requested pixel height for any images. If height is provided width must also be provided.
- * @opt_param string locale
- * The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex:
- * 'en_US'.
- * @opt_param int w
- * The requested pixel width for any images. If width is provided height must also be provided.
+ * @opt_param int scale The requested scale for the image.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param bool allowWebDefinitions For the dictionary layer. Whether or not
+ * to allow web definitions.
+ * @opt_param int h The requested pixel height for any images. If height is
+ * provided width must also be provided.
+ * @opt_param string locale The locale information for the data. ISO-639-1
+ * language and ISO-3166-1 country code. Ex: 'en_US'.
+ * @opt_param int w The requested pixel width for any images. If width is
+ * provided height must also be provided.
* @return Google_Service_Books_Annotationdata
*/
public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array())
@@ -1556,39 +1537,33 @@ public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $op
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Books_Annotationdata");
}
+
/**
* Gets the annotation data for a volume and layer.
* (annotationData.listLayersAnnotationData)
*
- * @param string $volumeId
- * The volume to retrieve annotation data for.
- * @param string $layerId
- * The ID for the layer to get the annotation data.
- * @param string $contentVersion
- * The content version for the requested volume.
+ * @param string $volumeId The volume to retrieve annotation data for.
+ * @param string $layerId The ID for the layer to get the annotation data.
+ * @param string $contentVersion The content version for the requested volume.
* @param array $optParams Optional parameters.
*
- * @opt_param int scale
- * The requested scale for the image.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string locale
- * The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex:
- * 'en_US'.
- * @opt_param int h
- * The requested pixel height for any images. If height is provided width must also be provided.
- * @opt_param string updatedMax
- * RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string annotationDataId
- * The list of Annotation Data Ids to retrieve. Pagination is ignored if this is set.
- * @opt_param string pageToken
- * The value of the nextToken from the previous page.
- * @opt_param int w
- * The requested pixel width for any images. If width is provided height must also be provided.
- * @opt_param string updatedMin
- * RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
+ * @opt_param int scale The requested scale for the image.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string locale The locale information for the data. ISO-639-1
+ * language and ISO-3166-1 country code. Ex: 'en_US'.
+ * @opt_param int h The requested pixel height for any images. If height is
+ * provided width must also be provided.
+ * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated
+ * prior to this timestamp (exclusive).
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string annotationDataId The list of Annotation Data Ids to
+ * retrieve. Pagination is ignored if this is set.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * page.
+ * @opt_param int w The requested pixel width for any images. If width is
+ * provided height must also be provided.
+ * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated
+ * since this timestamp (inclusive).
* @return Google_Service_Books_Annotationsdata
*/
public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array())
@@ -1612,19 +1587,14 @@ class Google_Service_Books_LayersVolumeAnnotations_Resource extends Google_Servi
/**
* Gets the volume annotation. (volumeAnnotations.get)
*
- * @param string $volumeId
- * The volume to retrieve annotations for.
- * @param string $layerId
- * The ID for the layer to get the annotations.
- * @param string $annotationId
- * The ID of the volume annotation to retrieve.
+ * @param string $volumeId The volume to retrieve annotations for.
+ * @param string $layerId The ID for the layer to get the annotations.
+ * @param string $annotationId The ID of the volume annotation to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex:
- * 'en_US'.
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string locale The locale information for the data. ISO-639-1
+ * language and ISO-3166-1 country code. Ex: 'en_US'.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Volumeannotation
*/
public function get($volumeId, $layerId, $annotationId, $optParams = array())
@@ -1633,44 +1603,35 @@ public function get($volumeId, $layerId, $annotationId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Books_Volumeannotation");
}
+
/**
* Gets the volume annotations for a volume and layer.
* (volumeAnnotations.listLayersVolumeAnnotations)
*
- * @param string $volumeId
- * The volume to retrieve annotations for.
- * @param string $layerId
- * The ID for the layer to get the annotations.
- * @param string $contentVersion
- * The content version for the requested volume.
+ * @param string $volumeId The volume to retrieve annotations for.
+ * @param string $layerId The ID for the layer to get the annotations.
+ * @param string $contentVersion The content version for the requested volume.
* @param array $optParams Optional parameters.
*
- * @opt_param bool showDeleted
- * Set to true to return deleted annotations. updatedMin must be in the request to use this.
- * Defaults to false.
- * @opt_param string volumeAnnotationsVersion
- * The version of the volume annotations that you are requesting.
- * @opt_param string endPosition
- * The end position to end retrieving data from.
- * @opt_param string endOffset
- * The end offset to end retrieving data from.
- * @opt_param string locale
- * The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex:
- * 'en_US'.
- * @opt_param string updatedMin
- * RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
- * @opt_param string updatedMax
- * RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string pageToken
- * The value of the nextToken from the previous page.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string startOffset
- * The start offset to start retrieving data from.
- * @opt_param string startPosition
- * The start position to start retrieving data from.
+ * @opt_param bool showDeleted Set to true to return deleted annotations.
+ * updatedMin must be in the request to use this. Defaults to false.
+ * @opt_param string volumeAnnotationsVersion The version of the volume
+ * annotations that you are requesting.
+ * @opt_param string endPosition The end position to end retrieving data from.
+ * @opt_param string endOffset The end offset to end retrieving data from.
+ * @opt_param string locale The locale information for the data. ISO-639-1
+ * language and ISO-3166-1 country code. Ex: 'en_US'.
+ * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated
+ * since this timestamp (inclusive).
+ * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated
+ * prior to this timestamp (exclusive).
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * page.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string startOffset The start offset to start retrieving data from.
+ * @opt_param string startPosition The start position to start retrieving data
+ * from.
* @return Google_Service_Books_Volumeannotations
*/
public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = array())
@@ -1696,16 +1657,14 @@ class Google_Service_Books_Myconfig_Resource extends Google_Service_Resource
* Release downloaded content access restriction.
* (myconfig.releaseDownloadAccess)
*
- * @param string $volumeIds
- * The volume(s) to release restrictions for.
- * @param string $cpksver
- * The device/version ID from which to release the restriction.
+ * @param string $volumeIds The volume(s) to release restrictions for.
+ * @param string $cpksver The device/version ID from which to release the
+ * restriction.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message
+ * localization, i.e. en_US.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_DownloadAccesses
*/
public function releaseDownloadAccess($volumeIds, $cpksver, $optParams = array())
@@ -1714,23 +1673,22 @@ public function releaseDownloadAccess($volumeIds, $cpksver, $optParams = array()
$params = array_merge($params, $optParams);
return $this->call('releaseDownloadAccess', array($params), "Google_Service_Books_DownloadAccesses");
}
+
/**
* Request concurrent and download access restrictions. (myconfig.requestAccess)
*
- * @param string $source
- * String to identify the originator of this request.
- * @param string $volumeId
- * The volume to request concurrent/download restrictions for.
- * @param string $nonce
- * The client nonce value.
- * @param string $cpksver
- * The device/version ID from which to request the restrictions.
+ * @param string $source String to identify the originator of this request.
+ * @param string $volumeId The volume to request concurrent/download
+ * restrictions for.
+ * @param string $nonce The client nonce value.
+ * @param string $cpksver The device/version ID from which to request the
+ * restrictions.
* @param array $optParams Optional parameters.
*
- * @opt_param string licenseTypes
- * The type of access license to request. If not specified, the default is BOTH.
- * @opt_param string locale
- * ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
+ * @opt_param string licenseTypes The type of access license to request. If not
+ * specified, the default is BOTH.
+ * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message
+ * localization, i.e. en_US.
* @return Google_Service_Books_RequestAccess
*/
public function requestAccess($source, $volumeId, $nonce, $cpksver, $optParams = array())
@@ -1739,26 +1697,25 @@ public function requestAccess($source, $volumeId, $nonce, $cpksver, $optParams =
$params = array_merge($params, $optParams);
return $this->call('requestAccess', array($params), "Google_Service_Books_RequestAccess");
}
+
/**
* Request downloaded content access for specified volumes on the My eBooks
* shelf. (myconfig.syncVolumeLicenses)
*
- * @param string $source
- * String to identify the originator of this request.
- * @param string $nonce
- * The client nonce value.
- * @param string $cpksver
- * The device/version ID from which to release the restriction.
+ * @param string $source String to identify the originator of this request.
+ * @param string $nonce The client nonce value.
+ * @param string $cpksver The device/version ID from which to release the
+ * restriction.
* @param array $optParams Optional parameters.
*
- * @opt_param string features
- * List of features supported by the client, i.e., 'RENTALS'
- * @opt_param string locale
- * ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
- * @opt_param bool showPreorders
- * Set to true to show pre-ordered books. Defaults to false.
- * @opt_param string volumeIds
- * The volume(s) to request download restrictions for.
+ * @opt_param string features List of features supported by the client, i.e.,
+ * 'RENTALS'
+ * @opt_param string locale ISO-639-1, ISO-3166-1 codes for message
+ * localization, i.e. en_US.
+ * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults
+ * to false.
+ * @opt_param string volumeIds The volume(s) to request download restrictions
+ * for.
* @return Google_Service_Books_Volumes
*/
public function syncVolumeLicenses($source, $nonce, $cpksver, $optParams = array())
@@ -1779,7 +1736,6 @@ public function syncVolumeLicenses($source, $nonce, $cpksver, $optParams = array
*/
class Google_Service_Books_Mylibrary_Resource extends Google_Service_Resource
{
-
}
/**
@@ -1796,12 +1752,10 @@ class Google_Service_Books_MylibraryAnnotations_Resource extends Google_Service_
/**
* Deletes an annotation. (annotations.delete)
*
- * @param string $annotationId
- * The ID for the annotation to delete.
+ * @param string $annotationId The ID for the annotation to delete.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
*/
public function delete($annotationId, $optParams = array())
{
@@ -1809,15 +1763,14 @@ public function delete($annotationId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets an annotation by its ID. (annotations.get)
*
- * @param string $annotationId
- * The ID for the annotation to retrieve.
+ * @param string $annotationId The ID for the annotation to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Annotation
*/
public function get($annotationId, $optParams = array())
@@ -1826,16 +1779,16 @@ public function get($annotationId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Books_Annotation");
}
+
/**
* Inserts a new annotation. (annotations.insert)
*
* @param Google_Annotation $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param bool showOnlySummaryInResponse
- * Requests that only the summary of the specified layer be provided in the response.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param bool showOnlySummaryInResponse Requests that only the summary of
+ * the specified layer be provided in the response.
* @return Google_Service_Books_Annotation
*/
public function insert(Google_Service_Books_Annotation $postBody, $optParams = array())
@@ -1844,35 +1797,30 @@ public function insert(Google_Service_Books_Annotation $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Books_Annotation");
}
+
/**
* Retrieves a list of annotations, possibly filtered.
* (annotations.listMylibraryAnnotations)
*
* @param array $optParams Optional parameters.
*
- * @opt_param bool showDeleted
- * Set to true to return deleted annotations. updatedMin must be in the request to use this.
- * Defaults to false.
- * @opt_param string updatedMin
- * RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
- * @opt_param string layerIds
- * The layer ID(s) to limit annotation by.
- * @opt_param string volumeId
- * The volume to restrict annotations to.
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string pageToken
- * The value of the nextToken from the previous page.
- * @opt_param string pageIds
- * The page ID(s) for the volume that is being queried.
- * @opt_param string contentVersion
- * The content version for the requested volume.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string layerId
- * The layer ID to limit annotation by.
- * @opt_param string updatedMax
- * RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
+ * @opt_param bool showDeleted Set to true to return deleted annotations.
+ * updatedMin must be in the request to use this. Defaults to false.
+ * @opt_param string updatedMin RFC 3339 timestamp to restrict to items updated
+ * since this timestamp (inclusive).
+ * @opt_param string layerIds The layer ID(s) to limit annotation by.
+ * @opt_param string volumeId The volume to restrict annotations to.
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * page.
+ * @opt_param string pageIds The page ID(s) for the volume that is being
+ * queried.
+ * @opt_param string contentVersion The content version for the requested
+ * volume.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string layerId The layer ID to limit annotation by.
+ * @opt_param string updatedMax RFC 3339 timestamp to restrict to items updated
+ * prior to this timestamp (exclusive).
* @return Google_Service_Books_Annotations
*/
public function listMylibraryAnnotations($optParams = array())
@@ -1881,13 +1829,12 @@ public function listMylibraryAnnotations($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Books_Annotations");
}
+
/**
* Gets the summary of specified layers. (annotations.summary)
*
- * @param string $layerIds
- * Array of layer IDs to get the summary for.
- * @param string $volumeId
- * Volume id to get the summary for.
+ * @param string $layerIds Array of layer IDs to get the summary for.
+ * @param string $volumeId Volume id to get the summary for.
* @param array $optParams Optional parameters.
* @return Google_Service_Books_AnnotationsSummary
*/
@@ -1897,16 +1844,15 @@ public function summary($layerIds, $volumeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('summary', array($params), "Google_Service_Books_AnnotationsSummary");
}
+
/**
* Updates an existing annotation. (annotations.update)
*
- * @param string $annotationId
- * The ID for the annotation to update.
+ * @param string $annotationId The ID for the annotation to update.
* @param Google_Annotation $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Annotation
*/
public function update($annotationId, Google_Service_Books_Annotation $postBody, $optParams = array())
@@ -1930,14 +1876,11 @@ class Google_Service_Books_MylibraryBookshelves_Resource extends Google_Service_
/**
* Adds a volume to a bookshelf. (bookshelves.addVolume)
*
- * @param string $shelf
- * ID of bookshelf to which to add a volume.
- * @param string $volumeId
- * ID of volume to add.
+ * @param string $shelf ID of bookshelf to which to add a volume.
+ * @param string $volumeId ID of volume to add.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
*/
public function addVolume($shelf, $volumeId, $optParams = array())
{
@@ -1945,15 +1888,14 @@ public function addVolume($shelf, $volumeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('addVolume', array($params));
}
+
/**
* Clears all volumes from a bookshelf. (bookshelves.clearVolumes)
*
- * @param string $shelf
- * ID of bookshelf from which to remove a volume.
+ * @param string $shelf ID of bookshelf from which to remove a volume.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
*/
public function clearVolumes($shelf, $optParams = array())
{
@@ -1961,16 +1903,15 @@ public function clearVolumes($shelf, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('clearVolumes', array($params));
}
+
/**
* Retrieves metadata for a specific bookshelf belonging to the authenticated
* user. (bookshelves.get)
*
- * @param string $shelf
- * ID of bookshelf to retrieve.
+ * @param string $shelf ID of bookshelf to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Bookshelf
*/
public function get($shelf, $optParams = array())
@@ -1979,14 +1920,14 @@ public function get($shelf, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Books_Bookshelf");
}
+
/**
* Retrieves a list of bookshelves belonging to the authenticated user.
* (bookshelves.listMylibraryBookshelves)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Bookshelves
*/
public function listMylibraryBookshelves($optParams = array())
@@ -1995,20 +1936,18 @@ public function listMylibraryBookshelves($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Books_Bookshelves");
}
+
/**
* Moves a volume within a bookshelf. (bookshelves.moveVolume)
*
- * @param string $shelf
- * ID of bookshelf with the volume.
- * @param string $volumeId
- * ID of volume to move.
- * @param int $volumePosition
- * Position on shelf to move the item (0 puts the item before the current first item, 1 puts it
- * between the first and the second and so on.)
+ * @param string $shelf ID of bookshelf with the volume.
+ * @param string $volumeId ID of volume to move.
+ * @param int $volumePosition Position on shelf to move the item (0 puts the
+ * item before the current first item, 1 puts it between the first and the
+ * second and so on.)
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
*/
public function moveVolume($shelf, $volumeId, $volumePosition, $optParams = array())
{
@@ -2016,17 +1955,15 @@ public function moveVolume($shelf, $volumeId, $volumePosition, $optParams = arra
$params = array_merge($params, $optParams);
return $this->call('moveVolume', array($params));
}
+
/**
* Removes a volume from a bookshelf. (bookshelves.removeVolume)
*
- * @param string $shelf
- * ID of bookshelf from which to remove a volume.
- * @param string $volumeId
- * ID of volume to remove.
+ * @param string $shelf ID of bookshelf from which to remove a volume.
+ * @param string $volumeId ID of volume to remove.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string source String to identify the originator of this request.
*/
public function removeVolume($shelf, $volumeId, $optParams = array())
{
@@ -2051,24 +1988,19 @@ class Google_Service_Books_MylibraryBookshelvesVolumes_Resource extends Google_S
* Gets volume information for volumes on a bookshelf.
* (volumes.listMylibraryBookshelvesVolumes)
*
- * @param string $shelf
- * The bookshelf ID or name retrieve volumes for.
+ * @param string $shelf The bookshelf ID or name retrieve volumes for.
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
- * @opt_param string country
- * ISO-3166-1 code to override the IP-based location.
- * @opt_param bool showPreorders
- * Set to true to show pre-ordered books. Defaults to false.
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string q
- * Full-text search query string in this bookshelf.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string startIndex
- * Index of the first element to return (starts at 0)
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
+ * @opt_param string country ISO-3166-1 code to override the IP-based location.
+ * @opt_param bool showPreorders Set to true to show pre-ordered books. Defaults
+ * to false.
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string q Full-text search query string in this bookshelf.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string startIndex Index of the first element to return (starts at
+ * 0)
* @return Google_Service_Books_Volumes
*/
public function listMylibraryBookshelvesVolumes($shelf, $optParams = array())
@@ -2093,14 +2025,13 @@ class Google_Service_Books_MylibraryReadingpositions_Resource extends Google_Ser
* Retrieves my reading position information for a volume.
* (readingpositions.get)
*
- * @param string $volumeId
- * ID of volume for which to retrieve a reading position.
+ * @param string $volumeId ID of volume for which to retrieve a reading
+ * position.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string contentVersion
- * Volume content version for which this reading position is requested.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string contentVersion Volume content version for which this
+ * reading position is requested.
* @return Google_Service_Books_ReadingPosition
*/
public function get($volumeId, $optParams = array())
@@ -2109,26 +2040,24 @@ public function get($volumeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Books_ReadingPosition");
}
+
/**
* Sets my reading position information for a volume.
* (readingpositions.setPosition)
*
- * @param string $volumeId
- * ID of volume for which to update the reading position.
- * @param string $timestamp
- * RFC 3339 UTC format timestamp associated with this reading position.
- * @param string $position
- * Position string for the new volume reading position.
+ * @param string $volumeId ID of volume for which to update the reading
+ * position.
+ * @param string $timestamp RFC 3339 UTC format timestamp associated with this
+ * reading position.
+ * @param string $position Position string for the new volume reading position.
* @param array $optParams Optional parameters.
*
- * @opt_param string deviceCookie
- * Random persistent device cookie optional on set position.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string contentVersion
- * Volume content version for which this reading position applies.
- * @opt_param string action
- * Action that caused this reading position to be set.
+ * @opt_param string deviceCookie Random persistent device cookie optional on
+ * set position.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string contentVersion Volume content version for which this
+ * reading position applies.
+ * @opt_param string action Action that caused this reading position to be set.
*/
public function setPosition($volumeId, $timestamp, $position, $optParams = array())
{
@@ -2154,22 +2083,14 @@ class Google_Service_Books_Promooffer_Resource extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
- * @opt_param string product
- * device product
- * @opt_param string volumeId
- * Volume id to exercise the offer
+ * @opt_param string product device product
+ * @opt_param string volumeId Volume id to exercise the offer
* @opt_param string offerId
- *
- * @opt_param string androidId
- * device android_id
- * @opt_param string device
- * device device
- * @opt_param string model
- * device model
- * @opt_param string serial
- * device serial
- * @opt_param string manufacturer
- * device manufacturer
+ * @opt_param string androidId device android_id
+ * @opt_param string device device device
+ * @opt_param string model device model
+ * @opt_param string serial device serial
+ * @opt_param string manufacturer device manufacturer
*/
public function accept($optParams = array())
{
@@ -2177,25 +2098,19 @@ public function accept($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('accept', array($params));
}
+
/**
* (promooffer.dismiss)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string product
- * device product
- * @opt_param string offerId
- * Offer to dimiss
- * @opt_param string androidId
- * device android_id
- * @opt_param string device
- * device device
- * @opt_param string model
- * device model
- * @opt_param string serial
- * device serial
- * @opt_param string manufacturer
- * device manufacturer
+ * @opt_param string product device product
+ * @opt_param string offerId Offer to dimiss
+ * @opt_param string androidId device android_id
+ * @opt_param string device device device
+ * @opt_param string model device model
+ * @opt_param string serial device serial
+ * @opt_param string manufacturer device manufacturer
*/
public function dismiss($optParams = array())
{
@@ -2203,23 +2118,18 @@ public function dismiss($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('dismiss', array($params));
}
+
/**
* Returns a list of promo offers available to the user (promooffer.get)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string product
- * device product
- * @opt_param string androidId
- * device android_id
- * @opt_param string device
- * device device
- * @opt_param string model
- * device model
- * @opt_param string serial
- * device serial
- * @opt_param string manufacturer
- * device manufacturer
+ * @opt_param string product device product
+ * @opt_param string androidId device android_id
+ * @opt_param string device device device
+ * @opt_param string model device model
+ * @opt_param string serial device serial
+ * @opt_param string manufacturer device manufacturer
* @return Google_Service_Books_Offers
*/
public function get($optParams = array())
@@ -2244,18 +2154,14 @@ class Google_Service_Books_Volumes_Resource extends Google_Service_Resource
/**
* Gets volume information for a single volume. (volumes.get)
*
- * @param string $volumeId
- * ID of volume to retrieve.
+ * @param string $volumeId ID of volume to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string country
- * ISO-3166-1 code to override the IP-based location.
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
- * @opt_param string partner
- * Brand results for partner ID.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string country ISO-3166-1 code to override the IP-based location.
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
+ * @opt_param string partner Brand results for partner ID.
* @return Google_Service_Books_Volume
*/
public function get($volumeId, $optParams = array())
@@ -2264,37 +2170,29 @@ public function get($volumeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Books_Volume");
}
+
/**
* Performs a book search. (volumes.listVolumes)
*
- * @param string $q
- * Full-text search query string.
+ * @param string $q Full-text search query string.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * Sort search results.
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
- * @opt_param string libraryRestrict
- * Restrict search to this user's library.
- * @opt_param string langRestrict
- * Restrict results to books with this language code.
- * @opt_param bool showPreorders
- * Set to true to show books available for preorder. Defaults to false.
- * @opt_param string printType
- * Restrict to books or magazines.
- * @opt_param string maxResults
- * Maximum number of results to return.
- * @opt_param string filter
- * Filter search results.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string startIndex
- * Index of the first result to return (starts at 0)
- * @opt_param string download
- * Restrict to volumes by download availability.
- * @opt_param string partner
- * Restrict and brand results for partner ID.
+ * @opt_param string orderBy Sort search results.
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
+ * @opt_param string libraryRestrict Restrict search to this user's library.
+ * @opt_param string langRestrict Restrict results to books with this language
+ * code.
+ * @opt_param bool showPreorders Set to true to show books available for
+ * preorder. Defaults to false.
+ * @opt_param string printType Restrict to books or magazines.
+ * @opt_param string maxResults Maximum number of results to return.
+ * @opt_param string filter Filter search results.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string startIndex Index of the first result to return (starts at
+ * 0)
+ * @opt_param string download Restrict to volumes by download availability.
+ * @opt_param string partner Restrict and brand results for partner ID.
* @return Google_Service_Books_Volumes
*/
public function listVolumes($q, $optParams = array())
@@ -2319,17 +2217,13 @@ class Google_Service_Books_VolumesAssociated_Resource extends Google_Service_Res
/**
* Return a list of associated books. (associated.listVolumesAssociated)
*
- * @param string $volumeId
- * ID of the source volume.
+ * @param string $volumeId ID of the source volume.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating
- * recommendations.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string association
- * Association type.
+ * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex:
+ * 'en_US'. Used for generating recommendations.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string association Association type.
* @return Google_Service_Books_Volumes
*/
public function listVolumesAssociated($volumeId, $optParams = array())
@@ -2355,19 +2249,16 @@ class Google_Service_Books_VolumesMybooks_Resource extends Google_Service_Resour
*
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * ISO-639-1 language and ISO-3166-1 country code. Ex:'en_US'. Used for generating recommendations.
- * @opt_param string startIndex
- * Index of the first result to return (starts at 0)
- * @opt_param string maxResults
- * Maximum number of results to return.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string acquireMethod
- * How the book was aquired
- * @opt_param string processingState
- * The processing state of the user uploaded volumes to be returned. Applicable only if the
- * UPLOADED is specified in the acquireMethod.
+ * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code.
+ * Ex:'en_US'. Used for generating recommendations.
+ * @opt_param string startIndex Index of the first result to return (starts at
+ * 0)
+ * @opt_param string maxResults Maximum number of results to return.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string acquireMethod How the book was aquired
+ * @opt_param string processingState The processing state of the user uploaded
+ * volumes to be returned. Applicable only if the UPLOADED is specified in the
+ * acquireMethod.
* @return Google_Service_Books_Volumes
*/
public function listVolumesMybooks($optParams = array())
@@ -2394,11 +2285,9 @@ class Google_Service_Books_VolumesRecommended_Resource extends Google_Service_Re
*
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating
- * recommendations.
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex:
+ * 'en_US'. Used for generating recommendations.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Volumes
*/
public function listVolumesRecommended($optParams = array())
@@ -2407,20 +2296,17 @@ public function listVolumesRecommended($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Books_Volumes");
}
+
/**
* Rate a recommended book for the current user. (recommended.rate)
*
- * @param string $rating
- * Rating to be given to the volume.
- * @param string $volumeId
- * ID of the source volume.
+ * @param string $rating Rating to be given to the volume.
+ * @param string $volumeId ID of the source volume.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating
- * recommendations.
- * @opt_param string source
- * String to identify the originator of this request.
+ * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex:
+ * 'en_US'. Used for generating recommendations.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_BooksVolumesRecommendedRateResponse
*/
public function rate($rating, $volumeId, $optParams = array())
@@ -2447,20 +2333,16 @@ class Google_Service_Books_VolumesUseruploaded_Resource extends Google_Service_R
*
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating
- * recommendations.
- * @opt_param string volumeId
- * The ids of the volumes to be returned. If not specified all that match the processingState are
- * returned.
- * @opt_param string maxResults
- * Maximum number of results to return.
- * @opt_param string source
- * String to identify the originator of this request.
- * @opt_param string startIndex
- * Index of the first result to return (starts at 0)
- * @opt_param string processingState
- * The processing state of the user uploaded volumes to be returned.
+ * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code. Ex:
+ * 'en_US'. Used for generating recommendations.
+ * @opt_param string volumeId The ids of the volumes to be returned. If not
+ * specified all that match the processingState are returned.
+ * @opt_param string maxResults Maximum number of results to return.
+ * @opt_param string source String to identify the originator of this request.
+ * @opt_param string startIndex Index of the first result to return (starts at
+ * 0)
+ * @opt_param string processingState The processing state of the user uploaded
+ * volumes to be returned.
* @return Google_Service_Books_Volumes
*/
public function listVolumesUseruploaded($optParams = array())
@@ -2500,11 +2382,11 @@ class Google_Service_Books_Annotation extends Google_Collection
public $updated;
public $volumeId;
+
public function setAfterSelectedText($afterSelectedText)
{
$this->afterSelectedText = $afterSelectedText;
}
-
public function getAfterSelectedText()
{
return $this->afterSelectedText;
@@ -2513,7 +2395,6 @@ public function setBeforeSelectedText($beforeSelectedText)
{
$this->beforeSelectedText = $beforeSelectedText;
}
-
public function getBeforeSelectedText()
{
return $this->beforeSelectedText;
@@ -2522,7 +2403,6 @@ public function setClientVersionRanges(Google_Service_Books_AnnotationClientVers
{
$this->clientVersionRanges = $clientVersionRanges;
}
-
public function getClientVersionRanges()
{
return $this->clientVersionRanges;
@@ -2531,7 +2411,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -2540,7 +2419,6 @@ public function setCurrentVersionRanges(Google_Service_Books_AnnotationCurrentVe
{
$this->currentVersionRanges = $currentVersionRanges;
}
-
public function getCurrentVersionRanges()
{
return $this->currentVersionRanges;
@@ -2549,7 +2427,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -2558,7 +2435,6 @@ public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -2567,7 +2443,6 @@ public function setHighlightStyle($highlightStyle)
{
$this->highlightStyle = $highlightStyle;
}
-
public function getHighlightStyle()
{
return $this->highlightStyle;
@@ -2576,7 +2451,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2585,7 +2459,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2594,7 +2467,6 @@ public function setLayerId($layerId)
{
$this->layerId = $layerId;
}
-
public function getLayerId()
{
return $this->layerId;
@@ -2603,7 +2475,6 @@ public function setLayerSummary(Google_Service_Books_AnnotationLayerSummary $lay
{
$this->layerSummary = $layerSummary;
}
-
public function getLayerSummary()
{
return $this->layerSummary;
@@ -2612,7 +2483,6 @@ public function setPageIds($pageIds)
{
$this->pageIds = $pageIds;
}
-
public function getPageIds()
{
return $this->pageIds;
@@ -2621,7 +2491,6 @@ public function setSelectedText($selectedText)
{
$this->selectedText = $selectedText;
}
-
public function getSelectedText()
{
return $this->selectedText;
@@ -2630,7 +2499,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2639,7 +2507,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -2648,12 +2515,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_AnnotationClientVersionRanges extends Google_Model
@@ -2670,11 +2535,11 @@ class Google_Service_Books_AnnotationClientVersionRanges extends Google_Model
protected $imageCfiRangeType = 'Google_Service_Books_BooksAnnotationsRange';
protected $imageCfiRangeDataType = '';
+
public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange)
{
$this->cfiRange = $cfiRange;
}
-
public function getCfiRange()
{
return $this->cfiRange;
@@ -2683,7 +2548,6 @@ public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
}
-
public function getContentVersion()
{
return $this->contentVersion;
@@ -2692,7 +2556,6 @@ public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbIm
{
$this->gbImageRange = $gbImageRange;
}
-
public function getGbImageRange()
{
return $this->gbImageRange;
@@ -2701,7 +2564,6 @@ public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTex
{
$this->gbTextRange = $gbTextRange;
}
-
public function getGbTextRange()
{
return $this->gbTextRange;
@@ -2710,12 +2572,10 @@ public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $ima
{
$this->imageCfiRange = $imageCfiRange;
}
-
public function getImageCfiRange()
{
return $this->imageCfiRange;
}
-
}
class Google_Service_Books_AnnotationCurrentVersionRanges extends Google_Model
@@ -2732,11 +2592,11 @@ class Google_Service_Books_AnnotationCurrentVersionRanges extends Google_Model
protected $imageCfiRangeType = 'Google_Service_Books_BooksAnnotationsRange';
protected $imageCfiRangeDataType = '';
+
public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange)
{
$this->cfiRange = $cfiRange;
}
-
public function getCfiRange()
{
return $this->cfiRange;
@@ -2745,7 +2605,6 @@ public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
}
-
public function getContentVersion()
{
return $this->contentVersion;
@@ -2754,7 +2613,6 @@ public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbIm
{
$this->gbImageRange = $gbImageRange;
}
-
public function getGbImageRange()
{
return $this->gbImageRange;
@@ -2763,7 +2621,6 @@ public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTex
{
$this->gbTextRange = $gbTextRange;
}
-
public function getGbTextRange()
{
return $this->gbTextRange;
@@ -2772,12 +2629,10 @@ public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $ima
{
$this->imageCfiRange = $imageCfiRange;
}
-
public function getImageCfiRange()
{
return $this->imageCfiRange;
}
-
}
class Google_Service_Books_AnnotationLayerSummary extends Google_Model
@@ -2788,11 +2643,11 @@ class Google_Service_Books_AnnotationLayerSummary extends Google_Model
public $limitType;
public $remainingCharacterCount;
+
public function setAllowedCharacterCount($allowedCharacterCount)
{
$this->allowedCharacterCount = $allowedCharacterCount;
}
-
public function getAllowedCharacterCount()
{
return $this->allowedCharacterCount;
@@ -2801,7 +2656,6 @@ public function setLimitType($limitType)
{
$this->limitType = $limitType;
}
-
public function getLimitType()
{
return $this->limitType;
@@ -2810,12 +2664,10 @@ public function setRemainingCharacterCount($remainingCharacterCount)
{
$this->remainingCharacterCount = $remainingCharacterCount;
}
-
public function getRemainingCharacterCount()
{
return $this->remainingCharacterCount;
}
-
}
class Google_Service_Books_Annotationdata extends Google_Model
@@ -2833,11 +2685,11 @@ class Google_Service_Books_Annotationdata extends Google_Model
public $updated;
public $volumeId;
+
public function setAnnotationType($annotationType)
{
$this->annotationType = $annotationType;
}
-
public function getAnnotationType()
{
return $this->annotationType;
@@ -2846,7 +2698,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -2855,7 +2706,6 @@ public function setEncodedData($encodedData)
{
$this->encodedData = $encodedData;
}
-
public function getEncodedData()
{
return $this->encodedData;
@@ -2864,7 +2714,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2873,7 +2722,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2882,7 +2730,6 @@ public function setLayerId($layerId)
{
$this->layerId = $layerId;
}
-
public function getLayerId()
{
return $this->layerId;
@@ -2891,7 +2738,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2900,7 +2746,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -2909,12 +2754,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_Annotations extends Google_Collection
@@ -2928,11 +2771,11 @@ class Google_Service_Books_Annotations extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2941,7 +2784,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2950,7 +2792,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2959,12 +2800,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Books_AnnotationsSummary extends Google_Collection
@@ -2976,11 +2815,11 @@ class Google_Service_Books_AnnotationsSummary extends Google_Collection
protected $layersType = 'Google_Service_Books_AnnotationsSummaryLayers';
protected $layersDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2989,12 +2828,10 @@ public function setLayers($layers)
{
$this->layers = $layers;
}
-
public function getLayers()
{
return $this->layers;
}
-
}
class Google_Service_Books_AnnotationsSummaryLayers extends Google_Model
@@ -3007,11 +2844,11 @@ class Google_Service_Books_AnnotationsSummaryLayers extends Google_Model
public $remainingCharacterCount;
public $updated;
+
public function setAllowedCharacterCount($allowedCharacterCount)
{
$this->allowedCharacterCount = $allowedCharacterCount;
}
-
public function getAllowedCharacterCount()
{
return $this->allowedCharacterCount;
@@ -3020,7 +2857,6 @@ public function setLayerId($layerId)
{
$this->layerId = $layerId;
}
-
public function getLayerId()
{
return $this->layerId;
@@ -3029,7 +2865,6 @@ public function setLimitType($limitType)
{
$this->limitType = $limitType;
}
-
public function getLimitType()
{
return $this->limitType;
@@ -3038,7 +2873,6 @@ public function setRemainingCharacterCount($remainingCharacterCount)
{
$this->remainingCharacterCount = $remainingCharacterCount;
}
-
public function getRemainingCharacterCount()
{
return $this->remainingCharacterCount;
@@ -3047,12 +2881,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Books_Annotationsdata extends Google_Collection
@@ -3066,11 +2898,11 @@ class Google_Service_Books_Annotationsdata extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3079,7 +2911,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3088,7 +2919,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3097,12 +2927,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Books_BooksAnnotationsRange extends Google_Model
@@ -3114,11 +2942,11 @@ class Google_Service_Books_BooksAnnotationsRange extends Google_Model
public $startOffset;
public $startPosition;
+
public function setEndOffset($endOffset)
{
$this->endOffset = $endOffset;
}
-
public function getEndOffset()
{
return $this->endOffset;
@@ -3127,7 +2955,6 @@ public function setEndPosition($endPosition)
{
$this->endPosition = $endPosition;
}
-
public function getEndPosition()
{
return $this->endPosition;
@@ -3136,7 +2963,6 @@ public function setStartOffset($startOffset)
{
$this->startOffset = $startOffset;
}
-
public function getStartOffset()
{
return $this->startOffset;
@@ -3145,12 +2971,10 @@ public function setStartPosition($startPosition)
{
$this->startPosition = $startPosition;
}
-
public function getStartPosition()
{
return $this->startPosition;
}
-
}
class Google_Service_Books_BooksCloudloadingResource extends Google_Model
@@ -3162,11 +2986,11 @@ class Google_Service_Books_BooksCloudloadingResource extends Google_Model
public $title;
public $volumeId;
+
public function setAuthor($author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -3175,7 +2999,6 @@ public function setProcessingState($processingState)
{
$this->processingState = $processingState;
}
-
public function getProcessingState()
{
return $this->processingState;
@@ -3184,7 +3007,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3193,12 +3015,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_BooksVolumesRecommendedRateResponse extends Google_Model
@@ -3208,16 +3028,15 @@ class Google_Service_Books_BooksVolumesRecommendedRateResponse extends Google_Mo
);
public $consistencyToken;
+
public function setConsistencyToken($consistencyToken)
{
$this->consistencyToken = $consistencyToken;
}
-
public function getConsistencyToken()
{
return $this->consistencyToken;
}
-
}
class Google_Service_Books_Bookshelf extends Google_Model
@@ -3235,11 +3054,11 @@ class Google_Service_Books_Bookshelf extends Google_Model
public $volumeCount;
public $volumesLastUpdated;
+
public function setAccess($access)
{
$this->access = $access;
}
-
public function getAccess()
{
return $this->access;
@@ -3248,7 +3067,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -3257,7 +3075,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3266,7 +3083,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3275,7 +3091,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3284,7 +3099,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -3293,7 +3107,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3302,7 +3115,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -3311,7 +3123,6 @@ public function setVolumeCount($volumeCount)
{
$this->volumeCount = $volumeCount;
}
-
public function getVolumeCount()
{
return $this->volumeCount;
@@ -3320,12 +3131,10 @@ public function setVolumesLastUpdated($volumesLastUpdated)
{
$this->volumesLastUpdated = $volumesLastUpdated;
}
-
public function getVolumesLastUpdated()
{
return $this->volumesLastUpdated;
}
-
}
class Google_Service_Books_Bookshelves extends Google_Collection
@@ -3337,11 +3146,11 @@ class Google_Service_Books_Bookshelves extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3350,12 +3159,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Books_ConcurrentAccessRestriction extends Google_Model
@@ -3374,11 +3181,11 @@ class Google_Service_Books_ConcurrentAccessRestriction extends Google_Model
public $timeWindowSeconds;
public $volumeId;
+
public function setDeviceAllowed($deviceAllowed)
{
$this->deviceAllowed = $deviceAllowed;
}
-
public function getDeviceAllowed()
{
return $this->deviceAllowed;
@@ -3387,7 +3194,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3396,7 +3202,6 @@ public function setMaxConcurrentDevices($maxConcurrentDevices)
{
$this->maxConcurrentDevices = $maxConcurrentDevices;
}
-
public function getMaxConcurrentDevices()
{
return $this->maxConcurrentDevices;
@@ -3405,7 +3210,6 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -3414,7 +3218,6 @@ public function setNonce($nonce)
{
$this->nonce = $nonce;
}
-
public function getNonce()
{
return $this->nonce;
@@ -3423,7 +3226,6 @@ public function setReasonCode($reasonCode)
{
$this->reasonCode = $reasonCode;
}
-
public function getReasonCode()
{
return $this->reasonCode;
@@ -3432,7 +3234,6 @@ public function setRestricted($restricted)
{
$this->restricted = $restricted;
}
-
public function getRestricted()
{
return $this->restricted;
@@ -3441,7 +3242,6 @@ public function setSignature($signature)
{
$this->signature = $signature;
}
-
public function getSignature()
{
return $this->signature;
@@ -3450,7 +3250,6 @@ public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -3459,7 +3258,6 @@ public function setTimeWindowSeconds($timeWindowSeconds)
{
$this->timeWindowSeconds = $timeWindowSeconds;
}
-
public function getTimeWindowSeconds()
{
return $this->timeWindowSeconds;
@@ -3468,12 +3266,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_Dictlayerdata extends Google_Model
@@ -3486,11 +3282,11 @@ class Google_Service_Books_Dictlayerdata extends Google_Model
protected $dictDataType = '';
public $kind;
+
public function setCommon(Google_Service_Books_DictlayerdataCommon $common)
{
$this->common = $common;
}
-
public function getCommon()
{
return $this->common;
@@ -3499,7 +3295,6 @@ public function setDict(Google_Service_Books_DictlayerdataDict $dict)
{
$this->dict = $dict;
}
-
public function getDict()
{
return $this->dict;
@@ -3508,12 +3303,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Books_DictlayerdataCommon extends Google_Model
@@ -3522,16 +3315,15 @@ class Google_Service_Books_DictlayerdataCommon extends Google_Model
);
public $title;
+
public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Books_DictlayerdataDict extends Google_Collection
@@ -3544,11 +3336,11 @@ class Google_Service_Books_DictlayerdataDict extends Google_Collection
protected $wordsType = 'Google_Service_Books_DictlayerdataDictWords';
protected $wordsDataType = 'array';
+
public function setSource(Google_Service_Books_DictlayerdataDictSource $source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -3557,12 +3349,10 @@ public function setWords($words)
{
$this->words = $words;
}
-
public function getWords()
{
return $this->words;
}
-
}
class Google_Service_Books_DictlayerdataDictSource extends Google_Model
@@ -3572,11 +3362,11 @@ class Google_Service_Books_DictlayerdataDictSource extends Google_Model
public $attribution;
public $url;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -3585,12 +3375,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Books_DictlayerdataDictWords extends Google_Collection
@@ -3607,11 +3395,11 @@ class Google_Service_Books_DictlayerdataDictWords extends Google_Collection
protected $sourceType = 'Google_Service_Books_DictlayerdataDictWordsSource';
protected $sourceDataType = '';
+
public function setDerivatives($derivatives)
{
$this->derivatives = $derivatives;
}
-
public function getDerivatives()
{
return $this->derivatives;
@@ -3620,7 +3408,6 @@ public function setExamples($examples)
{
$this->examples = $examples;
}
-
public function getExamples()
{
return $this->examples;
@@ -3629,7 +3416,6 @@ public function setSenses($senses)
{
$this->senses = $senses;
}
-
public function getSenses()
{
return $this->senses;
@@ -3638,12 +3424,10 @@ public function setSource(Google_Service_Books_DictlayerdataDictWordsSource $sou
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsDerivatives extends Google_Model
@@ -3654,11 +3438,11 @@ class Google_Service_Books_DictlayerdataDictWordsDerivatives extends Google_Mode
protected $sourceDataType = '';
public $text;
+
public function setSource(Google_Service_Books_DictlayerdataDictWordsDerivativesSource $source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -3667,12 +3451,10 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsDerivativesSource extends Google_Model
@@ -3682,11 +3464,11 @@ class Google_Service_Books_DictlayerdataDictWordsDerivativesSource extends Googl
public $attribution;
public $url;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -3695,12 +3477,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsExamples extends Google_Model
@@ -3711,11 +3491,11 @@ class Google_Service_Books_DictlayerdataDictWordsExamples extends Google_Model
protected $sourceDataType = '';
public $text;
+
public function setSource(Google_Service_Books_DictlayerdataDictWordsExamplesSource $source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -3724,12 +3504,10 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsExamplesSource extends Google_Model
@@ -3739,11 +3517,11 @@ class Google_Service_Books_DictlayerdataDictWordsExamplesSource extends Google_M
public $attribution;
public $url;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -3752,12 +3530,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSenses extends Google_Collection
@@ -3778,11 +3554,11 @@ class Google_Service_Books_DictlayerdataDictWordsSenses extends Google_Collectio
protected $synonymsType = 'Google_Service_Books_DictlayerdataDictWordsSensesSynonyms';
protected $synonymsDataType = 'array';
+
public function setConjugations($conjugations)
{
$this->conjugations = $conjugations;
}
-
public function getConjugations()
{
return $this->conjugations;
@@ -3791,7 +3567,6 @@ public function setDefinitions($definitions)
{
$this->definitions = $definitions;
}
-
public function getDefinitions()
{
return $this->definitions;
@@ -3800,7 +3575,6 @@ public function setPartOfSpeech($partOfSpeech)
{
$this->partOfSpeech = $partOfSpeech;
}
-
public function getPartOfSpeech()
{
return $this->partOfSpeech;
@@ -3809,7 +3583,6 @@ public function setPronunciation($pronunciation)
{
$this->pronunciation = $pronunciation;
}
-
public function getPronunciation()
{
return $this->pronunciation;
@@ -3818,7 +3591,6 @@ public function setPronunciationUrl($pronunciationUrl)
{
$this->pronunciationUrl = $pronunciationUrl;
}
-
public function getPronunciationUrl()
{
return $this->pronunciationUrl;
@@ -3827,7 +3599,6 @@ public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSourc
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -3836,7 +3607,6 @@ public function setSyllabification($syllabification)
{
$this->syllabification = $syllabification;
}
-
public function getSyllabification()
{
return $this->syllabification;
@@ -3845,12 +3615,10 @@ public function setSynonyms($synonyms)
{
$this->synonyms = $synonyms;
}
-
public function getSynonyms()
{
return $this->synonyms;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSensesConjugations extends Google_Model
@@ -3860,11 +3628,11 @@ class Google_Service_Books_DictlayerdataDictWordsSensesConjugations extends Goog
public $type;
public $value;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3873,12 +3641,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitions extends Google_Collection
@@ -3890,11 +3656,11 @@ class Google_Service_Books_DictlayerdataDictWordsSensesDefinitions extends Googl
protected $examplesType = 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples';
protected $examplesDataType = 'array';
+
public function setDefinition($definition)
{
$this->definition = $definition;
}
-
public function getDefinition()
{
return $this->definition;
@@ -3903,12 +3669,10 @@ public function setExamples($examples)
{
$this->examples = $examples;
}
-
public function getExamples()
{
return $this->examples;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples extends Google_Model
@@ -3919,11 +3683,11 @@ class Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples exten
protected $sourceDataType = '';
public $text;
+
public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource $source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -3932,12 +3696,10 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource extends Google_Model
@@ -3947,11 +3709,11 @@ class Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource
public $attribution;
public $url;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -3960,12 +3722,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSensesSource extends Google_Model
@@ -3975,11 +3735,11 @@ class Google_Service_Books_DictlayerdataDictWordsSensesSource extends Google_Mod
public $attribution;
public $url;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -3988,12 +3748,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSensesSynonyms extends Google_Model
@@ -4004,11 +3762,11 @@ class Google_Service_Books_DictlayerdataDictWordsSensesSynonyms extends Google_M
protected $sourceDataType = '';
public $text;
+
public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource $source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -4017,12 +3775,10 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource extends Google_Model
@@ -4032,11 +3788,11 @@ class Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource extends Go
public $attribution;
public $url;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -4045,12 +3801,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Books_DictlayerdataDictWordsSource extends Google_Model
@@ -4060,11 +3814,11 @@ class Google_Service_Books_DictlayerdataDictWordsSource extends Google_Model
public $attribution;
public $url;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -4073,12 +3827,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Books_DownloadAccessRestriction extends Google_Model
@@ -4098,11 +3850,11 @@ class Google_Service_Books_DownloadAccessRestriction extends Google_Model
public $source;
public $volumeId;
+
public function setDeviceAllowed($deviceAllowed)
{
$this->deviceAllowed = $deviceAllowed;
}
-
public function getDeviceAllowed()
{
return $this->deviceAllowed;
@@ -4111,7 +3863,6 @@ public function setDownloadsAcquired($downloadsAcquired)
{
$this->downloadsAcquired = $downloadsAcquired;
}
-
public function getDownloadsAcquired()
{
return $this->downloadsAcquired;
@@ -4120,7 +3871,6 @@ public function setJustAcquired($justAcquired)
{
$this->justAcquired = $justAcquired;
}
-
public function getJustAcquired()
{
return $this->justAcquired;
@@ -4129,7 +3879,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4138,7 +3887,6 @@ public function setMaxDownloadDevices($maxDownloadDevices)
{
$this->maxDownloadDevices = $maxDownloadDevices;
}
-
public function getMaxDownloadDevices()
{
return $this->maxDownloadDevices;
@@ -4147,7 +3895,6 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -4156,7 +3903,6 @@ public function setNonce($nonce)
{
$this->nonce = $nonce;
}
-
public function getNonce()
{
return $this->nonce;
@@ -4165,7 +3911,6 @@ public function setReasonCode($reasonCode)
{
$this->reasonCode = $reasonCode;
}
-
public function getReasonCode()
{
return $this->reasonCode;
@@ -4174,7 +3919,6 @@ public function setRestricted($restricted)
{
$this->restricted = $restricted;
}
-
public function getRestricted()
{
return $this->restricted;
@@ -4183,7 +3927,6 @@ public function setSignature($signature)
{
$this->signature = $signature;
}
-
public function getSignature()
{
return $this->signature;
@@ -4192,7 +3935,6 @@ public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -4201,12 +3943,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_DownloadAccesses extends Google_Collection
@@ -4218,11 +3958,11 @@ class Google_Service_Books_DownloadAccesses extends Google_Collection
protected $downloadAccessListDataType = 'array';
public $kind;
+
public function setDownloadAccessList($downloadAccessList)
{
$this->downloadAccessList = $downloadAccessList;
}
-
public function getDownloadAccessList()
{
return $this->downloadAccessList;
@@ -4231,12 +3971,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Books_Geolayerdata extends Google_Model
@@ -4249,11 +3987,11 @@ class Google_Service_Books_Geolayerdata extends Google_Model
protected $geoDataType = '';
public $kind;
+
public function setCommon(Google_Service_Books_GeolayerdataCommon $common)
{
$this->common = $common;
}
-
public function getCommon()
{
return $this->common;
@@ -4262,7 +4000,6 @@ public function setGeo(Google_Service_Books_GeolayerdataGeo $geo)
{
$this->geo = $geo;
}
-
public function getGeo()
{
return $this->geo;
@@ -4271,12 +4008,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Books_GeolayerdataCommon extends Google_Model
@@ -4289,11 +4024,11 @@ class Google_Service_Books_GeolayerdataCommon extends Google_Model
public $snippetUrl;
public $title;
+
public function setLang($lang)
{
$this->lang = $lang;
}
-
public function getLang()
{
return $this->lang;
@@ -4302,7 +4037,6 @@ public function setPreviewImageUrl($previewImageUrl)
{
$this->previewImageUrl = $previewImageUrl;
}
-
public function getPreviewImageUrl()
{
return $this->previewImageUrl;
@@ -4311,7 +4045,6 @@ public function setSnippet($snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -4320,7 +4053,6 @@ public function setSnippetUrl($snippetUrl)
{
$this->snippetUrl = $snippetUrl;
}
-
public function getSnippetUrl()
{
return $this->snippetUrl;
@@ -4329,12 +4061,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Books_GeolayerdataGeo extends Google_Collection
@@ -4353,11 +4083,11 @@ class Google_Service_Books_GeolayerdataGeo extends Google_Collection
protected $viewportDataType = '';
public $zoom;
+
public function setBoundary($boundary)
{
$this->boundary = $boundary;
}
-
public function getBoundary()
{
return $this->boundary;
@@ -4366,7 +4096,6 @@ public function setCachePolicy($cachePolicy)
{
$this->cachePolicy = $cachePolicy;
}
-
public function getCachePolicy()
{
return $this->cachePolicy;
@@ -4375,7 +4104,6 @@ public function setCountryCode($countryCode)
{
$this->countryCode = $countryCode;
}
-
public function getCountryCode()
{
return $this->countryCode;
@@ -4384,7 +4112,6 @@ public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -4393,7 +4120,6 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
@@ -4402,7 +4128,6 @@ public function setMapType($mapType)
{
$this->mapType = $mapType;
}
-
public function getMapType()
{
return $this->mapType;
@@ -4411,7 +4136,6 @@ public function setViewport(Google_Service_Books_GeolayerdataGeoViewport $viewpo
{
$this->viewport = $viewport;
}
-
public function getViewport()
{
return $this->viewport;
@@ -4420,12 +4144,10 @@ public function setZoom($zoom)
{
$this->zoom = $zoom;
}
-
public function getZoom()
{
return $this->zoom;
}
-
}
class Google_Service_Books_GeolayerdataGeoBoundary extends Google_Model
@@ -4435,11 +4157,11 @@ class Google_Service_Books_GeolayerdataGeoBoundary extends Google_Model
public $latitude;
public $longitude;
+
public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -4448,12 +4170,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_Books_GeolayerdataGeoViewport extends Google_Model
@@ -4465,11 +4185,11 @@ class Google_Service_Books_GeolayerdataGeoViewport extends Google_Model
protected $loType = 'Google_Service_Books_GeolayerdataGeoViewportLo';
protected $loDataType = '';
+
public function setHi(Google_Service_Books_GeolayerdataGeoViewportHi $hi)
{
$this->hi = $hi;
}
-
public function getHi()
{
return $this->hi;
@@ -4478,12 +4198,10 @@ public function setLo(Google_Service_Books_GeolayerdataGeoViewportLo $lo)
{
$this->lo = $lo;
}
-
public function getLo()
{
return $this->lo;
}
-
}
class Google_Service_Books_GeolayerdataGeoViewportHi extends Google_Model
@@ -4493,11 +4211,11 @@ class Google_Service_Books_GeolayerdataGeoViewportHi extends Google_Model
public $latitude;
public $longitude;
+
public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -4506,12 +4224,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_Books_GeolayerdataGeoViewportLo extends Google_Model
@@ -4521,11 +4237,11 @@ class Google_Service_Books_GeolayerdataGeoViewportLo extends Google_Model
public $latitude;
public $longitude;
+
public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -4534,12 +4250,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_Books_Layersummaries extends Google_Collection
@@ -4552,11 +4266,11 @@ class Google_Service_Books_Layersummaries extends Google_Collection
public $kind;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4565,7 +4279,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4574,12 +4287,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Books_Layersummary extends Google_Collection
@@ -4601,11 +4312,11 @@ class Google_Service_Books_Layersummary extends Google_Collection
public $volumeAnnotationsVersion;
public $volumeId;
+
public function setAnnotationCount($annotationCount)
{
$this->annotationCount = $annotationCount;
}
-
public function getAnnotationCount()
{
return $this->annotationCount;
@@ -4614,7 +4325,6 @@ public function setAnnotationTypes($annotationTypes)
{
$this->annotationTypes = $annotationTypes;
}
-
public function getAnnotationTypes()
{
return $this->annotationTypes;
@@ -4623,7 +4333,6 @@ public function setAnnotationsDataLink($annotationsDataLink)
{
$this->annotationsDataLink = $annotationsDataLink;
}
-
public function getAnnotationsDataLink()
{
return $this->annotationsDataLink;
@@ -4632,7 +4341,6 @@ public function setAnnotationsLink($annotationsLink)
{
$this->annotationsLink = $annotationsLink;
}
-
public function getAnnotationsLink()
{
return $this->annotationsLink;
@@ -4641,7 +4349,6 @@ public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
}
-
public function getContentVersion()
{
return $this->contentVersion;
@@ -4650,7 +4357,6 @@ public function setDataCount($dataCount)
{
$this->dataCount = $dataCount;
}
-
public function getDataCount()
{
return $this->dataCount;
@@ -4659,7 +4365,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4668,7 +4373,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4677,7 +4381,6 @@ public function setLayerId($layerId)
{
$this->layerId = $layerId;
}
-
public function getLayerId()
{
return $this->layerId;
@@ -4686,7 +4389,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -4695,7 +4397,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -4704,7 +4405,6 @@ public function setVolumeAnnotationsVersion($volumeAnnotationsVersion)
{
$this->volumeAnnotationsVersion = $volumeAnnotationsVersion;
}
-
public function getVolumeAnnotationsVersion()
{
return $this->volumeAnnotationsVersion;
@@ -4713,12 +4413,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_Offers extends Google_Collection
@@ -4730,11 +4428,11 @@ class Google_Service_Books_Offers extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4743,12 +4441,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Books_OffersItems extends Google_Collection
@@ -4761,11 +4457,11 @@ class Google_Service_Books_OffersItems extends Google_Collection
protected $itemsType = 'Google_Service_Books_OffersItemsItems';
protected $itemsDataType = 'array';
+
public function setArtUrl($artUrl)
{
$this->artUrl = $artUrl;
}
-
public function getArtUrl()
{
return $this->artUrl;
@@ -4774,7 +4470,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4783,12 +4478,10 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
}
-
}
class Google_Service_Books_OffersItemsItems extends Google_Model
@@ -4802,11 +4495,11 @@ class Google_Service_Books_OffersItemsItems extends Google_Model
public $title;
public $volumeId;
+
public function setAuthor($author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -4815,7 +4508,6 @@ public function setCanonicalVolumeLink($canonicalVolumeLink)
{
$this->canonicalVolumeLink = $canonicalVolumeLink;
}
-
public function getCanonicalVolumeLink()
{
return $this->canonicalVolumeLink;
@@ -4824,7 +4516,6 @@ public function setCoverUrl($coverUrl)
{
$this->coverUrl = $coverUrl;
}
-
public function getCoverUrl()
{
return $this->coverUrl;
@@ -4833,7 +4524,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4842,7 +4532,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -4851,12 +4540,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_ReadingPosition extends Google_Model
@@ -4871,11 +4558,11 @@ class Google_Service_Books_ReadingPosition extends Google_Model
public $updated;
public $volumeId;
+
public function setEpubCfiPosition($epubCfiPosition)
{
$this->epubCfiPosition = $epubCfiPosition;
}
-
public function getEpubCfiPosition()
{
return $this->epubCfiPosition;
@@ -4884,7 +4571,6 @@ public function setGbImagePosition($gbImagePosition)
{
$this->gbImagePosition = $gbImagePosition;
}
-
public function getGbImagePosition()
{
return $this->gbImagePosition;
@@ -4893,7 +4579,6 @@ public function setGbTextPosition($gbTextPosition)
{
$this->gbTextPosition = $gbTextPosition;
}
-
public function getGbTextPosition()
{
return $this->gbTextPosition;
@@ -4902,7 +4587,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4911,7 +4595,6 @@ public function setPdfPosition($pdfPosition)
{
$this->pdfPosition = $pdfPosition;
}
-
public function getPdfPosition()
{
return $this->pdfPosition;
@@ -4920,7 +4603,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -4929,12 +4611,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_RequestAccess extends Google_Model
@@ -4947,11 +4627,11 @@ class Google_Service_Books_RequestAccess extends Google_Model
protected $downloadAccessDataType = '';
public $kind;
+
public function setConcurrentAccess(Google_Service_Books_ConcurrentAccessRestriction $concurrentAccess)
{
$this->concurrentAccess = $concurrentAccess;
}
-
public function getConcurrentAccess()
{
return $this->concurrentAccess;
@@ -4960,7 +4640,6 @@ public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction
{
$this->downloadAccess = $downloadAccess;
}
-
public function getDownloadAccess()
{
return $this->downloadAccess;
@@ -4969,12 +4648,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Books_Review extends Google_Model
@@ -4994,11 +4671,11 @@ class Google_Service_Books_Review extends Google_Model
public $type;
public $volumeId;
+
public function setAuthor(Google_Service_Books_ReviewAuthor $author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -5007,7 +4684,6 @@ public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -5016,7 +4692,6 @@ public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
@@ -5025,7 +4700,6 @@ public function setFullTextUrl($fullTextUrl)
{
$this->fullTextUrl = $fullTextUrl;
}
-
public function getFullTextUrl()
{
return $this->fullTextUrl;
@@ -5034,7 +4708,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5043,7 +4716,6 @@ public function setRating($rating)
{
$this->rating = $rating;
}
-
public function getRating()
{
return $this->rating;
@@ -5052,7 +4724,6 @@ public function setSource(Google_Service_Books_ReviewSource $source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -5061,7 +4732,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -5070,7 +4740,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -5079,12 +4748,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_ReviewAuthor extends Google_Model
@@ -5093,16 +4760,15 @@ class Google_Service_Books_ReviewAuthor extends Google_Model
);
public $displayName;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
}
-
}
class Google_Service_Books_ReviewSource extends Google_Model
@@ -5113,11 +4779,11 @@ class Google_Service_Books_ReviewSource extends Google_Model
public $extraDescription;
public $url;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5126,7 +4792,6 @@ public function setExtraDescription($extraDescription)
{
$this->extraDescription = $extraDescription;
}
-
public function getExtraDescription()
{
return $this->extraDescription;
@@ -5135,12 +4800,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Books_Volume extends Google_Model
@@ -5166,11 +4829,11 @@ class Google_Service_Books_Volume extends Google_Model
protected $volumeInfoType = 'Google_Service_Books_VolumeVolumeInfo';
protected $volumeInfoDataType = '';
+
public function setAccessInfo(Google_Service_Books_VolumeAccessInfo $accessInfo)
{
$this->accessInfo = $accessInfo;
}
-
public function getAccessInfo()
{
return $this->accessInfo;
@@ -5179,7 +4842,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5188,7 +4850,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5197,7 +4858,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5206,7 +4866,6 @@ public function setLayerInfo(Google_Service_Books_VolumeLayerInfo $layerInfo)
{
$this->layerInfo = $layerInfo;
}
-
public function getLayerInfo()
{
return $this->layerInfo;
@@ -5215,7 +4874,6 @@ public function setRecommendedInfo(Google_Service_Books_VolumeRecommendedInfo $r
{
$this->recommendedInfo = $recommendedInfo;
}
-
public function getRecommendedInfo()
{
return $this->recommendedInfo;
@@ -5224,7 +4882,6 @@ public function setSaleInfo(Google_Service_Books_VolumeSaleInfo $saleInfo)
{
$this->saleInfo = $saleInfo;
}
-
public function getSaleInfo()
{
return $this->saleInfo;
@@ -5233,7 +4890,6 @@ public function setSearchInfo(Google_Service_Books_VolumeSearchInfo $searchInfo)
{
$this->searchInfo = $searchInfo;
}
-
public function getSearchInfo()
{
return $this->searchInfo;
@@ -5242,7 +4898,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -5251,7 +4906,6 @@ public function setUserInfo(Google_Service_Books_VolumeUserInfo $userInfo)
{
$this->userInfo = $userInfo;
}
-
public function getUserInfo()
{
return $this->userInfo;
@@ -5260,12 +4914,10 @@ public function setVolumeInfo(Google_Service_Books_VolumeVolumeInfo $volumeInfo)
{
$this->volumeInfo = $volumeInfo;
}
-
public function getVolumeInfo()
{
return $this->volumeInfo;
}
-
}
class Google_Service_Books_VolumeAccessInfo extends Google_Model
@@ -5290,11 +4942,11 @@ class Google_Service_Books_VolumeAccessInfo extends Google_Model
public $viewability;
public $webReaderLink;
+
public function setAccessViewStatus($accessViewStatus)
{
$this->accessViewStatus = $accessViewStatus;
}
-
public function getAccessViewStatus()
{
return $this->accessViewStatus;
@@ -5303,7 +4955,6 @@ public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -5312,7 +4963,6 @@ public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction
{
$this->downloadAccess = $downloadAccess;
}
-
public function getDownloadAccess()
{
return $this->downloadAccess;
@@ -5321,7 +4971,6 @@ public function setDriveImportedContentLink($driveImportedContentLink)
{
$this->driveImportedContentLink = $driveImportedContentLink;
}
-
public function getDriveImportedContentLink()
{
return $this->driveImportedContentLink;
@@ -5330,7 +4979,6 @@ public function setEmbeddable($embeddable)
{
$this->embeddable = $embeddable;
}
-
public function getEmbeddable()
{
return $this->embeddable;
@@ -5339,7 +4987,6 @@ public function setEpub(Google_Service_Books_VolumeAccessInfoEpub $epub)
{
$this->epub = $epub;
}
-
public function getEpub()
{
return $this->epub;
@@ -5348,7 +4995,6 @@ public function setExplicitOfflineLicenseManagement($explicitOfflineLicenseManag
{
$this->explicitOfflineLicenseManagement = $explicitOfflineLicenseManagement;
}
-
public function getExplicitOfflineLicenseManagement()
{
return $this->explicitOfflineLicenseManagement;
@@ -5357,7 +5003,6 @@ public function setPdf(Google_Service_Books_VolumeAccessInfoPdf $pdf)
{
$this->pdf = $pdf;
}
-
public function getPdf()
{
return $this->pdf;
@@ -5366,7 +5011,6 @@ public function setPublicDomain($publicDomain)
{
$this->publicDomain = $publicDomain;
}
-
public function getPublicDomain()
{
return $this->publicDomain;
@@ -5375,7 +5019,6 @@ public function setQuoteSharingAllowed($quoteSharingAllowed)
{
$this->quoteSharingAllowed = $quoteSharingAllowed;
}
-
public function getQuoteSharingAllowed()
{
return $this->quoteSharingAllowed;
@@ -5384,7 +5027,6 @@ public function setTextToSpeechPermission($textToSpeechPermission)
{
$this->textToSpeechPermission = $textToSpeechPermission;
}
-
public function getTextToSpeechPermission()
{
return $this->textToSpeechPermission;
@@ -5393,7 +5035,6 @@ public function setViewOrderUrl($viewOrderUrl)
{
$this->viewOrderUrl = $viewOrderUrl;
}
-
public function getViewOrderUrl()
{
return $this->viewOrderUrl;
@@ -5402,7 +5043,6 @@ public function setViewability($viewability)
{
$this->viewability = $viewability;
}
-
public function getViewability()
{
return $this->viewability;
@@ -5411,12 +5051,10 @@ public function setWebReaderLink($webReaderLink)
{
$this->webReaderLink = $webReaderLink;
}
-
public function getWebReaderLink()
{
return $this->webReaderLink;
}
-
}
class Google_Service_Books_VolumeAccessInfoEpub extends Google_Model
@@ -5427,11 +5065,11 @@ class Google_Service_Books_VolumeAccessInfoEpub extends Google_Model
public $downloadLink;
public $isAvailable;
+
public function setAcsTokenLink($acsTokenLink)
{
$this->acsTokenLink = $acsTokenLink;
}
-
public function getAcsTokenLink()
{
return $this->acsTokenLink;
@@ -5440,7 +5078,6 @@ public function setDownloadLink($downloadLink)
{
$this->downloadLink = $downloadLink;
}
-
public function getDownloadLink()
{
return $this->downloadLink;
@@ -5449,12 +5086,10 @@ public function setIsAvailable($isAvailable)
{
$this->isAvailable = $isAvailable;
}
-
public function getIsAvailable()
{
return $this->isAvailable;
}
-
}
class Google_Service_Books_VolumeAccessInfoPdf extends Google_Model
@@ -5465,11 +5100,11 @@ class Google_Service_Books_VolumeAccessInfoPdf extends Google_Model
public $downloadLink;
public $isAvailable;
+
public function setAcsTokenLink($acsTokenLink)
{
$this->acsTokenLink = $acsTokenLink;
}
-
public function getAcsTokenLink()
{
return $this->acsTokenLink;
@@ -5478,7 +5113,6 @@ public function setDownloadLink($downloadLink)
{
$this->downloadLink = $downloadLink;
}
-
public function getDownloadLink()
{
return $this->downloadLink;
@@ -5487,12 +5121,10 @@ public function setIsAvailable($isAvailable)
{
$this->isAvailable = $isAvailable;
}
-
public function getIsAvailable()
{
return $this->isAvailable;
}
-
}
class Google_Service_Books_VolumeLayerInfo extends Google_Collection
@@ -5503,16 +5135,15 @@ class Google_Service_Books_VolumeLayerInfo extends Google_Collection
protected $layersType = 'Google_Service_Books_VolumeLayerInfoLayers';
protected $layersDataType = 'array';
+
public function setLayers($layers)
{
$this->layers = $layers;
}
-
public function getLayers()
{
return $this->layers;
}
-
}
class Google_Service_Books_VolumeLayerInfoLayers extends Google_Model
@@ -5522,11 +5153,11 @@ class Google_Service_Books_VolumeLayerInfoLayers extends Google_Model
public $layerId;
public $volumeAnnotationsVersion;
+
public function setLayerId($layerId)
{
$this->layerId = $layerId;
}
-
public function getLayerId()
{
return $this->layerId;
@@ -5535,12 +5166,10 @@ public function setVolumeAnnotationsVersion($volumeAnnotationsVersion)
{
$this->volumeAnnotationsVersion = $volumeAnnotationsVersion;
}
-
public function getVolumeAnnotationsVersion()
{
return $this->volumeAnnotationsVersion;
}
-
}
class Google_Service_Books_VolumeRecommendedInfo extends Google_Model
@@ -5549,16 +5178,15 @@ class Google_Service_Books_VolumeRecommendedInfo extends Google_Model
);
public $explanation;
+
public function setExplanation($explanation)
{
$this->explanation = $explanation;
}
-
public function getExplanation()
{
return $this->explanation;
}
-
}
class Google_Service_Books_VolumeSaleInfo extends Google_Collection
@@ -5578,11 +5206,11 @@ class Google_Service_Books_VolumeSaleInfo extends Google_Collection
protected $retailPriceDataType = '';
public $saleability;
+
public function setBuyLink($buyLink)
{
$this->buyLink = $buyLink;
}
-
public function getBuyLink()
{
return $this->buyLink;
@@ -5591,7 +5219,6 @@ public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -5600,7 +5227,6 @@ public function setIsEbook($isEbook)
{
$this->isEbook = $isEbook;
}
-
public function getIsEbook()
{
return $this->isEbook;
@@ -5609,7 +5235,6 @@ public function setListPrice(Google_Service_Books_VolumeSaleInfoListPrice $listP
{
$this->listPrice = $listPrice;
}
-
public function getListPrice()
{
return $this->listPrice;
@@ -5618,7 +5243,6 @@ public function setOffers($offers)
{
$this->offers = $offers;
}
-
public function getOffers()
{
return $this->offers;
@@ -5627,7 +5251,6 @@ public function setOnSaleDate($onSaleDate)
{
$this->onSaleDate = $onSaleDate;
}
-
public function getOnSaleDate()
{
return $this->onSaleDate;
@@ -5636,7 +5259,6 @@ public function setRetailPrice(Google_Service_Books_VolumeSaleInfoRetailPrice $r
{
$this->retailPrice = $retailPrice;
}
-
public function getRetailPrice()
{
return $this->retailPrice;
@@ -5645,12 +5267,10 @@ public function setSaleability($saleability)
{
$this->saleability = $saleability;
}
-
public function getSaleability()
{
return $this->saleability;
}
-
}
class Google_Service_Books_VolumeSaleInfoListPrice extends Google_Model
@@ -5660,11 +5280,11 @@ class Google_Service_Books_VolumeSaleInfoListPrice extends Google_Model
public $amount;
public $currencyCode;
+
public function setAmount($amount)
{
$this->amount = $amount;
}
-
public function getAmount()
{
return $this->amount;
@@ -5673,12 +5293,10 @@ public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
-
public function getCurrencyCode()
{
return $this->currencyCode;
}
-
}
class Google_Service_Books_VolumeSaleInfoOffers extends Google_Model
@@ -5693,11 +5311,11 @@ class Google_Service_Books_VolumeSaleInfoOffers extends Google_Model
protected $retailPriceType = 'Google_Service_Books_VolumeSaleInfoOffersRetailPrice';
protected $retailPriceDataType = '';
+
public function setFinskyOfferType($finskyOfferType)
{
$this->finskyOfferType = $finskyOfferType;
}
-
public function getFinskyOfferType()
{
return $this->finskyOfferType;
@@ -5706,7 +5324,6 @@ public function setListPrice(Google_Service_Books_VolumeSaleInfoOffersListPrice
{
$this->listPrice = $listPrice;
}
-
public function getListPrice()
{
return $this->listPrice;
@@ -5715,7 +5332,6 @@ public function setRentalDuration(Google_Service_Books_VolumeSaleInfoOffersRenta
{
$this->rentalDuration = $rentalDuration;
}
-
public function getRentalDuration()
{
return $this->rentalDuration;
@@ -5724,12 +5340,10 @@ public function setRetailPrice(Google_Service_Books_VolumeSaleInfoOffersRetailPr
{
$this->retailPrice = $retailPrice;
}
-
public function getRetailPrice()
{
return $this->retailPrice;
}
-
}
class Google_Service_Books_VolumeSaleInfoOffersListPrice extends Google_Model
@@ -5739,11 +5353,11 @@ class Google_Service_Books_VolumeSaleInfoOffersListPrice extends Google_Model
public $amountInMicros;
public $currencyCode;
+
public function setAmountInMicros($amountInMicros)
{
$this->amountInMicros = $amountInMicros;
}
-
public function getAmountInMicros()
{
return $this->amountInMicros;
@@ -5752,12 +5366,10 @@ public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
-
public function getCurrencyCode()
{
return $this->currencyCode;
}
-
}
class Google_Service_Books_VolumeSaleInfoOffersRentalDuration extends Google_Model
@@ -5767,11 +5379,11 @@ class Google_Service_Books_VolumeSaleInfoOffersRentalDuration extends Google_Mod
public $count;
public $unit;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -5780,12 +5392,10 @@ public function setUnit($unit)
{
$this->unit = $unit;
}
-
public function getUnit()
{
return $this->unit;
}
-
}
class Google_Service_Books_VolumeSaleInfoOffersRetailPrice extends Google_Model
@@ -5795,11 +5405,11 @@ class Google_Service_Books_VolumeSaleInfoOffersRetailPrice extends Google_Model
public $amountInMicros;
public $currencyCode;
+
public function setAmountInMicros($amountInMicros)
{
$this->amountInMicros = $amountInMicros;
}
-
public function getAmountInMicros()
{
return $this->amountInMicros;
@@ -5808,12 +5418,10 @@ public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
-
public function getCurrencyCode()
{
return $this->currencyCode;
}
-
}
class Google_Service_Books_VolumeSaleInfoRetailPrice extends Google_Model
@@ -5823,11 +5431,11 @@ class Google_Service_Books_VolumeSaleInfoRetailPrice extends Google_Model
public $amount;
public $currencyCode;
+
public function setAmount($amount)
{
$this->amount = $amount;
}
-
public function getAmount()
{
return $this->amount;
@@ -5836,12 +5444,10 @@ public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
-
public function getCurrencyCode()
{
return $this->currencyCode;
}
-
}
class Google_Service_Books_VolumeSearchInfo extends Google_Model
@@ -5850,16 +5456,15 @@ class Google_Service_Books_VolumeSearchInfo extends Google_Model
);
public $textSnippet;
+
public function setTextSnippet($textSnippet)
{
$this->textSnippet = $textSnippet;
}
-
public function getTextSnippet()
{
return $this->textSnippet;
}
-
}
class Google_Service_Books_VolumeUserInfo extends Google_Model
@@ -5883,11 +5488,11 @@ class Google_Service_Books_VolumeUserInfo extends Google_Model
protected $userUploadedVolumeInfoType = 'Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo';
protected $userUploadedVolumeInfoDataType = '';
+
public function setCopy(Google_Service_Books_VolumeUserInfoCopy $copy)
{
$this->copy = $copy;
}
-
public function getCopy()
{
return $this->copy;
@@ -5896,7 +5501,6 @@ public function setIsInMyBooks($isInMyBooks)
{
$this->isInMyBooks = $isInMyBooks;
}
-
public function getIsInMyBooks()
{
return $this->isInMyBooks;
@@ -5905,7 +5509,6 @@ public function setIsPreordered($isPreordered)
{
$this->isPreordered = $isPreordered;
}
-
public function getIsPreordered()
{
return $this->isPreordered;
@@ -5914,7 +5517,6 @@ public function setIsPurchased($isPurchased)
{
$this->isPurchased = $isPurchased;
}
-
public function getIsPurchased()
{
return $this->isPurchased;
@@ -5923,7 +5525,6 @@ public function setIsUploaded($isUploaded)
{
$this->isUploaded = $isUploaded;
}
-
public function getIsUploaded()
{
return $this->isUploaded;
@@ -5932,7 +5533,6 @@ public function setReadingPosition(Google_Service_Books_ReadingPosition $reading
{
$this->readingPosition = $readingPosition;
}
-
public function getReadingPosition()
{
return $this->readingPosition;
@@ -5941,7 +5541,6 @@ public function setRentalPeriod(Google_Service_Books_VolumeUserInfoRentalPeriod
{
$this->rentalPeriod = $rentalPeriod;
}
-
public function getRentalPeriod()
{
return $this->rentalPeriod;
@@ -5950,7 +5549,6 @@ public function setRentalState($rentalState)
{
$this->rentalState = $rentalState;
}
-
public function getRentalState()
{
return $this->rentalState;
@@ -5959,7 +5557,6 @@ public function setReview(Google_Service_Books_Review $review)
{
$this->review = $review;
}
-
public function getReview()
{
return $this->review;
@@ -5968,7 +5565,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -5977,12 +5573,10 @@ public function setUserUploadedVolumeInfo(Google_Service_Books_VolumeUserInfoUse
{
$this->userUploadedVolumeInfo = $userUploadedVolumeInfo;
}
-
public function getUserUploadedVolumeInfo()
{
return $this->userUploadedVolumeInfo;
}
-
}
class Google_Service_Books_VolumeUserInfoCopy extends Google_Model
@@ -5994,11 +5588,11 @@ class Google_Service_Books_VolumeUserInfoCopy extends Google_Model
public $remainingCharacterCount;
public $updated;
+
public function setAllowedCharacterCount($allowedCharacterCount)
{
$this->allowedCharacterCount = $allowedCharacterCount;
}
-
public function getAllowedCharacterCount()
{
return $this->allowedCharacterCount;
@@ -6007,7 +5601,6 @@ public function setLimitType($limitType)
{
$this->limitType = $limitType;
}
-
public function getLimitType()
{
return $this->limitType;
@@ -6016,7 +5609,6 @@ public function setRemainingCharacterCount($remainingCharacterCount)
{
$this->remainingCharacterCount = $remainingCharacterCount;
}
-
public function getRemainingCharacterCount()
{
return $this->remainingCharacterCount;
@@ -6025,12 +5617,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Books_VolumeUserInfoRentalPeriod extends Google_Model
@@ -6040,11 +5630,11 @@ class Google_Service_Books_VolumeUserInfoRentalPeriod extends Google_Model
public $endUtcSec;
public $startUtcSec;
+
public function setEndUtcSec($endUtcSec)
{
$this->endUtcSec = $endUtcSec;
}
-
public function getEndUtcSec()
{
return $this->endUtcSec;
@@ -6053,12 +5643,10 @@ public function setStartUtcSec($startUtcSec)
{
$this->startUtcSec = $startUtcSec;
}
-
public function getStartUtcSec()
{
return $this->startUtcSec;
}
-
}
class Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo extends Google_Model
@@ -6067,16 +5655,15 @@ class Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo extends Google_M
);
public $processingState;
+
public function setProcessingState($processingState)
{
$this->processingState = $processingState;
}
-
public function getProcessingState()
{
return $this->processingState;
}
-
}
class Google_Service_Books_VolumeVolumeInfo extends Google_Collection
@@ -6110,11 +5697,11 @@ class Google_Service_Books_VolumeVolumeInfo extends Google_Collection
public $subtitle;
public $title;
+
public function setAuthors($authors)
{
$this->authors = $authors;
}
-
public function getAuthors()
{
return $this->authors;
@@ -6123,7 +5710,6 @@ public function setAverageRating($averageRating)
{
$this->averageRating = $averageRating;
}
-
public function getAverageRating()
{
return $this->averageRating;
@@ -6132,7 +5718,6 @@ public function setCanonicalVolumeLink($canonicalVolumeLink)
{
$this->canonicalVolumeLink = $canonicalVolumeLink;
}
-
public function getCanonicalVolumeLink()
{
return $this->canonicalVolumeLink;
@@ -6141,7 +5726,6 @@ public function setCategories($categories)
{
$this->categories = $categories;
}
-
public function getCategories()
{
return $this->categories;
@@ -6150,7 +5734,6 @@ public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
}
-
public function getContentVersion()
{
return $this->contentVersion;
@@ -6159,7 +5742,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6168,7 +5750,6 @@ public function setDimensions(Google_Service_Books_VolumeVolumeInfoDimensions $d
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -6177,7 +5758,6 @@ public function setImageLinks(Google_Service_Books_VolumeVolumeInfoImageLinks $i
{
$this->imageLinks = $imageLinks;
}
-
public function getImageLinks()
{
return $this->imageLinks;
@@ -6186,7 +5766,6 @@ public function setIndustryIdentifiers($industryIdentifiers)
{
$this->industryIdentifiers = $industryIdentifiers;
}
-
public function getIndustryIdentifiers()
{
return $this->industryIdentifiers;
@@ -6195,7 +5774,6 @@ public function setInfoLink($infoLink)
{
$this->infoLink = $infoLink;
}
-
public function getInfoLink()
{
return $this->infoLink;
@@ -6204,7 +5782,6 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -6213,7 +5790,6 @@ public function setMainCategory($mainCategory)
{
$this->mainCategory = $mainCategory;
}
-
public function getMainCategory()
{
return $this->mainCategory;
@@ -6222,7 +5798,6 @@ public function setPageCount($pageCount)
{
$this->pageCount = $pageCount;
}
-
public function getPageCount()
{
return $this->pageCount;
@@ -6231,7 +5806,6 @@ public function setPreviewLink($previewLink)
{
$this->previewLink = $previewLink;
}
-
public function getPreviewLink()
{
return $this->previewLink;
@@ -6240,7 +5814,6 @@ public function setPrintType($printType)
{
$this->printType = $printType;
}
-
public function getPrintType()
{
return $this->printType;
@@ -6249,7 +5822,6 @@ public function setPrintedPageCount($printedPageCount)
{
$this->printedPageCount = $printedPageCount;
}
-
public function getPrintedPageCount()
{
return $this->printedPageCount;
@@ -6258,7 +5830,6 @@ public function setPublishedDate($publishedDate)
{
$this->publishedDate = $publishedDate;
}
-
public function getPublishedDate()
{
return $this->publishedDate;
@@ -6267,7 +5838,6 @@ public function setPublisher($publisher)
{
$this->publisher = $publisher;
}
-
public function getPublisher()
{
return $this->publisher;
@@ -6276,7 +5846,6 @@ public function setRatingsCount($ratingsCount)
{
$this->ratingsCount = $ratingsCount;
}
-
public function getRatingsCount()
{
return $this->ratingsCount;
@@ -6285,7 +5854,6 @@ public function setReadingModes($readingModes)
{
$this->readingModes = $readingModes;
}
-
public function getReadingModes()
{
return $this->readingModes;
@@ -6294,7 +5862,6 @@ public function setSubtitle($subtitle)
{
$this->subtitle = $subtitle;
}
-
public function getSubtitle()
{
return $this->subtitle;
@@ -6303,12 +5870,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Books_VolumeVolumeInfoDimensions extends Google_Model
@@ -6319,11 +5884,11 @@ class Google_Service_Books_VolumeVolumeInfoDimensions extends Google_Model
public $thickness;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -6332,7 +5897,6 @@ public function setThickness($thickness)
{
$this->thickness = $thickness;
}
-
public function getThickness()
{
return $this->thickness;
@@ -6341,12 +5905,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Books_VolumeVolumeInfoImageLinks extends Google_Model
@@ -6360,11 +5922,11 @@ class Google_Service_Books_VolumeVolumeInfoImageLinks extends Google_Model
public $smallThumbnail;
public $thumbnail;
+
public function setExtraLarge($extraLarge)
{
$this->extraLarge = $extraLarge;
}
-
public function getExtraLarge()
{
return $this->extraLarge;
@@ -6373,7 +5935,6 @@ public function setLarge($large)
{
$this->large = $large;
}
-
public function getLarge()
{
return $this->large;
@@ -6382,7 +5943,6 @@ public function setMedium($medium)
{
$this->medium = $medium;
}
-
public function getMedium()
{
return $this->medium;
@@ -6391,7 +5951,6 @@ public function setSmall($small)
{
$this->small = $small;
}
-
public function getSmall()
{
return $this->small;
@@ -6400,7 +5959,6 @@ public function setSmallThumbnail($smallThumbnail)
{
$this->smallThumbnail = $smallThumbnail;
}
-
public function getSmallThumbnail()
{
return $this->smallThumbnail;
@@ -6409,12 +5967,10 @@ public function setThumbnail($thumbnail)
{
$this->thumbnail = $thumbnail;
}
-
public function getThumbnail()
{
return $this->thumbnail;
}
-
}
class Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers extends Google_Model
@@ -6424,11 +5980,11 @@ class Google_Service_Books_VolumeVolumeInfoIndustryIdentifiers extends Google_Mo
public $identifier;
public $type;
+
public function setIdentifier($identifier)
{
$this->identifier = $identifier;
}
-
public function getIdentifier()
{
return $this->identifier;
@@ -6437,12 +5993,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Books_Volumeannotation extends Google_Collection
@@ -6466,11 +6020,11 @@ class Google_Service_Books_Volumeannotation extends Google_Collection
public $updated;
public $volumeId;
+
public function setAnnotationDataId($annotationDataId)
{
$this->annotationDataId = $annotationDataId;
}
-
public function getAnnotationDataId()
{
return $this->annotationDataId;
@@ -6479,7 +6033,6 @@ public function setAnnotationDataLink($annotationDataLink)
{
$this->annotationDataLink = $annotationDataLink;
}
-
public function getAnnotationDataLink()
{
return $this->annotationDataLink;
@@ -6488,7 +6041,6 @@ public function setAnnotationType($annotationType)
{
$this->annotationType = $annotationType;
}
-
public function getAnnotationType()
{
return $this->annotationType;
@@ -6497,7 +6049,6 @@ public function setContentRanges(Google_Service_Books_VolumeannotationContentRan
{
$this->contentRanges = $contentRanges;
}
-
public function getContentRanges()
{
return $this->contentRanges;
@@ -6506,7 +6057,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -6515,7 +6065,6 @@ public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -6524,7 +6073,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6533,7 +6081,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6542,7 +6089,6 @@ public function setLayerId($layerId)
{
$this->layerId = $layerId;
}
-
public function getLayerId()
{
return $this->layerId;
@@ -6551,7 +6097,6 @@ public function setPageIds($pageIds)
{
$this->pageIds = $pageIds;
}
-
public function getPageIds()
{
return $this->pageIds;
@@ -6560,7 +6105,6 @@ public function setSelectedText($selectedText)
{
$this->selectedText = $selectedText;
}
-
public function getSelectedText()
{
return $this->selectedText;
@@ -6569,7 +6113,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -6578,7 +6121,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -6587,12 +6129,10 @@ public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
-
public function getVolumeId()
{
return $this->volumeId;
}
-
}
class Google_Service_Books_VolumeannotationContentRanges extends Google_Model
@@ -6607,11 +6147,11 @@ class Google_Service_Books_VolumeannotationContentRanges extends Google_Model
protected $gbTextRangeType = 'Google_Service_Books_BooksAnnotationsRange';
protected $gbTextRangeDataType = '';
+
public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange)
{
$this->cfiRange = $cfiRange;
}
-
public function getCfiRange()
{
return $this->cfiRange;
@@ -6620,7 +6160,6 @@ public function setContentVersion($contentVersion)
{
$this->contentVersion = $contentVersion;
}
-
public function getContentVersion()
{
return $this->contentVersion;
@@ -6629,7 +6168,6 @@ public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbIm
{
$this->gbImageRange = $gbImageRange;
}
-
public function getGbImageRange()
{
return $this->gbImageRange;
@@ -6638,12 +6176,10 @@ public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTex
{
$this->gbTextRange = $gbTextRange;
}
-
public function getGbTextRange()
{
return $this->gbTextRange;
}
-
}
class Google_Service_Books_Volumeannotations extends Google_Collection
@@ -6658,11 +6194,11 @@ class Google_Service_Books_Volumeannotations extends Google_Collection
public $totalItems;
public $version;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6671,7 +6207,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6680,7 +6215,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6689,7 +6223,6 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
@@ -6698,12 +6231,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Books_Volumes extends Google_Collection
@@ -6716,11 +6247,11 @@ class Google_Service_Books_Volumes extends Google_Collection
public $kind;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6729,7 +6260,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6738,10 +6268,8 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
From cfba4054ad1688e2420f544e7587bda2409e2766 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google Container Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.
- *
* For more information about this service, see the API
@@ -32,7 +32,8 @@
class Google_Service_Container extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
public $projects_clusters;
public $projects_operations;
@@ -231,7 +232,6 @@ public function __construct(Google_Client $client)
*/
class Google_Service_Container_Projects_Resource extends Google_Service_Resource
{
-
}
/**
@@ -249,8 +249,8 @@ class Google_Service_Container_ProjectsClusters_Resource extends Google_Service_
* Lists all clusters owned by a project across all zones.
* (clusters.listProjectsClusters)
*
- * @param string $projectId
- * The Google Developers Console project ID or project number.
+ * @param string $projectId The Google Developers Console project ID or project
+ * number.
* @param array $optParams Optional parameters.
* @return Google_Service_Container_ListAggregatedClustersResponse
*/
@@ -276,8 +276,8 @@ class Google_Service_Container_ProjectsOperations_Resource extends Google_Servic
* Lists all operations in a project, across all zones.
* (operations.listProjectsOperations)
*
- * @param string $projectId
- * The Google Developers Console project ID or project number.
+ * @param string $projectId The Google Developers Console project ID or project
+ * number.
* @param array $optParams Optional parameters.
* @return Google_Service_Container_ListAggregatedOperationsResponse
*/
@@ -298,7 +298,6 @@ public function listProjectsOperations($projectId, $optParams = array())
*/
class Google_Service_Container_ProjectsZones_Resource extends Google_Service_Resource
{
-
}
/**
@@ -326,10 +325,10 @@ class Google_Service_Container_ProjectsZonesClusters_Resource extends Google_Ser
* Finally, a route named k8s-iproute-10-xx-0-0 is created to track that the
* cluster's 10.xx.0.0/16 CIDR has been assigned. (clusters.create)
*
- * @param string $projectId
- * The Google Developers Console project ID or project number.
- * @param string $zoneId
- * The name of the Google Compute Engine zone in which the cluster resides.
+ * @param string $projectId The Google Developers Console project ID or project
+ * number.
+ * @param string $zoneId The name of the Google Compute Engine zone in which the
+ * cluster resides.
* @param Google_CreateClusterRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Container_Operation
@@ -340,18 +339,18 @@ public function create($projectId, $zoneId, Google_Service_Container_CreateClust
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Container_Operation");
}
+
/**
* Deletes the cluster, including the Kubernetes master and all worker nodes.
*
* Firewalls and routes that were configured at cluster creation are also
* deleted. (clusters.delete)
*
- * @param string $projectId
- * The Google Developers Console project ID or project number.
- * @param string $zoneId
- * The name of the Google Compute Engine zone in which the cluster resides.
- * @param string $clusterId
- * The name of the cluster to delete.
+ * @param string $projectId The Google Developers Console project ID or project
+ * number.
+ * @param string $zoneId The name of the Google Compute Engine zone in which the
+ * cluster resides.
+ * @param string $clusterId The name of the cluster to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Container_Operation
*/
@@ -361,15 +360,15 @@ public function delete($projectId, $zoneId, $clusterId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Container_Operation");
}
+
/**
* Gets a specific cluster. (clusters.get)
*
- * @param string $projectId
- * The Google Developers Console project ID or project number.
- * @param string $zoneId
- * The name of the Google Compute Engine zone in which the cluster resides.
- * @param string $clusterId
- * The name of the cluster to retrieve.
+ * @param string $projectId The Google Developers Console project ID or project
+ * number.
+ * @param string $zoneId The name of the Google Compute Engine zone in which the
+ * cluster resides.
+ * @param string $clusterId The name of the cluster to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_Container_Cluster
*/
@@ -379,14 +378,15 @@ public function get($projectId, $zoneId, $clusterId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Container_Cluster");
}
+
/**
* Lists all clusters owned by a project in the specified zone.
* (clusters.listProjectsZonesClusters)
*
- * @param string $projectId
- * The Google Developers Console project ID or project number.
- * @param string $zoneId
- * The name of the Google Compute Engine zone in which the cluster resides.
+ * @param string $projectId The Google Developers Console project ID or project
+ * number.
+ * @param string $zoneId The name of the Google Compute Engine zone in which the
+ * cluster resides.
* @param array $optParams Optional parameters.
* @return Google_Service_Container_ListClustersResponse
*/
@@ -411,13 +411,12 @@ class Google_Service_Container_ProjectsZonesOperations_Resource extends Google_S
/**
* Gets the specified operation. (operations.get)
*
- * @param string $projectId
- * The Google Developers Console project ID or project number.
- * @param string $zoneId
- * The name of the Google Compute Engine zone in which the operation resides. This is always the
- * same zone as the cluster with which the operation is associated.
- * @param string $operationId
- * The server-assigned name of the operation.
+ * @param string $projectId The Google Developers Console project ID or project
+ * number.
+ * @param string $zoneId The name of the Google Compute Engine zone in which the
+ * operation resides. This is always the same zone as the cluster with which the
+ * operation is associated.
+ * @param string $operationId The server-assigned name of the operation.
* @param array $optParams Optional parameters.
* @return Google_Service_Container_Operation
*/
@@ -427,14 +426,15 @@ public function get($projectId, $zoneId, $operationId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Container_Operation");
}
+
/**
* Lists all operations in a project in a specific zone.
* (operations.listProjectsZonesOperations)
*
- * @param string $projectId
- * The Google Developers Console project ID or project number.
- * @param string $zoneId
- * The name of the Google Compute Engine zone to return operations for.
+ * @param string $projectId The Google Developers Console project ID or project
+ * number.
+ * @param string $zoneId The name of the Google Compute Engine zone to return
+ * operations for.
* @param array $optParams Optional parameters.
* @return Google_Service_Container_ListOperationsResponse
*/
@@ -470,11 +470,11 @@ class Google_Service_Container_Cluster extends Google_Model
public $statusMessage;
public $zone;
+
public function setClusterApiVersion($clusterApiVersion)
{
$this->clusterApiVersion = $clusterApiVersion;
}
-
public function getClusterApiVersion()
{
return $this->clusterApiVersion;
@@ -483,7 +483,6 @@ public function setContainerIpv4Cidr($containerIpv4Cidr)
{
$this->containerIpv4Cidr = $containerIpv4Cidr;
}
-
public function getContainerIpv4Cidr()
{
return $this->containerIpv4Cidr;
@@ -492,7 +491,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -501,7 +499,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -510,7 +507,6 @@ public function setEndpoint($endpoint)
{
$this->endpoint = $endpoint;
}
-
public function getEndpoint()
{
return $this->endpoint;
@@ -519,7 +515,6 @@ public function setMasterAuth(Google_Service_Container_MasterAuth $masterAuth)
{
$this->masterAuth = $masterAuth;
}
-
public function getMasterAuth()
{
return $this->masterAuth;
@@ -528,7 +523,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -537,7 +531,6 @@ public function setNodeConfig(Google_Service_Container_NodeConfig $nodeConfig)
{
$this->nodeConfig = $nodeConfig;
}
-
public function getNodeConfig()
{
return $this->nodeConfig;
@@ -546,7 +539,6 @@ public function setNodeRoutingPrefixSize($nodeRoutingPrefixSize)
{
$this->nodeRoutingPrefixSize = $nodeRoutingPrefixSize;
}
-
public function getNodeRoutingPrefixSize()
{
return $this->nodeRoutingPrefixSize;
@@ -555,7 +547,6 @@ public function setNumNodes($numNodes)
{
$this->numNodes = $numNodes;
}
-
public function getNumNodes()
{
return $this->numNodes;
@@ -564,7 +555,6 @@ public function setServicesIpv4Cidr($servicesIpv4Cidr)
{
$this->servicesIpv4Cidr = $servicesIpv4Cidr;
}
-
public function getServicesIpv4Cidr()
{
return $this->servicesIpv4Cidr;
@@ -573,7 +563,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -582,7 +571,6 @@ public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
}
-
public function getStatusMessage()
{
return $this->statusMessage;
@@ -591,12 +579,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Container_CreateClusterRequest extends Google_Model
@@ -606,16 +592,15 @@ class Google_Service_Container_CreateClusterRequest extends Google_Model
protected $clusterType = 'Google_Service_Container_Cluster';
protected $clusterDataType = '';
+
public function setCluster(Google_Service_Container_Cluster $cluster)
{
$this->cluster = $cluster;
}
-
public function getCluster()
{
return $this->cluster;
}
-
}
class Google_Service_Container_ListAggregatedClustersResponse extends Google_Collection
@@ -626,16 +611,15 @@ class Google_Service_Container_ListAggregatedClustersResponse extends Google_Col
protected $clustersType = 'Google_Service_Container_Cluster';
protected $clustersDataType = 'array';
+
public function setClusters($clusters)
{
$this->clusters = $clusters;
}
-
public function getClusters()
{
return $this->clusters;
}
-
}
class Google_Service_Container_ListAggregatedOperationsResponse extends Google_Collection
@@ -646,16 +630,15 @@ class Google_Service_Container_ListAggregatedOperationsResponse extends Google_C
protected $operationsType = 'Google_Service_Container_Operation';
protected $operationsDataType = 'array';
+
public function setOperations($operations)
{
$this->operations = $operations;
}
-
public function getOperations()
{
return $this->operations;
}
-
}
class Google_Service_Container_ListClustersResponse extends Google_Collection
@@ -666,16 +649,15 @@ class Google_Service_Container_ListClustersResponse extends Google_Collection
protected $clustersType = 'Google_Service_Container_Cluster';
protected $clustersDataType = 'array';
+
public function setClusters($clusters)
{
$this->clusters = $clusters;
}
-
public function getClusters()
{
return $this->clusters;
}
-
}
class Google_Service_Container_ListOperationsResponse extends Google_Collection
@@ -686,16 +668,15 @@ class Google_Service_Container_ListOperationsResponse extends Google_Collection
protected $operationsType = 'Google_Service_Container_Operation';
protected $operationsDataType = 'array';
+
public function setOperations($operations)
{
$this->operations = $operations;
}
-
public function getOperations()
{
return $this->operations;
}
-
}
class Google_Service_Container_MasterAuth extends Google_Model
@@ -705,11 +686,11 @@ class Google_Service_Container_MasterAuth extends Google_Model
public $password;
public $user;
+
public function setPassword($password)
{
$this->password = $password;
}
-
public function getPassword()
{
return $this->password;
@@ -718,12 +699,10 @@ public function setUser($user)
{
$this->user = $user;
}
-
public function getUser()
{
return $this->user;
}
-
}
class Google_Service_Container_NodeConfig extends Google_Model
@@ -733,11 +712,11 @@ class Google_Service_Container_NodeConfig extends Google_Model
public $machineType;
public $sourceImage;
+
public function setMachineType($machineType)
{
$this->machineType = $machineType;
}
-
public function getMachineType()
{
return $this->machineType;
@@ -746,12 +725,10 @@ public function setSourceImage($sourceImage)
{
$this->sourceImage = $sourceImage;
}
-
public function getSourceImage()
{
return $this->sourceImage;
}
-
}
class Google_Service_Container_Operation extends Google_Model
@@ -765,11 +742,11 @@ class Google_Service_Container_Operation extends Google_Model
public $target;
public $zone;
+
public function setErrorMessage($errorMessage)
{
$this->errorMessage = $errorMessage;
}
-
public function getErrorMessage()
{
return $this->errorMessage;
@@ -778,7 +755,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -787,7 +763,6 @@ public function setOperationType($operationType)
{
$this->operationType = $operationType;
}
-
public function getOperationType()
{
return $this->operationType;
@@ -796,7 +771,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -805,7 +779,6 @@ public function setTarget($target)
{
$this->target = $target;
}
-
public function getTarget()
{
return $this->target;
@@ -814,10 +787,8 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
From adc77a894e9fa21eb1b0dd9de1ec965b8cf21dd3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google Compute Engine Instance Group Updater API provides services for updating groups of Compute Engine Instances.
- *
* For more information about this service, see the API
@@ -32,11 +32,14 @@
class Google_Service_Replicapoolupdater extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** View and manage replica pools. */
- const REPLICAPOOL = "https://www.googleapis.com/auth/replicapool";
+ const REPLICAPOOL =
+ "https://www.googleapis.com/auth/replicapool";
/** View replica pools. */
- const REPLICAPOOL_READONLY = "https://www.googleapis.com/auth/replicapool.readonly";
+ const REPLICAPOOL_READONLY =
+ "https://www.googleapis.com/auth/replicapool.readonly";
public $updates;
@@ -255,14 +258,11 @@ class Google_Service_Replicapoolupdater_Updates_Resource extends Google_Service_
* Called on the particular Update endpoint. Cancels the update in state PAUSED.
* No-op if invoked in state CANCELLED. (updates.cancel)
*
- * @param string $project
- * Project ID for this request.
- * @param string $zone
- * Zone for the instance group manager.
- * @param string $instanceGroupManager
- * Name of the instance group manager for this request.
- * @param string $update
- * Unique (in the context of a group) handle of an update.
+ * @param string $project Project ID for this request.
+ * @param string $zone Zone for the instance group manager.
+ * @param string $instanceGroupManager Name of the instance group manager for
+ * this request.
+ * @param string $update Unique (in the context of a group) handle of an update.
* @param array $optParams Optional parameters.
*/
public function cancel($project, $zone, $instanceGroupManager, $update, $optParams = array())
@@ -271,18 +271,16 @@ public function cancel($project, $zone, $instanceGroupManager, $update, $optPara
$params = array_merge($params, $optParams);
return $this->call('cancel', array($params));
}
+
/**
* Called on the particular Update endpoint. Returns the Update resource.
* (updates.get)
*
- * @param string $project
- * Project ID for this request.
- * @param string $zone
- * Zone for the instance group manager.
- * @param string $instanceGroupManager
- * Name of the instance group manager for this request.
- * @param string $update
- * Unique (in the context of a group) handle of an update.
+ * @param string $project Project ID for this request.
+ * @param string $zone Zone for the instance group manager.
+ * @param string $instanceGroupManager Name of the instance group manager for
+ * this request.
+ * @param string $update Unique (in the context of a group) handle of an update.
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapoolupdater_Update
*/
@@ -292,16 +290,15 @@ public function get($project, $zone, $instanceGroupManager, $update, $optParams
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Replicapoolupdater_Update");
}
+
/**
* Called on the collection endpoint. Inserts the new Update resource and starts
* the update. (updates.insert)
*
- * @param string $project
- * Project ID for this request.
- * @param string $zone
- * Zone for the instance group manager.
- * @param string $instanceGroupManager
- * Name of the instance group manager for this request.
+ * @param string $project Project ID for this request.
+ * @param string $zone Zone for the instance group manager.
+ * @param string $instanceGroupManager Name of the instance group manager for
+ * this request.
* @param Google_Update $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapoolupdater_InsertResponse
@@ -312,25 +309,23 @@ public function insert($project, $zone, $instanceGroupManager, Google_Service_Re
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Replicapoolupdater_InsertResponse");
}
+
/**
* Called on the collection endpoint. Lists updates for a given instance group,
* in reverse chronological order. Pagination is supported, see
* ListRequestHeader. (updates.listUpdates)
*
- * @param string $project
- * Project ID for this request.
- * @param string $zone
- * Zone for the instance group manager.
- * @param string $instanceGroupManager
- * Name of the instance group manager for this request.
+ * @param string $project Project ID for this request.
+ * @param string $zone Zone for the instance group manager.
+ * @param string $instanceGroupManager Name of the instance group manager for
+ * this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Set this to the nextPageToken value returned by a previous list request to obtain the next page
- * of results from the previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 1 to 100, inclusive. (Default:
- * 50)
+ * @opt_param string pageToken Set this to the nextPageToken value returned by a
+ * previous list request to obtain the next page of results from the previous
+ * list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 1 to 100, inclusive. (Default: 50)
* @return Google_Service_Replicapoolupdater_UpdateList
*/
public function listUpdates($project, $zone, $instanceGroupManager, $optParams = array())
@@ -339,19 +334,17 @@ public function listUpdates($project, $zone, $instanceGroupManager, $optParams =
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Replicapoolupdater_UpdateList");
}
+
/**
* Called on the particular Update endpoint. Pauses the update in state from {
* ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state PAUSED.
* (updates.pause)
*
- * @param string $project
- * Project ID for this request.
- * @param string $zone
- * Zone for the instance group manager.
- * @param string $instanceGroupManager
- * Name of the instance group manager for this request.
- * @param string $update
- * Unique (in the context of a group) handle of an update.
+ * @param string $project Project ID for this request.
+ * @param string $zone Zone for the instance group manager.
+ * @param string $instanceGroupManager Name of the instance group manager for
+ * this request.
+ * @param string $update Unique (in the context of a group) handle of an update.
* @param array $optParams Optional parameters.
*/
public function pause($project, $zone, $instanceGroupManager, $update, $optParams = array())
@@ -360,19 +353,17 @@ public function pause($project, $zone, $instanceGroupManager, $update, $optParam
$params = array_merge($params, $optParams);
return $this->call('pause', array($params));
}
+
/**
* Called on the particular Update endpoint. Rolls back the update in state from
* { ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state
* ROLLED_BACK. (updates.rollback)
*
- * @param string $project
- * Project ID for this request.
- * @param string $zone
- * Zone for the instance group manager.
- * @param string $instanceGroupManager
- * Name of the instance group manager for this request.
- * @param string $update
- * Unique (in the context of a group) handle of an update.
+ * @param string $project Project ID for this request.
+ * @param string $zone Zone for the instance group manager.
+ * @param string $instanceGroupManager Name of the instance group manager for
+ * this request.
+ * @param string $update Unique (in the context of a group) handle of an update.
* @param array $optParams Optional parameters.
*/
public function rollback($project, $zone, $instanceGroupManager, $update, $optParams = array())
@@ -381,19 +372,17 @@ public function rollback($project, $zone, $instanceGroupManager, $update, $optPa
$params = array_merge($params, $optParams);
return $this->call('rollback', array($params));
}
+
/**
* Called on the particular Update endpoint. Rolls forward the update in state
* from { ROLLING_FORWARD, ROLLING_BACK, PAUSED }. No-op if invoked in state
* ROLLED_OUT. (updates.rollforward)
*
- * @param string $project
- * Project ID for this request.
- * @param string $zone
- * Zone for the instance group manager.
- * @param string $instanceGroupManager
- * Name of the instance group manager for this request.
- * @param string $update
- * Unique (in the context of a group) handle of an update.
+ * @param string $project Project ID for this request.
+ * @param string $zone Zone for the instance group manager.
+ * @param string $instanceGroupManager Name of the instance group manager for
+ * this request.
+ * @param string $update Unique (in the context of a group) handle of an update.
* @param array $optParams Optional parameters.
*/
public function rollforward($project, $zone, $instanceGroupManager, $update, $optParams = array())
@@ -413,16 +402,15 @@ class Google_Service_Replicapoolupdater_InsertResponse extends Google_Model
);
public $update;
+
public function setUpdate($update)
{
$this->update = $update;
}
-
public function getUpdate()
{
return $this->update;
}
-
}
class Google_Service_Replicapoolupdater_InstanceUpdate extends Google_Model
@@ -432,11 +420,11 @@ class Google_Service_Replicapoolupdater_InstanceUpdate extends Google_Model
public $instanceName;
public $state;
+
public function setInstanceName($instanceName)
{
$this->instanceName = $instanceName;
}
-
public function getInstanceName()
{
return $this->instanceName;
@@ -445,12 +433,10 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_Replicapoolupdater_Update extends Google_Collection
@@ -470,11 +456,11 @@ class Google_Service_Replicapoolupdater_Update extends Google_Collection
public $state;
public $targetState;
+
public function setDetails($details)
{
$this->details = $details;
}
-
public function getDetails()
{
return $this->details;
@@ -483,7 +469,6 @@ public function setHandle($handle)
{
$this->handle = $handle;
}
-
public function getHandle()
{
return $this->handle;
@@ -492,7 +477,6 @@ public function setInstanceTemplate($instanceTemplate)
{
$this->instanceTemplate = $instanceTemplate;
}
-
public function getInstanceTemplate()
{
return $this->instanceTemplate;
@@ -501,7 +485,6 @@ public function setInstanceUpdates($instanceUpdates)
{
$this->instanceUpdates = $instanceUpdates;
}
-
public function getInstanceUpdates()
{
return $this->instanceUpdates;
@@ -510,7 +493,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -519,7 +501,6 @@ public function setPolicy(Google_Service_Replicapoolupdater_UpdatePolicy $policy
{
$this->policy = $policy;
}
-
public function getPolicy()
{
return $this->policy;
@@ -528,7 +509,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -537,7 +517,6 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
@@ -546,12 +525,10 @@ public function setTargetState($targetState)
{
$this->targetState = $targetState;
}
-
public function getTargetState()
{
return $this->targetState;
}
-
}
class Google_Service_Replicapoolupdater_UpdateList extends Google_Collection
@@ -563,11 +540,11 @@ class Google_Service_Replicapoolupdater_UpdateList extends Google_Collection
protected $itemsDataType = 'array';
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -576,12 +553,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Replicapoolupdater_UpdatePolicy extends Google_Model
@@ -593,11 +568,11 @@ class Google_Service_Replicapoolupdater_UpdatePolicy extends Google_Model
public $maxNumConcurrentInstances;
public $sleepAfterInstanceRestartSec;
+
public function setCanary(Google_Service_Replicapoolupdater_UpdatePolicyCanary $canary)
{
$this->canary = $canary;
}
-
public function getCanary()
{
return $this->canary;
@@ -606,7 +581,6 @@ public function setMaxNumConcurrentInstances($maxNumConcurrentInstances)
{
$this->maxNumConcurrentInstances = $maxNumConcurrentInstances;
}
-
public function getMaxNumConcurrentInstances()
{
return $this->maxNumConcurrentInstances;
@@ -615,12 +589,10 @@ public function setSleepAfterInstanceRestartSec($sleepAfterInstanceRestartSec)
{
$this->sleepAfterInstanceRestartSec = $sleepAfterInstanceRestartSec;
}
-
public function getSleepAfterInstanceRestartSec()
{
return $this->sleepAfterInstanceRestartSec;
}
-
}
class Google_Service_Replicapoolupdater_UpdatePolicyCanary extends Google_Model
@@ -629,14 +601,13 @@ class Google_Service_Replicapoolupdater_UpdatePolicyCanary extends Google_Model
);
public $numInstances;
+
public function setNumInstances($numInstances)
{
$this->numInstances = $numInstances;
}
-
public function getNumInstances()
{
return $this->numInstances;
}
-
}
From adb3725315d0bc89875673d33a0be903ece2fe03 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for accessing Tag Manager accounts and containers.
- *
* For more information about this service, see the API
@@ -32,19 +31,26 @@
class Google_Service_TagManager extends Google_Service
{
/** Delete your Google Tag Manager containers. */
- const TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers";
+ const TAGMANAGER_DELETE_CONTAINERS =
+ "https://www.googleapis.com/auth/tagmanager.delete.containers";
/** Manage your Google Tag Manager containers. */
- const TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers";
+ const TAGMANAGER_EDIT_CONTAINERS =
+ "https://www.googleapis.com/auth/tagmanager.edit.containers";
/** Manage your Google Tag Manager container versions. */
- const TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
+ const TAGMANAGER_EDIT_CONTAINERVERSIONS =
+ "https://www.googleapis.com/auth/tagmanager.edit.containerversions";
/** Manage your Google Tag Manager accounts. */
- const TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts";
+ const TAGMANAGER_MANAGE_ACCOUNTS =
+ "https://www.googleapis.com/auth/tagmanager.manage.accounts";
/** Manage user permissions of your Google Tag Manager data. */
- const TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users";
+ const TAGMANAGER_MANAGE_USERS =
+ "https://www.googleapis.com/auth/tagmanager.manage.users";
/** Publish your Google Tag Manager containers. */
- const TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish";
+ const TAGMANAGER_PUBLISH =
+ "https://www.googleapis.com/auth/tagmanager.publish";
/** View your Google Tag Manager containers. */
- const TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly";
+ const TAGMANAGER_READONLY =
+ "https://www.googleapis.com/auth/tagmanager.readonly";
public $accounts;
public $accounts_containers;
@@ -971,8 +977,7 @@ class Google_Service_TagManager_Accounts_Resource extends Google_Service_Resourc
/**
* Gets a GTM Account. (accounts.get)
*
- * @param string $accountId
- * The GTM Account ID.
+ * @param string $accountId The GTM Account ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Account
*/
@@ -982,6 +987,7 @@ public function get($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_Account");
}
+
/**
* Lists all GTM Accounts that a user has access to. (accounts.listAccounts)
*
@@ -994,16 +1000,16 @@ public function listAccounts($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListAccountsResponse");
}
+
/**
* Updates a GTM Account. (accounts.update)
*
- * @param string $accountId
- * The GTM Account ID.
+ * @param string $accountId The GTM Account ID.
* @param Google_Account $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the account in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the account in storage.
* @return Google_Service_TagManager_Account
*/
public function update($accountId, Google_Service_TagManager_Account $postBody, $optParams = array())
@@ -1028,8 +1034,7 @@ class Google_Service_TagManager_AccountsContainers_Resource extends Google_Servi
/**
* Creates a Container. (containers.create)
*
- * @param string $accountId
- * The GTM Account ID.
+ * @param string $accountId The GTM Account ID.
* @param Google_Container $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Container
@@ -1040,13 +1045,12 @@ public function create($accountId, Google_Service_TagManager_Container $postBody
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_TagManager_Container");
}
+
/**
* Deletes a Container. (containers.delete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $containerId, $optParams = array())
@@ -1055,13 +1059,12 @@ public function delete($accountId, $containerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a Container. (containers.get)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Container
*/
@@ -1071,12 +1074,12 @@ public function get($accountId, $containerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_Container");
}
+
/**
* Lists all Containers that belongs to a GTM Account.
* (containers.listAccountsContainers)
*
- * @param string $accountId
- * The GTM Account ID.
+ * @param string $accountId The GTM Account ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ListContainersResponse
*/
@@ -1086,18 +1089,17 @@ public function listAccountsContainers($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListContainersResponse");
}
+
/**
* Updates a Container. (containers.update)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param Google_Container $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the container in storage.
* @return Google_Service_TagManager_Container
*/
public function update($accountId, $containerId, Google_Service_TagManager_Container $postBody, $optParams = array())
@@ -1122,10 +1124,8 @@ class Google_Service_TagManager_AccountsContainersMacros_Resource extends Google
/**
* Creates a GTM Macro. (macros.create)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param Google_Macro $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Macro
@@ -1136,15 +1136,13 @@ public function create($accountId, $containerId, Google_Service_TagManager_Macro
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_TagManager_Macro");
}
+
/**
* Deletes a GTM Macro. (macros.delete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $macroId The GTM Macro ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $containerId, $macroId, $optParams = array())
@@ -1153,15 +1151,13 @@ public function delete($accountId, $containerId, $macroId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a GTM Macro. (macros.get)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $macroId The GTM Macro ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Macro
*/
@@ -1171,13 +1167,12 @@ public function get($accountId, $containerId, $macroId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_Macro");
}
+
/**
* Lists all GTM Macros of a Container. (macros.listAccountsContainersMacros)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ListMacrosResponse
*/
@@ -1187,20 +1182,18 @@ public function listAccountsContainersMacros($accountId, $containerId, $optParam
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListMacrosResponse");
}
+
/**
* Updates a GTM Macro. (macros.update)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $macroId
- * The GTM Macro ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $macroId The GTM Macro ID.
* @param Google_Macro $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the macro in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the macro in storage.
* @return Google_Service_TagManager_Macro
*/
public function update($accountId, $containerId, $macroId, Google_Service_TagManager_Macro $postBody, $optParams = array())
@@ -1224,10 +1217,8 @@ class Google_Service_TagManager_AccountsContainersRules_Resource extends Google_
/**
* Creates a GTM Rule. (rules.create)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param Google_Rule $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Rule
@@ -1238,15 +1229,13 @@ public function create($accountId, $containerId, Google_Service_TagManager_Rule
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_TagManager_Rule");
}
+
/**
* Deletes a GTM Rule. (rules.delete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $ruleId The GTM Rule ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $containerId, $ruleId, $optParams = array())
@@ -1255,15 +1244,13 @@ public function delete($accountId, $containerId, $ruleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a GTM Rule. (rules.get)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $ruleId The GTM Rule ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Rule
*/
@@ -1273,13 +1260,12 @@ public function get($accountId, $containerId, $ruleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_Rule");
}
+
/**
* Lists all GTM Rules of a Container. (rules.listAccountsContainersRules)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ListRulesResponse
*/
@@ -1289,20 +1275,18 @@ public function listAccountsContainersRules($accountId, $containerId, $optParams
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListRulesResponse");
}
+
/**
* Updates a GTM Rule. (rules.update)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $ruleId
- * The GTM Rule ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $ruleId The GTM Rule ID.
* @param Google_Rule $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the rule in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the rule in storage.
* @return Google_Service_TagManager_Rule
*/
public function update($accountId, $containerId, $ruleId, Google_Service_TagManager_Rule $postBody, $optParams = array())
@@ -1326,10 +1310,8 @@ class Google_Service_TagManager_AccountsContainersTags_Resource extends Google_S
/**
* Creates a GTM Tag. (tags.create)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param Google_Tag $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Tag
@@ -1340,15 +1322,13 @@ public function create($accountId, $containerId, Google_Service_TagManager_Tag $
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_TagManager_Tag");
}
+
/**
* Deletes a GTM Tag. (tags.delete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $tagId The GTM Tag ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $containerId, $tagId, $optParams = array())
@@ -1357,15 +1337,13 @@ public function delete($accountId, $containerId, $tagId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a GTM Tag. (tags.get)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $tagId The GTM Tag ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Tag
*/
@@ -1375,13 +1353,12 @@ public function get($accountId, $containerId, $tagId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_Tag");
}
+
/**
* Lists all GTM Tags of a Container. (tags.listAccountsContainersTags)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ListTagsResponse
*/
@@ -1391,20 +1368,18 @@ public function listAccountsContainersTags($accountId, $containerId, $optParams
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListTagsResponse");
}
+
/**
* Updates a GTM Tag. (tags.update)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $tagId
- * The GTM Tag ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $tagId The GTM Tag ID.
* @param Google_Tag $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the tag in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the tag in storage.
* @return Google_Service_TagManager_Tag
*/
public function update($accountId, $containerId, $tagId, Google_Service_TagManager_Tag $postBody, $optParams = array())
@@ -1428,10 +1403,8 @@ class Google_Service_TagManager_AccountsContainersTriggers_Resource extends Goog
/**
* Creates a GTM Trigger. (triggers.create)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param Google_Trigger $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Trigger
@@ -1442,15 +1415,13 @@ public function create($accountId, $containerId, Google_Service_TagManager_Trigg
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_TagManager_Trigger");
}
+
/**
* Deletes a GTM Trigger. (triggers.delete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $triggerId The GTM Trigger ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $containerId, $triggerId, $optParams = array())
@@ -1459,15 +1430,13 @@ public function delete($accountId, $containerId, $triggerId, $optParams = array(
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a GTM Trigger. (triggers.get)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $triggerId The GTM Trigger ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Trigger
*/
@@ -1477,14 +1446,13 @@ public function get($accountId, $containerId, $triggerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_Trigger");
}
+
/**
* Lists all GTM Triggers of a Container.
* (triggers.listAccountsContainersTriggers)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ListTriggersResponse
*/
@@ -1494,20 +1462,18 @@ public function listAccountsContainersTriggers($accountId, $containerId, $optPar
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListTriggersResponse");
}
+
/**
* Updates a GTM Trigger. (triggers.update)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $triggerId
- * The GTM Trigger ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $triggerId The GTM Trigger ID.
* @param Google_Trigger $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the trigger in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the trigger in storage.
* @return Google_Service_TagManager_Trigger
*/
public function update($accountId, $containerId, $triggerId, Google_Service_TagManager_Trigger $postBody, $optParams = array())
@@ -1531,10 +1497,8 @@ class Google_Service_TagManager_AccountsContainersVariables_Resource extends Goo
/**
* Creates a GTM Variable. (variables.create)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param Google_Variable $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Variable
@@ -1545,15 +1509,13 @@ public function create($accountId, $containerId, Google_Service_TagManager_Varia
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_TagManager_Variable");
}
+
/**
* Deletes a GTM Variable. (variables.delete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $variableId The GTM Variable ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $containerId, $variableId, $optParams = array())
@@ -1562,15 +1524,13 @@ public function delete($accountId, $containerId, $variableId, $optParams = array
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a GTM Variable. (variables.get)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $variableId The GTM Variable ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_Variable
*/
@@ -1580,14 +1540,13 @@ public function get($accountId, $containerId, $variableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_Variable");
}
+
/**
* Lists all GTM Variables of a Container.
* (variables.listAccountsContainersVariables)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ListVariablesResponse
*/
@@ -1597,20 +1556,18 @@ public function listAccountsContainersVariables($accountId, $containerId, $optPa
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListVariablesResponse");
}
+
/**
* Updates a GTM Variable. (variables.update)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $variableId
- * The GTM Variable ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $variableId The GTM Variable ID.
* @param Google_Variable $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the variable in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the variable in storage.
* @return Google_Service_TagManager_Variable
*/
public function update($accountId, $containerId, $variableId, Google_Service_TagManager_Variable $postBody, $optParams = array())
@@ -1634,10 +1591,8 @@ class Google_Service_TagManager_AccountsContainersVersions_Resource extends Goog
/**
* Creates a Container Version. (versions.create)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param Google_CreateContainerVersionRequestVersionOptions $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_CreateContainerVersionResponse
@@ -1648,15 +1603,13 @@ public function create($accountId, $containerId, Google_Service_TagManager_Creat
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_TagManager_CreateContainerVersionResponse");
}
+
/**
* Deletes a Container Version. (versions.delete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $containerVersionId The GTM Container Version ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $containerId, $containerVersionId, $optParams = array())
@@ -1665,15 +1618,14 @@ public function delete($accountId, $containerId, $containerVersionId, $optParams
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a Container Version. (versions.get)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID. Specify published to retrieve the currently published version.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $containerVersionId The GTM Container Version ID. Specify
+ * published to retrieve the currently published version.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ContainerVersion
*/
@@ -1683,18 +1635,16 @@ public function get($accountId, $containerId, $containerVersionId, $optParams =
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_ContainerVersion");
}
+
/**
* Lists all Container Versions of a GTM Container.
* (versions.listAccountsContainersVersions)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
* @param array $optParams Optional parameters.
*
- * @opt_param bool headers
- * Retrieve headers only when true.
+ * @opt_param bool headers Retrieve headers only when true.
* @return Google_Service_TagManager_ListContainerVersionsResponse
*/
public function listAccountsContainersVersions($accountId, $containerId, $optParams = array())
@@ -1703,19 +1653,17 @@ public function listAccountsContainersVersions($accountId, $containerId, $optPar
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListContainerVersionsResponse");
}
+
/**
* Publishes a Container Version. (versions.publish)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $containerVersionId The GTM Container Version ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the container version in storage.
* @return Google_Service_TagManager_PublishContainerVersionResponse
*/
public function publish($accountId, $containerId, $containerVersionId, $optParams = array())
@@ -1724,18 +1672,16 @@ public function publish($accountId, $containerId, $containerVersionId, $optParam
$params = array_merge($params, $optParams);
return $this->call('publish', array($params), "Google_Service_TagManager_PublishContainerVersionResponse");
}
+
/**
* Restores a Container Version. This will overwrite the container's current
* configuration (including its macros, rules and tags). The operation will not
* have any effect on the version that is being served (i.e. the published
* version). (versions.restore)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $containerVersionId The GTM Container Version ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ContainerVersion
*/
@@ -1745,15 +1691,13 @@ public function restore($accountId, $containerId, $containerVersionId, $optParam
$params = array_merge($params, $optParams);
return $this->call('restore', array($params), "Google_Service_TagManager_ContainerVersion");
}
+
/**
* Undeletes a Container Version. (versions.undelete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $containerVersionId The GTM Container Version ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ContainerVersion
*/
@@ -1763,20 +1707,18 @@ public function undelete($accountId, $containerId, $containerVersionId, $optPara
$params = array_merge($params, $optParams);
return $this->call('undelete', array($params), "Google_Service_TagManager_ContainerVersion");
}
+
/**
* Updates a Container Version. (versions.update)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $containerId
- * The GTM Container ID.
- * @param string $containerVersionId
- * The GTM Container Version ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $containerId The GTM Container ID.
+ * @param string $containerVersionId The GTM Container Version ID.
* @param Google_ContainerVersion $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string fingerprint
- * When provided, this fingerprint must match the fingerprint of the container version in storage.
+ * @opt_param string fingerprint When provided, this fingerprint must match the
+ * fingerprint of the container version in storage.
* @return Google_Service_TagManager_ContainerVersion
*/
public function update($accountId, $containerId, $containerVersionId, Google_Service_TagManager_ContainerVersion $postBody, $optParams = array())
@@ -1800,8 +1742,7 @@ class Google_Service_TagManager_AccountsPermissions_Resource extends Google_Serv
/**
* Creates a user's Account & Container Permissions. (permissions.create)
*
- * @param string $accountId
- * The GTM Account ID.
+ * @param string $accountId The GTM Account ID.
* @param Google_UserAccess $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_UserAccess
@@ -1812,14 +1753,13 @@ public function create($accountId, Google_Service_TagManager_UserAccess $postBod
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_TagManager_UserAccess");
}
+
/**
* Removes a user from the account, revoking access to it and all of its
* containers. (permissions.delete)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $permissionId The GTM User ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $permissionId, $optParams = array())
@@ -1828,13 +1768,12 @@ public function delete($accountId, $permissionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a user's Account & Container Permissions. (permissions.get)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $permissionId The GTM User ID.
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_UserAccess
*/
@@ -1844,13 +1783,14 @@ public function get($accountId, $permissionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_TagManager_UserAccess");
}
+
/**
* List all users that have access to the account along with Account and
* Container Permissions granted to each of them.
* (permissions.listAccountsPermissions)
*
- * @param string $accountId
- * The GTM Account ID. @required tagmanager.accounts.permissions.list
+ * @param string $accountId The GTM Account ID. @required
+ * tagmanager.accounts.permissions.list
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_ListAccountUsersResponse
*/
@@ -1860,13 +1800,12 @@ public function listAccountsPermissions($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_TagManager_ListAccountUsersResponse");
}
+
/**
* Updates a user's Account & Container Permissions. (permissions.update)
*
- * @param string $accountId
- * The GTM Account ID.
- * @param string $permissionId
- * The GTM User ID.
+ * @param string $accountId The GTM Account ID.
+ * @param string $permissionId The GTM User ID.
* @param Google_UserAccess $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_TagManager_UserAccess
@@ -1891,11 +1830,11 @@ class Google_Service_TagManager_Account extends Google_Model
public $name;
public $shareData;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -1904,7 +1843,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -1913,7 +1851,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1922,12 +1859,10 @@ public function setShareData($shareData)
{
$this->shareData = $shareData;
}
-
public function getShareData()
{
return $this->shareData;
}
-
}
class Google_Service_TagManager_AccountAccess extends Google_Collection
@@ -1937,16 +1872,15 @@ class Google_Service_TagManager_AccountAccess extends Google_Collection
);
public $permission;
+
public function setPermission($permission)
{
$this->permission = $permission;
}
-
public function getPermission()
{
return $this->permission;
}
-
}
class Google_Service_TagManager_Condition extends Google_Collection
@@ -1958,11 +1892,11 @@ class Google_Service_TagManager_Condition extends Google_Collection
protected $parameterDataType = 'array';
public $type;
+
public function setParameter($parameter)
{
$this->parameter = $parameter;
}
-
public function getParameter()
{
return $this->parameter;
@@ -1971,12 +1905,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_TagManager_Container extends Google_Collection
@@ -1995,11 +1927,11 @@ class Google_Service_TagManager_Container extends Google_Collection
public $timeZoneId;
public $usageContext;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -2008,7 +1940,6 @@ public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -2017,7 +1948,6 @@ public function setDomainName($domainName)
{
$this->domainName = $domainName;
}
-
public function getDomainName()
{
return $this->domainName;
@@ -2026,7 +1956,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -2035,7 +1964,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2044,7 +1972,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -2053,7 +1980,6 @@ public function setPublicId($publicId)
{
$this->publicId = $publicId;
}
-
public function getPublicId()
{
return $this->publicId;
@@ -2062,7 +1988,6 @@ public function setTimeZoneCountryId($timeZoneCountryId)
{
$this->timeZoneCountryId = $timeZoneCountryId;
}
-
public function getTimeZoneCountryId()
{
return $this->timeZoneCountryId;
@@ -2071,7 +1996,6 @@ public function setTimeZoneId($timeZoneId)
{
$this->timeZoneId = $timeZoneId;
}
-
public function getTimeZoneId()
{
return $this->timeZoneId;
@@ -2080,12 +2004,10 @@ public function setUsageContext($usageContext)
{
$this->usageContext = $usageContext;
}
-
public function getUsageContext()
{
return $this->usageContext;
}
-
}
class Google_Service_TagManager_ContainerAccess extends Google_Collection
@@ -2096,11 +2018,11 @@ class Google_Service_TagManager_ContainerAccess extends Google_Collection
public $containerId;
public $permission;
+
public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -2109,12 +2031,10 @@ public function setPermission($permission)
{
$this->permission = $permission;
}
-
public function getPermission()
{
return $this->permission;
}
-
}
class Google_Service_TagManager_ContainerVersion extends Google_Collection
@@ -2142,11 +2062,11 @@ class Google_Service_TagManager_ContainerVersion extends Google_Collection
protected $variableType = 'Google_Service_TagManager_Variable';
protected $variableDataType = 'array';
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -2155,7 +2075,6 @@ public function setContainer(Google_Service_TagManager_Container $container)
{
$this->container = $container;
}
-
public function getContainer()
{
return $this->container;
@@ -2164,7 +2083,6 @@ public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -2173,7 +2091,6 @@ public function setContainerVersionId($containerVersionId)
{
$this->containerVersionId = $containerVersionId;
}
-
public function getContainerVersionId()
{
return $this->containerVersionId;
@@ -2182,7 +2099,6 @@ public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -2191,7 +2107,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -2200,7 +2115,6 @@ public function setMacro($macro)
{
$this->macro = $macro;
}
-
public function getMacro()
{
return $this->macro;
@@ -2209,7 +2123,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2218,7 +2131,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -2227,7 +2139,6 @@ public function setRule($rule)
{
$this->rule = $rule;
}
-
public function getRule()
{
return $this->rule;
@@ -2236,7 +2147,6 @@ public function setTag($tag)
{
$this->tag = $tag;
}
-
public function getTag()
{
return $this->tag;
@@ -2245,7 +2155,6 @@ public function setTrigger($trigger)
{
$this->trigger = $trigger;
}
-
public function getTrigger()
{
return $this->trigger;
@@ -2254,12 +2163,10 @@ public function setVariable($variable)
{
$this->variable = $variable;
}
-
public function getVariable()
{
return $this->variable;
}
-
}
class Google_Service_TagManager_ContainerVersionHeader extends Google_Model
@@ -2277,11 +2184,11 @@ class Google_Service_TagManager_ContainerVersionHeader extends Google_Model
public $numTriggers;
public $numVariables;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -2290,7 +2197,6 @@ public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -2299,7 +2205,6 @@ public function setContainerVersionId($containerVersionId)
{
$this->containerVersionId = $containerVersionId;
}
-
public function getContainerVersionId()
{
return $this->containerVersionId;
@@ -2308,7 +2213,6 @@ public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -2317,7 +2221,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2326,7 +2229,6 @@ public function setNumMacros($numMacros)
{
$this->numMacros = $numMacros;
}
-
public function getNumMacros()
{
return $this->numMacros;
@@ -2335,7 +2237,6 @@ public function setNumRules($numRules)
{
$this->numRules = $numRules;
}
-
public function getNumRules()
{
return $this->numRules;
@@ -2344,7 +2245,6 @@ public function setNumTags($numTags)
{
$this->numTags = $numTags;
}
-
public function getNumTags()
{
return $this->numTags;
@@ -2353,7 +2253,6 @@ public function setNumTriggers($numTriggers)
{
$this->numTriggers = $numTriggers;
}
-
public function getNumTriggers()
{
return $this->numTriggers;
@@ -2362,12 +2261,10 @@ public function setNumVariables($numVariables)
{
$this->numVariables = $numVariables;
}
-
public function getNumVariables()
{
return $this->numVariables;
}
-
}
class Google_Service_TagManager_CreateContainerVersionRequestVersionOptions extends Google_Model
@@ -2378,11 +2275,11 @@ class Google_Service_TagManager_CreateContainerVersionRequestVersionOptions exte
public $notes;
public $quickPreview;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2391,7 +2288,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -2400,12 +2296,10 @@ public function setQuickPreview($quickPreview)
{
$this->quickPreview = $quickPreview;
}
-
public function getQuickPreview()
{
return $this->quickPreview;
}
-
}
class Google_Service_TagManager_CreateContainerVersionResponse extends Google_Model
@@ -2416,11 +2310,11 @@ class Google_Service_TagManager_CreateContainerVersionResponse extends Google_Mo
protected $containerVersionType = 'Google_Service_TagManager_ContainerVersion';
protected $containerVersionDataType = '';
+
public function setCompilerError($compilerError)
{
$this->compilerError = $compilerError;
}
-
public function getCompilerError()
{
return $this->compilerError;
@@ -2429,12 +2323,10 @@ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $
{
$this->containerVersion = $containerVersion;
}
-
public function getContainerVersion()
{
return $this->containerVersion;
}
-
}
class Google_Service_TagManager_ListAccountUsersResponse extends Google_Collection
@@ -2445,16 +2337,15 @@ class Google_Service_TagManager_ListAccountUsersResponse extends Google_Collecti
protected $userAccessType = 'Google_Service_TagManager_UserAccess';
protected $userAccessDataType = 'array';
+
public function setUserAccess($userAccess)
{
$this->userAccess = $userAccess;
}
-
public function getUserAccess()
{
return $this->userAccess;
}
-
}
class Google_Service_TagManager_ListAccountsResponse extends Google_Collection
@@ -2465,16 +2356,15 @@ class Google_Service_TagManager_ListAccountsResponse extends Google_Collection
protected $accountsType = 'Google_Service_TagManager_Account';
protected $accountsDataType = 'array';
+
public function setAccounts($accounts)
{
$this->accounts = $accounts;
}
-
public function getAccounts()
{
return $this->accounts;
}
-
}
class Google_Service_TagManager_ListContainerVersionsResponse extends Google_Collection
@@ -2487,11 +2377,11 @@ class Google_Service_TagManager_ListContainerVersionsResponse extends Google_Col
protected $containerVersionHeaderType = 'Google_Service_TagManager_ContainerVersionHeader';
protected $containerVersionHeaderDataType = 'array';
+
public function setContainerVersion($containerVersion)
{
$this->containerVersion = $containerVersion;
}
-
public function getContainerVersion()
{
return $this->containerVersion;
@@ -2500,12 +2390,10 @@ public function setContainerVersionHeader($containerVersionHeader)
{
$this->containerVersionHeader = $containerVersionHeader;
}
-
public function getContainerVersionHeader()
{
return $this->containerVersionHeader;
}
-
}
class Google_Service_TagManager_ListContainersResponse extends Google_Collection
@@ -2516,16 +2404,15 @@ class Google_Service_TagManager_ListContainersResponse extends Google_Collection
protected $containersType = 'Google_Service_TagManager_Container';
protected $containersDataType = 'array';
+
public function setContainers($containers)
{
$this->containers = $containers;
}
-
public function getContainers()
{
return $this->containers;
}
-
}
class Google_Service_TagManager_ListMacrosResponse extends Google_Collection
@@ -2536,16 +2423,15 @@ class Google_Service_TagManager_ListMacrosResponse extends Google_Collection
protected $macrosType = 'Google_Service_TagManager_Macro';
protected $macrosDataType = 'array';
+
public function setMacros($macros)
{
$this->macros = $macros;
}
-
public function getMacros()
{
return $this->macros;
}
-
}
class Google_Service_TagManager_ListRulesResponse extends Google_Collection
@@ -2556,16 +2442,15 @@ class Google_Service_TagManager_ListRulesResponse extends Google_Collection
protected $rulesType = 'Google_Service_TagManager_Rule';
protected $rulesDataType = 'array';
+
public function setRules($rules)
{
$this->rules = $rules;
}
-
public function getRules()
{
return $this->rules;
}
-
}
class Google_Service_TagManager_ListTagsResponse extends Google_Collection
@@ -2576,16 +2461,15 @@ class Google_Service_TagManager_ListTagsResponse extends Google_Collection
protected $tagsType = 'Google_Service_TagManager_Tag';
protected $tagsDataType = 'array';
+
public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
}
-
}
class Google_Service_TagManager_ListTriggersResponse extends Google_Collection
@@ -2596,16 +2480,15 @@ class Google_Service_TagManager_ListTriggersResponse extends Google_Collection
protected $triggersType = 'Google_Service_TagManager_Trigger';
protected $triggersDataType = 'array';
+
public function setTriggers($triggers)
{
$this->triggers = $triggers;
}
-
public function getTriggers()
{
return $this->triggers;
}
-
}
class Google_Service_TagManager_ListVariablesResponse extends Google_Collection
@@ -2616,16 +2499,15 @@ class Google_Service_TagManager_ListVariablesResponse extends Google_Collection
protected $variablesType = 'Google_Service_TagManager_Variable';
protected $variablesDataType = 'array';
+
public function setVariables($variables)
{
$this->variables = $variables;
}
-
public function getVariables()
{
return $this->variables;
}
-
}
class Google_Service_TagManager_Macro extends Google_Collection
@@ -2647,11 +2529,11 @@ class Google_Service_TagManager_Macro extends Google_Collection
public $scheduleStartMs;
public $type;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -2660,7 +2542,6 @@ public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -2669,7 +2550,6 @@ public function setDisablingRuleId($disablingRuleId)
{
$this->disablingRuleId = $disablingRuleId;
}
-
public function getDisablingRuleId()
{
return $this->disablingRuleId;
@@ -2678,7 +2558,6 @@ public function setEnablingRuleId($enablingRuleId)
{
$this->enablingRuleId = $enablingRuleId;
}
-
public function getEnablingRuleId()
{
return $this->enablingRuleId;
@@ -2687,7 +2566,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -2696,7 +2574,6 @@ public function setMacroId($macroId)
{
$this->macroId = $macroId;
}
-
public function getMacroId()
{
return $this->macroId;
@@ -2705,7 +2582,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2714,7 +2590,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -2723,7 +2598,6 @@ public function setParameter($parameter)
{
$this->parameter = $parameter;
}
-
public function getParameter()
{
return $this->parameter;
@@ -2732,7 +2606,6 @@ public function setScheduleEndMs($scheduleEndMs)
{
$this->scheduleEndMs = $scheduleEndMs;
}
-
public function getScheduleEndMs()
{
return $this->scheduleEndMs;
@@ -2741,7 +2614,6 @@ public function setScheduleStartMs($scheduleStartMs)
{
$this->scheduleStartMs = $scheduleStartMs;
}
-
public function getScheduleStartMs()
{
return $this->scheduleStartMs;
@@ -2750,12 +2622,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_TagManager_Parameter extends Google_Collection
@@ -2771,11 +2641,11 @@ class Google_Service_TagManager_Parameter extends Google_Collection
public $type;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -2784,7 +2654,6 @@ public function setList($list)
{
$this->list = $list;
}
-
public function getList()
{
return $this->list;
@@ -2793,7 +2662,6 @@ public function setMap($map)
{
$this->map = $map;
}
-
public function getMap()
{
return $this->map;
@@ -2802,7 +2670,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -2811,12 +2678,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_TagManager_PublishContainerVersionResponse extends Google_Model
@@ -2827,11 +2692,11 @@ class Google_Service_TagManager_PublishContainerVersionResponse extends Google_M
protected $containerVersionType = 'Google_Service_TagManager_ContainerVersion';
protected $containerVersionDataType = '';
+
public function setCompilerError($compilerError)
{
$this->compilerError = $compilerError;
}
-
public function getCompilerError()
{
return $this->compilerError;
@@ -2840,12 +2705,10 @@ public function setContainerVersion(Google_Service_TagManager_ContainerVersion $
{
$this->containerVersion = $containerVersion;
}
-
public function getContainerVersion()
{
return $this->containerVersion;
}
-
}
class Google_Service_TagManager_Rule extends Google_Collection
@@ -2862,11 +2725,11 @@ class Google_Service_TagManager_Rule extends Google_Collection
public $notes;
public $ruleId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -2875,7 +2738,6 @@ public function setCondition($condition)
{
$this->condition = $condition;
}
-
public function getCondition()
{
return $this->condition;
@@ -2884,7 +2746,6 @@ public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -2893,7 +2754,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -2902,7 +2762,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2911,7 +2770,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -2920,12 +2778,10 @@ public function setRuleId($ruleId)
{
$this->ruleId = $ruleId;
}
-
public function getRuleId()
{
return $this->ruleId;
}
-
}
class Google_Service_TagManager_Tag extends Google_Collection
@@ -2954,11 +2810,11 @@ class Google_Service_TagManager_Tag extends Google_Collection
public $tagId;
public $type;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -2967,7 +2823,6 @@ public function setBlockingRuleId($blockingRuleId)
{
$this->blockingRuleId = $blockingRuleId;
}
-
public function getBlockingRuleId()
{
return $this->blockingRuleId;
@@ -2976,7 +2831,6 @@ public function setBlockingTriggerId($blockingTriggerId)
{
$this->blockingTriggerId = $blockingTriggerId;
}
-
public function getBlockingTriggerId()
{
return $this->blockingTriggerId;
@@ -2985,7 +2839,6 @@ public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -2994,7 +2847,6 @@ public function setDependencies(Google_Service_TagManager_Parameter $dependencie
{
$this->dependencies = $dependencies;
}
-
public function getDependencies()
{
return $this->dependencies;
@@ -3003,7 +2855,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -3012,7 +2863,6 @@ public function setFiringRuleId($firingRuleId)
{
$this->firingRuleId = $firingRuleId;
}
-
public function getFiringRuleId()
{
return $this->firingRuleId;
@@ -3021,7 +2871,6 @@ public function setFiringTriggerId($firingTriggerId)
{
$this->firingTriggerId = $firingTriggerId;
}
-
public function getFiringTriggerId()
{
return $this->firingTriggerId;
@@ -3030,7 +2879,6 @@ public function setLiveOnly($liveOnly)
{
$this->liveOnly = $liveOnly;
}
-
public function getLiveOnly()
{
return $this->liveOnly;
@@ -3039,7 +2887,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3048,7 +2895,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -3057,7 +2903,6 @@ public function setParameter($parameter)
{
$this->parameter = $parameter;
}
-
public function getParameter()
{
return $this->parameter;
@@ -3066,7 +2911,6 @@ public function setPriority(Google_Service_TagManager_Parameter $priority)
{
$this->priority = $priority;
}
-
public function getPriority()
{
return $this->priority;
@@ -3075,7 +2919,6 @@ public function setScheduleEndMs($scheduleEndMs)
{
$this->scheduleEndMs = $scheduleEndMs;
}
-
public function getScheduleEndMs()
{
return $this->scheduleEndMs;
@@ -3084,7 +2927,6 @@ public function setScheduleStartMs($scheduleStartMs)
{
$this->scheduleStartMs = $scheduleStartMs;
}
-
public function getScheduleStartMs()
{
return $this->scheduleStartMs;
@@ -3093,7 +2935,6 @@ public function setTagId($tagId)
{
$this->tagId = $tagId;
}
-
public function getTagId()
{
return $this->tagId;
@@ -3102,12 +2943,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_TagManager_Trigger extends Google_Collection
@@ -3146,11 +2985,11 @@ class Google_Service_TagManager_Trigger extends Google_Collection
protected $waitForTagsTimeoutType = 'Google_Service_TagManager_Parameter';
protected $waitForTagsTimeoutDataType = '';
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -3159,7 +2998,6 @@ public function setAutoEventFilter($autoEventFilter)
{
$this->autoEventFilter = $autoEventFilter;
}
-
public function getAutoEventFilter()
{
return $this->autoEventFilter;
@@ -3168,7 +3006,6 @@ public function setCheckValidation(Google_Service_TagManager_Parameter $checkVal
{
$this->checkValidation = $checkValidation;
}
-
public function getCheckValidation()
{
return $this->checkValidation;
@@ -3177,7 +3014,6 @@ public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -3186,7 +3022,6 @@ public function setCustomEventFilter($customEventFilter)
{
$this->customEventFilter = $customEventFilter;
}
-
public function getCustomEventFilter()
{
return $this->customEventFilter;
@@ -3195,7 +3030,6 @@ public function setEnableAllVideos(Google_Service_TagManager_Parameter $enableAl
{
$this->enableAllVideos = $enableAllVideos;
}
-
public function getEnableAllVideos()
{
return $this->enableAllVideos;
@@ -3204,7 +3038,6 @@ public function setEventName(Google_Service_TagManager_Parameter $eventName)
{
$this->eventName = $eventName;
}
-
public function getEventName()
{
return $this->eventName;
@@ -3213,7 +3046,6 @@ public function setFilter($filter)
{
$this->filter = $filter;
}
-
public function getFilter()
{
return $this->filter;
@@ -3222,7 +3054,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -3231,7 +3062,6 @@ public function setInterval(Google_Service_TagManager_Parameter $interval)
{
$this->interval = $interval;
}
-
public function getInterval()
{
return $this->interval;
@@ -3240,7 +3070,6 @@ public function setLimit(Google_Service_TagManager_Parameter $limit)
{
$this->limit = $limit;
}
-
public function getLimit()
{
return $this->limit;
@@ -3249,7 +3078,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3258,7 +3086,6 @@ public function setTriggerId($triggerId)
{
$this->triggerId = $triggerId;
}
-
public function getTriggerId()
{
return $this->triggerId;
@@ -3267,7 +3094,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3276,7 +3102,6 @@ public function setUniqueTriggerId(Google_Service_TagManager_Parameter $uniqueTr
{
$this->uniqueTriggerId = $uniqueTriggerId;
}
-
public function getUniqueTriggerId()
{
return $this->uniqueTriggerId;
@@ -3285,7 +3110,6 @@ public function setVideoPercentageList(Google_Service_TagManager_Parameter $vide
{
$this->videoPercentageList = $videoPercentageList;
}
-
public function getVideoPercentageList()
{
return $this->videoPercentageList;
@@ -3294,7 +3118,6 @@ public function setWaitForTags(Google_Service_TagManager_Parameter $waitForTags)
{
$this->waitForTags = $waitForTags;
}
-
public function getWaitForTags()
{
return $this->waitForTags;
@@ -3303,12 +3126,10 @@ public function setWaitForTagsTimeout(Google_Service_TagManager_Parameter $waitF
{
$this->waitForTagsTimeout = $waitForTagsTimeout;
}
-
public function getWaitForTagsTimeout()
{
return $this->waitForTagsTimeout;
}
-
}
class Google_Service_TagManager_UserAccess extends Google_Collection
@@ -3324,11 +3145,11 @@ class Google_Service_TagManager_UserAccess extends Google_Collection
public $emailAddress;
public $permissionId;
+
public function setAccountAccess(Google_Service_TagManager_AccountAccess $accountAccess)
{
$this->accountAccess = $accountAccess;
}
-
public function getAccountAccess()
{
return $this->accountAccess;
@@ -3337,7 +3158,6 @@ public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -3346,7 +3166,6 @@ public function setContainerAccess($containerAccess)
{
$this->containerAccess = $containerAccess;
}
-
public function getContainerAccess()
{
return $this->containerAccess;
@@ -3355,7 +3174,6 @@ public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
}
-
public function getEmailAddress()
{
return $this->emailAddress;
@@ -3364,12 +3182,10 @@ public function setPermissionId($permissionId)
{
$this->permissionId = $permissionId;
}
-
public function getPermissionId()
{
return $this->permissionId;
}
-
}
class Google_Service_TagManager_Variable extends Google_Collection
@@ -3391,11 +3207,11 @@ class Google_Service_TagManager_Variable extends Google_Collection
public $type;
public $variableId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -3404,7 +3220,6 @@ public function setContainerId($containerId)
{
$this->containerId = $containerId;
}
-
public function getContainerId()
{
return $this->containerId;
@@ -3413,7 +3228,6 @@ public function setDisablingTriggerId($disablingTriggerId)
{
$this->disablingTriggerId = $disablingTriggerId;
}
-
public function getDisablingTriggerId()
{
return $this->disablingTriggerId;
@@ -3422,7 +3236,6 @@ public function setEnablingTriggerId($enablingTriggerId)
{
$this->enablingTriggerId = $enablingTriggerId;
}
-
public function getEnablingTriggerId()
{
return $this->enablingTriggerId;
@@ -3431,7 +3244,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -3440,7 +3252,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3449,7 +3260,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -3458,7 +3268,6 @@ public function setParameter($parameter)
{
$this->parameter = $parameter;
}
-
public function getParameter()
{
return $this->parameter;
@@ -3467,7 +3276,6 @@ public function setScheduleEndMs($scheduleEndMs)
{
$this->scheduleEndMs = $scheduleEndMs;
}
-
public function getScheduleEndMs()
{
return $this->scheduleEndMs;
@@ -3476,7 +3284,6 @@ public function setScheduleStartMs($scheduleStartMs)
{
$this->scheduleStartMs = $scheduleStartMs;
}
-
public function getScheduleStartMs()
{
return $this->scheduleStartMs;
@@ -3485,7 +3292,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3494,10 +3300,8 @@ public function setVariableId($variableId)
{
$this->variableId = $variableId;
}
-
public function getVariableId()
{
return $this->variableId;
}
-
}
From 9c368e95a04e25c34edb2a9e5dbfab2150c6d01d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Gives Ad Exchange seller users access to their inventory and the ability to generate reports
- *
* For more information about this service, see the API
@@ -32,9 +32,11 @@
class Google_Service_AdExchangeSeller extends Google_Service
{
/** View and manage your Ad Exchange data. */
- const ADEXCHANGE_SELLER = "https://www.googleapis.com/auth/adexchange.seller";
+ const ADEXCHANGE_SELLER =
+ "https://www.googleapis.com/auth/adexchange.seller";
/** View your Ad Exchange data. */
- const ADEXCHANGE_SELLER_READONLY = "https://www.googleapis.com/auth/adexchange.seller.readonly";
+ const ADEXCHANGE_SELLER_READONLY =
+ "https://www.googleapis.com/auth/adexchange.seller.readonly";
public $accounts;
public $accounts_adclients;
@@ -441,8 +443,8 @@ class Google_Service_AdExchangeSeller_Accounts_Resource extends Google_Service_R
/**
* Get information about the selected Ad Exchange account. (accounts.get)
*
- * @param string $accountId
- * Account to get information about. Tip: 'myaccount' is a valid ID.
+ * @param string $accountId Account to get information about. Tip: 'myaccount'
+ * is a valid ID.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_Account
*/
@@ -452,17 +454,18 @@ public function get($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeSeller_Account");
}
+
/**
* List all accounts available to this Ad Exchange account.
* (accounts.listAccounts)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through accounts. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of accounts to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through
+ * accounts. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of accounts to include in the
+ * response, used for paging.
* @return Google_Service_AdExchangeSeller_Accounts
*/
public function listAccounts($optParams = array())
@@ -488,15 +491,14 @@ class Google_Service_AdExchangeSeller_AccountsAdclients_Resource extends Google_
* List all ad clients in this Ad Exchange account.
* (adclients.listAccountsAdclients)
*
- * @param string $accountId
- * Account to which the ad client belongs.
+ * @param string $accountId Account to which the ad client belongs.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through ad clients. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of ad clients to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * clients. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of ad clients to include in
+ * the response, used for paging.
* @return Google_Service_AdExchangeSeller_AdClients
*/
public function listAccountsAdclients($accountId, $optParams = array())
@@ -520,14 +522,12 @@ class Google_Service_AdExchangeSeller_AccountsAlerts_Resource extends Google_Ser
/**
* List the alerts for this Ad Exchange account. (alerts.listAccountsAlerts)
*
- * @param string $accountId
- * Account owning the alerts.
+ * @param string $accountId Account owning the alerts.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * The locale to use for translating alert messages. The account locale will be used if this is not
- * supplied. The AdSense default (English) will be used if the supplied locale is invalid or
- * unsupported.
+ * @opt_param string locale The locale to use for translating alert messages.
+ * The account locale will be used if this is not supplied. The AdSense default
+ * (English) will be used if the supplied locale is invalid or unsupported.
* @return Google_Service_AdExchangeSeller_Alerts
*/
public function listAccountsAlerts($accountId, $optParams = array())
@@ -552,12 +552,9 @@ class Google_Service_AdExchangeSeller_AccountsCustomchannels_Resource extends Go
* Get the specified custom channel from the specified ad client.
* (customchannels.get)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client which contains the custom channel.
- * @param string $customChannelId
- * Custom channel to retrieve.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client which contains the custom channel.
+ * @param string $customChannelId Custom channel to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_CustomChannel
*/
@@ -567,21 +564,20 @@ public function get($accountId, $adClientId, $customChannelId, $optParams = arra
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeSeller_CustomChannel");
}
+
/**
* List all custom channels in the specified ad client for this Ad Exchange
* account. (customchannels.listAccountsCustomchannels)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client for which to list custom channels.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client for which to list custom channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through custom channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of custom channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through custom
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of custom channels to include
+ * in the response, used for paging.
* @return Google_Service_AdExchangeSeller_CustomChannels
*/
public function listAccountsCustomchannels($accountId, $adClientId, $optParams = array())
@@ -601,7 +597,6 @@ public function listAccountsCustomchannels($accountId, $adClientId, $optParams =
*/
class Google_Service_AdExchangeSeller_AccountsMetadata_Resource extends Google_Service_Resource
{
-
}
/**
@@ -619,8 +614,7 @@ class Google_Service_AdExchangeSeller_AccountsMetadataDimensions_Resource extend
* List the metadata for the dimensions available to this AdExchange account.
* (dimensions.listAccountsMetadataDimensions)
*
- * @param string $accountId
- * Account with visibility to the dimensions.
+ * @param string $accountId Account with visibility to the dimensions.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_Metadata
*/
@@ -646,8 +640,7 @@ class Google_Service_AdExchangeSeller_AccountsMetadataMetrics_Resource extends G
* List the metadata for the metrics available to this AdExchange account.
* (metrics.listAccountsMetadataMetrics)
*
- * @param string $accountId
- * Account with visibility to the metrics.
+ * @param string $accountId Account with visibility to the metrics.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_Metadata
*/
@@ -673,10 +666,8 @@ class Google_Service_AdExchangeSeller_AccountsPreferreddeals_Resource extends Go
* Get information about the selected Ad Exchange Preferred Deal.
* (preferreddeals.get)
*
- * @param string $accountId
- * Account owning the deal.
- * @param string $dealId
- * Preferred deal to get information about.
+ * @param string $accountId Account owning the deal.
+ * @param string $dealId Preferred deal to get information about.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_PreferredDeal
*/
@@ -686,12 +677,12 @@ public function get($accountId, $dealId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeSeller_PreferredDeal");
}
+
/**
* List the preferred deals for this Ad Exchange account.
* (preferreddeals.listAccountsPreferreddeals)
*
- * @param string $accountId
- * Account owning the deals.
+ * @param string $accountId Account owning the deals.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeSeller_PreferredDeals
*/
@@ -718,31 +709,24 @@ class Google_Service_AdExchangeSeller_AccountsReports_Resource extends Google_Se
* parameters. Returns the result as JSON; to retrieve output in CSV format
* specify "alt=csv" as a query parameter. (reports.generate)
*
- * @param string $accountId
- * Account which owns the generated report.
- * @param string $startDate
- * Start of the date range to report on in "YYYY-MM-DD" format, inclusive.
- * @param string $endDate
- * End of the date range to report on in "YYYY-MM-DD" format, inclusive.
+ * @param string $accountId Account which owns the generated report.
+ * @param string $startDate Start of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
+ * @param string $endDate End of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
* @param array $optParams Optional parameters.
*
- * @opt_param string sort
- * The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+"
- * to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted
- * ascending.
- * @opt_param string locale
- * Optional locale to use for translating report output to a local language. Defaults to "en_US" if
- * not specified.
- * @opt_param string metric
- * Numeric columns to include in the report.
- * @opt_param string maxResults
- * The maximum number of rows of report data to return.
- * @opt_param string filter
- * Filters to be run on the report.
- * @opt_param string startIndex
- * Index of the first row of report data to return.
- * @opt_param string dimension
- * Dimensions to base the report on.
+ * @opt_param string sort The name of a dimension or metric to sort the
+ * resulting report on, optionally prefixed with "+" to sort ascending or "-" to
+ * sort descending. If no prefix is specified, the column is sorted ascending.
+ * @opt_param string locale Optional locale to use for translating report output
+ * to a local language. Defaults to "en_US" if not specified.
+ * @opt_param string metric Numeric columns to include in the report.
+ * @opt_param string maxResults The maximum number of rows of report data to
+ * return.
+ * @opt_param string filter Filters to be run on the report.
+ * @opt_param string startIndex Index of the first row of report data to return.
+ * @opt_param string dimension Dimensions to base the report on.
* @return Google_Service_AdExchangeSeller_Report
*/
public function generate($accountId, $startDate, $endDate, $optParams = array())
@@ -768,19 +752,15 @@ class Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource extends Goog
* Generate an Ad Exchange report based on the saved report ID sent in the query
* parameters. (saved.generate)
*
- * @param string $accountId
- * Account owning the saved report.
- * @param string $savedReportId
- * The saved report to retrieve.
+ * @param string $accountId Account owning the saved report.
+ * @param string $savedReportId The saved report to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * Optional locale to use for translating report output to a local language. Defaults to "en_US" if
- * not specified.
- * @opt_param int startIndex
- * Index of the first row of report data to return.
- * @opt_param int maxResults
- * The maximum number of rows of report data to return.
+ * @opt_param string locale Optional locale to use for translating report output
+ * to a local language. Defaults to "en_US" if not specified.
+ * @opt_param int startIndex Index of the first row of report data to return.
+ * @opt_param int maxResults The maximum number of rows of report data to
+ * return.
* @return Google_Service_AdExchangeSeller_Report
*/
public function generate($accountId, $savedReportId, $optParams = array())
@@ -789,19 +769,19 @@ public function generate($accountId, $savedReportId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('generate', array($params), "Google_Service_AdExchangeSeller_Report");
}
+
/**
* List all saved reports in this Ad Exchange account.
* (saved.listAccountsReportsSaved)
*
- * @param string $accountId
- * Account owning the saved reports.
+ * @param string $accountId Account owning the saved reports.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through saved reports. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of saved reports to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through saved
+ * reports. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of saved reports to include in
+ * the response, used for paging.
* @return Google_Service_AdExchangeSeller_SavedReports
*/
public function listAccountsReportsSaved($accountId, $optParams = array())
@@ -826,17 +806,15 @@ class Google_Service_AdExchangeSeller_AccountsUrlchannels_Resource extends Googl
* List all URL channels in the specified ad client for this Ad Exchange
* account. (urlchannels.listAccountsUrlchannels)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client for which to list URL channels.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client for which to list URL channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through URL channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of URL channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through URL
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of URL channels to include in
+ * the response, used for paging.
* @return Google_Service_AdExchangeSeller_UrlChannels
*/
public function listAccountsUrlchannels($accountId, $adClientId, $optParams = array())
@@ -858,11 +836,11 @@ class Google_Service_AdExchangeSeller_Account extends Google_Model
public $kind;
public $name;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -871,7 +849,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -880,12 +857,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_AdExchangeSeller_Accounts extends Google_Collection
@@ -899,11 +874,11 @@ class Google_Service_AdExchangeSeller_Accounts extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -912,7 +887,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -921,7 +895,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -930,12 +903,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdExchangeSeller_AdClient extends Google_Model
@@ -948,11 +919,11 @@ class Google_Service_AdExchangeSeller_AdClient extends Google_Model
public $productCode;
public $supportsReporting;
+
public function setArcOptIn($arcOptIn)
{
$this->arcOptIn = $arcOptIn;
}
-
public function getArcOptIn()
{
return $this->arcOptIn;
@@ -961,7 +932,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -970,7 +940,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -979,7 +948,6 @@ public function setProductCode($productCode)
{
$this->productCode = $productCode;
}
-
public function getProductCode()
{
return $this->productCode;
@@ -988,12 +956,10 @@ public function setSupportsReporting($supportsReporting)
{
$this->supportsReporting = $supportsReporting;
}
-
public function getSupportsReporting()
{
return $this->supportsReporting;
}
-
}
class Google_Service_AdExchangeSeller_AdClients extends Google_Collection
@@ -1007,11 +973,11 @@ class Google_Service_AdExchangeSeller_AdClients extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1020,7 +986,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1029,7 +994,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1038,12 +1002,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdExchangeSeller_Alert extends Google_Model
@@ -1056,11 +1018,11 @@ class Google_Service_AdExchangeSeller_Alert extends Google_Model
public $severity;
public $type;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1069,7 +1031,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1078,7 +1039,6 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -1087,7 +1047,6 @@ public function setSeverity($severity)
{
$this->severity = $severity;
}
-
public function getSeverity()
{
return $this->severity;
@@ -1096,12 +1055,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdExchangeSeller_Alerts extends Google_Collection
@@ -1113,11 +1070,11 @@ class Google_Service_AdExchangeSeller_Alerts extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1126,12 +1083,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdExchangeSeller_CustomChannel extends Google_Model
@@ -1145,11 +1100,11 @@ class Google_Service_AdExchangeSeller_CustomChannel extends Google_Model
protected $targetingInfoType = 'Google_Service_AdExchangeSeller_CustomChannelTargetingInfo';
protected $targetingInfoDataType = '';
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1158,7 +1113,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1167,7 +1121,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1176,7 +1129,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1185,12 +1137,10 @@ public function setTargetingInfo(Google_Service_AdExchangeSeller_CustomChannelTa
{
$this->targetingInfo = $targetingInfo;
}
-
public function getTargetingInfo()
{
return $this->targetingInfo;
}
-
}
class Google_Service_AdExchangeSeller_CustomChannelTargetingInfo extends Google_Model
@@ -1202,11 +1152,11 @@ class Google_Service_AdExchangeSeller_CustomChannelTargetingInfo extends Google_
public $location;
public $siteLanguage;
+
public function setAdsAppearOn($adsAppearOn)
{
$this->adsAppearOn = $adsAppearOn;
}
-
public function getAdsAppearOn()
{
return $this->adsAppearOn;
@@ -1215,7 +1165,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1224,7 +1173,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1233,12 +1181,10 @@ public function setSiteLanguage($siteLanguage)
{
$this->siteLanguage = $siteLanguage;
}
-
public function getSiteLanguage()
{
return $this->siteLanguage;
}
-
}
class Google_Service_AdExchangeSeller_CustomChannels extends Google_Collection
@@ -1252,11 +1198,11 @@ class Google_Service_AdExchangeSeller_CustomChannels extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1265,7 +1211,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1274,7 +1219,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1283,12 +1227,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdExchangeSeller_Metadata extends Google_Collection
@@ -1300,11 +1242,11 @@ class Google_Service_AdExchangeSeller_Metadata extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1313,12 +1255,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdExchangeSeller_PreferredDeal extends Google_Model
@@ -1334,11 +1274,11 @@ class Google_Service_AdExchangeSeller_PreferredDeal extends Google_Model
public $kind;
public $startTime;
+
public function setAdvertiserName($advertiserName)
{
$this->advertiserName = $advertiserName;
}
-
public function getAdvertiserName()
{
return $this->advertiserName;
@@ -1347,7 +1287,6 @@ public function setBuyerNetworkName($buyerNetworkName)
{
$this->buyerNetworkName = $buyerNetworkName;
}
-
public function getBuyerNetworkName()
{
return $this->buyerNetworkName;
@@ -1356,7 +1295,6 @@ public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
-
public function getCurrencyCode()
{
return $this->currencyCode;
@@ -1365,7 +1303,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -1374,7 +1311,6 @@ public function setFixedCpm($fixedCpm)
{
$this->fixedCpm = $fixedCpm;
}
-
public function getFixedCpm()
{
return $this->fixedCpm;
@@ -1383,7 +1319,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1392,7 +1327,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1401,12 +1335,10 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
}
-
}
class Google_Service_AdExchangeSeller_PreferredDeals extends Google_Collection
@@ -1418,11 +1350,11 @@ class Google_Service_AdExchangeSeller_PreferredDeals extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1431,12 +1363,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdExchangeSeller_Report extends Google_Collection
@@ -1453,11 +1383,11 @@ class Google_Service_AdExchangeSeller_Report extends Google_Collection
public $totals;
public $warnings;
+
public function setAverages($averages)
{
$this->averages = $averages;
}
-
public function getAverages()
{
return $this->averages;
@@ -1466,7 +1396,6 @@ public function setHeaders($headers)
{
$this->headers = $headers;
}
-
public function getHeaders()
{
return $this->headers;
@@ -1475,7 +1404,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1484,7 +1412,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -1493,7 +1420,6 @@ public function setTotalMatchedRows($totalMatchedRows)
{
$this->totalMatchedRows = $totalMatchedRows;
}
-
public function getTotalMatchedRows()
{
return $this->totalMatchedRows;
@@ -1502,7 +1428,6 @@ public function setTotals($totals)
{
$this->totals = $totals;
}
-
public function getTotals()
{
return $this->totals;
@@ -1511,12 +1436,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_AdExchangeSeller_ReportHeaders extends Google_Model
@@ -1527,11 +1450,11 @@ class Google_Service_AdExchangeSeller_ReportHeaders extends Google_Model
public $name;
public $type;
+
public function setCurrency($currency)
{
$this->currency = $currency;
}
-
public function getCurrency()
{
return $this->currency;
@@ -1540,7 +1463,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1549,12 +1471,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdExchangeSeller_ReportingMetadataEntry extends Google_Collection
@@ -1570,11 +1490,11 @@ class Google_Service_AdExchangeSeller_ReportingMetadataEntry extends Google_Coll
public $requiredMetrics;
public $supportedProducts;
+
public function setCompatibleDimensions($compatibleDimensions)
{
$this->compatibleDimensions = $compatibleDimensions;
}
-
public function getCompatibleDimensions()
{
return $this->compatibleDimensions;
@@ -1583,7 +1503,6 @@ public function setCompatibleMetrics($compatibleMetrics)
{
$this->compatibleMetrics = $compatibleMetrics;
}
-
public function getCompatibleMetrics()
{
return $this->compatibleMetrics;
@@ -1592,7 +1511,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1601,7 +1519,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1610,7 +1527,6 @@ public function setRequiredDimensions($requiredDimensions)
{
$this->requiredDimensions = $requiredDimensions;
}
-
public function getRequiredDimensions()
{
return $this->requiredDimensions;
@@ -1619,7 +1535,6 @@ public function setRequiredMetrics($requiredMetrics)
{
$this->requiredMetrics = $requiredMetrics;
}
-
public function getRequiredMetrics()
{
return $this->requiredMetrics;
@@ -1628,12 +1543,10 @@ public function setSupportedProducts($supportedProducts)
{
$this->supportedProducts = $supportedProducts;
}
-
public function getSupportedProducts()
{
return $this->supportedProducts;
}
-
}
class Google_Service_AdExchangeSeller_SavedReport extends Google_Model
@@ -1644,11 +1557,11 @@ class Google_Service_AdExchangeSeller_SavedReport extends Google_Model
public $kind;
public $name;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1657,7 +1570,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1666,12 +1578,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_AdExchangeSeller_SavedReports extends Google_Collection
@@ -1685,11 +1595,11 @@ class Google_Service_AdExchangeSeller_SavedReports extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1698,7 +1608,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1707,7 +1616,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1716,12 +1624,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdExchangeSeller_UrlChannel extends Google_Model
@@ -1732,11 +1638,11 @@ class Google_Service_AdExchangeSeller_UrlChannel extends Google_Model
public $kind;
public $urlPattern;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1745,7 +1651,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1754,12 +1659,10 @@ public function setUrlPattern($urlPattern)
{
$this->urlPattern = $urlPattern;
}
-
public function getUrlPattern()
{
return $this->urlPattern;
}
-
}
class Google_Service_AdExchangeSeller_UrlChannels extends Google_Collection
@@ -1773,11 +1676,11 @@ class Google_Service_AdExchangeSeller_UrlChannels extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1786,7 +1689,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1795,7 +1697,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1804,10 +1705,8 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
From 1e62410fbd2caa4d77af923d6bec3fc7302e7b75 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for interacting with Glass users via the timeline.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Mirror extends Google_Service
{
/** View your location. */
- const GLASS_LOCATION = "https://www.googleapis.com/auth/glass.location";
+ const GLASS_LOCATION =
+ "https://www.googleapis.com/auth/glass.location";
/** View and manage your Glass timeline. */
- const GLASS_TIMELINE = "https://www.googleapis.com/auth/glass.timeline";
+ const GLASS_TIMELINE =
+ "https://www.googleapis.com/auth/glass.timeline";
public $accounts;
public $contacts;
@@ -392,12 +393,11 @@ class Google_Service_Mirror_Accounts_Resource extends Google_Service_Resource
/**
* Inserts a new account for a user (accounts.insert)
*
- * @param string $userToken
- * The ID for the user.
- * @param string $accountType
- * Account type to be passed to Android Account Manager.
- * @param string $accountName
- * The name of the account to be passed to the Android Account Manager.
+ * @param string $userToken The ID for the user.
+ * @param string $accountType Account type to be passed to Android Account
+ * Manager.
+ * @param string $accountName The name of the account to be passed to the
+ * Android Account Manager.
* @param Google_Account $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Account
@@ -424,8 +424,7 @@ class Google_Service_Mirror_Contacts_Resource extends Google_Service_Resource
/**
* Deletes a contact. (contacts.delete)
*
- * @param string $id
- * The ID of the contact.
+ * @param string $id The ID of the contact.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -434,11 +433,11 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a single contact by ID. (contacts.get)
*
- * @param string $id
- * The ID of the contact.
+ * @param string $id The ID of the contact.
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Contact
*/
@@ -448,6 +447,7 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Mirror_Contact");
}
+
/**
* Inserts a new contact. (contacts.insert)
*
@@ -461,6 +461,7 @@ public function insert(Google_Service_Mirror_Contact $postBody, $optParams = arr
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Mirror_Contact");
}
+
/**
* Retrieves a list of contacts for the authenticated user.
* (contacts.listContacts)
@@ -474,12 +475,12 @@ public function listContacts($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Mirror_ContactsListResponse");
}
+
/**
* Updates a contact in place. This method supports patch semantics.
* (contacts.patch)
*
- * @param string $id
- * The ID of the contact.
+ * @param string $id The ID of the contact.
* @param Google_Contact $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Contact
@@ -490,11 +491,11 @@ public function patch($id, Google_Service_Mirror_Contact $postBody, $optParams =
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Mirror_Contact");
}
+
/**
* Updates a contact in place. (contacts.update)
*
- * @param string $id
- * The ID of the contact.
+ * @param string $id The ID of the contact.
* @param Google_Contact $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Contact
@@ -521,8 +522,8 @@ class Google_Service_Mirror_Locations_Resource extends Google_Service_Resource
/**
* Gets a single location by ID. (locations.get)
*
- * @param string $id
- * The ID of the location or latest for the last known location.
+ * @param string $id The ID of the location or latest for the last known
+ * location.
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Location
*/
@@ -532,6 +533,7 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Mirror_Location");
}
+
/**
* Retrieves a list of locations for the user. (locations.listLocations)
*
@@ -560,13 +562,11 @@ class Google_Service_Mirror_Settings_Resource extends Google_Service_Resource
/**
* Gets a single setting by ID. (settings.get)
*
- * @param string $id
- * The ID of the setting. The following IDs are valid:
- - locale - The key to the user’s
- * language/locale (BCP 47 identifier) that Glassware should use to render localized content.
- -
- * timezone - The key to the user’s current time zone region as defined in the tz database.
- * Example: America/Los_Angeles.
+ * @param string $id The ID of the setting. The following IDs are valid: -
+ * locale - The key to the user’s language/locale (BCP 47 identifier) that
+ * Glassware should use to render localized content. - timezone - The key to
+ * the user’s current time zone region as defined in the tz database. Example:
+ * America/Los_Angeles.
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Setting
*/
@@ -592,8 +592,7 @@ class Google_Service_Mirror_Subscriptions_Resource extends Google_Service_Resour
/**
* Deletes a subscription. (subscriptions.delete)
*
- * @param string $id
- * The ID of the subscription.
+ * @param string $id The ID of the subscription.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -602,6 +601,7 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Creates a new subscription. (subscriptions.insert)
*
@@ -615,6 +615,7 @@ public function insert(Google_Service_Mirror_Subscription $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Mirror_Subscription");
}
+
/**
* Retrieves a list of subscriptions for the authenticated user and service.
* (subscriptions.listSubscriptions)
@@ -628,11 +629,11 @@ public function listSubscriptions($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Mirror_SubscriptionsListResponse");
}
+
/**
* Updates an existing subscription in place. (subscriptions.update)
*
- * @param string $id
- * The ID of the subscription.
+ * @param string $id The ID of the subscription.
* @param Google_Subscription $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Subscription
@@ -659,8 +660,7 @@ class Google_Service_Mirror_Timeline_Resource extends Google_Service_Resource
/**
* Deletes a timeline item. (timeline.delete)
*
- * @param string $id
- * The ID of the timeline item.
+ * @param string $id The ID of the timeline item.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -669,11 +669,11 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a single timeline item by ID. (timeline.get)
*
- * @param string $id
- * The ID of the timeline item.
+ * @param string $id The ID of the timeline item.
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_TimelineItem
*/
@@ -683,6 +683,7 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Mirror_TimelineItem");
}
+
/**
* Inserts a new item into the timeline. (timeline.insert)
*
@@ -696,26 +697,25 @@ public function insert(Google_Service_Mirror_TimelineItem $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Mirror_TimelineItem");
}
+
/**
* Retrieves a list of timeline items for the authenticated user.
* (timeline.listTimeline)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * Controls the order in which timeline items are returned.
- * @opt_param bool includeDeleted
- * If true, tombstone records for deleted items will be returned.
- * @opt_param string maxResults
- * The maximum number of items to include in the response, used for paging.
- * @opt_param string pageToken
- * Token for the page of results to return.
- * @opt_param string sourceItemId
- * If provided, only items with the given sourceItemId will be returned.
- * @opt_param bool pinnedOnly
- * If true, only pinned items will be returned.
- * @opt_param string bundleId
- * If provided, only items with the given bundleId will be returned.
+ * @opt_param string orderBy Controls the order in which timeline items are
+ * returned.
+ * @opt_param bool includeDeleted If true, tombstone records for deleted items
+ * will be returned.
+ * @opt_param string maxResults The maximum number of items to include in the
+ * response, used for paging.
+ * @opt_param string pageToken Token for the page of results to return.
+ * @opt_param string sourceItemId If provided, only items with the given
+ * sourceItemId will be returned.
+ * @opt_param bool pinnedOnly If true, only pinned items will be returned.
+ * @opt_param string bundleId If provided, only items with the given bundleId
+ * will be returned.
* @return Google_Service_Mirror_TimelineListResponse
*/
public function listTimeline($optParams = array())
@@ -724,12 +724,12 @@ public function listTimeline($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Mirror_TimelineListResponse");
}
+
/**
* Updates a timeline item in place. This method supports patch semantics.
* (timeline.patch)
*
- * @param string $id
- * The ID of the timeline item.
+ * @param string $id The ID of the timeline item.
* @param Google_TimelineItem $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_TimelineItem
@@ -740,11 +740,11 @@ public function patch($id, Google_Service_Mirror_TimelineItem $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Mirror_TimelineItem");
}
+
/**
* Updates a timeline item in place. (timeline.update)
*
- * @param string $id
- * The ID of the timeline item.
+ * @param string $id The ID of the timeline item.
* @param Google_TimelineItem $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_TimelineItem
@@ -771,10 +771,8 @@ class Google_Service_Mirror_TimelineAttachments_Resource extends Google_Service_
/**
* Deletes an attachment from a timeline item. (attachments.delete)
*
- * @param string $itemId
- * The ID of the timeline item the attachment belongs to.
- * @param string $attachmentId
- * The ID of the attachment.
+ * @param string $itemId The ID of the timeline item the attachment belongs to.
+ * @param string $attachmentId The ID of the attachment.
* @param array $optParams Optional parameters.
*/
public function delete($itemId, $attachmentId, $optParams = array())
@@ -783,14 +781,13 @@ public function delete($itemId, $attachmentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves an attachment on a timeline item by item ID and attachment ID.
* (attachments.get)
*
- * @param string $itemId
- * The ID of the timeline item the attachment belongs to.
- * @param string $attachmentId
- * The ID of the attachment.
+ * @param string $itemId The ID of the timeline item the attachment belongs to.
+ * @param string $attachmentId The ID of the attachment.
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Attachment
*/
@@ -800,11 +797,11 @@ public function get($itemId, $attachmentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Mirror_Attachment");
}
+
/**
* Adds a new attachment to a timeline item. (attachments.insert)
*
- * @param string $itemId
- * The ID of the timeline item the attachment belongs to.
+ * @param string $itemId The ID of the timeline item the attachment belongs to.
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_Attachment
*/
@@ -814,12 +811,13 @@ public function insert($itemId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Mirror_Attachment");
}
+
/**
* Returns a list of attachments for a timeline item.
* (attachments.listTimelineAttachments)
*
- * @param string $itemId
- * The ID of the timeline item whose attachments should be listed.
+ * @param string $itemId The ID of the timeline item whose attachments should be
+ * listed.
* @param array $optParams Optional parameters.
* @return Google_Service_Mirror_AttachmentsListResponse
*/
@@ -846,11 +844,11 @@ class Google_Service_Mirror_Account extends Google_Collection
protected $userDataType = 'Google_Service_Mirror_UserData';
protected $userDataDataType = 'array';
+
public function setAuthTokens($authTokens)
{
$this->authTokens = $authTokens;
}
-
public function getAuthTokens()
{
return $this->authTokens;
@@ -859,7 +857,6 @@ public function setFeatures($features)
{
$this->features = $features;
}
-
public function getFeatures()
{
return $this->features;
@@ -868,7 +865,6 @@ public function setPassword($password)
{
$this->password = $password;
}
-
public function getPassword()
{
return $this->password;
@@ -877,12 +873,10 @@ public function setUserData($userData)
{
$this->userData = $userData;
}
-
public function getUserData()
{
return $this->userData;
}
-
}
class Google_Service_Mirror_Attachment extends Google_Model
@@ -894,11 +888,11 @@ class Google_Service_Mirror_Attachment extends Google_Model
public $id;
public $isProcessingContent;
+
public function setContentType($contentType)
{
$this->contentType = $contentType;
}
-
public function getContentType()
{
return $this->contentType;
@@ -907,7 +901,6 @@ public function setContentUrl($contentUrl)
{
$this->contentUrl = $contentUrl;
}
-
public function getContentUrl()
{
return $this->contentUrl;
@@ -916,7 +909,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -925,12 +917,10 @@ public function setIsProcessingContent($isProcessingContent)
{
$this->isProcessingContent = $isProcessingContent;
}
-
public function getIsProcessingContent()
{
return $this->isProcessingContent;
}
-
}
class Google_Service_Mirror_AttachmentsListResponse extends Google_Collection
@@ -942,11 +932,11 @@ class Google_Service_Mirror_AttachmentsListResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -955,12 +945,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Mirror_AuthToken extends Google_Model
@@ -970,11 +958,11 @@ class Google_Service_Mirror_AuthToken extends Google_Model
public $authToken;
public $type;
+
public function setAuthToken($authToken)
{
$this->authToken = $authToken;
}
-
public function getAuthToken()
{
return $this->authToken;
@@ -983,12 +971,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Mirror_Command extends Google_Model
@@ -997,16 +983,15 @@ class Google_Service_Mirror_Command extends Google_Model
);
public $type;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Mirror_Contact extends Google_Collection
@@ -1028,11 +1013,11 @@ class Google_Service_Mirror_Contact extends Google_Collection
public $speakableName;
public $type;
+
public function setAcceptCommands($acceptCommands)
{
$this->acceptCommands = $acceptCommands;
}
-
public function getAcceptCommands()
{
return $this->acceptCommands;
@@ -1041,7 +1026,6 @@ public function setAcceptTypes($acceptTypes)
{
$this->acceptTypes = $acceptTypes;
}
-
public function getAcceptTypes()
{
return $this->acceptTypes;
@@ -1050,7 +1034,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1059,7 +1042,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1068,7 +1050,6 @@ public function setImageUrls($imageUrls)
{
$this->imageUrls = $imageUrls;
}
-
public function getImageUrls()
{
return $this->imageUrls;
@@ -1077,7 +1058,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1086,7 +1066,6 @@ public function setPhoneNumber($phoneNumber)
{
$this->phoneNumber = $phoneNumber;
}
-
public function getPhoneNumber()
{
return $this->phoneNumber;
@@ -1095,7 +1074,6 @@ public function setPriority($priority)
{
$this->priority = $priority;
}
-
public function getPriority()
{
return $this->priority;
@@ -1104,7 +1082,6 @@ public function setSharingFeatures($sharingFeatures)
{
$this->sharingFeatures = $sharingFeatures;
}
-
public function getSharingFeatures()
{
return $this->sharingFeatures;
@@ -1113,7 +1090,6 @@ public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -1122,7 +1098,6 @@ public function setSpeakableName($speakableName)
{
$this->speakableName = $speakableName;
}
-
public function getSpeakableName()
{
return $this->speakableName;
@@ -1131,12 +1106,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Mirror_ContactsListResponse extends Google_Collection
@@ -1148,11 +1121,11 @@ class Google_Service_Mirror_ContactsListResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1161,12 +1134,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Mirror_Location extends Google_Model
@@ -1182,11 +1153,11 @@ class Google_Service_Mirror_Location extends Google_Model
public $longitude;
public $timestamp;
+
public function setAccuracy($accuracy)
{
$this->accuracy = $accuracy;
}
-
public function getAccuracy()
{
return $this->accuracy;
@@ -1195,7 +1166,6 @@ public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -1204,7 +1174,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1213,7 +1182,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1222,7 +1190,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1231,7 +1198,6 @@ public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -1240,7 +1206,6 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
@@ -1249,12 +1214,10 @@ public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
-
public function getTimestamp()
{
return $this->timestamp;
}
-
}
class Google_Service_Mirror_LocationsListResponse extends Google_Collection
@@ -1266,11 +1229,11 @@ class Google_Service_Mirror_LocationsListResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1279,12 +1242,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Mirror_MenuItem extends Google_Collection
@@ -1301,11 +1262,11 @@ class Google_Service_Mirror_MenuItem extends Google_Collection
protected $valuesType = 'Google_Service_Mirror_MenuValue';
protected $valuesDataType = 'array';
+
public function setAction($action)
{
$this->action = $action;
}
-
public function getAction()
{
return $this->action;
@@ -1314,7 +1275,6 @@ public function setContextualCommand($contextualCommand)
{
$this->contextualCommand = $contextualCommand;
}
-
public function getContextualCommand()
{
return $this->contextualCommand;
@@ -1323,7 +1283,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1332,7 +1291,6 @@ public function setPayload($payload)
{
$this->payload = $payload;
}
-
public function getPayload()
{
return $this->payload;
@@ -1341,7 +1299,6 @@ public function setRemoveWhenSelected($removeWhenSelected)
{
$this->removeWhenSelected = $removeWhenSelected;
}
-
public function getRemoveWhenSelected()
{
return $this->removeWhenSelected;
@@ -1350,12 +1307,10 @@ public function setValues($values)
{
$this->values = $values;
}
-
public function getValues()
{
return $this->values;
}
-
}
class Google_Service_Mirror_MenuValue extends Google_Model
@@ -1366,11 +1321,11 @@ class Google_Service_Mirror_MenuValue extends Google_Model
public $iconUrl;
public $state;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1379,7 +1334,6 @@ public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
}
-
public function getIconUrl()
{
return $this->iconUrl;
@@ -1388,12 +1342,10 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_Mirror_Notification extends Google_Collection
@@ -1409,11 +1361,11 @@ class Google_Service_Mirror_Notification extends Google_Collection
public $userToken;
public $verifyToken;
+
public function setCollection($collection)
{
$this->collection = $collection;
}
-
public function getCollection()
{
return $this->collection;
@@ -1422,7 +1374,6 @@ public function setItemId($itemId)
{
$this->itemId = $itemId;
}
-
public function getItemId()
{
return $this->itemId;
@@ -1431,7 +1382,6 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
@@ -1440,7 +1390,6 @@ public function setUserActions($userActions)
{
$this->userActions = $userActions;
}
-
public function getUserActions()
{
return $this->userActions;
@@ -1449,7 +1398,6 @@ public function setUserToken($userToken)
{
$this->userToken = $userToken;
}
-
public function getUserToken()
{
return $this->userToken;
@@ -1458,12 +1406,10 @@ public function setVerifyToken($verifyToken)
{
$this->verifyToken = $verifyToken;
}
-
public function getVerifyToken()
{
return $this->verifyToken;
}
-
}
class Google_Service_Mirror_NotificationConfig extends Google_Model
@@ -1473,11 +1419,11 @@ class Google_Service_Mirror_NotificationConfig extends Google_Model
public $deliveryTime;
public $level;
+
public function setDeliveryTime($deliveryTime)
{
$this->deliveryTime = $deliveryTime;
}
-
public function getDeliveryTime()
{
return $this->deliveryTime;
@@ -1486,12 +1432,10 @@ public function setLevel($level)
{
$this->level = $level;
}
-
public function getLevel()
{
return $this->level;
}
-
}
class Google_Service_Mirror_Setting extends Google_Model
@@ -1502,11 +1446,11 @@ class Google_Service_Mirror_Setting extends Google_Model
public $kind;
public $value;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1515,7 +1459,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1524,12 +1467,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Mirror_Subscription extends Google_Collection
@@ -1548,11 +1489,11 @@ class Google_Service_Mirror_Subscription extends Google_Collection
public $userToken;
public $verifyToken;
+
public function setCallbackUrl($callbackUrl)
{
$this->callbackUrl = $callbackUrl;
}
-
public function getCallbackUrl()
{
return $this->callbackUrl;
@@ -1561,7 +1502,6 @@ public function setCollection($collection)
{
$this->collection = $collection;
}
-
public function getCollection()
{
return $this->collection;
@@ -1570,7 +1510,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1579,7 +1518,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1588,7 +1526,6 @@ public function setNotification(Google_Service_Mirror_Notification $notification
{
$this->notification = $notification;
}
-
public function getNotification()
{
return $this->notification;
@@ -1597,7 +1534,6 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
@@ -1606,7 +1542,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -1615,7 +1550,6 @@ public function setUserToken($userToken)
{
$this->userToken = $userToken;
}
-
public function getUserToken()
{
return $this->userToken;
@@ -1624,12 +1558,10 @@ public function setVerifyToken($verifyToken)
{
$this->verifyToken = $verifyToken;
}
-
public function getVerifyToken()
{
return $this->verifyToken;
}
-
}
class Google_Service_Mirror_SubscriptionsListResponse extends Google_Collection
@@ -1641,11 +1573,11 @@ class Google_Service_Mirror_SubscriptionsListResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1654,12 +1586,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Mirror_TimelineItem extends Google_Collection
@@ -1700,11 +1630,11 @@ class Google_Service_Mirror_TimelineItem extends Google_Collection
public $title;
public $updated;
+
public function setAttachments($attachments)
{
$this->attachments = $attachments;
}
-
public function getAttachments()
{
return $this->attachments;
@@ -1713,7 +1643,6 @@ public function setBundleId($bundleId)
{
$this->bundleId = $bundleId;
}
-
public function getBundleId()
{
return $this->bundleId;
@@ -1722,7 +1651,6 @@ public function setCanonicalUrl($canonicalUrl)
{
$this->canonicalUrl = $canonicalUrl;
}
-
public function getCanonicalUrl()
{
return $this->canonicalUrl;
@@ -1731,7 +1659,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -1740,7 +1667,6 @@ public function setCreator(Google_Service_Mirror_Contact $creator)
{
$this->creator = $creator;
}
-
public function getCreator()
{
return $this->creator;
@@ -1749,7 +1675,6 @@ public function setDisplayTime($displayTime)
{
$this->displayTime = $displayTime;
}
-
public function getDisplayTime()
{
return $this->displayTime;
@@ -1758,7 +1683,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1767,7 +1691,6 @@ public function setHtml($html)
{
$this->html = $html;
}
-
public function getHtml()
{
return $this->html;
@@ -1776,7 +1699,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1785,7 +1707,6 @@ public function setInReplyTo($inReplyTo)
{
$this->inReplyTo = $inReplyTo;
}
-
public function getInReplyTo()
{
return $this->inReplyTo;
@@ -1794,7 +1715,6 @@ public function setIsBundleCover($isBundleCover)
{
$this->isBundleCover = $isBundleCover;
}
-
public function getIsBundleCover()
{
return $this->isBundleCover;
@@ -1803,7 +1723,6 @@ public function setIsDeleted($isDeleted)
{
$this->isDeleted = $isDeleted;
}
-
public function getIsDeleted()
{
return $this->isDeleted;
@@ -1812,7 +1731,6 @@ public function setIsPinned($isPinned)
{
$this->isPinned = $isPinned;
}
-
public function getIsPinned()
{
return $this->isPinned;
@@ -1821,7 +1739,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1830,7 +1747,6 @@ public function setLocation(Google_Service_Mirror_Location $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1839,7 +1755,6 @@ public function setMenuItems($menuItems)
{
$this->menuItems = $menuItems;
}
-
public function getMenuItems()
{
return $this->menuItems;
@@ -1848,7 +1763,6 @@ public function setNotification(Google_Service_Mirror_NotificationConfig $notifi
{
$this->notification = $notification;
}
-
public function getNotification()
{
return $this->notification;
@@ -1857,7 +1771,6 @@ public function setPinScore($pinScore)
{
$this->pinScore = $pinScore;
}
-
public function getPinScore()
{
return $this->pinScore;
@@ -1866,7 +1779,6 @@ public function setRecipients($recipients)
{
$this->recipients = $recipients;
}
-
public function getRecipients()
{
return $this->recipients;
@@ -1875,7 +1787,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1884,7 +1795,6 @@ public function setSourceItemId($sourceItemId)
{
$this->sourceItemId = $sourceItemId;
}
-
public function getSourceItemId()
{
return $this->sourceItemId;
@@ -1893,7 +1803,6 @@ public function setSpeakableText($speakableText)
{
$this->speakableText = $speakableText;
}
-
public function getSpeakableText()
{
return $this->speakableText;
@@ -1902,7 +1811,6 @@ public function setSpeakableType($speakableType)
{
$this->speakableType = $speakableType;
}
-
public function getSpeakableType()
{
return $this->speakableType;
@@ -1911,7 +1819,6 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
@@ -1920,7 +1827,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -1929,12 +1835,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Mirror_TimelineListResponse extends Google_Collection
@@ -1947,11 +1851,11 @@ class Google_Service_Mirror_TimelineListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1960,7 +1864,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1969,12 +1872,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Mirror_UserAction extends Google_Model
@@ -1984,11 +1885,11 @@ class Google_Service_Mirror_UserAction extends Google_Model
public $payload;
public $type;
+
public function setPayload($payload)
{
$this->payload = $payload;
}
-
public function getPayload()
{
return $this->payload;
@@ -1997,12 +1898,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Mirror_UserData extends Google_Model
@@ -2012,11 +1911,11 @@ class Google_Service_Mirror_UserData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -2025,10 +1924,8 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
From 438af3d97e8de417cc8c6fd7797ccc871774ef85 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for the Google Compute Engine service.
- *
* For more information about this service, see the API
@@ -32,15 +31,20 @@
class Google_Service_Compute extends Google_Service
{
/** View and manage your Google Compute Engine resources. */
- const COMPUTE = "https://www.googleapis.com/auth/compute";
+ const COMPUTE =
+ "https://www.googleapis.com/auth/compute";
/** View your Google Compute Engine resources. */
- const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly";
+ const COMPUTE_READONLY =
+ "https://www.googleapis.com/auth/compute.readonly";
/** Manage your data and permissions in Google Cloud Storage. */
- const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control";
+ const DEVSTORAGE_FULL_CONTROL =
+ "https://www.googleapis.com/auth/devstorage.full_control";
/** View your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only";
+ const DEVSTORAGE_READ_ONLY =
+ "https://www.googleapis.com/auth/devstorage.read_only";
/** Manage your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write";
+ const DEVSTORAGE_READ_WRITE =
+ "https://www.googleapis.com/auth/devstorage.read_write";
public $addresses;
public $backendServices;
@@ -2787,18 +2791,15 @@ class Google_Service_Compute_Addresses_Resource extends Google_Service_Resource
/**
* Retrieves the list of addresses grouped by scope. (addresses.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_AddressAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -2807,15 +2808,13 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_AddressAggregatedList");
}
+
/**
* Deletes the specified address resource. (addresses.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $address
- * Name of the address resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $address Name of the address resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -2825,15 +2824,13 @@ public function delete($project, $region, $address, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified address resource. (addresses.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $address
- * Name of the address resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $address Name of the address resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Address
*/
@@ -2843,14 +2840,13 @@ public function get($project, $region, $address, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Address");
}
+
/**
* Creates an address resource in the specified project using the data included
* in the request. (addresses.insert)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
* @param Google_Address $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -2861,24 +2857,21 @@ public function insert($project, $region, Google_Service_Compute_Address $postBo
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of address resources contained within the specified
* region. (addresses.listAddresses)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_AddressList
*/
public function listAddresses($project, $region, $optParams = array())
@@ -2903,10 +2896,8 @@ class Google_Service_Compute_BackendServices_Resource extends Google_Service_Res
/**
* Deletes the specified BackendService resource. (backendServices.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $backendService
- * Name of the BackendService resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $backendService Name of the BackendService resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -2916,13 +2907,12 @@ public function delete($project, $backendService, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified BackendService resource. (backendServices.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $backendService
- * Name of the BackendService resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $backendService Name of the BackendService resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_BackendService
*/
@@ -2932,14 +2922,14 @@ public function get($project, $backendService, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_BackendService");
}
+
/**
* Gets the most recent health check results for this BackendService.
* (backendServices.getHealth)
*
* @param string $project
- *
- * @param string $backendService
- * Name of the BackendService resource to which the queried instance belongs.
+ * @param string $backendService Name of the BackendService resource to which
+ * the queried instance belongs.
* @param Google_ResourceGroupReference $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_BackendServiceGroupHealth
@@ -2950,12 +2940,12 @@ public function getHealth($project, $backendService, Google_Service_Compute_Reso
$params = array_merge($params, $optParams);
return $this->call('getHealth', array($params), "Google_Service_Compute_BackendServiceGroupHealth");
}
+
/**
* Creates a BackendService resource in the specified project using the data
* included in the request. (backendServices.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_BackendService $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -2966,22 +2956,20 @@ public function insert($project, Google_Service_Compute_BackendService $postBody
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of BackendService resources available to the specified
* project. (backendServices.listBackendServices)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_BackendServiceList
*/
public function listBackendServices($project, $optParams = array())
@@ -2990,14 +2978,13 @@ public function listBackendServices($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_BackendServiceList");
}
+
/**
* Update the entire content of the BackendService resource. This method
* supports patch semantics. (backendServices.patch)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $backendService
- * Name of the BackendService resource to update.
+ * @param string $project Name of the project scoping this request.
+ * @param string $backendService Name of the BackendService resource to update.
* @param Google_BackendService $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3008,14 +2995,13 @@ public function patch($project, $backendService, Google_Service_Compute_BackendS
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Update the entire content of the BackendService resource.
* (backendServices.update)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $backendService
- * Name of the BackendService resource to update.
+ * @param string $project Name of the project scoping this request.
+ * @param string $backendService Name of the BackendService resource to update.
* @param Google_BackendService $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3043,18 +3029,15 @@ class Google_Service_Compute_DiskTypes_Resource extends Google_Service_Resource
* Retrieves the list of disk type resources grouped by scope.
* (diskTypes.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_DiskTypeAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -3063,15 +3046,13 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskTypeAggregatedList");
}
+
/**
* Returns the specified disk type resource. (diskTypes.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $diskType
- * Name of the disk type resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $diskType Name of the disk type resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_DiskType
*/
@@ -3081,24 +3062,21 @@ public function get($project, $zone, $diskType, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_DiskType");
}
+
/**
* Retrieves the list of disk type resources available to the specified project.
* (diskTypes.listDiskTypes)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_DiskTypeList
*/
public function listDiskTypes($project, $zone, $optParams = array())
@@ -3123,18 +3101,15 @@ class Google_Service_Compute_Disks_Resource extends Google_Service_Resource
/**
* Retrieves the list of disks grouped by scope. (disks.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_DiskAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -3143,15 +3118,13 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_DiskAggregatedList");
}
+
/**
* (disks.createSnapshot)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $disk
- * Name of the persistent disk resource to snapshot.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $disk Name of the persistent disk resource to snapshot.
* @param Google_Snapshot $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3162,15 +3135,13 @@ public function createSnapshot($project, $zone, $disk, Google_Service_Compute_Sn
$params = array_merge($params, $optParams);
return $this->call('createSnapshot', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Deletes the specified persistent disk resource. (disks.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $disk
- * Name of the persistent disk resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $disk Name of the persistent disk resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -3180,15 +3151,13 @@ public function delete($project, $zone, $disk, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified persistent disk resource. (disks.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $disk
- * Name of the persistent disk resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $disk Name of the persistent disk resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Disk
*/
@@ -3198,19 +3167,17 @@ public function get($project, $zone, $disk, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Disk");
}
+
/**
* Creates a persistent disk resource in the specified project using the data
* included in the request. (disks.insert)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
* @param Google_Disk $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string sourceImage
- * Optional. Source image to restore onto a disk.
+ * @opt_param string sourceImage Optional. Source image to restore onto a disk.
* @return Google_Service_Compute_Operation
*/
public function insert($project, $zone, Google_Service_Compute_Disk $postBody, $optParams = array())
@@ -3219,24 +3186,21 @@ public function insert($project, $zone, Google_Service_Compute_Disk $postBody, $
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of persistent disk resources contained within the
* specified zone. (disks.listDisks)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_DiskList
*/
public function listDisks($project, $zone, $optParams = array())
@@ -3261,10 +3225,8 @@ class Google_Service_Compute_Firewalls_Resource extends Google_Service_Resource
/**
* Deletes the specified firewall resource. (firewalls.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $firewall
- * Name of the firewall resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $firewall Name of the firewall resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -3274,13 +3236,12 @@ public function delete($project, $firewall, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified firewall resource. (firewalls.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $firewall
- * Name of the firewall resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $firewall Name of the firewall resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Firewall
*/
@@ -3290,12 +3251,12 @@ public function get($project, $firewall, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Firewall");
}
+
/**
* Creates a firewall resource in the specified project using the data included
* in the request. (firewalls.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_Firewall $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3306,22 +3267,20 @@ public function insert($project, Google_Service_Compute_Firewall $postBody, $opt
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of firewall resources available to the specified project.
* (firewalls.listFirewalls)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_FirewallList
*/
public function listFirewalls($project, $optParams = array())
@@ -3330,14 +3289,13 @@ public function listFirewalls($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_FirewallList");
}
+
/**
* Updates the specified firewall resource with the data included in the
* request. This method supports patch semantics. (firewalls.patch)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $firewall
- * Name of the firewall resource to update.
+ * @param string $project Name of the project scoping this request.
+ * @param string $firewall Name of the firewall resource to update.
* @param Google_Firewall $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3348,14 +3306,13 @@ public function patch($project, $firewall, Google_Service_Compute_Firewall $post
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Updates the specified firewall resource with the data included in the
* request. (firewalls.update)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $firewall
- * Name of the firewall resource to update.
+ * @param string $project Name of the project scoping this request.
+ * @param string $firewall Name of the firewall resource to update.
* @param Google_Firewall $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3383,18 +3340,15 @@ class Google_Service_Compute_ForwardingRules_Resource extends Google_Service_Res
* Retrieves the list of forwarding rules grouped by scope.
* (forwardingRules.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_ForwardingRuleAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -3403,15 +3357,13 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_ForwardingRuleAggregatedList");
}
+
/**
* Deletes the specified ForwardingRule resource. (forwardingRules.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $forwardingRule
- * Name of the ForwardingRule resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $forwardingRule Name of the ForwardingRule resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -3421,15 +3373,13 @@ public function delete($project, $region, $forwardingRule, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified ForwardingRule resource. (forwardingRules.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $forwardingRule
- * Name of the ForwardingRule resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $forwardingRule Name of the ForwardingRule resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_ForwardingRule
*/
@@ -3439,14 +3389,13 @@ public function get($project, $region, $forwardingRule, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule");
}
+
/**
* Creates a ForwardingRule resource in the specified project and region using
* the data included in the request. (forwardingRules.insert)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
* @param Google_ForwardingRule $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3457,24 +3406,21 @@ public function insert($project, $region, Google_Service_Compute_ForwardingRule
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of ForwardingRule resources available to the specified
* project and region. (forwardingRules.listForwardingRules)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_ForwardingRuleList
*/
public function listForwardingRules($project, $region, $optParams = array())
@@ -3483,15 +3429,14 @@ public function listForwardingRules($project, $region, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList");
}
+
/**
* Changes target url for forwarding rule. (forwardingRules.setTarget)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $forwardingRule
- * Name of the ForwardingRule resource in which target is to be set.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $forwardingRule Name of the ForwardingRule resource in which
+ * target is to be set.
* @param Google_TargetReference $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3518,10 +3463,8 @@ class Google_Service_Compute_GlobalAddresses_Resource extends Google_Service_Res
/**
* Deletes the specified address resource. (globalAddresses.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $address
- * Name of the address resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $address Name of the address resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -3531,13 +3474,12 @@ public function delete($project, $address, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified address resource. (globalAddresses.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $address
- * Name of the address resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $address Name of the address resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Address
*/
@@ -3547,12 +3489,12 @@ public function get($project, $address, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Address");
}
+
/**
* Creates an address resource in the specified project using the data included
* in the request. (globalAddresses.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_Address $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3563,22 +3505,20 @@ public function insert($project, Google_Service_Compute_Address $postBody, $optP
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of global address resources.
* (globalAddresses.listGlobalAddresses)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_AddressList
*/
public function listGlobalAddresses($project, $optParams = array())
@@ -3603,10 +3543,8 @@ class Google_Service_Compute_GlobalForwardingRules_Resource extends Google_Servi
/**
* Deletes the specified ForwardingRule resource. (globalForwardingRules.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $forwardingRule
- * Name of the ForwardingRule resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $forwardingRule Name of the ForwardingRule resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -3616,13 +3554,12 @@ public function delete($project, $forwardingRule, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified ForwardingRule resource. (globalForwardingRules.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $forwardingRule
- * Name of the ForwardingRule resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $forwardingRule Name of the ForwardingRule resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_ForwardingRule
*/
@@ -3632,12 +3569,12 @@ public function get($project, $forwardingRule, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_ForwardingRule");
}
+
/**
* Creates a ForwardingRule resource in the specified project and region using
* the data included in the request. (globalForwardingRules.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_ForwardingRule $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3648,22 +3585,20 @@ public function insert($project, Google_Service_Compute_ForwardingRule $postBody
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of ForwardingRule resources available to the specified
* project. (globalForwardingRules.listGlobalForwardingRules)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_ForwardingRuleList
*/
public function listGlobalForwardingRules($project, $optParams = array())
@@ -3672,13 +3607,13 @@ public function listGlobalForwardingRules($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_ForwardingRuleList");
}
+
/**
* Changes target url for forwarding rule. (globalForwardingRules.setTarget)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $forwardingRule
- * Name of the ForwardingRule resource in which target is to be set.
+ * @param string $project Name of the project scoping this request.
+ * @param string $forwardingRule Name of the ForwardingRule resource in which
+ * target is to be set.
* @param Google_TargetReference $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3706,18 +3641,15 @@ class Google_Service_Compute_GlobalOperations_Resource extends Google_Service_Re
* Retrieves the list of all operations grouped by scope.
* (globalOperations.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_OperationAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -3726,13 +3658,12 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_OperationAggregatedList");
}
+
/**
* Deletes the specified operation resource. (globalOperations.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $operation
- * Name of the operation resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $operation Name of the operation resource to delete.
* @param array $optParams Optional parameters.
*/
public function delete($project, $operation, $optParams = array())
@@ -3741,13 +3672,12 @@ public function delete($project, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves the specified operation resource. (globalOperations.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $operation
- * Name of the operation resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $operation Name of the operation resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -3757,22 +3687,20 @@ public function get($project, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of operation resources contained within the specified
* project. (globalOperations.listGlobalOperations)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_OperationList
*/
public function listGlobalOperations($project, $optParams = array())
@@ -3797,10 +3725,9 @@ class Google_Service_Compute_HttpHealthChecks_Resource extends Google_Service_Re
/**
* Deletes the specified HttpHealthCheck resource. (httpHealthChecks.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $httpHealthCheck
- * Name of the HttpHealthCheck resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $httpHealthCheck Name of the HttpHealthCheck resource to
+ * delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -3810,13 +3737,13 @@ public function delete($project, $httpHealthCheck, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified HttpHealthCheck resource. (httpHealthChecks.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $httpHealthCheck
- * Name of the HttpHealthCheck resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $httpHealthCheck Name of the HttpHealthCheck resource to
+ * return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_HttpHealthCheck
*/
@@ -3826,12 +3753,12 @@ public function get($project, $httpHealthCheck, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_HttpHealthCheck");
}
+
/**
* Creates a HttpHealthCheck resource in the specified project using the data
* included in the request. (httpHealthChecks.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_HttpHealthCheck $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3842,22 +3769,20 @@ public function insert($project, Google_Service_Compute_HttpHealthCheck $postBod
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of HttpHealthCheck resources available to the specified
* project. (httpHealthChecks.listHttpHealthChecks)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_HttpHealthCheckList
*/
public function listHttpHealthChecks($project, $optParams = array())
@@ -3866,15 +3791,15 @@ public function listHttpHealthChecks($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_HttpHealthCheckList");
}
+
/**
* Updates a HttpHealthCheck resource in the specified project using the data
* included in the request. This method supports patch semantics.
* (httpHealthChecks.patch)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $httpHealthCheck
- * Name of the HttpHealthCheck resource to update.
+ * @param string $project Name of the project scoping this request.
+ * @param string $httpHealthCheck Name of the HttpHealthCheck resource to
+ * update.
* @param Google_HttpHealthCheck $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3885,14 +3810,14 @@ public function patch($project, $httpHealthCheck, Google_Service_Compute_HttpHea
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Updates a HttpHealthCheck resource in the specified project using the data
* included in the request. (httpHealthChecks.update)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $httpHealthCheck
- * Name of the HttpHealthCheck resource to update.
+ * @param string $project Name of the project scoping this request.
+ * @param string $httpHealthCheck Name of the HttpHealthCheck resource to
+ * update.
* @param Google_HttpHealthCheck $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3919,10 +3844,8 @@ class Google_Service_Compute_Images_Resource extends Google_Service_Resource
/**
* Deletes the specified image resource. (images.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $image
- * Name of the image resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $image Name of the image resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -3932,14 +3855,13 @@ public function delete($project, $image, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Sets the deprecation status of an image. If no message body is given, clears
* the deprecation status instead. (images.deprecate)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $image
- * Image name.
+ * @param string $project Name of the project scoping this request.
+ * @param string $image Image name.
* @param Google_DeprecationStatus $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3950,13 +3872,12 @@ public function deprecate($project, $image, Google_Service_Compute_DeprecationSt
$params = array_merge($params, $optParams);
return $this->call('deprecate', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified image resource. (images.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $image
- * Name of the image resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $image Name of the image resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Image
*/
@@ -3966,12 +3887,12 @@ public function get($project, $image, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Image");
}
+
/**
* Creates an image resource in the specified project using the data included in
* the request. (images.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_Image $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -3982,22 +3903,20 @@ public function insert($project, Google_Service_Compute_Image $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of image resources available to the specified project.
* (images.listImages)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_ImageList
*/
public function listImages($project, $optParams = array())
@@ -4022,10 +3941,9 @@ class Google_Service_Compute_InstanceTemplates_Resource extends Google_Service_R
/**
* Deletes the specified instance template resource. (instanceTemplates.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $instanceTemplate
- * Name of the instance template resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $instanceTemplate Name of the instance template resource to
+ * delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4035,13 +3953,13 @@ public function delete($project, $instanceTemplate, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified instance template resource. (instanceTemplates.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $instanceTemplate
- * Name of the instance template resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $instanceTemplate Name of the instance template resource to
+ * return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_InstanceTemplate
*/
@@ -4051,12 +3969,12 @@ public function get($project, $instanceTemplate, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_InstanceTemplate");
}
+
/**
* Creates an instance template resource in the specified project using the data
* included in the request. (instanceTemplates.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_InstanceTemplate $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4067,22 +3985,20 @@ public function insert($project, Google_Service_Compute_InstanceTemplate $postBo
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of instance template resources contained within the
* specified project. (instanceTemplates.listInstanceTemplates)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_InstanceTemplateList
*/
public function listInstanceTemplates($project, $optParams = array())
@@ -4108,14 +4024,10 @@ class Google_Service_Compute_Instances_Resource extends Google_Service_Resource
* Adds an access config to an instance's network interface.
* (instances.addAccessConfig)
*
- * @param string $project
- * Project name.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Instance name.
- * @param string $networkInterface
- * Network interface name.
+ * @param string $project Project name.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Instance name.
+ * @param string $networkInterface Network interface name.
* @param Google_AccessConfig $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4126,21 +4038,19 @@ public function addAccessConfig($project, $zone, $instance, $networkInterface, G
$params = array_merge($params, $optParams);
return $this->call('addAccessConfig', array($params), "Google_Service_Compute_Operation");
}
+
/**
* (instances.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_InstanceAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -4149,15 +4059,13 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_InstanceAggregatedList");
}
+
/**
* Attaches a disk resource to an instance. (instances.attachDisk)
*
- * @param string $project
- * Project name.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Instance name.
+ * @param string $project Project name.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Instance name.
* @param Google_AttachedDisk $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4168,15 +4076,13 @@ public function attachDisk($project, $zone, $instance, Google_Service_Compute_At
$params = array_merge($params, $optParams);
return $this->call('attachDisk', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Deletes the specified instance resource. (instances.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Name of the instance resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Name of the instance resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4186,20 +4092,16 @@ public function delete($project, $zone, $instance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Deletes an access config from an instance's network interface.
* (instances.deleteAccessConfig)
*
- * @param string $project
- * Project name.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Instance name.
- * @param string $accessConfig
- * Access config name.
- * @param string $networkInterface
- * Network interface name.
+ * @param string $project Project name.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Instance name.
+ * @param string $accessConfig Access config name.
+ * @param string $networkInterface Network interface name.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4209,17 +4111,14 @@ public function deleteAccessConfig($project, $zone, $instance, $accessConfig, $n
$params = array_merge($params, $optParams);
return $this->call('deleteAccessConfig', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Detaches a disk from an instance. (instances.detachDisk)
*
- * @param string $project
- * Project name.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Instance name.
- * @param string $deviceName
- * Disk device name to detach.
+ * @param string $project Project name.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Instance name.
+ * @param string $deviceName Disk device name to detach.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4229,15 +4128,13 @@ public function detachDisk($project, $zone, $instance, $deviceName, $optParams =
$params = array_merge($params, $optParams);
return $this->call('detachDisk', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified instance resource. (instances.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Name of the instance resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Name of the instance resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Instance
*/
@@ -4247,16 +4144,14 @@ public function get($project, $zone, $instance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Instance");
}
+
/**
* Returns the specified instance's serial port output.
* (instances.getSerialPortOutput)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Name of the instance scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Name of the instance scoping this request.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_SerialPortOutput
*/
@@ -4266,14 +4161,13 @@ public function getSerialPortOutput($project, $zone, $instance, $optParams = arr
$params = array_merge($params, $optParams);
return $this->call('getSerialPortOutput', array($params), "Google_Service_Compute_SerialPortOutput");
}
+
/**
* Creates an instance resource in the specified project using the data included
* in the request. (instances.insert)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
* @param Google_Instance $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4284,24 +4178,21 @@ public function insert($project, $zone, Google_Service_Compute_Instance $postBod
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of instance resources contained within the specified zone.
* (instances.listInstances)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_InstanceList
*/
public function listInstances($project, $zone, $optParams = array())
@@ -4310,15 +4201,13 @@ public function listInstances($project, $zone, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_InstanceList");
}
+
/**
* Performs a hard reset on the instance. (instances.reset)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Name of the instance scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Name of the instance scoping this request.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4328,20 +4217,17 @@ public function reset($project, $zone, $instance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Sets the auto-delete flag for a disk attached to an instance
* (instances.setDiskAutoDelete)
*
- * @param string $project
- * Project name.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Instance name.
- * @param bool $autoDelete
- * Whether to auto-delete the disk when the instance is deleted.
- * @param string $deviceName
- * Disk device name to modify.
+ * @param string $project Project name.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Instance name.
+ * @param bool $autoDelete Whether to auto-delete the disk when the instance is
+ * deleted.
+ * @param string $deviceName Disk device name to modify.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4351,16 +4237,14 @@ public function setDiskAutoDelete($project, $zone, $instance, $autoDelete, $devi
$params = array_merge($params, $optParams);
return $this->call('setDiskAutoDelete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Sets metadata for the specified instance to the data included in the request.
* (instances.setMetadata)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Name of the instance scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Name of the instance scoping this request.
* @param Google_Metadata $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4371,15 +4255,13 @@ public function setMetadata($project, $zone, $instance, Google_Service_Compute_M
$params = array_merge($params, $optParams);
return $this->call('setMetadata', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Sets an instance's scheduling options. (instances.setScheduling)
*
- * @param string $project
- * Project name.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Instance name.
+ * @param string $project Project name.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Instance name.
* @param Google_Scheduling $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4390,16 +4272,14 @@ public function setScheduling($project, $zone, $instance, Google_Service_Compute
$params = array_merge($params, $optParams);
return $this->call('setScheduling', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Sets tags for the specified instance to the data included in the request.
* (instances.setTags)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $instance
- * Name of the instance scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $instance Name of the instance scoping this request.
* @param Google_Tags $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4426,10 +4306,8 @@ class Google_Service_Compute_Licenses_Resource extends Google_Service_Resource
/**
* Returns the specified license resource. (licenses.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $license
- * Name of the license resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $license Name of the license resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_License
*/
@@ -4456,18 +4334,15 @@ class Google_Service_Compute_MachineTypes_Resource extends Google_Service_Resour
* Retrieves the list of machine type resources grouped by scope.
* (machineTypes.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_MachineTypeAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -4476,15 +4351,13 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_MachineTypeAggregatedList");
}
+
/**
* Returns the specified machine type resource. (machineTypes.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $machineType
- * Name of the machine type resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $machineType Name of the machine type resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_MachineType
*/
@@ -4494,24 +4367,21 @@ public function get($project, $zone, $machineType, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_MachineType");
}
+
/**
* Retrieves the list of machine type resources available to the specified
* project. (machineTypes.listMachineTypes)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_MachineTypeList
*/
public function listMachineTypes($project, $zone, $optParams = array())
@@ -4536,10 +4406,8 @@ class Google_Service_Compute_Networks_Resource extends Google_Service_Resource
/**
* Deletes the specified network resource. (networks.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $network
- * Name of the network resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $network Name of the network resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4549,13 +4417,12 @@ public function delete($project, $network, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified network resource. (networks.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $network
- * Name of the network resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $network Name of the network resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Network
*/
@@ -4565,12 +4432,12 @@ public function get($project, $network, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Network");
}
+
/**
* Creates a network resource in the specified project using the data included
* in the request. (networks.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_Network $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4581,22 +4448,20 @@ public function insert($project, Google_Service_Compute_Network $postBody, $optP
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of network resources available to the specified project.
* (networks.listNetworks)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_NetworkList
*/
public function listNetworks($project, $optParams = array())
@@ -4621,8 +4486,7 @@ class Google_Service_Compute_Projects_Resource extends Google_Service_Resource
/**
* Returns the specified project resource. (projects.get)
*
- * @param string $project
- * Name of the project resource to retrieve.
+ * @param string $project Name of the project resource to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Project
*/
@@ -4632,12 +4496,12 @@ public function get($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Project");
}
+
/**
* Sets metadata common to all instances within the specified project using the
* data included in the request. (projects.setCommonInstanceMetadata)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_Metadata $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4648,11 +4512,11 @@ public function setCommonInstanceMetadata($project, Google_Service_Compute_Metad
$params = array_merge($params, $optParams);
return $this->call('setCommonInstanceMetadata', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Sets usage export location (projects.setUsageExportBucket)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_UsageExportLocation $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4680,12 +4544,9 @@ class Google_Service_Compute_RegionOperations_Resource extends Google_Service_Re
* Deletes the specified region-specific operation resource.
* (regionOperations.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $operation
- * Name of the operation resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $operation Name of the operation resource to delete.
* @param array $optParams Optional parameters.
*/
public function delete($project, $region, $operation, $optParams = array())
@@ -4694,16 +4555,14 @@ public function delete($project, $region, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves the specified region-specific operation resource.
* (regionOperations.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the zone scoping this request.
- * @param string $operation
- * Name of the operation resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the zone scoping this request.
+ * @param string $operation Name of the operation resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4713,24 +4572,21 @@ public function get($project, $region, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of operation resources contained within the specified
* region. (regionOperations.listRegionOperations)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_OperationList
*/
public function listRegionOperations($project, $region, $optParams = array())
@@ -4755,10 +4611,8 @@ class Google_Service_Compute_Regions_Resource extends Google_Service_Resource
/**
* Returns the specified region resource. (regions.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Region
*/
@@ -4768,22 +4622,20 @@ public function get($project, $region, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Region");
}
+
/**
* Retrieves the list of region resources available to the specified project.
* (regions.listRegions)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_RegionList
*/
public function listRegions($project, $optParams = array())
@@ -4808,10 +4660,8 @@ class Google_Service_Compute_Routes_Resource extends Google_Service_Resource
/**
* Deletes the specified route resource. (routes.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $route
- * Name of the route resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $route Name of the route resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4821,13 +4671,12 @@ public function delete($project, $route, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified route resource. (routes.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $route
- * Name of the route resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $route Name of the route resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Route
*/
@@ -4837,12 +4686,12 @@ public function get($project, $route, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Route");
}
+
/**
* Creates a route resource in the specified project using the data included in
* the request. (routes.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_Route $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -4853,22 +4702,20 @@ public function insert($project, Google_Service_Compute_Route $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of route resources available to the specified project.
* (routes.listRoutes)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_RouteList
*/
public function listRoutes($project, $optParams = array())
@@ -4893,10 +4740,9 @@ class Google_Service_Compute_Snapshots_Resource extends Google_Service_Resource
/**
* Deletes the specified persistent disk snapshot resource. (snapshots.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $snapshot
- * Name of the persistent disk snapshot resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $snapshot Name of the persistent disk snapshot resource to
+ * delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4906,13 +4752,13 @@ public function delete($project, $snapshot, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified persistent disk snapshot resource. (snapshots.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $snapshot
- * Name of the persistent disk snapshot resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $snapshot Name of the persistent disk snapshot resource to
+ * return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Snapshot
*/
@@ -4922,22 +4768,20 @@ public function get($project, $snapshot, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Snapshot");
}
+
/**
* Retrieves the list of persistent disk snapshot resources contained within the
* specified project. (snapshots.listSnapshots)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_SnapshotList
*/
public function listSnapshots($project, $optParams = array())
@@ -4962,10 +4806,9 @@ class Google_Service_Compute_TargetHttpProxies_Resource extends Google_Service_R
/**
* Deletes the specified TargetHttpProxy resource. (targetHttpProxies.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $targetHttpProxy
- * Name of the TargetHttpProxy resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $targetHttpProxy Name of the TargetHttpProxy resource to
+ * delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -4975,13 +4818,13 @@ public function delete($project, $targetHttpProxy, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified TargetHttpProxy resource. (targetHttpProxies.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $targetHttpProxy
- * Name of the TargetHttpProxy resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $targetHttpProxy Name of the TargetHttpProxy resource to
+ * return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_TargetHttpProxy
*/
@@ -4991,12 +4834,12 @@ public function get($project, $targetHttpProxy, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy");
}
+
/**
* Creates a TargetHttpProxy resource in the specified project using the data
* included in the request. (targetHttpProxies.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_TargetHttpProxy $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5007,22 +4850,20 @@ public function insert($project, Google_Service_Compute_TargetHttpProxy $postBod
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of TargetHttpProxy resources available to the specified
* project. (targetHttpProxies.listTargetHttpProxies)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_TargetHttpProxyList
*/
public function listTargetHttpProxies($project, $optParams = array())
@@ -5031,13 +4872,13 @@ public function listTargetHttpProxies($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList");
}
+
/**
* Changes the URL map for TargetHttpProxy. (targetHttpProxies.setUrlMap)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $targetHttpProxy
- * Name of the TargetHttpProxy resource whose URL map is to be set.
+ * @param string $project Name of the project scoping this request.
+ * @param string $targetHttpProxy Name of the TargetHttpProxy resource whose URL
+ * map is to be set.
* @param Google_UrlMapReference $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5065,18 +4906,15 @@ class Google_Service_Compute_TargetInstances_Resource extends Google_Service_Res
* Retrieves the list of target instances grouped by scope.
* (targetInstances.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_TargetInstanceAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -5085,15 +4923,13 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetInstanceAggregatedList");
}
+
/**
* Deletes the specified TargetInstance resource. (targetInstances.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $targetInstance
- * Name of the TargetInstance resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $targetInstance Name of the TargetInstance resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -5103,15 +4939,13 @@ public function delete($project, $zone, $targetInstance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified TargetInstance resource. (targetInstances.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $targetInstance
- * Name of the TargetInstance resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $targetInstance Name of the TargetInstance resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_TargetInstance
*/
@@ -5121,14 +4955,13 @@ public function get($project, $zone, $targetInstance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_TargetInstance");
}
+
/**
* Creates a TargetInstance resource in the specified project and zone using the
* data included in the request. (targetInstances.insert)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
* @param Google_TargetInstance $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5139,24 +4972,21 @@ public function insert($project, $zone, Google_Service_Compute_TargetInstance $p
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of TargetInstance resources available to the specified
* project and zone. (targetInstances.listTargetInstances)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_TargetInstanceList
*/
public function listTargetInstances($project, $zone, $optParams = array())
@@ -5182,11 +5012,9 @@ class Google_Service_Compute_TargetPools_Resource extends Google_Service_Resourc
* Adds health check URL to targetPool. (targetPools.addHealthCheck)
*
* @param string $project
- *
- * @param string $region
- * Name of the region scoping this request.
- * @param string $targetPool
- * Name of the TargetPool resource to which health_check_url is to be added.
+ * @param string $region Name of the region scoping this request.
+ * @param string $targetPool Name of the TargetPool resource to which
+ * health_check_url is to be added.
* @param Google_TargetPoolsAddHealthCheckRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5197,15 +5025,14 @@ public function addHealthCheck($project, $region, $targetPool, Google_Service_Co
$params = array_merge($params, $optParams);
return $this->call('addHealthCheck', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Adds instance url to targetPool. (targetPools.addInstance)
*
* @param string $project
- *
- * @param string $region
- * Name of the region scoping this request.
- * @param string $targetPool
- * Name of the TargetPool resource to which instance_url is to be added.
+ * @param string $region Name of the region scoping this request.
+ * @param string $targetPool Name of the TargetPool resource to which
+ * instance_url is to be added.
* @param Google_TargetPoolsAddInstanceRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5216,22 +5043,20 @@ public function addInstance($project, $region, $targetPool, Google_Service_Compu
$params = array_merge($params, $optParams);
return $this->call('addInstance', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of target pools grouped by scope.
* (targetPools.aggregatedList)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_TargetPoolAggregatedList
*/
public function aggregatedList($project, $optParams = array())
@@ -5240,15 +5065,13 @@ public function aggregatedList($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetPoolAggregatedList");
}
+
/**
* Deletes the specified TargetPool resource. (targetPools.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $targetPool
- * Name of the TargetPool resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $targetPool Name of the TargetPool resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -5258,15 +5081,13 @@ public function delete($project, $region, $targetPool, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified TargetPool resource. (targetPools.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $targetPool
- * Name of the TargetPool resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $targetPool Name of the TargetPool resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_TargetPool
*/
@@ -5276,16 +5097,15 @@ public function get($project, $region, $targetPool, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_TargetPool");
}
+
/**
* Gets the most recent health check results for each IP for the given instance
* that is referenced by given TargetPool. (targetPools.getHealth)
*
* @param string $project
- *
- * @param string $region
- * Name of the region scoping this request.
- * @param string $targetPool
- * Name of the TargetPool resource to which the queried instance belongs.
+ * @param string $region Name of the region scoping this request.
+ * @param string $targetPool Name of the TargetPool resource to which the
+ * queried instance belongs.
* @param Google_InstanceReference $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_TargetPoolInstanceHealth
@@ -5296,14 +5116,13 @@ public function getHealth($project, $region, $targetPool, Google_Service_Compute
$params = array_merge($params, $optParams);
return $this->call('getHealth', array($params), "Google_Service_Compute_TargetPoolInstanceHealth");
}
+
/**
* Creates a TargetPool resource in the specified project and region using the
* data included in the request. (targetPools.insert)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
* @param Google_TargetPool $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5314,24 +5133,21 @@ public function insert($project, $region, Google_Service_Compute_TargetPool $pos
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of TargetPool resources available to the specified project
* and region. (targetPools.listTargetPools)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_TargetPoolList
*/
public function listTargetPools($project, $region, $optParams = array())
@@ -5340,15 +5156,14 @@ public function listTargetPools($project, $region, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_TargetPoolList");
}
+
/**
* Removes health check URL from targetPool. (targetPools.removeHealthCheck)
*
* @param string $project
- *
- * @param string $region
- * Name of the region scoping this request.
- * @param string $targetPool
- * Name of the TargetPool resource to which health_check_url is to be removed.
+ * @param string $region Name of the region scoping this request.
+ * @param string $targetPool Name of the TargetPool resource to which
+ * health_check_url is to be removed.
* @param Google_TargetPoolsRemoveHealthCheckRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5359,15 +5174,14 @@ public function removeHealthCheck($project, $region, $targetPool, Google_Service
$params = array_merge($params, $optParams);
return $this->call('removeHealthCheck', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Removes instance URL from targetPool. (targetPools.removeInstance)
*
* @param string $project
- *
- * @param string $region
- * Name of the region scoping this request.
- * @param string $targetPool
- * Name of the TargetPool resource to which instance_url is to be removed.
+ * @param string $region Name of the region scoping this request.
+ * @param string $targetPool Name of the TargetPool resource to which
+ * instance_url is to be removed.
* @param Google_TargetPoolsRemoveInstanceRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5378,20 +5192,19 @@ public function removeInstance($project, $region, $targetPool, Google_Service_Co
$params = array_merge($params, $optParams);
return $this->call('removeInstance', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Changes backup pool configurations. (targetPools.setBackup)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $region
- * Name of the region scoping this request.
- * @param string $targetPool
- * Name of the TargetPool resource for which the backup is to be set.
+ * @param string $project Name of the project scoping this request.
+ * @param string $region Name of the region scoping this request.
+ * @param string $targetPool Name of the TargetPool resource for which the
+ * backup is to be set.
* @param Google_TargetReference $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param float failoverRatio
- * New failoverRatio value for the containing target pool.
+ * @opt_param float failoverRatio New failoverRatio value for the containing
+ * target pool.
* @return Google_Service_Compute_Operation
*/
public function setBackup($project, $region, $targetPool, Google_Service_Compute_TargetReference $postBody, $optParams = array())
@@ -5416,10 +5229,8 @@ class Google_Service_Compute_UrlMaps_Resource extends Google_Service_Resource
/**
* Deletes the specified UrlMap resource. (urlMaps.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $urlMap
- * Name of the UrlMap resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $urlMap Name of the UrlMap resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -5429,13 +5240,12 @@ public function delete($project, $urlMap, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Returns the specified UrlMap resource. (urlMaps.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $urlMap
- * Name of the UrlMap resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $urlMap Name of the UrlMap resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_UrlMap
*/
@@ -5445,12 +5255,12 @@ public function get($project, $urlMap, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_UrlMap");
}
+
/**
* Creates a UrlMap resource in the specified project using the data included in
* the request. (urlMaps.insert)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param Google_UrlMap $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5461,22 +5271,20 @@ public function insert($project, Google_Service_Compute_UrlMap $postBody, $optPa
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of UrlMap resources available to the specified project.
* (urlMaps.listUrlMaps)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_UrlMapList
*/
public function listUrlMaps($project, $optParams = array())
@@ -5485,14 +5293,13 @@ public function listUrlMaps($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Compute_UrlMapList");
}
+
/**
* Update the entire content of the UrlMap resource. This method supports patch
* semantics. (urlMaps.patch)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $urlMap
- * Name of the UrlMap resource to update.
+ * @param string $project Name of the project scoping this request.
+ * @param string $urlMap Name of the UrlMap resource to update.
* @param Google_UrlMap $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5503,13 +5310,12 @@ public function patch($project, $urlMap, Google_Service_Compute_UrlMap $postBody
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Update the entire content of the UrlMap resource. (urlMaps.update)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $urlMap
- * Name of the UrlMap resource to update.
+ * @param string $project Name of the project scoping this request.
+ * @param string $urlMap Name of the UrlMap resource to update.
* @param Google_UrlMap $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
@@ -5520,15 +5326,14 @@ public function update($project, $urlMap, Google_Service_Compute_UrlMap $postBod
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Run static validation for the UrlMap. In particular, the tests of the
* provided UrlMap will be run. Calling this method does NOT create the UrlMap.
* (urlMaps.validate)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $urlMap
- * Name of the UrlMap resource to be validated as.
+ * @param string $project Name of the project scoping this request.
+ * @param string $urlMap Name of the UrlMap resource to be validated as.
* @param Google_UrlMapsValidateRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_UrlMapsValidateResponse
@@ -5556,12 +5361,9 @@ class Google_Service_Compute_ZoneOperations_Resource extends Google_Service_Reso
* Deletes the specified zone-specific operation resource.
* (zoneOperations.delete)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $operation
- * Name of the operation resource to delete.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $operation Name of the operation resource to delete.
* @param array $optParams Optional parameters.
*/
public function delete($project, $zone, $operation, $optParams = array())
@@ -5570,16 +5372,14 @@ public function delete($project, $zone, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves the specified zone-specific operation resource.
* (zoneOperations.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $operation
- * Name of the operation resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $operation Name of the operation resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Operation
*/
@@ -5589,24 +5389,21 @@ public function get($project, $zone, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Operation");
}
+
/**
* Retrieves the list of operation resources contained within the specified
* zone. (zoneOperations.listZoneOperations)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_OperationList
*/
public function listZoneOperations($project, $zone, $optParams = array())
@@ -5631,10 +5428,8 @@ class Google_Service_Compute_Zones_Resource extends Google_Service_Resource
/**
* Returns the specified zone resource. (zones.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Compute_Zone
*/
@@ -5644,22 +5439,20 @@ public function get($project, $zone, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Compute_Zone");
}
+
/**
* Retrieves the list of zone resources available to the specified project.
* (zones.listZones)
*
- * @param string $project
- * Name of the project scoping this request.
+ * @param string $project Name of the project scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Compute_ZoneList
*/
public function listZones($project, $optParams = array())
@@ -5682,11 +5475,11 @@ class Google_Service_Compute_AccessConfig extends Google_Model
public $natIP;
public $type;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5695,7 +5488,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5704,7 +5496,6 @@ public function setNatIP($natIP)
{
$this->natIP = $natIP;
}
-
public function getNatIP()
{
return $this->natIP;
@@ -5713,12 +5504,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Compute_Address extends Google_Collection
@@ -5737,11 +5526,11 @@ class Google_Service_Compute_Address extends Google_Collection
public $status;
public $users;
+
public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -5750,7 +5539,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -5759,7 +5547,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5768,7 +5555,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5777,7 +5563,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5786,7 +5571,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5795,7 +5579,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -5804,7 +5587,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -5813,7 +5595,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -5822,12 +5603,10 @@ public function setUsers($users)
{
$this->users = $users;
}
-
public function getUsers()
{
return $this->users;
}
-
}
class Google_Service_Compute_AddressAggregatedList extends Google_Model
@@ -5841,11 +5620,11 @@ class Google_Service_Compute_AddressAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5854,7 +5633,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5863,7 +5641,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5872,7 +5649,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -5881,20 +5657,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_AddressAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_AddressList extends Google_Collection
@@ -5909,11 +5679,11 @@ class Google_Service_Compute_AddressList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5922,7 +5692,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5931,7 +5700,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5940,7 +5708,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -5949,12 +5716,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_AddressesScopedList extends Google_Collection
@@ -5967,11 +5732,11 @@ class Google_Service_Compute_AddressesScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_AddressesScopedListWarning';
protected $warningDataType = '';
+
public function setAddresses($addresses)
{
$this->addresses = $addresses;
}
-
public function getAddresses()
{
return $this->addresses;
@@ -5980,12 +5745,10 @@ public function setWarning(Google_Service_Compute_AddressesScopedListWarning $wa
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_AddressesScopedListWarning extends Google_Collection
@@ -5998,11 +5761,11 @@ class Google_Service_Compute_AddressesScopedListWarning extends Google_Collectio
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -6011,7 +5774,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -6020,12 +5782,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_AddressesScopedListWarningData extends Google_Model
@@ -6035,11 +5795,11 @@ class Google_Service_Compute_AddressesScopedListWarningData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -6048,12 +5808,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_AttachedDisk extends Google_Collection
@@ -6074,11 +5832,11 @@ class Google_Service_Compute_AttachedDisk extends Google_Collection
public $source;
public $type;
+
public function setAutoDelete($autoDelete)
{
$this->autoDelete = $autoDelete;
}
-
public function getAutoDelete()
{
return $this->autoDelete;
@@ -6087,7 +5845,6 @@ public function setBoot($boot)
{
$this->boot = $boot;
}
-
public function getBoot()
{
return $this->boot;
@@ -6096,7 +5853,6 @@ public function setDeviceName($deviceName)
{
$this->deviceName = $deviceName;
}
-
public function getDeviceName()
{
return $this->deviceName;
@@ -6105,7 +5861,6 @@ public function setIndex($index)
{
$this->index = $index;
}
-
public function getIndex()
{
return $this->index;
@@ -6114,7 +5869,6 @@ public function setInitializeParams(Google_Service_Compute_AttachedDiskInitializ
{
$this->initializeParams = $initializeParams;
}
-
public function getInitializeParams()
{
return $this->initializeParams;
@@ -6123,7 +5877,6 @@ public function setInterface($interface)
{
$this->interface = $interface;
}
-
public function getInterface()
{
return $this->interface;
@@ -6132,7 +5885,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6141,7 +5893,6 @@ public function setLicenses($licenses)
{
$this->licenses = $licenses;
}
-
public function getLicenses()
{
return $this->licenses;
@@ -6150,7 +5901,6 @@ public function setMode($mode)
{
$this->mode = $mode;
}
-
public function getMode()
{
return $this->mode;
@@ -6159,7 +5909,6 @@ public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -6168,12 +5917,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Compute_AttachedDiskInitializeParams extends Google_Model
@@ -6185,11 +5932,11 @@ class Google_Service_Compute_AttachedDiskInitializeParams extends Google_Model
public $diskType;
public $sourceImage;
+
public function setDiskName($diskName)
{
$this->diskName = $diskName;
}
-
public function getDiskName()
{
return $this->diskName;
@@ -6198,7 +5945,6 @@ public function setDiskSizeGb($diskSizeGb)
{
$this->diskSizeGb = $diskSizeGb;
}
-
public function getDiskSizeGb()
{
return $this->diskSizeGb;
@@ -6207,7 +5953,6 @@ public function setDiskType($diskType)
{
$this->diskType = $diskType;
}
-
public function getDiskType()
{
return $this->diskType;
@@ -6216,12 +5961,10 @@ public function setSourceImage($sourceImage)
{
$this->sourceImage = $sourceImage;
}
-
public function getSourceImage()
{
return $this->sourceImage;
}
-
}
class Google_Service_Compute_Backend extends Google_Model
@@ -6236,11 +5979,11 @@ class Google_Service_Compute_Backend extends Google_Model
public $maxRatePerInstance;
public $maxUtilization;
+
public function setBalancingMode($balancingMode)
{
$this->balancingMode = $balancingMode;
}
-
public function getBalancingMode()
{
return $this->balancingMode;
@@ -6249,7 +5992,6 @@ public function setCapacityScaler($capacityScaler)
{
$this->capacityScaler = $capacityScaler;
}
-
public function getCapacityScaler()
{
return $this->capacityScaler;
@@ -6258,7 +6000,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6267,7 +6008,6 @@ public function setGroup($group)
{
$this->group = $group;
}
-
public function getGroup()
{
return $this->group;
@@ -6276,7 +6016,6 @@ public function setMaxRate($maxRate)
{
$this->maxRate = $maxRate;
}
-
public function getMaxRate()
{
return $this->maxRate;
@@ -6285,7 +6024,6 @@ public function setMaxRatePerInstance($maxRatePerInstance)
{
$this->maxRatePerInstance = $maxRatePerInstance;
}
-
public function getMaxRatePerInstance()
{
return $this->maxRatePerInstance;
@@ -6294,12 +6032,10 @@ public function setMaxUtilization($maxUtilization)
{
$this->maxUtilization = $maxUtilization;
}
-
public function getMaxUtilization()
{
return $this->maxUtilization;
}
-
}
class Google_Service_Compute_BackendService extends Google_Collection
@@ -6322,11 +6058,11 @@ class Google_Service_Compute_BackendService extends Google_Collection
public $selfLink;
public $timeoutSec;
+
public function setBackends($backends)
{
$this->backends = $backends;
}
-
public function getBackends()
{
return $this->backends;
@@ -6335,7 +6071,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -6344,7 +6079,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6353,7 +6087,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -6362,7 +6095,6 @@ public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
}
-
public function getHealthChecks()
{
return $this->healthChecks;
@@ -6371,7 +6103,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6380,7 +6111,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6389,7 +6119,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -6398,7 +6127,6 @@ public function setPort($port)
{
$this->port = $port;
}
-
public function getPort()
{
return $this->port;
@@ -6407,7 +6135,6 @@ public function setPortName($portName)
{
$this->portName = $portName;
}
-
public function getPortName()
{
return $this->portName;
@@ -6416,7 +6143,6 @@ public function setProtocol($protocol)
{
$this->protocol = $protocol;
}
-
public function getProtocol()
{
return $this->protocol;
@@ -6425,7 +6151,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -6434,12 +6159,10 @@ public function setTimeoutSec($timeoutSec)
{
$this->timeoutSec = $timeoutSec;
}
-
public function getTimeoutSec()
{
return $this->timeoutSec;
}
-
}
class Google_Service_Compute_BackendServiceGroupHealth extends Google_Collection
@@ -6451,11 +6174,11 @@ class Google_Service_Compute_BackendServiceGroupHealth extends Google_Collection
protected $healthStatusDataType = 'array';
public $kind;
+
public function setHealthStatus($healthStatus)
{
$this->healthStatus = $healthStatus;
}
-
public function getHealthStatus()
{
return $this->healthStatus;
@@ -6464,12 +6187,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Compute_BackendServiceList extends Google_Collection
@@ -6484,11 +6205,11 @@ class Google_Service_Compute_BackendServiceList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6497,7 +6218,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6506,7 +6226,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6515,7 +6234,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6524,12 +6242,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_DeprecationStatus extends Google_Model
@@ -6542,11 +6258,11 @@ class Google_Service_Compute_DeprecationStatus extends Google_Model
public $replacement;
public $state;
+
public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -6555,7 +6271,6 @@ public function setDeprecated($deprecated)
{
$this->deprecated = $deprecated;
}
-
public function getDeprecated()
{
return $this->deprecated;
@@ -6564,7 +6279,6 @@ public function setObsolete($obsolete)
{
$this->obsolete = $obsolete;
}
-
public function getObsolete()
{
return $this->obsolete;
@@ -6573,7 +6287,6 @@ public function setReplacement($replacement)
{
$this->replacement = $replacement;
}
-
public function getReplacement()
{
return $this->replacement;
@@ -6582,12 +6295,10 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_Compute_Disk extends Google_Collection
@@ -6612,11 +6323,11 @@ class Google_Service_Compute_Disk extends Google_Collection
public $type;
public $zone;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -6625,7 +6336,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6634,7 +6344,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6643,7 +6352,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6652,7 +6360,6 @@ public function setLicenses($licenses)
{
$this->licenses = $licenses;
}
-
public function getLicenses()
{
return $this->licenses;
@@ -6661,7 +6368,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -6670,7 +6376,6 @@ public function setOptions($options)
{
$this->options = $options;
}
-
public function getOptions()
{
return $this->options;
@@ -6679,7 +6384,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -6688,7 +6392,6 @@ public function setSizeGb($sizeGb)
{
$this->sizeGb = $sizeGb;
}
-
public function getSizeGb()
{
return $this->sizeGb;
@@ -6697,7 +6400,6 @@ public function setSourceImage($sourceImage)
{
$this->sourceImage = $sourceImage;
}
-
public function getSourceImage()
{
return $this->sourceImage;
@@ -6706,7 +6408,6 @@ public function setSourceImageId($sourceImageId)
{
$this->sourceImageId = $sourceImageId;
}
-
public function getSourceImageId()
{
return $this->sourceImageId;
@@ -6715,7 +6416,6 @@ public function setSourceSnapshot($sourceSnapshot)
{
$this->sourceSnapshot = $sourceSnapshot;
}
-
public function getSourceSnapshot()
{
return $this->sourceSnapshot;
@@ -6724,7 +6424,6 @@ public function setSourceSnapshotId($sourceSnapshotId)
{
$this->sourceSnapshotId = $sourceSnapshotId;
}
-
public function getSourceSnapshotId()
{
return $this->sourceSnapshotId;
@@ -6733,7 +6432,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -6742,7 +6440,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -6751,12 +6448,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Compute_DiskAggregatedList extends Google_Model
@@ -6770,11 +6465,11 @@ class Google_Service_Compute_DiskAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6783,7 +6478,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6792,7 +6486,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6801,7 +6494,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6810,20 +6502,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_DiskAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_DiskList extends Google_Collection
@@ -6838,11 +6524,11 @@ class Google_Service_Compute_DiskList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6851,7 +6537,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6860,7 +6545,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6869,7 +6553,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6878,12 +6561,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_DiskType extends Google_Model
@@ -6902,11 +6583,11 @@ class Google_Service_Compute_DiskType extends Google_Model
public $validDiskSize;
public $zone;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -6915,7 +6596,6 @@ public function setDefaultDiskSizeGb($defaultDiskSizeGb)
{
$this->defaultDiskSizeGb = $defaultDiskSizeGb;
}
-
public function getDefaultDiskSizeGb()
{
return $this->defaultDiskSizeGb;
@@ -6924,7 +6604,6 @@ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecat
{
$this->deprecated = $deprecated;
}
-
public function getDeprecated()
{
return $this->deprecated;
@@ -6933,7 +6612,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6942,7 +6620,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6951,7 +6628,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6960,7 +6636,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -6969,7 +6644,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -6978,7 +6652,6 @@ public function setValidDiskSize($validDiskSize)
{
$this->validDiskSize = $validDiskSize;
}
-
public function getValidDiskSize()
{
return $this->validDiskSize;
@@ -6987,12 +6660,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Compute_DiskTypeAggregatedList extends Google_Model
@@ -7006,11 +6677,11 @@ class Google_Service_Compute_DiskTypeAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7019,7 +6690,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7028,7 +6698,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7037,7 +6706,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -7046,20 +6714,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_DiskTypeAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_DiskTypeList extends Google_Collection
@@ -7074,11 +6736,11 @@ class Google_Service_Compute_DiskTypeList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7087,7 +6749,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7096,7 +6757,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7105,7 +6765,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -7114,12 +6773,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_DiskTypesScopedList extends Google_Collection
@@ -7132,11 +6789,11 @@ class Google_Service_Compute_DiskTypesScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_DiskTypesScopedListWarning';
protected $warningDataType = '';
+
public function setDiskTypes($diskTypes)
{
$this->diskTypes = $diskTypes;
}
-
public function getDiskTypes()
{
return $this->diskTypes;
@@ -7145,12 +6802,10 @@ public function setWarning(Google_Service_Compute_DiskTypesScopedListWarning $wa
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_DiskTypesScopedListWarning extends Google_Collection
@@ -7163,11 +6818,11 @@ class Google_Service_Compute_DiskTypesScopedListWarning extends Google_Collectio
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -7176,7 +6831,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -7185,12 +6839,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_DiskTypesScopedListWarningData extends Google_Model
@@ -7200,11 +6852,11 @@ class Google_Service_Compute_DiskTypesScopedListWarningData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -7213,12 +6865,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_DisksScopedList extends Google_Collection
@@ -7231,11 +6881,11 @@ class Google_Service_Compute_DisksScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_DisksScopedListWarning';
protected $warningDataType = '';
+
public function setDisks($disks)
{
$this->disks = $disks;
}
-
public function getDisks()
{
return $this->disks;
@@ -7244,12 +6894,10 @@ public function setWarning(Google_Service_Compute_DisksScopedListWarning $warnin
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_DisksScopedListWarning extends Google_Collection
@@ -7262,11 +6910,11 @@ class Google_Service_Compute_DisksScopedListWarning extends Google_Collection
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -7275,7 +6923,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -7284,12 +6931,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_DisksScopedListWarningData extends Google_Model
@@ -7299,11 +6944,11 @@ class Google_Service_Compute_DisksScopedListWarningData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -7312,12 +6957,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_Firewall extends Google_Collection
@@ -7338,11 +6981,11 @@ class Google_Service_Compute_Firewall extends Google_Collection
public $sourceTags;
public $targetTags;
+
public function setAllowed($allowed)
{
$this->allowed = $allowed;
}
-
public function getAllowed()
{
return $this->allowed;
@@ -7351,7 +6994,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -7360,7 +7002,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -7369,7 +7010,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7378,7 +7018,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7387,7 +7026,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -7396,7 +7034,6 @@ public function setNetwork($network)
{
$this->network = $network;
}
-
public function getNetwork()
{
return $this->network;
@@ -7405,7 +7042,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -7414,7 +7050,6 @@ public function setSourceRanges($sourceRanges)
{
$this->sourceRanges = $sourceRanges;
}
-
public function getSourceRanges()
{
return $this->sourceRanges;
@@ -7423,7 +7058,6 @@ public function setSourceTags($sourceTags)
{
$this->sourceTags = $sourceTags;
}
-
public function getSourceTags()
{
return $this->sourceTags;
@@ -7432,12 +7066,10 @@ public function setTargetTags($targetTags)
{
$this->targetTags = $targetTags;
}
-
public function getTargetTags()
{
return $this->targetTags;
}
-
}
class Google_Service_Compute_FirewallAllowed extends Google_Collection
@@ -7449,11 +7081,11 @@ class Google_Service_Compute_FirewallAllowed extends Google_Collection
public $iPProtocol;
public $ports;
+
public function setIPProtocol($iPProtocol)
{
$this->iPProtocol = $iPProtocol;
}
-
public function getIPProtocol()
{
return $this->iPProtocol;
@@ -7462,12 +7094,10 @@ public function setPorts($ports)
{
$this->ports = $ports;
}
-
public function getPorts()
{
return $this->ports;
}
-
}
class Google_Service_Compute_FirewallList extends Google_Collection
@@ -7482,11 +7112,11 @@ class Google_Service_Compute_FirewallList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7495,7 +7125,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7504,7 +7133,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7513,7 +7141,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -7522,12 +7149,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_ForwardingRule extends Google_Model
@@ -7548,11 +7173,11 @@ class Google_Service_Compute_ForwardingRule extends Google_Model
public $selfLink;
public $target;
+
public function setIPAddress($iPAddress)
{
$this->iPAddress = $iPAddress;
}
-
public function getIPAddress()
{
return $this->iPAddress;
@@ -7561,7 +7186,6 @@ public function setIPProtocol($iPProtocol)
{
$this->iPProtocol = $iPProtocol;
}
-
public function getIPProtocol()
{
return $this->iPProtocol;
@@ -7570,7 +7194,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -7579,7 +7202,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -7588,7 +7210,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7597,7 +7218,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7606,7 +7226,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -7615,7 +7234,6 @@ public function setPortRange($portRange)
{
$this->portRange = $portRange;
}
-
public function getPortRange()
{
return $this->portRange;
@@ -7624,7 +7242,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -7633,7 +7250,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -7642,12 +7258,10 @@ public function setTarget($target)
{
$this->target = $target;
}
-
public function getTarget()
{
return $this->target;
}
-
}
class Google_Service_Compute_ForwardingRuleAggregatedList extends Google_Model
@@ -7661,11 +7275,11 @@ class Google_Service_Compute_ForwardingRuleAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7674,7 +7288,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7683,7 +7296,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7692,7 +7304,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -7701,20 +7312,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_ForwardingRuleAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_ForwardingRuleList extends Google_Collection
@@ -7729,11 +7334,11 @@ class Google_Service_Compute_ForwardingRuleList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7742,7 +7347,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7751,7 +7355,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7760,7 +7363,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -7769,12 +7371,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_ForwardingRulesScopedList extends Google_Collection
@@ -7787,11 +7387,11 @@ class Google_Service_Compute_ForwardingRulesScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_ForwardingRulesScopedListWarning';
protected $warningDataType = '';
+
public function setForwardingRules($forwardingRules)
{
$this->forwardingRules = $forwardingRules;
}
-
public function getForwardingRules()
{
return $this->forwardingRules;
@@ -7800,12 +7400,10 @@ public function setWarning(Google_Service_Compute_ForwardingRulesScopedListWarni
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_ForwardingRulesScopedListWarning extends Google_Collection
@@ -7818,11 +7416,11 @@ class Google_Service_Compute_ForwardingRulesScopedListWarning extends Google_Col
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -7831,7 +7429,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -7840,12 +7437,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_ForwardingRulesScopedListWarningData extends Google_Model
@@ -7855,11 +7450,11 @@ class Google_Service_Compute_ForwardingRulesScopedListWarningData extends Google
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -7868,12 +7463,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_HealthCheckReference extends Google_Model
@@ -7882,16 +7475,15 @@ class Google_Service_Compute_HealthCheckReference extends Google_Model
);
public $healthCheck;
+
public function setHealthCheck($healthCheck)
{
$this->healthCheck = $healthCheck;
}
-
public function getHealthCheck()
{
return $this->healthCheck;
}
-
}
class Google_Service_Compute_HealthStatus extends Google_Model
@@ -7903,11 +7495,11 @@ class Google_Service_Compute_HealthStatus extends Google_Model
public $ipAddress;
public $port;
+
public function setHealthState($healthState)
{
$this->healthState = $healthState;
}
-
public function getHealthState()
{
return $this->healthState;
@@ -7916,7 +7508,6 @@ public function setInstance($instance)
{
$this->instance = $instance;
}
-
public function getInstance()
{
return $this->instance;
@@ -7925,7 +7516,6 @@ public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
-
public function getIpAddress()
{
return $this->ipAddress;
@@ -7934,12 +7524,10 @@ public function setPort($port)
{
$this->port = $port;
}
-
public function getPort()
{
return $this->port;
}
-
}
class Google_Service_Compute_HostRule extends Google_Collection
@@ -7951,11 +7539,11 @@ class Google_Service_Compute_HostRule extends Google_Collection
public $hosts;
public $pathMatcher;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -7964,7 +7552,6 @@ public function setHosts($hosts)
{
$this->hosts = $hosts;
}
-
public function getHosts()
{
return $this->hosts;
@@ -7973,12 +7560,10 @@ public function setPathMatcher($pathMatcher)
{
$this->pathMatcher = $pathMatcher;
}
-
public function getPathMatcher()
{
return $this->pathMatcher;
}
-
}
class Google_Service_Compute_HttpHealthCheck extends Google_Model
@@ -7999,11 +7584,11 @@ class Google_Service_Compute_HttpHealthCheck extends Google_Model
public $timeoutSec;
public $unhealthyThreshold;
+
public function setCheckIntervalSec($checkIntervalSec)
{
$this->checkIntervalSec = $checkIntervalSec;
}
-
public function getCheckIntervalSec()
{
return $this->checkIntervalSec;
@@ -8012,7 +7597,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -8021,7 +7605,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8030,7 +7613,6 @@ public function setHealthyThreshold($healthyThreshold)
{
$this->healthyThreshold = $healthyThreshold;
}
-
public function getHealthyThreshold()
{
return $this->healthyThreshold;
@@ -8039,7 +7621,6 @@ public function setHost($host)
{
$this->host = $host;
}
-
public function getHost()
{
return $this->host;
@@ -8048,7 +7629,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8057,7 +7637,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8066,7 +7645,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -8075,7 +7653,6 @@ public function setPort($port)
{
$this->port = $port;
}
-
public function getPort()
{
return $this->port;
@@ -8084,7 +7661,6 @@ public function setRequestPath($requestPath)
{
$this->requestPath = $requestPath;
}
-
public function getRequestPath()
{
return $this->requestPath;
@@ -8093,7 +7669,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -8102,7 +7677,6 @@ public function setTimeoutSec($timeoutSec)
{
$this->timeoutSec = $timeoutSec;
}
-
public function getTimeoutSec()
{
return $this->timeoutSec;
@@ -8111,12 +7685,10 @@ public function setUnhealthyThreshold($unhealthyThreshold)
{
$this->unhealthyThreshold = $unhealthyThreshold;
}
-
public function getUnhealthyThreshold()
{
return $this->unhealthyThreshold;
}
-
}
class Google_Service_Compute_HttpHealthCheckList extends Google_Collection
@@ -8131,11 +7703,11 @@ class Google_Service_Compute_HttpHealthCheckList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8144,7 +7716,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8153,7 +7724,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8162,7 +7732,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -8171,12 +7740,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_Image extends Google_Collection
@@ -8202,11 +7769,11 @@ class Google_Service_Compute_Image extends Google_Collection
public $sourceType;
public $status;
+
public function setArchiveSizeBytes($archiveSizeBytes)
{
$this->archiveSizeBytes = $archiveSizeBytes;
}
-
public function getArchiveSizeBytes()
{
return $this->archiveSizeBytes;
@@ -8215,7 +7782,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -8224,7 +7790,6 @@ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecat
{
$this->deprecated = $deprecated;
}
-
public function getDeprecated()
{
return $this->deprecated;
@@ -8233,7 +7798,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8242,7 +7806,6 @@ public function setDiskSizeGb($diskSizeGb)
{
$this->diskSizeGb = $diskSizeGb;
}
-
public function getDiskSizeGb()
{
return $this->diskSizeGb;
@@ -8251,7 +7814,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8260,7 +7822,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8269,7 +7830,6 @@ public function setLicenses($licenses)
{
$this->licenses = $licenses;
}
-
public function getLicenses()
{
return $this->licenses;
@@ -8278,7 +7838,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -8287,7 +7846,6 @@ public function setRawDisk(Google_Service_Compute_ImageRawDisk $rawDisk)
{
$this->rawDisk = $rawDisk;
}
-
public function getRawDisk()
{
return $this->rawDisk;
@@ -8296,7 +7854,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -8305,7 +7862,6 @@ public function setSourceDisk($sourceDisk)
{
$this->sourceDisk = $sourceDisk;
}
-
public function getSourceDisk()
{
return $this->sourceDisk;
@@ -8314,7 +7870,6 @@ public function setSourceDiskId($sourceDiskId)
{
$this->sourceDiskId = $sourceDiskId;
}
-
public function getSourceDiskId()
{
return $this->sourceDiskId;
@@ -8323,7 +7878,6 @@ public function setSourceType($sourceType)
{
$this->sourceType = $sourceType;
}
-
public function getSourceType()
{
return $this->sourceType;
@@ -8332,12 +7886,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Compute_ImageList extends Google_Collection
@@ -8352,11 +7904,11 @@ class Google_Service_Compute_ImageList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8365,7 +7917,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8374,7 +7925,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8383,7 +7933,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -8392,12 +7941,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_ImageRawDisk extends Google_Model
@@ -8408,11 +7955,11 @@ class Google_Service_Compute_ImageRawDisk extends Google_Model
public $sha1Checksum;
public $source;
+
public function setContainerType($containerType)
{
$this->containerType = $containerType;
}
-
public function getContainerType()
{
return $this->containerType;
@@ -8421,7 +7968,6 @@ public function setSha1Checksum($sha1Checksum)
{
$this->sha1Checksum = $sha1Checksum;
}
-
public function getSha1Checksum()
{
return $this->sha1Checksum;
@@ -8430,12 +7976,10 @@ public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
}
-
}
class Google_Service_Compute_Instance extends Google_Collection
@@ -8467,11 +8011,11 @@ class Google_Service_Compute_Instance extends Google_Collection
protected $tagsDataType = '';
public $zone;
+
public function setCanIpForward($canIpForward)
{
$this->canIpForward = $canIpForward;
}
-
public function getCanIpForward()
{
return $this->canIpForward;
@@ -8480,7 +8024,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -8489,7 +8032,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8498,7 +8040,6 @@ public function setDisks($disks)
{
$this->disks = $disks;
}
-
public function getDisks()
{
return $this->disks;
@@ -8507,7 +8048,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8516,7 +8056,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8525,7 +8064,6 @@ public function setMachineType($machineType)
{
$this->machineType = $machineType;
}
-
public function getMachineType()
{
return $this->machineType;
@@ -8534,7 +8072,6 @@ public function setMetadata(Google_Service_Compute_Metadata $metadata)
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -8543,7 +8080,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -8552,7 +8088,6 @@ public function setNetworkInterfaces($networkInterfaces)
{
$this->networkInterfaces = $networkInterfaces;
}
-
public function getNetworkInterfaces()
{
return $this->networkInterfaces;
@@ -8561,7 +8096,6 @@ public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
{
$this->scheduling = $scheduling;
}
-
public function getScheduling()
{
return $this->scheduling;
@@ -8570,7 +8104,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -8579,7 +8112,6 @@ public function setServiceAccounts($serviceAccounts)
{
$this->serviceAccounts = $serviceAccounts;
}
-
public function getServiceAccounts()
{
return $this->serviceAccounts;
@@ -8588,7 +8120,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -8597,7 +8128,6 @@ public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
}
-
public function getStatusMessage()
{
return $this->statusMessage;
@@ -8606,7 +8136,6 @@ public function setTags(Google_Service_Compute_Tags $tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -8615,12 +8144,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Compute_InstanceAggregatedList extends Google_Model
@@ -8634,11 +8161,11 @@ class Google_Service_Compute_InstanceAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8647,7 +8174,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8656,7 +8182,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8665,7 +8190,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -8674,20 +8198,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_InstanceAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_InstanceList extends Google_Collection
@@ -8702,11 +8220,11 @@ class Google_Service_Compute_InstanceList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8715,7 +8233,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8724,7 +8241,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8733,7 +8249,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -8742,12 +8257,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_InstanceProperties extends Google_Collection
@@ -8771,11 +8284,11 @@ class Google_Service_Compute_InstanceProperties extends Google_Collection
protected $tagsType = 'Google_Service_Compute_Tags';
protected $tagsDataType = '';
+
public function setCanIpForward($canIpForward)
{
$this->canIpForward = $canIpForward;
}
-
public function getCanIpForward()
{
return $this->canIpForward;
@@ -8784,7 +8297,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8793,7 +8305,6 @@ public function setDisks($disks)
{
$this->disks = $disks;
}
-
public function getDisks()
{
return $this->disks;
@@ -8802,7 +8313,6 @@ public function setMachineType($machineType)
{
$this->machineType = $machineType;
}
-
public function getMachineType()
{
return $this->machineType;
@@ -8811,7 +8321,6 @@ public function setMetadata(Google_Service_Compute_Metadata $metadata)
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -8820,7 +8329,6 @@ public function setNetworkInterfaces($networkInterfaces)
{
$this->networkInterfaces = $networkInterfaces;
}
-
public function getNetworkInterfaces()
{
return $this->networkInterfaces;
@@ -8829,7 +8337,6 @@ public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
{
$this->scheduling = $scheduling;
}
-
public function getScheduling()
{
return $this->scheduling;
@@ -8838,7 +8345,6 @@ public function setServiceAccounts($serviceAccounts)
{
$this->serviceAccounts = $serviceAccounts;
}
-
public function getServiceAccounts()
{
return $this->serviceAccounts;
@@ -8847,12 +8353,10 @@ public function setTags(Google_Service_Compute_Tags $tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
}
-
}
class Google_Service_Compute_InstanceReference extends Google_Model
@@ -8861,16 +8365,15 @@ class Google_Service_Compute_InstanceReference extends Google_Model
);
public $instance;
+
public function setInstance($instance)
{
$this->instance = $instance;
}
-
public function getInstance()
{
return $this->instance;
}
-
}
class Google_Service_Compute_InstanceTemplate extends Google_Model
@@ -8886,11 +8389,11 @@ class Google_Service_Compute_InstanceTemplate extends Google_Model
protected $propertiesDataType = '';
public $selfLink;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -8899,7 +8402,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8908,7 +8410,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8917,7 +8418,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8926,7 +8426,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -8935,7 +8434,6 @@ public function setProperties(Google_Service_Compute_InstanceProperties $propert
{
$this->properties = $properties;
}
-
public function getProperties()
{
return $this->properties;
@@ -8944,12 +8442,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_InstanceTemplateList extends Google_Collection
@@ -8964,11 +8460,11 @@ class Google_Service_Compute_InstanceTemplateList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8977,7 +8473,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8986,7 +8481,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8995,7 +8489,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -9004,12 +8497,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_InstancesScopedList extends Google_Collection
@@ -9022,11 +8513,11 @@ class Google_Service_Compute_InstancesScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_InstancesScopedListWarning';
protected $warningDataType = '';
+
public function setInstances($instances)
{
$this->instances = $instances;
}
-
public function getInstances()
{
return $this->instances;
@@ -9035,12 +8526,10 @@ public function setWarning(Google_Service_Compute_InstancesScopedListWarning $wa
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_InstancesScopedListWarning extends Google_Collection
@@ -9053,11 +8542,11 @@ class Google_Service_Compute_InstancesScopedListWarning extends Google_Collectio
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -9066,7 +8555,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -9075,12 +8563,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_InstancesScopedListWarningData extends Google_Model
@@ -9090,11 +8576,11 @@ class Google_Service_Compute_InstancesScopedListWarningData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -9103,12 +8589,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_License extends Google_Model
@@ -9120,11 +8604,11 @@ class Google_Service_Compute_License extends Google_Model
public $name;
public $selfLink;
+
public function setChargesUseFee($chargesUseFee)
{
$this->chargesUseFee = $chargesUseFee;
}
-
public function getChargesUseFee()
{
return $this->chargesUseFee;
@@ -9133,7 +8617,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9142,7 +8625,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -9151,12 +8633,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_MachineType extends Google_Collection
@@ -9181,11 +8661,11 @@ class Google_Service_Compute_MachineType extends Google_Collection
public $selfLink;
public $zone;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -9194,7 +8674,6 @@ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecat
{
$this->deprecated = $deprecated;
}
-
public function getDeprecated()
{
return $this->deprecated;
@@ -9203,7 +8682,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -9212,7 +8690,6 @@ public function setGuestCpus($guestCpus)
{
$this->guestCpus = $guestCpus;
}
-
public function getGuestCpus()
{
return $this->guestCpus;
@@ -9221,7 +8698,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9230,7 +8706,6 @@ public function setImageSpaceGb($imageSpaceGb)
{
$this->imageSpaceGb = $imageSpaceGb;
}
-
public function getImageSpaceGb()
{
return $this->imageSpaceGb;
@@ -9239,7 +8714,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9248,7 +8722,6 @@ public function setMaximumPersistentDisks($maximumPersistentDisks)
{
$this->maximumPersistentDisks = $maximumPersistentDisks;
}
-
public function getMaximumPersistentDisks()
{
return $this->maximumPersistentDisks;
@@ -9257,7 +8730,6 @@ public function setMaximumPersistentDisksSizeGb($maximumPersistentDisksSizeGb)
{
$this->maximumPersistentDisksSizeGb = $maximumPersistentDisksSizeGb;
}
-
public function getMaximumPersistentDisksSizeGb()
{
return $this->maximumPersistentDisksSizeGb;
@@ -9266,7 +8738,6 @@ public function setMemoryMb($memoryMb)
{
$this->memoryMb = $memoryMb;
}
-
public function getMemoryMb()
{
return $this->memoryMb;
@@ -9275,7 +8746,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -9284,7 +8754,6 @@ public function setScratchDisks($scratchDisks)
{
$this->scratchDisks = $scratchDisks;
}
-
public function getScratchDisks()
{
return $this->scratchDisks;
@@ -9293,7 +8762,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -9302,12 +8770,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Compute_MachineTypeAggregatedList extends Google_Model
@@ -9321,11 +8787,11 @@ class Google_Service_Compute_MachineTypeAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9334,7 +8800,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9343,7 +8808,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9352,7 +8816,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -9361,20 +8824,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_MachineTypeAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_MachineTypeList extends Google_Collection
@@ -9389,11 +8846,11 @@ class Google_Service_Compute_MachineTypeList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9402,7 +8859,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9411,7 +8867,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9420,7 +8875,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -9429,12 +8883,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_MachineTypeScratchDisks extends Google_Model
@@ -9443,16 +8895,15 @@ class Google_Service_Compute_MachineTypeScratchDisks extends Google_Model
);
public $diskGb;
+
public function setDiskGb($diskGb)
{
$this->diskGb = $diskGb;
}
-
public function getDiskGb()
{
return $this->diskGb;
}
-
}
class Google_Service_Compute_MachineTypesScopedList extends Google_Collection
@@ -9465,11 +8916,11 @@ class Google_Service_Compute_MachineTypesScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_MachineTypesScopedListWarning';
protected $warningDataType = '';
+
public function setMachineTypes($machineTypes)
{
$this->machineTypes = $machineTypes;
}
-
public function getMachineTypes()
{
return $this->machineTypes;
@@ -9478,12 +8929,10 @@ public function setWarning(Google_Service_Compute_MachineTypesScopedListWarning
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_MachineTypesScopedListWarning extends Google_Collection
@@ -9496,11 +8945,11 @@ class Google_Service_Compute_MachineTypesScopedListWarning extends Google_Collec
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -9509,7 +8958,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -9518,12 +8966,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_MachineTypesScopedListWarningData extends Google_Model
@@ -9533,11 +8979,11 @@ class Google_Service_Compute_MachineTypesScopedListWarningData extends Google_Mo
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -9546,12 +8992,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_Metadata extends Google_Collection
@@ -9564,11 +9008,11 @@ class Google_Service_Compute_Metadata extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -9577,7 +9021,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9586,12 +9029,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Compute_MetadataItems extends Google_Model
@@ -9601,11 +9042,11 @@ class Google_Service_Compute_MetadataItems extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -9614,12 +9055,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_Network extends Google_Model
@@ -9636,11 +9075,11 @@ class Google_Service_Compute_Network extends Google_Model
public $name;
public $selfLink;
+
public function setIPv4Range($iPv4Range)
{
$this->iPv4Range = $iPv4Range;
}
-
public function getIPv4Range()
{
return $this->iPv4Range;
@@ -9649,7 +9088,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -9658,7 +9096,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -9667,7 +9104,6 @@ public function setGatewayIPv4($gatewayIPv4)
{
$this->gatewayIPv4 = $gatewayIPv4;
}
-
public function getGatewayIPv4()
{
return $this->gatewayIPv4;
@@ -9676,7 +9112,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9685,7 +9120,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9694,7 +9128,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -9703,12 +9136,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_NetworkInterface extends Google_Collection
@@ -9722,11 +9153,11 @@ class Google_Service_Compute_NetworkInterface extends Google_Collection
public $network;
public $networkIP;
+
public function setAccessConfigs($accessConfigs)
{
$this->accessConfigs = $accessConfigs;
}
-
public function getAccessConfigs()
{
return $this->accessConfigs;
@@ -9735,7 +9166,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -9744,7 +9174,6 @@ public function setNetwork($network)
{
$this->network = $network;
}
-
public function getNetwork()
{
return $this->network;
@@ -9753,12 +9182,10 @@ public function setNetworkIP($networkIP)
{
$this->networkIP = $networkIP;
}
-
public function getNetworkIP()
{
return $this->networkIP;
}
-
}
class Google_Service_Compute_NetworkList extends Google_Collection
@@ -9773,11 +9200,11 @@ class Google_Service_Compute_NetworkList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9786,7 +9213,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9795,7 +9221,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9804,7 +9229,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -9813,12 +9237,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_Operation extends Google_Collection
@@ -9851,11 +9273,11 @@ class Google_Service_Compute_Operation extends Google_Collection
protected $warningsDataType = 'array';
public $zone;
+
public function setClientOperationId($clientOperationId)
{
$this->clientOperationId = $clientOperationId;
}
-
public function getClientOperationId()
{
return $this->clientOperationId;
@@ -9864,7 +9286,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -9873,7 +9294,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -9882,7 +9302,6 @@ public function setError(Google_Service_Compute_OperationError $error)
{
$this->error = $error;
}
-
public function getError()
{
return $this->error;
@@ -9891,7 +9310,6 @@ public function setHttpErrorMessage($httpErrorMessage)
{
$this->httpErrorMessage = $httpErrorMessage;
}
-
public function getHttpErrorMessage()
{
return $this->httpErrorMessage;
@@ -9900,7 +9318,6 @@ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
$this->httpErrorStatusCode = $httpErrorStatusCode;
}
-
public function getHttpErrorStatusCode()
{
return $this->httpErrorStatusCode;
@@ -9909,7 +9326,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9918,7 +9334,6 @@ public function setInsertTime($insertTime)
{
$this->insertTime = $insertTime;
}
-
public function getInsertTime()
{
return $this->insertTime;
@@ -9927,7 +9342,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9936,7 +9350,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -9945,7 +9358,6 @@ public function setOperationType($operationType)
{
$this->operationType = $operationType;
}
-
public function getOperationType()
{
return $this->operationType;
@@ -9954,7 +9366,6 @@ public function setProgress($progress)
{
$this->progress = $progress;
}
-
public function getProgress()
{
return $this->progress;
@@ -9963,7 +9374,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -9972,7 +9382,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -9981,7 +9390,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -9990,7 +9398,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -9999,7 +9406,6 @@ public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
}
-
public function getStatusMessage()
{
return $this->statusMessage;
@@ -10008,7 +9414,6 @@ public function setTargetId($targetId)
{
$this->targetId = $targetId;
}
-
public function getTargetId()
{
return $this->targetId;
@@ -10017,7 +9422,6 @@ public function setTargetLink($targetLink)
{
$this->targetLink = $targetLink;
}
-
public function getTargetLink()
{
return $this->targetLink;
@@ -10026,7 +9430,6 @@ public function setUser($user)
{
$this->user = $user;
}
-
public function getUser()
{
return $this->user;
@@ -10035,7 +9438,6 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
@@ -10044,12 +9446,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Compute_OperationAggregatedList extends Google_Model
@@ -10063,11 +9463,11 @@ class Google_Service_Compute_OperationAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -10076,7 +9476,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -10085,7 +9484,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -10094,7 +9492,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -10103,20 +9500,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_OperationAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_OperationError extends Google_Collection
@@ -10127,16 +9518,15 @@ class Google_Service_Compute_OperationError extends Google_Collection
protected $errorsType = 'Google_Service_Compute_OperationErrorErrors';
protected $errorsDataType = 'array';
+
public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_Compute_OperationErrorErrors extends Google_Model
@@ -10147,11 +9537,11 @@ class Google_Service_Compute_OperationErrorErrors extends Google_Model
public $location;
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -10160,7 +9550,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -10169,12 +9558,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_OperationList extends Google_Collection
@@ -10189,11 +9576,11 @@ class Google_Service_Compute_OperationList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -10202,7 +9589,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -10211,7 +9597,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -10220,7 +9605,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -10229,12 +9613,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_OperationWarnings extends Google_Collection
@@ -10247,11 +9629,11 @@ class Google_Service_Compute_OperationWarnings extends Google_Collection
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -10260,7 +9642,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -10269,12 +9650,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_OperationWarningsData extends Google_Model
@@ -10284,11 +9663,11 @@ class Google_Service_Compute_OperationWarningsData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -10297,12 +9676,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_OperationsScopedList extends Google_Collection
@@ -10315,11 +9692,11 @@ class Google_Service_Compute_OperationsScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_OperationsScopedListWarning';
protected $warningDataType = '';
+
public function setOperations($operations)
{
$this->operations = $operations;
}
-
public function getOperations()
{
return $this->operations;
@@ -10328,12 +9705,10 @@ public function setWarning(Google_Service_Compute_OperationsScopedListWarning $w
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_OperationsScopedListWarning extends Google_Collection
@@ -10346,11 +9721,11 @@ class Google_Service_Compute_OperationsScopedListWarning extends Google_Collecti
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -10359,7 +9734,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -10368,12 +9742,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_OperationsScopedListWarningData extends Google_Model
@@ -10383,11 +9755,11 @@ class Google_Service_Compute_OperationsScopedListWarningData extends Google_Mode
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -10396,12 +9768,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_PathMatcher extends Google_Collection
@@ -10415,11 +9785,11 @@ class Google_Service_Compute_PathMatcher extends Google_Collection
protected $pathRulesType = 'Google_Service_Compute_PathRule';
protected $pathRulesDataType = 'array';
+
public function setDefaultService($defaultService)
{
$this->defaultService = $defaultService;
}
-
public function getDefaultService()
{
return $this->defaultService;
@@ -10428,7 +9798,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -10437,7 +9806,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -10446,12 +9814,10 @@ public function setPathRules($pathRules)
{
$this->pathRules = $pathRules;
}
-
public function getPathRules()
{
return $this->pathRules;
}
-
}
class Google_Service_Compute_PathRule extends Google_Collection
@@ -10462,11 +9828,11 @@ class Google_Service_Compute_PathRule extends Google_Collection
public $paths;
public $service;
+
public function setPaths($paths)
{
$this->paths = $paths;
}
-
public function getPaths()
{
return $this->paths;
@@ -10475,12 +9841,10 @@ public function setService($service)
{
$this->service = $service;
}
-
public function getService()
{
return $this->service;
}
-
}
class Google_Service_Compute_Project extends Google_Collection
@@ -10501,11 +9865,11 @@ class Google_Service_Compute_Project extends Google_Collection
protected $usageExportLocationType = 'Google_Service_Compute_UsageExportLocation';
protected $usageExportLocationDataType = '';
+
public function setCommonInstanceMetadata(Google_Service_Compute_Metadata $commonInstanceMetadata)
{
$this->commonInstanceMetadata = $commonInstanceMetadata;
}
-
public function getCommonInstanceMetadata()
{
return $this->commonInstanceMetadata;
@@ -10514,7 +9878,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -10523,7 +9886,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -10532,7 +9894,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -10541,7 +9902,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -10550,7 +9910,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -10559,7 +9918,6 @@ public function setQuotas($quotas)
{
$this->quotas = $quotas;
}
-
public function getQuotas()
{
return $this->quotas;
@@ -10568,7 +9926,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -10577,12 +9934,10 @@ public function setUsageExportLocation(Google_Service_Compute_UsageExportLocatio
{
$this->usageExportLocation = $usageExportLocation;
}
-
public function getUsageExportLocation()
{
return $this->usageExportLocation;
}
-
}
class Google_Service_Compute_Quota extends Google_Model
@@ -10593,11 +9948,11 @@ class Google_Service_Compute_Quota extends Google_Model
public $metric;
public $usage;
+
public function setLimit($limit)
{
$this->limit = $limit;
}
-
public function getLimit()
{
return $this->limit;
@@ -10606,7 +9961,6 @@ public function setMetric($metric)
{
$this->metric = $metric;
}
-
public function getMetric()
{
return $this->metric;
@@ -10615,12 +9969,10 @@ public function setUsage($usage)
{
$this->usage = $usage;
}
-
public function getUsage()
{
return $this->usage;
}
-
}
class Google_Service_Compute_Region extends Google_Collection
@@ -10641,11 +9993,11 @@ class Google_Service_Compute_Region extends Google_Collection
public $status;
public $zones;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -10654,7 +10006,6 @@ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecat
{
$this->deprecated = $deprecated;
}
-
public function getDeprecated()
{
return $this->deprecated;
@@ -10663,7 +10014,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -10672,7 +10022,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -10681,7 +10030,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -10690,7 +10038,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -10699,7 +10046,6 @@ public function setQuotas($quotas)
{
$this->quotas = $quotas;
}
-
public function getQuotas()
{
return $this->quotas;
@@ -10708,7 +10054,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -10717,7 +10062,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -10726,12 +10070,10 @@ public function setZones($zones)
{
$this->zones = $zones;
}
-
public function getZones()
{
return $this->zones;
}
-
}
class Google_Service_Compute_RegionList extends Google_Collection
@@ -10746,11 +10088,11 @@ class Google_Service_Compute_RegionList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -10759,7 +10101,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -10768,7 +10109,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -10777,7 +10117,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -10786,12 +10125,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_ResourceGroupReference extends Google_Model
@@ -10800,16 +10137,15 @@ class Google_Service_Compute_ResourceGroupReference extends Google_Model
);
public $group;
+
public function setGroup($group)
{
$this->group = $group;
}
-
public function getGroup()
{
return $this->group;
}
-
}
class Google_Service_Compute_Route extends Google_Collection
@@ -10834,11 +10170,11 @@ class Google_Service_Compute_Route extends Google_Collection
protected $warningsType = 'Google_Service_Compute_RouteWarnings';
protected $warningsDataType = 'array';
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -10847,7 +10183,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -10856,7 +10191,6 @@ public function setDestRange($destRange)
{
$this->destRange = $destRange;
}
-
public function getDestRange()
{
return $this->destRange;
@@ -10865,7 +10199,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -10874,7 +10207,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -10883,7 +10215,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -10892,7 +10223,6 @@ public function setNetwork($network)
{
$this->network = $network;
}
-
public function getNetwork()
{
return $this->network;
@@ -10901,7 +10231,6 @@ public function setNextHopGateway($nextHopGateway)
{
$this->nextHopGateway = $nextHopGateway;
}
-
public function getNextHopGateway()
{
return $this->nextHopGateway;
@@ -10910,7 +10239,6 @@ public function setNextHopInstance($nextHopInstance)
{
$this->nextHopInstance = $nextHopInstance;
}
-
public function getNextHopInstance()
{
return $this->nextHopInstance;
@@ -10919,7 +10247,6 @@ public function setNextHopIp($nextHopIp)
{
$this->nextHopIp = $nextHopIp;
}
-
public function getNextHopIp()
{
return $this->nextHopIp;
@@ -10928,7 +10255,6 @@ public function setNextHopNetwork($nextHopNetwork)
{
$this->nextHopNetwork = $nextHopNetwork;
}
-
public function getNextHopNetwork()
{
return $this->nextHopNetwork;
@@ -10937,7 +10263,6 @@ public function setPriority($priority)
{
$this->priority = $priority;
}
-
public function getPriority()
{
return $this->priority;
@@ -10946,7 +10271,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -10955,7 +10279,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -10964,12 +10287,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_Compute_RouteList extends Google_Collection
@@ -10984,11 +10305,11 @@ class Google_Service_Compute_RouteList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -10997,7 +10318,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -11006,7 +10326,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11015,7 +10334,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -11024,12 +10342,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_RouteWarnings extends Google_Collection
@@ -11042,11 +10358,11 @@ class Google_Service_Compute_RouteWarnings extends Google_Collection
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -11055,7 +10371,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -11064,12 +10379,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_RouteWarningsData extends Google_Model
@@ -11079,11 +10392,11 @@ class Google_Service_Compute_RouteWarningsData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -11092,12 +10405,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_Scheduling extends Google_Model
@@ -11107,11 +10418,11 @@ class Google_Service_Compute_Scheduling extends Google_Model
public $automaticRestart;
public $onHostMaintenance;
+
public function setAutomaticRestart($automaticRestart)
{
$this->automaticRestart = $automaticRestart;
}
-
public function getAutomaticRestart()
{
return $this->automaticRestart;
@@ -11120,12 +10431,10 @@ public function setOnHostMaintenance($onHostMaintenance)
{
$this->onHostMaintenance = $onHostMaintenance;
}
-
public function getOnHostMaintenance()
{
return $this->onHostMaintenance;
}
-
}
class Google_Service_Compute_SerialPortOutput extends Google_Model
@@ -11136,11 +10445,11 @@ class Google_Service_Compute_SerialPortOutput extends Google_Model
public $kind;
public $selfLink;
+
public function setContents($contents)
{
$this->contents = $contents;
}
-
public function getContents()
{
return $this->contents;
@@ -11149,7 +10458,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11158,12 +10466,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_ServiceAccount extends Google_Collection
@@ -11174,11 +10480,11 @@ class Google_Service_Compute_ServiceAccount extends Google_Collection
public $email;
public $scopes;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -11187,12 +10493,10 @@ public function setScopes($scopes)
{
$this->scopes = $scopes;
}
-
public function getScopes()
{
return $this->scopes;
}
-
}
class Google_Service_Compute_Snapshot extends Google_Collection
@@ -11214,11 +10518,11 @@ class Google_Service_Compute_Snapshot extends Google_Collection
public $storageBytes;
public $storageBytesStatus;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -11227,7 +10531,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -11236,7 +10539,6 @@ public function setDiskSizeGb($diskSizeGb)
{
$this->diskSizeGb = $diskSizeGb;
}
-
public function getDiskSizeGb()
{
return $this->diskSizeGb;
@@ -11245,7 +10547,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -11254,7 +10555,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11263,7 +10563,6 @@ public function setLicenses($licenses)
{
$this->licenses = $licenses;
}
-
public function getLicenses()
{
return $this->licenses;
@@ -11272,7 +10571,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -11281,7 +10579,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -11290,7 +10587,6 @@ public function setSourceDisk($sourceDisk)
{
$this->sourceDisk = $sourceDisk;
}
-
public function getSourceDisk()
{
return $this->sourceDisk;
@@ -11299,7 +10595,6 @@ public function setSourceDiskId($sourceDiskId)
{
$this->sourceDiskId = $sourceDiskId;
}
-
public function getSourceDiskId()
{
return $this->sourceDiskId;
@@ -11308,7 +10603,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -11317,7 +10611,6 @@ public function setStorageBytes($storageBytes)
{
$this->storageBytes = $storageBytes;
}
-
public function getStorageBytes()
{
return $this->storageBytes;
@@ -11326,12 +10619,10 @@ public function setStorageBytesStatus($storageBytesStatus)
{
$this->storageBytesStatus = $storageBytesStatus;
}
-
public function getStorageBytesStatus()
{
return $this->storageBytesStatus;
}
-
}
class Google_Service_Compute_SnapshotList extends Google_Collection
@@ -11346,11 +10637,11 @@ class Google_Service_Compute_SnapshotList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -11359,7 +10650,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -11368,7 +10658,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11377,7 +10666,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -11386,12 +10674,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_Tags extends Google_Collection
@@ -11402,11 +10688,11 @@ class Google_Service_Compute_Tags extends Google_Collection
public $fingerprint;
public $items;
+
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -11415,12 +10701,10 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
}
-
}
class Google_Service_Compute_TargetHttpProxy extends Google_Model
@@ -11435,11 +10719,11 @@ class Google_Service_Compute_TargetHttpProxy extends Google_Model
public $selfLink;
public $urlMap;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -11448,7 +10732,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -11457,7 +10740,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -11466,7 +10748,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11475,7 +10756,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -11484,7 +10764,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -11493,12 +10772,10 @@ public function setUrlMap($urlMap)
{
$this->urlMap = $urlMap;
}
-
public function getUrlMap()
{
return $this->urlMap;
}
-
}
class Google_Service_Compute_TargetHttpProxyList extends Google_Collection
@@ -11513,11 +10790,11 @@ class Google_Service_Compute_TargetHttpProxyList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -11526,7 +10803,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -11535,7 +10811,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11544,7 +10819,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -11553,12 +10827,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_TargetInstance extends Google_Model
@@ -11575,11 +10847,11 @@ class Google_Service_Compute_TargetInstance extends Google_Model
public $selfLink;
public $zone;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -11588,7 +10860,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -11597,7 +10868,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -11606,7 +10876,6 @@ public function setInstance($instance)
{
$this->instance = $instance;
}
-
public function getInstance()
{
return $this->instance;
@@ -11615,7 +10884,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11624,7 +10892,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -11633,7 +10900,6 @@ public function setNatPolicy($natPolicy)
{
$this->natPolicy = $natPolicy;
}
-
public function getNatPolicy()
{
return $this->natPolicy;
@@ -11642,7 +10908,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -11651,12 +10916,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Compute_TargetInstanceAggregatedList extends Google_Model
@@ -11670,11 +10933,11 @@ class Google_Service_Compute_TargetInstanceAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -11683,7 +10946,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -11692,7 +10954,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11701,7 +10962,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -11710,20 +10970,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_TargetInstanceAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_TargetInstanceList extends Google_Collection
@@ -11738,11 +10992,11 @@ class Google_Service_Compute_TargetInstanceList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -11751,7 +11005,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -11760,7 +11013,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11769,7 +11021,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -11778,12 +11029,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_TargetInstancesScopedList extends Google_Collection
@@ -11796,11 +11045,11 @@ class Google_Service_Compute_TargetInstancesScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_TargetInstancesScopedListWarning';
protected $warningDataType = '';
+
public function setTargetInstances($targetInstances)
{
$this->targetInstances = $targetInstances;
}
-
public function getTargetInstances()
{
return $this->targetInstances;
@@ -11809,12 +11058,10 @@ public function setWarning(Google_Service_Compute_TargetInstancesScopedListWarni
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_TargetInstancesScopedListWarning extends Google_Collection
@@ -11827,11 +11074,11 @@ class Google_Service_Compute_TargetInstancesScopedListWarning extends Google_Col
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -11840,7 +11087,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -11849,12 +11095,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_TargetInstancesScopedListWarningData extends Google_Model
@@ -11864,11 +11108,11 @@ class Google_Service_Compute_TargetInstancesScopedListWarningData extends Google
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -11877,12 +11121,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_TargetPool extends Google_Collection
@@ -11903,11 +11145,11 @@ class Google_Service_Compute_TargetPool extends Google_Collection
public $selfLink;
public $sessionAffinity;
+
public function setBackupPool($backupPool)
{
$this->backupPool = $backupPool;
}
-
public function getBackupPool()
{
return $this->backupPool;
@@ -11916,7 +11158,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -11925,7 +11166,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -11934,7 +11174,6 @@ public function setFailoverRatio($failoverRatio)
{
$this->failoverRatio = $failoverRatio;
}
-
public function getFailoverRatio()
{
return $this->failoverRatio;
@@ -11943,7 +11182,6 @@ public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
}
-
public function getHealthChecks()
{
return $this->healthChecks;
@@ -11952,7 +11190,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -11961,7 +11198,6 @@ public function setInstances($instances)
{
$this->instances = $instances;
}
-
public function getInstances()
{
return $this->instances;
@@ -11970,7 +11206,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -11979,7 +11214,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -11988,7 +11222,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -11997,7 +11230,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -12006,12 +11238,10 @@ public function setSessionAffinity($sessionAffinity)
{
$this->sessionAffinity = $sessionAffinity;
}
-
public function getSessionAffinity()
{
return $this->sessionAffinity;
}
-
}
class Google_Service_Compute_TargetPoolAggregatedList extends Google_Model
@@ -12025,11 +11255,11 @@ class Google_Service_Compute_TargetPoolAggregatedList extends Google_Model
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -12038,7 +11268,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -12047,7 +11276,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -12056,7 +11284,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -12065,20 +11292,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_TargetPoolAggregatedListItems extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Compute_TargetPoolInstanceHealth extends Google_Collection
@@ -12090,11 +11311,11 @@ class Google_Service_Compute_TargetPoolInstanceHealth extends Google_Collection
protected $healthStatusDataType = 'array';
public $kind;
+
public function setHealthStatus($healthStatus)
{
$this->healthStatus = $healthStatus;
}
-
public function getHealthStatus()
{
return $this->healthStatus;
@@ -12103,12 +11324,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Compute_TargetPoolList extends Google_Collection
@@ -12123,11 +11342,11 @@ class Google_Service_Compute_TargetPoolList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -12136,7 +11355,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -12145,7 +11363,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -12154,7 +11371,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -12163,12 +11379,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_TargetPoolsAddHealthCheckRequest extends Google_Collection
@@ -12179,16 +11393,15 @@ class Google_Service_Compute_TargetPoolsAddHealthCheckRequest extends Google_Col
protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
protected $healthChecksDataType = 'array';
+
public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
}
-
public function getHealthChecks()
{
return $this->healthChecks;
}
-
}
class Google_Service_Compute_TargetPoolsAddInstanceRequest extends Google_Collection
@@ -12199,16 +11412,15 @@ class Google_Service_Compute_TargetPoolsAddInstanceRequest extends Google_Collec
protected $instancesType = 'Google_Service_Compute_InstanceReference';
protected $instancesDataType = 'array';
+
public function setInstances($instances)
{
$this->instances = $instances;
}
-
public function getInstances()
{
return $this->instances;
}
-
}
class Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest extends Google_Collection
@@ -12219,16 +11431,15 @@ class Google_Service_Compute_TargetPoolsRemoveHealthCheckRequest extends Google_
protected $healthChecksType = 'Google_Service_Compute_HealthCheckReference';
protected $healthChecksDataType = 'array';
+
public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
}
-
public function getHealthChecks()
{
return $this->healthChecks;
}
-
}
class Google_Service_Compute_TargetPoolsRemoveInstanceRequest extends Google_Collection
@@ -12239,16 +11450,15 @@ class Google_Service_Compute_TargetPoolsRemoveInstanceRequest extends Google_Col
protected $instancesType = 'Google_Service_Compute_InstanceReference';
protected $instancesDataType = 'array';
+
public function setInstances($instances)
{
$this->instances = $instances;
}
-
public function getInstances()
{
return $this->instances;
}
-
}
class Google_Service_Compute_TargetPoolsScopedList extends Google_Collection
@@ -12261,11 +11471,11 @@ class Google_Service_Compute_TargetPoolsScopedList extends Google_Collection
protected $warningType = 'Google_Service_Compute_TargetPoolsScopedListWarning';
protected $warningDataType = '';
+
public function setTargetPools($targetPools)
{
$this->targetPools = $targetPools;
}
-
public function getTargetPools()
{
return $this->targetPools;
@@ -12274,12 +11484,10 @@ public function setWarning(Google_Service_Compute_TargetPoolsScopedListWarning $
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Compute_TargetPoolsScopedListWarning extends Google_Collection
@@ -12292,11 +11500,11 @@ class Google_Service_Compute_TargetPoolsScopedListWarning extends Google_Collect
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -12305,7 +11513,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -12314,12 +11521,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Compute_TargetPoolsScopedListWarningData extends Google_Model
@@ -12329,11 +11534,11 @@ class Google_Service_Compute_TargetPoolsScopedListWarningData extends Google_Mod
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -12342,12 +11547,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Compute_TargetReference extends Google_Model
@@ -12356,16 +11559,15 @@ class Google_Service_Compute_TargetReference extends Google_Model
);
public $target;
+
public function setTarget($target)
{
$this->target = $target;
}
-
public function getTarget()
{
return $this->target;
}
-
}
class Google_Service_Compute_TestFailure extends Google_Model
@@ -12377,11 +11579,11 @@ class Google_Service_Compute_TestFailure extends Google_Model
public $host;
public $path;
+
public function setActualService($actualService)
{
$this->actualService = $actualService;
}
-
public function getActualService()
{
return $this->actualService;
@@ -12390,7 +11592,6 @@ public function setExpectedService($expectedService)
{
$this->expectedService = $expectedService;
}
-
public function getExpectedService()
{
return $this->expectedService;
@@ -12399,7 +11600,6 @@ public function setHost($host)
{
$this->host = $host;
}
-
public function getHost()
{
return $this->host;
@@ -12408,12 +11608,10 @@ public function setPath($path)
{
$this->path = $path;
}
-
public function getPath()
{
return $this->path;
}
-
}
class Google_Service_Compute_UrlMap extends Google_Collection
@@ -12436,11 +11634,11 @@ class Google_Service_Compute_UrlMap extends Google_Collection
protected $testsType = 'Google_Service_Compute_UrlMapTest';
protected $testsDataType = 'array';
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -12449,7 +11647,6 @@ public function setDefaultService($defaultService)
{
$this->defaultService = $defaultService;
}
-
public function getDefaultService()
{
return $this->defaultService;
@@ -12458,7 +11655,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -12467,7 +11663,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -12476,7 +11671,6 @@ public function setHostRules($hostRules)
{
$this->hostRules = $hostRules;
}
-
public function getHostRules()
{
return $this->hostRules;
@@ -12485,7 +11679,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -12494,7 +11687,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -12503,7 +11695,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -12512,7 +11703,6 @@ public function setPathMatchers($pathMatchers)
{
$this->pathMatchers = $pathMatchers;
}
-
public function getPathMatchers()
{
return $this->pathMatchers;
@@ -12521,7 +11711,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -12530,12 +11719,10 @@ public function setTests($tests)
{
$this->tests = $tests;
}
-
public function getTests()
{
return $this->tests;
}
-
}
class Google_Service_Compute_UrlMapList extends Google_Collection
@@ -12550,11 +11737,11 @@ class Google_Service_Compute_UrlMapList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -12563,7 +11750,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -12572,7 +11758,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -12581,7 +11766,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -12590,12 +11774,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_UrlMapReference extends Google_Model
@@ -12604,16 +11786,15 @@ class Google_Service_Compute_UrlMapReference extends Google_Model
);
public $urlMap;
+
public function setUrlMap($urlMap)
{
$this->urlMap = $urlMap;
}
-
public function getUrlMap()
{
return $this->urlMap;
}
-
}
class Google_Service_Compute_UrlMapTest extends Google_Model
@@ -12625,11 +11806,11 @@ class Google_Service_Compute_UrlMapTest extends Google_Model
public $path;
public $service;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -12638,7 +11819,6 @@ public function setHost($host)
{
$this->host = $host;
}
-
public function getHost()
{
return $this->host;
@@ -12647,7 +11827,6 @@ public function setPath($path)
{
$this->path = $path;
}
-
public function getPath()
{
return $this->path;
@@ -12656,12 +11835,10 @@ public function setService($service)
{
$this->service = $service;
}
-
public function getService()
{
return $this->service;
}
-
}
class Google_Service_Compute_UrlMapValidationResult extends Google_Collection
@@ -12675,11 +11852,11 @@ class Google_Service_Compute_UrlMapValidationResult extends Google_Collection
protected $testFailuresDataType = 'array';
public $testPassed;
+
public function setLoadErrors($loadErrors)
{
$this->loadErrors = $loadErrors;
}
-
public function getLoadErrors()
{
return $this->loadErrors;
@@ -12688,7 +11865,6 @@ public function setLoadSucceeded($loadSucceeded)
{
$this->loadSucceeded = $loadSucceeded;
}
-
public function getLoadSucceeded()
{
return $this->loadSucceeded;
@@ -12697,7 +11873,6 @@ public function setTestFailures($testFailures)
{
$this->testFailures = $testFailures;
}
-
public function getTestFailures()
{
return $this->testFailures;
@@ -12706,12 +11881,10 @@ public function setTestPassed($testPassed)
{
$this->testPassed = $testPassed;
}
-
public function getTestPassed()
{
return $this->testPassed;
}
-
}
class Google_Service_Compute_UrlMapsValidateRequest extends Google_Model
@@ -12721,16 +11894,15 @@ class Google_Service_Compute_UrlMapsValidateRequest extends Google_Model
protected $resourceType = 'Google_Service_Compute_UrlMap';
protected $resourceDataType = '';
+
public function setResource(Google_Service_Compute_UrlMap $resource)
{
$this->resource = $resource;
}
-
public function getResource()
{
return $this->resource;
}
-
}
class Google_Service_Compute_UrlMapsValidateResponse extends Google_Model
@@ -12740,16 +11912,15 @@ class Google_Service_Compute_UrlMapsValidateResponse extends Google_Model
protected $resultType = 'Google_Service_Compute_UrlMapValidationResult';
protected $resultDataType = '';
+
public function setResult(Google_Service_Compute_UrlMapValidationResult $result)
{
$this->result = $result;
}
-
public function getResult()
{
return $this->result;
}
-
}
class Google_Service_Compute_UsageExportLocation extends Google_Model
@@ -12759,11 +11930,11 @@ class Google_Service_Compute_UsageExportLocation extends Google_Model
public $bucketName;
public $reportNamePrefix;
+
public function setBucketName($bucketName)
{
$this->bucketName = $bucketName;
}
-
public function getBucketName()
{
return $this->bucketName;
@@ -12772,12 +11943,10 @@ public function setReportNamePrefix($reportNamePrefix)
{
$this->reportNamePrefix = $reportNamePrefix;
}
-
public function getReportNamePrefix()
{
return $this->reportNamePrefix;
}
-
}
class Google_Service_Compute_Zone extends Google_Collection
@@ -12798,11 +11967,11 @@ class Google_Service_Compute_Zone extends Google_Collection
public $selfLink;
public $status;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -12811,7 +11980,6 @@ public function setDeprecated(Google_Service_Compute_DeprecationStatus $deprecat
{
$this->deprecated = $deprecated;
}
-
public function getDeprecated()
{
return $this->deprecated;
@@ -12820,7 +11988,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -12829,7 +11996,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -12838,7 +12004,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -12847,7 +12012,6 @@ public function setMaintenanceWindows($maintenanceWindows)
{
$this->maintenanceWindows = $maintenanceWindows;
}
-
public function getMaintenanceWindows()
{
return $this->maintenanceWindows;
@@ -12856,7 +12020,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -12865,7 +12028,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -12874,7 +12036,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -12883,12 +12044,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Compute_ZoneList extends Google_Collection
@@ -12903,11 +12062,11 @@ class Google_Service_Compute_ZoneList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -12916,7 +12075,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -12925,7 +12083,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -12934,7 +12091,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -12943,12 +12099,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Compute_ZoneMaintenanceWindows extends Google_Model
@@ -12960,11 +12114,11 @@ class Google_Service_Compute_ZoneMaintenanceWindows extends Google_Model
public $endTime;
public $name;
+
public function setBeginTime($beginTime)
{
$this->beginTime = $beginTime;
}
-
public function getBeginTime()
{
return $this->beginTime;
@@ -12973,7 +12127,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -12982,7 +12135,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -12991,10 +12143,8 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
From 2398eaf0b03a65868c24aa6d61b67df2e3cfef9a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for access to the data within Blogger.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Blogger extends Google_Service
{
/** Manage your Blogger account. */
- const BLOGGER = "https://www.googleapis.com/auth/blogger";
+ const BLOGGER =
+ "https://www.googleapis.com/auth/blogger";
/** View your Blogger account. */
- const BLOGGER_READONLY = "https://www.googleapis.com/auth/blogger.readonly";
+ const BLOGGER_READONLY =
+ "https://www.googleapis.com/auth/blogger.readonly";
public $blogUserInfos;
public $blogs;
@@ -930,15 +931,13 @@ class Google_Service_Blogger_BlogUserInfos_Resource extends Google_Service_Resou
/**
* Gets one blog and user info pair by blogId and userId. (blogUserInfos.get)
*
- * @param string $userId
- * ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the
- * user's profile identifier.
- * @param string $blogId
- * The ID of the blog to get.
+ * @param string $userId ID of the user whose blogs are to be fetched. Either
+ * the word 'self' (sans quote marks) or the user's profile identifier.
+ * @param string $blogId The ID of the blog to get.
* @param array $optParams Optional parameters.
*
- * @opt_param string maxPosts
- * Maximum number of posts to pull back with the blog.
+ * @opt_param string maxPosts Maximum number of posts to pull back with the
+ * blog.
* @return Google_Service_Blogger_BlogUserInfo
*/
public function get($userId, $blogId, $optParams = array())
@@ -963,14 +962,13 @@ class Google_Service_Blogger_Blogs_Resource extends Google_Service_Resource
/**
* Gets one blog by ID. (blogs.get)
*
- * @param string $blogId
- * The ID of the blog to get.
+ * @param string $blogId The ID of the blog to get.
* @param array $optParams Optional parameters.
*
- * @opt_param string maxPosts
- * Maximum number of posts to pull back with the blog.
- * @opt_param string view
- * Access level with which to view the blog. Note that some fields require elevated access.
+ * @opt_param string maxPosts Maximum number of posts to pull back with the
+ * blog.
+ * @opt_param string view Access level with which to view the blog. Note that
+ * some fields require elevated access.
* @return Google_Service_Blogger_Blog
*/
public function get($blogId, $optParams = array())
@@ -979,15 +977,15 @@ public function get($blogId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Blogger_Blog");
}
+
/**
* Retrieve a Blog by URL. (blogs.getByUrl)
*
- * @param string $url
- * The URL of the blog to retrieve.
+ * @param string $url The URL of the blog to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string view
- * Access level with which to view the blog. Note that some fields require elevated access.
+ * @opt_param string view Access level with which to view the blog. Note that
+ * some fields require elevated access.
* @return Google_Service_Blogger_Blog
*/
public function getByUrl($url, $optParams = array())
@@ -996,24 +994,23 @@ public function getByUrl($url, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getByUrl', array($params), "Google_Service_Blogger_Blog");
}
+
/**
* Retrieves a list of blogs, possibly filtered. (blogs.listByUser)
*
- * @param string $userId
- * ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the
- * user's profile identifier.
+ * @param string $userId ID of the user whose blogs are to be fetched. Either
+ * the word 'self' (sans quote marks) or the user's profile identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param bool fetchUserInfo
- * Whether the response is a list of blogs with per-user information instead of just blogs.
- * @opt_param string status
- * Blog statuses to include in the result (default: Live blogs only). Note that ADMIN access is
- * required to view deleted blogs.
- * @opt_param string role
- * User access types for blogs to include in the results, e.g. AUTHOR will return blogs where the
- * user has author level access. If no roles are specified, defaults to ADMIN and AUTHOR roles.
- * @opt_param string view
- * Access level with which to view the blogs. Note that some fields require elevated access.
+ * @opt_param bool fetchUserInfo Whether the response is a list of blogs with
+ * per-user information instead of just blogs.
+ * @opt_param string status Blog statuses to include in the result (default:
+ * Live blogs only). Note that ADMIN access is required to view deleted blogs.
+ * @opt_param string role User access types for blogs to include in the results,
+ * e.g. AUTHOR will return blogs where the user has author level access. If no
+ * roles are specified, defaults to ADMIN and AUTHOR roles.
+ * @opt_param string view Access level with which to view the blogs. Note that
+ * some fields require elevated access.
* @return Google_Service_Blogger_BlogList
*/
public function listByUser($userId, $optParams = array())
@@ -1038,12 +1035,9 @@ class Google_Service_Blogger_Comments_Resource extends Google_Service_Resource
/**
* Marks a comment as not spam. (comments.approve)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param string $commentId
- * The ID of the comment to mark as not spam.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
+ * @param string $commentId The ID of the comment to mark as not spam.
* @param array $optParams Optional parameters.
* @return Google_Service_Blogger_Comment
*/
@@ -1053,15 +1047,13 @@ public function approve($blogId, $postId, $commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('approve', array($params), "Google_Service_Blogger_Comment");
}
+
/**
* Delete a comment by ID. (comments.delete)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param string $commentId
- * The ID of the comment to delete.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
+ * @param string $commentId The ID of the comment to delete.
* @param array $optParams Optional parameters.
*/
public function delete($blogId, $postId, $commentId, $optParams = array())
@@ -1070,21 +1062,19 @@ public function delete($blogId, $postId, $commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets one comment by ID. (comments.get)
*
- * @param string $blogId
- * ID of the blog to containing the comment.
- * @param string $postId
- * ID of the post to fetch posts from.
- * @param string $commentId
- * The ID of the comment to get.
+ * @param string $blogId ID of the blog to containing the comment.
+ * @param string $postId ID of the post to fetch posts from.
+ * @param string $commentId The ID of the comment to get.
* @param array $optParams Optional parameters.
*
- * @opt_param string view
- * Access level for the requested comment (default: READER). Note that some comments will require
- * elevated permissions, for example comments where the parent posts which is in a draft state, or
- * comments that are pending moderation.
+ * @opt_param string view Access level for the requested comment (default:
+ * READER). Note that some comments will require elevated permissions, for
+ * example comments where the parent posts which is in a draft state, or
+ * comments that are pending moderation.
* @return Google_Service_Blogger_Comment
*/
public function get($blogId, $postId, $commentId, $optParams = array())
@@ -1093,30 +1083,26 @@ public function get($blogId, $postId, $commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Blogger_Comment");
}
+
/**
* Retrieves the comments for a post, possibly filtered. (comments.listComments)
*
- * @param string $blogId
- * ID of the blog to fetch comments from.
- * @param string $postId
- * ID of the post to fetch posts from.
+ * @param string $blogId ID of the blog to fetch comments from.
+ * @param string $postId ID of the post to fetch posts from.
* @param array $optParams Optional parameters.
*
* @opt_param string status
- *
- * @opt_param string startDate
- * Earliest date of comment to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string endDate
- * Latest date of comment to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string maxResults
- * Maximum number of comments to include in the result.
- * @opt_param string pageToken
- * Continuation token if request is paged.
- * @opt_param bool fetchBodies
- * Whether the body content of the comments is included.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
+ * @opt_param string startDate Earliest date of comment to fetch, a date-time
+ * with RFC 3339 formatting.
+ * @opt_param string endDate Latest date of comment to fetch, a date-time with
+ * RFC 3339 formatting.
+ * @opt_param string maxResults Maximum number of comments to include in the
+ * result.
+ * @opt_param string pageToken Continuation token if request is paged.
+ * @opt_param bool fetchBodies Whether the body content of the comments is
+ * included.
+ * @opt_param string view Access level with which to view the returned result.
+ * Note that some fields require elevated access.
* @return Google_Service_Blogger_CommentList
*/
public function listComments($blogId, $postId, $optParams = array())
@@ -1125,24 +1111,23 @@ public function listComments($blogId, $postId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Blogger_CommentList");
}
+
/**
* Retrieves the comments for a blog, across all posts, possibly filtered.
* (comments.listByBlog)
*
- * @param string $blogId
- * ID of the blog to fetch comments from.
+ * @param string $blogId ID of the blog to fetch comments from.
* @param array $optParams Optional parameters.
*
- * @opt_param string startDate
- * Earliest date of comment to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string endDate
- * Latest date of comment to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string maxResults
- * Maximum number of comments to include in the result.
- * @opt_param string pageToken
- * Continuation token if request is paged.
- * @opt_param bool fetchBodies
- * Whether the body content of the comments is included.
+ * @opt_param string startDate Earliest date of comment to fetch, a date-time
+ * with RFC 3339 formatting.
+ * @opt_param string endDate Latest date of comment to fetch, a date-time with
+ * RFC 3339 formatting.
+ * @opt_param string maxResults Maximum number of comments to include in the
+ * result.
+ * @opt_param string pageToken Continuation token if request is paged.
+ * @opt_param bool fetchBodies Whether the body content of the comments is
+ * included.
* @return Google_Service_Blogger_CommentList
*/
public function listByBlog($blogId, $optParams = array())
@@ -1151,15 +1136,13 @@ public function listByBlog($blogId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('listByBlog', array($params), "Google_Service_Blogger_CommentList");
}
+
/**
* Marks a comment as spam. (comments.markAsSpam)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param string $commentId
- * The ID of the comment to mark as spam.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
+ * @param string $commentId The ID of the comment to mark as spam.
* @param array $optParams Optional parameters.
* @return Google_Service_Blogger_Comment
*/
@@ -1169,15 +1152,13 @@ public function markAsSpam($blogId, $postId, $commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('markAsSpam', array($params), "Google_Service_Blogger_Comment");
}
+
/**
* Removes the content of a comment. (comments.removeContent)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
- * @param string $commentId
- * The ID of the comment to delete content from.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
+ * @param string $commentId The ID of the comment to delete content from.
* @param array $optParams Optional parameters.
* @return Google_Service_Blogger_Comment
*/
@@ -1203,12 +1184,10 @@ class Google_Service_Blogger_PageViews_Resource extends Google_Service_Resource
/**
* Retrieve pageview stats for a Blog. (pageViews.get)
*
- * @param string $blogId
- * The ID of the blog to get.
+ * @param string $blogId The ID of the blog to get.
* @param array $optParams Optional parameters.
*
* @opt_param string range
- *
* @return Google_Service_Blogger_Pageviews
*/
public function get($blogId, $optParams = array())
@@ -1233,10 +1212,8 @@ class Google_Service_Blogger_Pages_Resource extends Google_Service_Resource
/**
* Delete a page by ID. (pages.delete)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $pageId
- * The ID of the Page.
+ * @param string $blogId The ID of the Blog.
+ * @param string $pageId The ID of the Page.
* @param array $optParams Optional parameters.
*/
public function delete($blogId, $pageId, $optParams = array())
@@ -1245,17 +1222,15 @@ public function delete($blogId, $pageId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets one blog page by ID. (pages.get)
*
- * @param string $blogId
- * ID of the blog containing the page.
- * @param string $pageId
- * The ID of the page to get.
+ * @param string $blogId ID of the blog containing the page.
+ * @param string $pageId The ID of the page to get.
* @param array $optParams Optional parameters.
*
* @opt_param string view
- *
* @return Google_Service_Blogger_Page
*/
public function get($blogId, $pageId, $optParams = array())
@@ -1264,16 +1239,16 @@ public function get($blogId, $pageId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Blogger_Page");
}
+
/**
* Add a page. (pages.insert)
*
- * @param string $blogId
- * ID of the blog to add the page to.
+ * @param string $blogId ID of the blog to add the page to.
* @param Google_Page $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool isDraft
- * Whether to create the page as a draft (default: false).
+ * @opt_param bool isDraft Whether to create the page as a draft (default:
+ * false).
* @return Google_Service_Blogger_Page
*/
public function insert($blogId, Google_Service_Blogger_Page $postBody, $optParams = array())
@@ -1282,21 +1257,18 @@ public function insert($blogId, Google_Service_Blogger_Page $postBody, $optParam
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Blogger_Page");
}
+
/**
* Retrieves the pages for a blog, optionally including non-LIVE statuses.
* (pages.listPages)
*
- * @param string $blogId
- * ID of the blog to fetch pages from.
+ * @param string $blogId ID of the blog to fetch pages from.
* @param array $optParams Optional parameters.
*
* @opt_param string status
- *
- * @opt_param bool fetchBodies
- * Whether to retrieve the Page bodies.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
+ * @opt_param bool fetchBodies Whether to retrieve the Page bodies.
+ * @opt_param string view Access level with which to view the returned result.
+ * Note that some fields require elevated access.
* @return Google_Service_Blogger_PageList
*/
public function listPages($blogId, $optParams = array())
@@ -1305,20 +1277,19 @@ public function listPages($blogId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Blogger_PageList");
}
+
/**
* Update a page. This method supports patch semantics. (pages.patch)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $pageId
- * The ID of the Page.
+ * @param string $blogId The ID of the Blog.
+ * @param string $pageId The ID of the Page.
* @param Google_Page $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool revert
- * Whether a revert action should be performed when the page is updated (default: false).
- * @opt_param bool publish
- * Whether a publish action should be performed when the page is updated (default: false).
+ * @opt_param bool revert Whether a revert action should be performed when the
+ * page is updated (default: false).
+ * @opt_param bool publish Whether a publish action should be performed when the
+ * page is updated (default: false).
* @return Google_Service_Blogger_Page
*/
public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
@@ -1327,13 +1298,12 @@ public function patch($blogId, $pageId, Google_Service_Blogger_Page $postBody, $
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Blogger_Page");
}
+
/**
* Publishes a draft page. (pages.publish)
*
- * @param string $blogId
- * The ID of the blog.
- * @param string $pageId
- * The ID of the page.
+ * @param string $blogId The ID of the blog.
+ * @param string $pageId The ID of the page.
* @param array $optParams Optional parameters.
* @return Google_Service_Blogger_Page
*/
@@ -1343,13 +1313,12 @@ public function publish($blogId, $pageId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('publish', array($params), "Google_Service_Blogger_Page");
}
+
/**
* Revert a published or scheduled page to draft state. (pages.revert)
*
- * @param string $blogId
- * The ID of the blog.
- * @param string $pageId
- * The ID of the page.
+ * @param string $blogId The ID of the blog.
+ * @param string $pageId The ID of the page.
* @param array $optParams Optional parameters.
* @return Google_Service_Blogger_Page
*/
@@ -1359,20 +1328,19 @@ public function revert($blogId, $pageId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('revert', array($params), "Google_Service_Blogger_Page");
}
+
/**
* Update a page. (pages.update)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $pageId
- * The ID of the Page.
+ * @param string $blogId The ID of the Blog.
+ * @param string $pageId The ID of the Page.
* @param Google_Page $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool revert
- * Whether a revert action should be performed when the page is updated (default: false).
- * @opt_param bool publish
- * Whether a publish action should be performed when the page is updated (default: false).
+ * @opt_param bool revert Whether a revert action should be performed when the
+ * page is updated (default: false).
+ * @opt_param bool publish Whether a publish action should be performed when the
+ * page is updated (default: false).
* @return Google_Service_Blogger_Page
*/
public function update($blogId, $pageId, Google_Service_Blogger_Page $postBody, $optParams = array())
@@ -1399,17 +1367,15 @@ class Google_Service_Blogger_PostUserInfos_Resource extends Google_Service_Resou
* contains per-user information about the post, such as access rights, specific
* to the user. (postUserInfos.get)
*
- * @param string $userId
- * ID of the user for the per-user information to be fetched. Either the word 'self' (sans quote
- * marks) or the user's profile identifier.
- * @param string $blogId
- * The ID of the blog.
- * @param string $postId
- * The ID of the post to get.
+ * @param string $userId ID of the user for the per-user information to be
+ * fetched. Either the word 'self' (sans quote marks) or the user's profile
+ * identifier.
+ * @param string $blogId The ID of the blog.
+ * @param string $postId The ID of the post to get.
* @param array $optParams Optional parameters.
*
- * @opt_param string maxComments
- * Maximum number of comments to pull back on a post.
+ * @opt_param string maxComments Maximum number of comments to pull back on a
+ * post.
* @return Google_Service_Blogger_PostUserInfo
*/
public function get($userId, $blogId, $postId, $optParams = array())
@@ -1418,37 +1384,32 @@ public function get($userId, $blogId, $postId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Blogger_PostUserInfo");
}
+
/**
* Retrieves a list of post and post user info pairs, possibly filtered. The
* post user info contains per-user information about the post, such as access
* rights, specific to the user. (postUserInfos.listPostUserInfos)
*
- * @param string $userId
- * ID of the user for the per-user information to be fetched. Either the word 'self' (sans quote
- * marks) or the user's profile identifier.
- * @param string $blogId
- * ID of the blog to fetch posts from.
+ * @param string $userId ID of the user for the per-user information to be
+ * fetched. Either the word 'self' (sans quote marks) or the user's profile
+ * identifier.
+ * @param string $blogId ID of the blog to fetch posts from.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * Sort order applied to search results. Default is published.
- * @opt_param string startDate
- * Earliest post date to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string endDate
- * Latest post date to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string labels
- * Comma-separated list of labels to search for.
- * @opt_param string maxResults
- * Maximum number of posts to fetch.
- * @opt_param string pageToken
- * Continuation token if the request is paged.
+ * @opt_param string orderBy Sort order applied to search results. Default is
+ * published.
+ * @opt_param string startDate Earliest post date to fetch, a date-time with RFC
+ * 3339 formatting.
+ * @opt_param string endDate Latest post date to fetch, a date-time with RFC
+ * 3339 formatting.
+ * @opt_param string labels Comma-separated list of labels to search for.
+ * @opt_param string maxResults Maximum number of posts to fetch.
+ * @opt_param string pageToken Continuation token if the request is paged.
* @opt_param string status
- *
- * @opt_param bool fetchBodies
- * Whether the body content of posts is included. Default is false.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
+ * @opt_param bool fetchBodies Whether the body content of posts is included.
+ * Default is false.
+ * @opt_param string view Access level with which to view the returned result.
+ * Note that some fields require elevated access.
* @return Google_Service_Blogger_PostUserInfosList
*/
public function listPostUserInfos($userId, $blogId, $optParams = array())
@@ -1473,10 +1434,8 @@ class Google_Service_Blogger_Posts_Resource extends Google_Service_Resource
/**
* Delete a post by ID. (posts.delete)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
* @param array $optParams Optional parameters.
*/
public function delete($blogId, $postId, $optParams = array())
@@ -1485,25 +1444,23 @@ public function delete($blogId, $postId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Get a post by ID. (posts.get)
*
- * @param string $blogId
- * ID of the blog to fetch the post from.
- * @param string $postId
- * The ID of the post
+ * @param string $blogId ID of the blog to fetch the post from.
+ * @param string $postId The ID of the post
* @param array $optParams Optional parameters.
*
- * @opt_param bool fetchBody
- * Whether the body content of the post is included (default: true). This should be set to false
- * when the post bodies are not required, to help minimize traffic.
- * @opt_param string maxComments
- * Maximum number of comments to pull back on a post.
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included (default: false).
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
+ * @opt_param bool fetchBody Whether the body content of the post is included
+ * (default: true). This should be set to false when the post bodies are not
+ * required, to help minimize traffic.
+ * @opt_param string maxComments Maximum number of comments to pull back on a
+ * post.
+ * @opt_param bool fetchImages Whether image URL metadata for each post is
+ * included (default: false).
+ * @opt_param string view Access level with which to view the returned result.
+ * Note that some fields require elevated access.
* @return Google_Service_Blogger_Post
*/
public function get($blogId, $postId, $optParams = array())
@@ -1512,20 +1469,18 @@ public function get($blogId, $postId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Blogger_Post");
}
+
/**
* Retrieve a Post by Path. (posts.getByPath)
*
- * @param string $blogId
- * ID of the blog to fetch the post from.
- * @param string $path
- * Path of the Post to retrieve.
+ * @param string $blogId ID of the blog to fetch the post from.
+ * @param string $path Path of the Post to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string maxComments
- * Maximum number of comments to pull back on a post.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require elevated
- * access.
+ * @opt_param string maxComments Maximum number of comments to pull back on a
+ * post.
+ * @opt_param string view Access level with which to view the returned result.
+ * Note that some fields require elevated access.
* @return Google_Service_Blogger_Post
*/
public function getByPath($blogId, $path, $optParams = array())
@@ -1534,20 +1489,20 @@ public function getByPath($blogId, $path, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getByPath', array($params), "Google_Service_Blogger_Post");
}
+
/**
* Add a post. (posts.insert)
*
- * @param string $blogId
- * ID of the blog to add the post to.
+ * @param string $blogId ID of the blog to add the post to.
* @param Google_Post $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included in the returned result (default: false).
- * @opt_param bool isDraft
- * Whether to create the post as a draft (default: false).
- * @opt_param bool fetchBody
- * Whether the body content of the post is included with the result (default: true).
+ * @opt_param bool fetchImages Whether image URL metadata for each post is
+ * included in the returned result (default: false).
+ * @opt_param bool isDraft Whether to create the post as a draft (default:
+ * false).
+ * @opt_param bool fetchBody Whether the body content of the post is included
+ * with the result (default: true).
* @return Google_Service_Blogger_Post
*/
public function insert($blogId, Google_Service_Blogger_Post $postBody, $optParams = array())
@@ -1556,35 +1511,29 @@ public function insert($blogId, Google_Service_Blogger_Post $postBody, $optParam
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Blogger_Post");
}
+
/**
* Retrieves a list of posts, possibly filtered. (posts.listPosts)
*
- * @param string $blogId
- * ID of the blog to fetch posts from.
+ * @param string $blogId ID of the blog to fetch posts from.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * Sort search results
- * @opt_param string startDate
- * Earliest post date to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string endDate
- * Latest post date to fetch, a date-time with RFC 3339 formatting.
- * @opt_param string labels
- * Comma-separated list of labels to search for.
- * @opt_param string maxResults
- * Maximum number of posts to fetch.
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included.
- * @opt_param string pageToken
- * Continuation token if the request is paged.
- * @opt_param string status
- * Statuses to include in the results.
- * @opt_param bool fetchBodies
- * Whether the body content of posts is included (default: true). This should be set to false when
- * the post bodies are not required, to help minimize traffic.
- * @opt_param string view
- * Access level with which to view the returned result. Note that some fields require escalated
- * access.
+ * @opt_param string orderBy Sort search results
+ * @opt_param string startDate Earliest post date to fetch, a date-time with RFC
+ * 3339 formatting.
+ * @opt_param string endDate Latest post date to fetch, a date-time with RFC
+ * 3339 formatting.
+ * @opt_param string labels Comma-separated list of labels to search for.
+ * @opt_param string maxResults Maximum number of posts to fetch.
+ * @opt_param bool fetchImages Whether image URL metadata for each post is
+ * included.
+ * @opt_param string pageToken Continuation token if the request is paged.
+ * @opt_param string status Statuses to include in the results.
+ * @opt_param bool fetchBodies Whether the body content of posts is included
+ * (default: true). This should be set to false when the post bodies are not
+ * required, to help minimize traffic.
+ * @opt_param string view Access level with which to view the returned result.
+ * Note that some fields require escalated access.
* @return Google_Service_Blogger_PostList
*/
public function listPosts($blogId, $optParams = array())
@@ -1593,26 +1542,25 @@ public function listPosts($blogId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Blogger_PostList");
}
+
/**
* Update a post. This method supports patch semantics. (posts.patch)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
* @param Google_Post $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool revert
- * Whether a revert action should be performed when the post is updated (default: false).
- * @opt_param bool publish
- * Whether a publish action should be performed when the post is updated (default: false).
- * @opt_param bool fetchBody
- * Whether the body content of the post is included with the result (default: true).
- * @opt_param string maxComments
- * Maximum number of comments to retrieve with the returned post.
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included in the returned result (default: false).
+ * @opt_param bool revert Whether a revert action should be performed when the
+ * post is updated (default: false).
+ * @opt_param bool publish Whether a publish action should be performed when the
+ * post is updated (default: false).
+ * @opt_param bool fetchBody Whether the body content of the post is included
+ * with the result (default: true).
+ * @opt_param string maxComments Maximum number of comments to retrieve with the
+ * returned post.
+ * @opt_param bool fetchImages Whether image URL metadata for each post is
+ * included in the returned result (default: false).
* @return Google_Service_Blogger_Post
*/
public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array())
@@ -1621,20 +1569,20 @@ public function patch($blogId, $postId, Google_Service_Blogger_Post $postBody, $
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Blogger_Post");
}
+
/**
* Publishes a draft post, optionally at the specific time of the given
* publishDate parameter. (posts.publish)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
* @param array $optParams Optional parameters.
*
- * @opt_param string publishDate
- * Optional date and time to schedule the publishing of the Blog. If no publishDate parameter is
- * given, the post is either published at the a previously saved schedule date (if present), or the
- * current time. If a future date is given, the post will be scheduled to be published.
+ * @opt_param string publishDate Optional date and time to schedule the
+ * publishing of the Blog. If no publishDate parameter is given, the post is
+ * either published at the a previously saved schedule date (if present), or the
+ * current time. If a future date is given, the post will be scheduled to be
+ * published.
* @return Google_Service_Blogger_Post
*/
public function publish($blogId, $postId, $optParams = array())
@@ -1643,13 +1591,12 @@ public function publish($blogId, $postId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('publish', array($params), "Google_Service_Blogger_Post");
}
+
/**
* Revert a published or scheduled post to draft state. (posts.revert)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
* @param array $optParams Optional parameters.
* @return Google_Service_Blogger_Post
*/
@@ -1659,20 +1606,18 @@ public function revert($blogId, $postId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('revert', array($params), "Google_Service_Blogger_Post");
}
+
/**
* Search for a post. (posts.search)
*
- * @param string $blogId
- * ID of the blog to fetch the post from.
- * @param string $q
- * Query terms to search this blog for matching posts.
+ * @param string $blogId ID of the blog to fetch the post from.
+ * @param string $q Query terms to search this blog for matching posts.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * Sort search results
- * @opt_param bool fetchBodies
- * Whether the body content of posts is included (default: true). This should be set to false when
- * the post bodies are not required, to help minimize traffic.
+ * @opt_param string orderBy Sort search results
+ * @opt_param bool fetchBodies Whether the body content of posts is included
+ * (default: true). This should be set to false when the post bodies are not
+ * required, to help minimize traffic.
* @return Google_Service_Blogger_PostList
*/
public function search($blogId, $q, $optParams = array())
@@ -1681,26 +1626,25 @@ public function search($blogId, $q, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('search', array($params), "Google_Service_Blogger_PostList");
}
+
/**
* Update a post. (posts.update)
*
- * @param string $blogId
- * The ID of the Blog.
- * @param string $postId
- * The ID of the Post.
+ * @param string $blogId The ID of the Blog.
+ * @param string $postId The ID of the Post.
* @param Google_Post $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool revert
- * Whether a revert action should be performed when the post is updated (default: false).
- * @opt_param bool publish
- * Whether a publish action should be performed when the post is updated (default: false).
- * @opt_param bool fetchBody
- * Whether the body content of the post is included with the result (default: true).
- * @opt_param string maxComments
- * Maximum number of comments to retrieve with the returned post.
- * @opt_param bool fetchImages
- * Whether image URL metadata for each post is included in the returned result (default: false).
+ * @opt_param bool revert Whether a revert action should be performed when the
+ * post is updated (default: false).
+ * @opt_param bool publish Whether a publish action should be performed when the
+ * post is updated (default: false).
+ * @opt_param bool fetchBody Whether the body content of the post is included
+ * with the result (default: true).
+ * @opt_param string maxComments Maximum number of comments to retrieve with the
+ * returned post.
+ * @opt_param bool fetchImages Whether image URL metadata for each post is
+ * included in the returned result (default: false).
* @return Google_Service_Blogger_Post
*/
public function update($blogId, $postId, Google_Service_Blogger_Post $postBody, $optParams = array())
@@ -1725,8 +1669,7 @@ class Google_Service_Blogger_Users_Resource extends Google_Service_Resource
/**
* Gets one user by ID. (users.get)
*
- * @param string $userId
- * The ID of the user to get.
+ * @param string $userId The ID of the user to get.
* @param array $optParams Optional parameters.
* @return Google_Service_Blogger_User
*/
@@ -1762,11 +1705,11 @@ class Google_Service_Blogger_Blog extends Google_Model
public $updated;
public $url;
+
public function setCustomMetaData($customMetaData)
{
$this->customMetaData = $customMetaData;
}
-
public function getCustomMetaData()
{
return $this->customMetaData;
@@ -1775,7 +1718,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1784,7 +1726,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1793,7 +1734,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1802,7 +1742,6 @@ public function setLocale(Google_Service_Blogger_BlogLocale $locale)
{
$this->locale = $locale;
}
-
public function getLocale()
{
return $this->locale;
@@ -1811,7 +1750,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1820,7 +1758,6 @@ public function setPages(Google_Service_Blogger_BlogPages $pages)
{
$this->pages = $pages;
}
-
public function getPages()
{
return $this->pages;
@@ -1829,7 +1766,6 @@ public function setPosts(Google_Service_Blogger_BlogPosts $posts)
{
$this->posts = $posts;
}
-
public function getPosts()
{
return $this->posts;
@@ -1838,7 +1774,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -1847,7 +1782,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1856,7 +1790,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -1865,7 +1798,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -1874,12 +1806,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_BlogList extends Google_Collection
@@ -1893,11 +1823,11 @@ class Google_Service_Blogger_BlogList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setBlogUserInfos($blogUserInfos)
{
$this->blogUserInfos = $blogUserInfos;
}
-
public function getBlogUserInfos()
{
return $this->blogUserInfos;
@@ -1906,7 +1836,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1915,12 +1844,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Blogger_BlogLocale extends Google_Model
@@ -1931,11 +1858,11 @@ class Google_Service_Blogger_BlogLocale extends Google_Model
public $language;
public $variant;
+
public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -1944,7 +1871,6 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -1953,12 +1879,10 @@ public function setVariant($variant)
{
$this->variant = $variant;
}
-
public function getVariant()
{
return $this->variant;
}
-
}
class Google_Service_Blogger_BlogPages extends Google_Model
@@ -1968,11 +1892,11 @@ class Google_Service_Blogger_BlogPages extends Google_Model
public $selfLink;
public $totalItems;
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1981,12 +1905,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Blogger_BlogPerUserInfo extends Google_Model
@@ -2000,11 +1922,11 @@ class Google_Service_Blogger_BlogPerUserInfo extends Google_Model
public $role;
public $userId;
+
public function setBlogId($blogId)
{
$this->blogId = $blogId;
}
-
public function getBlogId()
{
return $this->blogId;
@@ -2013,7 +1935,6 @@ public function setHasAdminAccess($hasAdminAccess)
{
$this->hasAdminAccess = $hasAdminAccess;
}
-
public function getHasAdminAccess()
{
return $this->hasAdminAccess;
@@ -2022,7 +1943,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2031,7 +1951,6 @@ public function setPhotosAlbumKey($photosAlbumKey)
{
$this->photosAlbumKey = $photosAlbumKey;
}
-
public function getPhotosAlbumKey()
{
return $this->photosAlbumKey;
@@ -2040,7 +1959,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -2049,12 +1967,10 @@ public function setUserId($userId)
{
$this->userId = $userId;
}
-
public function getUserId()
{
return $this->userId;
}
-
}
class Google_Service_Blogger_BlogPosts extends Google_Collection
@@ -2067,11 +1983,11 @@ class Google_Service_Blogger_BlogPosts extends Google_Collection
public $selfLink;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2080,7 +1996,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2089,12 +2004,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Blogger_BlogUserInfo extends Google_Model
@@ -2108,11 +2021,11 @@ class Google_Service_Blogger_BlogUserInfo extends Google_Model
protected $blogUserInfoDataType = '';
public $kind;
+
public function setBlog(Google_Service_Blogger_Blog $blog)
{
$this->blog = $blog;
}
-
public function getBlog()
{
return $this->blog;
@@ -2121,7 +2034,6 @@ public function setBlogUserInfo(Google_Service_Blogger_BlogPerUserInfo $blogUser
{
$this->blogUserInfo = $blogUserInfo;
}
-
public function getBlogUserInfo()
{
return $this->blogUserInfo;
@@ -2130,12 +2042,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Blogger_Comment extends Google_Model
@@ -2158,11 +2068,11 @@ class Google_Service_Blogger_Comment extends Google_Model
public $status;
public $updated;
+
public function setAuthor(Google_Service_Blogger_CommentAuthor $author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -2171,7 +2081,6 @@ public function setBlog(Google_Service_Blogger_CommentBlog $blog)
{
$this->blog = $blog;
}
-
public function getBlog()
{
return $this->blog;
@@ -2180,7 +2089,6 @@ public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -2189,7 +2097,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2198,7 +2105,6 @@ public function setInReplyTo(Google_Service_Blogger_CommentInReplyTo $inReplyTo)
{
$this->inReplyTo = $inReplyTo;
}
-
public function getInReplyTo()
{
return $this->inReplyTo;
@@ -2207,7 +2113,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2216,7 +2121,6 @@ public function setPost(Google_Service_Blogger_CommentPost $post)
{
$this->post = $post;
}
-
public function getPost()
{
return $this->post;
@@ -2225,7 +2129,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -2234,7 +2137,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2243,7 +2145,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -2252,12 +2153,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Blogger_CommentAuthor extends Google_Model
@@ -2270,11 +2169,11 @@ class Google_Service_Blogger_CommentAuthor extends Google_Model
protected $imageDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -2283,7 +2182,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2292,7 +2190,6 @@ public function setImage(Google_Service_Blogger_CommentAuthorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -2301,12 +2198,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_CommentAuthorImage extends Google_Model
@@ -2315,16 +2210,15 @@ class Google_Service_Blogger_CommentAuthorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_CommentBlog extends Google_Model
@@ -2333,16 +2227,15 @@ class Google_Service_Blogger_CommentBlog extends Google_Model
);
public $id;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_Blogger_CommentInReplyTo extends Google_Model
@@ -2351,16 +2244,15 @@ class Google_Service_Blogger_CommentInReplyTo extends Google_Model
);
public $id;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_Blogger_CommentList extends Google_Collection
@@ -2374,11 +2266,11 @@ class Google_Service_Blogger_CommentList extends Google_Collection
public $nextPageToken;
public $prevPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2387,7 +2279,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2396,7 +2287,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2405,12 +2295,10 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
}
class Google_Service_Blogger_CommentPost extends Google_Model
@@ -2419,16 +2307,15 @@ class Google_Service_Blogger_CommentPost extends Google_Model
);
public $id;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_Blogger_Page extends Google_Model
@@ -2450,11 +2337,11 @@ class Google_Service_Blogger_Page extends Google_Model
public $updated;
public $url;
+
public function setAuthor(Google_Service_Blogger_PageAuthor $author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -2463,7 +2350,6 @@ public function setBlog(Google_Service_Blogger_PageBlog $blog)
{
$this->blog = $blog;
}
-
public function getBlog()
{
return $this->blog;
@@ -2472,7 +2358,6 @@ public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -2481,7 +2366,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2490,7 +2374,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2499,7 +2382,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2508,7 +2390,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -2517,7 +2398,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2526,7 +2406,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -2535,7 +2414,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -2544,7 +2422,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -2553,12 +2430,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_PageAuthor extends Google_Model
@@ -2571,11 +2446,11 @@ class Google_Service_Blogger_PageAuthor extends Google_Model
protected $imageDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -2584,7 +2459,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2593,7 +2467,6 @@ public function setImage(Google_Service_Blogger_PageAuthorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -2602,12 +2475,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_PageAuthorImage extends Google_Model
@@ -2616,16 +2487,15 @@ class Google_Service_Blogger_PageAuthorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_PageBlog extends Google_Model
@@ -2634,16 +2504,15 @@ class Google_Service_Blogger_PageBlog extends Google_Model
);
public $id;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_Blogger_PageList extends Google_Collection
@@ -2655,11 +2524,11 @@ class Google_Service_Blogger_PageList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2668,12 +2537,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Blogger_Pageviews extends Google_Collection
@@ -2686,11 +2553,11 @@ class Google_Service_Blogger_Pageviews extends Google_Collection
protected $countsDataType = 'array';
public $kind;
+
public function setBlogId($blogId)
{
$this->blogId = $blogId;
}
-
public function getBlogId()
{
return $this->blogId;
@@ -2699,7 +2566,6 @@ public function setCounts($counts)
{
$this->counts = $counts;
}
-
public function getCounts()
{
return $this->counts;
@@ -2708,12 +2574,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Blogger_PageviewsCounts extends Google_Model
@@ -2723,11 +2587,11 @@ class Google_Service_Blogger_PageviewsCounts extends Google_Model
public $count;
public $timeRange;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -2736,12 +2600,10 @@ public function setTimeRange($timeRange)
{
$this->timeRange = $timeRange;
}
-
public function getTimeRange()
{
return $this->timeRange;
}
-
}
class Google_Service_Blogger_Post extends Google_Collection
@@ -2774,11 +2636,11 @@ class Google_Service_Blogger_Post extends Google_Collection
public $updated;
public $url;
+
public function setAuthor(Google_Service_Blogger_PostAuthor $author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -2787,7 +2649,6 @@ public function setBlog(Google_Service_Blogger_PostBlog $blog)
{
$this->blog = $blog;
}
-
public function getBlog()
{
return $this->blog;
@@ -2796,7 +2657,6 @@ public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -2805,7 +2665,6 @@ public function setCustomMetaData($customMetaData)
{
$this->customMetaData = $customMetaData;
}
-
public function getCustomMetaData()
{
return $this->customMetaData;
@@ -2814,7 +2673,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2823,7 +2681,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2832,7 +2689,6 @@ public function setImages($images)
{
$this->images = $images;
}
-
public function getImages()
{
return $this->images;
@@ -2841,7 +2697,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2850,7 +2705,6 @@ public function setLabels($labels)
{
$this->labels = $labels;
}
-
public function getLabels()
{
return $this->labels;
@@ -2859,7 +2713,6 @@ public function setLocation(Google_Service_Blogger_PostLocation $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -2868,7 +2721,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -2877,7 +2729,6 @@ public function setReaderComments($readerComments)
{
$this->readerComments = $readerComments;
}
-
public function getReaderComments()
{
return $this->readerComments;
@@ -2886,7 +2737,6 @@ public function setReplies(Google_Service_Blogger_PostReplies $replies)
{
$this->replies = $replies;
}
-
public function getReplies()
{
return $this->replies;
@@ -2895,7 +2745,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2904,7 +2753,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -2913,7 +2761,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -2922,7 +2769,6 @@ public function setTitleLink($titleLink)
{
$this->titleLink = $titleLink;
}
-
public function getTitleLink()
{
return $this->titleLink;
@@ -2931,7 +2777,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -2940,12 +2785,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_PostAuthor extends Google_Model
@@ -2958,11 +2801,11 @@ class Google_Service_Blogger_PostAuthor extends Google_Model
protected $imageDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -2971,7 +2814,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2980,7 +2822,6 @@ public function setImage(Google_Service_Blogger_PostAuthorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -2989,12 +2830,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_PostAuthorImage extends Google_Model
@@ -3003,16 +2842,15 @@ class Google_Service_Blogger_PostAuthorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_PostBlog extends Google_Model
@@ -3021,16 +2859,15 @@ class Google_Service_Blogger_PostBlog extends Google_Model
);
public $id;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_Blogger_PostImages extends Google_Model
@@ -3039,16 +2876,15 @@ class Google_Service_Blogger_PostImages extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_PostList extends Google_Collection
@@ -3061,11 +2897,11 @@ class Google_Service_Blogger_PostList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3074,7 +2910,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3083,12 +2918,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Blogger_PostLocation extends Google_Model
@@ -3100,11 +2933,11 @@ class Google_Service_Blogger_PostLocation extends Google_Model
public $name;
public $span;
+
public function setLat($lat)
{
$this->lat = $lat;
}
-
public function getLat()
{
return $this->lat;
@@ -3113,7 +2946,6 @@ public function setLng($lng)
{
$this->lng = $lng;
}
-
public function getLng()
{
return $this->lng;
@@ -3122,7 +2954,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3131,12 +2962,10 @@ public function setSpan($span)
{
$this->span = $span;
}
-
public function getSpan()
{
return $this->span;
}
-
}
class Google_Service_Blogger_PostPerUserInfo extends Google_Model
@@ -3149,11 +2978,11 @@ class Google_Service_Blogger_PostPerUserInfo extends Google_Model
public $postId;
public $userId;
+
public function setBlogId($blogId)
{
$this->blogId = $blogId;
}
-
public function getBlogId()
{
return $this->blogId;
@@ -3162,7 +2991,6 @@ public function setHasEditAccess($hasEditAccess)
{
$this->hasEditAccess = $hasEditAccess;
}
-
public function getHasEditAccess()
{
return $this->hasEditAccess;
@@ -3171,7 +2999,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3180,7 +3007,6 @@ public function setPostId($postId)
{
$this->postId = $postId;
}
-
public function getPostId()
{
return $this->postId;
@@ -3189,12 +3015,10 @@ public function setUserId($userId)
{
$this->userId = $userId;
}
-
public function getUserId()
{
return $this->userId;
}
-
}
class Google_Service_Blogger_PostReplies extends Google_Collection
@@ -3207,11 +3031,11 @@ class Google_Service_Blogger_PostReplies extends Google_Collection
public $selfLink;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3220,7 +3044,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -3229,12 +3052,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Blogger_PostUserInfo extends Google_Model
@@ -3248,11 +3069,11 @@ class Google_Service_Blogger_PostUserInfo extends Google_Model
protected $postUserInfoType = 'Google_Service_Blogger_PostPerUserInfo';
protected $postUserInfoDataType = '';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3261,7 +3082,6 @@ public function setPost(Google_Service_Blogger_Post $post)
{
$this->post = $post;
}
-
public function getPost()
{
return $this->post;
@@ -3270,12 +3090,10 @@ public function setPostUserInfo(Google_Service_Blogger_PostPerUserInfo $postUser
{
$this->postUserInfo = $postUserInfo;
}
-
public function getPostUserInfo()
{
return $this->postUserInfo;
}
-
}
class Google_Service_Blogger_PostUserInfosList extends Google_Collection
@@ -3288,11 +3106,11 @@ class Google_Service_Blogger_PostUserInfosList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3301,7 +3119,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3310,12 +3127,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Blogger_User extends Google_Model
@@ -3334,11 +3149,11 @@ class Google_Service_Blogger_User extends Google_Model
public $selfLink;
public $url;
+
public function setAbout($about)
{
$this->about = $about;
}
-
public function getAbout()
{
return $this->about;
@@ -3347,7 +3162,6 @@ public function setBlogs(Google_Service_Blogger_UserBlogs $blogs)
{
$this->blogs = $blogs;
}
-
public function getBlogs()
{
return $this->blogs;
@@ -3356,7 +3170,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -3365,7 +3178,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3374,7 +3186,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3383,7 +3194,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3392,7 +3202,6 @@ public function setLocale(Google_Service_Blogger_UserLocale $locale)
{
$this->locale = $locale;
}
-
public function getLocale()
{
return $this->locale;
@@ -3401,7 +3210,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -3410,12 +3218,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Blogger_UserBlogs extends Google_Model
@@ -3424,16 +3230,15 @@ class Google_Service_Blogger_UserBlogs extends Google_Model
);
public $selfLink;
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Blogger_UserLocale extends Google_Model
@@ -3444,11 +3249,11 @@ class Google_Service_Blogger_UserLocale extends Google_Model
public $language;
public $variant;
+
public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -3457,7 +3262,6 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -3466,10 +3270,8 @@ public function setVariant($variant)
{
$this->variant = $variant;
}
-
public function getVariant()
{
return $this->variant;
}
-
}
From 44dea4d20343bd6f273ad4ce4c61611df1bc6476 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets Android application developers access their Google Play accounts.
- *
* For more information about this service, see the API
@@ -32,7 +31,8 @@
class Google_Service_AndroidPublisher extends Google_Service
{
/** View and manage your Google Play Android Developer account. */
- const ANDROIDPUBLISHER = "https://www.googleapis.com/auth/androidpublisher";
+ const ANDROIDPUBLISHER =
+ "https://www.googleapis.com/auth/androidpublisher";
public $edits;
public $edits_apklistings;
@@ -1161,10 +1161,9 @@ class Google_Service_AndroidPublisher_Edits_Resource extends Google_Service_Reso
/**
* Commits/applies the changes made in this edit back to the app. (edits.commit)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_AppEdit
*/
@@ -1174,15 +1173,15 @@ public function commit($packageName, $editId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('commit', array($params), "Google_Service_AndroidPublisher_AppEdit");
}
+
/**
* Deletes an edit for an app. Creating a new edit will automatically delete any
* of your previous edits so this method need only be called if you want to
* preemptively abandon an edit. (edits.delete)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
*/
public function delete($packageName, $editId, $optParams = array())
@@ -1191,14 +1190,14 @@ public function delete($packageName, $editId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns information about the edit specified. Calls will fail if the edit is
* no long active (e.g. has been deleted, superseded or expired). (edits.get)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_AppEdit
*/
@@ -1208,12 +1207,13 @@ public function get($packageName, $editId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_AppEdit");
}
+
/**
* Creates a new edit for an app, populated with the app's current state.
* (edits.insert)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
* @param Google_AppEdit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_AppEdit
@@ -1224,14 +1224,14 @@ public function insert($packageName, Google_Service_AndroidPublisher_AppEdit $po
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_AndroidPublisher_AppEdit");
}
+
/**
* Checks that the edit can be successfully committed. The edit's changes are
* not applied to the live app. (edits.validate)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_AppEdit
*/
@@ -1258,15 +1258,14 @@ class Google_Service_AndroidPublisher_EditsApklistings_Resource extends Google_S
* Deletes the APK-specific localized listing for a specified APK and language
* code. (apklistings.delete)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The APK version code whose APK-specific listings should be read or modified.
- * @param string $language
- * The language code (a BCP-47 language tag) of the APK-specific localized listing to read or
- * modify. For example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The APK version code whose APK-specific listings
+ * should be read or modified.
+ * @param string $language The language code (a BCP-47 language tag) of the APK-
+ * specific localized listing to read or modify. For example, to select Austrian
+ * German, pass "de-AT".
* @param array $optParams Optional parameters.
*/
public function delete($packageName, $editId, $apkVersionCode, $language, $optParams = array())
@@ -1275,16 +1274,16 @@ public function delete($packageName, $editId, $apkVersionCode, $language, $optPa
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Deletes all the APK-specific localized listings for a specified APK.
* (apklistings.deleteall)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The APK version code whose APK-specific listings should be read or modified.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The APK version code whose APK-specific listings
+ * should be read or modified.
* @param array $optParams Optional parameters.
*/
public function deleteall($packageName, $editId, $apkVersionCode, $optParams = array())
@@ -1293,19 +1292,19 @@ public function deleteall($packageName, $editId, $apkVersionCode, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('deleteall', array($params));
}
+
/**
* Fetches the APK-specific localized listing for a specified APK and language
* code. (apklistings.get)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The APK version code whose APK-specific listings should be read or modified.
- * @param string $language
- * The language code (a BCP-47 language tag) of the APK-specific localized listing to read or
- * modify. For example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The APK version code whose APK-specific listings
+ * should be read or modified.
+ * @param string $language The language code (a BCP-47 language tag) of the APK-
+ * specific localized listing to read or modify. For example, to select Austrian
+ * German, pass "de-AT".
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ApkListing
*/
@@ -1315,16 +1314,16 @@ public function get($packageName, $editId, $apkVersionCode, $language, $optParam
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_ApkListing");
}
+
/**
* Lists all the APK-specific localized listings for a specified APK.
* (apklistings.listEditsApklistings)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The APK version code whose APK-specific listings should be read or modified.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The APK version code whose APK-specific listings
+ * should be read or modified.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ApkListingsListResponse
*/
@@ -1334,19 +1333,19 @@ public function listEditsApklistings($packageName, $editId, $apkVersionCode, $op
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AndroidPublisher_ApkListingsListResponse");
}
+
/**
* Updates or creates the APK-specific localized listing for a specified APK and
* language code. This method supports patch semantics. (apklistings.patch)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The APK version code whose APK-specific listings should be read or modified.
- * @param string $language
- * The language code (a BCP-47 language tag) of the APK-specific localized listing to read or
- * modify. For example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The APK version code whose APK-specific listings
+ * should be read or modified.
+ * @param string $language The language code (a BCP-47 language tag) of the APK-
+ * specific localized listing to read or modify. For example, to select Austrian
+ * German, pass "de-AT".
* @param Google_ApkListing $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ApkListing
@@ -1357,19 +1356,19 @@ public function patch($packageName, $editId, $apkVersionCode, $language, Google_
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AndroidPublisher_ApkListing");
}
+
/**
* Updates or creates the APK-specific localized listing for a specified APK and
* language code. (apklistings.update)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The APK version code whose APK-specific listings should be read or modified.
- * @param string $language
- * The language code (a BCP-47 language tag) of the APK-specific localized listing to read or
- * modify. For example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The APK version code whose APK-specific listings
+ * should be read or modified.
+ * @param string $language The language code (a BCP-47 language tag) of the APK-
+ * specific localized listing to read or modify. For example, to select Austrian
+ * German, pass "de-AT".
* @param Google_ApkListing $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ApkListing
@@ -1395,10 +1394,9 @@ class Google_Service_AndroidPublisher_EditsApks_Resource extends Google_Service_
/**
* (apks.listEditsApks)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ApksListResponse
*/
@@ -1408,13 +1406,13 @@ public function listEditsApks($packageName, $editId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AndroidPublisher_ApksListResponse");
}
+
/**
* (apks.upload)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Apk
*/
@@ -1440,10 +1438,9 @@ class Google_Service_AndroidPublisher_EditsDetails_Resource extends Google_Servi
* Fetches app details for this edit. This includes the default language and
* developer support contact information. (details.get)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_AppDetails
*/
@@ -1453,14 +1450,14 @@ public function get($packageName, $editId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_AppDetails");
}
+
/**
* Updates app details for this edit. This method supports patch semantics.
* (details.patch)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param Google_AppDetails $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_AppDetails
@@ -1471,13 +1468,13 @@ public function patch($packageName, $editId, Google_Service_AndroidPublisher_App
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AndroidPublisher_AppDetails");
}
+
/**
* Updates app details for this edit. (details.update)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param Google_AppDetails $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_AppDetails
@@ -1504,14 +1501,12 @@ class Google_Service_AndroidPublisher_EditsExpansionfiles_Resource extends Googl
* Fetches the Expansion File configuration for the APK specified.
* (expansionfiles.get)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The version code of the APK whose Expansion File configuration is being read or modified.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The version code of the APK whose Expansion File
+ * configuration is being read or modified.
* @param string $expansionFileType
- *
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ExpansionFile
*/
@@ -1521,19 +1516,18 @@ public function get($packageName, $editId, $apkVersionCode, $expansionFileType,
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_ExpansionFile");
}
+
/**
* Updates the APK's Expansion File configuration to reference another APK's
* Expansion Files. To add a new Expansion File use the Upload method. This
* method supports patch semantics. (expansionfiles.patch)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The version code of the APK whose Expansion File configuration is being read or modified.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The version code of the APK whose Expansion File
+ * configuration is being read or modified.
* @param string $expansionFileType
- *
* @param Google_ExpansionFile $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ExpansionFile
@@ -1544,19 +1538,18 @@ public function patch($packageName, $editId, $apkVersionCode, $expansionFileType
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AndroidPublisher_ExpansionFile");
}
+
/**
* Updates the APK's Expansion File configuration to reference another APK's
* Expansion Files. To add a new Expansion File use the Upload method.
* (expansionfiles.update)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The version code of the APK whose Expansion File configuration is being read or modified.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The version code of the APK whose Expansion File
+ * configuration is being read or modified.
* @param string $expansionFileType
- *
* @param Google_ExpansionFile $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ExpansionFile
@@ -1567,18 +1560,17 @@ public function update($packageName, $editId, $apkVersionCode, $expansionFileTyp
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_AndroidPublisher_ExpansionFile");
}
+
/**
* Uploads and attaches a new Expansion File to the APK specified.
* (expansionfiles.upload)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param int $apkVersionCode
- * The version code of the APK whose Expansion File configuration is being read or modified.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param int $apkVersionCode The version code of the APK whose Expansion File
+ * configuration is being read or modified.
* @param string $expansionFileType
- *
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ExpansionFilesUploadResponse
*/
@@ -1603,17 +1595,15 @@ class Google_Service_AndroidPublisher_EditsImages_Resource extends Google_Servic
/**
* Deletes the image (specified by id) from the edit. (images.delete)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $language
- * The language code (a BCP-47 language tag) of the localized listing whose images are to read or
- * modified. For example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $language The language code (a BCP-47 language tag) of the
+ * localized listing whose images are to read or modified. For example, to
+ * select Austrian German, pass "de-AT".
* @param string $imageType
- *
- * @param string $imageId
- * Unique identifier an image within the set of images attached to this edit.
+ * @param string $imageId Unique identifier an image within the set of images
+ * attached to this edit.
* @param array $optParams Optional parameters.
*/
public function delete($packageName, $editId, $language, $imageType, $imageId, $optParams = array())
@@ -1622,19 +1612,18 @@ public function delete($packageName, $editId, $language, $imageType, $imageId, $
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Deletes all images for the specified language and image type.
* (images.deleteall)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $language
- * The language code (a BCP-47 language tag) of the localized listing whose images are to read or
- * modified. For example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $language The language code (a BCP-47 language tag) of the
+ * localized listing whose images are to read or modified. For example, to
+ * select Austrian German, pass "de-AT".
* @param string $imageType
- *
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ImagesDeleteAllResponse
*/
@@ -1644,19 +1633,18 @@ public function deleteall($packageName, $editId, $language, $imageType, $optPara
$params = array_merge($params, $optParams);
return $this->call('deleteall', array($params), "Google_Service_AndroidPublisher_ImagesDeleteAllResponse");
}
+
/**
* Lists all images for the specified language and image type.
* (images.listEditsImages)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $language
- * The language code (a BCP-47 language tag) of the localized listing whose images are to read or
- * modified. For example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $language The language code (a BCP-47 language tag) of the
+ * localized listing whose images are to read or modified. For example, to
+ * select Austrian German, pass "de-AT".
* @param string $imageType
- *
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ImagesListResponse
*/
@@ -1666,19 +1654,18 @@ public function listEditsImages($packageName, $editId, $language, $imageType, $o
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AndroidPublisher_ImagesListResponse");
}
+
/**
* Uploads a new image and adds it to the list of images for the specified
* language and image type. (images.upload)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $language
- * The language code (a BCP-47 language tag) of the localized listing whose images are to read or
- * modified. For example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $language The language code (a BCP-47 language tag) of the
+ * localized listing whose images are to read or modified. For example, to
+ * select Austrian German, pass "de-AT".
* @param string $imageType
- *
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ImagesUploadResponse
*/
@@ -1703,13 +1690,12 @@ class Google_Service_AndroidPublisher_EditsListings_Resource extends Google_Serv
/**
* Deletes the specified localized store listing from an edit. (listings.delete)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $language
- * The language code (a BCP-47 language tag) of the localized listing to read or modify. For
- * example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $language The language code (a BCP-47 language tag) of the
+ * localized listing to read or modify. For example, to select Austrian German,
+ * pass "de-AT".
* @param array $optParams Optional parameters.
*/
public function delete($packageName, $editId, $language, $optParams = array())
@@ -1718,13 +1704,13 @@ public function delete($packageName, $editId, $language, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Deletes all localized listings from an edit. (listings.deleteall)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
*/
public function deleteall($packageName, $editId, $optParams = array())
@@ -1733,16 +1719,16 @@ public function deleteall($packageName, $editId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('deleteall', array($params));
}
+
/**
* Fetches information about a localized store listing. (listings.get)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $language
- * The language code (a BCP-47 language tag) of the localized listing to read or modify. For
- * example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $language The language code (a BCP-47 language tag) of the
+ * localized listing to read or modify. For example, to select Austrian German,
+ * pass "de-AT".
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Listing
*/
@@ -1752,14 +1738,14 @@ public function get($packageName, $editId, $language, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_Listing");
}
+
/**
* Returns all of the localized store listings attached to this edit.
* (listings.listEditsListings)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ListingsListResponse
*/
@@ -1769,17 +1755,17 @@ public function listEditsListings($packageName, $editId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AndroidPublisher_ListingsListResponse");
}
+
/**
* Creates or updates a localized store listing. This method supports patch
* semantics. (listings.patch)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $language
- * The language code (a BCP-47 language tag) of the localized listing to read or modify. For
- * example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $language The language code (a BCP-47 language tag) of the
+ * localized listing to read or modify. For example, to select Austrian German,
+ * pass "de-AT".
* @param Google_Listing $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Listing
@@ -1790,16 +1776,16 @@ public function patch($packageName, $editId, $language, Google_Service_AndroidPu
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Listing");
}
+
/**
* Creates or updates a localized store listing. (listings.update)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $language
- * The language code (a BCP-47 language tag) of the localized listing to read or modify. For
- * example, to select Austrian German, pass "de-AT".
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $language The language code (a BCP-47 language tag) of the
+ * localized listing to read or modify. For example, to select Austrian German,
+ * pass "de-AT".
* @param Google_Listing $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Listing
@@ -1825,12 +1811,10 @@ class Google_Service_AndroidPublisher_EditsTesters_Resource extends Google_Servi
/**
* (testers.get)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param string $track
- *
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Testers
*/
@@ -1840,15 +1824,14 @@ public function get($packageName, $editId, $track, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_Testers");
}
+
/**
* (testers.patch)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param string $track
- *
* @param Google_Testers $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Testers
@@ -1859,15 +1842,14 @@ public function patch($packageName, $editId, $track, Google_Service_AndroidPubli
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Testers");
}
+
/**
* (testers.update)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param string $track
- *
* @param Google_Testers $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Testers
@@ -1894,12 +1876,10 @@ class Google_Service_AndroidPublisher_EditsTracks_Resource extends Google_Servic
* Fetches the track configuration for the specified track type. Includes the
* APK version codes that are in this track. (tracks.get)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $track
- * The track type to read or modify.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $track The track type to read or modify.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Track
*/
@@ -1909,13 +1889,13 @@ public function get($packageName, $editId, $track, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_Track");
}
+
/**
* Lists all the track configurations for this edit. (tracks.listEditsTracks)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_TracksListResponse
*/
@@ -1925,16 +1905,15 @@ public function listEditsTracks($packageName, $editId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AndroidPublisher_TracksListResponse");
}
+
/**
* Updates the track configuration for the specified track type. This method
* supports patch semantics. (tracks.patch)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $track
- * The track type to read or modify.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $track The track type to read or modify.
* @param Google_Track $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Track
@@ -1945,15 +1924,14 @@ public function patch($packageName, $editId, $track, Google_Service_AndroidPubli
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AndroidPublisher_Track");
}
+
/**
* Updates the track configuration for the specified track type. (tracks.update)
*
- * @param string $packageName
- * Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
- * @param string $editId
- * Unique identifier for this edit.
- * @param string $track
- * The track type to read or modify.
+ * @param string $packageName Unique identifier for the Android app that is
+ * being updated; for example, "com.spiffygame".
+ * @param string $editId Unique identifier for this edit.
+ * @param string $track The track type to read or modify.
* @param Google_Track $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_Track
@@ -1990,13 +1968,13 @@ public function batch(Google_Service_AndroidPublisher_InappproductsBatchRequest
$params = array_merge($params, $optParams);
return $this->call('batch', array($params), "Google_Service_AndroidPublisher_InappproductsBatchResponse");
}
+
/**
* Delete an in-app product for an app. (inappproducts.delete)
*
- * @param string $packageName
- * Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".
- * @param string $sku
- * Unique identifier for the in-app product.
+ * @param string $packageName Unique identifier for the Android app with the in-
+ * app product; for example, "com.spiffygame".
+ * @param string $sku Unique identifier for the in-app product.
* @param array $optParams Optional parameters.
*/
public function delete($packageName, $sku, $optParams = array())
@@ -2005,13 +1983,12 @@ public function delete($packageName, $sku, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns information about the in-app product specified. (inappproducts.get)
*
* @param string $packageName
- *
- * @param string $sku
- * Unique identifier for the in-app product.
+ * @param string $sku Unique identifier for the in-app product.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_InAppProduct
*/
@@ -2021,18 +1998,19 @@ public function get($packageName, $sku, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_InAppProduct");
}
+
/**
* Creates a new in-app product for an app. (inappproducts.insert)
*
- * @param string $packageName
- * Unique identifier for the Android app; for example, "com.spiffygame".
+ * @param string $packageName Unique identifier for the Android app; for
+ * example, "com.spiffygame".
* @param Google_InAppProduct $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool autoConvertMissingPrices
- * If true the prices for all regions targeted by the parent app that don't have a price specified
- * for this in-app product will be auto converted to the target currency based on the default
- * price. Defaults to false.
+ * @opt_param bool autoConvertMissingPrices If true the prices for all regions
+ * targeted by the parent app that don't have a price specified for this in-app
+ * product will be auto converted to the target currency based on the default
+ * price. Defaults to false.
* @return Google_Service_AndroidPublisher_InAppProduct
*/
public function insert($packageName, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array())
@@ -2041,20 +2019,18 @@ public function insert($packageName, Google_Service_AndroidPublisher_InAppProduc
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_AndroidPublisher_InAppProduct");
}
+
/**
* List all the in-app products for an Android app, both subscriptions and
* managed in-app products.. (inappproducts.listInappproducts)
*
- * @param string $packageName
- * Unique identifier for the Android app with in-app products; for example, "com.spiffygame".
+ * @param string $packageName Unique identifier for the Android app with in-app
+ * products; for example, "com.spiffygame".
* @param array $optParams Optional parameters.
*
* @opt_param string token
- *
* @opt_param string startIndex
- *
* @opt_param string maxResults
- *
* @return Google_Service_AndroidPublisher_InappproductsListResponse
*/
public function listInappproducts($packageName, $optParams = array())
@@ -2063,21 +2039,21 @@ public function listInappproducts($packageName, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AndroidPublisher_InappproductsListResponse");
}
+
/**
* Updates the details of an in-app product. This method supports patch
* semantics. (inappproducts.patch)
*
- * @param string $packageName
- * Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".
- * @param string $sku
- * Unique identifier for the in-app product.
+ * @param string $packageName Unique identifier for the Android app with the in-
+ * app product; for example, "com.spiffygame".
+ * @param string $sku Unique identifier for the in-app product.
* @param Google_InAppProduct $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool autoConvertMissingPrices
- * If true the prices for all regions targeted by the parent app that don't have a price specified
- * for this in-app product will be auto converted to the target currency based on the default
- * price. Defaults to false.
+ * @opt_param bool autoConvertMissingPrices If true the prices for all regions
+ * targeted by the parent app that don't have a price specified for this in-app
+ * product will be auto converted to the target currency based on the default
+ * price. Defaults to false.
* @return Google_Service_AndroidPublisher_InAppProduct
*/
public function patch($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array())
@@ -2086,20 +2062,20 @@ public function patch($packageName, $sku, Google_Service_AndroidPublisher_InAppP
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AndroidPublisher_InAppProduct");
}
+
/**
* Updates the details of an in-app product. (inappproducts.update)
*
- * @param string $packageName
- * Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".
- * @param string $sku
- * Unique identifier for the in-app product.
+ * @param string $packageName Unique identifier for the Android app with the in-
+ * app product; for example, "com.spiffygame".
+ * @param string $sku Unique identifier for the in-app product.
* @param Google_InAppProduct $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool autoConvertMissingPrices
- * If true the prices for all regions targeted by the parent app that don't have a price specified
- * for this in-app product will be auto converted to the target currency based on the default
- * price. Defaults to false.
+ * @opt_param bool autoConvertMissingPrices If true the prices for all regions
+ * targeted by the parent app that don't have a price specified for this in-app
+ * product will be auto converted to the target currency based on the default
+ * price. Defaults to false.
* @return Google_Service_AndroidPublisher_InAppProduct
*/
public function update($packageName, $sku, Google_Service_AndroidPublisher_InAppProduct $postBody, $optParams = array())
@@ -2120,7 +2096,6 @@ public function update($packageName, $sku, Google_Service_AndroidPublisher_InApp
*/
class Google_Service_AndroidPublisher_Purchases_Resource extends Google_Service_Resource
{
-
}
/**
@@ -2137,13 +2112,12 @@ class Google_Service_AndroidPublisher_PurchasesProducts_Resource extends Google_
/**
* Checks the purchase and consumption status of an inapp item. (products.get)
*
- * @param string $packageName
- * The package name of the application the inapp product was sold in (for example,
- * 'com.some.thing').
- * @param string $productId
- * The inapp product SKU (for example, 'com.some.thing.inapp1').
- * @param string $token
- * The token provided to the user's device when the inapp product was purchased.
+ * @param string $packageName The package name of the application the inapp
+ * product was sold in (for example, 'com.some.thing').
+ * @param string $productId The inapp product SKU (for example,
+ * 'com.some.thing.inapp1').
+ * @param string $token The token provided to the user's device when the inapp
+ * product was purchased.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_ProductPurchase
*/
@@ -2169,13 +2143,12 @@ class Google_Service_AndroidPublisher_PurchasesSubscriptions_Resource extends Go
* Cancels a user's subscription purchase. The subscription remains valid until
* its expiration time. (subscriptions.cancel)
*
- * @param string $packageName
- * The package name of the application for which this subscription was purchased (for example,
- * 'com.some.thing').
- * @param string $subscriptionId
- * The purchased subscription ID (for example, 'monthly001').
- * @param string $token
- * The token provided to the user's device when the subscription was purchased.
+ * @param string $packageName The package name of the application for which this
+ * subscription was purchased (for example, 'com.some.thing').
+ * @param string $subscriptionId The purchased subscription ID (for example,
+ * 'monthly001').
+ * @param string $token The token provided to the user's device when the
+ * subscription was purchased.
* @param array $optParams Optional parameters.
*/
public function cancel($packageName, $subscriptionId, $token, $optParams = array())
@@ -2184,17 +2157,17 @@ public function cancel($packageName, $subscriptionId, $token, $optParams = array
$params = array_merge($params, $optParams);
return $this->call('cancel', array($params));
}
+
/**
* Defers a user's subscription purchase until a specified future expiration
* time. (subscriptions.defer)
*
- * @param string $packageName
- * The package name of the application for which this subscription was purchased (for example,
- * 'com.some.thing').
- * @param string $subscriptionId
- * The purchased subscription ID (for example, 'monthly001').
- * @param string $token
- * The token provided to the user's device when the subscription was purchased.
+ * @param string $packageName The package name of the application for which this
+ * subscription was purchased (for example, 'com.some.thing').
+ * @param string $subscriptionId The purchased subscription ID (for example,
+ * 'monthly001').
+ * @param string $token The token provided to the user's device when the
+ * subscription was purchased.
* @param Google_SubscriptionPurchasesDeferRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse
@@ -2205,17 +2178,17 @@ public function defer($packageName, $subscriptionId, $token, Google_Service_Andr
$params = array_merge($params, $optParams);
return $this->call('defer', array($params), "Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse");
}
+
/**
* Checks whether a user's subscription purchase is valid and returns its expiry
* time. (subscriptions.get)
*
- * @param string $packageName
- * The package name of the application for which this subscription was purchased (for example,
- * 'com.some.thing').
- * @param string $subscriptionId
- * The purchased subscription ID (for example, 'monthly001').
- * @param string $token
- * The token provided to the user's device when the subscription was purchased.
+ * @param string $packageName The package name of the application for which this
+ * subscription was purchased (for example, 'com.some.thing').
+ * @param string $subscriptionId The purchased subscription ID (for example,
+ * 'monthly001').
+ * @param string $token The token provided to the user's device when the
+ * subscription was purchased.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidPublisher_SubscriptionPurchase
*/
@@ -2225,18 +2198,18 @@ public function get($packageName, $subscriptionId, $token, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidPublisher_SubscriptionPurchase");
}
+
/**
* Refunds a user's subscription purchase, but the subscription remains valid
* until its expiration time and it will continue to recur.
* (subscriptions.refund)
*
- * @param string $packageName
- * The package name of the application for which this subscription was purchased (for example,
- * 'com.some.thing').
- * @param string $subscriptionId
- * The purchased subscription ID (for example, 'monthly001').
- * @param string $token
- * The token provided to the user's device when the subscription was purchased.
+ * @param string $packageName The package name of the application for which this
+ * subscription was purchased (for example, 'com.some.thing').
+ * @param string $subscriptionId The purchased subscription ID (for example,
+ * 'monthly001').
+ * @param string $token The token provided to the user's device when the
+ * subscription was purchased.
* @param array $optParams Optional parameters.
*/
public function refund($packageName, $subscriptionId, $token, $optParams = array())
@@ -2245,18 +2218,18 @@ public function refund($packageName, $subscriptionId, $token, $optParams = array
$params = array_merge($params, $optParams);
return $this->call('refund', array($params));
}
+
/**
* Refunds and immediately revokes a user's subscription purchase. Access to the
* subscription will be terminated immediately and it will stop recurring.
* (subscriptions.revoke)
*
- * @param string $packageName
- * The package name of the application for which this subscription was purchased (for example,
- * 'com.some.thing').
- * @param string $subscriptionId
- * The purchased subscription ID (for example, 'monthly001').
- * @param string $token
- * The token provided to the user's device when the subscription was purchased.
+ * @param string $packageName The package name of the application for which this
+ * subscription was purchased (for example, 'com.some.thing').
+ * @param string $subscriptionId The purchased subscription ID (for example,
+ * 'monthly001').
+ * @param string $token The token provided to the user's device when the
+ * subscription was purchased.
* @param array $optParams Optional parameters.
*/
public function revoke($packageName, $subscriptionId, $token, $optParams = array())
@@ -2278,11 +2251,11 @@ class Google_Service_AndroidPublisher_Apk extends Google_Model
protected $binaryDataType = '';
public $versionCode;
+
public function setBinary(Google_Service_AndroidPublisher_ApkBinary $binary)
{
$this->binary = $binary;
}
-
public function getBinary()
{
return $this->binary;
@@ -2291,12 +2264,10 @@ public function setVersionCode($versionCode)
{
$this->versionCode = $versionCode;
}
-
public function getVersionCode()
{
return $this->versionCode;
}
-
}
class Google_Service_AndroidPublisher_ApkBinary extends Google_Model
@@ -2305,16 +2276,15 @@ class Google_Service_AndroidPublisher_ApkBinary extends Google_Model
);
public $sha1;
+
public function setSha1($sha1)
{
$this->sha1 = $sha1;
}
-
public function getSha1()
{
return $this->sha1;
}
-
}
class Google_Service_AndroidPublisher_ApkListing extends Google_Model
@@ -2324,11 +2294,11 @@ class Google_Service_AndroidPublisher_ApkListing extends Google_Model
public $language;
public $recentChanges;
+
public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -2337,12 +2307,10 @@ public function setRecentChanges($recentChanges)
{
$this->recentChanges = $recentChanges;
}
-
public function getRecentChanges()
{
return $this->recentChanges;
}
-
}
class Google_Service_AndroidPublisher_ApkListingsListResponse extends Google_Collection
@@ -2354,11 +2322,11 @@ class Google_Service_AndroidPublisher_ApkListingsListResponse extends Google_Col
protected $listingsType = 'Google_Service_AndroidPublisher_ApkListing';
protected $listingsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2367,12 +2335,10 @@ public function setListings($listings)
{
$this->listings = $listings;
}
-
public function getListings()
{
return $this->listings;
}
-
}
class Google_Service_AndroidPublisher_ApksListResponse extends Google_Collection
@@ -2384,11 +2350,11 @@ class Google_Service_AndroidPublisher_ApksListResponse extends Google_Collection
protected $apksDataType = 'array';
public $kind;
+
public function setApks($apks)
{
$this->apks = $apks;
}
-
public function getApks()
{
return $this->apks;
@@ -2397,12 +2363,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AndroidPublisher_AppDetails extends Google_Model
@@ -2414,11 +2378,11 @@ class Google_Service_AndroidPublisher_AppDetails extends Google_Model
public $contactWebsite;
public $defaultLanguage;
+
public function setContactEmail($contactEmail)
{
$this->contactEmail = $contactEmail;
}
-
public function getContactEmail()
{
return $this->contactEmail;
@@ -2427,7 +2391,6 @@ public function setContactPhone($contactPhone)
{
$this->contactPhone = $contactPhone;
}
-
public function getContactPhone()
{
return $this->contactPhone;
@@ -2436,7 +2399,6 @@ public function setContactWebsite($contactWebsite)
{
$this->contactWebsite = $contactWebsite;
}
-
public function getContactWebsite()
{
return $this->contactWebsite;
@@ -2445,12 +2407,10 @@ public function setDefaultLanguage($defaultLanguage)
{
$this->defaultLanguage = $defaultLanguage;
}
-
public function getDefaultLanguage()
{
return $this->defaultLanguage;
}
-
}
class Google_Service_AndroidPublisher_AppEdit extends Google_Model
@@ -2460,11 +2420,11 @@ class Google_Service_AndroidPublisher_AppEdit extends Google_Model
public $expiryTimeSeconds;
public $id;
+
public function setExpiryTimeSeconds($expiryTimeSeconds)
{
$this->expiryTimeSeconds = $expiryTimeSeconds;
}
-
public function getExpiryTimeSeconds()
{
return $this->expiryTimeSeconds;
@@ -2473,12 +2433,10 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_AndroidPublisher_ExpansionFile extends Google_Model
@@ -2488,11 +2446,11 @@ class Google_Service_AndroidPublisher_ExpansionFile extends Google_Model
public $fileSize;
public $referencesVersion;
+
public function setFileSize($fileSize)
{
$this->fileSize = $fileSize;
}
-
public function getFileSize()
{
return $this->fileSize;
@@ -2501,12 +2459,10 @@ public function setReferencesVersion($referencesVersion)
{
$this->referencesVersion = $referencesVersion;
}
-
public function getReferencesVersion()
{
return $this->referencesVersion;
}
-
}
class Google_Service_AndroidPublisher_ExpansionFilesUploadResponse extends Google_Model
@@ -2516,16 +2472,15 @@ class Google_Service_AndroidPublisher_ExpansionFilesUploadResponse extends Googl
protected $expansionFileType = 'Google_Service_AndroidPublisher_ExpansionFile';
protected $expansionFileDataType = '';
+
public function setExpansionFile(Google_Service_AndroidPublisher_ExpansionFile $expansionFile)
{
$this->expansionFile = $expansionFile;
}
-
public function getExpansionFile()
{
return $this->expansionFile;
}
-
}
class Google_Service_AndroidPublisher_Image extends Google_Model
@@ -2536,11 +2491,11 @@ class Google_Service_AndroidPublisher_Image extends Google_Model
public $sha1;
public $url;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2549,7 +2504,6 @@ public function setSha1($sha1)
{
$this->sha1 = $sha1;
}
-
public function getSha1()
{
return $this->sha1;
@@ -2558,12 +2512,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_AndroidPublisher_ImagesDeleteAllResponse extends Google_Collection
@@ -2574,16 +2526,15 @@ class Google_Service_AndroidPublisher_ImagesDeleteAllResponse extends Google_Col
protected $deletedType = 'Google_Service_AndroidPublisher_Image';
protected $deletedDataType = 'array';
+
public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
}
-
}
class Google_Service_AndroidPublisher_ImagesListResponse extends Google_Collection
@@ -2594,16 +2545,15 @@ class Google_Service_AndroidPublisher_ImagesListResponse extends Google_Collecti
protected $imagesType = 'Google_Service_AndroidPublisher_Image';
protected $imagesDataType = 'array';
+
public function setImages($images)
{
$this->images = $images;
}
-
public function getImages()
{
return $this->images;
}
-
}
class Google_Service_AndroidPublisher_ImagesUploadResponse extends Google_Model
@@ -2613,16 +2563,15 @@ class Google_Service_AndroidPublisher_ImagesUploadResponse extends Google_Model
protected $imageType = 'Google_Service_AndroidPublisher_Image';
protected $imageDataType = '';
+
public function setImage(Google_Service_AndroidPublisher_Image $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
}
-
}
class Google_Service_AndroidPublisher_InAppProduct extends Google_Model
@@ -2645,11 +2594,11 @@ class Google_Service_AndroidPublisher_InAppProduct extends Google_Model
public $subscriptionPeriod;
public $trialPeriod;
+
public function setDefaultLanguage($defaultLanguage)
{
$this->defaultLanguage = $defaultLanguage;
}
-
public function getDefaultLanguage()
{
return $this->defaultLanguage;
@@ -2658,7 +2607,6 @@ public function setDefaultPrice(Google_Service_AndroidPublisher_Price $defaultPr
{
$this->defaultPrice = $defaultPrice;
}
-
public function getDefaultPrice()
{
return $this->defaultPrice;
@@ -2667,7 +2615,6 @@ public function setListings($listings)
{
$this->listings = $listings;
}
-
public function getListings()
{
return $this->listings;
@@ -2676,7 +2623,6 @@ public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
-
public function getPackageName()
{
return $this->packageName;
@@ -2685,7 +2631,6 @@ public function setPrices($prices)
{
$this->prices = $prices;
}
-
public function getPrices()
{
return $this->prices;
@@ -2694,7 +2639,6 @@ public function setPurchaseType($purchaseType)
{
$this->purchaseType = $purchaseType;
}
-
public function getPurchaseType()
{
return $this->purchaseType;
@@ -2703,7 +2647,6 @@ public function setSeason(Google_Service_AndroidPublisher_Season $season)
{
$this->season = $season;
}
-
public function getSeason()
{
return $this->season;
@@ -2712,7 +2655,6 @@ public function setSku($sku)
{
$this->sku = $sku;
}
-
public function getSku()
{
return $this->sku;
@@ -2721,7 +2663,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -2730,7 +2671,6 @@ public function setSubscriptionPeriod($subscriptionPeriod)
{
$this->subscriptionPeriod = $subscriptionPeriod;
}
-
public function getSubscriptionPeriod()
{
return $this->subscriptionPeriod;
@@ -2739,12 +2679,10 @@ public function setTrialPeriod($trialPeriod)
{
$this->trialPeriod = $trialPeriod;
}
-
public function getTrialPeriod()
{
return $this->trialPeriod;
}
-
}
class Google_Service_AndroidPublisher_InAppProductListing extends Google_Model
@@ -2754,11 +2692,11 @@ class Google_Service_AndroidPublisher_InAppProductListing extends Google_Model
public $description;
public $title;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2767,28 +2705,18 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_AndroidPublisher_InAppProductListings extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_AndroidPublisher_InAppProductPrices extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_AndroidPublisher_InappproductsBatchRequest extends Google_Collection
@@ -2799,16 +2727,15 @@ class Google_Service_AndroidPublisher_InappproductsBatchRequest extends Google_C
protected $entrysType = 'Google_Service_AndroidPublisher_InappproductsBatchRequestEntry';
protected $entrysDataType = 'array';
+
public function setEntrys($entrys)
{
$this->entrys = $entrys;
}
-
public function getEntrys()
{
return $this->entrys;
}
-
}
class Google_Service_AndroidPublisher_InappproductsBatchRequestEntry extends Google_Model
@@ -2822,11 +2749,11 @@ class Google_Service_AndroidPublisher_InappproductsBatchRequestEntry extends Goo
protected $inappproductsupdaterequestDataType = '';
public $methodName;
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -2835,7 +2762,6 @@ public function setInappproductsinsertrequest(Google_Service_AndroidPublisher_In
{
$this->inappproductsinsertrequest = $inappproductsinsertrequest;
}
-
public function getInappproductsinsertrequest()
{
return $this->inappproductsinsertrequest;
@@ -2844,7 +2770,6 @@ public function setInappproductsupdaterequest(Google_Service_AndroidPublisher_In
{
$this->inappproductsupdaterequest = $inappproductsupdaterequest;
}
-
public function getInappproductsupdaterequest()
{
return $this->inappproductsupdaterequest;
@@ -2853,12 +2778,10 @@ public function setMethodName($methodName)
{
$this->methodName = $methodName;
}
-
public function getMethodName()
{
return $this->methodName;
}
-
}
class Google_Service_AndroidPublisher_InappproductsBatchResponse extends Google_Collection
@@ -2870,11 +2793,11 @@ class Google_Service_AndroidPublisher_InappproductsBatchResponse extends Google_
protected $entrysDataType = 'array';
public $kind;
+
public function setEntrys($entrys)
{
$this->entrys = $entrys;
}
-
public function getEntrys()
{
return $this->entrys;
@@ -2883,12 +2806,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AndroidPublisher_InappproductsBatchResponseEntry extends Google_Model
@@ -2901,11 +2822,11 @@ class Google_Service_AndroidPublisher_InappproductsBatchResponseEntry extends Go
protected $inappproductsupdateresponseType = 'Google_Service_AndroidPublisher_InappproductsUpdateResponse';
protected $inappproductsupdateresponseDataType = '';
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -2914,7 +2835,6 @@ public function setInappproductsinsertresponse(Google_Service_AndroidPublisher_I
{
$this->inappproductsinsertresponse = $inappproductsinsertresponse;
}
-
public function getInappproductsinsertresponse()
{
return $this->inappproductsinsertresponse;
@@ -2923,12 +2843,10 @@ public function setInappproductsupdateresponse(Google_Service_AndroidPublisher_I
{
$this->inappproductsupdateresponse = $inappproductsupdateresponse;
}
-
public function getInappproductsupdateresponse()
{
return $this->inappproductsupdateresponse;
}
-
}
class Google_Service_AndroidPublisher_InappproductsInsertRequest extends Google_Model
@@ -2938,16 +2856,15 @@ class Google_Service_AndroidPublisher_InappproductsInsertRequest extends Google_
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = '';
+
public function setInappproduct(Google_Service_AndroidPublisher_InAppProduct $inappproduct)
{
$this->inappproduct = $inappproduct;
}
-
public function getInappproduct()
{
return $this->inappproduct;
}
-
}
class Google_Service_AndroidPublisher_InappproductsInsertResponse extends Google_Model
@@ -2957,16 +2874,15 @@ class Google_Service_AndroidPublisher_InappproductsInsertResponse extends Google
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = '';
+
public function setInappproduct(Google_Service_AndroidPublisher_InAppProduct $inappproduct)
{
$this->inappproduct = $inappproduct;
}
-
public function getInappproduct()
{
return $this->inappproduct;
}
-
}
class Google_Service_AndroidPublisher_InappproductsListResponse extends Google_Collection
@@ -2982,11 +2898,11 @@ class Google_Service_AndroidPublisher_InappproductsListResponse extends Google_C
protected $tokenPaginationType = 'Google_Service_AndroidPublisher_TokenPagination';
protected $tokenPaginationDataType = '';
+
public function setInappproduct($inappproduct)
{
$this->inappproduct = $inappproduct;
}
-
public function getInappproduct()
{
return $this->inappproduct;
@@ -2995,7 +2911,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3004,7 +2919,6 @@ public function setPageInfo(Google_Service_AndroidPublisher_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -3013,12 +2927,10 @@ public function setTokenPagination(Google_Service_AndroidPublisher_TokenPaginati
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
}
-
}
class Google_Service_AndroidPublisher_InappproductsUpdateRequest extends Google_Model
@@ -3028,16 +2940,15 @@ class Google_Service_AndroidPublisher_InappproductsUpdateRequest extends Google_
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = '';
+
public function setInappproduct(Google_Service_AndroidPublisher_InAppProduct $inappproduct)
{
$this->inappproduct = $inappproduct;
}
-
public function getInappproduct()
{
return $this->inappproduct;
}
-
}
class Google_Service_AndroidPublisher_InappproductsUpdateResponse extends Google_Model
@@ -3047,16 +2958,15 @@ class Google_Service_AndroidPublisher_InappproductsUpdateResponse extends Google
protected $inappproductType = 'Google_Service_AndroidPublisher_InAppProduct';
protected $inappproductDataType = '';
+
public function setInappproduct(Google_Service_AndroidPublisher_InAppProduct $inappproduct)
{
$this->inappproduct = $inappproduct;
}
-
public function getInappproduct()
{
return $this->inappproduct;
}
-
}
class Google_Service_AndroidPublisher_Listing extends Google_Model
@@ -3069,11 +2979,11 @@ class Google_Service_AndroidPublisher_Listing extends Google_Model
public $title;
public $video;
+
public function setFullDescription($fullDescription)
{
$this->fullDescription = $fullDescription;
}
-
public function getFullDescription()
{
return $this->fullDescription;
@@ -3082,7 +2992,6 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -3091,7 +3000,6 @@ public function setShortDescription($shortDescription)
{
$this->shortDescription = $shortDescription;
}
-
public function getShortDescription()
{
return $this->shortDescription;
@@ -3100,7 +3008,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3109,12 +3016,10 @@ public function setVideo($video)
{
$this->video = $video;
}
-
public function getVideo()
{
return $this->video;
}
-
}
class Google_Service_AndroidPublisher_ListingsListResponse extends Google_Collection
@@ -3126,11 +3031,11 @@ class Google_Service_AndroidPublisher_ListingsListResponse extends Google_Collec
protected $listingsType = 'Google_Service_AndroidPublisher_Listing';
protected $listingsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3139,12 +3044,10 @@ public function setListings($listings)
{
$this->listings = $listings;
}
-
public function getListings()
{
return $this->listings;
}
-
}
class Google_Service_AndroidPublisher_MonthDay extends Google_Model
@@ -3154,11 +3057,11 @@ class Google_Service_AndroidPublisher_MonthDay extends Google_Model
public $day;
public $month;
+
public function setDay($day)
{
$this->day = $day;
}
-
public function getDay()
{
return $this->day;
@@ -3167,12 +3070,10 @@ public function setMonth($month)
{
$this->month = $month;
}
-
public function getMonth()
{
return $this->month;
}
-
}
class Google_Service_AndroidPublisher_PageInfo extends Google_Model
@@ -3183,11 +3084,11 @@ class Google_Service_AndroidPublisher_PageInfo extends Google_Model
public $startIndex;
public $totalResults;
+
public function setResultPerPage($resultPerPage)
{
$this->resultPerPage = $resultPerPage;
}
-
public function getResultPerPage()
{
return $this->resultPerPage;
@@ -3196,7 +3097,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -3205,12 +3105,10 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
}
-
}
class Google_Service_AndroidPublisher_Price extends Google_Model
@@ -3220,11 +3118,11 @@ class Google_Service_AndroidPublisher_Price extends Google_Model
public $currency;
public $priceMicros;
+
public function setCurrency($currency)
{
$this->currency = $currency;
}
-
public function getCurrency()
{
return $this->currency;
@@ -3233,12 +3131,10 @@ public function setPriceMicros($priceMicros)
{
$this->priceMicros = $priceMicros;
}
-
public function getPriceMicros()
{
return $this->priceMicros;
}
-
}
class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
@@ -3251,11 +3147,11 @@ class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
public $purchaseState;
public $purchaseTimeMillis;
+
public function setConsumptionState($consumptionState)
{
$this->consumptionState = $consumptionState;
}
-
public function getConsumptionState()
{
return $this->consumptionState;
@@ -3264,7 +3160,6 @@ public function setDeveloperPayload($developerPayload)
{
$this->developerPayload = $developerPayload;
}
-
public function getDeveloperPayload()
{
return $this->developerPayload;
@@ -3273,7 +3168,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3282,7 +3176,6 @@ public function setPurchaseState($purchaseState)
{
$this->purchaseState = $purchaseState;
}
-
public function getPurchaseState()
{
return $this->purchaseState;
@@ -3291,12 +3184,10 @@ public function setPurchaseTimeMillis($purchaseTimeMillis)
{
$this->purchaseTimeMillis = $purchaseTimeMillis;
}
-
public function getPurchaseTimeMillis()
{
return $this->purchaseTimeMillis;
}
-
}
class Google_Service_AndroidPublisher_Season extends Google_Model
@@ -3308,11 +3199,11 @@ class Google_Service_AndroidPublisher_Season extends Google_Model
protected $startType = 'Google_Service_AndroidPublisher_MonthDay';
protected $startDataType = '';
+
public function setEnd(Google_Service_AndroidPublisher_MonthDay $end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -3321,12 +3212,10 @@ public function setStart(Google_Service_AndroidPublisher_MonthDay $start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
}
-
}
class Google_Service_AndroidPublisher_SubscriptionDeferralInfo extends Google_Model
@@ -3336,11 +3225,11 @@ class Google_Service_AndroidPublisher_SubscriptionDeferralInfo extends Google_Mo
public $desiredExpiryTimeMillis;
public $expectedExpiryTimeMillis;
+
public function setDesiredExpiryTimeMillis($desiredExpiryTimeMillis)
{
$this->desiredExpiryTimeMillis = $desiredExpiryTimeMillis;
}
-
public function getDesiredExpiryTimeMillis()
{
return $this->desiredExpiryTimeMillis;
@@ -3349,12 +3238,10 @@ public function setExpectedExpiryTimeMillis($expectedExpiryTimeMillis)
{
$this->expectedExpiryTimeMillis = $expectedExpiryTimeMillis;
}
-
public function getExpectedExpiryTimeMillis()
{
return $this->expectedExpiryTimeMillis;
}
-
}
class Google_Service_AndroidPublisher_SubscriptionPurchase extends Google_Model
@@ -3366,11 +3253,11 @@ class Google_Service_AndroidPublisher_SubscriptionPurchase extends Google_Model
public $kind;
public $startTimeMillis;
+
public function setAutoRenewing($autoRenewing)
{
$this->autoRenewing = $autoRenewing;
}
-
public function getAutoRenewing()
{
return $this->autoRenewing;
@@ -3379,7 +3266,6 @@ public function setExpiryTimeMillis($expiryTimeMillis)
{
$this->expiryTimeMillis = $expiryTimeMillis;
}
-
public function getExpiryTimeMillis()
{
return $this->expiryTimeMillis;
@@ -3388,7 +3274,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3397,12 +3282,10 @@ public function setStartTimeMillis($startTimeMillis)
{
$this->startTimeMillis = $startTimeMillis;
}
-
public function getStartTimeMillis()
{
return $this->startTimeMillis;
}
-
}
class Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest extends Google_Model
@@ -3412,16 +3295,15 @@ class Google_Service_AndroidPublisher_SubscriptionPurchasesDeferRequest extends
protected $deferralInfoType = 'Google_Service_AndroidPublisher_SubscriptionDeferralInfo';
protected $deferralInfoDataType = '';
+
public function setDeferralInfo(Google_Service_AndroidPublisher_SubscriptionDeferralInfo $deferralInfo)
{
$this->deferralInfo = $deferralInfo;
}
-
public function getDeferralInfo()
{
return $this->deferralInfo;
}
-
}
class Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse extends Google_Model
@@ -3430,16 +3312,15 @@ class Google_Service_AndroidPublisher_SubscriptionPurchasesDeferResponse extends
);
public $newExpiryTimeMillis;
+
public function setNewExpiryTimeMillis($newExpiryTimeMillis)
{
$this->newExpiryTimeMillis = $newExpiryTimeMillis;
}
-
public function getNewExpiryTimeMillis()
{
return $this->newExpiryTimeMillis;
}
-
}
class Google_Service_AndroidPublisher_Testers extends Google_Collection
@@ -3450,11 +3331,11 @@ class Google_Service_AndroidPublisher_Testers extends Google_Collection
public $googleGroups;
public $googlePlusCommunities;
+
public function setGoogleGroups($googleGroups)
{
$this->googleGroups = $googleGroups;
}
-
public function getGoogleGroups()
{
return $this->googleGroups;
@@ -3463,12 +3344,10 @@ public function setGooglePlusCommunities($googlePlusCommunities)
{
$this->googlePlusCommunities = $googlePlusCommunities;
}
-
public function getGooglePlusCommunities()
{
return $this->googlePlusCommunities;
}
-
}
class Google_Service_AndroidPublisher_TokenPagination extends Google_Model
@@ -3478,11 +3357,11 @@ class Google_Service_AndroidPublisher_TokenPagination extends Google_Model
public $nextPageToken;
public $previousPageToken;
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3491,12 +3370,10 @@ public function setPreviousPageToken($previousPageToken)
{
$this->previousPageToken = $previousPageToken;
}
-
public function getPreviousPageToken()
{
return $this->previousPageToken;
}
-
}
class Google_Service_AndroidPublisher_Track extends Google_Collection
@@ -3508,11 +3385,11 @@ class Google_Service_AndroidPublisher_Track extends Google_Collection
public $userFraction;
public $versionCodes;
+
public function setTrack($track)
{
$this->track = $track;
}
-
public function getTrack()
{
return $this->track;
@@ -3521,7 +3398,6 @@ public function setUserFraction($userFraction)
{
$this->userFraction = $userFraction;
}
-
public function getUserFraction()
{
return $this->userFraction;
@@ -3530,12 +3406,10 @@ public function setVersionCodes($versionCodes)
{
$this->versionCodes = $versionCodes;
}
-
public function getVersionCodes()
{
return $this->versionCodes;
}
-
}
class Google_Service_AndroidPublisher_TracksListResponse extends Google_Collection
@@ -3547,11 +3421,11 @@ class Google_Service_AndroidPublisher_TracksListResponse extends Google_Collecti
protected $tracksType = 'Google_Service_AndroidPublisher_Track';
protected $tracksDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3560,10 +3434,8 @@ public function setTracks($tracks)
{
$this->tracks = $tracks;
}
-
public function getTracks()
{
return $this->tracks;
}
-
}
From 0fceaf1334ce9be415bec13aec8834be834d4f4d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google App State API.
- *
* For more information about this service, see the API
@@ -32,7 +31,8 @@
class Google_Service_AppState extends Google_Service
{
/** View and manage your data for this application. */
- const APPSTATE = "https://www.googleapis.com/auth/appstate";
+ const APPSTATE =
+ "https://www.googleapis.com/auth/appstate";
public $states;
@@ -136,12 +136,11 @@ class Google_Service_AppState_States_Resource extends Google_Service_Resource
* version matches the currently stored version. This method results in a
* conflict error on version mismatch. (states.clear)
*
- * @param int $stateKey
- * The key for the data to be retrieved.
+ * @param int $stateKey The key for the data to be retrieved.
* @param array $optParams Optional parameters.
*
- * @opt_param string currentDataVersion
- * The version of the data to be cleared. Version strings are returned by the server.
+ * @opt_param string currentDataVersion The version of the data to be cleared.
+ * Version strings are returned by the server.
* @return Google_Service_AppState_WriteResult
*/
public function clear($stateKey, $optParams = array())
@@ -150,6 +149,7 @@ public function clear($stateKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('clear', array($params), "Google_Service_AppState_WriteResult");
}
+
/**
* Deletes a key and the data associated with it. The key is removed and no
* longer counts against the key quota. Note that since this method is not safe
@@ -157,8 +157,7 @@ public function clear($stateKey, $optParams = array())
* development and testing purposes. Invoking this method in shipping code can
* result in data loss and data corruption. (states.delete)
*
- * @param int $stateKey
- * The key for the data to be retrieved.
+ * @param int $stateKey The key for the data to be retrieved.
* @param array $optParams Optional parameters.
*/
public function delete($stateKey, $optParams = array())
@@ -167,12 +166,12 @@ public function delete($stateKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves the data corresponding to the passed key. If the key does not exist
* on the server, an HTTP 404 will be returned. (states.get)
*
- * @param int $stateKey
- * The key for the data to be retrieved.
+ * @param int $stateKey The key for the data to be retrieved.
* @param array $optParams Optional parameters.
* @return Google_Service_AppState_GetResponse
*/
@@ -182,13 +181,14 @@ public function get($stateKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AppState_GetResponse");
}
+
/**
* Lists all the states keys, and optionally the state data. (states.listStates)
*
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeData
- * Whether to include the full data in addition to the version number
+ * @opt_param bool includeData Whether to include the full data in addition to
+ * the version number
* @return Google_Service_AppState_ListResponse
*/
public function listStates($optParams = array())
@@ -197,20 +197,21 @@ public function listStates($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AppState_ListResponse");
}
+
/**
* Update the data associated with the input key if and only if the passed
* version matches the currently stored version. This method is safe in the face
* of concurrent writes. Maximum per-key size is 128KB. (states.update)
*
- * @param int $stateKey
- * The key for the data to be retrieved.
+ * @param int $stateKey The key for the data to be retrieved.
* @param Google_UpdateRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string currentStateVersion
- * The version of the app state your application is attempting to update. If this does not match
- * the current version, this method will return a conflict error. If there is no data stored on the
- * server for this key, the update will succeed irrespective of the value of this parameter.
+ * @opt_param string currentStateVersion The version of the app state your
+ * application is attempting to update. If this does not match the current
+ * version, this method will return a conflict error. If there is no data stored
+ * on the server for this key, the update will succeed irrespective of the value
+ * of this parameter.
* @return Google_Service_AppState_WriteResult
*/
public function update($stateKey, Google_Service_AppState_UpdateRequest $postBody, $optParams = array())
@@ -233,11 +234,11 @@ class Google_Service_AppState_GetResponse extends Google_Model
public $kind;
public $stateKey;
+
public function setCurrentStateVersion($currentStateVersion)
{
$this->currentStateVersion = $currentStateVersion;
}
-
public function getCurrentStateVersion()
{
return $this->currentStateVersion;
@@ -246,7 +247,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -255,7 +255,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -264,12 +263,10 @@ public function setStateKey($stateKey)
{
$this->stateKey = $stateKey;
}
-
public function getStateKey()
{
return $this->stateKey;
}
-
}
class Google_Service_AppState_ListResponse extends Google_Collection
@@ -282,11 +279,11 @@ class Google_Service_AppState_ListResponse extends Google_Collection
public $kind;
public $maximumKeyCount;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -295,7 +292,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -304,12 +300,10 @@ public function setMaximumKeyCount($maximumKeyCount)
{
$this->maximumKeyCount = $maximumKeyCount;
}
-
public function getMaximumKeyCount()
{
return $this->maximumKeyCount;
}
-
}
class Google_Service_AppState_UpdateRequest extends Google_Model
@@ -319,11 +313,11 @@ class Google_Service_AppState_UpdateRequest extends Google_Model
public $data;
public $kind;
+
public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -332,12 +326,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AppState_WriteResult extends Google_Model
@@ -348,11 +340,11 @@ class Google_Service_AppState_WriteResult extends Google_Model
public $kind;
public $stateKey;
+
public function setCurrentStateVersion($currentStateVersion)
{
$this->currentStateVersion = $currentStateVersion;
}
-
public function getCurrentStateVersion()
{
return $this->currentStateVersion;
@@ -361,7 +353,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -370,10 +361,8 @@ public function setStateKey($stateKey)
{
$this->stateKey = $stateKey;
}
-
public function getStateKey()
{
return $this->stateKey;
}
-
}
From acdaa551ffc93212ff24412ed1375ca2cd7776b6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Provides access to Genomics data.
- *
* For more information about this service, see the API
@@ -32,13 +31,17 @@
class Google_Service_Genomics extends Google_Service
{
/** View and manage your data in Google BigQuery. */
- const BIGQUERY = "https://www.googleapis.com/auth/bigquery";
+ const BIGQUERY =
+ "https://www.googleapis.com/auth/bigquery";
/** Manage your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write";
+ const DEVSTORAGE_READ_WRITE =
+ "https://www.googleapis.com/auth/devstorage.read_write";
/** View and manage Genomics data. */
- const GENOMICS = "https://www.googleapis.com/auth/genomics";
+ const GENOMICS =
+ "https://www.googleapis.com/auth/genomics";
/** View Genomics data. */
- const GENOMICS_READONLY = "https://www.googleapis.com/auth/genomics.readonly";
+ const GENOMICS_READONLY =
+ "https://www.googleapis.com/auth/genomics.readonly";
public $callsets;
public $datasets;
@@ -625,11 +628,11 @@ public function create(Google_Service_Genomics_CallSet $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Genomics_CallSet");
}
+
/**
* Deletes a call set. (callsets.delete)
*
- * @param string $callSetId
- * The ID of the call set to be deleted.
+ * @param string $callSetId The ID of the call set to be deleted.
* @param array $optParams Optional parameters.
*/
public function delete($callSetId, $optParams = array())
@@ -638,11 +641,11 @@ public function delete($callSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a call set by ID. (callsets.get)
*
- * @param string $callSetId
- * The ID of the call set.
+ * @param string $callSetId The ID of the call set.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_CallSet
*/
@@ -652,11 +655,11 @@ public function get($callSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_CallSet");
}
+
/**
* Updates a call set. This method supports patch semantics. (callsets.patch)
*
- * @param string $callSetId
- * The ID of the call set to be updated.
+ * @param string $callSetId The ID of the call set to be updated.
* @param Google_CallSet $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_CallSet
@@ -667,6 +670,7 @@ public function patch($callSetId, Google_Service_Genomics_CallSet $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Genomics_CallSet");
}
+
/**
* Gets a list of call sets matching the criteria.
*
@@ -682,11 +686,11 @@ public function search(Google_Service_Genomics_SearchCallSetsRequest $postBody,
$params = array_merge($params, $optParams);
return $this->call('search', array($params), "Google_Service_Genomics_SearchCallSetsResponse");
}
+
/**
* Updates a call set. (callsets.update)
*
- * @param string $callSetId
- * The ID of the call set to be updated.
+ * @param string $callSetId The ID of the call set to be updated.
* @param Google_CallSet $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_CallSet
@@ -723,11 +727,11 @@ public function create(Google_Service_Genomics_Dataset $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Genomics_Dataset");
}
+
/**
* Deletes a dataset. (datasets.delete)
*
- * @param string $datasetId
- * The ID of the dataset to be deleted.
+ * @param string $datasetId The ID of the dataset to be deleted.
* @param array $optParams Optional parameters.
*/
public function delete($datasetId, $optParams = array())
@@ -736,11 +740,11 @@ public function delete($datasetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a dataset by ID. (datasets.get)
*
- * @param string $datasetId
- * The ID of the dataset.
+ * @param string $datasetId The ID of the dataset.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Dataset
*/
@@ -750,19 +754,20 @@ public function get($datasetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_Dataset");
}
+
/**
* Lists all datasets. (datasets.listDatasets)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string projectNumber
- * Only return datasets which belong to this Google Developers Console project. Only accepts
- * project numbers. Returns all public projects if no project number is specified.
- * @opt_param int pageSize
- * The maximum number of results returned by this request.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of nextPageToken from the previous response.
+ * @opt_param string projectNumber Only return datasets which belong to this
+ * Google Developers Console project. Only accepts project numbers. Returns all
+ * public projects if no project number is specified.
+ * @opt_param int pageSize The maximum number of results returned by this
+ * request.
* @return Google_Service_Genomics_ListDatasetsResponse
*/
public function listDatasets($optParams = array())
@@ -771,11 +776,11 @@ public function listDatasets($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Genomics_ListDatasetsResponse");
}
+
/**
* Updates a dataset. This method supports patch semantics. (datasets.patch)
*
- * @param string $datasetId
- * The ID of the dataset to be updated.
+ * @param string $datasetId The ID of the dataset to be updated.
* @param Google_Dataset $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Dataset
@@ -786,13 +791,13 @@ public function patch($datasetId, Google_Service_Genomics_Dataset $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Genomics_Dataset");
}
+
/**
* Undeletes a dataset by restoring a dataset which was deleted via this API.
* This operation is only possible for a week after the deletion occurred.
* (datasets.undelete)
*
- * @param string $datasetId
- * The ID of the dataset to be undeleted.
+ * @param string $datasetId The ID of the dataset to be undeleted.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Dataset
*/
@@ -802,11 +807,11 @@ public function undelete($datasetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('undelete', array($params), "Google_Service_Genomics_Dataset");
}
+
/**
* Updates a dataset. (datasets.update)
*
- * @param string $datasetId
- * The ID of the dataset to be updated.
+ * @param string $datasetId The ID of the dataset to be updated.
* @param Google_Dataset $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Dataset
@@ -829,7 +834,6 @@ public function update($datasetId, Google_Service_Genomics_Dataset $postBody, $o
*/
class Google_Service_Genomics_Experimental_Resource extends Google_Service_Resource
{
-
}
/**
@@ -874,8 +878,7 @@ class Google_Service_Genomics_Jobs_Resource extends Google_Service_Resource
* Cancels a job by ID. Note that it is possible for partial results to be
* generated and stored for cancelled jobs. (jobs.cancel)
*
- * @param string $jobId
- * Required. The ID of the job.
+ * @param string $jobId Required. The ID of the job.
* @param array $optParams Optional parameters.
*/
public function cancel($jobId, $optParams = array())
@@ -884,11 +887,11 @@ public function cancel($jobId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('cancel', array($params));
}
+
/**
* Gets a job by ID. (jobs.get)
*
- * @param string $jobId
- * Required. The ID of the job.
+ * @param string $jobId Required. The ID of the job.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Job
*/
@@ -898,6 +901,7 @@ public function get($jobId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_Job");
}
+
/**
* Gets a list of jobs matching the criteria. (jobs.search)
*
@@ -939,6 +943,7 @@ public function align(Google_Service_Genomics_AlignReadGroupSetsRequest $postBod
$params = array_merge($params, $optParams);
return $this->call('align', array($params), "Google_Service_Genomics_AlignReadGroupSetsResponse");
}
+
/**
* Calls variants on read data from existing read group sets or files from
* Google Cloud Storage. See the alignment and variant calling documentation
@@ -954,12 +959,13 @@ public function call(Google_Service_Genomics_CallReadGroupSetsRequest $postBody,
$params = array_merge($params, $optParams);
return $this->call('call', array($params), "Google_Service_Genomics_CallReadGroupSetsResponse");
}
+
/**
* Deletes a read group set. (readgroupsets.delete)
*
- * @param string $readGroupSetId
- * The ID of the read group set to be deleted. The caller must have WRITE permissions to the
- * dataset associated with this read group set.
+ * @param string $readGroupSetId The ID of the read group set to be deleted. The
+ * caller must have WRITE permissions to the dataset associated with this read
+ * group set.
* @param array $optParams Optional parameters.
*/
public function delete($readGroupSetId, $optParams = array())
@@ -968,6 +974,7 @@ public function delete($readGroupSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Exports read group sets to a BAM file in Google Cloud Storage.
*
@@ -986,11 +993,11 @@ public function export(Google_Service_Genomics_ExportReadGroupSetsRequest $postB
$params = array_merge($params, $optParams);
return $this->call('export', array($params), "Google_Service_Genomics_ExportReadGroupSetsResponse");
}
+
/**
* Gets a read group set by ID. (readgroupsets.get)
*
- * @param string $readGroupSetId
- * The ID of the read group set.
+ * @param string $readGroupSetId The ID of the read group set.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_ReadGroupSet
*/
@@ -1000,6 +1007,7 @@ public function get($readGroupSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_ReadGroupSet");
}
+
/**
* Creates read group sets by asynchronously importing the provided information.
*
@@ -1018,13 +1026,14 @@ public function import(Google_Service_Genomics_ImportReadGroupSetsRequest $postB
$params = array_merge($params, $optParams);
return $this->call('import', array($params), "Google_Service_Genomics_ImportReadGroupSetsResponse");
}
+
/**
* Updates a read group set. This method supports patch semantics.
* (readgroupsets.patch)
*
- * @param string $readGroupSetId
- * The ID of the read group set to be updated. The caller must have WRITE permissions to the
- * dataset associated with this read group set.
+ * @param string $readGroupSetId The ID of the read group set to be updated. The
+ * caller must have WRITE permissions to the dataset associated with this read
+ * group set.
* @param Google_ReadGroupSet $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_ReadGroupSet
@@ -1035,6 +1044,7 @@ public function patch($readGroupSetId, Google_Service_Genomics_ReadGroupSet $pos
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Genomics_ReadGroupSet");
}
+
/**
* Searches for read group sets matching the criteria.
*
@@ -1050,12 +1060,13 @@ public function search(Google_Service_Genomics_SearchReadGroupSetsRequest $postB
$params = array_merge($params, $optParams);
return $this->call('search', array($params), "Google_Service_Genomics_SearchReadGroupSetsResponse");
}
+
/**
* Updates a read group set. (readgroupsets.update)
*
- * @param string $readGroupSetId
- * The ID of the read group set to be updated. The caller must have WRITE permissions to the
- * dataset associated with this read group set.
+ * @param string $readGroupSetId The ID of the read group set to be updated. The
+ * caller must have WRITE permissions to the dataset associated with this read
+ * group set.
* @param Google_ReadGroupSet $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_ReadGroupSet
@@ -1090,30 +1101,29 @@ class Google_Service_Genomics_ReadgroupsetsCoveragebuckets_Resource extends Goog
* levels'. The caller must have READ permissions for the target read group set.
* (coveragebuckets.listReadgroupsetsCoveragebuckets)
*
- * @param string $readGroupSetId
- * Required. The ID of the read group set over which coverage is requested.
+ * @param string $readGroupSetId Required. The ID of the read group set over
+ * which coverage is requested.
* @param array $optParams Optional parameters.
*
- * @opt_param int pageSize
- * The maximum number of results to return in a single page. If unspecified, defaults to 1024. The
- * maximum value is 2048.
- * @opt_param string range.start
- * The start position of the range on the reference, 0-based inclusive. If specified, referenceName
- * must also be specified.
- * @opt_param string range.end
- * The end position of the range on the reference, 0-based exclusive. If specified, referenceName
- * must also be specified.
- * @opt_param string range.referenceName
- * The reference sequence name, for example chr1, 1, or chrX.
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string targetBucketWidth
- * The desired width of each reported coverage bucket in base pairs. This will be rounded down to
- * the nearest precomputed bucket width; the value of which is returned as bucketWidth in the
- * response. Defaults to infinity (each bucket spans an entire reference sequence) or the length of
- * the target range, if specified. The smallest precomputed bucketWidth is currently 2048 base
- * pairs; this is subject to change.
+ * @opt_param int pageSize The maximum number of results to return in a single
+ * page. If unspecified, defaults to 1024. The maximum value is 2048.
+ * @opt_param string range.start The start position of the range on the
+ * reference, 0-based inclusive. If specified, referenceName must also be
+ * specified.
+ * @opt_param string range.end The end position of the range on the reference,
+ * 0-based exclusive. If specified, referenceName must also be specified.
+ * @opt_param string range.referenceName The reference sequence name, for
+ * example chr1, 1, or chrX.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of nextPageToken from the previous response.
+ * @opt_param string targetBucketWidth The desired width of each reported
+ * coverage bucket in base pairs. This will be rounded down to the nearest
+ * precomputed bucket width; the value of which is returned as bucketWidth in
+ * the response. Defaults to infinity (each bucket spans an entire reference
+ * sequence) or the length of the target range, if specified. The smallest
+ * precomputed bucketWidth is currently 2048 base pairs; this is subject to
+ * change.
* @return Google_Service_Genomics_ListCoverageBucketsResponse
*/
public function listReadgroupsetsCoveragebuckets($readGroupSetId, $optParams = array())
@@ -1179,8 +1189,7 @@ class Google_Service_Genomics_References_Resource extends Google_Service_Resourc
*
* Implements GlobalAllianceApi.getReference. (references.get)
*
- * @param string $referenceId
- * The ID of the reference.
+ * @param string $referenceId The ID of the reference.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Reference
*/
@@ -1190,6 +1199,7 @@ public function get($referenceId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_Reference");
}
+
/**
* Searches for references which match the given criteria.
*
@@ -1223,19 +1233,18 @@ class Google_Service_Genomics_ReferencesBases_Resource extends Google_Service_Re
*
* Implements GlobalAllianceApi.getReferenceBases. (bases.listReferencesBases)
*
- * @param string $referenceId
- * The ID of the reference.
+ * @param string $referenceId The ID of the reference.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string end
- * The end position (0-based, exclusive) of this query. Defaults to the length of this reference.
- * @opt_param int pageSize
- * Specifies the maximum number of bases to return in a single page.
- * @opt_param string start
- * The start position (0-based) of this query. Defaults to 0.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of nextPageToken from the previous response.
+ * @opt_param string end The end position (0-based, exclusive) of this query.
+ * Defaults to the length of this reference.
+ * @opt_param int pageSize Specifies the maximum number of bases to return in a
+ * single page.
+ * @opt_param string start The start position (0-based) of this query. Defaults
+ * to 0.
* @return Google_Service_Genomics_ListBasesResponse
*/
public function listReferencesBases($referenceId, $optParams = array())
@@ -1262,8 +1271,7 @@ class Google_Service_Genomics_Referencesets_Resource extends Google_Service_Reso
*
* Implements GlobalAllianceApi.getReferenceSet. (referencesets.get)
*
- * @param string $referenceSetId
- * The ID of the reference set.
+ * @param string $referenceSetId The ID of the reference set.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_ReferenceSet
*/
@@ -1273,6 +1281,7 @@ public function get($referenceSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_ReferenceSet");
}
+
/**
* Searches for reference sets which match the given criteria.
*
@@ -1314,11 +1323,11 @@ public function create(Google_Service_Genomics_Variant $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Genomics_Variant");
}
+
/**
* Deletes a variant. (variants.delete)
*
- * @param string $variantId
- * The ID of the variant to be deleted.
+ * @param string $variantId The ID of the variant to be deleted.
* @param array $optParams Optional parameters.
*/
public function delete($variantId, $optParams = array())
@@ -1327,11 +1336,11 @@ public function delete($variantId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a variant by ID. (variants.get)
*
- * @param string $variantId
- * The ID of the variant.
+ * @param string $variantId The ID of the variant.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Variant
*/
@@ -1341,6 +1350,7 @@ public function get($variantId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_Variant");
}
+
/**
* Gets a list of variants matching the criteria.
*
@@ -1356,13 +1366,13 @@ public function search(Google_Service_Genomics_SearchVariantsRequest $postBody,
$params = array_merge($params, $optParams);
return $this->call('search', array($params), "Google_Service_Genomics_SearchVariantsResponse");
}
+
/**
* Updates a variant's names and info fields. All other modifications are
* silently ignored. Returns the modified variant without its calls.
* (variants.update)
*
- * @param string $variantId
- * The ID of the variant to be updated.
+ * @param string $variantId The ID of the variant to be updated.
* @param Google_Variant $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_Variant
@@ -1390,8 +1400,7 @@ class Google_Service_Genomics_Variantsets_Resource extends Google_Service_Resour
* Deletes the contents of a variant set. The variant set object is not deleted.
* (variantsets.delete)
*
- * @param string $variantSetId
- * The ID of the variant set to be deleted.
+ * @param string $variantSetId The ID of the variant set to be deleted.
* @param array $optParams Optional parameters.
*/
public function delete($variantSetId, $optParams = array())
@@ -1400,12 +1409,13 @@ public function delete($variantSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Exports variant set data to an external destination. (variantsets.export)
*
- * @param string $variantSetId
- * Required. The ID of the variant set that contains variant data which should be exported. The
- * caller must have READ access to this variant set.
+ * @param string $variantSetId Required. The ID of the variant set that contains
+ * variant data which should be exported. The caller must have READ access to
+ * this variant set.
* @param Google_ExportVariantSetRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_ExportVariantSetResponse
@@ -1416,11 +1426,11 @@ public function export($variantSetId, Google_Service_Genomics_ExportVariantSetRe
$params = array_merge($params, $optParams);
return $this->call('export', array($params), "Google_Service_Genomics_ExportVariantSetResponse");
}
+
/**
* Gets a variant set by ID. (variantsets.get)
*
- * @param string $variantSetId
- * Required. The ID of the variant set.
+ * @param string $variantSetId Required. The ID of the variant set.
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_VariantSet
*/
@@ -1430,6 +1440,7 @@ public function get($variantSetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Genomics_VariantSet");
}
+
/**
* Creates variant data by asynchronously importing the provided information.
*
@@ -1441,8 +1452,8 @@ public function get($variantSetId, $optParams = array())
* interpreted in a call-specific context. Imported VCF headers are appended to
* the metadata already in a variant set. (variantsets.importVariants)
*
- * @param string $variantSetId
- * Required. The variant set to which variant data should be imported.
+ * @param string $variantSetId Required. The variant set to which variant data
+ * should be imported.
* @param Google_ImportVariantsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_ImportVariantsResponse
@@ -1453,6 +1464,7 @@ public function importVariants($variantSetId, Google_Service_Genomics_ImportVari
$params = array_merge($params, $optParams);
return $this->call('importVariants', array($params), "Google_Service_Genomics_ImportVariantsResponse");
}
+
/**
* Merges the given variants with existing variants. Each variant will be merged
* with an existing variant that matches its reference sequence, start, end,
@@ -1463,8 +1475,7 @@ public function importVariants($variantSetId, Google_Service_Genomics_ImportVari
* to the existing variant, and other fields (such as key/value pairs) are
* discarded. (variantsets.mergeVariants)
*
- * @param string $variantSetId
- * The destination variant set.
+ * @param string $variantSetId The destination variant set.
* @param Google_MergeVariantsRequest $postBody
* @param array $optParams Optional parameters.
*/
@@ -1474,12 +1485,12 @@ public function mergeVariants($variantSetId, Google_Service_Genomics_MergeVarian
$params = array_merge($params, $optParams);
return $this->call('mergeVariants', array($params));
}
+
/**
* Updates a variant set's metadata. All other modifications are silently
* ignored. This method supports patch semantics. (variantsets.patch)
*
- * @param string $variantSetId
- * The ID of the variant to be updated.
+ * @param string $variantSetId The ID of the variant to be updated.
* @param Google_VariantSet $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_VariantSet
@@ -1490,6 +1501,7 @@ public function patch($variantSetId, Google_Service_Genomics_VariantSet $postBod
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Genomics_VariantSet");
}
+
/**
* Returns a list of all variant sets matching search criteria.
*
@@ -1505,12 +1517,12 @@ public function search(Google_Service_Genomics_SearchVariantSetsRequest $postBod
$params = array_merge($params, $optParams);
return $this->call('search', array($params), "Google_Service_Genomics_SearchVariantSetsResponse");
}
+
/**
* Updates a variant set's metadata. All other modifications are silently
* ignored. (variantsets.update)
*
- * @param string $variantSetId
- * The ID of the variant to be updated.
+ * @param string $variantSetId The ID of the variant to be updated.
* @param Google_VariantSet $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Genomics_VariantSet
@@ -1539,11 +1551,11 @@ class Google_Service_Genomics_AlignReadGroupSetsRequest extends Google_Collectio
protected $pairedFastqSourceDataType = '';
public $readGroupSetIds;
+
public function setBamSourceUris($bamSourceUris)
{
$this->bamSourceUris = $bamSourceUris;
}
-
public function getBamSourceUris()
{
return $this->bamSourceUris;
@@ -1552,7 +1564,6 @@ public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -1561,7 +1572,6 @@ public function setInterleavedFastqSource(Google_Service_Genomics_InterleavedFas
{
$this->interleavedFastqSource = $interleavedFastqSource;
}
-
public function getInterleavedFastqSource()
{
return $this->interleavedFastqSource;
@@ -1570,7 +1580,6 @@ public function setPairedFastqSource(Google_Service_Genomics_PairedFastqSource $
{
$this->pairedFastqSource = $pairedFastqSource;
}
-
public function getPairedFastqSource()
{
return $this->pairedFastqSource;
@@ -1579,12 +1588,10 @@ public function setReadGroupSetIds($readGroupSetIds)
{
$this->readGroupSetIds = $readGroupSetIds;
}
-
public function getReadGroupSetIds()
{
return $this->readGroupSetIds;
}
-
}
class Google_Service_Genomics_AlignReadGroupSetsResponse extends Google_Model
@@ -1593,16 +1600,15 @@ class Google_Service_Genomics_AlignReadGroupSetsResponse extends Google_Model
);
public $jobId;
+
public function setJobId($jobId)
{
$this->jobId = $jobId;
}
-
public function getJobId()
{
return $this->jobId;
}
-
}
class Google_Service_Genomics_Call extends Google_Collection
@@ -1617,11 +1623,11 @@ class Google_Service_Genomics_Call extends Google_Collection
public $info;
public $phaseset;
+
public function setCallSetId($callSetId)
{
$this->callSetId = $callSetId;
}
-
public function getCallSetId()
{
return $this->callSetId;
@@ -1630,7 +1636,6 @@ public function setCallSetName($callSetName)
{
$this->callSetName = $callSetName;
}
-
public function getCallSetName()
{
return $this->callSetName;
@@ -1639,7 +1644,6 @@ public function setGenotype($genotype)
{
$this->genotype = $genotype;
}
-
public function getGenotype()
{
return $this->genotype;
@@ -1648,7 +1652,6 @@ public function setGenotypeLikelihood($genotypeLikelihood)
{
$this->genotypeLikelihood = $genotypeLikelihood;
}
-
public function getGenotypeLikelihood()
{
return $this->genotypeLikelihood;
@@ -1657,7 +1660,6 @@ public function setInfo($info)
{
$this->info = $info;
}
-
public function getInfo()
{
return $this->info;
@@ -1666,20 +1668,14 @@ public function setPhaseset($phaseset)
{
$this->phaseset = $phaseset;
}
-
public function getPhaseset()
{
return $this->phaseset;
}
-
}
class Google_Service_Genomics_CallInfo extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Genomics_CallReadGroupSetsRequest extends Google_Collection
@@ -1691,11 +1687,11 @@ class Google_Service_Genomics_CallReadGroupSetsRequest extends Google_Collection
public $readGroupSetIds;
public $sourceUris;
+
public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -1704,7 +1700,6 @@ public function setReadGroupSetIds($readGroupSetIds)
{
$this->readGroupSetIds = $readGroupSetIds;
}
-
public function getReadGroupSetIds()
{
return $this->readGroupSetIds;
@@ -1713,12 +1708,10 @@ public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
}
-
public function getSourceUris()
{
return $this->sourceUris;
}
-
}
class Google_Service_Genomics_CallReadGroupSetsResponse extends Google_Model
@@ -1727,16 +1720,15 @@ class Google_Service_Genomics_CallReadGroupSetsResponse extends Google_Model
);
public $jobId;
+
public function setJobId($jobId)
{
$this->jobId = $jobId;
}
-
public function getJobId()
{
return $this->jobId;
}
-
}
class Google_Service_Genomics_CallSet extends Google_Collection
@@ -1751,11 +1743,11 @@ class Google_Service_Genomics_CallSet extends Google_Collection
public $sampleId;
public $variantSetIds;
+
public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -1764,7 +1756,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1773,7 +1764,6 @@ public function setInfo($info)
{
$this->info = $info;
}
-
public function getInfo()
{
return $this->info;
@@ -1782,7 +1772,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1791,7 +1780,6 @@ public function setSampleId($sampleId)
{
$this->sampleId = $sampleId;
}
-
public function getSampleId()
{
return $this->sampleId;
@@ -1800,20 +1788,14 @@ public function setVariantSetIds($variantSetIds)
{
$this->variantSetIds = $variantSetIds;
}
-
public function getVariantSetIds()
{
return $this->variantSetIds;
}
-
}
class Google_Service_Genomics_CallSetInfo extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Genomics_CigarUnit extends Google_Model
@@ -1824,11 +1806,11 @@ class Google_Service_Genomics_CigarUnit extends Google_Model
public $operationLength;
public $referenceSequence;
+
public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
@@ -1837,7 +1819,6 @@ public function setOperationLength($operationLength)
{
$this->operationLength = $operationLength;
}
-
public function getOperationLength()
{
return $this->operationLength;
@@ -1846,12 +1827,10 @@ public function setReferenceSequence($referenceSequence)
{
$this->referenceSequence = $referenceSequence;
}
-
public function getReferenceSequence()
{
return $this->referenceSequence;
}
-
}
class Google_Service_Genomics_CoverageBucket extends Google_Model
@@ -1862,11 +1841,11 @@ class Google_Service_Genomics_CoverageBucket extends Google_Model
protected $rangeType = 'Google_Service_Genomics_Range';
protected $rangeDataType = '';
+
public function setMeanCoverage($meanCoverage)
{
$this->meanCoverage = $meanCoverage;
}
-
public function getMeanCoverage()
{
return $this->meanCoverage;
@@ -1875,12 +1854,10 @@ public function setRange(Google_Service_Genomics_Range $range)
{
$this->range = $range;
}
-
public function getRange()
{
return $this->range;
}
-
}
class Google_Service_Genomics_Dataset extends Google_Model
@@ -1892,11 +1869,11 @@ class Google_Service_Genomics_Dataset extends Google_Model
public $name;
public $projectNumber;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1905,7 +1882,6 @@ public function setIsPublic($isPublic)
{
$this->isPublic = $isPublic;
}
-
public function getIsPublic()
{
return $this->isPublic;
@@ -1914,7 +1890,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1923,12 +1898,10 @@ public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
}
-
}
class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collection
@@ -1943,11 +1916,11 @@ class Google_Service_Genomics_ExperimentalCreateJobRequest extends Google_Collec
public $projectNumber;
public $sourceUris;
+
public function setAlign($align)
{
$this->align = $align;
}
-
public function getAlign()
{
return $this->align;
@@ -1956,7 +1929,6 @@ public function setCallVariants($callVariants)
{
$this->callVariants = $callVariants;
}
-
public function getCallVariants()
{
return $this->callVariants;
@@ -1965,7 +1937,6 @@ public function setGcsOutputPath($gcsOutputPath)
{
$this->gcsOutputPath = $gcsOutputPath;
}
-
public function getGcsOutputPath()
{
return $this->gcsOutputPath;
@@ -1974,7 +1945,6 @@ public function setPairedSourceUris($pairedSourceUris)
{
$this->pairedSourceUris = $pairedSourceUris;
}
-
public function getPairedSourceUris()
{
return $this->pairedSourceUris;
@@ -1983,7 +1953,6 @@ public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
@@ -1992,12 +1961,10 @@ public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
}
-
public function getSourceUris()
{
return $this->sourceUris;
}
-
}
class Google_Service_Genomics_ExperimentalCreateJobResponse extends Google_Model
@@ -2006,16 +1973,15 @@ class Google_Service_Genomics_ExperimentalCreateJobResponse extends Google_Model
);
public $jobId;
+
public function setJobId($jobId)
{
$this->jobId = $jobId;
}
-
public function getJobId()
{
return $this->jobId;
}
-
}
class Google_Service_Genomics_ExportReadGroupSetsRequest extends Google_Collection
@@ -2028,11 +1994,11 @@ class Google_Service_Genomics_ExportReadGroupSetsRequest extends Google_Collecti
public $readGroupSetIds;
public $referenceNames;
+
public function setExportUri($exportUri)
{
$this->exportUri = $exportUri;
}
-
public function getExportUri()
{
return $this->exportUri;
@@ -2041,7 +2007,6 @@ public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
@@ -2050,7 +2015,6 @@ public function setReadGroupSetIds($readGroupSetIds)
{
$this->readGroupSetIds = $readGroupSetIds;
}
-
public function getReadGroupSetIds()
{
return $this->readGroupSetIds;
@@ -2059,12 +2023,10 @@ public function setReferenceNames($referenceNames)
{
$this->referenceNames = $referenceNames;
}
-
public function getReferenceNames()
{
return $this->referenceNames;
}
-
}
class Google_Service_Genomics_ExportReadGroupSetsResponse extends Google_Model
@@ -2073,16 +2035,15 @@ class Google_Service_Genomics_ExportReadGroupSetsResponse extends Google_Model
);
public $jobId;
+
public function setJobId($jobId)
{
$this->jobId = $jobId;
}
-
public function getJobId()
{
return $this->jobId;
}
-
}
class Google_Service_Genomics_ExportVariantSetRequest extends Google_Collection
@@ -2096,11 +2057,11 @@ class Google_Service_Genomics_ExportVariantSetRequest extends Google_Collection
public $format;
public $projectNumber;
+
public function setBigqueryDataset($bigqueryDataset)
{
$this->bigqueryDataset = $bigqueryDataset;
}
-
public function getBigqueryDataset()
{
return $this->bigqueryDataset;
@@ -2109,7 +2070,6 @@ public function setBigqueryTable($bigqueryTable)
{
$this->bigqueryTable = $bigqueryTable;
}
-
public function getBigqueryTable()
{
return $this->bigqueryTable;
@@ -2118,7 +2078,6 @@ public function setCallSetIds($callSetIds)
{
$this->callSetIds = $callSetIds;
}
-
public function getCallSetIds()
{
return $this->callSetIds;
@@ -2127,7 +2086,6 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -2136,12 +2094,10 @@ public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
}
-
}
class Google_Service_Genomics_ExportVariantSetResponse extends Google_Model
@@ -2150,16 +2106,15 @@ class Google_Service_Genomics_ExportVariantSetResponse extends Google_Model
);
public $jobId;
+
public function setJobId($jobId)
{
$this->jobId = $jobId;
}
-
public function getJobId()
{
return $this->jobId;
}
-
}
class Google_Service_Genomics_FastqMetadata extends Google_Model
@@ -2172,11 +2127,11 @@ class Google_Service_Genomics_FastqMetadata extends Google_Model
public $readGroupName;
public $sampleName;
+
public function setLibraryName($libraryName)
{
$this->libraryName = $libraryName;
}
-
public function getLibraryName()
{
return $this->libraryName;
@@ -2185,7 +2140,6 @@ public function setPlatformName($platformName)
{
$this->platformName = $platformName;
}
-
public function getPlatformName()
{
return $this->platformName;
@@ -2194,7 +2148,6 @@ public function setPlatformUnit($platformUnit)
{
$this->platformUnit = $platformUnit;
}
-
public function getPlatformUnit()
{
return $this->platformUnit;
@@ -2203,7 +2156,6 @@ public function setReadGroupName($readGroupName)
{
$this->readGroupName = $readGroupName;
}
-
public function getReadGroupName()
{
return $this->readGroupName;
@@ -2212,12 +2164,10 @@ public function setSampleName($sampleName)
{
$this->sampleName = $sampleName;
}
-
public function getSampleName()
{
return $this->sampleName;
}
-
}
class Google_Service_Genomics_ImportReadGroupSetsRequest extends Google_Collection
@@ -2229,11 +2179,11 @@ class Google_Service_Genomics_ImportReadGroupSetsRequest extends Google_Collecti
public $referenceSetId;
public $sourceUris;
+
public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -2242,7 +2192,6 @@ public function setReferenceSetId($referenceSetId)
{
$this->referenceSetId = $referenceSetId;
}
-
public function getReferenceSetId()
{
return $this->referenceSetId;
@@ -2251,12 +2200,10 @@ public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
}
-
public function getSourceUris()
{
return $this->sourceUris;
}
-
}
class Google_Service_Genomics_ImportReadGroupSetsResponse extends Google_Model
@@ -2265,16 +2212,15 @@ class Google_Service_Genomics_ImportReadGroupSetsResponse extends Google_Model
);
public $jobId;
+
public function setJobId($jobId)
{
$this->jobId = $jobId;
}
-
public function getJobId()
{
return $this->jobId;
}
-
}
class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
@@ -2285,11 +2231,11 @@ class Google_Service_Genomics_ImportVariantsRequest extends Google_Collection
public $format;
public $sourceUris;
+
public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -2298,12 +2244,10 @@ public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
}
-
public function getSourceUris()
{
return $this->sourceUris;
}
-
}
class Google_Service_Genomics_ImportVariantsResponse extends Google_Model
@@ -2312,16 +2256,15 @@ class Google_Service_Genomics_ImportVariantsResponse extends Google_Model
);
public $jobId;
+
public function setJobId($jobId)
{
$this->jobId = $jobId;
}
-
public function getJobId()
{
return $this->jobId;
}
-
}
class Google_Service_Genomics_InterleavedFastqSource extends Google_Collection
@@ -2333,11 +2276,11 @@ class Google_Service_Genomics_InterleavedFastqSource extends Google_Collection
protected $metadataDataType = '';
public $sourceUris;
+
public function setMetadata(Google_Service_Genomics_FastqMetadata $metadata)
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -2346,12 +2289,10 @@ public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
}
-
public function getSourceUris()
{
return $this->sourceUris;
}
-
}
class Google_Service_Genomics_Job extends Google_Collection
@@ -2370,11 +2311,11 @@ class Google_Service_Genomics_Job extends Google_Collection
public $status;
public $warnings;
+
public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -2383,7 +2324,6 @@ public function setDetailedStatus($detailedStatus)
{
$this->detailedStatus = $detailedStatus;
}
-
public function getDetailedStatus()
{
return $this->detailedStatus;
@@ -2392,7 +2332,6 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -2401,7 +2340,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2410,7 +2348,6 @@ public function setImportedIds($importedIds)
{
$this->importedIds = $importedIds;
}
-
public function getImportedIds()
{
return $this->importedIds;
@@ -2419,7 +2356,6 @@ public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
@@ -2428,7 +2364,6 @@ public function setRequest(Google_Service_Genomics_JobRequest $request)
{
$this->request = $request;
}
-
public function getRequest()
{
return $this->request;
@@ -2437,7 +2372,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -2446,12 +2380,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_Genomics_JobRequest extends Google_Collection
@@ -2463,11 +2395,11 @@ class Google_Service_Genomics_JobRequest extends Google_Collection
public $source;
public $type;
+
public function setDestination($destination)
{
$this->destination = $destination;
}
-
public function getDestination()
{
return $this->destination;
@@ -2476,7 +2408,6 @@ public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -2485,12 +2416,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Genomics_LinearAlignment extends Google_Collection
@@ -2504,11 +2433,11 @@ class Google_Service_Genomics_LinearAlignment extends Google_Collection
protected $positionType = 'Google_Service_Genomics_Position';
protected $positionDataType = '';
+
public function setCigar($cigar)
{
$this->cigar = $cigar;
}
-
public function getCigar()
{
return $this->cigar;
@@ -2517,7 +2446,6 @@ public function setMappingQuality($mappingQuality)
{
$this->mappingQuality = $mappingQuality;
}
-
public function getMappingQuality()
{
return $this->mappingQuality;
@@ -2526,12 +2454,10 @@ public function setPosition(Google_Service_Genomics_Position $position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
}
-
}
class Google_Service_Genomics_ListBasesResponse extends Google_Model
@@ -2542,11 +2468,11 @@ class Google_Service_Genomics_ListBasesResponse extends Google_Model
public $offset;
public $sequence;
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2555,7 +2481,6 @@ public function setOffset($offset)
{
$this->offset = $offset;
}
-
public function getOffset()
{
return $this->offset;
@@ -2564,12 +2489,10 @@ public function setSequence($sequence)
{
$this->sequence = $sequence;
}
-
public function getSequence()
{
return $this->sequence;
}
-
}
class Google_Service_Genomics_ListCoverageBucketsResponse extends Google_Collection
@@ -2582,11 +2505,11 @@ class Google_Service_Genomics_ListCoverageBucketsResponse extends Google_Collect
protected $coverageBucketsDataType = 'array';
public $nextPageToken;
+
public function setBucketWidth($bucketWidth)
{
$this->bucketWidth = $bucketWidth;
}
-
public function getBucketWidth()
{
return $this->bucketWidth;
@@ -2595,7 +2518,6 @@ public function setCoverageBuckets($coverageBuckets)
{
$this->coverageBuckets = $coverageBuckets;
}
-
public function getCoverageBuckets()
{
return $this->coverageBuckets;
@@ -2604,12 +2526,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Genomics_ListDatasetsResponse extends Google_Collection
@@ -2621,11 +2541,11 @@ class Google_Service_Genomics_ListDatasetsResponse extends Google_Collection
protected $datasetsDataType = 'array';
public $nextPageToken;
+
public function setDatasets($datasets)
{
$this->datasets = $datasets;
}
-
public function getDatasets()
{
return $this->datasets;
@@ -2634,12 +2554,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Genomics_MergeVariantsRequest extends Google_Collection
@@ -2650,16 +2568,15 @@ class Google_Service_Genomics_MergeVariantsRequest extends Google_Collection
protected $variantsType = 'Google_Service_Genomics_Variant';
protected $variantsDataType = 'array';
+
public function setVariants($variants)
{
$this->variants = $variants;
}
-
public function getVariants()
{
return $this->variants;
}
-
}
class Google_Service_Genomics_Metadata extends Google_Model
@@ -2674,11 +2591,11 @@ class Google_Service_Genomics_Metadata extends Google_Model
public $type;
public $value;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2687,7 +2604,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2696,7 +2612,6 @@ public function setInfo($info)
{
$this->info = $info;
}
-
public function getInfo()
{
return $this->info;
@@ -2705,7 +2620,6 @@ public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -2714,7 +2628,6 @@ public function setNumber($number)
{
$this->number = $number;
}
-
public function getNumber()
{
return $this->number;
@@ -2723,7 +2636,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -2732,20 +2644,14 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Genomics_MetadataInfo extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Genomics_PairedFastqSource extends Google_Collection
@@ -2758,11 +2664,11 @@ class Google_Service_Genomics_PairedFastqSource extends Google_Collection
protected $metadataDataType = '';
public $secondSourceUris;
+
public function setFirstSourceUris($firstSourceUris)
{
$this->firstSourceUris = $firstSourceUris;
}
-
public function getFirstSourceUris()
{
return $this->firstSourceUris;
@@ -2771,7 +2677,6 @@ public function setMetadata(Google_Service_Genomics_FastqMetadata $metadata)
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -2780,12 +2685,10 @@ public function setSecondSourceUris($secondSourceUris)
{
$this->secondSourceUris = $secondSourceUris;
}
-
public function getSecondSourceUris()
{
return $this->secondSourceUris;
}
-
}
class Google_Service_Genomics_Position extends Google_Model
@@ -2796,11 +2699,11 @@ class Google_Service_Genomics_Position extends Google_Model
public $referenceName;
public $reverseStrand;
+
public function setPosition($position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
@@ -2809,7 +2712,6 @@ public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
}
-
public function getReferenceName()
{
return $this->referenceName;
@@ -2818,12 +2720,10 @@ public function setReverseStrand($reverseStrand)
{
$this->reverseStrand = $reverseStrand;
}
-
public function getReverseStrand()
{
return $this->reverseStrand;
}
-
}
class Google_Service_Genomics_Range extends Google_Model
@@ -2834,11 +2734,11 @@ class Google_Service_Genomics_Range extends Google_Model
public $referenceName;
public $start;
+
public function setEnd($end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -2847,7 +2747,6 @@ public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
}
-
public function getReferenceName()
{
return $this->referenceName;
@@ -2856,12 +2755,10 @@ public function setStart($start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
}
-
}
class Google_Service_Genomics_Read extends Google_Collection
@@ -2889,11 +2786,11 @@ class Google_Service_Genomics_Read extends Google_Collection
public $secondaryAlignment;
public $supplementaryAlignment;
+
public function setAlignedQuality($alignedQuality)
{
$this->alignedQuality = $alignedQuality;
}
-
public function getAlignedQuality()
{
return $this->alignedQuality;
@@ -2902,7 +2799,6 @@ public function setAlignedSequence($alignedSequence)
{
$this->alignedSequence = $alignedSequence;
}
-
public function getAlignedSequence()
{
return $this->alignedSequence;
@@ -2911,7 +2807,6 @@ public function setAlignment(Google_Service_Genomics_LinearAlignment $alignment)
{
$this->alignment = $alignment;
}
-
public function getAlignment()
{
return $this->alignment;
@@ -2920,7 +2815,6 @@ public function setDuplicateFragment($duplicateFragment)
{
$this->duplicateFragment = $duplicateFragment;
}
-
public function getDuplicateFragment()
{
return $this->duplicateFragment;
@@ -2929,7 +2823,6 @@ public function setFailedVendorQualityChecks($failedVendorQualityChecks)
{
$this->failedVendorQualityChecks = $failedVendorQualityChecks;
}
-
public function getFailedVendorQualityChecks()
{
return $this->failedVendorQualityChecks;
@@ -2938,7 +2831,6 @@ public function setFragmentLength($fragmentLength)
{
$this->fragmentLength = $fragmentLength;
}
-
public function getFragmentLength()
{
return $this->fragmentLength;
@@ -2947,7 +2839,6 @@ public function setFragmentName($fragmentName)
{
$this->fragmentName = $fragmentName;
}
-
public function getFragmentName()
{
return $this->fragmentName;
@@ -2956,7 +2847,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2965,7 +2855,6 @@ public function setInfo($info)
{
$this->info = $info;
}
-
public function getInfo()
{
return $this->info;
@@ -2974,7 +2863,6 @@ public function setNextMatePosition(Google_Service_Genomics_Position $nextMatePo
{
$this->nextMatePosition = $nextMatePosition;
}
-
public function getNextMatePosition()
{
return $this->nextMatePosition;
@@ -2983,7 +2871,6 @@ public function setNumberReads($numberReads)
{
$this->numberReads = $numberReads;
}
-
public function getNumberReads()
{
return $this->numberReads;
@@ -2992,7 +2879,6 @@ public function setProperPlacement($properPlacement)
{
$this->properPlacement = $properPlacement;
}
-
public function getProperPlacement()
{
return $this->properPlacement;
@@ -3001,7 +2887,6 @@ public function setReadGroupId($readGroupId)
{
$this->readGroupId = $readGroupId;
}
-
public function getReadGroupId()
{
return $this->readGroupId;
@@ -3010,7 +2895,6 @@ public function setReadGroupSetId($readGroupSetId)
{
$this->readGroupSetId = $readGroupSetId;
}
-
public function getReadGroupSetId()
{
return $this->readGroupSetId;
@@ -3019,7 +2903,6 @@ public function setReadNumber($readNumber)
{
$this->readNumber = $readNumber;
}
-
public function getReadNumber()
{
return $this->readNumber;
@@ -3028,7 +2911,6 @@ public function setSecondaryAlignment($secondaryAlignment)
{
$this->secondaryAlignment = $secondaryAlignment;
}
-
public function getSecondaryAlignment()
{
return $this->secondaryAlignment;
@@ -3037,12 +2919,10 @@ public function setSupplementaryAlignment($supplementaryAlignment)
{
$this->supplementaryAlignment = $supplementaryAlignment;
}
-
public function getSupplementaryAlignment()
{
return $this->supplementaryAlignment;
}
-
}
class Google_Service_Genomics_ReadGroup extends Google_Collection
@@ -3063,11 +2943,11 @@ class Google_Service_Genomics_ReadGroup extends Google_Collection
public $referenceSetId;
public $sampleId;
+
public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -3076,7 +2956,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3085,7 +2964,6 @@ public function setExperiment(Google_Service_Genomics_ReadGroupExperiment $exper
{
$this->experiment = $experiment;
}
-
public function getExperiment()
{
return $this->experiment;
@@ -3094,7 +2972,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3103,7 +2980,6 @@ public function setInfo($info)
{
$this->info = $info;
}
-
public function getInfo()
{
return $this->info;
@@ -3112,7 +2988,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3121,7 +2996,6 @@ public function setPredictedInsertSize($predictedInsertSize)
{
$this->predictedInsertSize = $predictedInsertSize;
}
-
public function getPredictedInsertSize()
{
return $this->predictedInsertSize;
@@ -3130,7 +3004,6 @@ public function setPrograms($programs)
{
$this->programs = $programs;
}
-
public function getPrograms()
{
return $this->programs;
@@ -3139,7 +3012,6 @@ public function setReferenceSetId($referenceSetId)
{
$this->referenceSetId = $referenceSetId;
}
-
public function getReferenceSetId()
{
return $this->referenceSetId;
@@ -3148,12 +3020,10 @@ public function setSampleId($sampleId)
{
$this->sampleId = $sampleId;
}
-
public function getSampleId()
{
return $this->sampleId;
}
-
}
class Google_Service_Genomics_ReadGroupExperiment extends Google_Model
@@ -3165,11 +3035,11 @@ class Google_Service_Genomics_ReadGroupExperiment extends Google_Model
public $platformUnit;
public $sequencingCenter;
+
public function setInstrumentModel($instrumentModel)
{
$this->instrumentModel = $instrumentModel;
}
-
public function getInstrumentModel()
{
return $this->instrumentModel;
@@ -3178,7 +3048,6 @@ public function setLibraryId($libraryId)
{
$this->libraryId = $libraryId;
}
-
public function getLibraryId()
{
return $this->libraryId;
@@ -3187,7 +3056,6 @@ public function setPlatformUnit($platformUnit)
{
$this->platformUnit = $platformUnit;
}
-
public function getPlatformUnit()
{
return $this->platformUnit;
@@ -3196,20 +3064,14 @@ public function setSequencingCenter($sequencingCenter)
{
$this->sequencingCenter = $sequencingCenter;
}
-
public function getSequencingCenter()
{
return $this->sequencingCenter;
}
-
}
class Google_Service_Genomics_ReadGroupInfo extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Genomics_ReadGroupProgram extends Google_Model
@@ -3222,11 +3084,11 @@ class Google_Service_Genomics_ReadGroupProgram extends Google_Model
public $prevProgramId;
public $version;
+
public function setCommandLine($commandLine)
{
$this->commandLine = $commandLine;
}
-
public function getCommandLine()
{
return $this->commandLine;
@@ -3235,7 +3097,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3244,7 +3105,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3253,7 +3113,6 @@ public function setPrevProgramId($prevProgramId)
{
$this->prevProgramId = $prevProgramId;
}
-
public function getPrevProgramId()
{
return $this->prevProgramId;
@@ -3262,12 +3121,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Genomics_ReadGroupSet extends Google_Collection
@@ -3283,11 +3140,11 @@ class Google_Service_Genomics_ReadGroupSet extends Google_Collection
protected $readGroupsDataType = 'array';
public $referenceSetId;
+
public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -3296,7 +3153,6 @@ public function setFilename($filename)
{
$this->filename = $filename;
}
-
public function getFilename()
{
return $this->filename;
@@ -3305,7 +3161,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3314,7 +3169,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3323,7 +3177,6 @@ public function setReadGroups($readGroups)
{
$this->readGroups = $readGroups;
}
-
public function getReadGroups()
{
return $this->readGroups;
@@ -3332,20 +3185,14 @@ public function setReferenceSetId($referenceSetId)
{
$this->referenceSetId = $referenceSetId;
}
-
public function getReferenceSetId()
{
return $this->referenceSetId;
}
-
}
class Google_Service_Genomics_ReadInfo extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Genomics_Reference extends Google_Collection
@@ -3361,11 +3208,11 @@ class Google_Service_Genomics_Reference extends Google_Collection
public $sourceAccessions;
public $sourceURI;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3374,7 +3221,6 @@ public function setLength($length)
{
$this->length = $length;
}
-
public function getLength()
{
return $this->length;
@@ -3383,7 +3229,6 @@ public function setMd5checksum($md5checksum)
{
$this->md5checksum = $md5checksum;
}
-
public function getMd5checksum()
{
return $this->md5checksum;
@@ -3392,7 +3237,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3401,7 +3245,6 @@ public function setNcbiTaxonId($ncbiTaxonId)
{
$this->ncbiTaxonId = $ncbiTaxonId;
}
-
public function getNcbiTaxonId()
{
return $this->ncbiTaxonId;
@@ -3410,7 +3253,6 @@ public function setSourceAccessions($sourceAccessions)
{
$this->sourceAccessions = $sourceAccessions;
}
-
public function getSourceAccessions()
{
return $this->sourceAccessions;
@@ -3419,12 +3261,10 @@ public function setSourceURI($sourceURI)
{
$this->sourceURI = $sourceURI;
}
-
public function getSourceURI()
{
return $this->sourceURI;
}
-
}
class Google_Service_Genomics_ReferenceBound extends Google_Model
@@ -3434,11 +3274,11 @@ class Google_Service_Genomics_ReferenceBound extends Google_Model
public $referenceName;
public $upperBound;
+
public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
}
-
public function getReferenceName()
{
return $this->referenceName;
@@ -3447,12 +3287,10 @@ public function setUpperBound($upperBound)
{
$this->upperBound = $upperBound;
}
-
public function getUpperBound()
{
return $this->upperBound;
}
-
}
class Google_Service_Genomics_ReferenceSet extends Google_Collection
@@ -3469,11 +3307,11 @@ class Google_Service_Genomics_ReferenceSet extends Google_Collection
public $sourceAccessions;
public $sourceURI;
+
public function setAssemblyId($assemblyId)
{
$this->assemblyId = $assemblyId;
}
-
public function getAssemblyId()
{
return $this->assemblyId;
@@ -3482,7 +3320,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3491,7 +3328,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3500,7 +3336,6 @@ public function setMd5checksum($md5checksum)
{
$this->md5checksum = $md5checksum;
}
-
public function getMd5checksum()
{
return $this->md5checksum;
@@ -3509,7 +3344,6 @@ public function setNcbiTaxonId($ncbiTaxonId)
{
$this->ncbiTaxonId = $ncbiTaxonId;
}
-
public function getNcbiTaxonId()
{
return $this->ncbiTaxonId;
@@ -3518,7 +3352,6 @@ public function setReferenceIds($referenceIds)
{
$this->referenceIds = $referenceIds;
}
-
public function getReferenceIds()
{
return $this->referenceIds;
@@ -3527,7 +3360,6 @@ public function setSourceAccessions($sourceAccessions)
{
$this->sourceAccessions = $sourceAccessions;
}
-
public function getSourceAccessions()
{
return $this->sourceAccessions;
@@ -3536,12 +3368,10 @@ public function setSourceURI($sourceURI)
{
$this->sourceURI = $sourceURI;
}
-
public function getSourceURI()
{
return $this->sourceURI;
}
-
}
class Google_Service_Genomics_SearchCallSetsRequest extends Google_Collection
@@ -3554,11 +3384,11 @@ class Google_Service_Genomics_SearchCallSetsRequest extends Google_Collection
public $pageToken;
public $variantSetIds;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3567,7 +3397,6 @@ public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
}
-
public function getPageSize()
{
return $this->pageSize;
@@ -3576,7 +3405,6 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
@@ -3585,12 +3413,10 @@ public function setVariantSetIds($variantSetIds)
{
$this->variantSetIds = $variantSetIds;
}
-
public function getVariantSetIds()
{
return $this->variantSetIds;
}
-
}
class Google_Service_Genomics_SearchCallSetsResponse extends Google_Collection
@@ -3602,11 +3428,11 @@ class Google_Service_Genomics_SearchCallSetsResponse extends Google_Collection
protected $callSetsDataType = 'array';
public $nextPageToken;
+
public function setCallSets($callSets)
{
$this->callSets = $callSets;
}
-
public function getCallSets()
{
return $this->callSets;
@@ -3615,12 +3441,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Genomics_SearchJobsRequest extends Google_Collection
@@ -3635,11 +3459,11 @@ class Google_Service_Genomics_SearchJobsRequest extends Google_Collection
public $projectNumber;
public $status;
+
public function setCreatedAfter($createdAfter)
{
$this->createdAfter = $createdAfter;
}
-
public function getCreatedAfter()
{
return $this->createdAfter;
@@ -3648,7 +3472,6 @@ public function setCreatedBefore($createdBefore)
{
$this->createdBefore = $createdBefore;
}
-
public function getCreatedBefore()
{
return $this->createdBefore;
@@ -3657,7 +3480,6 @@ public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
}
-
public function getPageSize()
{
return $this->pageSize;
@@ -3666,7 +3488,6 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
@@ -3675,7 +3496,6 @@ public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
@@ -3684,12 +3504,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Genomics_SearchJobsResponse extends Google_Collection
@@ -3701,11 +3519,11 @@ class Google_Service_Genomics_SearchJobsResponse extends Google_Collection
protected $jobsDataType = 'array';
public $nextPageToken;
+
public function setJobs($jobs)
{
$this->jobs = $jobs;
}
-
public function getJobs()
{
return $this->jobs;
@@ -3714,12 +3532,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Genomics_SearchReadGroupSetsRequest extends Google_Collection
@@ -3732,11 +3548,11 @@ class Google_Service_Genomics_SearchReadGroupSetsRequest extends Google_Collecti
public $pageSize;
public $pageToken;
+
public function setDatasetIds($datasetIds)
{
$this->datasetIds = $datasetIds;
}
-
public function getDatasetIds()
{
return $this->datasetIds;
@@ -3745,7 +3561,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3754,7 +3569,6 @@ public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
}
-
public function getPageSize()
{
return $this->pageSize;
@@ -3763,12 +3577,10 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
}
-
}
class Google_Service_Genomics_SearchReadGroupSetsResponse extends Google_Collection
@@ -3780,11 +3592,11 @@ class Google_Service_Genomics_SearchReadGroupSetsResponse extends Google_Collect
protected $readGroupSetsType = 'Google_Service_Genomics_ReadGroupSet';
protected $readGroupSetsDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3793,12 +3605,10 @@ public function setReadGroupSets($readGroupSets)
{
$this->readGroupSets = $readGroupSets;
}
-
public function getReadGroupSets()
{
return $this->readGroupSets;
}
-
}
class Google_Service_Genomics_SearchReadsRequest extends Google_Collection
@@ -3814,11 +3624,11 @@ class Google_Service_Genomics_SearchReadsRequest extends Google_Collection
public $referenceName;
public $start;
+
public function setEnd($end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -3827,7 +3637,6 @@ public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
}
-
public function getPageSize()
{
return $this->pageSize;
@@ -3836,7 +3645,6 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
@@ -3845,7 +3653,6 @@ public function setReadGroupIds($readGroupIds)
{
$this->readGroupIds = $readGroupIds;
}
-
public function getReadGroupIds()
{
return $this->readGroupIds;
@@ -3854,7 +3661,6 @@ public function setReadGroupSetIds($readGroupSetIds)
{
$this->readGroupSetIds = $readGroupSetIds;
}
-
public function getReadGroupSetIds()
{
return $this->readGroupSetIds;
@@ -3863,7 +3669,6 @@ public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
}
-
public function getReferenceName()
{
return $this->referenceName;
@@ -3872,12 +3677,10 @@ public function setStart($start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
}
-
}
class Google_Service_Genomics_SearchReadsResponse extends Google_Collection
@@ -3889,11 +3692,11 @@ class Google_Service_Genomics_SearchReadsResponse extends Google_Collection
protected $alignmentsDataType = 'array';
public $nextPageToken;
+
public function setAlignments($alignments)
{
$this->alignments = $alignments;
}
-
public function getAlignments()
{
return $this->alignments;
@@ -3902,12 +3705,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Genomics_SearchReferenceSetsRequest extends Google_Collection
@@ -3920,11 +3721,11 @@ class Google_Service_Genomics_SearchReferenceSetsRequest extends Google_Collecti
public $pageSize;
public $pageToken;
+
public function setAccessions($accessions)
{
$this->accessions = $accessions;
}
-
public function getAccessions()
{
return $this->accessions;
@@ -3933,7 +3734,6 @@ public function setMd5checksums($md5checksums)
{
$this->md5checksums = $md5checksums;
}
-
public function getMd5checksums()
{
return $this->md5checksums;
@@ -3942,7 +3742,6 @@ public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
}
-
public function getPageSize()
{
return $this->pageSize;
@@ -3951,12 +3750,10 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
}
-
}
class Google_Service_Genomics_SearchReferenceSetsResponse extends Google_Collection
@@ -3968,11 +3765,11 @@ class Google_Service_Genomics_SearchReferenceSetsResponse extends Google_Collect
protected $referenceSetsType = 'Google_Service_Genomics_ReferenceSet';
protected $referenceSetsDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3981,12 +3778,10 @@ public function setReferenceSets($referenceSets)
{
$this->referenceSets = $referenceSets;
}
-
public function getReferenceSets()
{
return $this->referenceSets;
}
-
}
class Google_Service_Genomics_SearchReferencesRequest extends Google_Collection
@@ -4000,11 +3795,11 @@ class Google_Service_Genomics_SearchReferencesRequest extends Google_Collection
public $pageToken;
public $referenceSetId;
+
public function setAccessions($accessions)
{
$this->accessions = $accessions;
}
-
public function getAccessions()
{
return $this->accessions;
@@ -4013,7 +3808,6 @@ public function setMd5checksums($md5checksums)
{
$this->md5checksums = $md5checksums;
}
-
public function getMd5checksums()
{
return $this->md5checksums;
@@ -4022,7 +3816,6 @@ public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
}
-
public function getPageSize()
{
return $this->pageSize;
@@ -4031,7 +3824,6 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
@@ -4040,12 +3832,10 @@ public function setReferenceSetId($referenceSetId)
{
$this->referenceSetId = $referenceSetId;
}
-
public function getReferenceSetId()
{
return $this->referenceSetId;
}
-
}
class Google_Service_Genomics_SearchReferencesResponse extends Google_Collection
@@ -4057,11 +3847,11 @@ class Google_Service_Genomics_SearchReferencesResponse extends Google_Collection
protected $referencesType = 'Google_Service_Genomics_Reference';
protected $referencesDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4070,12 +3860,10 @@ public function setReferences($references)
{
$this->references = $references;
}
-
public function getReferences()
{
return $this->references;
}
-
}
class Google_Service_Genomics_SearchVariantSetsRequest extends Google_Collection
@@ -4087,11 +3875,11 @@ class Google_Service_Genomics_SearchVariantSetsRequest extends Google_Collection
public $pageSize;
public $pageToken;
+
public function setDatasetIds($datasetIds)
{
$this->datasetIds = $datasetIds;
}
-
public function getDatasetIds()
{
return $this->datasetIds;
@@ -4100,7 +3888,6 @@ public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
}
-
public function getPageSize()
{
return $this->pageSize;
@@ -4109,12 +3896,10 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
}
-
}
class Google_Service_Genomics_SearchVariantSetsResponse extends Google_Collection
@@ -4126,11 +3911,11 @@ class Google_Service_Genomics_SearchVariantSetsResponse extends Google_Collectio
protected $variantSetsType = 'Google_Service_Genomics_VariantSet';
protected $variantSetsDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4139,12 +3924,10 @@ public function setVariantSets($variantSets)
{
$this->variantSets = $variantSets;
}
-
public function getVariantSets()
{
return $this->variantSets;
}
-
}
class Google_Service_Genomics_SearchVariantsRequest extends Google_Collection
@@ -4162,11 +3945,11 @@ class Google_Service_Genomics_SearchVariantsRequest extends Google_Collection
public $variantName;
public $variantSetIds;
+
public function setCallSetIds($callSetIds)
{
$this->callSetIds = $callSetIds;
}
-
public function getCallSetIds()
{
return $this->callSetIds;
@@ -4175,7 +3958,6 @@ public function setEnd($end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -4184,7 +3966,6 @@ public function setMaxCalls($maxCalls)
{
$this->maxCalls = $maxCalls;
}
-
public function getMaxCalls()
{
return $this->maxCalls;
@@ -4193,7 +3974,6 @@ public function setPageSize($pageSize)
{
$this->pageSize = $pageSize;
}
-
public function getPageSize()
{
return $this->pageSize;
@@ -4202,7 +3982,6 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
@@ -4211,7 +3990,6 @@ public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
}
-
public function getReferenceName()
{
return $this->referenceName;
@@ -4220,7 +3998,6 @@ public function setStart($start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
@@ -4229,7 +4006,6 @@ public function setVariantName($variantName)
{
$this->variantName = $variantName;
}
-
public function getVariantName()
{
return $this->variantName;
@@ -4238,12 +4014,10 @@ public function setVariantSetIds($variantSetIds)
{
$this->variantSetIds = $variantSetIds;
}
-
public function getVariantSetIds()
{
return $this->variantSetIds;
}
-
}
class Google_Service_Genomics_SearchVariantsResponse extends Google_Collection
@@ -4255,11 +4029,11 @@ class Google_Service_Genomics_SearchVariantsResponse extends Google_Collection
protected $variantsType = 'Google_Service_Genomics_Variant';
protected $variantsDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4268,12 +4042,10 @@ public function setVariants($variants)
{
$this->variants = $variants;
}
-
public function getVariants()
{
return $this->variants;
}
-
}
class Google_Service_Genomics_Variant extends Google_Collection
@@ -4296,11 +4068,11 @@ class Google_Service_Genomics_Variant extends Google_Collection
public $start;
public $variantSetId;
+
public function setAlternateBases($alternateBases)
{
$this->alternateBases = $alternateBases;
}
-
public function getAlternateBases()
{
return $this->alternateBases;
@@ -4309,7 +4081,6 @@ public function setCalls($calls)
{
$this->calls = $calls;
}
-
public function getCalls()
{
return $this->calls;
@@ -4318,7 +4089,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -4327,7 +4097,6 @@ public function setEnd($end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -4336,7 +4105,6 @@ public function setFilter($filter)
{
$this->filter = $filter;
}
-
public function getFilter()
{
return $this->filter;
@@ -4345,7 +4113,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4354,7 +4121,6 @@ public function setInfo($info)
{
$this->info = $info;
}
-
public function getInfo()
{
return $this->info;
@@ -4363,7 +4129,6 @@ public function setNames($names)
{
$this->names = $names;
}
-
public function getNames()
{
return $this->names;
@@ -4372,7 +4137,6 @@ public function setQuality($quality)
{
$this->quality = $quality;
}
-
public function getQuality()
{
return $this->quality;
@@ -4381,7 +4145,6 @@ public function setReferenceBases($referenceBases)
{
$this->referenceBases = $referenceBases;
}
-
public function getReferenceBases()
{
return $this->referenceBases;
@@ -4390,7 +4153,6 @@ public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
}
-
public function getReferenceName()
{
return $this->referenceName;
@@ -4399,7 +4161,6 @@ public function setStart($start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
@@ -4408,20 +4169,14 @@ public function setVariantSetId($variantSetId)
{
$this->variantSetId = $variantSetId;
}
-
public function getVariantSetId()
{
return $this->variantSetId;
}
-
}
class Google_Service_Genomics_VariantInfo extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Genomics_VariantSet extends Google_Collection
@@ -4436,11 +4191,11 @@ class Google_Service_Genomics_VariantSet extends Google_Collection
protected $referenceBoundsType = 'Google_Service_Genomics_ReferenceBound';
protected $referenceBoundsDataType = 'array';
+
public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -4449,7 +4204,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4458,7 +4212,6 @@ public function setMetadata($metadata)
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -4467,10 +4220,8 @@ public function setReferenceBounds($referenceBounds)
{
$this->referenceBounds = $referenceBounds;
}
-
public function getReferenceBounds()
{
return $this->referenceBounds;
}
-
}
From 254e5b6202463c11e7c3d67cce12bf86c82cbbe5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google Cloud DNS API provides services for configuring and serving authoritative DNS records.
- *
* For more information about this service, see the API
@@ -32,11 +32,14 @@
class Google_Service_Dns extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** View your DNS records hosted by Google Cloud DNS. */
- const NDEV_CLOUDDNS_READONLY = "https://www.googleapis.com/auth/ndev.clouddns.readonly";
+ const NDEV_CLOUDDNS_READONLY =
+ "https://www.googleapis.com/auth/ndev.clouddns.readonly";
/** View and manage your DNS records hosted by Google Cloud DNS. */
- const NDEV_CLOUDDNS_READWRITE = "https://www.googleapis.com/auth/ndev.clouddns.readwrite";
+ const NDEV_CLOUDDNS_READWRITE =
+ "https://www.googleapis.com/auth/ndev.clouddns.readwrite";
public $changes;
public $managedZones;
@@ -279,10 +282,9 @@ class Google_Service_Dns_Changes_Resource extends Google_Service_Resource
/**
* Atomically update the ResourceRecordSet collection. (changes.create)
*
- * @param string $project
- * Identifies the project addressed by this request.
- * @param string $managedZone
- * Identifies the managed zone addressed by this request. Can be the managed zone name or id.
+ * @param string $project Identifies the project addressed by this request.
+ * @param string $managedZone Identifies the managed zone addressed by this
+ * request. Can be the managed zone name or id.
* @param Google_Change $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dns_Change
@@ -293,15 +295,15 @@ public function create($project, $managedZone, Google_Service_Dns_Change $postBo
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Dns_Change");
}
+
/**
* Fetch the representation of an existing Change. (changes.get)
*
- * @param string $project
- * Identifies the project addressed by this request.
- * @param string $managedZone
- * Identifies the managed zone addressed by this request. Can be the managed zone name or id.
- * @param string $changeId
- * The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse.
+ * @param string $project Identifies the project addressed by this request.
+ * @param string $managedZone Identifies the managed zone addressed by this
+ * request. Can be the managed zone name or id.
+ * @param string $changeId The identifier of the requested change, from a
+ * previous ResourceRecordSetsChangeResponse.
* @param array $optParams Optional parameters.
* @return Google_Service_Dns_Change
*/
@@ -311,25 +313,24 @@ public function get($project, $managedZone, $changeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Dns_Change");
}
+
/**
* Enumerate Changes to a ResourceRecordSet collection. (changes.listChanges)
*
- * @param string $project
- * Identifies the project addressed by this request.
- * @param string $managedZone
- * Identifies the managed zone addressed by this request. Can be the managed zone name or id.
+ * @param string $project Identifies the project addressed by this request.
+ * @param string $managedZone Identifies the managed zone addressed by this
+ * request. Can be the managed zone name or id.
* @param array $optParams Optional parameters.
*
- * @opt_param int maxResults
- * Optional. Maximum number of results to be returned. If unspecified, the server will decide how
- * many results to return.
- * @opt_param string pageToken
- * Optional. A tag returned by a previous list request that was truncated. Use this parameter to
- * continue a previous list request.
- * @opt_param string sortBy
- * Sorting criterion. The only supported value is change sequence.
- * @opt_param string sortOrder
- * Sorting order direction: 'ascending' or 'descending'.
+ * @opt_param int maxResults Optional. Maximum number of results to be returned.
+ * If unspecified, the server will decide how many results to return.
+ * @opt_param string pageToken Optional. A tag returned by a previous list
+ * request that was truncated. Use this parameter to continue a previous list
+ * request.
+ * @opt_param string sortBy Sorting criterion. The only supported value is
+ * change sequence.
+ * @opt_param string sortOrder Sorting order direction: 'ascending' or
+ * 'descending'.
* @return Google_Service_Dns_ChangesListResponse
*/
public function listChanges($project, $managedZone, $optParams = array())
@@ -354,8 +355,7 @@ class Google_Service_Dns_ManagedZones_Resource extends Google_Service_Resource
/**
* Create a new ManagedZone. (managedZones.create)
*
- * @param string $project
- * Identifies the project addressed by this request.
+ * @param string $project Identifies the project addressed by this request.
* @param Google_ManagedZone $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dns_ManagedZone
@@ -366,13 +366,13 @@ public function create($project, Google_Service_Dns_ManagedZone $postBody, $optP
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Dns_ManagedZone");
}
+
/**
* Delete a previously created ManagedZone. (managedZones.delete)
*
- * @param string $project
- * Identifies the project addressed by this request.
- * @param string $managedZone
- * Identifies the managed zone addressed by this request. Can be the managed zone name or id.
+ * @param string $project Identifies the project addressed by this request.
+ * @param string $managedZone Identifies the managed zone addressed by this
+ * request. Can be the managed zone name or id.
* @param array $optParams Optional parameters.
*/
public function delete($project, $managedZone, $optParams = array())
@@ -381,13 +381,13 @@ public function delete($project, $managedZone, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Fetch the representation of an existing ManagedZone. (managedZones.get)
*
- * @param string $project
- * Identifies the project addressed by this request.
- * @param string $managedZone
- * Identifies the managed zone addressed by this request. Can be the managed zone name or id.
+ * @param string $project Identifies the project addressed by this request.
+ * @param string $managedZone Identifies the managed zone addressed by this
+ * request. Can be the managed zone name or id.
* @param array $optParams Optional parameters.
* @return Google_Service_Dns_ManagedZone
*/
@@ -397,20 +397,19 @@ public function get($project, $managedZone, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Dns_ManagedZone");
}
+
/**
* Enumerate ManagedZones that have been created but not yet deleted.
* (managedZones.listManagedZones)
*
- * @param string $project
- * Identifies the project addressed by this request.
+ * @param string $project Identifies the project addressed by this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Optional. A tag returned by a previous list request that was truncated. Use this parameter to
- * continue a previous list request.
- * @opt_param int maxResults
- * Optional. Maximum number of results to be returned. If unspecified, the server will decide how
- * many results to return.
+ * @opt_param string pageToken Optional. A tag returned by a previous list
+ * request that was truncated. Use this parameter to continue a previous list
+ * request.
+ * @opt_param int maxResults Optional. Maximum number of results to be returned.
+ * If unspecified, the server will decide how many results to return.
* @return Google_Service_Dns_ManagedZonesListResponse
*/
public function listManagedZones($project, $optParams = array())
@@ -435,8 +434,7 @@ class Google_Service_Dns_Projects_Resource extends Google_Service_Resource
/**
* Fetch the representation of an existing Project. (projects.get)
*
- * @param string $project
- * Identifies the project addressed by this request.
+ * @param string $project Identifies the project addressed by this request.
* @param array $optParams Optional parameters.
* @return Google_Service_Dns_Project
*/
@@ -463,23 +461,20 @@ class Google_Service_Dns_ResourceRecordSets_Resource extends Google_Service_Reso
* Enumerate ResourceRecordSets that have been created but not yet deleted.
* (resourceRecordSets.listResourceRecordSets)
*
- * @param string $project
- * Identifies the project addressed by this request.
- * @param string $managedZone
- * Identifies the managed zone addressed by this request. Can be the managed zone name or id.
+ * @param string $project Identifies the project addressed by this request.
+ * @param string $managedZone Identifies the managed zone addressed by this
+ * request. Can be the managed zone name or id.
* @param array $optParams Optional parameters.
*
- * @opt_param string name
- * Restricts the list to return only records with this fully qualified domain name.
- * @opt_param int maxResults
- * Optional. Maximum number of results to be returned. If unspecified, the server will decide how
- * many results to return.
- * @opt_param string pageToken
- * Optional. A tag returned by a previous list request that was truncated. Use this parameter to
- * continue a previous list request.
- * @opt_param string type
- * Restricts the list to return only records of this type. If present, the "name" parameter must
- * also be present.
+ * @opt_param string name Restricts the list to return only records with this
+ * fully qualified domain name.
+ * @opt_param int maxResults Optional. Maximum number of results to be returned.
+ * If unspecified, the server will decide how many results to return.
+ * @opt_param string pageToken Optional. A tag returned by a previous list
+ * request that was truncated. Use this parameter to continue a previous list
+ * request.
+ * @opt_param string type Restricts the list to return only records of this
+ * type. If present, the "name" parameter must also be present.
* @return Google_Service_Dns_ResourceRecordSetsListResponse
*/
public function listResourceRecordSets($project, $managedZone, $optParams = array())
@@ -507,11 +502,11 @@ class Google_Service_Dns_Change extends Google_Collection
public $startTime;
public $status;
+
public function setAdditions($additions)
{
$this->additions = $additions;
}
-
public function getAdditions()
{
return $this->additions;
@@ -520,7 +515,6 @@ public function setDeletions($deletions)
{
$this->deletions = $deletions;
}
-
public function getDeletions()
{
return $this->deletions;
@@ -529,7 +523,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -538,7 +531,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -547,7 +539,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -556,12 +547,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Dns_ChangesListResponse extends Google_Collection
@@ -574,11 +563,11 @@ class Google_Service_Dns_ChangesListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setChanges($changes)
{
$this->changes = $changes;
}
-
public function getChanges()
{
return $this->changes;
@@ -587,7 +576,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -596,12 +584,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Dns_ManagedZone extends Google_Collection
@@ -617,11 +603,11 @@ class Google_Service_Dns_ManagedZone extends Google_Collection
public $name;
public $nameServers;
+
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -630,7 +616,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -639,7 +624,6 @@ public function setDnsName($dnsName)
{
$this->dnsName = $dnsName;
}
-
public function getDnsName()
{
return $this->dnsName;
@@ -648,7 +632,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -657,7 +640,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -666,7 +648,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -675,12 +656,10 @@ public function setNameServers($nameServers)
{
$this->nameServers = $nameServers;
}
-
public function getNameServers()
{
return $this->nameServers;
}
-
}
class Google_Service_Dns_ManagedZonesListResponse extends Google_Collection
@@ -693,11 +672,11 @@ class Google_Service_Dns_ManagedZonesListResponse extends Google_Collection
protected $managedZonesDataType = 'array';
public $nextPageToken;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -706,7 +685,6 @@ public function setManagedZones($managedZones)
{
$this->managedZones = $managedZones;
}
-
public function getManagedZones()
{
return $this->managedZones;
@@ -715,12 +693,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Dns_Project extends Google_Model
@@ -733,11 +709,11 @@ class Google_Service_Dns_Project extends Google_Model
protected $quotaType = 'Google_Service_Dns_Quota';
protected $quotaDataType = '';
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -746,7 +722,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -755,7 +730,6 @@ public function setNumber($number)
{
$this->number = $number;
}
-
public function getNumber()
{
return $this->number;
@@ -764,12 +738,10 @@ public function setQuota(Google_Service_Dns_Quota $quota)
{
$this->quota = $quota;
}
-
public function getQuota()
{
return $this->quota;
}
-
}
class Google_Service_Dns_Quota extends Google_Model
@@ -784,11 +756,11 @@ class Google_Service_Dns_Quota extends Google_Model
public $rrsetsPerManagedZone;
public $totalRrdataSizePerChange;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -797,7 +769,6 @@ public function setManagedZones($managedZones)
{
$this->managedZones = $managedZones;
}
-
public function getManagedZones()
{
return $this->managedZones;
@@ -806,7 +777,6 @@ public function setResourceRecordsPerRrset($resourceRecordsPerRrset)
{
$this->resourceRecordsPerRrset = $resourceRecordsPerRrset;
}
-
public function getResourceRecordsPerRrset()
{
return $this->resourceRecordsPerRrset;
@@ -815,7 +785,6 @@ public function setRrsetAdditionsPerChange($rrsetAdditionsPerChange)
{
$this->rrsetAdditionsPerChange = $rrsetAdditionsPerChange;
}
-
public function getRrsetAdditionsPerChange()
{
return $this->rrsetAdditionsPerChange;
@@ -824,7 +793,6 @@ public function setRrsetDeletionsPerChange($rrsetDeletionsPerChange)
{
$this->rrsetDeletionsPerChange = $rrsetDeletionsPerChange;
}
-
public function getRrsetDeletionsPerChange()
{
return $this->rrsetDeletionsPerChange;
@@ -833,7 +801,6 @@ public function setRrsetsPerManagedZone($rrsetsPerManagedZone)
{
$this->rrsetsPerManagedZone = $rrsetsPerManagedZone;
}
-
public function getRrsetsPerManagedZone()
{
return $this->rrsetsPerManagedZone;
@@ -842,12 +809,10 @@ public function setTotalRrdataSizePerChange($totalRrdataSizePerChange)
{
$this->totalRrdataSizePerChange = $totalRrdataSizePerChange;
}
-
public function getTotalRrdataSizePerChange()
{
return $this->totalRrdataSizePerChange;
}
-
}
class Google_Service_Dns_ResourceRecordSet extends Google_Collection
@@ -861,11 +826,11 @@ class Google_Service_Dns_ResourceRecordSet extends Google_Collection
public $ttl;
public $type;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -874,7 +839,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -883,7 +847,6 @@ public function setRrdatas($rrdatas)
{
$this->rrdatas = $rrdatas;
}
-
public function getRrdatas()
{
return $this->rrdatas;
@@ -892,7 +855,6 @@ public function setTtl($ttl)
{
$this->ttl = $ttl;
}
-
public function getTtl()
{
return $this->ttl;
@@ -901,12 +863,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Dns_ResourceRecordSetsListResponse extends Google_Collection
@@ -919,11 +879,11 @@ class Google_Service_Dns_ResourceRecordSetsListResponse extends Google_Collectio
protected $rrsetsType = 'Google_Service_Dns_ResourceRecordSet';
protected $rrsetsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -932,7 +892,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -941,10 +900,8 @@ public function setRrsets($rrsets)
{
$this->rrsets = $rrsets;
}
-
public function getRrsets()
{
return $this->rrsets;
}
-
}
From fcf7eb203f13204cfa4b5e5e10747ef7d20bb16c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Gives AdSense Hosts access to report generation, ad code generation, and publisher management capabilities.
- *
* For more information about this service, see the API
@@ -32,7 +32,8 @@
class Google_Service_AdSenseHost extends Google_Service
{
/** View and manage your AdSense host data and associated accounts. */
- const ADSENSEHOST = "https://www.googleapis.com/auth/adsensehost";
+ const ADSENSEHOST =
+ "https://www.googleapis.com/auth/adsensehost";
public $accounts;
public $accounts_adclients;
@@ -643,8 +644,7 @@ class Google_Service_AdSenseHost_Accounts_Resource extends Google_Service_Resour
/**
* Get information about the selected associated AdSense account. (accounts.get)
*
- * @param string $accountId
- * Account to get information about.
+ * @param string $accountId Account to get information about.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_Account
*/
@@ -654,12 +654,12 @@ public function get($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSenseHost_Account");
}
+
/**
* List hosted accounts associated with this AdSense account by ad client id.
* (accounts.listAccounts)
*
- * @param string $filterAdClientId
- * Ad clients to list accounts for.
+ * @param string $filterAdClientId Ad clients to list accounts for.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_Accounts
*/
@@ -686,10 +686,8 @@ class Google_Service_AdSenseHost_AccountsAdclients_Resource extends Google_Servi
* Get information about one of the ad clients in the specified publisher's
* AdSense account. (adclients.get)
*
- * @param string $accountId
- * Account which contains the ad client.
- * @param string $adClientId
- * Ad client to get.
+ * @param string $accountId Account which contains the ad client.
+ * @param string $adClientId Ad client to get.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_AdClient
*/
@@ -699,19 +697,19 @@ public function get($accountId, $adClientId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient");
}
+
/**
* List all hosted ad clients in the specified hosted account.
* (adclients.listAccountsAdclients)
*
- * @param string $accountId
- * Account for which to list ad clients.
+ * @param string $accountId Account for which to list ad clients.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through ad clients. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of ad clients to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * clients. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of ad clients to include in
+ * the response, used for paging.
* @return Google_Service_AdSenseHost_AdClients
*/
public function listAccountsAdclients($accountId, $optParams = array())
@@ -736,12 +734,9 @@ class Google_Service_AdSenseHost_AccountsAdunits_Resource extends Google_Service
* Delete the specified ad unit from the specified publisher AdSense account.
* (adunits.delete)
*
- * @param string $accountId
- * Account which contains the ad unit.
- * @param string $adClientId
- * Ad client for which to get ad unit.
- * @param string $adUnitId
- * Ad unit to delete.
+ * @param string $accountId Account which contains the ad unit.
+ * @param string $adClientId Ad client for which to get ad unit.
+ * @param string $adUnitId Ad unit to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_AdUnit
*/
@@ -751,15 +746,13 @@ public function delete($accountId, $adClientId, $adUnitId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_AdSenseHost_AdUnit");
}
+
/**
* Get the specified host ad unit in this AdSense account. (adunits.get)
*
- * @param string $accountId
- * Account which contains the ad unit.
- * @param string $adClientId
- * Ad client for which to get ad unit.
- * @param string $adUnitId
- * Ad unit to get.
+ * @param string $accountId Account which contains the ad unit.
+ * @param string $adClientId Ad client for which to get ad unit.
+ * @param string $adUnitId Ad unit to get.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_AdUnit
*/
@@ -769,20 +762,18 @@ public function get($accountId, $adClientId, $adUnitId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSenseHost_AdUnit");
}
+
/**
* Get ad code for the specified ad unit, attaching the specified host custom
* channels. (adunits.getAdCode)
*
- * @param string $accountId
- * Account which contains the ad client.
- * @param string $adClientId
- * Ad client with contains the ad unit.
- * @param string $adUnitId
- * Ad unit to get the code for.
+ * @param string $accountId Account which contains the ad client.
+ * @param string $adClientId Ad client with contains the ad unit.
+ * @param string $adUnitId Ad unit to get the code for.
* @param array $optParams Optional parameters.
*
- * @opt_param string hostCustomChannelId
- * Host custom channel to attach to the ad code.
+ * @opt_param string hostCustomChannelId Host custom channel to attach to the ad
+ * code.
* @return Google_Service_AdSenseHost_AdCode
*/
public function getAdCode($accountId, $adClientId, $adUnitId, $optParams = array())
@@ -791,14 +782,13 @@ public function getAdCode($accountId, $adClientId, $adUnitId, $optParams = array
$params = array_merge($params, $optParams);
return $this->call('getAdCode', array($params), "Google_Service_AdSenseHost_AdCode");
}
+
/**
* Insert the supplied ad unit into the specified publisher AdSense account.
* (adunits.insert)
*
- * @param string $accountId
- * Account which will contain the ad unit.
- * @param string $adClientId
- * Ad client into which to insert the ad unit.
+ * @param string $accountId Account which will contain the ad unit.
+ * @param string $adClientId Ad client into which to insert the ad unit.
* @param Google_AdUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_AdUnit
@@ -809,23 +799,22 @@ public function insert($accountId, $adClientId, Google_Service_AdSenseHost_AdUni
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_AdSenseHost_AdUnit");
}
+
/**
* List all ad units in the specified publisher's AdSense account.
* (adunits.listAccountsAdunits)
*
- * @param string $accountId
- * Account which contains the ad client.
- * @param string $adClientId
- * Ad client for which to list ad units.
+ * @param string $accountId Account which contains the ad client.
+ * @param string $adClientId Ad client for which to list ad units.
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeInactive
- * Whether to include inactive ad units. Default: true.
- * @opt_param string pageToken
- * A continuation token, used to page through ad units. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of ad units to include in the response, used for paging.
+ * @opt_param bool includeInactive Whether to include inactive ad units.
+ * Default: true.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * units. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of ad units to include in the
+ * response, used for paging.
* @return Google_Service_AdSenseHost_AdUnits
*/
public function listAccountsAdunits($accountId, $adClientId, $optParams = array())
@@ -834,16 +823,14 @@ public function listAccountsAdunits($accountId, $adClientId, $optParams = array(
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdSenseHost_AdUnits");
}
+
/**
* Update the supplied ad unit in the specified publisher AdSense account. This
* method supports patch semantics. (adunits.patch)
*
- * @param string $accountId
- * Account which contains the ad client.
- * @param string $adClientId
- * Ad client which contains the ad unit.
- * @param string $adUnitId
- * Ad unit to get.
+ * @param string $accountId Account which contains the ad client.
+ * @param string $adClientId Ad client which contains the ad unit.
+ * @param string $adUnitId Ad unit to get.
* @param Google_AdUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_AdUnit
@@ -854,14 +841,13 @@ public function patch($accountId, $adClientId, $adUnitId, Google_Service_AdSense
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AdSenseHost_AdUnit");
}
+
/**
* Update the supplied ad unit in the specified publisher AdSense account.
* (adunits.update)
*
- * @param string $accountId
- * Account which contains the ad client.
- * @param string $adClientId
- * Ad client which contains the ad unit.
+ * @param string $accountId Account which contains the ad client.
+ * @param string $adClientId Ad client which contains the ad unit.
* @param Google_AdUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_AdUnit
@@ -889,31 +875,24 @@ class Google_Service_AdSenseHost_AccountsReports_Resource extends Google_Service
* parameters. Returns the result as JSON; to retrieve output in CSV format
* specify "alt=csv" as a query parameter. (reports.generate)
*
- * @param string $accountId
- * Hosted account upon which to report.
- * @param string $startDate
- * Start of the date range to report on in "YYYY-MM-DD" format, inclusive.
- * @param string $endDate
- * End of the date range to report on in "YYYY-MM-DD" format, inclusive.
+ * @param string $accountId Hosted account upon which to report.
+ * @param string $startDate Start of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
+ * @param string $endDate End of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
* @param array $optParams Optional parameters.
*
- * @opt_param string sort
- * The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+"
- * to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted
- * ascending.
- * @opt_param string locale
- * Optional locale to use for translating report output to a local language. Defaults to "en_US" if
- * not specified.
- * @opt_param string metric
- * Numeric columns to include in the report.
- * @opt_param string maxResults
- * The maximum number of rows of report data to return.
- * @opt_param string filter
- * Filters to be run on the report.
- * @opt_param string startIndex
- * Index of the first row of report data to return.
- * @opt_param string dimension
- * Dimensions to base the report on.
+ * @opt_param string sort The name of a dimension or metric to sort the
+ * resulting report on, optionally prefixed with "+" to sort ascending or "-" to
+ * sort descending. If no prefix is specified, the column is sorted ascending.
+ * @opt_param string locale Optional locale to use for translating report output
+ * to a local language. Defaults to "en_US" if not specified.
+ * @opt_param string metric Numeric columns to include in the report.
+ * @opt_param string maxResults The maximum number of rows of report data to
+ * return.
+ * @opt_param string filter Filters to be run on the report.
+ * @opt_param string startIndex Index of the first row of report data to return.
+ * @opt_param string dimension Dimensions to base the report on.
* @return Google_Service_AdSenseHost_Report
*/
public function generate($accountId, $startDate, $endDate, $optParams = array())
@@ -939,8 +918,7 @@ class Google_Service_AdSenseHost_Adclients_Resource extends Google_Service_Resou
* Get information about one of the ad clients in the Host AdSense account.
* (adclients.get)
*
- * @param string $adClientId
- * Ad client to get.
+ * @param string $adClientId Ad client to get.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_AdClient
*/
@@ -950,16 +928,17 @@ public function get($adClientId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSenseHost_AdClient");
}
+
/**
* List all host ad clients in this AdSense account. (adclients.listAdclients)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through ad clients. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of ad clients to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * clients. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of ad clients to include in
+ * the response, used for paging.
* @return Google_Service_AdSenseHost_AdClients
*/
public function listAdclients($optParams = array())
@@ -985,16 +964,12 @@ class Google_Service_AdSenseHost_Associationsessions_Resource extends Google_Ser
* Create an association session for initiating an association with an AdSense
* user. (associationsessions.start)
*
- * @param string $productCode
- * Products to associate with the user.
- * @param string $websiteUrl
- * The URL of the user's hosted website.
+ * @param string $productCode Products to associate with the user.
+ * @param string $websiteUrl The URL of the user's hosted website.
* @param array $optParams Optional parameters.
*
- * @opt_param string websiteLocale
- * The locale of the user's hosted website.
- * @opt_param string userLocale
- * The preferred locale of the user.
+ * @opt_param string websiteLocale The locale of the user's hosted website.
+ * @opt_param string userLocale The preferred locale of the user.
* @return Google_Service_AdSenseHost_AssociationSession
*/
public function start($productCode, $websiteUrl, $optParams = array())
@@ -1003,12 +978,12 @@ public function start($productCode, $websiteUrl, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('start', array($params), "Google_Service_AdSenseHost_AssociationSession");
}
+
/**
* Verify an association session after the association callback returns from
* AdSense signup. (associationsessions.verify)
*
- * @param string $token
- * The token returned to the association callback URL.
+ * @param string $token The token returned to the association callback URL.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_AssociationSession
*/
@@ -1035,10 +1010,8 @@ class Google_Service_AdSenseHost_Customchannels_Resource extends Google_Service_
* Delete a specific custom channel from the host AdSense account.
* (customchannels.delete)
*
- * @param string $adClientId
- * Ad client from which to delete the custom channel.
- * @param string $customChannelId
- * Custom channel to delete.
+ * @param string $adClientId Ad client from which to delete the custom channel.
+ * @param string $customChannelId Custom channel to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_CustomChannel
*/
@@ -1048,14 +1021,13 @@ public function delete($adClientId, $customChannelId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_AdSenseHost_CustomChannel");
}
+
/**
* Get a specific custom channel from the host AdSense account.
* (customchannels.get)
*
- * @param string $adClientId
- * Ad client from which to get the custom channel.
- * @param string $customChannelId
- * Custom channel to get.
+ * @param string $adClientId Ad client from which to get the custom channel.
+ * @param string $customChannelId Custom channel to get.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_CustomChannel
*/
@@ -1065,11 +1037,12 @@ public function get($adClientId, $customChannelId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSenseHost_CustomChannel");
}
+
/**
* Add a new custom channel to the host AdSense account. (customchannels.insert)
*
- * @param string $adClientId
- * Ad client to which the new custom channel will be added.
+ * @param string $adClientId Ad client to which the new custom channel will be
+ * added.
* @param Google_CustomChannel $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_CustomChannel
@@ -1080,19 +1053,19 @@ public function insert($adClientId, Google_Service_AdSenseHost_CustomChannel $po
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_AdSenseHost_CustomChannel");
}
+
/**
* List all host custom channels in this AdSense account.
* (customchannels.listCustomchannels)
*
- * @param string $adClientId
- * Ad client for which to list custom channels.
+ * @param string $adClientId Ad client for which to list custom channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through custom channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of custom channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through custom
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of custom channels to include
+ * in the response, used for paging.
* @return Google_Service_AdSenseHost_CustomChannels
*/
public function listCustomchannels($adClientId, $optParams = array())
@@ -1101,14 +1074,14 @@ public function listCustomchannels($adClientId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdSenseHost_CustomChannels");
}
+
/**
* Update a custom channel in the host AdSense account. This method supports
* patch semantics. (customchannels.patch)
*
- * @param string $adClientId
- * Ad client in which the custom channel will be updated.
- * @param string $customChannelId
- * Custom channel to get.
+ * @param string $adClientId Ad client in which the custom channel will be
+ * updated.
+ * @param string $customChannelId Custom channel to get.
* @param Google_CustomChannel $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_CustomChannel
@@ -1119,11 +1092,12 @@ public function patch($adClientId, $customChannelId, Google_Service_AdSenseHost_
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AdSenseHost_CustomChannel");
}
+
/**
* Update a custom channel in the host AdSense account. (customchannels.update)
*
- * @param string $adClientId
- * Ad client in which the custom channel will be updated.
+ * @param string $adClientId Ad client in which the custom channel will be
+ * updated.
* @param Google_CustomChannel $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_CustomChannel
@@ -1152,29 +1126,23 @@ class Google_Service_AdSenseHost_Reports_Resource extends Google_Service_Resourc
* parameters. Returns the result as JSON; to retrieve output in CSV format
* specify "alt=csv" as a query parameter. (reports.generate)
*
- * @param string $startDate
- * Start of the date range to report on in "YYYY-MM-DD" format, inclusive.
- * @param string $endDate
- * End of the date range to report on in "YYYY-MM-DD" format, inclusive.
+ * @param string $startDate Start of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
+ * @param string $endDate End of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
* @param array $optParams Optional parameters.
*
- * @opt_param string sort
- * The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+"
- * to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted
- * ascending.
- * @opt_param string locale
- * Optional locale to use for translating report output to a local language. Defaults to "en_US" if
- * not specified.
- * @opt_param string metric
- * Numeric columns to include in the report.
- * @opt_param string maxResults
- * The maximum number of rows of report data to return.
- * @opt_param string filter
- * Filters to be run on the report.
- * @opt_param string startIndex
- * Index of the first row of report data to return.
- * @opt_param string dimension
- * Dimensions to base the report on.
+ * @opt_param string sort The name of a dimension or metric to sort the
+ * resulting report on, optionally prefixed with "+" to sort ascending or "-" to
+ * sort descending. If no prefix is specified, the column is sorted ascending.
+ * @opt_param string locale Optional locale to use for translating report output
+ * to a local language. Defaults to "en_US" if not specified.
+ * @opt_param string metric Numeric columns to include in the report.
+ * @opt_param string maxResults The maximum number of rows of report data to
+ * return.
+ * @opt_param string filter Filters to be run on the report.
+ * @opt_param string startIndex Index of the first row of report data to return.
+ * @opt_param string dimension Dimensions to base the report on.
* @return Google_Service_AdSenseHost_Report
*/
public function generate($startDate, $endDate, $optParams = array())
@@ -1199,10 +1167,8 @@ class Google_Service_AdSenseHost_Urlchannels_Resource extends Google_Service_Res
/**
* Delete a URL channel from the host AdSense account. (urlchannels.delete)
*
- * @param string $adClientId
- * Ad client from which to delete the URL channel.
- * @param string $urlChannelId
- * URL channel to delete.
+ * @param string $adClientId Ad client from which to delete the URL channel.
+ * @param string $urlChannelId URL channel to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_UrlChannel
*/
@@ -1212,11 +1178,12 @@ public function delete($adClientId, $urlChannelId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_AdSenseHost_UrlChannel");
}
+
/**
* Add a new URL channel to the host AdSense account. (urlchannels.insert)
*
- * @param string $adClientId
- * Ad client to which the new URL channel will be added.
+ * @param string $adClientId Ad client to which the new URL channel will be
+ * added.
* @param Google_UrlChannel $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdSenseHost_UrlChannel
@@ -1227,19 +1194,19 @@ public function insert($adClientId, Google_Service_AdSenseHost_UrlChannel $postB
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_AdSenseHost_UrlChannel");
}
+
/**
* List all host URL channels in the host AdSense account.
* (urlchannels.listUrlchannels)
*
- * @param string $adClientId
- * Ad client for which to list URL channels.
+ * @param string $adClientId Ad client for which to list URL channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through URL channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of URL channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through URL
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of URL channels to include in
+ * the response, used for paging.
* @return Google_Service_AdSenseHost_UrlChannels
*/
public function listUrlchannels($adClientId, $optParams = array())
@@ -1262,11 +1229,11 @@ class Google_Service_AdSenseHost_Account extends Google_Model
public $name;
public $status;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1275,7 +1242,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1284,7 +1250,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1293,12 +1258,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_AdSenseHost_Accounts extends Google_Collection
@@ -1311,11 +1274,11 @@ class Google_Service_AdSenseHost_Accounts extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1324,7 +1287,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1333,12 +1295,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdSenseHost_AdClient extends Google_Model
@@ -1351,11 +1311,11 @@ class Google_Service_AdSenseHost_AdClient extends Google_Model
public $productCode;
public $supportsReporting;
+
public function setArcOptIn($arcOptIn)
{
$this->arcOptIn = $arcOptIn;
}
-
public function getArcOptIn()
{
return $this->arcOptIn;
@@ -1364,7 +1324,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1373,7 +1332,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1382,7 +1340,6 @@ public function setProductCode($productCode)
{
$this->productCode = $productCode;
}
-
public function getProductCode()
{
return $this->productCode;
@@ -1391,12 +1348,10 @@ public function setSupportsReporting($supportsReporting)
{
$this->supportsReporting = $supportsReporting;
}
-
public function getSupportsReporting()
{
return $this->supportsReporting;
}
-
}
class Google_Service_AdSenseHost_AdClients extends Google_Collection
@@ -1410,11 +1365,11 @@ class Google_Service_AdSenseHost_AdClients extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1423,7 +1378,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1432,7 +1386,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1441,12 +1394,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSenseHost_AdCode extends Google_Model
@@ -1456,11 +1407,11 @@ class Google_Service_AdSenseHost_AdCode extends Google_Model
public $adCode;
public $kind;
+
public function setAdCode($adCode)
{
$this->adCode = $adCode;
}
-
public function getAdCode()
{
return $this->adCode;
@@ -1469,12 +1420,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdSenseHost_AdStyle extends Google_Model
@@ -1488,11 +1437,11 @@ class Google_Service_AdSenseHost_AdStyle extends Google_Model
protected $fontDataType = '';
public $kind;
+
public function setColors(Google_Service_AdSenseHost_AdStyleColors $colors)
{
$this->colors = $colors;
}
-
public function getColors()
{
return $this->colors;
@@ -1501,7 +1450,6 @@ public function setCorners($corners)
{
$this->corners = $corners;
}
-
public function getCorners()
{
return $this->corners;
@@ -1510,7 +1458,6 @@ public function setFont(Google_Service_AdSenseHost_AdStyleFont $font)
{
$this->font = $font;
}
-
public function getFont()
{
return $this->font;
@@ -1519,12 +1466,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdSenseHost_AdStyleColors extends Google_Model
@@ -1537,11 +1482,11 @@ class Google_Service_AdSenseHost_AdStyleColors extends Google_Model
public $title;
public $url;
+
public function setBackground($background)
{
$this->background = $background;
}
-
public function getBackground()
{
return $this->background;
@@ -1550,7 +1495,6 @@ public function setBorder($border)
{
$this->border = $border;
}
-
public function getBorder()
{
return $this->border;
@@ -1559,7 +1503,6 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
@@ -1568,7 +1511,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -1577,12 +1519,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_AdSenseHost_AdStyleFont extends Google_Model
@@ -1592,11 +1532,11 @@ class Google_Service_AdSenseHost_AdStyleFont extends Google_Model
public $family;
public $size;
+
public function setFamily($family)
{
$this->family = $family;
}
-
public function getFamily()
{
return $this->family;
@@ -1605,12 +1545,10 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
}
-
}
class Google_Service_AdSenseHost_AdUnit extends Google_Model
@@ -1629,11 +1567,11 @@ class Google_Service_AdSenseHost_AdUnit extends Google_Model
public $name;
public $status;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1642,7 +1580,6 @@ public function setContentAdsSettings(Google_Service_AdSenseHost_AdUnitContentAd
{
$this->contentAdsSettings = $contentAdsSettings;
}
-
public function getContentAdsSettings()
{
return $this->contentAdsSettings;
@@ -1651,7 +1588,6 @@ public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle)
{
$this->customStyle = $customStyle;
}
-
public function getCustomStyle()
{
return $this->customStyle;
@@ -1660,7 +1596,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1669,7 +1604,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1678,7 +1612,6 @@ public function setMobileContentAdsSettings(Google_Service_AdSenseHost_AdUnitMob
{
$this->mobileContentAdsSettings = $mobileContentAdsSettings;
}
-
public function getMobileContentAdsSettings()
{
return $this->mobileContentAdsSettings;
@@ -1687,7 +1620,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1696,12 +1628,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_AdSenseHost_AdUnitContentAdsSettings extends Google_Model
@@ -1713,11 +1643,11 @@ class Google_Service_AdSenseHost_AdUnitContentAdsSettings extends Google_Model
public $size;
public $type;
+
public function setBackupOption(Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption $backupOption)
{
$this->backupOption = $backupOption;
}
-
public function getBackupOption()
{
return $this->backupOption;
@@ -1726,7 +1656,6 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
@@ -1735,12 +1664,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption extends Google_Model
@@ -1751,11 +1678,11 @@ class Google_Service_AdSenseHost_AdUnitContentAdsSettingsBackupOption extends Go
public $type;
public $url;
+
public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -1764,7 +1691,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1773,12 +1699,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings extends Google_Model
@@ -1790,11 +1714,11 @@ class Google_Service_AdSenseHost_AdUnitMobileContentAdsSettings extends Google_M
public $size;
public $type;
+
public function setMarkupLanguage($markupLanguage)
{
$this->markupLanguage = $markupLanguage;
}
-
public function getMarkupLanguage()
{
return $this->markupLanguage;
@@ -1803,7 +1727,6 @@ public function setScriptingLanguage($scriptingLanguage)
{
$this->scriptingLanguage = $scriptingLanguage;
}
-
public function getScriptingLanguage()
{
return $this->scriptingLanguage;
@@ -1812,7 +1735,6 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
@@ -1821,12 +1743,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdSenseHost_AdUnits extends Google_Collection
@@ -1840,11 +1760,11 @@ class Google_Service_AdSenseHost_AdUnits extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1853,7 +1773,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1862,7 +1781,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1871,12 +1789,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSenseHost_AssociationSession extends Google_Collection
@@ -1894,11 +1810,11 @@ class Google_Service_AdSenseHost_AssociationSession extends Google_Collection
public $websiteLocale;
public $websiteUrl;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -1907,7 +1823,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1916,7 +1831,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1925,7 +1839,6 @@ public function setProductCodes($productCodes)
{
$this->productCodes = $productCodes;
}
-
public function getProductCodes()
{
return $this->productCodes;
@@ -1934,7 +1847,6 @@ public function setRedirectUrl($redirectUrl)
{
$this->redirectUrl = $redirectUrl;
}
-
public function getRedirectUrl()
{
return $this->redirectUrl;
@@ -1943,7 +1855,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -1952,7 +1863,6 @@ public function setUserLocale($userLocale)
{
$this->userLocale = $userLocale;
}
-
public function getUserLocale()
{
return $this->userLocale;
@@ -1961,7 +1871,6 @@ public function setWebsiteLocale($websiteLocale)
{
$this->websiteLocale = $websiteLocale;
}
-
public function getWebsiteLocale()
{
return $this->websiteLocale;
@@ -1970,12 +1879,10 @@ public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
}
-
public function getWebsiteUrl()
{
return $this->websiteUrl;
}
-
}
class Google_Service_AdSenseHost_CustomChannel extends Google_Model
@@ -1987,11 +1894,11 @@ class Google_Service_AdSenseHost_CustomChannel extends Google_Model
public $kind;
public $name;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -2000,7 +1907,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2009,7 +1915,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2018,12 +1923,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_AdSenseHost_CustomChannels extends Google_Collection
@@ -2037,11 +1940,11 @@ class Google_Service_AdSenseHost_CustomChannels extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2050,7 +1953,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2059,7 +1961,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2068,12 +1969,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSenseHost_Report extends Google_Collection
@@ -2090,11 +1989,11 @@ class Google_Service_AdSenseHost_Report extends Google_Collection
public $totals;
public $warnings;
+
public function setAverages($averages)
{
$this->averages = $averages;
}
-
public function getAverages()
{
return $this->averages;
@@ -2103,7 +2002,6 @@ public function setHeaders($headers)
{
$this->headers = $headers;
}
-
public function getHeaders()
{
return $this->headers;
@@ -2112,7 +2010,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2121,7 +2018,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -2130,7 +2026,6 @@ public function setTotalMatchedRows($totalMatchedRows)
{
$this->totalMatchedRows = $totalMatchedRows;
}
-
public function getTotalMatchedRows()
{
return $this->totalMatchedRows;
@@ -2139,7 +2034,6 @@ public function setTotals($totals)
{
$this->totals = $totals;
}
-
public function getTotals()
{
return $this->totals;
@@ -2148,12 +2042,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_AdSenseHost_ReportHeaders extends Google_Model
@@ -2164,11 +2056,11 @@ class Google_Service_AdSenseHost_ReportHeaders extends Google_Model
public $name;
public $type;
+
public function setCurrency($currency)
{
$this->currency = $currency;
}
-
public function getCurrency()
{
return $this->currency;
@@ -2177,7 +2069,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2186,12 +2077,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdSenseHost_UrlChannel extends Google_Model
@@ -2202,11 +2091,11 @@ class Google_Service_AdSenseHost_UrlChannel extends Google_Model
public $kind;
public $urlPattern;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2215,7 +2104,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2224,12 +2112,10 @@ public function setUrlPattern($urlPattern)
{
$this->urlPattern = $urlPattern;
}
-
public function getUrlPattern()
{
return $this->urlPattern;
}
-
}
class Google_Service_AdSenseHost_UrlChannels extends Google_Collection
@@ -2243,11 +2129,11 @@ class Google_Service_AdSenseHost_UrlChannels extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2256,7 +2142,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2265,7 +2150,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2274,10 +2158,8 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
From 8b2ea3de90feae90d35f0a1e69504e37c24b323c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you manipulate events and other calendar data.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Calendar extends Google_Service
{
/** Manage your calendars. */
- const CALENDAR = "https://www.googleapis.com/auth/calendar";
+ const CALENDAR =
+ "https://www.googleapis.com/auth/calendar";
/** View your calendars. */
- const CALENDAR_READONLY = "https://www.googleapis.com/auth/calendar.readonly";
+ const CALENDAR_READONLY =
+ "https://www.googleapis.com/auth/calendar.readonly";
public $acl;
public $calendarList;
@@ -885,10 +886,8 @@ class Google_Service_Calendar_Acl_Resource extends Google_Service_Resource
/**
* Deletes an access control rule. (acl.delete)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $ruleId
- * ACL rule identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $ruleId ACL rule identifier.
* @param array $optParams Optional parameters.
*/
public function delete($calendarId, $ruleId, $optParams = array())
@@ -897,13 +896,12 @@ public function delete($calendarId, $ruleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns an access control rule. (acl.get)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $ruleId
- * ACL rule identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $ruleId ACL rule identifier.
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_AclRule
*/
@@ -913,11 +911,11 @@ public function get($calendarId, $ruleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Calendar_AclRule");
}
+
/**
* Creates an access control rule. (acl.insert)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_AclRule $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_AclRule
@@ -928,33 +926,30 @@ public function insert($calendarId, Google_Service_Calendar_AclRule $postBody, $
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Calendar_AclRule");
}
+
/**
* Returns the rules in the access control list for the calendar. (acl.listAcl)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param string syncToken
- * Token obtained from the nextSyncToken field returned on the last page of results from the
- * previous list request. It makes the result of this list request contain only entries that have
- * changed since then. All entries deleted since the previous list request will always be in the
- * result set and it is not allowed to set showDeleted to False.
- If the syncToken expires, the
- * server will respond with a 410 GONE response code and the client should clear its storage and
- * perform a full synchronization without any syncToken.
- Learn more about incremental
- * synchronization.
- Optional. The default is to return all entries.
- * @opt_param int maxResults
- * Maximum number of entries returned on one result page. By default the value is 100 entries. The
- * page size can never be larger than 250 entries. Optional.
- * @opt_param bool showDeleted
- * Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to
- * "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is
- * False.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param string syncToken Token obtained from the nextSyncToken field
+ * returned on the last page of results from the previous list request. It makes
+ * the result of this list request contain only entries that have changed since
+ * then. All entries deleted since the previous list request will always be in
+ * the result set and it is not allowed to set showDeleted to False. If the
+ * syncToken expires, the server will respond with a 410 GONE response code and
+ * the client should clear its storage and perform a full synchronization
+ * without any syncToken. Learn more about incremental synchronization.
+ * Optional. The default is to return all entries.
+ * @opt_param int maxResults Maximum number of entries returned on one result
+ * page. By default the value is 100 entries. The page size can never be larger
+ * than 250 entries. Optional.
+ * @opt_param bool showDeleted Whether to include deleted ACLs in the result.
+ * Deleted ACLs are represented by role equal to "none". Deleted ACLs will
+ * always be included if syncToken is provided. Optional. The default is False.
* @return Google_Service_Calendar_Acl
*/
public function listAcl($calendarId, $optParams = array())
@@ -963,14 +958,13 @@ public function listAcl($calendarId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Calendar_Acl");
}
+
/**
* Updates an access control rule. This method supports patch semantics.
* (acl.patch)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $ruleId
- * ACL rule identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $ruleId ACL rule identifier.
* @param Google_AclRule $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_AclRule
@@ -981,13 +975,12 @@ public function patch($calendarId, $ruleId, Google_Service_Calendar_AclRule $pos
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Calendar_AclRule");
}
+
/**
* Updates an access control rule. (acl.update)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $ruleId
- * ACL rule identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $ruleId ACL rule identifier.
* @param Google_AclRule $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_AclRule
@@ -998,34 +991,31 @@ public function update($calendarId, $ruleId, Google_Service_Calendar_AclRule $po
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Calendar_AclRule");
}
+
/**
* Watch for changes to ACL resources. (acl.watch)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param string syncToken
- * Token obtained from the nextSyncToken field returned on the last page of results from the
- * previous list request. It makes the result of this list request contain only entries that have
- * changed since then. All entries deleted since the previous list request will always be in the
- * result set and it is not allowed to set showDeleted to False.
- If the syncToken expires, the
- * server will respond with a 410 GONE response code and the client should clear its storage and
- * perform a full synchronization without any syncToken.
- Learn more about incremental
- * synchronization.
- Optional. The default is to return all entries.
- * @opt_param int maxResults
- * Maximum number of entries returned on one result page. By default the value is 100 entries. The
- * page size can never be larger than 250 entries. Optional.
- * @opt_param bool showDeleted
- * Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to
- * "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is
- * False.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param string syncToken Token obtained from the nextSyncToken field
+ * returned on the last page of results from the previous list request. It makes
+ * the result of this list request contain only entries that have changed since
+ * then. All entries deleted since the previous list request will always be in
+ * the result set and it is not allowed to set showDeleted to False. If the
+ * syncToken expires, the server will respond with a 410 GONE response code and
+ * the client should clear its storage and perform a full synchronization
+ * without any syncToken. Learn more about incremental synchronization.
+ * Optional. The default is to return all entries.
+ * @opt_param int maxResults Maximum number of entries returned on one result
+ * page. By default the value is 100 entries. The page size can never be larger
+ * than 250 entries. Optional.
+ * @opt_param bool showDeleted Whether to include deleted ACLs in the result.
+ * Deleted ACLs are represented by role equal to "none". Deleted ACLs will
+ * always be included if syncToken is provided. Optional. The default is False.
* @return Google_Service_Calendar_Channel
*/
public function watch($calendarId, Google_Service_Calendar_Channel $postBody, $optParams = array())
@@ -1050,8 +1040,7 @@ class Google_Service_Calendar_CalendarList_Resource extends Google_Service_Resou
/**
* Deletes an entry on the user's calendar list. (calendarList.delete)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param array $optParams Optional parameters.
*/
public function delete($calendarId, $optParams = array())
@@ -1060,11 +1049,11 @@ public function delete($calendarId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns an entry on the user's calendar list. (calendarList.get)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_CalendarListEntry
*/
@@ -1074,16 +1063,17 @@ public function get($calendarId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Calendar_CalendarListEntry");
}
+
/**
* Adds an entry to the user's calendar list. (calendarList.insert)
*
* @param Google_CalendarListEntry $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool colorRgbFormat
- * Whether to use the foregroundColor and backgroundColor fields to write the calendar colors
- * (RGB). If this feature is used, the index-based colorId field will be set to the best matching
- * option automatically. Optional. The default is False.
+ * @opt_param bool colorRgbFormat Whether to use the foregroundColor and
+ * backgroundColor fields to write the calendar colors (RGB). If this feature is
+ * used, the index-based colorId field will be set to the best matching option
+ * automatically. Optional. The default is False.
* @return Google_Service_Calendar_CalendarListEntry
*/
public function insert(Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array())
@@ -1092,38 +1082,35 @@ public function insert(Google_Service_Calendar_CalendarListEntry $postBody, $opt
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Calendar_CalendarListEntry");
}
+
/**
* Returns entries on the user's calendar list. (calendarList.listCalendarList)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string syncToken
- * Token obtained from the nextSyncToken field returned on the last page of results from the
- * previous list request. It makes the result of this list request contain only entries that have
- * changed since then. If only read-only fields such as calendar properties or ACLs have changed,
- * the entry won't be returned. All entries deleted and hidden since the previous list request will
- * always be in the result set and it is not allowed to set showDeleted neither showHidden to
- * False.
- To ensure client state consistency minAccessRole query parameter cannot be specified
- * together with nextSyncToken.
- If the syncToken expires, the server will respond with a 410 GONE
- * response code and the client should clear its storage and perform a full synchronization without
- * any syncToken.
- Learn more about incremental synchronization.
- Optional. The default is to return
- * all entries.
- * @opt_param bool showDeleted
- * Whether to include deleted calendar list entries in the result. Optional. The default is False.
- * @opt_param string minAccessRole
- * The minimum access role for the user in the returned entires. Optional. The default is no
- * restriction.
- * @opt_param int maxResults
- * Maximum number of entries returned on one result page. By default the value is 100 entries. The
- * page size can never be larger than 250 entries. Optional.
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param bool showHidden
- * Whether to show hidden entries. Optional. The default is False.
+ * @opt_param string syncToken Token obtained from the nextSyncToken field
+ * returned on the last page of results from the previous list request. It makes
+ * the result of this list request contain only entries that have changed since
+ * then. If only read-only fields such as calendar properties or ACLs have
+ * changed, the entry won't be returned. All entries deleted and hidden since
+ * the previous list request will always be in the result set and it is not
+ * allowed to set showDeleted neither showHidden to False. To ensure client
+ * state consistency minAccessRole query parameter cannot be specified together
+ * with nextSyncToken. If the syncToken expires, the server will respond with a
+ * 410 GONE response code and the client should clear its storage and perform a
+ * full synchronization without any syncToken. Learn more about incremental
+ * synchronization. Optional. The default is to return all entries.
+ * @opt_param bool showDeleted Whether to include deleted calendar list entries
+ * in the result. Optional. The default is False.
+ * @opt_param string minAccessRole The minimum access role for the user in the
+ * returned entires. Optional. The default is no restriction.
+ * @opt_param int maxResults Maximum number of entries returned on one result
+ * page. By default the value is 100 entries. The page size can never be larger
+ * than 250 entries. Optional.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param bool showHidden Whether to show hidden entries. Optional. The
+ * default is False.
* @return Google_Service_Calendar_CalendarList
*/
public function listCalendarList($optParams = array())
@@ -1132,19 +1119,19 @@ public function listCalendarList($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Calendar_CalendarList");
}
+
/**
* Updates an entry on the user's calendar list. This method supports patch
* semantics. (calendarList.patch)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_CalendarListEntry $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool colorRgbFormat
- * Whether to use the foregroundColor and backgroundColor fields to write the calendar colors
- * (RGB). If this feature is used, the index-based colorId field will be set to the best matching
- * option automatically. Optional. The default is False.
+ * @opt_param bool colorRgbFormat Whether to use the foregroundColor and
+ * backgroundColor fields to write the calendar colors (RGB). If this feature is
+ * used, the index-based colorId field will be set to the best matching option
+ * automatically. Optional. The default is False.
* @return Google_Service_Calendar_CalendarListEntry
*/
public function patch($calendarId, Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array())
@@ -1153,18 +1140,18 @@ public function patch($calendarId, Google_Service_Calendar_CalendarListEntry $po
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Calendar_CalendarListEntry");
}
+
/**
* Updates an entry on the user's calendar list. (calendarList.update)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_CalendarListEntry $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool colorRgbFormat
- * Whether to use the foregroundColor and backgroundColor fields to write the calendar colors
- * (RGB). If this feature is used, the index-based colorId field will be set to the best matching
- * option automatically. Optional. The default is False.
+ * @opt_param bool colorRgbFormat Whether to use the foregroundColor and
+ * backgroundColor fields to write the calendar colors (RGB). If this feature is
+ * used, the index-based colorId field will be set to the best matching option
+ * automatically. Optional. The default is False.
* @return Google_Service_Calendar_CalendarListEntry
*/
public function update($calendarId, Google_Service_Calendar_CalendarListEntry $postBody, $optParams = array())
@@ -1173,39 +1160,36 @@ public function update($calendarId, Google_Service_Calendar_CalendarListEntry $p
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Calendar_CalendarListEntry");
}
+
/**
* Watch for changes to CalendarList resources. (calendarList.watch)
*
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string syncToken
- * Token obtained from the nextSyncToken field returned on the last page of results from the
- * previous list request. It makes the result of this list request contain only entries that have
- * changed since then. If only read-only fields such as calendar properties or ACLs have changed,
- * the entry won't be returned. All entries deleted and hidden since the previous list request will
- * always be in the result set and it is not allowed to set showDeleted neither showHidden to
- * False.
- To ensure client state consistency minAccessRole query parameter cannot be specified
- * together with nextSyncToken.
- If the syncToken expires, the server will respond with a 410 GONE
- * response code and the client should clear its storage and perform a full synchronization without
- * any syncToken.
- Learn more about incremental synchronization.
- Optional. The default is to return
- * all entries.
- * @opt_param bool showDeleted
- * Whether to include deleted calendar list entries in the result. Optional. The default is False.
- * @opt_param string minAccessRole
- * The minimum access role for the user in the returned entires. Optional. The default is no
- * restriction.
- * @opt_param int maxResults
- * Maximum number of entries returned on one result page. By default the value is 100 entries. The
- * page size can never be larger than 250 entries. Optional.
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param bool showHidden
- * Whether to show hidden entries. Optional. The default is False.
+ * @opt_param string syncToken Token obtained from the nextSyncToken field
+ * returned on the last page of results from the previous list request. It makes
+ * the result of this list request contain only entries that have changed since
+ * then. If only read-only fields such as calendar properties or ACLs have
+ * changed, the entry won't be returned. All entries deleted and hidden since
+ * the previous list request will always be in the result set and it is not
+ * allowed to set showDeleted neither showHidden to False. To ensure client
+ * state consistency minAccessRole query parameter cannot be specified together
+ * with nextSyncToken. If the syncToken expires, the server will respond with a
+ * 410 GONE response code and the client should clear its storage and perform a
+ * full synchronization without any syncToken. Learn more about incremental
+ * synchronization. Optional. The default is to return all entries.
+ * @opt_param bool showDeleted Whether to include deleted calendar list entries
+ * in the result. Optional. The default is False.
+ * @opt_param string minAccessRole The minimum access role for the user in the
+ * returned entires. Optional. The default is no restriction.
+ * @opt_param int maxResults Maximum number of entries returned on one result
+ * page. By default the value is 100 entries. The page size can never be larger
+ * than 250 entries. Optional.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param bool showHidden Whether to show hidden entries. Optional. The
+ * default is False.
* @return Google_Service_Calendar_Channel
*/
public function watch(Google_Service_Calendar_Channel $postBody, $optParams = array())
@@ -1231,8 +1215,7 @@ class Google_Service_Calendar_Calendars_Resource extends Google_Service_Resource
* Clears a primary calendar. This operation deletes all data associated with
* the primary calendar of an account and cannot be undone. (calendars.clear)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param array $optParams Optional parameters.
*/
public function clear($calendarId, $optParams = array())
@@ -1241,11 +1224,11 @@ public function clear($calendarId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('clear', array($params));
}
+
/**
* Deletes a secondary calendar. (calendars.delete)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param array $optParams Optional parameters.
*/
public function delete($calendarId, $optParams = array())
@@ -1254,11 +1237,11 @@ public function delete($calendarId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns metadata for a calendar. (calendars.get)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_Calendar
*/
@@ -1268,6 +1251,7 @@ public function get($calendarId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Calendar_Calendar");
}
+
/**
* Creates a secondary calendar. (calendars.insert)
*
@@ -1281,12 +1265,12 @@ public function insert(Google_Service_Calendar_Calendar $postBody, $optParams =
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Calendar_Calendar");
}
+
/**
* Updates metadata for a calendar. This method supports patch semantics.
* (calendars.patch)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_Calendar $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_Calendar
@@ -1297,11 +1281,11 @@ public function patch($calendarId, Google_Service_Calendar_Calendar $postBody, $
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Calendar_Calendar");
}
+
/**
* Updates metadata for a calendar. (calendars.update)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_Calendar $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_Calendar
@@ -1378,14 +1362,12 @@ class Google_Service_Calendar_Events_Resource extends Google_Service_Resource
/**
* Deletes an event. (events.delete)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $eventId
- * Event identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $eventId Event identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param bool sendNotifications
- * Whether to send notifications about the deletion of the event. Optional. The default is False.
+ * @opt_param bool sendNotifications Whether to send notifications about the
+ * deletion of the event. Optional. The default is False.
*/
public function delete($calendarId, $eventId, $optParams = array())
{
@@ -1393,25 +1375,25 @@ public function delete($calendarId, $eventId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns an event. (events.get)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $eventId
- * Event identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $eventId Event identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param string timeZone
- * Time zone used in the response. Optional. The default is the time zone of the calendar.
- * @opt_param bool alwaysIncludeEmail
- * Whether to always include a value in the email field for the organizer, creator and attendees,
- * even if no real email is available (i.e. a generated, non-working value will be provided). The
- * use of this option is discouraged and should only be used by clients which cannot handle the
- * absence of an email address value in the mentioned places. Optional. The default is False.
- * @opt_param int maxAttendees
- * The maximum number of attendees to include in the response. If there are more than the specified
- * number of attendees, only the participant is returned. Optional.
+ * @opt_param string timeZone Time zone used in the response. Optional. The
+ * default is the time zone of the calendar.
+ * @opt_param bool alwaysIncludeEmail Whether to always include a value in the
+ * email field for the organizer, creator and attendees, even if no real email
+ * is available (i.e. a generated, non-working value will be provided). The use
+ * of this option is discouraged and should only be used by clients which cannot
+ * handle the absence of an email address value in the mentioned places.
+ * Optional. The default is False.
+ * @opt_param int maxAttendees The maximum number of attendees to include in the
+ * response. If there are more than the specified number of attendees, only the
+ * participant is returned. Optional.
* @return Google_Service_Calendar_Event
*/
public function get($calendarId, $eventId, $optParams = array())
@@ -1420,12 +1402,12 @@ public function get($calendarId, $eventId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Calendar_Event");
}
+
/**
* Imports an event. This operation is used to add a private copy of an existing
* event to a calendar. (events.import)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_Event $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_Event
@@ -1436,20 +1418,19 @@ public function import($calendarId, Google_Service_Calendar_Event $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('import', array($params), "Google_Service_Calendar_Event");
}
+
/**
* Creates an event. (events.insert)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_Event $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool sendNotifications
- * Whether to send notifications about the creation of the new event. Optional. The default is
- * False.
- * @opt_param int maxAttendees
- * The maximum number of attendees to include in the response. If there are more than the specified
- * number of attendees, only the participant is returned. Optional.
+ * @opt_param bool sendNotifications Whether to send notifications about the
+ * creation of the new event. Optional. The default is False.
+ * @opt_param int maxAttendees The maximum number of attendees to include in the
+ * response. If there are more than the specified number of attendees, only the
+ * participant is returned. Optional.
* @return Google_Service_Calendar_Event
*/
public function insert($calendarId, Google_Service_Calendar_Event $postBody, $optParams = array())
@@ -1458,42 +1439,40 @@ public function insert($calendarId, Google_Service_Calendar_Event $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Calendar_Event");
}
+
/**
* Returns instances of the specified recurring event. (events.instances)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $eventId
- * Recurring event identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $eventId Recurring event identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param bool showDeleted
- * Whether to include deleted events (with status equals "cancelled") in the result. Cancelled
- * instances of recurring events will still be included if singleEvents is False. Optional. The
- * default is False.
- * @opt_param string timeMax
- * Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to
- * filter by start time.
- * @opt_param bool alwaysIncludeEmail
- * Whether to always include a value in the email field for the organizer, creator and attendees,
- * even if no real email is available (i.e. a generated, non-working value will be provided). The
- * use of this option is discouraged and should only be used by clients which cannot handle the
- * absence of an email address value in the mentioned places. Optional. The default is False.
- * @opt_param int maxResults
- * Maximum number of events returned on one result page. By default the value is 250 events. The
- * page size can never be larger than 2500 events. Optional.
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param string timeMin
- * Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to
- * filter by end time.
- * @opt_param string timeZone
- * Time zone used in the response. Optional. The default is the time zone of the calendar.
- * @opt_param string originalStart
- * The original start time of the instance in the result. Optional.
- * @opt_param int maxAttendees
- * The maximum number of attendees to include in the response. If there are more than the specified
- * number of attendees, only the participant is returned. Optional.
+ * @opt_param bool showDeleted Whether to include deleted events (with status
+ * equals "cancelled") in the result. Cancelled instances of recurring events
+ * will still be included if singleEvents is False. Optional. The default is
+ * False.
+ * @opt_param string timeMax Upper bound (exclusive) for an event's start time
+ * to filter by. Optional. The default is not to filter by start time.
+ * @opt_param bool alwaysIncludeEmail Whether to always include a value in the
+ * email field for the organizer, creator and attendees, even if no real email
+ * is available (i.e. a generated, non-working value will be provided). The use
+ * of this option is discouraged and should only be used by clients which cannot
+ * handle the absence of an email address value in the mentioned places.
+ * Optional. The default is False.
+ * @opt_param int maxResults Maximum number of events returned on one result
+ * page. By default the value is 250 events. The page size can never be larger
+ * than 2500 events. Optional.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param string timeMin Lower bound (inclusive) for an event's end time to
+ * filter by. Optional. The default is not to filter by end time.
+ * @opt_param string timeZone Time zone used in the response. Optional. The
+ * default is the time zone of the calendar.
+ * @opt_param string originalStart The original start time of the instance in
+ * the result. Optional.
+ * @opt_param int maxAttendees The maximum number of attendees to include in the
+ * response. If there are more than the specified number of attendees, only the
+ * participant is returned. Optional.
* @return Google_Service_Calendar_Events
*/
public function instances($calendarId, $eventId, $optParams = array())
@@ -1502,88 +1481,77 @@ public function instances($calendarId, $eventId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('instances', array($params), "Google_Service_Calendar_Events");
}
+
/**
* Returns events on the specified calendar. (events.listEvents)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * The order of the events returned in the result. Optional. The default is an unspecified, stable
- * order.
- * @opt_param bool showHiddenInvitations
- * Whether to include hidden invitations in the result. Optional. The default is False.
- * @opt_param string syncToken
- * Token obtained from the nextSyncToken field returned on the last page of results from the
- * previous list request. It makes the result of this list request contain only entries that have
- * changed since then. All events deleted since the previous list request will always be in the
- * result set and it is not allowed to set showDeleted to False.
- There are several query parameters
- * that cannot be specified together with nextSyncToken to ensure consistency of the client state.
- * These are:
- - iCalUID
- - orderBy
- - privateExtendedProperty
- - q
- - sharedExtendedProperty
- -
- * timeMin
- - timeMax
- - updatedMin If the syncToken expires, the server will respond with a 410
- * GONE response code and the client should clear its storage and perform a full synchronization
- * without any syncToken.
- Learn more about incremental synchronization.
- Optional. The default is to
- * return all entries.
- * @opt_param bool showDeleted
- * Whether to include deleted events (with status equals "cancelled") in the result. Cancelled
- * instances of recurring events (but not the underlying recurring event) will still be included if
- * showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only
- * single instances of deleted events (but not the underlying recurring events) are returned.
- * Optional. The default is False.
- * @opt_param string iCalUID
- * Specifies event ID in the iCalendar format to be included in the response. Optional.
- * @opt_param string updatedMin
- * Lower bound for an event's last modification time (as a RFC 3339 timestamp) to filter by. When
- * specified, entries deleted since this time will always be included regardless of showDeleted.
- * Optional. The default is not to filter by last modification time.
- * @opt_param bool singleEvents
- * Whether to expand recurring events into instances and only return single one-off events and
- * instances of recurring events, but not the underlying recurring events themselves. Optional. The
- * default is False.
- * @opt_param string timeMax
- * Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to
- * filter by start time.
- * @opt_param bool alwaysIncludeEmail
- * Whether to always include a value in the email field for the organizer, creator and attendees,
- * even if no real email is available (i.e. a generated, non-working value will be provided). The
- * use of this option is discouraged and should only be used by clients which cannot handle the
- * absence of an email address value in the mentioned places. Optional. The default is False.
- * @opt_param int maxResults
- * Maximum number of events returned on one result page. By default the value is 250 events. The
- * page size can never be larger than 2500 events. Optional.
- * @opt_param string q
- * Free text search terms to find events that match these terms in any field, except for extended
- * properties. Optional.
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param string timeMin
- * Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to
- * filter by end time.
- * @opt_param string timeZone
- * Time zone used in the response. Optional. The default is the time zone of the calendar.
- * @opt_param string privateExtendedProperty
- * Extended properties constraint specified as propertyName=value. Matches only private properties.
- * This parameter might be repeated multiple times to return events that match all given
- * constraints.
- * @opt_param string sharedExtendedProperty
- * Extended properties constraint specified as propertyName=value. Matches only shared properties.
- * This parameter might be repeated multiple times to return events that match all given
- * constraints.
- * @opt_param int maxAttendees
- * The maximum number of attendees to include in the response. If there are more than the specified
- * number of attendees, only the participant is returned. Optional.
+ * @opt_param string orderBy The order of the events returned in the result.
+ * Optional. The default is an unspecified, stable order.
+ * @opt_param bool showHiddenInvitations Whether to include hidden invitations
+ * in the result. Optional. The default is False.
+ * @opt_param string syncToken Token obtained from the nextSyncToken field
+ * returned on the last page of results from the previous list request. It makes
+ * the result of this list request contain only entries that have changed since
+ * then. All events deleted since the previous list request will always be in
+ * the result set and it is not allowed to set showDeleted to False. There are
+ * several query parameters that cannot be specified together with nextSyncToken
+ * to ensure consistency of the client state.
+ *
+ * These are: - iCalUID - orderBy - privateExtendedProperty - q -
+ * sharedExtendedProperty - timeMin - timeMax - updatedMin If the syncToken
+ * expires, the server will respond with a 410 GONE response code and the client
+ * should clear its storage and perform a full synchronization without any
+ * syncToken. Learn more about incremental synchronization. Optional. The
+ * default is to return all entries.
+ * @opt_param bool showDeleted Whether to include deleted events (with status
+ * equals "cancelled") in the result. Cancelled instances of recurring events
+ * (but not the underlying recurring event) will still be included if
+ * showDeleted and singleEvents are both False. If showDeleted and singleEvents
+ * are both True, only single instances of deleted events (but not the
+ * underlying recurring events) are returned. Optional. The default is False.
+ * @opt_param string iCalUID Specifies event ID in the iCalendar format to be
+ * included in the response. Optional.
+ * @opt_param string updatedMin Lower bound for an event's last modification
+ * time (as a RFC 3339 timestamp) to filter by. When specified, entries deleted
+ * since this time will always be included regardless of showDeleted. Optional.
+ * The default is not to filter by last modification time.
+ * @opt_param bool singleEvents Whether to expand recurring events into
+ * instances and only return single one-off events and instances of recurring
+ * events, but not the underlying recurring events themselves. Optional. The
+ * default is False.
+ * @opt_param string timeMax Upper bound (exclusive) for an event's start time
+ * to filter by. Optional. The default is not to filter by start time.
+ * @opt_param bool alwaysIncludeEmail Whether to always include a value in the
+ * email field for the organizer, creator and attendees, even if no real email
+ * is available (i.e. a generated, non-working value will be provided). The use
+ * of this option is discouraged and should only be used by clients which cannot
+ * handle the absence of an email address value in the mentioned places.
+ * Optional. The default is False.
+ * @opt_param int maxResults Maximum number of events returned on one result
+ * page. By default the value is 250 events. The page size can never be larger
+ * than 2500 events. Optional.
+ * @opt_param string q Free text search terms to find events that match these
+ * terms in any field, except for extended properties. Optional.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param string timeMin Lower bound (inclusive) for an event's end time to
+ * filter by. Optional. The default is not to filter by end time.
+ * @opt_param string timeZone Time zone used in the response. Optional. The
+ * default is the time zone of the calendar.
+ * @opt_param string privateExtendedProperty Extended properties constraint
+ * specified as propertyName=value. Matches only private properties. This
+ * parameter might be repeated multiple times to return events that match all
+ * given constraints.
+ * @opt_param string sharedExtendedProperty Extended properties constraint
+ * specified as propertyName=value. Matches only shared properties. This
+ * parameter might be repeated multiple times to return events that match all
+ * given constraints.
+ * @opt_param int maxAttendees The maximum number of attendees to include in the
+ * response. If there are more than the specified number of attendees, only the
+ * participant is returned. Optional.
* @return Google_Service_Calendar_Events
*/
public function listEvents($calendarId, $optParams = array())
@@ -1592,21 +1560,20 @@ public function listEvents($calendarId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Calendar_Events");
}
+
/**
* Moves an event to another calendar, i.e. changes an event's organizer.
* (events.move)
*
- * @param string $calendarId
- * Calendar identifier of the source calendar where the event currently is on.
- * @param string $eventId
- * Event identifier.
- * @param string $destination
- * Calendar identifier of the target calendar where the event is to be moved to.
+ * @param string $calendarId Calendar identifier of the source calendar where
+ * the event currently is on.
+ * @param string $eventId Event identifier.
+ * @param string $destination Calendar identifier of the target calendar where
+ * the event is to be moved to.
* @param array $optParams Optional parameters.
*
- * @opt_param bool sendNotifications
- * Whether to send notifications about the change of the event's organizer. Optional. The default
- * is False.
+ * @opt_param bool sendNotifications Whether to send notifications about the
+ * change of the event's organizer. Optional. The default is False.
* @return Google_Service_Calendar_Event
*/
public function move($calendarId, $eventId, $destination, $optParams = array())
@@ -1615,27 +1582,27 @@ public function move($calendarId, $eventId, $destination, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('move', array($params), "Google_Service_Calendar_Event");
}
+
/**
* Updates an event. This method supports patch semantics. (events.patch)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $eventId
- * Event identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $eventId Event identifier.
* @param Google_Event $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool sendNotifications
- * Whether to send notifications about the event update (e.g. attendee's responses, title changes,
- * etc.). Optional. The default is False.
- * @opt_param bool alwaysIncludeEmail
- * Whether to always include a value in the email field for the organizer, creator and attendees,
- * even if no real email is available (i.e. a generated, non-working value will be provided). The
- * use of this option is discouraged and should only be used by clients which cannot handle the
- * absence of an email address value in the mentioned places. Optional. The default is False.
- * @opt_param int maxAttendees
- * The maximum number of attendees to include in the response. If there are more than the specified
- * number of attendees, only the participant is returned. Optional.
+ * @opt_param bool sendNotifications Whether to send notifications about the
+ * event update (e.g. attendee's responses, title changes, etc.). Optional. The
+ * default is False.
+ * @opt_param bool alwaysIncludeEmail Whether to always include a value in the
+ * email field for the organizer, creator and attendees, even if no real email
+ * is available (i.e. a generated, non-working value will be provided). The use
+ * of this option is discouraged and should only be used by clients which cannot
+ * handle the absence of an email address value in the mentioned places.
+ * Optional. The default is False.
+ * @opt_param int maxAttendees The maximum number of attendees to include in the
+ * response. If there are more than the specified number of attendees, only the
+ * participant is returned. Optional.
* @return Google_Service_Calendar_Event
*/
public function patch($calendarId, $eventId, Google_Service_Calendar_Event $postBody, $optParams = array())
@@ -1644,17 +1611,16 @@ public function patch($calendarId, $eventId, Google_Service_Calendar_Event $post
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Calendar_Event");
}
+
/**
* Creates an event based on a simple text string. (events.quickAdd)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $text
- * The text describing the event to be created.
+ * @param string $calendarId Calendar identifier.
+ * @param string $text The text describing the event to be created.
* @param array $optParams Optional parameters.
*
- * @opt_param bool sendNotifications
- * Whether to send notifications about the creation of the event. Optional. The default is False.
+ * @opt_param bool sendNotifications Whether to send notifications about the
+ * creation of the event. Optional. The default is False.
* @return Google_Service_Calendar_Event
*/
public function quickAdd($calendarId, $text, $optParams = array())
@@ -1663,27 +1629,27 @@ public function quickAdd($calendarId, $text, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('quickAdd', array($params), "Google_Service_Calendar_Event");
}
+
/**
* Updates an event. (events.update)
*
- * @param string $calendarId
- * Calendar identifier.
- * @param string $eventId
- * Event identifier.
+ * @param string $calendarId Calendar identifier.
+ * @param string $eventId Event identifier.
* @param Google_Event $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool sendNotifications
- * Whether to send notifications about the event update (e.g. attendee's responses, title changes,
- * etc.). Optional. The default is False.
- * @opt_param bool alwaysIncludeEmail
- * Whether to always include a value in the email field for the organizer, creator and attendees,
- * even if no real email is available (i.e. a generated, non-working value will be provided). The
- * use of this option is discouraged and should only be used by clients which cannot handle the
- * absence of an email address value in the mentioned places. Optional. The default is False.
- * @opt_param int maxAttendees
- * The maximum number of attendees to include in the response. If there are more than the specified
- * number of attendees, only the participant is returned. Optional.
+ * @opt_param bool sendNotifications Whether to send notifications about the
+ * event update (e.g. attendee's responses, title changes, etc.). Optional. The
+ * default is False.
+ * @opt_param bool alwaysIncludeEmail Whether to always include a value in the
+ * email field for the organizer, creator and attendees, even if no real email
+ * is available (i.e. a generated, non-working value will be provided). The use
+ * of this option is discouraged and should only be used by clients which cannot
+ * handle the absence of an email address value in the mentioned places.
+ * Optional. The default is False.
+ * @opt_param int maxAttendees The maximum number of attendees to include in the
+ * response. If there are more than the specified number of attendees, only the
+ * participant is returned. Optional.
* @return Google_Service_Calendar_Event
*/
public function update($calendarId, $eventId, Google_Service_Calendar_Event $postBody, $optParams = array())
@@ -1692,89 +1658,78 @@ public function update($calendarId, $eventId, Google_Service_Calendar_Event $pos
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Calendar_Event");
}
+
/**
* Watch for changes to Events resources. (events.watch)
*
- * @param string $calendarId
- * Calendar identifier.
+ * @param string $calendarId Calendar identifier.
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * The order of the events returned in the result. Optional. The default is an unspecified, stable
- * order.
- * @opt_param bool showHiddenInvitations
- * Whether to include hidden invitations in the result. Optional. The default is False.
- * @opt_param string syncToken
- * Token obtained from the nextSyncToken field returned on the last page of results from the
- * previous list request. It makes the result of this list request contain only entries that have
- * changed since then. All events deleted since the previous list request will always be in the
- * result set and it is not allowed to set showDeleted to False.
- There are several query parameters
- * that cannot be specified together with nextSyncToken to ensure consistency of the client state.
- * These are:
- - iCalUID
- - orderBy
- - privateExtendedProperty
- - q
- - sharedExtendedProperty
- -
- * timeMin
- - timeMax
- - updatedMin If the syncToken expires, the server will respond with a 410
- * GONE response code and the client should clear its storage and perform a full synchronization
- * without any syncToken.
- Learn more about incremental synchronization.
- Optional. The default is to
- * return all entries.
- * @opt_param bool showDeleted
- * Whether to include deleted events (with status equals "cancelled") in the result. Cancelled
- * instances of recurring events (but not the underlying recurring event) will still be included if
- * showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only
- * single instances of deleted events (but not the underlying recurring events) are returned.
- * Optional. The default is False.
- * @opt_param string iCalUID
- * Specifies event ID in the iCalendar format to be included in the response. Optional.
- * @opt_param string updatedMin
- * Lower bound for an event's last modification time (as a RFC 3339 timestamp) to filter by. When
- * specified, entries deleted since this time will always be included regardless of showDeleted.
- * Optional. The default is not to filter by last modification time.
- * @opt_param bool singleEvents
- * Whether to expand recurring events into instances and only return single one-off events and
- * instances of recurring events, but not the underlying recurring events themselves. Optional. The
- * default is False.
- * @opt_param string timeMax
- * Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to
- * filter by start time.
- * @opt_param bool alwaysIncludeEmail
- * Whether to always include a value in the email field for the organizer, creator and attendees,
- * even if no real email is available (i.e. a generated, non-working value will be provided). The
- * use of this option is discouraged and should only be used by clients which cannot handle the
- * absence of an email address value in the mentioned places. Optional. The default is False.
- * @opt_param int maxResults
- * Maximum number of events returned on one result page. By default the value is 250 events. The
- * page size can never be larger than 2500 events. Optional.
- * @opt_param string q
- * Free text search terms to find events that match these terms in any field, except for extended
- * properties. Optional.
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param string timeMin
- * Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to
- * filter by end time.
- * @opt_param string timeZone
- * Time zone used in the response. Optional. The default is the time zone of the calendar.
- * @opt_param string privateExtendedProperty
- * Extended properties constraint specified as propertyName=value. Matches only private properties.
- * This parameter might be repeated multiple times to return events that match all given
- * constraints.
- * @opt_param string sharedExtendedProperty
- * Extended properties constraint specified as propertyName=value. Matches only shared properties.
- * This parameter might be repeated multiple times to return events that match all given
- * constraints.
- * @opt_param int maxAttendees
- * The maximum number of attendees to include in the response. If there are more than the specified
- * number of attendees, only the participant is returned. Optional.
+ * @opt_param string orderBy The order of the events returned in the result.
+ * Optional. The default is an unspecified, stable order.
+ * @opt_param bool showHiddenInvitations Whether to include hidden invitations
+ * in the result. Optional. The default is False.
+ * @opt_param string syncToken Token obtained from the nextSyncToken field
+ * returned on the last page of results from the previous list request. It makes
+ * the result of this list request contain only entries that have changed since
+ * then. All events deleted since the previous list request will always be in
+ * the result set and it is not allowed to set showDeleted to False. There are
+ * several query parameters that cannot be specified together with nextSyncToken
+ * to ensure consistency of the client state.
+ *
+ * These are: - iCalUID - orderBy - privateExtendedProperty - q -
+ * sharedExtendedProperty - timeMin - timeMax - updatedMin If the syncToken
+ * expires, the server will respond with a 410 GONE response code and the client
+ * should clear its storage and perform a full synchronization without any
+ * syncToken. Learn more about incremental synchronization. Optional. The
+ * default is to return all entries.
+ * @opt_param bool showDeleted Whether to include deleted events (with status
+ * equals "cancelled") in the result. Cancelled instances of recurring events
+ * (but not the underlying recurring event) will still be included if
+ * showDeleted and singleEvents are both False. If showDeleted and singleEvents
+ * are both True, only single instances of deleted events (but not the
+ * underlying recurring events) are returned. Optional. The default is False.
+ * @opt_param string iCalUID Specifies event ID in the iCalendar format to be
+ * included in the response. Optional.
+ * @opt_param string updatedMin Lower bound for an event's last modification
+ * time (as a RFC 3339 timestamp) to filter by. When specified, entries deleted
+ * since this time will always be included regardless of showDeleted. Optional.
+ * The default is not to filter by last modification time.
+ * @opt_param bool singleEvents Whether to expand recurring events into
+ * instances and only return single one-off events and instances of recurring
+ * events, but not the underlying recurring events themselves. Optional. The
+ * default is False.
+ * @opt_param string timeMax Upper bound (exclusive) for an event's start time
+ * to filter by. Optional. The default is not to filter by start time.
+ * @opt_param bool alwaysIncludeEmail Whether to always include a value in the
+ * email field for the organizer, creator and attendees, even if no real email
+ * is available (i.e. a generated, non-working value will be provided). The use
+ * of this option is discouraged and should only be used by clients which cannot
+ * handle the absence of an email address value in the mentioned places.
+ * Optional. The default is False.
+ * @opt_param int maxResults Maximum number of events returned on one result
+ * page. By default the value is 250 events. The page size can never be larger
+ * than 2500 events. Optional.
+ * @opt_param string q Free text search terms to find events that match these
+ * terms in any field, except for extended properties. Optional.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param string timeMin Lower bound (inclusive) for an event's end time to
+ * filter by. Optional. The default is not to filter by end time.
+ * @opt_param string timeZone Time zone used in the response. Optional. The
+ * default is the time zone of the calendar.
+ * @opt_param string privateExtendedProperty Extended properties constraint
+ * specified as propertyName=value. Matches only private properties. This
+ * parameter might be repeated multiple times to return events that match all
+ * given constraints.
+ * @opt_param string sharedExtendedProperty Extended properties constraint
+ * specified as propertyName=value. Matches only shared properties. This
+ * parameter might be repeated multiple times to return events that match all
+ * given constraints.
+ * @opt_param int maxAttendees The maximum number of attendees to include in the
+ * response. If there are more than the specified number of attendees, only the
+ * participant is returned. Optional.
* @return Google_Service_Calendar_Channel
*/
public function watch($calendarId, Google_Service_Calendar_Channel $postBody, $optParams = array())
@@ -1825,8 +1780,7 @@ class Google_Service_Calendar_Settings_Resource extends Google_Service_Resource
/**
* Returns a single user setting. (settings.get)
*
- * @param string $setting
- * The id of the user setting.
+ * @param string $setting The id of the user setting.
* @param array $optParams Optional parameters.
* @return Google_Service_Calendar_Setting
*/
@@ -1836,26 +1790,24 @@ public function get($setting, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Calendar_Setting");
}
+
/**
* Returns all user settings for the authenticated user. (settings.listSettings)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param int maxResults
- * Maximum number of entries returned on one result page. By default the value is 100 entries. The
- * page size can never be larger than 250 entries. Optional.
- * @opt_param string syncToken
- * Token obtained from the nextSyncToken field returned on the last page of results from the
- * previous list request. It makes the result of this list request contain only entries that have
- * changed since then.
- If the syncToken expires, the server will respond with a 410 GONE response
- * code and the client should clear its storage and perform a full synchronization without any
- * syncToken.
- Learn more about incremental synchronization.
- Optional. The default is to return all
- * entries.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param int maxResults Maximum number of entries returned on one result
+ * page. By default the value is 100 entries. The page size can never be larger
+ * than 250 entries. Optional.
+ * @opt_param string syncToken Token obtained from the nextSyncToken field
+ * returned on the last page of results from the previous list request. It makes
+ * the result of this list request contain only entries that have changed since
+ * then. If the syncToken expires, the server will respond with a 410 GONE
+ * response code and the client should clear its storage and perform a full
+ * synchronization without any syncToken. Learn more about incremental
+ * synchronization. Optional. The default is to return all entries.
* @return Google_Service_Calendar_Settings
*/
public function listSettings($optParams = array())
@@ -1864,27 +1816,25 @@ public function listSettings($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Calendar_Settings");
}
+
/**
* Watch for changes to Settings resources. (settings.watch)
*
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token specifying which result page to return. Optional.
- * @opt_param int maxResults
- * Maximum number of entries returned on one result page. By default the value is 100 entries. The
- * page size can never be larger than 250 entries. Optional.
- * @opt_param string syncToken
- * Token obtained from the nextSyncToken field returned on the last page of results from the
- * previous list request. It makes the result of this list request contain only entries that have
- * changed since then.
- If the syncToken expires, the server will respond with a 410 GONE response
- * code and the client should clear its storage and perform a full synchronization without any
- * syncToken.
- Learn more about incremental synchronization.
- Optional. The default is to return all
- * entries.
+ * @opt_param string pageToken Token specifying which result page to return.
+ * Optional.
+ * @opt_param int maxResults Maximum number of entries returned on one result
+ * page. By default the value is 100 entries. The page size can never be larger
+ * than 250 entries. Optional.
+ * @opt_param string syncToken Token obtained from the nextSyncToken field
+ * returned on the last page of results from the previous list request. It makes
+ * the result of this list request contain only entries that have changed since
+ * then. If the syncToken expires, the server will respond with a 410 GONE
+ * response code and the client should clear its storage and perform a full
+ * synchronization without any syncToken. Learn more about incremental
+ * synchronization. Optional. The default is to return all entries.
* @return Google_Service_Calendar_Channel
*/
public function watch(Google_Service_Calendar_Channel $postBody, $optParams = array())
@@ -1910,11 +1860,11 @@ class Google_Service_Calendar_Acl extends Google_Collection
public $nextPageToken;
public $nextSyncToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1923,7 +1873,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1932,7 +1881,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1941,7 +1889,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1950,12 +1897,10 @@ public function setNextSyncToken($nextSyncToken)
{
$this->nextSyncToken = $nextSyncToken;
}
-
public function getNextSyncToken()
{
return $this->nextSyncToken;
}
-
}
class Google_Service_Calendar_AclRule extends Google_Model
@@ -1969,11 +1914,11 @@ class Google_Service_Calendar_AclRule extends Google_Model
protected $scopeType = 'Google_Service_Calendar_AclRuleScope';
protected $scopeDataType = '';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1982,7 +1927,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1991,7 +1935,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2000,7 +1943,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -2009,12 +1951,10 @@ public function setScope(Google_Service_Calendar_AclRuleScope $scope)
{
$this->scope = $scope;
}
-
public function getScope()
{
return $this->scope;
}
-
}
class Google_Service_Calendar_AclRuleScope extends Google_Model
@@ -2024,11 +1964,11 @@ class Google_Service_Calendar_AclRuleScope extends Google_Model
public $type;
public $value;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -2037,12 +1977,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Calendar_Calendar extends Google_Model
@@ -2057,11 +1995,11 @@ class Google_Service_Calendar_Calendar extends Google_Model
public $summary;
public $timeZone;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2070,7 +2008,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2079,7 +2016,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2088,7 +2024,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2097,7 +2032,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -2106,7 +2040,6 @@ public function setSummary($summary)
{
$this->summary = $summary;
}
-
public function getSummary()
{
return $this->summary;
@@ -2115,12 +2048,10 @@ public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
-
public function getTimeZone()
{
return $this->timeZone;
}
-
}
class Google_Service_Calendar_CalendarList extends Google_Collection
@@ -2135,11 +2066,11 @@ class Google_Service_Calendar_CalendarList extends Google_Collection
public $nextPageToken;
public $nextSyncToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2148,7 +2079,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2157,7 +2087,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2166,7 +2095,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2175,12 +2103,10 @@ public function setNextSyncToken($nextSyncToken)
{
$this->nextSyncToken = $nextSyncToken;
}
-
public function getNextSyncToken()
{
return $this->nextSyncToken;
}
-
}
class Google_Service_Calendar_CalendarListEntry extends Google_Collection
@@ -2209,11 +2135,11 @@ class Google_Service_Calendar_CalendarListEntry extends Google_Collection
public $summaryOverride;
public $timeZone;
+
public function setAccessRole($accessRole)
{
$this->accessRole = $accessRole;
}
-
public function getAccessRole()
{
return $this->accessRole;
@@ -2222,7 +2148,6 @@ public function setBackgroundColor($backgroundColor)
{
$this->backgroundColor = $backgroundColor;
}
-
public function getBackgroundColor()
{
return $this->backgroundColor;
@@ -2231,7 +2156,6 @@ public function setColorId($colorId)
{
$this->colorId = $colorId;
}
-
public function getColorId()
{
return $this->colorId;
@@ -2240,7 +2164,6 @@ public function setDefaultReminders($defaultReminders)
{
$this->defaultReminders = $defaultReminders;
}
-
public function getDefaultReminders()
{
return $this->defaultReminders;
@@ -2249,7 +2172,6 @@ public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -2258,7 +2180,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2267,7 +2188,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2276,7 +2196,6 @@ public function setForegroundColor($foregroundColor)
{
$this->foregroundColor = $foregroundColor;
}
-
public function getForegroundColor()
{
return $this->foregroundColor;
@@ -2285,7 +2204,6 @@ public function setHidden($hidden)
{
$this->hidden = $hidden;
}
-
public function getHidden()
{
return $this->hidden;
@@ -2294,7 +2212,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2303,7 +2220,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2312,7 +2228,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -2321,7 +2236,6 @@ public function setNotificationSettings(Google_Service_Calendar_CalendarListEntr
{
$this->notificationSettings = $notificationSettings;
}
-
public function getNotificationSettings()
{
return $this->notificationSettings;
@@ -2330,7 +2244,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -2339,7 +2252,6 @@ public function setSelected($selected)
{
$this->selected = $selected;
}
-
public function getSelected()
{
return $this->selected;
@@ -2348,7 +2260,6 @@ public function setSummary($summary)
{
$this->summary = $summary;
}
-
public function getSummary()
{
return $this->summary;
@@ -2357,7 +2268,6 @@ public function setSummaryOverride($summaryOverride)
{
$this->summaryOverride = $summaryOverride;
}
-
public function getSummaryOverride()
{
return $this->summaryOverride;
@@ -2366,12 +2276,10 @@ public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
-
public function getTimeZone()
{
return $this->timeZone;
}
-
}
class Google_Service_Calendar_CalendarListEntryNotificationSettings extends Google_Collection
@@ -2382,16 +2290,15 @@ class Google_Service_Calendar_CalendarListEntryNotificationSettings extends Goog
protected $notificationsType = 'Google_Service_Calendar_CalendarNotification';
protected $notificationsDataType = 'array';
+
public function setNotifications($notifications)
{
$this->notifications = $notifications;
}
-
public function getNotifications()
{
return $this->notifications;
}
-
}
class Google_Service_Calendar_CalendarNotification extends Google_Model
@@ -2401,11 +2308,11 @@ class Google_Service_Calendar_CalendarNotification extends Google_Model
public $method;
public $type;
+
public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
@@ -2414,12 +2321,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Calendar_Channel extends Google_Model
@@ -2437,11 +2342,11 @@ class Google_Service_Calendar_Channel extends Google_Model
public $token;
public $type;
+
public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -2450,7 +2355,6 @@ public function setExpiration($expiration)
{
$this->expiration = $expiration;
}
-
public function getExpiration()
{
return $this->expiration;
@@ -2459,7 +2363,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2468,7 +2371,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2477,7 +2379,6 @@ public function setParams($params)
{
$this->params = $params;
}
-
public function getParams()
{
return $this->params;
@@ -2486,7 +2387,6 @@ public function setPayload($payload)
{
$this->payload = $payload;
}
-
public function getPayload()
{
return $this->payload;
@@ -2495,7 +2395,6 @@ public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -2504,7 +2403,6 @@ public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
}
-
public function getResourceUri()
{
return $this->resourceUri;
@@ -2513,7 +2411,6 @@ public function setToken($token)
{
$this->token = $token;
}
-
public function getToken()
{
return $this->token;
@@ -2522,20 +2419,14 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Calendar_ChannelParams extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Calendar_ColorDefinition extends Google_Model
@@ -2545,11 +2436,11 @@ class Google_Service_Calendar_ColorDefinition extends Google_Model
public $background;
public $foreground;
+
public function setBackground($background)
{
$this->background = $background;
}
-
public function getBackground()
{
return $this->background;
@@ -2558,12 +2449,10 @@ public function setForeground($foreground)
{
$this->foreground = $foreground;
}
-
public function getForeground()
{
return $this->foreground;
}
-
}
class Google_Service_Calendar_Colors extends Google_Model
@@ -2577,11 +2466,11 @@ class Google_Service_Calendar_Colors extends Google_Model
public $kind;
public $updated;
+
public function setCalendar($calendar)
{
$this->calendar = $calendar;
}
-
public function getCalendar()
{
return $this->calendar;
@@ -2590,7 +2479,6 @@ public function setEvent($event)
{
$this->event = $event;
}
-
public function getEvent()
{
return $this->event;
@@ -2599,7 +2487,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2608,28 +2495,18 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Calendar_ColorsCalendar extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Calendar_ColorsEvent extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Calendar_Error extends Google_Model
@@ -2639,11 +2516,11 @@ class Google_Service_Calendar_Error extends Google_Model
public $domain;
public $reason;
+
public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -2652,12 +2529,10 @@ public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
}
-
}
class Google_Service_Calendar_Event extends Google_Collection
@@ -2712,11 +2587,11 @@ class Google_Service_Calendar_Event extends Google_Collection
public $updated;
public $visibility;
+
public function setAnyoneCanAddSelf($anyoneCanAddSelf)
{
$this->anyoneCanAddSelf = $anyoneCanAddSelf;
}
-
public function getAnyoneCanAddSelf()
{
return $this->anyoneCanAddSelf;
@@ -2725,7 +2600,6 @@ public function setAttendees($attendees)
{
$this->attendees = $attendees;
}
-
public function getAttendees()
{
return $this->attendees;
@@ -2734,7 +2608,6 @@ public function setAttendeesOmitted($attendeesOmitted)
{
$this->attendeesOmitted = $attendeesOmitted;
}
-
public function getAttendeesOmitted()
{
return $this->attendeesOmitted;
@@ -2743,7 +2616,6 @@ public function setColorId($colorId)
{
$this->colorId = $colorId;
}
-
public function getColorId()
{
return $this->colorId;
@@ -2752,7 +2624,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -2761,7 +2632,6 @@ public function setCreator(Google_Service_Calendar_EventCreator $creator)
{
$this->creator = $creator;
}
-
public function getCreator()
{
return $this->creator;
@@ -2770,7 +2640,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2779,7 +2648,6 @@ public function setEnd(Google_Service_Calendar_EventDateTime $end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -2788,7 +2656,6 @@ public function setEndTimeUnspecified($endTimeUnspecified)
{
$this->endTimeUnspecified = $endTimeUnspecified;
}
-
public function getEndTimeUnspecified()
{
return $this->endTimeUnspecified;
@@ -2797,7 +2664,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2806,7 +2672,6 @@ public function setExtendedProperties(Google_Service_Calendar_EventExtendedPrope
{
$this->extendedProperties = $extendedProperties;
}
-
public function getExtendedProperties()
{
return $this->extendedProperties;
@@ -2815,7 +2680,6 @@ public function setGadget(Google_Service_Calendar_EventGadget $gadget)
{
$this->gadget = $gadget;
}
-
public function getGadget()
{
return $this->gadget;
@@ -2824,7 +2688,6 @@ public function setGuestsCanInviteOthers($guestsCanInviteOthers)
{
$this->guestsCanInviteOthers = $guestsCanInviteOthers;
}
-
public function getGuestsCanInviteOthers()
{
return $this->guestsCanInviteOthers;
@@ -2833,7 +2696,6 @@ public function setGuestsCanModify($guestsCanModify)
{
$this->guestsCanModify = $guestsCanModify;
}
-
public function getGuestsCanModify()
{
return $this->guestsCanModify;
@@ -2842,7 +2704,6 @@ public function setGuestsCanSeeOtherGuests($guestsCanSeeOtherGuests)
{
$this->guestsCanSeeOtherGuests = $guestsCanSeeOtherGuests;
}
-
public function getGuestsCanSeeOtherGuests()
{
return $this->guestsCanSeeOtherGuests;
@@ -2851,7 +2712,6 @@ public function setHangoutLink($hangoutLink)
{
$this->hangoutLink = $hangoutLink;
}
-
public function getHangoutLink()
{
return $this->hangoutLink;
@@ -2860,7 +2720,6 @@ public function setHtmlLink($htmlLink)
{
$this->htmlLink = $htmlLink;
}
-
public function getHtmlLink()
{
return $this->htmlLink;
@@ -2869,7 +2728,6 @@ public function setICalUID($iCalUID)
{
$this->iCalUID = $iCalUID;
}
-
public function getICalUID()
{
return $this->iCalUID;
@@ -2878,7 +2736,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2887,7 +2744,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2896,7 +2752,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -2905,7 +2760,6 @@ public function setLocked($locked)
{
$this->locked = $locked;
}
-
public function getLocked()
{
return $this->locked;
@@ -2914,7 +2768,6 @@ public function setOrganizer(Google_Service_Calendar_EventOrganizer $organizer)
{
$this->organizer = $organizer;
}
-
public function getOrganizer()
{
return $this->organizer;
@@ -2923,7 +2776,6 @@ public function setOriginalStartTime(Google_Service_Calendar_EventDateTime $orig
{
$this->originalStartTime = $originalStartTime;
}
-
public function getOriginalStartTime()
{
return $this->originalStartTime;
@@ -2932,7 +2784,6 @@ public function setPrivateCopy($privateCopy)
{
$this->privateCopy = $privateCopy;
}
-
public function getPrivateCopy()
{
return $this->privateCopy;
@@ -2941,7 +2792,6 @@ public function setRecurrence($recurrence)
{
$this->recurrence = $recurrence;
}
-
public function getRecurrence()
{
return $this->recurrence;
@@ -2950,7 +2800,6 @@ public function setRecurringEventId($recurringEventId)
{
$this->recurringEventId = $recurringEventId;
}
-
public function getRecurringEventId()
{
return $this->recurringEventId;
@@ -2959,7 +2808,6 @@ public function setReminders(Google_Service_Calendar_EventReminders $reminders)
{
$this->reminders = $reminders;
}
-
public function getReminders()
{
return $this->reminders;
@@ -2968,7 +2816,6 @@ public function setSequence($sequence)
{
$this->sequence = $sequence;
}
-
public function getSequence()
{
return $this->sequence;
@@ -2977,7 +2824,6 @@ public function setSource(Google_Service_Calendar_EventSource $source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -2986,7 +2832,6 @@ public function setStart(Google_Service_Calendar_EventDateTime $start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
@@ -2995,7 +2840,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -3004,7 +2848,6 @@ public function setSummary($summary)
{
$this->summary = $summary;
}
-
public function getSummary()
{
return $this->summary;
@@ -3013,7 +2856,6 @@ public function setTransparency($transparency)
{
$this->transparency = $transparency;
}
-
public function getTransparency()
{
return $this->transparency;
@@ -3022,7 +2864,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -3031,12 +2872,10 @@ public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
-
public function getVisibility()
{
return $this->visibility;
}
-
}
class Google_Service_Calendar_EventAttachment extends Google_Model
@@ -3045,16 +2884,15 @@ class Google_Service_Calendar_EventAttachment extends Google_Model
);
public $title;
+
public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Calendar_EventAttendee extends Google_Model
@@ -3072,11 +2910,11 @@ class Google_Service_Calendar_EventAttendee extends Google_Model
public $responseStatus;
public $self;
+
public function setAdditionalGuests($additionalGuests)
{
$this->additionalGuests = $additionalGuests;
}
-
public function getAdditionalGuests()
{
return $this->additionalGuests;
@@ -3085,7 +2923,6 @@ public function setComment($comment)
{
$this->comment = $comment;
}
-
public function getComment()
{
return $this->comment;
@@ -3094,7 +2931,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3103,7 +2939,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -3112,7 +2947,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3121,7 +2955,6 @@ public function setOptional($optional)
{
$this->optional = $optional;
}
-
public function getOptional()
{
return $this->optional;
@@ -3130,7 +2963,6 @@ public function setOrganizer($organizer)
{
$this->organizer = $organizer;
}
-
public function getOrganizer()
{
return $this->organizer;
@@ -3139,7 +2971,6 @@ public function setResource($resource)
{
$this->resource = $resource;
}
-
public function getResource()
{
return $this->resource;
@@ -3148,7 +2979,6 @@ public function setResponseStatus($responseStatus)
{
$this->responseStatus = $responseStatus;
}
-
public function getResponseStatus()
{
return $this->responseStatus;
@@ -3157,12 +2987,10 @@ public function setSelf($self)
{
$this->self = $self;
}
-
public function getSelf()
{
return $this->self;
}
-
}
class Google_Service_Calendar_EventCreator extends Google_Model
@@ -3174,11 +3002,11 @@ class Google_Service_Calendar_EventCreator extends Google_Model
public $id;
public $self;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3187,7 +3015,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -3196,7 +3023,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3205,12 +3031,10 @@ public function setSelf($self)
{
$this->self = $self;
}
-
public function getSelf()
{
return $this->self;
}
-
}
class Google_Service_Calendar_EventDateTime extends Google_Model
@@ -3221,11 +3045,11 @@ class Google_Service_Calendar_EventDateTime extends Google_Model
public $dateTime;
public $timeZone;
+
public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
@@ -3234,7 +3058,6 @@ public function setDateTime($dateTime)
{
$this->dateTime = $dateTime;
}
-
public function getDateTime()
{
return $this->dateTime;
@@ -3243,12 +3066,10 @@ public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
-
public function getTimeZone()
{
return $this->timeZone;
}
-
}
class Google_Service_Calendar_EventExtendedProperties extends Google_Model
@@ -3258,11 +3079,11 @@ class Google_Service_Calendar_EventExtendedProperties extends Google_Model
public $private;
public $shared;
+
public function setPrivate($private)
{
$this->private = $private;
}
-
public function getPrivate()
{
return $this->private;
@@ -3271,28 +3092,18 @@ public function setShared($shared)
{
$this->shared = $shared;
}
-
public function getShared()
{
return $this->shared;
}
-
}
class Google_Service_Calendar_EventExtendedPropertiesPrivate extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Calendar_EventExtendedPropertiesShared extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Calendar_EventGadget extends Google_Model
@@ -3308,11 +3119,11 @@ class Google_Service_Calendar_EventGadget extends Google_Model
public $type;
public $width;
+
public function setDisplay($display)
{
$this->display = $display;
}
-
public function getDisplay()
{
return $this->display;
@@ -3321,7 +3132,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -3330,7 +3140,6 @@ public function setIconLink($iconLink)
{
$this->iconLink = $iconLink;
}
-
public function getIconLink()
{
return $this->iconLink;
@@ -3339,7 +3148,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -3348,7 +3156,6 @@ public function setPreferences($preferences)
{
$this->preferences = $preferences;
}
-
public function getPreferences()
{
return $this->preferences;
@@ -3357,7 +3164,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3366,7 +3172,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3375,20 +3180,14 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Calendar_EventGadgetPreferences extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Calendar_EventOrganizer extends Google_Model
@@ -3400,11 +3199,11 @@ class Google_Service_Calendar_EventOrganizer extends Google_Model
public $id;
public $self;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3413,7 +3212,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -3422,7 +3220,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3431,12 +3228,10 @@ public function setSelf($self)
{
$this->self = $self;
}
-
public function getSelf()
{
return $this->self;
}
-
}
class Google_Service_Calendar_EventReminder extends Google_Model
@@ -3446,11 +3241,11 @@ class Google_Service_Calendar_EventReminder extends Google_Model
public $method;
public $minutes;
+
public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
@@ -3459,12 +3254,10 @@ public function setMinutes($minutes)
{
$this->minutes = $minutes;
}
-
public function getMinutes()
{
return $this->minutes;
}
-
}
class Google_Service_Calendar_EventReminders extends Google_Collection
@@ -3476,11 +3269,11 @@ class Google_Service_Calendar_EventReminders extends Google_Collection
protected $overridesDataType = 'array';
public $useDefault;
+
public function setOverrides($overrides)
{
$this->overrides = $overrides;
}
-
public function getOverrides()
{
return $this->overrides;
@@ -3489,12 +3282,10 @@ public function setUseDefault($useDefault)
{
$this->useDefault = $useDefault;
}
-
public function getUseDefault()
{
return $this->useDefault;
}
-
}
class Google_Service_Calendar_EventSource extends Google_Model
@@ -3504,11 +3295,11 @@ class Google_Service_Calendar_EventSource extends Google_Model
public $title;
public $url;
+
public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3517,12 +3308,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Calendar_Events extends Google_Collection
@@ -3544,11 +3333,11 @@ class Google_Service_Calendar_Events extends Google_Collection
public $timeZone;
public $updated;
+
public function setAccessRole($accessRole)
{
$this->accessRole = $accessRole;
}
-
public function getAccessRole()
{
return $this->accessRole;
@@ -3557,7 +3346,6 @@ public function setDefaultReminders($defaultReminders)
{
$this->defaultReminders = $defaultReminders;
}
-
public function getDefaultReminders()
{
return $this->defaultReminders;
@@ -3566,7 +3354,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3575,7 +3362,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3584,7 +3370,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3593,7 +3378,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3602,7 +3386,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3611,7 +3394,6 @@ public function setNextSyncToken($nextSyncToken)
{
$this->nextSyncToken = $nextSyncToken;
}
-
public function getNextSyncToken()
{
return $this->nextSyncToken;
@@ -3620,7 +3402,6 @@ public function setSummary($summary)
{
$this->summary = $summary;
}
-
public function getSummary()
{
return $this->summary;
@@ -3629,7 +3410,6 @@ public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
-
public function getTimeZone()
{
return $this->timeZone;
@@ -3638,12 +3418,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Calendar_FreeBusyCalendar extends Google_Collection
@@ -3656,11 +3434,11 @@ class Google_Service_Calendar_FreeBusyCalendar extends Google_Collection
protected $errorsType = 'Google_Service_Calendar_Error';
protected $errorsDataType = 'array';
+
public function setBusy($busy)
{
$this->busy = $busy;
}
-
public function getBusy()
{
return $this->busy;
@@ -3669,12 +3447,10 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_Calendar_FreeBusyGroup extends Google_Collection
@@ -3686,11 +3462,11 @@ class Google_Service_Calendar_FreeBusyGroup extends Google_Collection
protected $errorsType = 'Google_Service_Calendar_Error';
protected $errorsDataType = 'array';
+
public function setCalendars($calendars)
{
$this->calendars = $calendars;
}
-
public function getCalendars()
{
return $this->calendars;
@@ -3699,12 +3475,10 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_Calendar_FreeBusyRequest extends Google_Collection
@@ -3720,11 +3494,11 @@ class Google_Service_Calendar_FreeBusyRequest extends Google_Collection
public $timeMin;
public $timeZone;
+
public function setCalendarExpansionMax($calendarExpansionMax)
{
$this->calendarExpansionMax = $calendarExpansionMax;
}
-
public function getCalendarExpansionMax()
{
return $this->calendarExpansionMax;
@@ -3733,7 +3507,6 @@ public function setGroupExpansionMax($groupExpansionMax)
{
$this->groupExpansionMax = $groupExpansionMax;
}
-
public function getGroupExpansionMax()
{
return $this->groupExpansionMax;
@@ -3742,7 +3515,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3751,7 +3523,6 @@ public function setTimeMax($timeMax)
{
$this->timeMax = $timeMax;
}
-
public function getTimeMax()
{
return $this->timeMax;
@@ -3760,7 +3531,6 @@ public function setTimeMin($timeMin)
{
$this->timeMin = $timeMin;
}
-
public function getTimeMin()
{
return $this->timeMin;
@@ -3769,12 +3539,10 @@ public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
-
public function getTimeZone()
{
return $this->timeZone;
}
-
}
class Google_Service_Calendar_FreeBusyRequestItem extends Google_Model
@@ -3783,16 +3551,15 @@ class Google_Service_Calendar_FreeBusyRequestItem extends Google_Model
);
public $id;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_Calendar_FreeBusyResponse extends Google_Model
@@ -3807,11 +3574,11 @@ class Google_Service_Calendar_FreeBusyResponse extends Google_Model
public $timeMax;
public $timeMin;
+
public function setCalendars($calendars)
{
$this->calendars = $calendars;
}
-
public function getCalendars()
{
return $this->calendars;
@@ -3820,7 +3587,6 @@ public function setGroups($groups)
{
$this->groups = $groups;
}
-
public function getGroups()
{
return $this->groups;
@@ -3829,7 +3595,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3838,7 +3603,6 @@ public function setTimeMax($timeMax)
{
$this->timeMax = $timeMax;
}
-
public function getTimeMax()
{
return $this->timeMax;
@@ -3847,28 +3611,18 @@ public function setTimeMin($timeMin)
{
$this->timeMin = $timeMin;
}
-
public function getTimeMin()
{
return $this->timeMin;
}
-
}
class Google_Service_Calendar_FreeBusyResponseCalendars extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Calendar_FreeBusyResponseGroups extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Calendar_Setting extends Google_Model
@@ -3880,11 +3634,11 @@ class Google_Service_Calendar_Setting extends Google_Model
public $kind;
public $value;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3893,7 +3647,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3902,7 +3655,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3911,12 +3663,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Calendar_Settings extends Google_Collection
@@ -3931,11 +3681,11 @@ class Google_Service_Calendar_Settings extends Google_Collection
public $nextPageToken;
public $nextSyncToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3944,7 +3694,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3953,7 +3702,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3962,7 +3710,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3971,12 +3718,10 @@ public function setNextSyncToken($nextSyncToken)
{
$this->nextSyncToken = $nextSyncToken;
}
-
public function getNextSyncToken()
{
return $this->nextSyncToken;
}
-
}
class Google_Service_Calendar_TimePeriod extends Google_Model
@@ -3986,11 +3731,11 @@ class Google_Service_Calendar_TimePeriod extends Google_Model
public $end;
public $start;
+
public function setEnd($end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -3999,10 +3744,8 @@ public function setStart($start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
}
-
}
From d7ad22748f414c9eef97d720ab0b9b573ca8273c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google Compute Engine Autoscaler API provides autoscaling for groups of Cloud VMs.
- *
* For more information about this service, see the API
@@ -32,9 +32,11 @@
class Google_Service_Autoscaler extends Google_Service
{
/** View and manage your Google Compute Engine resources. */
- const COMPUTE = "https://www.googleapis.com/auth/compute";
+ const COMPUTE =
+ "https://www.googleapis.com/auth/compute";
/** View your Google Compute Engine resources. */
- const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly";
+ const COMPUTE_READONLY =
+ "https://www.googleapis.com/auth/compute.readonly";
public $autoscalers;
public $zoneOperations;
@@ -312,12 +314,9 @@ class Google_Service_Autoscaler_Autoscalers_Resource extends Google_Service_Reso
/**
* Deletes the specified Autoscaler resource. (autoscalers.delete)
*
- * @param string $project
- * Project ID of Autoscaler resource.
- * @param string $zone
- * Zone name of Autoscaler resource.
- * @param string $autoscaler
- * Name of the Autoscaler resource.
+ * @param string $project Project ID of Autoscaler resource.
+ * @param string $zone Zone name of Autoscaler resource.
+ * @param string $autoscaler Name of the Autoscaler resource.
* @param array $optParams Optional parameters.
* @return Google_Service_Autoscaler_Operation
*/
@@ -327,15 +326,13 @@ public function delete($project, $zone, $autoscaler, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Autoscaler_Operation");
}
+
/**
* Gets the specified Autoscaler resource. (autoscalers.get)
*
- * @param string $project
- * Project ID of Autoscaler resource.
- * @param string $zone
- * Zone name of Autoscaler resource.
- * @param string $autoscaler
- * Name of the Autoscaler resource.
+ * @param string $project Project ID of Autoscaler resource.
+ * @param string $zone Zone name of Autoscaler resource.
+ * @param string $autoscaler Name of the Autoscaler resource.
* @param array $optParams Optional parameters.
* @return Google_Service_Autoscaler_Autoscaler
*/
@@ -345,13 +342,12 @@ public function get($project, $zone, $autoscaler, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Autoscaler_Autoscaler");
}
+
/**
* Adds new Autoscaler resource. (autoscalers.insert)
*
- * @param string $project
- * Project ID of Autoscaler resource.
- * @param string $zone
- * Zone name of Autoscaler resource.
+ * @param string $project Project ID of Autoscaler resource.
+ * @param string $zone Zone name of Autoscaler resource.
* @param Google_Autoscaler $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Autoscaler_Operation
@@ -362,21 +358,17 @@ public function insert($project, $zone, Google_Service_Autoscaler_Autoscaler $po
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Autoscaler_Operation");
}
+
/**
* Lists all Autoscaler resources in this zone. (autoscalers.listAutoscalers)
*
- * @param string $project
- * Project ID of Autoscaler resource.
- * @param string $zone
- * Zone name of Autoscaler resource.
+ * @param string $project Project ID of Autoscaler resource.
+ * @param string $zone Zone name of Autoscaler resource.
* @param array $optParams Optional parameters.
*
* @opt_param string filter
- *
* @opt_param string pageToken
- *
* @opt_param string maxResults
- *
* @return Google_Service_Autoscaler_AutoscalerListResponse
*/
public function listAutoscalers($project, $zone, $optParams = array())
@@ -385,16 +377,14 @@ public function listAutoscalers($project, $zone, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Autoscaler_AutoscalerListResponse");
}
+
/**
* Update the entire content of the Autoscaler resource. This method supports
* patch semantics. (autoscalers.patch)
*
- * @param string $project
- * Project ID of Autoscaler resource.
- * @param string $zone
- * Zone name of Autoscaler resource.
- * @param string $autoscaler
- * Name of the Autoscaler resource.
+ * @param string $project Project ID of Autoscaler resource.
+ * @param string $zone Zone name of Autoscaler resource.
+ * @param string $autoscaler Name of the Autoscaler resource.
* @param Google_Autoscaler $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Autoscaler_Operation
@@ -405,15 +395,13 @@ public function patch($project, $zone, $autoscaler, Google_Service_Autoscaler_Au
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Autoscaler_Operation");
}
+
/**
* Update the entire content of the Autoscaler resource. (autoscalers.update)
*
- * @param string $project
- * Project ID of Autoscaler resource.
- * @param string $zone
- * Zone name of Autoscaler resource.
- * @param string $autoscaler
- * Name of the Autoscaler resource.
+ * @param string $project Project ID of Autoscaler resource.
+ * @param string $zone Zone name of Autoscaler resource.
+ * @param string $autoscaler Name of the Autoscaler resource.
* @param Google_Autoscaler $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Autoscaler_Operation
@@ -442,11 +430,8 @@ class Google_Service_Autoscaler_ZoneOperations_Resource extends Google_Service_R
* (zoneOperations.delete)
*
* @param string $project
- *
* @param string $zone
- *
* @param string $operation
- *
* @param array $optParams Optional parameters.
*/
public function delete($project, $zone, $operation, $optParams = array())
@@ -455,16 +440,14 @@ public function delete($project, $zone, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves the specified zone-specific operation resource.
* (zoneOperations.get)
*
* @param string $project
- *
* @param string $zone
- *
* @param string $operation
- *
* @param array $optParams Optional parameters.
* @return Google_Service_Autoscaler_Operation
*/
@@ -474,22 +457,18 @@ public function get($project, $zone, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Autoscaler_Operation");
}
+
/**
* Retrieves the list of operation resources contained within the specified
* zone. (zoneOperations.listZoneOperations)
*
* @param string $project
- *
* @param string $zone
- *
* @param array $optParams Optional parameters.
*
* @opt_param string filter
- *
* @opt_param string pageToken
- *
* @opt_param string maxResults
- *
* @return Google_Service_Autoscaler_OperationList
*/
public function listZoneOperations($project, $zone, $optParams = array())
@@ -515,15 +494,11 @@ class Google_Service_Autoscaler_Zones_Resource extends Google_Service_Resource
* (zones.listZones)
*
* @param string $project
- *
* @param array $optParams Optional parameters.
*
* @opt_param string filter
- *
* @opt_param string pageToken
- *
* @opt_param string maxResults
- *
* @return Google_Service_Autoscaler_ZoneList
*/
public function listZones($project, $optParams = array())
@@ -551,11 +526,11 @@ class Google_Service_Autoscaler_Autoscaler extends Google_Model
public $selfLink;
public $target;
+
public function setAutoscalingPolicy(Google_Service_Autoscaler_AutoscalingPolicy $autoscalingPolicy)
{
$this->autoscalingPolicy = $autoscalingPolicy;
}
-
public function getAutoscalingPolicy()
{
return $this->autoscalingPolicy;
@@ -564,7 +539,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -573,7 +547,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -582,7 +555,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -591,7 +563,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -600,7 +571,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -609,7 +579,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -618,12 +587,10 @@ public function setTarget($target)
{
$this->target = $target;
}
-
public function getTarget()
{
return $this->target;
}
-
}
class Google_Service_Autoscaler_AutoscalerListResponse extends Google_Collection
@@ -636,11 +603,11 @@ class Google_Service_Autoscaler_AutoscalerListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -649,7 +616,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -658,12 +624,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Collection
@@ -681,11 +645,11 @@ class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Collection
public $maxNumReplicas;
public $minNumReplicas;
+
public function setCoolDownPeriodSec($coolDownPeriodSec)
{
$this->coolDownPeriodSec = $coolDownPeriodSec;
}
-
public function getCoolDownPeriodSec()
{
return $this->coolDownPeriodSec;
@@ -694,7 +658,6 @@ public function setCpuUtilization(Google_Service_Autoscaler_AutoscalingPolicyCpu
{
$this->cpuUtilization = $cpuUtilization;
}
-
public function getCpuUtilization()
{
return $this->cpuUtilization;
@@ -703,7 +666,6 @@ public function setCustomMetricUtilizations($customMetricUtilizations)
{
$this->customMetricUtilizations = $customMetricUtilizations;
}
-
public function getCustomMetricUtilizations()
{
return $this->customMetricUtilizations;
@@ -712,7 +674,6 @@ public function setLoadBalancingUtilization(Google_Service_Autoscaler_Autoscalin
{
$this->loadBalancingUtilization = $loadBalancingUtilization;
}
-
public function getLoadBalancingUtilization()
{
return $this->loadBalancingUtilization;
@@ -721,7 +682,6 @@ public function setMaxNumReplicas($maxNumReplicas)
{
$this->maxNumReplicas = $maxNumReplicas;
}
-
public function getMaxNumReplicas()
{
return $this->maxNumReplicas;
@@ -730,12 +690,10 @@ public function setMinNumReplicas($minNumReplicas)
{
$this->minNumReplicas = $minNumReplicas;
}
-
public function getMinNumReplicas()
{
return $this->minNumReplicas;
}
-
}
class Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization extends Google_Model
@@ -744,16 +702,15 @@ class Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization extends Google_M
);
public $utilizationTarget;
+
public function setUtilizationTarget($utilizationTarget)
{
$this->utilizationTarget = $utilizationTarget;
}
-
public function getUtilizationTarget()
{
return $this->utilizationTarget;
}
-
}
class Google_Service_Autoscaler_AutoscalingPolicyCustomMetricUtilization extends Google_Model
@@ -764,11 +721,11 @@ class Google_Service_Autoscaler_AutoscalingPolicyCustomMetricUtilization extends
public $utilizationTarget;
public $utilizationTargetType;
+
public function setMetric($metric)
{
$this->metric = $metric;
}
-
public function getMetric()
{
return $this->metric;
@@ -777,7 +734,6 @@ public function setUtilizationTarget($utilizationTarget)
{
$this->utilizationTarget = $utilizationTarget;
}
-
public function getUtilizationTarget()
{
return $this->utilizationTarget;
@@ -786,12 +742,10 @@ public function setUtilizationTargetType($utilizationTargetType)
{
$this->utilizationTargetType = $utilizationTargetType;
}
-
public function getUtilizationTargetType()
{
return $this->utilizationTargetType;
}
-
}
class Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization extends Google_Model
@@ -800,16 +754,15 @@ class Google_Service_Autoscaler_AutoscalingPolicyLoadBalancingUtilization extend
);
public $utilizationTarget;
+
public function setUtilizationTarget($utilizationTarget)
{
$this->utilizationTarget = $utilizationTarget;
}
-
public function getUtilizationTarget()
{
return $this->utilizationTarget;
}
-
}
class Google_Service_Autoscaler_DeprecationStatus extends Google_Model
@@ -822,11 +775,11 @@ class Google_Service_Autoscaler_DeprecationStatus extends Google_Model
public $replacement;
public $state;
+
public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -835,7 +788,6 @@ public function setDeprecated($deprecated)
{
$this->deprecated = $deprecated;
}
-
public function getDeprecated()
{
return $this->deprecated;
@@ -844,7 +796,6 @@ public function setObsolete($obsolete)
{
$this->obsolete = $obsolete;
}
-
public function getObsolete()
{
return $this->obsolete;
@@ -853,7 +804,6 @@ public function setReplacement($replacement)
{
$this->replacement = $replacement;
}
-
public function getReplacement()
{
return $this->replacement;
@@ -862,12 +812,10 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_Autoscaler_Operation extends Google_Collection
@@ -900,11 +848,11 @@ class Google_Service_Autoscaler_Operation extends Google_Collection
protected $warningsDataType = 'array';
public $zone;
+
public function setClientOperationId($clientOperationId)
{
$this->clientOperationId = $clientOperationId;
}
-
public function getClientOperationId()
{
return $this->clientOperationId;
@@ -913,7 +861,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -922,7 +869,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -931,7 +877,6 @@ public function setError(Google_Service_Autoscaler_OperationError $error)
{
$this->error = $error;
}
-
public function getError()
{
return $this->error;
@@ -940,7 +885,6 @@ public function setHttpErrorMessage($httpErrorMessage)
{
$this->httpErrorMessage = $httpErrorMessage;
}
-
public function getHttpErrorMessage()
{
return $this->httpErrorMessage;
@@ -949,7 +893,6 @@ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
$this->httpErrorStatusCode = $httpErrorStatusCode;
}
-
public function getHttpErrorStatusCode()
{
return $this->httpErrorStatusCode;
@@ -958,7 +901,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -967,7 +909,6 @@ public function setInsertTime($insertTime)
{
$this->insertTime = $insertTime;
}
-
public function getInsertTime()
{
return $this->insertTime;
@@ -976,7 +917,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -985,7 +925,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -994,7 +933,6 @@ public function setOperationType($operationType)
{
$this->operationType = $operationType;
}
-
public function getOperationType()
{
return $this->operationType;
@@ -1003,7 +941,6 @@ public function setProgress($progress)
{
$this->progress = $progress;
}
-
public function getProgress()
{
return $this->progress;
@@ -1012,7 +949,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -1021,7 +957,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1030,7 +965,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -1039,7 +973,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -1048,7 +981,6 @@ public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
}
-
public function getStatusMessage()
{
return $this->statusMessage;
@@ -1057,7 +989,6 @@ public function setTargetId($targetId)
{
$this->targetId = $targetId;
}
-
public function getTargetId()
{
return $this->targetId;
@@ -1066,7 +997,6 @@ public function setTargetLink($targetLink)
{
$this->targetLink = $targetLink;
}
-
public function getTargetLink()
{
return $this->targetLink;
@@ -1075,7 +1005,6 @@ public function setUser($user)
{
$this->user = $user;
}
-
public function getUser()
{
return $this->user;
@@ -1084,7 +1013,6 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
@@ -1093,12 +1021,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Autoscaler_OperationError extends Google_Collection
@@ -1109,16 +1035,15 @@ class Google_Service_Autoscaler_OperationError extends Google_Collection
protected $errorsType = 'Google_Service_Autoscaler_OperationErrorErrors';
protected $errorsDataType = 'array';
+
public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_Autoscaler_OperationErrorErrors extends Google_Model
@@ -1129,11 +1054,11 @@ class Google_Service_Autoscaler_OperationErrorErrors extends Google_Model
public $location;
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1142,7 +1067,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1151,12 +1075,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Autoscaler_OperationList extends Google_Collection
@@ -1171,11 +1093,11 @@ class Google_Service_Autoscaler_OperationList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1184,7 +1106,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1193,7 +1114,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1202,7 +1122,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1211,12 +1130,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Autoscaler_OperationWarnings extends Google_Collection
@@ -1229,11 +1146,11 @@ class Google_Service_Autoscaler_OperationWarnings extends Google_Collection
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1242,7 +1159,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -1251,12 +1167,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Autoscaler_OperationWarningsData extends Google_Model
@@ -1266,11 +1180,11 @@ class Google_Service_Autoscaler_OperationWarningsData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -1279,12 +1193,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Autoscaler_Zone extends Google_Collection
@@ -1305,11 +1217,11 @@ class Google_Service_Autoscaler_Zone extends Google_Collection
public $selfLink;
public $status;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -1318,7 +1230,6 @@ public function setDeprecated(Google_Service_Autoscaler_DeprecationStatus $depre
{
$this->deprecated = $deprecated;
}
-
public function getDeprecated()
{
return $this->deprecated;
@@ -1327,7 +1238,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1336,7 +1246,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1345,7 +1254,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1354,7 +1262,6 @@ public function setMaintenanceWindows($maintenanceWindows)
{
$this->maintenanceWindows = $maintenanceWindows;
}
-
public function getMaintenanceWindows()
{
return $this->maintenanceWindows;
@@ -1363,7 +1270,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1372,7 +1278,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -1381,7 +1286,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1390,12 +1294,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Autoscaler_ZoneList extends Google_Collection
@@ -1410,11 +1312,11 @@ class Google_Service_Autoscaler_ZoneList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1423,7 +1325,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1432,7 +1333,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1441,7 +1341,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1450,12 +1349,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Autoscaler_ZoneMaintenanceWindows extends Google_Model
@@ -1467,11 +1364,11 @@ class Google_Service_Autoscaler_ZoneMaintenanceWindows extends Google_Model
public $endTime;
public $name;
+
public function setBeginTime($beginTime)
{
$this->beginTime = $beginTime;
}
-
public function getBeginTime()
{
return $this->beginTime;
@@ -1480,7 +1377,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1489,7 +1385,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -1498,10 +1393,8 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
From bb7e0f715d819091527761d5af257d689409567e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Report and modify your advertising data in DoubleClick Search (for example, campaigns, ad groups, keywords, and conversions).
- *
* For more information about this service, see the API
@@ -32,7 +32,8 @@
class Google_Service_Doubleclicksearch extends Google_Service
{
/** View and manage your advertising data in DoubleClick Search. */
- const DOUBLECLICKSEARCH = "https://www.googleapis.com/auth/doubleclicksearch";
+ const DOUBLECLICKSEARCH =
+ "https://www.googleapis.com/auth/doubleclicksearch";
public $conversion;
public $reports;
@@ -256,30 +257,22 @@ class Google_Service_Doubleclicksearch_Conversion_Resource extends Google_Servic
* Retrieves a list of conversions from a DoubleClick Search engine account.
* (conversion.get)
*
- * @param string $agencyId
- * Numeric ID of the agency.
- * @param string $advertiserId
- * Numeric ID of the advertiser.
- * @param string $engineAccountId
- * Numeric ID of the engine account.
- * @param int $endDate
- * Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
- * @param int $rowCount
- * The number of conversions to return per call.
- * @param int $startDate
- * First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
- * @param string $startRow
- * The 0-based starting index for retrieving conversions results.
+ * @param string $agencyId Numeric ID of the agency.
+ * @param string $advertiserId Numeric ID of the advertiser.
+ * @param string $engineAccountId Numeric ID of the engine account.
+ * @param int $endDate Last date (inclusive) on which to retrieve conversions.
+ * Format is yyyymmdd.
+ * @param int $rowCount The number of conversions to return per call.
+ * @param int $startDate First date (inclusive) on which to retrieve
+ * conversions. Format is yyyymmdd.
+ * @param string $startRow The 0-based starting index for retrieving conversions
+ * results.
* @param array $optParams Optional parameters.
*
- * @opt_param string adGroupId
- * Numeric ID of the ad group.
- * @opt_param string campaignId
- * Numeric ID of the campaign.
- * @opt_param string adId
- * Numeric ID of the ad.
- * @opt_param string criterionId
- * Numeric ID of the criterion.
+ * @opt_param string adGroupId Numeric ID of the ad group.
+ * @opt_param string campaignId Numeric ID of the campaign.
+ * @opt_param string adId Numeric ID of the ad.
+ * @opt_param string criterionId Numeric ID of the criterion.
* @return Google_Service_Doubleclicksearch_ConversionList
*/
public function get($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCount, $startDate, $startRow, $optParams = array())
@@ -288,6 +281,7 @@ public function get($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCo
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Doubleclicksearch_ConversionList");
}
+
/**
* Inserts a batch of new conversions into DoubleClick Search.
* (conversion.insert)
@@ -302,24 +296,21 @@ public function insert(Google_Service_Doubleclicksearch_ConversionList $postBody
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Doubleclicksearch_ConversionList");
}
+
/**
* Updates a batch of conversions in DoubleClick Search. This method supports
* patch semantics. (conversion.patch)
*
- * @param string $advertiserId
- * Numeric ID of the advertiser.
- * @param string $agencyId
- * Numeric ID of the agency.
- * @param int $endDate
- * Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
- * @param string $engineAccountId
- * Numeric ID of the engine account.
- * @param int $rowCount
- * The number of conversions to return per call.
- * @param int $startDate
- * First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
- * @param string $startRow
- * The 0-based starting index for retrieving conversions results.
+ * @param string $advertiserId Numeric ID of the advertiser.
+ * @param string $agencyId Numeric ID of the agency.
+ * @param int $endDate Last date (inclusive) on which to retrieve conversions.
+ * Format is yyyymmdd.
+ * @param string $engineAccountId Numeric ID of the engine account.
+ * @param int $rowCount The number of conversions to return per call.
+ * @param int $startDate First date (inclusive) on which to retrieve
+ * conversions. Format is yyyymmdd.
+ * @param string $startRow The 0-based starting index for retrieving conversions
+ * results.
* @param Google_ConversionList $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Doubleclicksearch_ConversionList
@@ -330,6 +321,7 @@ public function patch($advertiserId, $agencyId, $endDate, $engineAccountId, $row
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Doubleclicksearch_ConversionList");
}
+
/**
* Updates a batch of conversions in DoubleClick Search. (conversion.update)
*
@@ -343,6 +335,7 @@ public function update(Google_Service_Doubleclicksearch_ConversionList $postBody
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Doubleclicksearch_ConversionList");
}
+
/**
* Updates the availabilities of a batch of floodlight activities in DoubleClick
* Search. (conversion.updateAvailability)
@@ -383,11 +376,11 @@ public function generate(Google_Service_Doubleclicksearch_ReportRequest $postBod
$params = array_merge($params, $optParams);
return $this->call('generate', array($params), "Google_Service_Doubleclicksearch_Report");
}
+
/**
* Polls for the status of a report request. (reports.get)
*
- * @param string $reportId
- * ID of the report request being polled.
+ * @param string $reportId ID of the report request being polled.
* @param array $optParams Optional parameters.
* @return Google_Service_Doubleclicksearch_Report
*/
@@ -397,13 +390,12 @@ public function get($reportId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Doubleclicksearch_Report");
}
+
/**
* Downloads a report file. (reports.getFile)
*
- * @param string $reportId
- * ID of the report.
- * @param int $reportFragment
- * The index of the report fragment to download.
+ * @param string $reportId ID of the report.
+ * @param int $reportFragment The index of the report fragment to download.
* @param array $optParams Optional parameters.
*/
public function getFile($reportId, $reportFragment, $optParams = array())
@@ -412,6 +404,7 @@ public function getFile($reportId, $reportFragment, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getFile', array($params));
}
+
/**
* Inserts a report request into the reporting system. (reports.request)
*
@@ -442,10 +435,8 @@ class Google_Service_Doubleclicksearch_SavedColumns_Resource extends Google_Serv
* Retrieve the list of saved columns for a specified advertiser.
* (savedColumns.listSavedColumns)
*
- * @param string $agencyId
- * DS ID of the agency.
- * @param string $advertiserId
- * DS ID of the advertiser.
+ * @param string $agencyId DS ID of the agency.
+ * @param string $advertiserId DS ID of the advertiser.
* @param array $optParams Optional parameters.
* @return Google_Service_Doubleclicksearch_SavedColumnList
*/
@@ -471,11 +462,11 @@ class Google_Service_Doubleclicksearch_Availability extends Google_Model
public $segmentationName;
public $segmentationType;
+
public function setAdvertiserId($advertiserId)
{
$this->advertiserId = $advertiserId;
}
-
public function getAdvertiserId()
{
return $this->advertiserId;
@@ -484,7 +475,6 @@ public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
}
-
public function getAgencyId()
{
return $this->agencyId;
@@ -493,7 +483,6 @@ public function setAvailabilityTimestamp($availabilityTimestamp)
{
$this->availabilityTimestamp = $availabilityTimestamp;
}
-
public function getAvailabilityTimestamp()
{
return $this->availabilityTimestamp;
@@ -502,7 +491,6 @@ public function setSegmentationId($segmentationId)
{
$this->segmentationId = $segmentationId;
}
-
public function getSegmentationId()
{
return $this->segmentationId;
@@ -511,7 +499,6 @@ public function setSegmentationName($segmentationName)
{
$this->segmentationName = $segmentationName;
}
-
public function getSegmentationName()
{
return $this->segmentationName;
@@ -520,12 +507,10 @@ public function setSegmentationType($segmentationType)
{
$this->segmentationType = $segmentationType;
}
-
public function getSegmentationType()
{
return $this->segmentationType;
}
-
}
class Google_Service_Doubleclicksearch_Conversion extends Google_Collection
@@ -559,11 +544,11 @@ class Google_Service_Doubleclicksearch_Conversion extends Google_Collection
public $state;
public $type;
+
public function setAdGroupId($adGroupId)
{
$this->adGroupId = $adGroupId;
}
-
public function getAdGroupId()
{
return $this->adGroupId;
@@ -572,7 +557,6 @@ public function setAdId($adId)
{
$this->adId = $adId;
}
-
public function getAdId()
{
return $this->adId;
@@ -581,7 +565,6 @@ public function setAdvertiserId($advertiserId)
{
$this->advertiserId = $advertiserId;
}
-
public function getAdvertiserId()
{
return $this->advertiserId;
@@ -590,7 +573,6 @@ public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
}
-
public function getAgencyId()
{
return $this->agencyId;
@@ -599,7 +581,6 @@ public function setCampaignId($campaignId)
{
$this->campaignId = $campaignId;
}
-
public function getCampaignId()
{
return $this->campaignId;
@@ -608,7 +589,6 @@ public function setClickId($clickId)
{
$this->clickId = $clickId;
}
-
public function getClickId()
{
return $this->clickId;
@@ -617,7 +597,6 @@ public function setConversionId($conversionId)
{
$this->conversionId = $conversionId;
}
-
public function getConversionId()
{
return $this->conversionId;
@@ -626,7 +605,6 @@ public function setConversionModifiedTimestamp($conversionModifiedTimestamp)
{
$this->conversionModifiedTimestamp = $conversionModifiedTimestamp;
}
-
public function getConversionModifiedTimestamp()
{
return $this->conversionModifiedTimestamp;
@@ -635,7 +613,6 @@ public function setConversionTimestamp($conversionTimestamp)
{
$this->conversionTimestamp = $conversionTimestamp;
}
-
public function getConversionTimestamp()
{
return $this->conversionTimestamp;
@@ -644,7 +621,6 @@ public function setCriterionId($criterionId)
{
$this->criterionId = $criterionId;
}
-
public function getCriterionId()
{
return $this->criterionId;
@@ -653,7 +629,6 @@ public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
-
public function getCurrencyCode()
{
return $this->currencyCode;
@@ -662,7 +637,6 @@ public function setCustomDimension($customDimension)
{
$this->customDimension = $customDimension;
}
-
public function getCustomDimension()
{
return $this->customDimension;
@@ -671,7 +645,6 @@ public function setCustomMetric($customMetric)
{
$this->customMetric = $customMetric;
}
-
public function getCustomMetric()
{
return $this->customMetric;
@@ -680,7 +653,6 @@ public function setDsConversionId($dsConversionId)
{
$this->dsConversionId = $dsConversionId;
}
-
public function getDsConversionId()
{
return $this->dsConversionId;
@@ -689,7 +661,6 @@ public function setEngineAccountId($engineAccountId)
{
$this->engineAccountId = $engineAccountId;
}
-
public function getEngineAccountId()
{
return $this->engineAccountId;
@@ -698,7 +669,6 @@ public function setFloodlightOrderId($floodlightOrderId)
{
$this->floodlightOrderId = $floodlightOrderId;
}
-
public function getFloodlightOrderId()
{
return $this->floodlightOrderId;
@@ -707,7 +677,6 @@ public function setQuantityMillis($quantityMillis)
{
$this->quantityMillis = $quantityMillis;
}
-
public function getQuantityMillis()
{
return $this->quantityMillis;
@@ -716,7 +685,6 @@ public function setRevenueMicros($revenueMicros)
{
$this->revenueMicros = $revenueMicros;
}
-
public function getRevenueMicros()
{
return $this->revenueMicros;
@@ -725,7 +693,6 @@ public function setSegmentationId($segmentationId)
{
$this->segmentationId = $segmentationId;
}
-
public function getSegmentationId()
{
return $this->segmentationId;
@@ -734,7 +701,6 @@ public function setSegmentationName($segmentationName)
{
$this->segmentationName = $segmentationName;
}
-
public function getSegmentationName()
{
return $this->segmentationName;
@@ -743,7 +709,6 @@ public function setSegmentationType($segmentationType)
{
$this->segmentationType = $segmentationType;
}
-
public function getSegmentationType()
{
return $this->segmentationType;
@@ -752,7 +717,6 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
@@ -761,12 +725,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Doubleclicksearch_ConversionList extends Google_Collection
@@ -778,11 +740,11 @@ class Google_Service_Doubleclicksearch_ConversionList extends Google_Collection
protected $conversionDataType = 'array';
public $kind;
+
public function setConversion($conversion)
{
$this->conversion = $conversion;
}
-
public function getConversion()
{
return $this->conversion;
@@ -791,12 +753,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Doubleclicksearch_CustomDimension extends Google_Model
@@ -806,11 +766,11 @@ class Google_Service_Doubleclicksearch_CustomDimension extends Google_Model
public $name;
public $value;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -819,12 +779,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Doubleclicksearch_CustomMetric extends Google_Model
@@ -834,11 +792,11 @@ class Google_Service_Doubleclicksearch_CustomMetric extends Google_Model
public $name;
public $value;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -847,12 +805,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Doubleclicksearch_Report extends Google_Collection
@@ -872,11 +828,11 @@ class Google_Service_Doubleclicksearch_Report extends Google_Collection
public $statisticsCurrencyCode;
public $statisticsTimeZone;
+
public function setFiles($files)
{
$this->files = $files;
}
-
public function getFiles()
{
return $this->files;
@@ -885,7 +841,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -894,7 +849,6 @@ public function setIsReportReady($isReportReady)
{
$this->isReportReady = $isReportReady;
}
-
public function getIsReportReady()
{
return $this->isReportReady;
@@ -903,7 +857,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -912,7 +865,6 @@ public function setRequest(Google_Service_Doubleclicksearch_ReportRequest $reque
{
$this->request = $request;
}
-
public function getRequest()
{
return $this->request;
@@ -921,7 +873,6 @@ public function setRowCount($rowCount)
{
$this->rowCount = $rowCount;
}
-
public function getRowCount()
{
return $this->rowCount;
@@ -930,7 +881,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -939,7 +889,6 @@ public function setStatisticsCurrencyCode($statisticsCurrencyCode)
{
$this->statisticsCurrencyCode = $statisticsCurrencyCode;
}
-
public function getStatisticsCurrencyCode()
{
return $this->statisticsCurrencyCode;
@@ -948,12 +897,10 @@ public function setStatisticsTimeZone($statisticsTimeZone)
{
$this->statisticsTimeZone = $statisticsTimeZone;
}
-
public function getStatisticsTimeZone()
{
return $this->statisticsTimeZone;
}
-
}
class Google_Service_Doubleclicksearch_ReportApiColumnSpec extends Google_Model
@@ -970,11 +917,11 @@ class Google_Service_Doubleclicksearch_ReportApiColumnSpec extends Google_Model
public $savedColumnName;
public $startDate;
+
public function setColumnName($columnName)
{
$this->columnName = $columnName;
}
-
public function getColumnName()
{
return $this->columnName;
@@ -983,7 +930,6 @@ public function setCustomDimensionName($customDimensionName)
{
$this->customDimensionName = $customDimensionName;
}
-
public function getCustomDimensionName()
{
return $this->customDimensionName;
@@ -992,7 +938,6 @@ public function setCustomMetricName($customMetricName)
{
$this->customMetricName = $customMetricName;
}
-
public function getCustomMetricName()
{
return $this->customMetricName;
@@ -1001,7 +946,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -1010,7 +954,6 @@ public function setGroupByColumn($groupByColumn)
{
$this->groupByColumn = $groupByColumn;
}
-
public function getGroupByColumn()
{
return $this->groupByColumn;
@@ -1019,7 +962,6 @@ public function setHeaderText($headerText)
{
$this->headerText = $headerText;
}
-
public function getHeaderText()
{
return $this->headerText;
@@ -1028,7 +970,6 @@ public function setPlatformSource($platformSource)
{
$this->platformSource = $platformSource;
}
-
public function getPlatformSource()
{
return $this->platformSource;
@@ -1037,7 +978,6 @@ public function setSavedColumnName($savedColumnName)
{
$this->savedColumnName = $savedColumnName;
}
-
public function getSavedColumnName()
{
return $this->savedColumnName;
@@ -1046,12 +986,10 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
}
-
}
class Google_Service_Doubleclicksearch_ReportFiles extends Google_Model
@@ -1061,11 +999,11 @@ class Google_Service_Doubleclicksearch_ReportFiles extends Google_Model
public $byteCount;
public $url;
+
public function setByteCount($byteCount)
{
$this->byteCount = $byteCount;
}
-
public function getByteCount()
{
return $this->byteCount;
@@ -1074,12 +1012,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
@@ -1107,11 +1043,11 @@ class Google_Service_Doubleclicksearch_ReportRequest extends Google_Collection
protected $timeRangeDataType = '';
public $verifySingleTimeZone;
+
public function setColumns($columns)
{
$this->columns = $columns;
}
-
public function getColumns()
{
return $this->columns;
@@ -1120,7 +1056,6 @@ public function setDownloadFormat($downloadFormat)
{
$this->downloadFormat = $downloadFormat;
}
-
public function getDownloadFormat()
{
return $this->downloadFormat;
@@ -1129,7 +1064,6 @@ public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -1138,7 +1072,6 @@ public function setIncludeDeletedEntities($includeDeletedEntities)
{
$this->includeDeletedEntities = $includeDeletedEntities;
}
-
public function getIncludeDeletedEntities()
{
return $this->includeDeletedEntities;
@@ -1147,7 +1080,6 @@ public function setIncludeRemovedEntities($includeRemovedEntities)
{
$this->includeRemovedEntities = $includeRemovedEntities;
}
-
public function getIncludeRemovedEntities()
{
return $this->includeRemovedEntities;
@@ -1156,7 +1088,6 @@ public function setMaxRowsPerFile($maxRowsPerFile)
{
$this->maxRowsPerFile = $maxRowsPerFile;
}
-
public function getMaxRowsPerFile()
{
return $this->maxRowsPerFile;
@@ -1165,7 +1096,6 @@ public function setOrderBy($orderBy)
{
$this->orderBy = $orderBy;
}
-
public function getOrderBy()
{
return $this->orderBy;
@@ -1174,7 +1104,6 @@ public function setReportScope(Google_Service_Doubleclicksearch_ReportRequestRep
{
$this->reportScope = $reportScope;
}
-
public function getReportScope()
{
return $this->reportScope;
@@ -1183,7 +1112,6 @@ public function setReportType($reportType)
{
$this->reportType = $reportType;
}
-
public function getReportType()
{
return $this->reportType;
@@ -1192,7 +1120,6 @@ public function setRowCount($rowCount)
{
$this->rowCount = $rowCount;
}
-
public function getRowCount()
{
return $this->rowCount;
@@ -1201,7 +1128,6 @@ public function setStartRow($startRow)
{
$this->startRow = $startRow;
}
-
public function getStartRow()
{
return $this->startRow;
@@ -1210,7 +1136,6 @@ public function setStatisticsCurrency($statisticsCurrency)
{
$this->statisticsCurrency = $statisticsCurrency;
}
-
public function getStatisticsCurrency()
{
return $this->statisticsCurrency;
@@ -1219,7 +1144,6 @@ public function setTimeRange(Google_Service_Doubleclicksearch_ReportRequestTimeR
{
$this->timeRange = $timeRange;
}
-
public function getTimeRange()
{
return $this->timeRange;
@@ -1228,12 +1152,10 @@ public function setVerifySingleTimeZone($verifySingleTimeZone)
{
$this->verifySingleTimeZone = $verifySingleTimeZone;
}
-
public function getVerifySingleTimeZone()
{
return $this->verifySingleTimeZone;
}
-
}
class Google_Service_Doubleclicksearch_ReportRequestFilters extends Google_Collection
@@ -1246,11 +1168,11 @@ class Google_Service_Doubleclicksearch_ReportRequestFilters extends Google_Colle
public $operator;
public $values;
+
public function setColumn(Google_Service_Doubleclicksearch_ReportApiColumnSpec $column)
{
$this->column = $column;
}
-
public function getColumn()
{
return $this->column;
@@ -1259,7 +1181,6 @@ public function setOperator($operator)
{
$this->operator = $operator;
}
-
public function getOperator()
{
return $this->operator;
@@ -1268,12 +1189,10 @@ public function setValues($values)
{
$this->values = $values;
}
-
public function getValues()
{
return $this->values;
}
-
}
class Google_Service_Doubleclicksearch_ReportRequestOrderBy extends Google_Model
@@ -1284,11 +1203,11 @@ class Google_Service_Doubleclicksearch_ReportRequestOrderBy extends Google_Model
protected $columnDataType = '';
public $sortOrder;
+
public function setColumn(Google_Service_Doubleclicksearch_ReportApiColumnSpec $column)
{
$this->column = $column;
}
-
public function getColumn()
{
return $this->column;
@@ -1297,12 +1216,10 @@ public function setSortOrder($sortOrder)
{
$this->sortOrder = $sortOrder;
}
-
public function getSortOrder()
{
return $this->sortOrder;
}
-
}
class Google_Service_Doubleclicksearch_ReportRequestReportScope extends Google_Model
@@ -1317,11 +1234,11 @@ class Google_Service_Doubleclicksearch_ReportRequestReportScope extends Google_M
public $engineAccountId;
public $keywordId;
+
public function setAdGroupId($adGroupId)
{
$this->adGroupId = $adGroupId;
}
-
public function getAdGroupId()
{
return $this->adGroupId;
@@ -1330,7 +1247,6 @@ public function setAdId($adId)
{
$this->adId = $adId;
}
-
public function getAdId()
{
return $this->adId;
@@ -1339,7 +1255,6 @@ public function setAdvertiserId($advertiserId)
{
$this->advertiserId = $advertiserId;
}
-
public function getAdvertiserId()
{
return $this->advertiserId;
@@ -1348,7 +1263,6 @@ public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
}
-
public function getAgencyId()
{
return $this->agencyId;
@@ -1357,7 +1271,6 @@ public function setCampaignId($campaignId)
{
$this->campaignId = $campaignId;
}
-
public function getCampaignId()
{
return $this->campaignId;
@@ -1366,7 +1279,6 @@ public function setEngineAccountId($engineAccountId)
{
$this->engineAccountId = $engineAccountId;
}
-
public function getEngineAccountId()
{
return $this->engineAccountId;
@@ -1375,12 +1287,10 @@ public function setKeywordId($keywordId)
{
$this->keywordId = $keywordId;
}
-
public function getKeywordId()
{
return $this->keywordId;
}
-
}
class Google_Service_Doubleclicksearch_ReportRequestTimeRange extends Google_Model
@@ -1392,11 +1302,11 @@ class Google_Service_Doubleclicksearch_ReportRequestTimeRange extends Google_Mod
public $endDate;
public $startDate;
+
public function setChangedAttributesSinceTimestamp($changedAttributesSinceTimestamp)
{
$this->changedAttributesSinceTimestamp = $changedAttributesSinceTimestamp;
}
-
public function getChangedAttributesSinceTimestamp()
{
return $this->changedAttributesSinceTimestamp;
@@ -1405,7 +1315,6 @@ public function setChangedMetricsSinceTimestamp($changedMetricsSinceTimestamp)
{
$this->changedMetricsSinceTimestamp = $changedMetricsSinceTimestamp;
}
-
public function getChangedMetricsSinceTimestamp()
{
return $this->changedMetricsSinceTimestamp;
@@ -1414,7 +1323,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -1423,20 +1331,14 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
}
-
}
class Google_Service_Doubleclicksearch_ReportRow extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Doubleclicksearch_SavedColumn extends Google_Model
@@ -1447,11 +1349,11 @@ class Google_Service_Doubleclicksearch_SavedColumn extends Google_Model
public $savedColumnName;
public $type;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1460,7 +1362,6 @@ public function setSavedColumnName($savedColumnName)
{
$this->savedColumnName = $savedColumnName;
}
-
public function getSavedColumnName()
{
return $this->savedColumnName;
@@ -1469,12 +1370,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Doubleclicksearch_SavedColumnList extends Google_Collection
@@ -1486,11 +1385,11 @@ class Google_Service_Doubleclicksearch_SavedColumnList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1499,12 +1398,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Doubleclicksearch_UpdateAvailabilityRequest extends Google_Collection
@@ -1515,16 +1412,15 @@ class Google_Service_Doubleclicksearch_UpdateAvailabilityRequest extends Google_
protected $availabilitiesType = 'Google_Service_Doubleclicksearch_Availability';
protected $availabilitiesDataType = 'array';
+
public function setAvailabilities($availabilities)
{
$this->availabilities = $availabilities;
}
-
public function getAvailabilities()
{
return $this->availabilities;
}
-
}
class Google_Service_Doubleclicksearch_UpdateAvailabilityResponse extends Google_Collection
@@ -1535,14 +1431,13 @@ class Google_Service_Doubleclicksearch_UpdateAvailabilityResponse extends Google
protected $availabilitiesType = 'Google_Service_Doubleclicksearch_Availability';
protected $availabilitiesDataType = 'array';
+
public function setAvailabilities($availabilities)
{
$this->availabilities = $availabilities;
}
-
public function getAvailabilities()
{
return $this->availabilities;
}
-
}
From 2dbc0a7eff0aaa439a6c40f551d64b3c357c07cc Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for working with Fusion Tables data.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Fusiontables extends Google_Service
{
/** Manage your Fusion Tables. */
- const FUSIONTABLES = "https://www.googleapis.com/auth/fusiontables";
+ const FUSIONTABLES =
+ "https://www.googleapis.com/auth/fusiontables";
/** View your Fusion Tables. */
- const FUSIONTABLES_READONLY = "https://www.googleapis.com/auth/fusiontables.readonly";
+ const FUSIONTABLES_READONLY =
+ "https://www.googleapis.com/auth/fusiontables.readonly";
public $column;
public $query;
@@ -613,10 +614,8 @@ class Google_Service_Fusiontables_Column_Resource extends Google_Service_Resourc
/**
* Deletes the column. (column.delete)
*
- * @param string $tableId
- * Table from which the column is being deleted.
- * @param string $columnId
- * Name or identifier for the column being deleted.
+ * @param string $tableId Table from which the column is being deleted.
+ * @param string $columnId Name or identifier for the column being deleted.
* @param array $optParams Optional parameters.
*/
public function delete($tableId, $columnId, $optParams = array())
@@ -625,13 +624,13 @@ public function delete($tableId, $columnId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a specific column by its id. (column.get)
*
- * @param string $tableId
- * Table to which the column belongs.
- * @param string $columnId
- * Name or identifier for the column that is being requested.
+ * @param string $tableId Table to which the column belongs.
+ * @param string $columnId Name or identifier for the column that is being
+ * requested.
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Column
*/
@@ -641,11 +640,11 @@ public function get($tableId, $columnId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Fusiontables_Column");
}
+
/**
* Adds a new column to the table. (column.insert)
*
- * @param string $tableId
- * Table for which a new column is being added.
+ * @param string $tableId Table for which a new column is being added.
* @param Google_Column $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Column
@@ -656,17 +655,17 @@ public function insert($tableId, Google_Service_Fusiontables_Column $postBody, $
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Fusiontables_Column");
}
+
/**
* Retrieves a list of columns. (column.listColumn)
*
- * @param string $tableId
- * Table whose columns are being listed.
+ * @param string $tableId Table whose columns are being listed.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Continuation token specifying which result page to return. Optional.
- * @opt_param string maxResults
- * Maximum number of columns to return. Optional. Default is 5.
+ * @opt_param string pageToken Continuation token specifying which result page
+ * to return. Optional.
+ * @opt_param string maxResults Maximum number of columns to return. Optional.
+ * Default is 5.
* @return Google_Service_Fusiontables_ColumnList
*/
public function listColumn($tableId, $optParams = array())
@@ -675,14 +674,14 @@ public function listColumn($tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Fusiontables_ColumnList");
}
+
/**
* Updates the name or type of an existing column. This method supports patch
* semantics. (column.patch)
*
- * @param string $tableId
- * Table for which the column is being updated.
- * @param string $columnId
- * Name or identifier for the column that is being updated.
+ * @param string $tableId Table for which the column is being updated.
+ * @param string $columnId Name or identifier for the column that is being
+ * updated.
* @param Google_Column $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Column
@@ -693,13 +692,13 @@ public function patch($tableId, $columnId, Google_Service_Fusiontables_Column $p
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Fusiontables_Column");
}
+
/**
* Updates the name or type of an existing column. (column.update)
*
- * @param string $tableId
- * Table for which the column is being updated.
- * @param string $columnId
- * Name or identifier for the column that is being updated.
+ * @param string $tableId Table for which the column is being updated.
+ * @param string $columnId Name or identifier for the column that is being
+ * updated.
* @param Google_Column $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Column
@@ -727,15 +726,15 @@ class Google_Service_Fusiontables_Query_Resource extends Google_Service_Resource
* Executes an SQL SELECT/INSERT/UPDATE/DELETE/SHOW/DESCRIBE/CREATE statement.
* (query.sql)
*
- * @param string $sql
- * An SQL SELECT/SHOW/DESCRIBE/INSERT/UPDATE/DELETE/CREATE statement.
+ * @param string $sql An SQL SELECT/SHOW/DESCRIBE/INSERT/UPDATE/DELETE/CREATE
+ * statement.
* @param array $optParams Optional parameters.
*
- * @opt_param bool typed
- * Should typed values be returned in the (JSON) response -- numbers for numeric values and parsed
- * geometries for KML values? Default is true.
- * @opt_param bool hdrs
- * Should column names be included (in the first row)?. Default is true.
+ * @opt_param bool typed Should typed values be returned in the (JSON) response
+ * -- numbers for numeric values and parsed geometries for KML values? Default
+ * is true.
+ * @opt_param bool hdrs Should column names be included (in the first row)?.
+ * Default is true.
* @return Google_Service_Fusiontables_Sqlresponse
*/
public function sql($sql, $optParams = array())
@@ -744,18 +743,18 @@ public function sql($sql, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('sql', array($params), "Google_Service_Fusiontables_Sqlresponse");
}
+
/**
* Executes an SQL SELECT/SHOW/DESCRIBE statement. (query.sqlGet)
*
- * @param string $sql
- * An SQL SELECT/SHOW/DESCRIBE statement.
+ * @param string $sql An SQL SELECT/SHOW/DESCRIBE statement.
* @param array $optParams Optional parameters.
*
- * @opt_param bool typed
- * Should typed values be returned in the (JSON) response -- numbers for numeric values and parsed
- * geometries for KML values? Default is true.
- * @opt_param bool hdrs
- * Should column names be included (in the first row)?. Default is true.
+ * @opt_param bool typed Should typed values be returned in the (JSON) response
+ * -- numbers for numeric values and parsed geometries for KML values? Default
+ * is true.
+ * @opt_param bool hdrs Should column names be included (in the first row)?.
+ * Default is true.
* @return Google_Service_Fusiontables_Sqlresponse
*/
public function sqlGet($sql, $optParams = array())
@@ -780,10 +779,8 @@ class Google_Service_Fusiontables_Style_Resource extends Google_Service_Resource
/**
* Deletes a style. (style.delete)
*
- * @param string $tableId
- * Table from which the style is being deleted
- * @param int $styleId
- * Identifier (within a table) for the style being deleted
+ * @param string $tableId Table from which the style is being deleted
+ * @param int $styleId Identifier (within a table) for the style being deleted
* @param array $optParams Optional parameters.
*/
public function delete($tableId, $styleId, $optParams = array())
@@ -792,13 +789,12 @@ public function delete($tableId, $styleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a specific style. (style.get)
*
- * @param string $tableId
- * Table to which the requested style belongs
- * @param int $styleId
- * Identifier (integer) for a specific style in a table
+ * @param string $tableId Table to which the requested style belongs
+ * @param int $styleId Identifier (integer) for a specific style in a table
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_StyleSetting
*/
@@ -808,11 +804,11 @@ public function get($tableId, $styleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Fusiontables_StyleSetting");
}
+
/**
* Adds a new style for the table. (style.insert)
*
- * @param string $tableId
- * Table for which a new style is being added
+ * @param string $tableId Table for which a new style is being added
* @param Google_StyleSetting $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_StyleSetting
@@ -823,17 +819,17 @@ public function insert($tableId, Google_Service_Fusiontables_StyleSetting $postB
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Fusiontables_StyleSetting");
}
+
/**
* Retrieves a list of styles. (style.listStyle)
*
- * @param string $tableId
- * Table whose styles are being listed
+ * @param string $tableId Table whose styles are being listed
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Continuation token specifying which result page to return. Optional.
- * @opt_param string maxResults
- * Maximum number of styles to return. Optional. Default is 5.
+ * @opt_param string pageToken Continuation token specifying which result page
+ * to return. Optional.
+ * @opt_param string maxResults Maximum number of styles to return. Optional.
+ * Default is 5.
* @return Google_Service_Fusiontables_StyleSettingList
*/
public function listStyle($tableId, $optParams = array())
@@ -842,14 +838,13 @@ public function listStyle($tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Fusiontables_StyleSettingList");
}
+
/**
* Updates an existing style. This method supports patch semantics.
* (style.patch)
*
- * @param string $tableId
- * Table whose style is being updated.
- * @param int $styleId
- * Identifier (within a table) for the style being updated.
+ * @param string $tableId Table whose style is being updated.
+ * @param int $styleId Identifier (within a table) for the style being updated.
* @param Google_StyleSetting $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_StyleSetting
@@ -860,13 +855,12 @@ public function patch($tableId, $styleId, Google_Service_Fusiontables_StyleSetti
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Fusiontables_StyleSetting");
}
+
/**
* Updates an existing style. (style.update)
*
- * @param string $tableId
- * Table whose style is being updated.
- * @param int $styleId
- * Identifier (within a table) for the style being updated.
+ * @param string $tableId Table whose style is being updated.
+ * @param int $styleId Identifier (within a table) for the style being updated.
* @param Google_StyleSetting $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_StyleSetting
@@ -893,12 +887,11 @@ class Google_Service_Fusiontables_Table_Resource extends Google_Service_Resource
/**
* Copies a table. (table.copy)
*
- * @param string $tableId
- * ID of the table that is being copied.
+ * @param string $tableId ID of the table that is being copied.
* @param array $optParams Optional parameters.
*
- * @opt_param bool copyPresentation
- * Whether to also copy tabs, styles, and templates. Default is false.
+ * @opt_param bool copyPresentation Whether to also copy tabs, styles, and
+ * templates. Default is false.
* @return Google_Service_Fusiontables_Table
*/
public function copy($tableId, $optParams = array())
@@ -907,11 +900,11 @@ public function copy($tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('copy', array($params), "Google_Service_Fusiontables_Table");
}
+
/**
* Deletes a table. (table.delete)
*
- * @param string $tableId
- * ID of the table that is being deleted.
+ * @param string $tableId ID of the table that is being deleted.
* @param array $optParams Optional parameters.
*/
public function delete($tableId, $optParams = array())
@@ -920,11 +913,11 @@ public function delete($tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a specific table by its id. (table.get)
*
- * @param string $tableId
- * Identifier(ID) for the table being requested.
+ * @param string $tableId Identifier(ID) for the table being requested.
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Table
*/
@@ -934,31 +927,30 @@ public function get($tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Fusiontables_Table");
}
+
/**
* Import more rows into a table. (table.importRows)
*
- * @param string $tableId
- * The table into which new rows are being imported.
+ * @param string $tableId The table into which new rows are being imported.
* @param array $optParams Optional parameters.
*
- * @opt_param int startLine
- * The index of the first line from which to start importing, inclusive. Default is 0.
- * @opt_param bool isStrict
- * Whether the CSV must have the same number of values for each row. If false, rows with fewer
- * values will be padded with empty values. Default is true.
- * @opt_param string encoding
- * The encoding of the content. Default is UTF-8. Use 'auto-detect' if you are unsure of the
- * encoding.
- * @opt_param string delimiter
- * The delimiter used to separate cell values. This can only consist of a single character. Default
- * is ','.
- * @opt_param int endLine
- * The index of the last line from which to start importing, exclusive. Thus, the number of
- * imported lines is endLine - startLine. If this parameter is not provided, the file will be
- * imported until the last line of the file. If endLine is negative, then the imported content will
- * exclude the last endLine lines. That is, if endline is negative, no line will be imported whose
- * index is greater than N + endLine where N is the number of lines in the file, and the number of
- * imported lines will be N + endLine - startLine.
+ * @opt_param int startLine The index of the first line from which to start
+ * importing, inclusive. Default is 0.
+ * @opt_param bool isStrict Whether the CSV must have the same number of values
+ * for each row. If false, rows with fewer values will be padded with empty
+ * values. Default is true.
+ * @opt_param string encoding The encoding of the content. Default is UTF-8. Use
+ * 'auto-detect' if you are unsure of the encoding.
+ * @opt_param string delimiter The delimiter used to separate cell values. This
+ * can only consist of a single character. Default is ','.
+ * @opt_param int endLine The index of the last line from which to start
+ * importing, exclusive. Thus, the number of imported lines is endLine -
+ * startLine. If this parameter is not provided, the file will be imported until
+ * the last line of the file. If endLine is negative, then the imported content
+ * will exclude the last endLine lines. That is, if endline is negative, no line
+ * will be imported whose index is greater than N + endLine where N is the
+ * number of lines in the file, and the number of imported lines will be N +
+ * endLine - startLine.
* @return Google_Service_Fusiontables_Import
*/
public function importRows($tableId, $optParams = array())
@@ -967,19 +959,17 @@ public function importRows($tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('importRows', array($params), "Google_Service_Fusiontables_Import");
}
+
/**
* Import a new table. (table.importTable)
*
- * @param string $name
- * The name to be assigned to the new table.
+ * @param string $name The name to be assigned to the new table.
* @param array $optParams Optional parameters.
*
- * @opt_param string delimiter
- * The delimiter used to separate cell values. This can only consist of a single character. Default
- * is ','.
- * @opt_param string encoding
- * The encoding of the content. Default is UTF-8. Use 'auto-detect' if you are unsure of the
- * encoding.
+ * @opt_param string delimiter The delimiter used to separate cell values. This
+ * can only consist of a single character. Default is ','.
+ * @opt_param string encoding The encoding of the content. Default is UTF-8. Use
+ * 'auto-detect' if you are unsure of the encoding.
* @return Google_Service_Fusiontables_Table
*/
public function importTable($name, $optParams = array())
@@ -988,6 +978,7 @@ public function importTable($name, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('importTable', array($params), "Google_Service_Fusiontables_Table");
}
+
/**
* Creates a new table. (table.insert)
*
@@ -1001,15 +992,16 @@ public function insert(Google_Service_Fusiontables_Table $postBody, $optParams =
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Fusiontables_Table");
}
+
/**
* Retrieves a list of tables a user owns. (table.listTable)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Continuation token specifying which result page to return. Optional.
- * @opt_param string maxResults
- * Maximum number of styles to return. Optional. Default is 5.
+ * @opt_param string pageToken Continuation token specifying which result page
+ * to return. Optional.
+ * @opt_param string maxResults Maximum number of styles to return. Optional.
+ * Default is 5.
* @return Google_Service_Fusiontables_TableList
*/
public function listTable($optParams = array())
@@ -1018,19 +1010,19 @@ public function listTable($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Fusiontables_TableList");
}
+
/**
* Updates an existing table. Unless explicitly requested, only the name,
* description, and attribution will be updated. This method supports patch
* semantics. (table.patch)
*
- * @param string $tableId
- * ID of the table that is being updated.
+ * @param string $tableId ID of the table that is being updated.
* @param Google_Table $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool replaceViewDefinition
- * Should the view definition also be updated? The specified view definition replaces the existing
- * one. Only a view can be updated with a new definition.
+ * @opt_param bool replaceViewDefinition Should the view definition also be
+ * updated? The specified view definition replaces the existing one. Only a view
+ * can be updated with a new definition.
* @return Google_Service_Fusiontables_Table
*/
public function patch($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array())
@@ -1039,18 +1031,18 @@ public function patch($tableId, Google_Service_Fusiontables_Table $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Fusiontables_Table");
}
+
/**
* Updates an existing table. Unless explicitly requested, only the name,
* description, and attribution will be updated. (table.update)
*
- * @param string $tableId
- * ID of the table that is being updated.
+ * @param string $tableId ID of the table that is being updated.
* @param Google_Table $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool replaceViewDefinition
- * Should the view definition also be updated? The specified view definition replaces the existing
- * one. Only a view can be updated with a new definition.
+ * @opt_param bool replaceViewDefinition Should the view definition also be
+ * updated? The specified view definition replaces the existing one. Only a view
+ * can be updated with a new definition.
* @return Google_Service_Fusiontables_Table
*/
public function update($tableId, Google_Service_Fusiontables_Table $postBody, $optParams = array())
@@ -1075,10 +1067,8 @@ class Google_Service_Fusiontables_Task_Resource extends Google_Service_Resource
/**
* Deletes the task, unless already started. (task.delete)
*
- * @param string $tableId
- * Table from which the task is being deleted.
+ * @param string $tableId Table from which the task is being deleted.
* @param string $taskId
- *
* @param array $optParams Optional parameters.
*/
public function delete($tableId, $taskId, $optParams = array())
@@ -1087,13 +1077,12 @@ public function delete($tableId, $taskId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a specific task by its id. (task.get)
*
- * @param string $tableId
- * Table to which the task belongs.
+ * @param string $tableId Table to which the task belongs.
* @param string $taskId
- *
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Task
*/
@@ -1103,19 +1092,17 @@ public function get($tableId, $taskId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Fusiontables_Task");
}
+
/**
* Retrieves a list of tasks. (task.listTask)
*
- * @param string $tableId
- * Table whose tasks are being listed.
+ * @param string $tableId Table whose tasks are being listed.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken
- *
* @opt_param string startIndex
- *
- * @opt_param string maxResults
- * Maximum number of columns to return. Optional. Default is 5.
+ * @opt_param string maxResults Maximum number of columns to return. Optional.
+ * Default is 5.
* @return Google_Service_Fusiontables_TaskList
*/
public function listTask($tableId, $optParams = array())
@@ -1140,10 +1127,8 @@ class Google_Service_Fusiontables_Template_Resource extends Google_Service_Resou
/**
* Deletes a template (template.delete)
*
- * @param string $tableId
- * Table from which the template is being deleted
- * @param int $templateId
- * Identifier for the template which is being deleted
+ * @param string $tableId Table from which the template is being deleted
+ * @param int $templateId Identifier for the template which is being deleted
* @param array $optParams Optional parameters.
*/
public function delete($tableId, $templateId, $optParams = array())
@@ -1152,13 +1137,12 @@ public function delete($tableId, $templateId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a specific template by its id (template.get)
*
- * @param string $tableId
- * Table to which the template belongs
- * @param int $templateId
- * Identifier for the template that is being requested
+ * @param string $tableId Table to which the template belongs
+ * @param int $templateId Identifier for the template that is being requested
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Template
*/
@@ -1168,11 +1152,11 @@ public function get($tableId, $templateId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Fusiontables_Template");
}
+
/**
* Creates a new template for the table. (template.insert)
*
- * @param string $tableId
- * Table for which a new template is being created
+ * @param string $tableId Table for which a new template is being created
* @param Google_Template $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Template
@@ -1183,17 +1167,18 @@ public function insert($tableId, Google_Service_Fusiontables_Template $postBody,
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Fusiontables_Template");
}
+
/**
* Retrieves a list of templates. (template.listTemplate)
*
- * @param string $tableId
- * Identifier for the table whose templates are being requested
+ * @param string $tableId Identifier for the table whose templates are being
+ * requested
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Continuation token specifying which results page to return. Optional.
- * @opt_param string maxResults
- * Maximum number of templates to return. Optional. Default is 5.
+ * @opt_param string pageToken Continuation token specifying which results page
+ * to return. Optional.
+ * @opt_param string maxResults Maximum number of templates to return. Optional.
+ * Default is 5.
* @return Google_Service_Fusiontables_TemplateList
*/
public function listTemplate($tableId, $optParams = array())
@@ -1202,14 +1187,13 @@ public function listTemplate($tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Fusiontables_TemplateList");
}
+
/**
* Updates an existing template. This method supports patch semantics.
* (template.patch)
*
- * @param string $tableId
- * Table to which the updated template belongs
- * @param int $templateId
- * Identifier for the template that is being updated
+ * @param string $tableId Table to which the updated template belongs
+ * @param int $templateId Identifier for the template that is being updated
* @param Google_Template $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Template
@@ -1220,13 +1204,12 @@ public function patch($tableId, $templateId, Google_Service_Fusiontables_Templat
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Fusiontables_Template");
}
+
/**
* Updates an existing template (template.update)
*
- * @param string $tableId
- * Table to which the updated template belongs
- * @param int $templateId
- * Identifier for the template that is being updated
+ * @param string $tableId Table to which the updated template belongs
+ * @param int $templateId Identifier for the template that is being updated
* @param Google_Template $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fusiontables_Template
@@ -1253,11 +1236,11 @@ class Google_Service_Fusiontables_Bucket extends Google_Model
public $opacity;
public $weight;
+
public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -1266,7 +1249,6 @@ public function setIcon($icon)
{
$this->icon = $icon;
}
-
public function getIcon()
{
return $this->icon;
@@ -1275,7 +1257,6 @@ public function setMax($max)
{
$this->max = $max;
}
-
public function getMax()
{
return $this->max;
@@ -1284,7 +1265,6 @@ public function setMin($min)
{
$this->min = $min;
}
-
public function getMin()
{
return $this->min;
@@ -1293,7 +1273,6 @@ public function setOpacity($opacity)
{
$this->opacity = $opacity;
}
-
public function getOpacity()
{
return $this->opacity;
@@ -1302,12 +1281,10 @@ public function setWeight($weight)
{
$this->weight = $weight;
}
-
public function getWeight()
{
return $this->weight;
}
-
}
class Google_Service_Fusiontables_Column extends Google_Model
@@ -1324,11 +1301,11 @@ class Google_Service_Fusiontables_Column extends Google_Model
public $name;
public $type;
+
public function setBaseColumn(Google_Service_Fusiontables_ColumnBaseColumn $baseColumn)
{
$this->baseColumn = $baseColumn;
}
-
public function getBaseColumn()
{
return $this->baseColumn;
@@ -1337,7 +1314,6 @@ public function setColumnId($columnId)
{
$this->columnId = $columnId;
}
-
public function getColumnId()
{
return $this->columnId;
@@ -1346,7 +1322,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1355,7 +1330,6 @@ public function setGraphPredicate($graphPredicate)
{
$this->graphPredicate = $graphPredicate;
}
-
public function getGraphPredicate()
{
return $this->graphPredicate;
@@ -1364,7 +1338,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1373,7 +1346,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1382,12 +1354,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Fusiontables_ColumnBaseColumn extends Google_Model
@@ -1397,11 +1367,11 @@ class Google_Service_Fusiontables_ColumnBaseColumn extends Google_Model
public $columnId;
public $tableIndex;
+
public function setColumnId($columnId)
{
$this->columnId = $columnId;
}
-
public function getColumnId()
{
return $this->columnId;
@@ -1410,12 +1380,10 @@ public function setTableIndex($tableIndex)
{
$this->tableIndex = $tableIndex;
}
-
public function getTableIndex()
{
return $this->tableIndex;
}
-
}
class Google_Service_Fusiontables_ColumnList extends Google_Collection
@@ -1429,11 +1397,11 @@ class Google_Service_Fusiontables_ColumnList extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1442,7 +1410,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1451,7 +1418,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1460,12 +1426,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Fusiontables_Geometry extends Google_Collection
@@ -1477,11 +1441,11 @@ class Google_Service_Fusiontables_Geometry extends Google_Collection
public $geometry;
public $type;
+
public function setGeometries($geometries)
{
$this->geometries = $geometries;
}
-
public function getGeometries()
{
return $this->geometries;
@@ -1490,7 +1454,6 @@ public function setGeometry($geometry)
{
$this->geometry = $geometry;
}
-
public function getGeometry()
{
return $this->geometry;
@@ -1499,12 +1462,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Fusiontables_Import extends Google_Model
@@ -1514,11 +1475,11 @@ class Google_Service_Fusiontables_Import extends Google_Model
public $kind;
public $numRowsReceived;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1527,12 +1488,10 @@ public function setNumRowsReceived($numRowsReceived)
{
$this->numRowsReceived = $numRowsReceived;
}
-
public function getNumRowsReceived()
{
return $this->numRowsReceived;
}
-
}
class Google_Service_Fusiontables_Line extends Google_Collection
@@ -1543,11 +1502,11 @@ class Google_Service_Fusiontables_Line extends Google_Collection
public $coordinates;
public $type;
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
@@ -1556,12 +1515,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Fusiontables_LineStyle extends Google_Model
@@ -1576,11 +1533,11 @@ class Google_Service_Fusiontables_LineStyle extends Google_Model
protected $strokeWeightStylerType = 'Google_Service_Fusiontables_StyleFunction';
protected $strokeWeightStylerDataType = '';
+
public function setStrokeColor($strokeColor)
{
$this->strokeColor = $strokeColor;
}
-
public function getStrokeColor()
{
return $this->strokeColor;
@@ -1589,7 +1546,6 @@ public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $
{
$this->strokeColorStyler = $strokeColorStyler;
}
-
public function getStrokeColorStyler()
{
return $this->strokeColorStyler;
@@ -1598,7 +1554,6 @@ public function setStrokeOpacity($strokeOpacity)
{
$this->strokeOpacity = $strokeOpacity;
}
-
public function getStrokeOpacity()
{
return $this->strokeOpacity;
@@ -1607,7 +1562,6 @@ public function setStrokeWeight($strokeWeight)
{
$this->strokeWeight = $strokeWeight;
}
-
public function getStrokeWeight()
{
return $this->strokeWeight;
@@ -1616,12 +1570,10 @@ public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction
{
$this->strokeWeightStyler = $strokeWeightStyler;
}
-
public function getStrokeWeightStyler()
{
return $this->strokeWeightStyler;
}
-
}
class Google_Service_Fusiontables_Point extends Google_Collection
@@ -1632,11 +1584,11 @@ class Google_Service_Fusiontables_Point extends Google_Collection
public $coordinates;
public $type;
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
@@ -1645,12 +1597,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Fusiontables_PointStyle extends Google_Model
@@ -1661,11 +1611,11 @@ class Google_Service_Fusiontables_PointStyle extends Google_Model
protected $iconStylerType = 'Google_Service_Fusiontables_StyleFunction';
protected $iconStylerDataType = '';
+
public function setIconName($iconName)
{
$this->iconName = $iconName;
}
-
public function getIconName()
{
return $this->iconName;
@@ -1674,12 +1624,10 @@ public function setIconStyler(Google_Service_Fusiontables_StyleFunction $iconSty
{
$this->iconStyler = $iconStyler;
}
-
public function getIconStyler()
{
return $this->iconStyler;
}
-
}
class Google_Service_Fusiontables_Polygon extends Google_Collection
@@ -1690,11 +1638,11 @@ class Google_Service_Fusiontables_Polygon extends Google_Collection
public $coordinates;
public $type;
+
public function setCoordinates($coordinates)
{
$this->coordinates = $coordinates;
}
-
public function getCoordinates()
{
return $this->coordinates;
@@ -1703,12 +1651,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Fusiontables_PolygonStyle extends Google_Model
@@ -1727,11 +1673,11 @@ class Google_Service_Fusiontables_PolygonStyle extends Google_Model
protected $strokeWeightStylerType = 'Google_Service_Fusiontables_StyleFunction';
protected $strokeWeightStylerDataType = '';
+
public function setFillColor($fillColor)
{
$this->fillColor = $fillColor;
}
-
public function getFillColor()
{
return $this->fillColor;
@@ -1740,7 +1686,6 @@ public function setFillColorStyler(Google_Service_Fusiontables_StyleFunction $fi
{
$this->fillColorStyler = $fillColorStyler;
}
-
public function getFillColorStyler()
{
return $this->fillColorStyler;
@@ -1749,7 +1694,6 @@ public function setFillOpacity($fillOpacity)
{
$this->fillOpacity = $fillOpacity;
}
-
public function getFillOpacity()
{
return $this->fillOpacity;
@@ -1758,7 +1702,6 @@ public function setStrokeColor($strokeColor)
{
$this->strokeColor = $strokeColor;
}
-
public function getStrokeColor()
{
return $this->strokeColor;
@@ -1767,7 +1710,6 @@ public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $
{
$this->strokeColorStyler = $strokeColorStyler;
}
-
public function getStrokeColorStyler()
{
return $this->strokeColorStyler;
@@ -1776,7 +1718,6 @@ public function setStrokeOpacity($strokeOpacity)
{
$this->strokeOpacity = $strokeOpacity;
}
-
public function getStrokeOpacity()
{
return $this->strokeOpacity;
@@ -1785,7 +1726,6 @@ public function setStrokeWeight($strokeWeight)
{
$this->strokeWeight = $strokeWeight;
}
-
public function getStrokeWeight()
{
return $this->strokeWeight;
@@ -1794,12 +1734,10 @@ public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction
{
$this->strokeWeightStyler = $strokeWeightStyler;
}
-
public function getStrokeWeightStyler()
{
return $this->strokeWeightStyler;
}
-
}
class Google_Service_Fusiontables_Sqlresponse extends Google_Collection
@@ -1811,11 +1749,11 @@ class Google_Service_Fusiontables_Sqlresponse extends Google_Collection
public $kind;
public $rows;
+
public function setColumns($columns)
{
$this->columns = $columns;
}
-
public function getColumns()
{
return $this->columns;
@@ -1824,7 +1762,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1833,12 +1770,10 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
}
-
}
class Google_Service_Fusiontables_StyleFunction extends Google_Collection
@@ -1853,11 +1788,11 @@ class Google_Service_Fusiontables_StyleFunction extends Google_Collection
protected $gradientDataType = '';
public $kind;
+
public function setBuckets($buckets)
{
$this->buckets = $buckets;
}
-
public function getBuckets()
{
return $this->buckets;
@@ -1866,7 +1801,6 @@ public function setColumnName($columnName)
{
$this->columnName = $columnName;
}
-
public function getColumnName()
{
return $this->columnName;
@@ -1875,7 +1809,6 @@ public function setGradient(Google_Service_Fusiontables_StyleFunctionGradient $g
{
$this->gradient = $gradient;
}
-
public function getGradient()
{
return $this->gradient;
@@ -1884,12 +1817,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Fusiontables_StyleFunctionGradient extends Google_Collection
@@ -1902,11 +1833,11 @@ class Google_Service_Fusiontables_StyleFunctionGradient extends Google_Collectio
public $max;
public $min;
+
public function setColors($colors)
{
$this->colors = $colors;
}
-
public function getColors()
{
return $this->colors;
@@ -1915,7 +1846,6 @@ public function setMax($max)
{
$this->max = $max;
}
-
public function getMax()
{
return $this->max;
@@ -1924,12 +1854,10 @@ public function setMin($min)
{
$this->min = $min;
}
-
public function getMin()
{
return $this->min;
}
-
}
class Google_Service_Fusiontables_StyleFunctionGradientColors extends Google_Model
@@ -1939,11 +1867,11 @@ class Google_Service_Fusiontables_StyleFunctionGradientColors extends Google_Mod
public $color;
public $opacity;
+
public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -1952,12 +1880,10 @@ public function setOpacity($opacity)
{
$this->opacity = $opacity;
}
-
public function getOpacity()
{
return $this->opacity;
}
-
}
class Google_Service_Fusiontables_StyleSetting extends Google_Model
@@ -1975,11 +1901,11 @@ class Google_Service_Fusiontables_StyleSetting extends Google_Model
public $styleId;
public $tableId;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1988,7 +1914,6 @@ public function setMarkerOptions(Google_Service_Fusiontables_PointStyle $markerO
{
$this->markerOptions = $markerOptions;
}
-
public function getMarkerOptions()
{
return $this->markerOptions;
@@ -1997,7 +1922,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2006,7 +1930,6 @@ public function setPolygonOptions(Google_Service_Fusiontables_PolygonStyle $poly
{
$this->polygonOptions = $polygonOptions;
}
-
public function getPolygonOptions()
{
return $this->polygonOptions;
@@ -2015,7 +1938,6 @@ public function setPolylineOptions(Google_Service_Fusiontables_LineStyle $polyli
{
$this->polylineOptions = $polylineOptions;
}
-
public function getPolylineOptions()
{
return $this->polylineOptions;
@@ -2024,7 +1946,6 @@ public function setStyleId($styleId)
{
$this->styleId = $styleId;
}
-
public function getStyleId()
{
return $this->styleId;
@@ -2033,12 +1954,10 @@ public function setTableId($tableId)
{
$this->tableId = $tableId;
}
-
public function getTableId()
{
return $this->tableId;
}
-
}
class Google_Service_Fusiontables_StyleSettingList extends Google_Collection
@@ -2052,11 +1971,11 @@ class Google_Service_Fusiontables_StyleSettingList extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2065,7 +1984,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2074,7 +1992,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2083,12 +2000,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Fusiontables_Table extends Google_Collection
@@ -2108,11 +2023,11 @@ class Google_Service_Fusiontables_Table extends Google_Collection
public $sql;
public $tableId;
+
public function setAttribution($attribution)
{
$this->attribution = $attribution;
}
-
public function getAttribution()
{
return $this->attribution;
@@ -2121,7 +2036,6 @@ public function setAttributionLink($attributionLink)
{
$this->attributionLink = $attributionLink;
}
-
public function getAttributionLink()
{
return $this->attributionLink;
@@ -2130,7 +2044,6 @@ public function setBaseTableIds($baseTableIds)
{
$this->baseTableIds = $baseTableIds;
}
-
public function getBaseTableIds()
{
return $this->baseTableIds;
@@ -2139,7 +2052,6 @@ public function setColumns($columns)
{
$this->columns = $columns;
}
-
public function getColumns()
{
return $this->columns;
@@ -2148,7 +2060,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2157,7 +2068,6 @@ public function setIsExportable($isExportable)
{
$this->isExportable = $isExportable;
}
-
public function getIsExportable()
{
return $this->isExportable;
@@ -2166,7 +2076,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2175,7 +2084,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2184,7 +2092,6 @@ public function setSql($sql)
{
$this->sql = $sql;
}
-
public function getSql()
{
return $this->sql;
@@ -2193,12 +2100,10 @@ public function setTableId($tableId)
{
$this->tableId = $tableId;
}
-
public function getTableId()
{
return $this->tableId;
}
-
}
class Google_Service_Fusiontables_TableList extends Google_Collection
@@ -2211,11 +2116,11 @@ class Google_Service_Fusiontables_TableList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2224,7 +2129,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2233,12 +2137,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Fusiontables_Task extends Google_Model
@@ -2251,11 +2153,11 @@ class Google_Service_Fusiontables_Task extends Google_Model
public $taskId;
public $type;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2264,7 +2166,6 @@ public function setProgress($progress)
{
$this->progress = $progress;
}
-
public function getProgress()
{
return $this->progress;
@@ -2273,7 +2174,6 @@ public function setStarted($started)
{
$this->started = $started;
}
-
public function getStarted()
{
return $this->started;
@@ -2282,7 +2182,6 @@ public function setTaskId($taskId)
{
$this->taskId = $taskId;
}
-
public function getTaskId()
{
return $this->taskId;
@@ -2291,12 +2190,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Fusiontables_TaskList extends Google_Collection
@@ -2310,11 +2207,11 @@ class Google_Service_Fusiontables_TaskList extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2323,7 +2220,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2332,7 +2228,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2341,12 +2236,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Fusiontables_Template extends Google_Collection
@@ -2361,11 +2254,11 @@ class Google_Service_Fusiontables_Template extends Google_Collection
public $tableId;
public $templateId;
+
public function setAutomaticColumnNames($automaticColumnNames)
{
$this->automaticColumnNames = $automaticColumnNames;
}
-
public function getAutomaticColumnNames()
{
return $this->automaticColumnNames;
@@ -2374,7 +2267,6 @@ public function setBody($body)
{
$this->body = $body;
}
-
public function getBody()
{
return $this->body;
@@ -2383,7 +2275,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2392,7 +2283,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2401,7 +2291,6 @@ public function setTableId($tableId)
{
$this->tableId = $tableId;
}
-
public function getTableId()
{
return $this->tableId;
@@ -2410,12 +2299,10 @@ public function setTemplateId($templateId)
{
$this->templateId = $templateId;
}
-
public function getTemplateId()
{
return $this->templateId;
}
-
}
class Google_Service_Fusiontables_TemplateList extends Google_Collection
@@ -2429,11 +2316,11 @@ class Google_Service_Fusiontables_TemplateList extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2442,7 +2329,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2451,7 +2337,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2460,10 +2345,8 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
From 7403866cdf94468a24b865ca56667a1c7f3667b6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you programatically verify ownership of websites or domains with Google.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_SiteVerification extends Google_Service
{
/** Manage the list of sites and domains you control. */
- const SITEVERIFICATION = "https://www.googleapis.com/auth/siteverification";
+ const SITEVERIFICATION =
+ "https://www.googleapis.com/auth/siteverification";
/** Manage your new site verifications with Google. */
- const SITEVERIFICATION_VERIFY_ONLY = "https://www.googleapis.com/auth/siteverification.verify_only";
+ const SITEVERIFICATION_VERIFY_ONLY =
+ "https://www.googleapis.com/auth/siteverification.verify_only";
public $webResource;
@@ -137,8 +138,7 @@ class Google_Service_SiteVerification_WebResource_Resource extends Google_Servic
/**
* Relinquish ownership of a website or domain. (webResource.delete)
*
- * @param string $id
- * The id of a verified site or domain.
+ * @param string $id The id of a verified site or domain.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -147,11 +147,11 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Get the most current data for a website or domain. (webResource.get)
*
- * @param string $id
- * The id of a verified site or domain.
+ * @param string $id The id of a verified site or domain.
* @param array $optParams Optional parameters.
* @return Google_Service_SiteVerification_SiteVerificationWebResourceResource
*/
@@ -161,6 +161,7 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
}
+
/**
* Get a verification token for placing on a website or domain.
* (webResource.getToken)
@@ -175,11 +176,12 @@ public function getToken(Google_Service_SiteVerification_SiteVerificationWebReso
$params = array_merge($params, $optParams);
return $this->call('getToken', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse");
}
+
/**
* Attempt verification of a website or domain. (webResource.insert)
*
- * @param string $verificationMethod
- * The method to use for verifying a site or domain.
+ * @param string $verificationMethod The method to use for verifying a site or
+ * domain.
* @param Google_SiteVerificationWebResourceResource $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SiteVerification_SiteVerificationWebResourceResource
@@ -190,6 +192,7 @@ public function insert($verificationMethod, Google_Service_SiteVerification_Site
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
}
+
/**
* Get the list of your verified websites and domains.
* (webResource.listWebResource)
@@ -203,12 +206,12 @@ public function listWebResource($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceListResponse");
}
+
/**
* Modify the list of owners for your website or domain. This method supports
* patch semantics. (webResource.patch)
*
- * @param string $id
- * The id of a verified site or domain.
+ * @param string $id The id of a verified site or domain.
* @param Google_SiteVerificationWebResourceResource $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SiteVerification_SiteVerificationWebResourceResource
@@ -219,11 +222,11 @@ public function patch($id, Google_Service_SiteVerification_SiteVerificationWebRe
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_SiteVerification_SiteVerificationWebResourceResource");
}
+
/**
* Modify the list of owners for your website or domain. (webResource.update)
*
- * @param string $id
- * The id of a verified site or domain.
+ * @param string $id The id of a verified site or domain.
* @param Google_SiteVerificationWebResourceResource $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SiteVerification_SiteVerificationWebResourceResource
@@ -247,11 +250,11 @@ class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest
protected $siteDataType = '';
public $verificationMethod;
+
public function setSite(Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite $site)
{
$this->site = $site;
}
-
public function getSite()
{
return $this->site;
@@ -260,12 +263,10 @@ public function setVerificationMethod($verificationMethod)
{
$this->verificationMethod = $verificationMethod;
}
-
public function getVerificationMethod()
{
return $this->verificationMethod;
}
-
}
class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequestSite extends Google_Model
@@ -275,11 +276,11 @@ class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest
public $identifier;
public $type;
+
public function setIdentifier($identifier)
{
$this->identifier = $identifier;
}
-
public function getIdentifier()
{
return $this->identifier;
@@ -288,12 +289,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenResponse extends Google_Model
@@ -303,11 +302,11 @@ class Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRespons
public $method;
public $token;
+
public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
@@ -316,12 +315,10 @@ public function setToken($token)
{
$this->token = $token;
}
-
public function getToken()
{
return $this->token;
}
-
}
class Google_Service_SiteVerification_SiteVerificationWebResourceListResponse extends Google_Collection
@@ -332,16 +329,15 @@ class Google_Service_SiteVerification_SiteVerificationWebResourceListResponse ex
protected $itemsType = 'Google_Service_SiteVerification_SiteVerificationWebResourceResource';
protected $itemsDataType = 'array';
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
}
-
}
class Google_Service_SiteVerification_SiteVerificationWebResourceResource extends Google_Collection
@@ -354,11 +350,11 @@ class Google_Service_SiteVerification_SiteVerificationWebResourceResource extend
protected $siteType = 'Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite';
protected $siteDataType = '';
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -367,7 +363,6 @@ public function setOwners($owners)
{
$this->owners = $owners;
}
-
public function getOwners()
{
return $this->owners;
@@ -376,12 +371,10 @@ public function setSite(Google_Service_SiteVerification_SiteVerificationWebResou
{
$this->site = $site;
}
-
public function getSite()
{
return $this->site;
}
-
}
class Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite extends Google_Model
@@ -391,11 +384,11 @@ class Google_Service_SiteVerification_SiteVerificationWebResourceResourceSite ex
public $identifier;
public $type;
+
public function setIdentifier($identifier)
{
$this->identifier = $identifier;
}
-
public function getIdentifier()
{
return $this->identifier;
@@ -404,10 +397,8 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
From a33b5e271b037b98658c72d4ee1a0a7b96da0140 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google Fonts Developer API.
- *
* For more information about this service, see the API
@@ -88,8 +87,7 @@ class Google_Service_Webfonts_Webfonts_Resource extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
- * @opt_param string sort
- * Enables sorting of the list
+ * @opt_param string sort Enables sorting of the list
* @return Google_Service_Webfonts_WebfontList
*/
public function listWebfonts($optParams = array())
@@ -117,11 +115,11 @@ class Google_Service_Webfonts_Webfont extends Google_Collection
public $variants;
public $version;
+
public function setCategory($category)
{
$this->category = $category;
}
-
public function getCategory()
{
return $this->category;
@@ -130,7 +128,6 @@ public function setFamily($family)
{
$this->family = $family;
}
-
public function getFamily()
{
return $this->family;
@@ -139,7 +136,6 @@ public function setFiles($files)
{
$this->files = $files;
}
-
public function getFiles()
{
return $this->files;
@@ -148,7 +144,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -157,7 +152,6 @@ public function setLastModified($lastModified)
{
$this->lastModified = $lastModified;
}
-
public function getLastModified()
{
return $this->lastModified;
@@ -166,7 +160,6 @@ public function setSubsets($subsets)
{
$this->subsets = $subsets;
}
-
public function getSubsets()
{
return $this->subsets;
@@ -175,7 +168,6 @@ public function setVariants($variants)
{
$this->variants = $variants;
}
-
public function getVariants()
{
return $this->variants;
@@ -184,20 +176,14 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Webfonts_WebfontFiles extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Webfonts_WebfontList extends Google_Collection
@@ -209,11 +195,11 @@ class Google_Service_Webfonts_WebfontList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -222,10 +208,8 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
From 770bbc3579f37b9f989bc255c2a2980ca0abef05 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Provides reliable, many-to-many, asynchronous messaging between applications.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Pubsub extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** View and manage Pub/Sub topics and subscriptions. */
- const PUBSUB = "https://www.googleapis.com/auth/pubsub";
+ const PUBSUB =
+ "https://www.googleapis.com/auth/pubsub";
public $subscriptions;
public $topics;
@@ -115,6 +116,10 @@ public function __construct(Google_Client $client)
'path' => 'subscriptions/pull',
'httpMethod' => 'POST',
'parameters' => array(),
+ ),'pullBatch' => array(
+ 'path' => 'subscriptions/pullBatch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -170,6 +175,10 @@ public function __construct(Google_Client $client)
'path' => 'topics/publish',
'httpMethod' => 'POST',
'parameters' => array(),
+ ),'publishBatch' => array(
+ 'path' => 'topics/publishBatch',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(),
),
)
)
@@ -206,6 +215,7 @@ public function acknowledge(Google_Service_Pubsub_AcknowledgeRequest $postBody,
$params = array_merge($params, $optParams);
return $this->call('acknowledge', array($params));
}
+
/**
* Creates a subscription on a given topic for a given subscriber. If the
* subscription already exists, returns ALREADY_EXISTS. If the corresponding
@@ -225,13 +235,13 @@ public function create(Google_Service_Pubsub_Subscription $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Pubsub_Subscription");
}
+
/**
* Deletes an existing subscription. All pending messages in the subscription
* are immediately dropped. Calls to Pull after deletion will return NOT_FOUND.
* (subscriptions.delete)
*
- * @param string $subscription
- * The subscription to delete.
+ * @param string $subscription The subscription to delete.
* @param array $optParams Optional parameters.
*/
public function delete($subscription, $optParams = array())
@@ -240,11 +250,11 @@ public function delete($subscription, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets the configuration details of a subscription. (subscriptions.get)
*
- * @param string $subscription
- * The name of the subscription to get.
+ * @param string $subscription The name of the subscription to get.
* @param array $optParams Optional parameters.
* @return Google_Service_Pubsub_Subscription
*/
@@ -254,17 +264,16 @@ public function get($subscription, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Pubsub_Subscription");
}
+
/**
* Lists matching subscriptions. (subscriptions.listSubscriptions)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The value obtained in the last ListSubscriptionsResponse for continuation.
- * @opt_param int maxResults
- * Maximum number of subscriptions to return.
- * @opt_param string query
- * A valid label query expression.
+ * @opt_param string pageToken The value obtained in the last
+ * ListSubscriptionsResponse for continuation.
+ * @opt_param int maxResults Maximum number of subscriptions to return.
+ * @opt_param string query A valid label query expression.
* @return Google_Service_Pubsub_ListSubscriptionsResponse
*/
public function listSubscriptions($optParams = array())
@@ -273,6 +282,7 @@ public function listSubscriptions($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Pubsub_ListSubscriptionsResponse");
}
+
/**
* Modifies the Ack deadline for a message received from a pull request.
* (subscriptions.modifyAckDeadline)
@@ -286,6 +296,7 @@ public function modifyAckDeadline(Google_Service_Pubsub_ModifyAckDeadlineRequest
$params = array_merge($params, $optParams);
return $this->call('modifyAckDeadline', array($params));
}
+
/**
* Modifies the PushConfig for a specified subscription. This method can be used
* to suspend the flow of messages to an end point by clearing the PushConfig
@@ -302,6 +313,7 @@ public function modifyPushConfig(Google_Service_Pubsub_ModifyPushConfigRequest $
$params = array_merge($params, $optParams);
return $this->call('modifyPushConfig', array($params));
}
+
/**
* Pulls a single message from the server. If return_immediately is true, and no
* messages are available in the subscription, this method returns
@@ -319,6 +331,23 @@ public function pull(Google_Service_Pubsub_PullRequest $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('pull', array($params), "Google_Service_Pubsub_PullResponse");
}
+
+ /**
+ * Pulls messages from the server. Returns an empty list if there are no
+ * messages available in the backlog. The system is free to return UNAVAILABLE
+ * if there too many pull requests outstanding for a given subscription.
+ * (subscriptions.pullBatch)
+ *
+ * @param Google_PullBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Pubsub_PullBatchResponse
+ */
+ public function pullBatch(Google_Service_Pubsub_PullBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('pullBatch', array($params), "Google_Service_Pubsub_PullBatchResponse");
+ }
}
/**
@@ -345,13 +374,13 @@ public function create(Google_Service_Pubsub_Topic $postBody, $optParams = array
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Pubsub_Topic");
}
+
/**
* Deletes the topic with the given name. All subscriptions to this topic are
* also deleted. Returns NOT_FOUND if the topic does not exist. After a topic is
* deleted, a new topic may be created with the same name. (topics.delete)
*
- * @param string $topic
- * Name of the topic to delete.
+ * @param string $topic Name of the topic to delete.
* @param array $optParams Optional parameters.
*/
public function delete($topic, $optParams = array())
@@ -360,14 +389,14 @@ public function delete($topic, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets the configuration of a topic. Since the topic only has the name
* attribute, this method is only useful to check the existence of a topic. If
* other attributes are added in the future, they will be returned here.
* (topics.get)
*
- * @param string $topic
- * The name of the topic to get.
+ * @param string $topic The name of the topic to get.
* @param array $optParams Optional parameters.
* @return Google_Service_Pubsub_Topic
*/
@@ -377,17 +406,16 @@ public function get($topic, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Pubsub_Topic");
}
+
/**
* Lists matching topics. (topics.listTopics)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The value obtained in the last ListTopicsResponse for continuation.
- * @opt_param int maxResults
- * Maximum number of topics to return.
- * @opt_param string query
- * A valid label query expression.
+ * @opt_param string pageToken The value obtained in the last ListTopicsResponse
+ * for continuation.
+ * @opt_param int maxResults Maximum number of topics to return.
+ * @opt_param string query A valid label query expression.
* @return Google_Service_Pubsub_ListTopicsResponse
*/
public function listTopics($optParams = array())
@@ -396,6 +424,7 @@ public function listTopics($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Pubsub_ListTopicsResponse");
}
+
/**
* Adds a message to the topic. Returns NOT_FOUND if the topic does not exist.
* (topics.publish)
@@ -409,6 +438,21 @@ public function publish(Google_Service_Pubsub_PublishRequest $postBody, $optPara
$params = array_merge($params, $optParams);
return $this->call('publish', array($params));
}
+
+ /**
+ * Adds one or more messages to the topic. Returns NOT_FOUND if the topic does
+ * not exist. (topics.publishBatch)
+ *
+ * @param Google_PublishBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Pubsub_PublishBatchResponse
+ */
+ public function publishBatch(Google_Service_Pubsub_PublishBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('publishBatch', array($params), "Google_Service_Pubsub_PublishBatchResponse");
+ }
}
@@ -422,11 +466,11 @@ class Google_Service_Pubsub_AcknowledgeRequest extends Google_Collection
public $ackId;
public $subscription;
+
public function setAckId($ackId)
{
$this->ackId = $ackId;
}
-
public function getAckId()
{
return $this->ackId;
@@ -435,12 +479,10 @@ public function setSubscription($subscription)
{
$this->subscription = $subscription;
}
-
public function getSubscription()
{
return $this->subscription;
}
-
}
class Google_Service_Pubsub_Label extends Google_Model
@@ -451,11 +493,11 @@ class Google_Service_Pubsub_Label extends Google_Model
public $numValue;
public $strValue;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -464,7 +506,6 @@ public function setNumValue($numValue)
{
$this->numValue = $numValue;
}
-
public function getNumValue()
{
return $this->numValue;
@@ -473,12 +514,10 @@ public function setStrValue($strValue)
{
$this->strValue = $strValue;
}
-
public function getStrValue()
{
return $this->strValue;
}
-
}
class Google_Service_Pubsub_ListSubscriptionsResponse extends Google_Collection
@@ -490,11 +529,11 @@ class Google_Service_Pubsub_ListSubscriptionsResponse extends Google_Collection
protected $subscriptionType = 'Google_Service_Pubsub_Subscription';
protected $subscriptionDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -503,12 +542,10 @@ public function setSubscription($subscription)
{
$this->subscription = $subscription;
}
-
public function getSubscription()
{
return $this->subscription;
}
-
}
class Google_Service_Pubsub_ListTopicsResponse extends Google_Collection
@@ -520,11 +557,11 @@ class Google_Service_Pubsub_ListTopicsResponse extends Google_Collection
protected $topicType = 'Google_Service_Pubsub_Topic';
protected $topicDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -533,12 +570,10 @@ public function setTopic($topic)
{
$this->topic = $topic;
}
-
public function getTopic()
{
return $this->topic;
}
-
}
class Google_Service_Pubsub_ModifyAckDeadlineRequest extends Google_Model
@@ -549,11 +584,11 @@ class Google_Service_Pubsub_ModifyAckDeadlineRequest extends Google_Model
public $ackId;
public $subscription;
+
public function setAckDeadlineSeconds($ackDeadlineSeconds)
{
$this->ackDeadlineSeconds = $ackDeadlineSeconds;
}
-
public function getAckDeadlineSeconds()
{
return $this->ackDeadlineSeconds;
@@ -562,7 +597,6 @@ public function setAckId($ackId)
{
$this->ackId = $ackId;
}
-
public function getAckId()
{
return $this->ackId;
@@ -571,12 +605,10 @@ public function setSubscription($subscription)
{
$this->subscription = $subscription;
}
-
public function getSubscription()
{
return $this->subscription;
}
-
}
class Google_Service_Pubsub_ModifyPushConfigRequest extends Google_Model
@@ -587,11 +619,11 @@ class Google_Service_Pubsub_ModifyPushConfigRequest extends Google_Model
protected $pushConfigDataType = '';
public $subscription;
+
public function setPushConfig(Google_Service_Pubsub_PushConfig $pushConfig)
{
$this->pushConfig = $pushConfig;
}
-
public function getPushConfig()
{
return $this->pushConfig;
@@ -600,12 +632,56 @@ public function setSubscription($subscription)
{
$this->subscription = $subscription;
}
-
public function getSubscription()
{
return $this->subscription;
}
+}
+class Google_Service_Pubsub_PublishBatchRequest extends Google_Collection
+{
+ protected $collection_key = 'messages';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $messagesType = 'Google_Service_Pubsub_PubsubMessage';
+ protected $messagesDataType = 'array';
+ public $topic;
+
+
+ public function setMessages($messages)
+ {
+ $this->messages = $messages;
+ }
+ public function getMessages()
+ {
+ return $this->messages;
+ }
+ public function setTopic($topic)
+ {
+ $this->topic = $topic;
+ }
+ public function getTopic()
+ {
+ return $this->topic;
+ }
+}
+
+class Google_Service_Pubsub_PublishBatchResponse extends Google_Collection
+{
+ protected $collection_key = 'messageIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $messageIds;
+
+
+ public function setMessageIds($messageIds)
+ {
+ $this->messageIds = $messageIds;
+ }
+ public function getMessageIds()
+ {
+ return $this->messageIds;
+ }
}
class Google_Service_Pubsub_PublishRequest extends Google_Model
@@ -616,11 +692,11 @@ class Google_Service_Pubsub_PublishRequest extends Google_Model
protected $messageDataType = '';
public $topic;
+
public function setMessage(Google_Service_Pubsub_PubsubMessage $message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -629,12 +705,10 @@ public function setTopic($topic)
{
$this->topic = $topic;
}
-
public function getTopic()
{
return $this->topic;
}
-
}
class Google_Service_Pubsub_PubsubEvent extends Google_Model
@@ -647,11 +721,11 @@ class Google_Service_Pubsub_PubsubEvent extends Google_Model
public $subscription;
public $truncated;
+
public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -660,7 +734,6 @@ public function setMessage(Google_Service_Pubsub_PubsubMessage $message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -669,7 +742,6 @@ public function setSubscription($subscription)
{
$this->subscription = $subscription;
}
-
public function getSubscription()
{
return $this->subscription;
@@ -678,12 +750,10 @@ public function setTruncated($truncated)
{
$this->truncated = $truncated;
}
-
public function getTruncated()
{
return $this->truncated;
}
-
}
class Google_Service_Pubsub_PubsubMessage extends Google_Collection
@@ -694,12 +764,13 @@ class Google_Service_Pubsub_PubsubMessage extends Google_Collection
public $data;
protected $labelType = 'Google_Service_Pubsub_Label';
protected $labelDataType = 'array';
+ public $messageId;
+
public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -708,12 +779,72 @@ public function setLabel($label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
}
+ public function setMessageId($messageId)
+ {
+ $this->messageId = $messageId;
+ }
+ public function getMessageId()
+ {
+ return $this->messageId;
+ }
+}
+
+class Google_Service_Pubsub_PullBatchRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $maxEvents;
+ public $returnImmediately;
+ public $subscription;
+
+
+ public function setMaxEvents($maxEvents)
+ {
+ $this->maxEvents = $maxEvents;
+ }
+ public function getMaxEvents()
+ {
+ return $this->maxEvents;
+ }
+ public function setReturnImmediately($returnImmediately)
+ {
+ $this->returnImmediately = $returnImmediately;
+ }
+ public function getReturnImmediately()
+ {
+ return $this->returnImmediately;
+ }
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+}
+
+class Google_Service_Pubsub_PullBatchResponse extends Google_Collection
+{
+ protected $collection_key = 'pullResponses';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $pullResponsesType = 'Google_Service_Pubsub_PullResponse';
+ protected $pullResponsesDataType = 'array';
+
+ public function setPullResponses($pullResponses)
+ {
+ $this->pullResponses = $pullResponses;
+ }
+ public function getPullResponses()
+ {
+ return $this->pullResponses;
+ }
}
class Google_Service_Pubsub_PullRequest extends Google_Model
@@ -723,11 +854,11 @@ class Google_Service_Pubsub_PullRequest extends Google_Model
public $returnImmediately;
public $subscription;
+
public function setReturnImmediately($returnImmediately)
{
$this->returnImmediately = $returnImmediately;
}
-
public function getReturnImmediately()
{
return $this->returnImmediately;
@@ -736,12 +867,10 @@ public function setSubscription($subscription)
{
$this->subscription = $subscription;
}
-
public function getSubscription()
{
return $this->subscription;
}
-
}
class Google_Service_Pubsub_PullResponse extends Google_Model
@@ -752,11 +881,11 @@ class Google_Service_Pubsub_PullResponse extends Google_Model
protected $pubsubEventType = 'Google_Service_Pubsub_PubsubEvent';
protected $pubsubEventDataType = '';
+
public function setAckId($ackId)
{
$this->ackId = $ackId;
}
-
public function getAckId()
{
return $this->ackId;
@@ -765,12 +894,10 @@ public function setPubsubEvent(Google_Service_Pubsub_PubsubEvent $pubsubEvent)
{
$this->pubsubEvent = $pubsubEvent;
}
-
public function getPubsubEvent()
{
return $this->pubsubEvent;
}
-
}
class Google_Service_Pubsub_PushConfig extends Google_Model
@@ -779,16 +906,15 @@ class Google_Service_Pubsub_PushConfig extends Google_Model
);
public $pushEndpoint;
+
public function setPushEndpoint($pushEndpoint)
{
$this->pushEndpoint = $pushEndpoint;
}
-
public function getPushEndpoint()
{
return $this->pushEndpoint;
}
-
}
class Google_Service_Pubsub_Subscription extends Google_Model
@@ -801,11 +927,11 @@ class Google_Service_Pubsub_Subscription extends Google_Model
protected $pushConfigDataType = '';
public $topic;
+
public function setAckDeadlineSeconds($ackDeadlineSeconds)
{
$this->ackDeadlineSeconds = $ackDeadlineSeconds;
}
-
public function getAckDeadlineSeconds()
{
return $this->ackDeadlineSeconds;
@@ -814,7 +940,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -823,7 +948,6 @@ public function setPushConfig(Google_Service_Pubsub_PushConfig $pushConfig)
{
$this->pushConfig = $pushConfig;
}
-
public function getPushConfig()
{
return $this->pushConfig;
@@ -832,12 +956,10 @@ public function setTopic($topic)
{
$this->topic = $topic;
}
-
public function getTopic()
{
return $this->topic;
}
-
}
class Google_Service_Pubsub_Topic extends Google_Model
@@ -846,14 +968,13 @@ class Google_Service_Pubsub_Topic extends Google_Model
);
public $name;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
From e5d1a0f431d1608465c676c83c39633cdfa4d7ab Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Programmatic access to YouTube features.
- *
* For more information about this service, see the API
@@ -32,15 +31,20 @@
class Google_Service_YouTube extends Google_Service
{
/** Manage your YouTube account. */
- const YOUTUBE = "https://www.googleapis.com/auth/youtube";
+ const YOUTUBE =
+ "https://www.googleapis.com/auth/youtube";
/** View your YouTube account. */
- const YOUTUBE_READONLY = "https://www.googleapis.com/auth/youtube.readonly";
+ const YOUTUBE_READONLY =
+ "https://www.googleapis.com/auth/youtube.readonly";
/** Manage your YouTube videos. */
- const YOUTUBE_UPLOAD = "https://www.googleapis.com/auth/youtube.upload";
+ const YOUTUBE_UPLOAD =
+ "https://www.googleapis.com/auth/youtube.upload";
/** View and manage your assets and associated content on YouTube. */
- const YOUTUBEPARTNER = "https://www.googleapis.com/auth/youtubepartner";
+ const YOUTUBEPARTNER =
+ "https://www.googleapis.com/auth/youtubepartner";
/** View private information of your YouTube channel relevant during the audit process with a YouTube partner. */
- const YOUTUBEPARTNER_CHANNEL_AUDIT = "https://www.googleapis.com/auth/youtubepartner-channel-audit";
+ const YOUTUBEPARTNER_CHANNEL_AUDIT =
+ "https://www.googleapis.com/auth/youtubepartner-channel-audit";
public $activities;
public $channelBanners;
@@ -1319,11 +1323,12 @@ class Google_Service_YouTube_Activities_Resource extends Google_Service_Resource
* playlistItems.insert() method to mark a video as a favorite.
* (activities.insert)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet and contentDetails.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet and
+ * contentDetails.
* @param Google_Activity $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_YouTube_Activity
@@ -1334,6 +1339,7 @@ public function insert($part, Google_Service_YouTube_Activity $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_YouTube_Activity");
}
+
/**
* Returns a list of channel activity events that match the request criteria.
* For example, you can retrieve events associated with a particular channel,
@@ -1341,47 +1347,50 @@ public function insert($part, Google_Service_YouTube_Activity $postBody, $optPar
* YouTube home page feed, which is customized for each user.
* (activities.listActivities)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more activity resource properties
- * that the API response will include. The part names that you can include in the parameter value
- * are id, snippet, and contentDetails.
- If the parameter identifies a property that contains child
- * properties, the child properties will be included in the response. For example, in a activity
- * resource, the snippet property contains other properties that identify the type of activity, a
- * display title for the activity, and so forth. If you set part=snippet, the API response will
- * also contain all of those nested properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more activity resource properties that the API response will include.
+ * The part names that you can include in the parameter value are id, snippet,
+ * and contentDetails.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a activity
+ * resource, the snippet property contains other properties that identify the
+ * type of activity, a display title for the activity, and so forth. If you set
+ * part=snippet, the API response will also contain all of those nested
+ * properties.
* @param array $optParams Optional parameters.
*
- * @opt_param string regionCode
- * The regionCode parameter instructs the API to return results for the specified country. The
- * parameter value is an ISO 3166-1 alpha-2 country code. YouTube uses this value when the
- * authorized user's previous activity on YouTube does not provide enough information to generate
- * the activity feed.
- * @opt_param string publishedBefore
- * The publishedBefore parameter specifies the date and time before which an activity must have
- * occurred for that activity to be included in the API response. If the parameter value specifies
- * a day, but not a time, then any activities that occurred that day will be excluded from the
- * result set. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
- * @opt_param string channelId
- * The channelId parameter specifies a unique YouTube channel ID. The API will then return a list
- * of that channel's activities.
- * @opt_param bool mine
- * Set this parameter's value to true to retrieve a feed of the authenticated user's activities.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- * @opt_param bool home
- * Set this parameter's value to true to retrieve the activity feed that displays on the YouTube
- * home page for the currently authenticated user.
- * @opt_param string publishedAfter
- * The publishedAfter parameter specifies the earliest date and time that an activity could have
- * occurred for that activity to be included in the API response. If the parameter value specifies
- * a day, but not a time, then any activities that occurred that day will be included in the result
- * set. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
+ * @opt_param string regionCode The regionCode parameter instructs the API to
+ * return results for the specified country. The parameter value is an ISO
+ * 3166-1 alpha-2 country code. YouTube uses this value when the authorized
+ * user's previous activity on YouTube does not provide enough information to
+ * generate the activity feed.
+ * @opt_param string publishedBefore The publishedBefore parameter specifies the
+ * date and time before which an activity must have occurred for that activity
+ * to be included in the API response. If the parameter value specifies a day,
+ * but not a time, then any activities that occurred that day will be excluded
+ * from the result set. The value is specified in ISO 8601 (YYYY-MM-
+ * DDThh:mm:ss.sZ) format.
+ * @opt_param string channelId The channelId parameter specifies a unique
+ * YouTube channel ID. The API will then return a list of that channel's
+ * activities.
+ * @opt_param bool mine Set this parameter's value to true to retrieve a feed of
+ * the authenticated user's activities.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ * @opt_param bool home Set this parameter's value to true to retrieve the
+ * activity feed that displays on the YouTube home page for the currently
+ * authenticated user.
+ * @opt_param string publishedAfter The publishedAfter parameter specifies the
+ * earliest date and time that an activity could have occurred for that activity
+ * to be included in the API response. If the parameter value specifies a day,
+ * but not a time, then any activities that occurred that day will be included
+ * in the result set. The value is specified in ISO 8601 (YYYY-MM-
+ * DDThh:mm:ss.sZ) format.
* @return Google_Service_YouTube_ActivityListResponse
*/
public function listActivities($part, $optParams = array())
@@ -1417,16 +1426,18 @@ class Google_Service_YouTube_ChannelBanners_Resource extends Google_Service_Reso
* @param Google_ChannelBannerResource $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_ChannelBannerResource
*/
public function insert(Google_Service_YouTube_ChannelBannerResource $postBody, $optParams = array())
@@ -1451,9 +1462,9 @@ class Google_Service_YouTube_ChannelSections_Resource extends Google_Service_Res
/**
* Deletes a channelSection. (channelSections.delete)
*
- * @param string $id
- * The id parameter specifies the YouTube channelSection ID for the resource that is being deleted.
- * In a channelSection resource, the id property specifies the YouTube channelSection ID.
+ * @param string $id The id parameter specifies the YouTube channelSection ID
+ * for the resource that is being deleted. In a channelSection resource, the id
+ * property specifies the YouTube channelSection ID.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -1462,43 +1473,51 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Adds a channelSection for the authenticated user's channel.
* (channelSections.insert)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet and contentDetails.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet and
+ * contentDetails.
* @param Google_ChannelSection $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_ChannelSection
*/
public function insert($part, Google_Service_YouTube_ChannelSection $postBody, $optParams = array())
@@ -1507,41 +1526,43 @@ public function insert($part, Google_Service_YouTube_ChannelSection $postBody, $
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_YouTube_ChannelSection");
}
+
/**
* Returns channelSection resources that match the API request criteria.
* (channelSections.listChannelSections)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more channelSection resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id, snippet, and contentDetails.
- If the parameter identifies a property
- * that contains child properties, the child properties will be included in the response. For
- * example, in a channelSection resource, the snippet property contains other properties, such as a
- * display title for the channelSection. If you set part=snippet, the API response will also
- * contain all of those nested properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more channelSection resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id,
+ * snippet, and contentDetails.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a
+ * channelSection resource, the snippet property contains other properties, such
+ * as a display title for the channelSection. If you set part=snippet, the API
+ * response will also contain all of those nested properties.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string channelId
- * The channelId parameter specifies a YouTube channel ID. The API will only return that channel's
- * channelSections.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of the YouTube channelSection ID(s) for the
- * resource(s) that are being retrieved. In a channelSection resource, the id property specifies
- * the YouTube channelSection ID.
- * @opt_param bool mine
- * Set this parameter's value to true to retrieve a feed of the authenticated user's
- * channelSections.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string channelId The channelId parameter specifies a YouTube
+ * channel ID. The API will only return that channel's channelSections.
+ * @opt_param string id The id parameter specifies a comma-separated list of the
+ * YouTube channelSection ID(s) for the resource(s) that are being retrieved. In
+ * a channelSection resource, the id property specifies the YouTube
+ * channelSection ID.
+ * @opt_param bool mine Set this parameter's value to true to retrieve a feed of
+ * the authenticated user's channelSections.
* @return Google_Service_YouTube_ChannelSectionListResponse
*/
public function listChannelSections($part, $optParams = array())
@@ -1550,14 +1571,16 @@ public function listChannelSections($part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_YouTube_ChannelSectionListResponse");
}
+
/**
* Update a channelSection. (channelSections.update)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet and contentDetails.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet and
+ * contentDetails.
* @param Google_ChannelSection $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_YouTube_ChannelSection
@@ -1585,52 +1608,49 @@ class Google_Service_YouTube_Channels_Resource extends Google_Service_Resource
* Returns a collection of zero or more channel resources that match the request
* criteria. (channels.listChannels)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more channel resource properties
- * that the API response will include. The part names that you can include in the parameter value
- * are id, snippet, contentDetails, statistics, topicDetails, and invideoPromotion.
- If the
- * parameter identifies a property that contains child properties, the child properties will be
- * included in the response. For example, in a channel resource, the contentDetails property
- * contains other properties, such as the uploads properties. As such, if you set
- * part=contentDetails, the API response will also contain all of those nested properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more channel resource properties that the API response will include.
+ * The part names that you can include in the parameter value are id, snippet,
+ * contentDetails, statistics, topicDetails, and invideoPromotion.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a channel
+ * resource, the contentDetails property contains other properties, such as the
+ * uploads properties. As such, if you set part=contentDetails, the API response
+ * will also contain all of those nested properties.
* @param array $optParams Optional parameters.
*
- * @opt_param bool managedByMe
- * Set this parameter's value to true to instruct the API to only return channels managed by the
- * content owner that the onBehalfOfContentOwner parameter specifies. The user must be
- * authenticated as a CMS account linked to the specified content owner and onBehalfOfContentOwner
- * must be provided.
- * @opt_param string onBehalfOfContentOwner
- * The onBehalfOfContentOwner parameter indicates that the authenticated user is acting on behalf
- * of the content owner specified in the parameter value. This parameter is intended for YouTube
- * content partners that own and manage many different YouTube channels. It allows content owners
- * to authenticate once and get access to all their video and channel data, without having to
- * provide authentication credentials for each individual channel. The actual CMS account that the
- * user authenticates with needs to be linked to the specified YouTube content owner.
- * @opt_param string forUsername
- * The forUsername parameter specifies a YouTube username, thereby requesting the channel
- * associated with that username.
- * @opt_param bool mine
- * Set this parameter's value to true to instruct the API to only return channels owned by the
- * authenticated user.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of the YouTube channel ID(s) for the
- * resource(s) that are being retrieved. In a channel resource, the id property specifies the
- * channel's YouTube channel ID.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- * @opt_param bool mySubscribers
- * Set this parameter's value to true to retrieve a list of channels that subscribed to the
- * authenticated user's channel.
- * @opt_param string categoryId
- * The categoryId parameter specifies a YouTube guide category, thereby requesting YouTube channels
- * associated with that category.
+ * @opt_param bool managedByMe Set this parameter's value to true to instruct
+ * the API to only return channels managed by the content owner that the
+ * onBehalfOfContentOwner parameter specifies. The user must be authenticated as
+ * a CMS account linked to the specified content owner and
+ * onBehalfOfContentOwner must be provided.
+ * @opt_param string onBehalfOfContentOwner The onBehalfOfContentOwner parameter
+ * indicates that the authenticated user is acting on behalf of the content
+ * owner specified in the parameter value. This parameter is intended for
+ * YouTube content partners that own and manage many different YouTube channels.
+ * It allows content owners to authenticate once and get access to all their
+ * video and channel data, without having to provide authentication credentials
+ * for each individual channel. The actual CMS account that the user
+ * authenticates with needs to be linked to the specified YouTube content owner.
+ * @opt_param string forUsername The forUsername parameter specifies a YouTube
+ * username, thereby requesting the channel associated with that username.
+ * @opt_param bool mine Set this parameter's value to true to instruct the API
+ * to only return channels owned by the authenticated user.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set.
+ * @opt_param string id The id parameter specifies a comma-separated list of the
+ * YouTube channel ID(s) for the resource(s) that are being retrieved. In a
+ * channel resource, the id property specifies the channel's YouTube channel ID.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ * @opt_param bool mySubscribers Set this parameter's value to true to retrieve
+ * a list of channels that subscribed to the authenticated user's channel.
+ * @opt_param string categoryId The categoryId parameter specifies a YouTube
+ * guide category, thereby requesting YouTube channels associated with that
+ * category.
* @return Google_Service_YouTube_ChannelListResponse
*/
public function listChannels($part, $optParams = array())
@@ -1639,27 +1659,31 @@ public function listChannels($part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_YouTube_ChannelListResponse");
}
+
/**
* Updates a channel's metadata. (channels.update)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are id and invideoPromotion.
- Note that this
- * method will override the existing values for all of the mutable properties that are contained in
- * any parts that the parameter value specifies.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are id and
+ * invideoPromotion.
+ *
+ * Note that this method will override the existing values for all of the
+ * mutable properties that are contained in any parts that the parameter value
+ * specifies.
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * The onBehalfOfContentOwner parameter indicates that the authenticated user is acting on behalf
- * of the content owner specified in the parameter value. This parameter is intended for YouTube
- * content partners that own and manage many different YouTube channels. It allows content owners
- * to authenticate once and get access to all their video and channel data, without having to
- * provide authentication credentials for each individual channel. The actual CMS account that the
- * user authenticates with needs to be linked to the specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner The onBehalfOfContentOwner parameter
+ * indicates that the authenticated user is acting on behalf of the content
+ * owner specified in the parameter value. This parameter is intended for
+ * YouTube content partners that own and manage many different YouTube channels.
+ * It allows content owners to authenticate once and get access to all their
+ * video and channel data, without having to provide authentication credentials
+ * for each individual channel. The actual CMS account that the user
+ * authenticates with needs to be linked to the specified YouTube content owner.
* @return Google_Service_YouTube_Channel
*/
public function update($part, Google_Service_YouTube_Channel $postBody, $optParams = array())
@@ -1685,26 +1709,27 @@ class Google_Service_YouTube_GuideCategories_Resource extends Google_Service_Res
* Returns a list of categories that can be associated with YouTube channels.
* (guideCategories.listGuideCategories)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more guideCategory resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id and snippet.
- If the parameter identifies a property that contains child
- * properties, the child properties will be included in the response. For example, in a
- * guideCategory resource, the snippet property contains other properties, such as the category's
- * title. If you set part=snippet, the API response will also contain all of those nested
- * properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more guideCategory resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id
+ * and snippet.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a
+ * guideCategory resource, the snippet property contains other properties, such
+ * as the category's title. If you set part=snippet, the API response will also
+ * contain all of those nested properties.
* @param array $optParams Optional parameters.
*
- * @opt_param string regionCode
- * The regionCode parameter instructs the API to return the list of guide categories available in
- * the specified country. The parameter value is an ISO 3166-1 alpha-2 country code.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of the YouTube channel category ID(s) for the
- * resource(s) that are being retrieved. In a guideCategory resource, the id property specifies the
- * YouTube channel category ID.
- * @opt_param string hl
- * The hl parameter specifies the language that will be used for text values in the API response.
+ * @opt_param string regionCode The regionCode parameter instructs the API to
+ * return the list of guide categories available in the specified country. The
+ * parameter value is an ISO 3166-1 alpha-2 country code.
+ * @opt_param string id The id parameter specifies a comma-separated list of the
+ * YouTube channel category ID(s) for the resource(s) that are being retrieved.
+ * In a guideCategory resource, the id property specifies the YouTube channel
+ * category ID.
+ * @opt_param string hl The hl parameter specifies the language that will be
+ * used for text values in the API response.
* @return Google_Service_YouTube_GuideCategoryListResponse
*/
public function listGuideCategories($part, $optParams = array())
@@ -1729,14 +1754,14 @@ class Google_Service_YouTube_I18nLanguages_Resource extends Google_Service_Resou
/**
* Returns a list of supported languages. (i18nLanguages.listI18nLanguages)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more i18nLanguage resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id and snippet.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more i18nLanguage resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id
+ * and snippet.
* @param array $optParams Optional parameters.
*
- * @opt_param string hl
- * The hl parameter specifies the language that should be used for text values in the API response.
+ * @opt_param string hl The hl parameter specifies the language that should be
+ * used for text values in the API response.
* @return Google_Service_YouTube_I18nLanguageListResponse
*/
public function listI18nLanguages($part, $optParams = array())
@@ -1761,14 +1786,14 @@ class Google_Service_YouTube_I18nRegions_Resource extends Google_Service_Resourc
/**
* Returns a list of supported regions. (i18nRegions.listI18nRegions)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more i18nRegion resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id and snippet.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more i18nRegion resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id
+ * and snippet.
* @param array $optParams Optional parameters.
*
- * @opt_param string hl
- * The hl parameter specifies the language that should be used for text values in the API response.
+ * @opt_param string hl The hl parameter specifies the language that should be
+ * used for text values in the API response.
* @return Google_Service_YouTube_I18nRegionListResponse
*/
public function listI18nRegions($part, $optParams = array())
@@ -1795,43 +1820,49 @@ class Google_Service_YouTube_LiveBroadcasts_Resource extends Google_Service_Reso
* a broadcast and a stream. A broadcast can only be bound to one video stream.
* (liveBroadcasts.bind)
*
- * @param string $id
- * The id parameter specifies the unique ID of the broadcast that is being bound to a video stream.
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more liveBroadcast resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id, snippet, contentDetails, and status.
+ * @param string $id The id parameter specifies the unique ID of the broadcast
+ * that is being bound to a video stream.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more liveBroadcast resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id,
+ * snippet, contentDetails, and status.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string streamId
- * The streamId parameter specifies the unique ID of the video stream that is being bound to a
- * broadcast. If this parameter is omitted, the API will remove any existing binding between the
- * broadcast and a video stream.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string streamId The streamId parameter specifies the unique ID of
+ * the video stream that is being bound to a broadcast. If this parameter is
+ * omitted, the API will remove any existing binding between the broadcast and a
+ * video stream.
* @return Google_Service_YouTube_LiveBroadcast
*/
public function bind($id, $part, $optParams = array())
@@ -1840,60 +1871,68 @@ public function bind($id, $part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('bind', array($params), "Google_Service_YouTube_LiveBroadcast");
}
+
/**
* Controls the settings for a slate that can be displayed in the broadcast
* stream. (liveBroadcasts.control)
*
- * @param string $id
- * The id parameter specifies the YouTube live broadcast ID that uniquely identifies the broadcast
- * in which the slate is being updated.
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more liveBroadcast resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id, snippet, contentDetails, and status.
+ * @param string $id The id parameter specifies the YouTube live broadcast ID
+ * that uniquely identifies the broadcast in which the slate is being updated.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more liveBroadcast resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id,
+ * snippet, contentDetails, and status.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param bool displaySlate
- * The displaySlate parameter specifies whether the slate is being enabled or disabled.
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string offsetTimeMs
- * The offsetTimeMs parameter specifies a positive time offset when the specified slate change will
- * occur. The value is measured in milliseconds from the beginning of the broadcast's monitor
- * stream, which is the time that the testing phase for the broadcast began. Even though it is
- * specified in milliseconds, the value is actually an approximation, and YouTube completes the
- * requested action as closely as possible to that time.
- If you do not specify a value for this
- * parameter, then YouTube performs the action as soon as possible. See the Getting started guide
- * for more details.
- Important: You should only specify a value for this parameter if your
- * broadcast stream is delayed.
- * @opt_param string walltime
- * The walltime parameter specifies the wall clock time at which the specified slate change will
- * occur. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param bool displaySlate The displaySlate parameter specifies whether the
+ * slate is being enabled or disabled.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string offsetTimeMs The offsetTimeMs parameter specifies a
+ * positive time offset when the specified slate change will occur. The value is
+ * measured in milliseconds from the beginning of the broadcast's monitor
+ * stream, which is the time that the testing phase for the broadcast began.
+ * Even though it is specified in milliseconds, the value is actually an
+ * approximation, and YouTube completes the requested action as closely as
+ * possible to that time.
+ *
+ * If you do not specify a value for this parameter, then YouTube performs the
+ * action as soon as possible. See the Getting started guide for more details.
+ *
+ * Important: You should only specify a value for this parameter if your
+ * broadcast stream is delayed.
+ * @opt_param string walltime The walltime parameter specifies the wall clock
+ * time at which the specified slate change will occur. The value is specified
+ * in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.
* @return Google_Service_YouTube_LiveBroadcast
*/
public function control($id, $part, $optParams = array())
@@ -1902,38 +1941,45 @@ public function control($id, $part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('control', array($params), "Google_Service_YouTube_LiveBroadcast");
}
+
/**
* Deletes a broadcast. (liveBroadcasts.delete)
*
- * @param string $id
- * The id parameter specifies the YouTube live broadcast ID for the resource that is being deleted.
+ * @param string $id The id parameter specifies the YouTube live broadcast ID
+ * for the resource that is being deleted.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
*/
public function delete($id, $optParams = array())
{
@@ -1941,43 +1987,50 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Creates a broadcast. (liveBroadcasts.insert)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * properties that you can include in the parameter value are id, snippet, contentDetails, and
- * status.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part properties that you can include in the parameter value are id,
+ * snippet, contentDetails, and status.
* @param Google_LiveBroadcast $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_LiveBroadcast
*/
public function insert($part, Google_Service_YouTube_LiveBroadcast $postBody, $optParams = array())
@@ -1986,58 +2039,62 @@ public function insert($part, Google_Service_YouTube_LiveBroadcast $postBody, $o
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_YouTube_LiveBroadcast");
}
+
/**
* Returns a list of YouTube broadcasts that match the API request parameters.
* (liveBroadcasts.listLiveBroadcasts)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more liveBroadcast resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id, snippet, contentDetails, and status.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more liveBroadcast resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id,
+ * snippet, contentDetails, and status.
* @param array $optParams Optional parameters.
*
- * @opt_param string broadcastStatus
- * The broadcastStatus parameter filters the API response to only include broadcasts with the
- * specified status.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param bool mine
- * The mine parameter can be used to instruct the API to only return broadcasts owned by the
- * authenticated user. Set the parameter value to true to only retrieve your own broadcasts.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of YouTube broadcast IDs that identify the
- * broadcasts being retrieved. In a liveBroadcast resource, the id property specifies the
- * broadcast's ID.
+ * @opt_param string broadcastStatus The broadcastStatus parameter filters the
+ * API response to only include broadcasts with the specified status.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param bool mine The mine parameter can be used to instruct the API to
+ * only return broadcasts owned by the authenticated user. Set the parameter
+ * value to true to only retrieve your own broadcasts.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ * @opt_param string id The id parameter specifies a comma-separated list of
+ * YouTube broadcast IDs that identify the broadcasts being retrieved. In a
+ * liveBroadcast resource, the id property specifies the broadcast's ID.
* @return Google_Service_YouTube_LiveBroadcastListResponse
*/
public function listLiveBroadcasts($part, $optParams = array())
@@ -2046,6 +2103,7 @@ public function listLiveBroadcasts($part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_YouTube_LiveBroadcastListResponse");
}
+
/**
* Changes the status of a YouTube live broadcast and initiates any processes
* associated with the new status. For example, when you transition a
@@ -2054,44 +2112,49 @@ public function listLiveBroadcasts($part, $optParams = array())
* that the value of the status.streamStatus property for the stream bound to
* your broadcast is active. (liveBroadcasts.transition)
*
- * @param string $broadcastStatus
- * The broadcastStatus parameter identifies the state to which the broadcast is changing. Note that
- * to transition a broadcast to either the testing or live state, the status.streamStatus must be
- * active for the stream that the broadcast is bound to.
- * @param string $id
- * The id parameter specifies the unique ID of the broadcast that is transitioning to another
- * status.
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more liveBroadcast resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id, snippet, contentDetails, and status.
+ * @param string $broadcastStatus The broadcastStatus parameter identifies the
+ * state to which the broadcast is changing. Note that to transition a broadcast
+ * to either the testing or live state, the status.streamStatus must be active
+ * for the stream that the broadcast is bound to.
+ * @param string $id The id parameter specifies the unique ID of the broadcast
+ * that is transitioning to another status.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more liveBroadcast resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id,
+ * snippet, contentDetails, and status.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_LiveBroadcast
*/
public function transition($broadcastStatus, $id, $part, $optParams = array())
@@ -2100,52 +2163,62 @@ public function transition($broadcastStatus, $id, $part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('transition', array($params), "Google_Service_YouTube_LiveBroadcast");
}
+
/**
* Updates a broadcast. For example, you could modify the broadcast settings
* defined in the liveBroadcast resource's contentDetails object.
* (liveBroadcasts.update)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * properties that you can include in the parameter value are id, snippet, contentDetails, and
- * status.
- Note that this method will override the existing values for all of the mutable
- * properties that are contained in any parts that the parameter value specifies. For example, a
- * broadcast's privacy status is defined in the status part. As such, if your request is updating a
- * private or unlisted broadcast, and the request's part parameter value includes the status part,
- * the broadcast's privacy setting will be updated to whatever value the request body specifies. If
- * the request body does not specify a value, the existing privacy setting will be removed and the
- * broadcast will revert to the default privacy setting.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part properties that you can include in the parameter value are id,
+ * snippet, contentDetails, and status.
+ *
+ * Note that this method will override the existing values for all of the
+ * mutable properties that are contained in any parts that the parameter value
+ * specifies. For example, a broadcast's privacy status is defined in the status
+ * part. As such, if your request is updating a private or unlisted broadcast,
+ * and the request's part parameter value includes the status part, the
+ * broadcast's privacy setting will be updated to whatever value the request
+ * body specifies. If the request body does not specify a value, the existing
+ * privacy setting will be removed and the broadcast will revert to the default
+ * privacy setting.
* @param Google_LiveBroadcast $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_LiveBroadcast
*/
public function update($part, Google_Service_YouTube_LiveBroadcast $postBody, $optParams = array())
@@ -2170,35 +2243,41 @@ class Google_Service_YouTube_LiveStreams_Resource extends Google_Service_Resourc
/**
* Deletes a video stream. (liveStreams.delete)
*
- * @param string $id
- * The id parameter specifies the YouTube live stream ID for the resource that is being deleted.
+ * @param string $id The id parameter specifies the YouTube live stream ID for
+ * the resource that is being deleted.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
*/
public function delete($id, $optParams = array())
{
@@ -2206,43 +2285,51 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Creates a video stream. The stream enables you to send your video to YouTube,
* which can then broadcast the video to your audience. (liveStreams.insert)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * properties that you can include in the parameter value are id, snippet, cdn, and status.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part properties that you can include in the parameter value are id,
+ * snippet, cdn, and status.
* @param Google_LiveStream $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_LiveStream
*/
public function insert($part, Google_Service_YouTube_LiveStream $postBody, $optParams = array())
@@ -2251,54 +2338,61 @@ public function insert($part, Google_Service_YouTube_LiveStream $postBody, $optP
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_YouTube_LiveStream");
}
+
/**
* Returns a list of video streams that match the API request parameters.
* (liveStreams.listLiveStreams)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more liveStream resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id, snippet, cdn, and status.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more liveStream resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id,
+ * snippet, cdn, and status.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param bool mine
- * The mine parameter can be used to instruct the API to only return streams owned by the
- * authenticated user. Set the parameter value to true to only retrieve your own streams.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set. Acceptable values are 0 to 50, inclusive. The default value is 5.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of YouTube stream IDs that identify the
- * streams being retrieved. In a liveStream resource, the id property specifies the stream's ID.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param bool mine The mine parameter can be used to instruct the API to
+ * only return streams owned by the authenticated user. Set the parameter value
+ * to true to only retrieve your own streams.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set. Acceptable values
+ * are 0 to 50, inclusive. The default value is 5.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ * @opt_param string id The id parameter specifies a comma-separated list of
+ * YouTube stream IDs that identify the streams being retrieved. In a liveStream
+ * resource, the id property specifies the stream's ID.
* @return Google_Service_YouTube_LiveStreamListResponse
*/
public function listLiveStreams($part, $optParams = array())
@@ -2307,48 +2401,57 @@ public function listLiveStreams($part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_YouTube_LiveStreamListResponse");
}
+
/**
* Updates a video stream. If the properties that you want to change cannot be
* updated, then you need to create a new stream with the proper settings.
* (liveStreams.update)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * properties that you can include in the parameter value are id, snippet, cdn, and status.
- Note
- * that this method will override the existing values for all of the mutable properties that are
- * contained in any parts that the parameter value specifies. If the request body does not specify
- * a value for a mutable property, the existing value for that property will be removed.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part properties that you can include in the parameter value are id,
+ * snippet, cdn, and status.
+ *
+ * Note that this method will override the existing values for all of the
+ * mutable properties that are contained in any parts that the parameter value
+ * specifies. If the request body does not specify a value for a mutable
+ * property, the existing value for that property will be removed.
* @param Google_LiveStream $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_LiveStream
*/
public function update($part, Google_Service_YouTube_LiveStream $postBody, $optParams = array())
@@ -2373,9 +2476,9 @@ class Google_Service_YouTube_PlaylistItems_Resource extends Google_Service_Resou
/**
* Deletes a playlist item. (playlistItems.delete)
*
- * @param string $id
- * The id parameter specifies the YouTube playlist item ID for the playlist item that is being
- * deleted. In a playlistItem resource, the id property specifies the playlist item's ID.
+ * @param string $id The id parameter specifies the YouTube playlist item ID for
+ * the playlist item that is being deleted. In a playlistItem resource, the id
+ * property specifies the playlist item's ID.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -2384,27 +2487,31 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Adds a resource to a playlist. (playlistItems.insert)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet, contentDetails, and status.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet,
+ * contentDetails, and status.
* @param Google_PlaylistItem $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_PlaylistItem
*/
public function insert($part, Google_Service_YouTube_PlaylistItem $postBody, $optParams = array())
@@ -2413,49 +2520,53 @@ public function insert($part, Google_Service_YouTube_PlaylistItem $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_YouTube_PlaylistItem");
}
+
/**
* Returns a collection of playlist items that match the API request parameters.
* You can retrieve all of the playlist items in a specified playlist or
* retrieve one or more playlist items by their unique IDs.
* (playlistItems.listPlaylistItems)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more playlistItem resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id, snippet, contentDetails, and status.
- If the parameter identifies a
- * property that contains child properties, the child properties will be included in the response.
- * For example, in a playlistItem resource, the snippet property contains numerous fields,
- * including the title, description, position, and resourceId properties. As such, if you set
- * part=snippet, the API response will contain all of those properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more playlistItem resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id,
+ * snippet, contentDetails, and status.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a
+ * playlistItem resource, the snippet property contains numerous fields,
+ * including the title, description, position, and resourceId properties. As
+ * such, if you set part=snippet, the API response will contain all of those
+ * properties.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string playlistId
- * The playlistId parameter specifies the unique ID of the playlist for which you want to retrieve
- * playlist items. Note that even though this is an optional parameter, every request to retrieve
- * playlist items must specify a value for either the id parameter or the playlistId parameter.
- * @opt_param string videoId
- * The videoId parameter specifies that the request should return only the playlist items that
- * contain the specified video.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of one or more unique playlist item IDs.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string playlistId The playlistId parameter specifies the unique ID
+ * of the playlist for which you want to retrieve playlist items. Note that even
+ * though this is an optional parameter, every request to retrieve playlist
+ * items must specify a value for either the id parameter or the playlistId
+ * parameter.
+ * @opt_param string videoId The videoId parameter specifies that the request
+ * should return only the playlist items that contain the specified video.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ * @opt_param string id The id parameter specifies a comma-separated list of one
+ * or more unique playlist item IDs.
* @return Google_Service_YouTube_PlaylistItemListResponse
*/
public function listPlaylistItems($part, $optParams = array())
@@ -2464,24 +2575,28 @@ public function listPlaylistItems($part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_YouTube_PlaylistItemListResponse");
}
+
/**
* Modifies a playlist item. For example, you could update the item's position
* in the playlist. (playlistItems.update)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet, contentDetails, and status.
- Note
- * that this method will override the existing values for all of the mutable properties that are
- * contained in any parts that the parameter value specifies. For example, a playlist item can
- * specify a start time and end time, which identify the times portion of the video that should
- * play when users watch the video in the playlist. If your request is updating a playlist item
- * that sets these values, and the request's part parameter value includes the contentDetails part,
- * the playlist item's start and end times will be updated to whatever value the request body
- * specifies. If the request body does not specify values, the existing start and end times will be
- * removed and replaced with the default settings.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet,
+ * contentDetails, and status.
+ *
+ * Note that this method will override the existing values for all of the
+ * mutable properties that are contained in any parts that the parameter value
+ * specifies. For example, a playlist item can specify a start time and end
+ * time, which identify the times portion of the video that should play when
+ * users watch the video in the playlist. If your request is updating a playlist
+ * item that sets these values, and the request's part parameter value includes
+ * the contentDetails part, the playlist item's start and end times will be
+ * updated to whatever value the request body specifies. If the request body
+ * does not specify values, the existing start and end times will be removed and
+ * replaced with the default settings.
* @param Google_PlaylistItem $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_YouTube_PlaylistItem
@@ -2508,21 +2623,23 @@ class Google_Service_YouTube_Playlists_Resource extends Google_Service_Resource
/**
* Deletes a playlist. (playlists.delete)
*
- * @param string $id
- * The id parameter specifies the YouTube playlist ID for the playlist that is being deleted. In a
- * playlist resource, the id property specifies the playlist's ID.
+ * @param string $id The id parameter specifies the YouTube playlist ID for the
+ * playlist that is being deleted. In a playlist resource, the id property
+ * specifies the playlist's ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
*/
public function delete($id, $optParams = array())
{
@@ -2530,42 +2647,50 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Creates a playlist. (playlists.insert)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet and status.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet and
+ * status.
* @param Google_Playlist $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_Playlist
*/
public function insert($part, Google_Service_YouTube_Playlist $postBody, $optParams = array())
@@ -2574,64 +2699,70 @@ public function insert($part, Google_Service_YouTube_Playlist $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_YouTube_Playlist");
}
+
/**
* Returns a collection of playlists that match the API request parameters. For
* example, you can retrieve all playlists that the authenticated user owns, or
* you can retrieve one or more playlists by their unique IDs.
* (playlists.listPlaylists)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more playlist resource properties
- * that the API response will include. The part names that you can include in the parameter value
- * are id, snippet, status, and contentDetails.
- If the parameter identifies a property that
- * contains child properties, the child properties will be included in the response. For example,
- * in a playlist resource, the snippet property contains properties like author, title,
- * description, tags, and timeCreated. As such, if you set part=snippet, the API response will
- * contain all of those properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more playlist resource properties that the API response will include.
+ * The part names that you can include in the parameter value are id, snippet,
+ * status, and contentDetails.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a playlist
+ * resource, the snippet property contains properties like author, title,
+ * description, tags, and timeCreated. As such, if you set part=snippet, the API
+ * response will contain all of those properties.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string channelId
- * This value indicates that the API should only return the specified channel's playlists.
- * @opt_param bool mine
- * Set this parameter's value to true to instruct the API to only return playlists owned by the
- * authenticated user.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of the YouTube playlist ID(s) for the
- * resource(s) that are being retrieved. In a playlist resource, the id property specifies the
- * playlist's YouTube playlist ID.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string channelId This value indicates that the API should only
+ * return the specified channel's playlists.
+ * @opt_param bool mine Set this parameter's value to true to instruct the API
+ * to only return playlists owned by the authenticated user.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ * @opt_param string id The id parameter specifies a comma-separated list of the
+ * YouTube playlist ID(s) for the resource(s) that are being retrieved. In a
+ * playlist resource, the id property specifies the playlist's YouTube playlist
+ * ID.
* @return Google_Service_YouTube_PlaylistListResponse
*/
public function listPlaylists($part, $optParams = array())
@@ -2640,36 +2771,41 @@ public function listPlaylists($part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_YouTube_PlaylistListResponse");
}
+
/**
* Modifies a playlist. For example, you could change a playlist's title,
* description, or privacy status. (playlists.update)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet and status.
- Note that this method
- * will override the existing values for all of the mutable properties that are contained in any
- * parts that the parameter value specifies. For example, a playlist's privacy setting is contained
- * in the status part. As such, if your request is updating a private playlist, and the request's
- * part parameter value includes the status part, the playlist's privacy setting will be updated to
- * whatever value the request body specifies. If the request body does not specify a value, the
- * existing privacy setting will be removed and the playlist will revert to the default privacy
- * setting.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet and
+ * status.
+ *
+ * Note that this method will override the existing values for all of the
+ * mutable properties that are contained in any parts that the parameter value
+ * specifies. For example, a playlist's privacy setting is contained in the
+ * status part. As such, if your request is updating a private playlist, and the
+ * request's part parameter value includes the status part, the playlist's
+ * privacy setting will be updated to whatever value the request body specifies.
+ * If the request body does not specify a value, the existing privacy setting
+ * will be removed and the playlist will revert to the default privacy setting.
* @param Google_Playlist $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_Playlist
*/
public function update($part, Google_Service_YouTube_Playlist $postBody, $optParams = array())
@@ -2697,115 +2833,113 @@ class Google_Service_YouTube_Search_Resource extends Google_Service_Resource
* matching video, channel, and playlist resources, but you can also configure
* queries to only retrieve a specific type of resource. (search.listSearch)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more search resource properties
- * that the API response will include. The part names that you can include in the parameter value
- * are id and snippet.
- If the parameter identifies a property that contains child properties, the
- * child properties will be included in the response. For example, in a search result, the snippet
- * property contains other properties that identify the result's title, description, and so forth.
- * If you set part=snippet, the API response will also contain all of those nested properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more search resource properties that the API response will include.
+ * The part names that you can include in the parameter value are id and
+ * snippet.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a search
+ * result, the snippet property contains other properties that identify the
+ * result's title, description, and so forth. If you set part=snippet, the API
+ * response will also contain all of those nested properties.
* @param array $optParams Optional parameters.
*
- * @opt_param string eventType
- * The eventType parameter restricts a search to broadcast events.
- * @opt_param string channelId
- * The channelId parameter indicates that the API response should only contain resources created by
- * the channel
- * @opt_param string videoSyndicated
- * The videoSyndicated parameter lets you to restrict a search to only videos that can be played
- * outside youtube.com.
- * @opt_param string channelType
- * The channelType parameter lets you restrict a search to a particular type of channel.
- * @opt_param string videoCaption
- * The videoCaption parameter indicates whether the API should filter video search results based on
- * whether they have captions.
- * @opt_param string publishedAfter
- * The publishedAfter parameter indicates that the API response should only contain resources
- * created after the specified time. The value is an RFC 3339 formatted date-time value
- * (1970-01-01T00:00:00Z).
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- * @opt_param bool forContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The forContentOwner
- * parameter restricts the search to only retrieve resources owned by the content owner specified
- * by the onBehalfOfContentOwner parameter. The user must be authenticated using a CMS account
- * linked to the specified content owner and onBehalfOfContentOwner must be provided.
- * @opt_param string regionCode
- * The regionCode parameter instructs the API to return search results for the specified country.
- * The parameter value is an ISO 3166-1 alpha-2 country code.
- * @opt_param string location
- * The location parameter restricts a search to videos that have a geographical location specified
- * in their metadata. The value is a string that specifies geographic latitude/longitude
- * coordinates e.g. (37.42307,-122.08427)
- * @opt_param string locationRadius
- * The locationRadius, in conjunction with the location parameter, defines a geographic area. If
- * the geographic coordinates associated with a video fall within that area, then the video may be
- * included in search results. This parameter value must be a floating point number followed by a
- * measurement unit. Valid measurement units are m, km, ft, and mi. For example, valid parameter
- * values include 1500m, 5km, 10000ft, and 0.75mi. The API does not support locationRadius
- * parameter values larger than 1000 kilometers.
- * @opt_param string videoType
- * The videoType parameter lets you restrict a search to a particular type of videos.
- * @opt_param string type
- * The type parameter restricts a search query to only retrieve a particular type of resource. The
- * value is a comma-separated list of resource types.
- * @opt_param string topicId
- * The topicId parameter indicates that the API response should only contain resources associated
- * with the specified topic. The value identifies a Freebase topic ID.
- * @opt_param string publishedBefore
- * The publishedBefore parameter indicates that the API response should only contain resources
- * created before the specified time. The value is an RFC 3339 formatted date-time value
- * (1970-01-01T00:00:00Z).
- * @opt_param string videoDimension
- * The videoDimension parameter lets you restrict a search to only retrieve 2D or 3D videos.
- * @opt_param string videoLicense
- * The videoLicense parameter filters search results to only include videos with a particular
- * license. YouTube lets video uploaders choose to attach either the Creative Commons license or
- * the standard YouTube license to each of their videos.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set.
- * @opt_param string relatedToVideoId
- * The relatedToVideoId parameter retrieves a list of videos that are related to the video that the
- * parameter value identifies. The parameter value must be set to a YouTube video ID and, if you
- * are using this parameter, the type parameter must be set to video.
- * @opt_param string videoDefinition
- * The videoDefinition parameter lets you restrict a search to only include either high definition
- * (HD) or standard definition (SD) videos. HD videos are available for playback in at least 720p,
- * though higher resolutions, like 1080p, might also be available.
- * @opt_param string videoDuration
- * The videoDuration parameter filters video search results based on their duration.
- * @opt_param bool forMine
- * The forMine parameter restricts the search to only retrieve videos owned by the authenticated
- * user. If you set this parameter to true, then the type parameter's value must also be set to
- * video.
- * @opt_param string q
- * The q parameter specifies the query term to search for.
- * @opt_param string safeSearch
- * The safeSearch parameter indicates whether the search results should include restricted content
- * as well as standard content.
- * @opt_param string videoEmbeddable
- * The videoEmbeddable parameter lets you to restrict a search to only videos that can be embedded
- * into a webpage.
- * @opt_param string videoCategoryId
- * The videoCategoryId parameter filters video search results based on their category.
- * @opt_param string order
- * The order parameter specifies the method that will be used to order resources in the API
- * response.
+ * @opt_param string eventType The eventType parameter restricts a search to
+ * broadcast events.
+ * @opt_param string channelId The channelId parameter indicates that the API
+ * response should only contain resources created by the channel
+ * @opt_param string videoSyndicated The videoSyndicated parameter lets you to
+ * restrict a search to only videos that can be played outside youtube.com.
+ * @opt_param string channelType The channelType parameter lets you restrict a
+ * search to a particular type of channel.
+ * @opt_param string videoCaption The videoCaption parameter indicates whether
+ * the API should filter video search results based on whether they have
+ * captions.
+ * @opt_param string publishedAfter The publishedAfter parameter indicates that
+ * the API response should only contain resources created after the specified
+ * time. The value is an RFC 3339 formatted date-time value
+ * (1970-01-01T00:00:00Z).
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ * @opt_param bool forContentOwner Note: This parameter is intended exclusively
+ * for YouTube content partners.
+ *
+ * The forContentOwner parameter restricts the search to only retrieve resources
+ * owned by the content owner specified by the onBehalfOfContentOwner parameter.
+ * The user must be authenticated using a CMS account linked to the specified
+ * content owner and onBehalfOfContentOwner must be provided.
+ * @opt_param string regionCode The regionCode parameter instructs the API to
+ * return search results for the specified country. The parameter value is an
+ * ISO 3166-1 alpha-2 country code.
+ * @opt_param string location The location parameter restricts a search to
+ * videos that have a geographical location specified in their metadata. The
+ * value is a string that specifies geographic latitude/longitude coordinates
+ * e.g. (37.42307,-122.08427)
+ * @opt_param string locationRadius The locationRadius, in conjunction with the
+ * location parameter, defines a geographic area. If the geographic coordinates
+ * associated with a video fall within that area, then the video may be included
+ * in search results. This parameter value must be a floating point number
+ * followed by a measurement unit. Valid measurement units are m, km, ft, and
+ * mi. For example, valid parameter values include 1500m, 5km, 10000ft, and
+ * 0.75mi. The API does not support locationRadius parameter values larger than
+ * 1000 kilometers.
+ * @opt_param string videoType The videoType parameter lets you restrict a
+ * search to a particular type of videos.
+ * @opt_param string type The type parameter restricts a search query to only
+ * retrieve a particular type of resource. The value is a comma-separated list
+ * of resource types.
+ * @opt_param string topicId The topicId parameter indicates that the API
+ * response should only contain resources associated with the specified topic.
+ * The value identifies a Freebase topic ID.
+ * @opt_param string publishedBefore The publishedBefore parameter indicates
+ * that the API response should only contain resources created before the
+ * specified time. The value is an RFC 3339 formatted date-time value
+ * (1970-01-01T00:00:00Z).
+ * @opt_param string videoDimension The videoDimension parameter lets you
+ * restrict a search to only retrieve 2D or 3D videos.
+ * @opt_param string videoLicense The videoLicense parameter filters search
+ * results to only include videos with a particular license. YouTube lets video
+ * uploaders choose to attach either the Creative Commons license or the
+ * standard YouTube license to each of their videos.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set.
+ * @opt_param string relatedToVideoId The relatedToVideoId parameter retrieves a
+ * list of videos that are related to the video that the parameter value
+ * identifies. The parameter value must be set to a YouTube video ID and, if you
+ * are using this parameter, the type parameter must be set to video.
+ * @opt_param string videoDefinition The videoDefinition parameter lets you
+ * restrict a search to only include either high definition (HD) or standard
+ * definition (SD) videos. HD videos are available for playback in at least
+ * 720p, though higher resolutions, like 1080p, might also be available.
+ * @opt_param string videoDuration The videoDuration parameter filters video
+ * search results based on their duration.
+ * @opt_param bool forMine The forMine parameter restricts the search to only
+ * retrieve videos owned by the authenticated user. If you set this parameter to
+ * true, then the type parameter's value must also be set to video.
+ * @opt_param string q The q parameter specifies the query term to search for.
+ * @opt_param string safeSearch The safeSearch parameter indicates whether the
+ * search results should include restricted content as well as standard content.
+ * @opt_param string videoEmbeddable The videoEmbeddable parameter lets you to
+ * restrict a search to only videos that can be embedded into a webpage.
+ * @opt_param string videoCategoryId The videoCategoryId parameter filters video
+ * search results based on their category.
+ * @opt_param string order The order parameter specifies the method that will be
+ * used to order resources in the API response.
* @return Google_Service_YouTube_SearchListResponse
*/
public function listSearch($part, $optParams = array())
@@ -2830,9 +2964,9 @@ class Google_Service_YouTube_Subscriptions_Resource extends Google_Service_Resou
/**
* Deletes a subscription. (subscriptions.delete)
*
- * @param string $id
- * The id parameter specifies the YouTube subscription ID for the resource that is being deleted.
- * In a subscription resource, the id property specifies the YouTube subscription ID.
+ * @param string $id The id parameter specifies the YouTube subscription ID for
+ * the resource that is being deleted. In a subscription resource, the id
+ * property specifies the YouTube subscription ID.
* @param array $optParams Optional parameters.
*/
public function delete($id, $optParams = array())
@@ -2841,15 +2975,17 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Adds a subscription for the authenticated user's channel.
* (subscriptions.insert)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet and contentDetails.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet and
+ * contentDetails.
* @param Google_Subscription $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_YouTube_Subscription
@@ -2860,71 +2996,74 @@ public function insert($part, Google_Service_YouTube_Subscription $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_YouTube_Subscription");
}
+
/**
* Returns subscription resources that match the API request criteria.
* (subscriptions.listSubscriptions)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more subscription resource
- * properties that the API response will include. The part names that you can include in the
- * parameter value are id, snippet, and contentDetails.
- If the parameter identifies a property
- * that contains child properties, the child properties will be included in the response. For
- * example, in a subscription resource, the snippet property contains other properties, such as a
- * display title for the subscription. If you set part=snippet, the API response will also contain
- * all of those nested properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more subscription resource properties that the API response will
+ * include. The part names that you can include in the parameter value are id,
+ * snippet, and contentDetails.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a
+ * subscription resource, the snippet property contains other properties, such
+ * as a display title for the subscription. If you set part=snippet, the API
+ * response will also contain all of those nested properties.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param string channelId
- * The channelId parameter specifies a YouTube channel ID. The API will only return that channel's
- * subscriptions.
- * @opt_param bool mine
- * Set this parameter's value to true to retrieve a feed of the authenticated user's subscriptions.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set.
- * @opt_param string forChannelId
- * The forChannelId parameter specifies a comma-separated list of channel IDs. The API response
- * will then only contain subscriptions matching those channels.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- * @opt_param bool mySubscribers
- * Set this parameter's value to true to retrieve a feed of the subscribers of the authenticated
- * user.
- * @opt_param string order
- * The order parameter specifies the method that will be used to sort resources in the API
- * response.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of the YouTube subscription ID(s) for the
- * resource(s) that are being retrieved. In a subscription resource, the id property specifies the
- * YouTube subscription ID.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param string channelId The channelId parameter specifies a YouTube
+ * channel ID. The API will only return that channel's subscriptions.
+ * @opt_param bool mine Set this parameter's value to true to retrieve a feed of
+ * the authenticated user's subscriptions.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set.
+ * @opt_param string forChannelId The forChannelId parameter specifies a comma-
+ * separated list of channel IDs. The API response will then only contain
+ * subscriptions matching those channels.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ * @opt_param bool mySubscribers Set this parameter's value to true to retrieve
+ * a feed of the subscribers of the authenticated user.
+ * @opt_param string order The order parameter specifies the method that will be
+ * used to sort resources in the API response.
+ * @opt_param string id The id parameter specifies a comma-separated list of the
+ * YouTube subscription ID(s) for the resource(s) that are being retrieved. In a
+ * subscription resource, the id property specifies the YouTube subscription ID.
* @return Google_Service_YouTube_SubscriptionListResponse
*/
public function listSubscriptions($part, $optParams = array())
@@ -2950,18 +3089,18 @@ class Google_Service_YouTube_Thumbnails_Resource extends Google_Service_Resource
* Uploads a custom video thumbnail to YouTube and sets it for a video.
* (thumbnails.set)
*
- * @param string $videoId
- * The videoId parameter specifies a YouTube video ID for which the custom video thumbnail is being
- * provided.
+ * @param string $videoId The videoId parameter specifies a YouTube video ID for
+ * which the custom video thumbnail is being provided.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * The onBehalfOfContentOwner parameter indicates that the authenticated user is acting on behalf
- * of the content owner specified in the parameter value. This parameter is intended for YouTube
- * content partners that own and manage many different YouTube channels. It allows content owners
- * to authenticate once and get access to all their video and channel data, without having to
- * provide authentication credentials for each individual channel. The actual CMS account that the
- * user authenticates with needs to be linked to the specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner The onBehalfOfContentOwner parameter
+ * indicates that the authenticated user is acting on behalf of the content
+ * owner specified in the parameter value. This parameter is intended for
+ * YouTube content partners that own and manage many different YouTube channels.
+ * It allows content owners to authenticate once and get access to all their
+ * video and channel data, without having to provide authentication credentials
+ * for each individual channel. The actual CMS account that the user
+ * authenticates with needs to be linked to the specified YouTube content owner.
* @return Google_Service_YouTube_ThumbnailSetResponse
*/
public function set($videoId, $optParams = array())
@@ -2987,19 +3126,18 @@ class Google_Service_YouTube_VideoCategories_Resource extends Google_Service_Res
* Returns a list of categories that can be associated with YouTube videos.
* (videoCategories.listVideoCategories)
*
- * @param string $part
- * The part parameter specifies the videoCategory resource parts that the API response will
- * include. Supported values are id and snippet.
+ * @param string $part The part parameter specifies the videoCategory resource
+ * parts that the API response will include. Supported values are id and
+ * snippet.
* @param array $optParams Optional parameters.
*
- * @opt_param string regionCode
- * The regionCode parameter instructs the API to return the list of video categories available in
- * the specified country. The parameter value is an ISO 3166-1 alpha-2 country code.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of video category IDs for the resources that
- * you are retrieving.
- * @opt_param string hl
- * The hl parameter specifies the language that should be used for text values in the API response.
+ * @opt_param string regionCode The regionCode parameter instructs the API to
+ * return the list of video categories available in the specified country. The
+ * parameter value is an ISO 3166-1 alpha-2 country code.
+ * @opt_param string id The id parameter specifies a comma-separated list of
+ * video category IDs for the resources that you are retrieving.
+ * @opt_param string hl The hl parameter specifies the language that should be
+ * used for text values in the API response.
* @return Google_Service_YouTube_VideoCategoryListResponse
*/
public function listVideoCategories($part, $optParams = array())
@@ -3024,21 +3162,23 @@ class Google_Service_YouTube_Videos_Resource extends Google_Service_Resource
/**
* Deletes a YouTube video. (videos.delete)
*
- * @param string $id
- * The id parameter specifies the YouTube video ID for the resource that is being deleted. In a
- * video resource, the id property specifies the video's ID.
+ * @param string $id The id parameter specifies the YouTube video ID for the
+ * resource that is being deleted. In a video resource, the id property
+ * specifies the video's ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The actual CMS account that the user authenticates with must be linked to
- * the specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The actual CMS
+ * account that the user authenticates with must be linked to the specified
+ * YouTube content owner.
*/
public function delete($id, $optParams = array())
{
@@ -3046,26 +3186,28 @@ public function delete($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves the ratings that the authorized user gave to a list of specified
* videos. (videos.getRating)
*
- * @param string $id
- * The id parameter specifies a comma-separated list of the YouTube video ID(s) for the resource(s)
- * for which you are retrieving rating data. In a video resource, the id property specifies the
- * video's ID.
+ * @param string $id The id parameter specifies a comma-separated list of the
+ * YouTube video ID(s) for the resource(s) for which you are retrieving rating
+ * data. In a video resource, the id property specifies the video's ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
* @return Google_Service_YouTube_VideoGetRatingResponse
*/
public function getRating($id, $optParams = array())
@@ -3074,58 +3216,65 @@ public function getRating($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getRating', array($params), "Google_Service_YouTube_VideoGetRatingResponse");
}
+
/**
* Uploads a video to YouTube and optionally sets the video's metadata.
* (videos.insert)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet, contentDetails, fileDetails,
- * liveStreamingDetails, player, processingDetails, recordingDetails, statistics, status,
- * suggestions, and topicDetails. However, not all of those parts contain properties that can be
- * set when setting or updating a video's metadata. For example, the statistics object encapsulates
- * statistics that YouTube calculates for a video and does not contain values that you can set or
- * modify. If the parameter value specifies a part that does not contain mutable values, that part
- * will still be included in the API response.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet,
+ * contentDetails, fileDetails, liveStreamingDetails, player, processingDetails,
+ * recordingDetails, statistics, status, suggestions, and topicDetails. However,
+ * not all of those parts contain properties that can be set when setting or
+ * updating a video's metadata. For example, the statistics object encapsulates
+ * statistics that YouTube calculates for a video and does not contain values
+ * that you can set or modify. If the parameter value specifies a part that does
+ * not contain mutable values, that part will still be included in the API
+ * response.
* @param Google_Video $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param bool stabilize
- * The stabilize parameter indicates whether YouTube should adjust the video to remove shaky camera
- * motions.
- * @opt_param string onBehalfOfContentOwnerChannel
- * This parameter can only be used in a properly authorized request. Note: This parameter is
- * intended exclusively for YouTube content partners.
- The onBehalfOfContentOwnerChannel parameter
- * specifies the YouTube channel ID of the channel to which a video is being added. This parameter
- * is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it
- * can only be used in conjunction with that parameter. In addition, the request must be authorized
- * using a CMS account that is linked to the content owner that the onBehalfOfContentOwner
- * parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value
- * specifies must be linked to the content owner that the onBehalfOfContentOwner parameter
- * specifies.
- This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and perform actions on
- * behalf of the channel specified in the parameter value, without having to provide authentication
- * credentials for each separate channel.
- * @opt_param bool notifySubscribers
- * The notifySubscribers parameter indicates whether YouTube should send notification to
- * subscribers about the inserted video.
- * @opt_param bool autoLevels
- * The autoLevels parameter indicates whether YouTube should automatically enhance the video's
- * lighting and color.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param bool stabilize The stabilize parameter indicates whether YouTube
+ * should adjust the video to remove shaky camera motions.
+ * @opt_param string onBehalfOfContentOwnerChannel This parameter can only be
+ * used in a properly authorized request. Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID
+ * of the channel to which a video is being added. This parameter is required
+ * when a request specifies a value for the onBehalfOfContentOwner parameter,
+ * and it can only be used in conjunction with that parameter. In addition, the
+ * request must be authorized using a CMS account that is linked to the content
+ * owner that the onBehalfOfContentOwner parameter specifies. Finally, the
+ * channel that the onBehalfOfContentOwnerChannel parameter value specifies must
+ * be linked to the content owner that the onBehalfOfContentOwner parameter
+ * specifies.
+ *
+ * This parameter is intended for YouTube content partners that own and manage
+ * many different YouTube channels. It allows content owners to authenticate
+ * once and perform actions on behalf of the channel specified in the parameter
+ * value, without having to provide authentication credentials for each separate
+ * channel.
+ * @opt_param bool notifySubscribers The notifySubscribers parameter indicates
+ * whether YouTube should send notification to subscribers about the inserted
+ * video.
+ * @opt_param bool autoLevels The autoLevels parameter indicates whether YouTube
+ * should automatically enhance the video's lighting and color.
* @return Google_Service_YouTube_Video
*/
public function insert($part, Google_Service_YouTube_Video $postBody, $optParams = array())
@@ -3134,61 +3283,67 @@ public function insert($part, Google_Service_YouTube_Video $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_YouTube_Video");
}
+
/**
* Returns a list of videos that match the API request parameters.
* (videos.listVideos)
*
- * @param string $part
- * The part parameter specifies a comma-separated list of one or more video resource properties
- * that the API response will include. The part names that you can include in the parameter value
- * are id, snippet, contentDetails, fileDetails, liveStreamingDetails, player, processingDetails,
- * recordingDetails, statistics, status, suggestions, and topicDetails.
- If the parameter
- * identifies a property that contains child properties, the child properties will be included in
- * the response. For example, in a video resource, the snippet property contains the channelId,
- * title, description, tags, and categoryId properties. As such, if you set part=snippet, the API
- * response will contain all of those properties.
+ * @param string $part The part parameter specifies a comma-separated list of
+ * one or more video resource properties that the API response will include. The
+ * part names that you can include in the parameter value are id, snippet,
+ * contentDetails, fileDetails, liveStreamingDetails, player, processingDetails,
+ * recordingDetails, statistics, status, suggestions, and topicDetails.
+ *
+ * If the parameter identifies a property that contains child properties, the
+ * child properties will be included in the response. For example, in a video
+ * resource, the snippet property contains the channelId, title, description,
+ * tags, and categoryId properties. As such, if you set part=snippet, the API
+ * response will contain all of those properties.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
- * @opt_param string regionCode
- * The regionCode parameter instructs the API to select a video chart available in the specified
- * region. This parameter can only be used in conjunction with the chart parameter. The parameter
- * value is an ISO 3166-1 alpha-2 country code.
- * @opt_param string locale
- * DEPRECATED
- * @opt_param string videoCategoryId
- * The videoCategoryId parameter identifies the video category for which the chart should be
- * retrieved. This parameter can only be used in conjunction with the chart parameter. By default,
- * charts are not restricted to a particular category.
- * @opt_param string chart
- * The chart parameter identifies the chart that you want to retrieve.
- * @opt_param string maxResults
- * The maxResults parameter specifies the maximum number of items that should be returned in the
- * result set.
- Note: This parameter is supported for use in conjunction with the myRating
- * parameter, but it is not supported for use in conjunction with the id parameter.
- * @opt_param string pageToken
- * The pageToken parameter identifies a specific page in the result set that should be returned. In
- * an API response, the nextPageToken and prevPageToken properties identify other pages that could
- * be retrieved.
- Note: This parameter is supported for use in conjunction with the myRating
- * parameter, but it is not supported for use in conjunction with the id parameter.
- * @opt_param string myRating
- * Set this parameter's value to like or dislike to instruct the API to only return videos liked or
- * disliked by the authenticated user.
- * @opt_param string id
- * The id parameter specifies a comma-separated list of the YouTube video ID(s) for the resource(s)
- * that are being retrieved. In a video resource, the id property specifies the video's ID.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string regionCode The regionCode parameter instructs the API to
+ * select a video chart available in the specified region. This parameter can
+ * only be used in conjunction with the chart parameter. The parameter value is
+ * an ISO 3166-1 alpha-2 country code.
+ * @opt_param string locale DEPRECATED
+ * @opt_param string videoCategoryId The videoCategoryId parameter identifies
+ * the video category for which the chart should be retrieved. This parameter
+ * can only be used in conjunction with the chart parameter. By default, charts
+ * are not restricted to a particular category.
+ * @opt_param string chart The chart parameter identifies the chart that you
+ * want to retrieve.
+ * @opt_param string maxResults The maxResults parameter specifies the maximum
+ * number of items that should be returned in the result set.
+ *
+ * Note: This parameter is supported for use in conjunction with the myRating
+ * parameter, but it is not supported for use in conjunction with the id
+ * parameter.
+ * @opt_param string pageToken The pageToken parameter identifies a specific
+ * page in the result set that should be returned. In an API response, the
+ * nextPageToken and prevPageToken properties identify other pages that could be
+ * retrieved.
+ *
+ * Note: This parameter is supported for use in conjunction with the myRating
+ * parameter, but it is not supported for use in conjunction with the id
+ * parameter.
+ * @opt_param string myRating Set this parameter's value to like or dislike to
+ * instruct the API to only return videos liked or disliked by the authenticated
+ * user.
+ * @opt_param string id The id parameter specifies a comma-separated list of the
+ * YouTube video ID(s) for the resource(s) that are being retrieved. In a video
+ * resource, the id property specifies the video's ID.
* @return Google_Service_YouTube_VideoListResponse
*/
public function listVideos($part, $optParams = array())
@@ -3197,27 +3352,28 @@ public function listVideos($part, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_YouTube_VideoListResponse");
}
+
/**
* Add a like or dislike rating to a video or remove a rating from a video.
* (videos.rate)
*
- * @param string $id
- * The id parameter specifies the YouTube video ID of the video that is being rated or having its
- * rating removed.
- * @param string $rating
- * Specifies the rating to record.
+ * @param string $id The id parameter specifies the YouTube video ID of the
+ * video that is being rated or having its rating removed.
+ * @param string $rating Specifies the rating to record.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The CMS account that the user authenticates with must be linked to the
- * specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
*/
public function rate($id, $rating, $optParams = array())
{
@@ -3225,41 +3381,48 @@ public function rate($id, $rating, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('rate', array($params));
}
+
/**
* Updates a video's metadata. (videos.update)
*
- * @param string $part
- * The part parameter serves two purposes in this operation. It identifies the properties that the
- * write operation will set as well as the properties that the API response will include.
- The part
- * names that you can include in the parameter value are snippet, contentDetails, fileDetails,
- * liveStreamingDetails, player, processingDetails, recordingDetails, statistics, status,
- * suggestions, and topicDetails.
- Note that this method will override the existing values for all
- * of the mutable properties that are contained in any parts that the parameter value specifies.
- * For example, a video's privacy setting is contained in the status part. As such, if your request
- * is updating a private video, and the request's part parameter value includes the status part,
- * the video's privacy setting will be updated to whatever value the request body specifies. If the
- * request body does not specify a value, the existing privacy setting will be removed and the
- * video will revert to the default privacy setting.
- In addition, not all of those parts contain
- * properties that can be set when setting or updating a video's metadata. For example, the
- * statistics object encapsulates statistics that YouTube calculates for a video and does not
- * contain values that you can set or modify. If the parameter value specifies a part that does not
- * contain mutable values, that part will still be included in the API response.
+ * @param string $part The part parameter serves two purposes in this operation.
+ * It identifies the properties that the write operation will set as well as the
+ * properties that the API response will include.
+ *
+ * The part names that you can include in the parameter value are snippet,
+ * contentDetails, fileDetails, liveStreamingDetails, player, processingDetails,
+ * recordingDetails, statistics, status, suggestions, and topicDetails.
+ *
+ * Note that this method will override the existing values for all of the
+ * mutable properties that are contained in any parts that the parameter value
+ * specifies. For example, a video's privacy setting is contained in the status
+ * part. As such, if your request is updating a private video, and the request's
+ * part parameter value includes the status part, the video's privacy setting
+ * will be updated to whatever value the request body specifies. If the request
+ * body does not specify a value, the existing privacy setting will be removed
+ * and the video will revert to the default privacy setting.
+ *
+ * In addition, not all of those parts contain properties that can be set when
+ * setting or updating a video's metadata. For example, the statistics object
+ * encapsulates statistics that YouTube calculates for a video and does not
+ * contain values that you can set or modify. If the parameter value specifies a
+ * part that does not contain mutable values, that part will still be included
+ * in the API response.
* @param Google_Video $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * Note: This parameter is intended exclusively for YouTube content partners.
- The
- * onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify
- * a YouTube CMS user who is acting on behalf of the content owner specified in the parameter
- * value. This parameter is intended for YouTube content partners that own and manage many
- * different YouTube channels. It allows content owners to authenticate once and get access to all
- * their video and channel data, without having to provide authentication credentials for each
- * individual channel. The actual CMS account that the user authenticates with must be linked to
- * the specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The actual CMS
+ * account that the user authenticates with must be linked to the specified
+ * YouTube content owner.
* @return Google_Service_YouTube_Video
*/
public function update($part, Google_Service_YouTube_Video $postBody, $optParams = array())
@@ -3285,19 +3448,19 @@ class Google_Service_YouTube_Watermarks_Resource extends Google_Service_Resource
* Uploads a watermark image to YouTube and sets it for a channel.
* (watermarks.set)
*
- * @param string $channelId
- * The channelId parameter specifies a YouTube channel ID for which the watermark is being
- * provided.
+ * @param string $channelId The channelId parameter specifies a YouTube channel
+ * ID for which the watermark is being provided.
* @param Google_InvideoBranding $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * The onBehalfOfContentOwner parameter indicates that the authenticated user is acting on behalf
- * of the content owner specified in the parameter value. This parameter is intended for YouTube
- * content partners that own and manage many different YouTube channels. It allows content owners
- * to authenticate once and get access to all their video and channel data, without having to
- * provide authentication credentials for each individual channel. The actual CMS account that the
- * user authenticates with needs to be linked to the specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner The onBehalfOfContentOwner parameter
+ * indicates that the authenticated user is acting on behalf of the content
+ * owner specified in the parameter value. This parameter is intended for
+ * YouTube content partners that own and manage many different YouTube channels.
+ * It allows content owners to authenticate once and get access to all their
+ * video and channel data, without having to provide authentication credentials
+ * for each individual channel. The actual CMS account that the user
+ * authenticates with needs to be linked to the specified YouTube content owner.
*/
public function set($channelId, Google_Service_YouTube_InvideoBranding $postBody, $optParams = array())
{
@@ -3305,20 +3468,22 @@ public function set($channelId, Google_Service_YouTube_InvideoBranding $postBody
$params = array_merge($params, $optParams);
return $this->call('set', array($params));
}
+
/**
* Deletes a watermark. (watermarks.unsetWatermarks)
*
- * @param string $channelId
- * The channelId parameter specifies a YouTube channel ID for which the watermark is being unset.
+ * @param string $channelId The channelId parameter specifies a YouTube channel
+ * ID for which the watermark is being unset.
* @param array $optParams Optional parameters.
*
- * @opt_param string onBehalfOfContentOwner
- * The onBehalfOfContentOwner parameter indicates that the authenticated user is acting on behalf
- * of the content owner specified in the parameter value. This parameter is intended for YouTube
- * content partners that own and manage many different YouTube channels. It allows content owners
- * to authenticate once and get access to all their video and channel data, without having to
- * provide authentication credentials for each individual channel. The actual CMS account that the
- * user authenticates with needs to be linked to the specified YouTube content owner.
+ * @opt_param string onBehalfOfContentOwner The onBehalfOfContentOwner parameter
+ * indicates that the authenticated user is acting on behalf of the content
+ * owner specified in the parameter value. This parameter is intended for
+ * YouTube content partners that own and manage many different YouTube channels.
+ * It allows content owners to authenticate once and get access to all their
+ * video and channel data, without having to provide authentication credentials
+ * for each individual channel. The actual CMS account that the user
+ * authenticates with needs to be linked to the specified YouTube content owner.
*/
public function unsetWatermarks($channelId, $optParams = array())
{
@@ -3339,11 +3504,11 @@ class Google_Service_YouTube_AccessPolicy extends Google_Collection
public $allowed;
public $exception;
+
public function setAllowed($allowed)
{
$this->allowed = $allowed;
}
-
public function getAllowed()
{
return $this->allowed;
@@ -3352,12 +3517,10 @@ public function setException($exception)
{
$this->exception = $exception;
}
-
public function getException()
{
return $this->exception;
}
-
}
class Google_Service_YouTube_Activity extends Google_Model
@@ -3372,11 +3535,11 @@ class Google_Service_YouTube_Activity extends Google_Model
protected $snippetType = 'Google_Service_YouTube_ActivitySnippet';
protected $snippetDataType = '';
+
public function setContentDetails(Google_Service_YouTube_ActivityContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -3385,7 +3548,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3394,7 +3556,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3403,7 +3564,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3412,12 +3572,10 @@ public function setSnippet(Google_Service_YouTube_ActivitySnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
}
-
}
class Google_Service_YouTube_ActivityContentDetails extends Google_Model
@@ -3447,11 +3605,11 @@ class Google_Service_YouTube_ActivityContentDetails extends Google_Model
protected $uploadType = 'Google_Service_YouTube_ActivityContentDetailsUpload';
protected $uploadDataType = '';
+
public function setBulletin(Google_Service_YouTube_ActivityContentDetailsBulletin $bulletin)
{
$this->bulletin = $bulletin;
}
-
public function getBulletin()
{
return $this->bulletin;
@@ -3460,7 +3618,6 @@ public function setChannelItem(Google_Service_YouTube_ActivityContentDetailsChan
{
$this->channelItem = $channelItem;
}
-
public function getChannelItem()
{
return $this->channelItem;
@@ -3469,7 +3626,6 @@ public function setComment(Google_Service_YouTube_ActivityContentDetailsComment
{
$this->comment = $comment;
}
-
public function getComment()
{
return $this->comment;
@@ -3478,7 +3634,6 @@ public function setFavorite(Google_Service_YouTube_ActivityContentDetailsFavorit
{
$this->favorite = $favorite;
}
-
public function getFavorite()
{
return $this->favorite;
@@ -3487,7 +3642,6 @@ public function setLike(Google_Service_YouTube_ActivityContentDetailsLike $like)
{
$this->like = $like;
}
-
public function getLike()
{
return $this->like;
@@ -3496,7 +3650,6 @@ public function setPlaylistItem(Google_Service_YouTube_ActivityContentDetailsPla
{
$this->playlistItem = $playlistItem;
}
-
public function getPlaylistItem()
{
return $this->playlistItem;
@@ -3505,7 +3658,6 @@ public function setPromotedItem(Google_Service_YouTube_ActivityContentDetailsPro
{
$this->promotedItem = $promotedItem;
}
-
public function getPromotedItem()
{
return $this->promotedItem;
@@ -3514,7 +3666,6 @@ public function setRecommendation(Google_Service_YouTube_ActivityContentDetailsR
{
$this->recommendation = $recommendation;
}
-
public function getRecommendation()
{
return $this->recommendation;
@@ -3523,7 +3674,6 @@ public function setSocial(Google_Service_YouTube_ActivityContentDetailsSocial $s
{
$this->social = $social;
}
-
public function getSocial()
{
return $this->social;
@@ -3532,7 +3682,6 @@ public function setSubscription(Google_Service_YouTube_ActivityContentDetailsSub
{
$this->subscription = $subscription;
}
-
public function getSubscription()
{
return $this->subscription;
@@ -3541,12 +3690,10 @@ public function setUpload(Google_Service_YouTube_ActivityContentDetailsUpload $u
{
$this->upload = $upload;
}
-
public function getUpload()
{
return $this->upload;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsBulletin extends Google_Model
@@ -3556,16 +3703,15 @@ class Google_Service_YouTube_ActivityContentDetailsBulletin extends Google_Model
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
+
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsChannelItem extends Google_Model
@@ -3575,16 +3721,15 @@ class Google_Service_YouTube_ActivityContentDetailsChannelItem extends Google_Mo
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
+
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsComment extends Google_Model
@@ -3594,16 +3739,15 @@ class Google_Service_YouTube_ActivityContentDetailsComment extends Google_Model
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
+
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsFavorite extends Google_Model
@@ -3613,16 +3757,15 @@ class Google_Service_YouTube_ActivityContentDetailsFavorite extends Google_Model
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
+
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsLike extends Google_Model
@@ -3632,16 +3775,15 @@ class Google_Service_YouTube_ActivityContentDetailsLike extends Google_Model
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
+
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsPlaylistItem extends Google_Model
@@ -3653,11 +3795,11 @@ class Google_Service_YouTube_ActivityContentDetailsPlaylistItem extends Google_M
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
+
public function setPlaylistId($playlistId)
{
$this->playlistId = $playlistId;
}
-
public function getPlaylistId()
{
return $this->playlistId;
@@ -3666,7 +3808,6 @@ public function setPlaylistItemId($playlistItemId)
{
$this->playlistItemId = $playlistItemId;
}
-
public function getPlaylistItemId()
{
return $this->playlistItemId;
@@ -3675,12 +3816,10 @@ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsPromotedItem extends Google_Collection
@@ -3699,11 +3838,11 @@ class Google_Service_YouTube_ActivityContentDetailsPromotedItem extends Google_C
public $impressionUrl;
public $videoId;
+
public function setAdTag($adTag)
{
$this->adTag = $adTag;
}
-
public function getAdTag()
{
return $this->adTag;
@@ -3712,7 +3851,6 @@ public function setClickTrackingUrl($clickTrackingUrl)
{
$this->clickTrackingUrl = $clickTrackingUrl;
}
-
public function getClickTrackingUrl()
{
return $this->clickTrackingUrl;
@@ -3721,7 +3859,6 @@ public function setCreativeViewUrl($creativeViewUrl)
{
$this->creativeViewUrl = $creativeViewUrl;
}
-
public function getCreativeViewUrl()
{
return $this->creativeViewUrl;
@@ -3730,7 +3867,6 @@ public function setCtaType($ctaType)
{
$this->ctaType = $ctaType;
}
-
public function getCtaType()
{
return $this->ctaType;
@@ -3739,7 +3875,6 @@ public function setCustomCtaButtonText($customCtaButtonText)
{
$this->customCtaButtonText = $customCtaButtonText;
}
-
public function getCustomCtaButtonText()
{
return $this->customCtaButtonText;
@@ -3748,7 +3883,6 @@ public function setDescriptionText($descriptionText)
{
$this->descriptionText = $descriptionText;
}
-
public function getDescriptionText()
{
return $this->descriptionText;
@@ -3757,7 +3891,6 @@ public function setDestinationUrl($destinationUrl)
{
$this->destinationUrl = $destinationUrl;
}
-
public function getDestinationUrl()
{
return $this->destinationUrl;
@@ -3766,7 +3899,6 @@ public function setForecastingUrl($forecastingUrl)
{
$this->forecastingUrl = $forecastingUrl;
}
-
public function getForecastingUrl()
{
return $this->forecastingUrl;
@@ -3775,7 +3907,6 @@ public function setImpressionUrl($impressionUrl)
{
$this->impressionUrl = $impressionUrl;
}
-
public function getImpressionUrl()
{
return $this->impressionUrl;
@@ -3784,12 +3915,10 @@ public function setVideoId($videoId)
{
$this->videoId = $videoId;
}
-
public function getVideoId()
{
return $this->videoId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsRecommendation extends Google_Model
@@ -3802,11 +3931,11 @@ class Google_Service_YouTube_ActivityContentDetailsRecommendation extends Google
protected $seedResourceIdType = 'Google_Service_YouTube_ResourceId';
protected $seedResourceIdDataType = '';
+
public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
@@ -3815,7 +3944,6 @@ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -3824,12 +3952,10 @@ public function setSeedResourceId(Google_Service_YouTube_ResourceId $seedResourc
{
$this->seedResourceId = $seedResourceId;
}
-
public function getSeedResourceId()
{
return $this->seedResourceId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsSocial extends Google_Model
@@ -3843,11 +3969,11 @@ class Google_Service_YouTube_ActivityContentDetailsSocial extends Google_Model
protected $resourceIdDataType = '';
public $type;
+
public function setAuthor($author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -3856,7 +3982,6 @@ public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
}
-
public function getImageUrl()
{
return $this->imageUrl;
@@ -3865,7 +3990,6 @@ public function setReferenceUrl($referenceUrl)
{
$this->referenceUrl = $referenceUrl;
}
-
public function getReferenceUrl()
{
return $this->referenceUrl;
@@ -3874,7 +3998,6 @@ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -3883,12 +4006,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsSubscription extends Google_Model
@@ -3898,16 +4019,15 @@ class Google_Service_YouTube_ActivityContentDetailsSubscription extends Google_M
protected $resourceIdType = 'Google_Service_YouTube_ResourceId';
protected $resourceIdDataType = '';
+
public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
}
-
}
class Google_Service_YouTube_ActivityContentDetailsUpload extends Google_Model
@@ -3916,16 +4036,15 @@ class Google_Service_YouTube_ActivityContentDetailsUpload extends Google_Model
);
public $videoId;
+
public function setVideoId($videoId)
{
$this->videoId = $videoId;
}
-
public function getVideoId()
{
return $this->videoId;
}
-
}
class Google_Service_YouTube_ActivityListResponse extends Google_Collection
@@ -3946,11 +4065,11 @@ class Google_Service_YouTube_ActivityListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3959,7 +4078,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -3968,7 +4086,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3977,7 +4094,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3986,7 +4102,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3995,7 +4110,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -4004,7 +4118,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -4013,7 +4126,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -4022,12 +4134,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_ActivitySnippet extends Google_Model
@@ -4044,11 +4154,11 @@ class Google_Service_YouTube_ActivitySnippet extends Google_Model
public $title;
public $type;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -4057,7 +4167,6 @@ public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
}
-
public function getChannelTitle()
{
return $this->channelTitle;
@@ -4066,7 +4175,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4075,7 +4183,6 @@ public function setGroupId($groupId)
{
$this->groupId = $groupId;
}
-
public function getGroupId()
{
return $this->groupId;
@@ -4084,7 +4191,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -4093,7 +4199,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -4102,7 +4207,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -4111,12 +4215,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_YouTube_CdnSettings extends Google_Model
@@ -4128,11 +4230,11 @@ class Google_Service_YouTube_CdnSettings extends Google_Model
protected $ingestionInfoDataType = '';
public $ingestionType;
+
public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -4141,7 +4243,6 @@ public function setIngestionInfo(Google_Service_YouTube_IngestionInfo $ingestion
{
$this->ingestionInfo = $ingestionInfo;
}
-
public function getIngestionInfo()
{
return $this->ingestionInfo;
@@ -4150,12 +4251,10 @@ public function setIngestionType($ingestionType)
{
$this->ingestionType = $ingestionType;
}
-
public function getIngestionType()
{
return $this->ingestionType;
}
-
}
class Google_Service_YouTube_Channel extends Google_Model
@@ -4186,11 +4285,11 @@ class Google_Service_YouTube_Channel extends Google_Model
protected $topicDetailsType = 'Google_Service_YouTube_ChannelTopicDetails';
protected $topicDetailsDataType = '';
+
public function setAuditDetails(Google_Service_YouTube_ChannelAuditDetails $auditDetails)
{
$this->auditDetails = $auditDetails;
}
-
public function getAuditDetails()
{
return $this->auditDetails;
@@ -4199,7 +4298,6 @@ public function setBrandingSettings(Google_Service_YouTube_ChannelBrandingSettin
{
$this->brandingSettings = $brandingSettings;
}
-
public function getBrandingSettings()
{
return $this->brandingSettings;
@@ -4208,7 +4306,6 @@ public function setContentDetails(Google_Service_YouTube_ChannelContentDetails $
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -4217,7 +4314,6 @@ public function setContentOwnerDetails(Google_Service_YouTube_ChannelContentOwne
{
$this->contentOwnerDetails = $contentOwnerDetails;
}
-
public function getContentOwnerDetails()
{
return $this->contentOwnerDetails;
@@ -4226,7 +4322,6 @@ public function setConversionPings(Google_Service_YouTube_ChannelConversionPings
{
$this->conversionPings = $conversionPings;
}
-
public function getConversionPings()
{
return $this->conversionPings;
@@ -4235,7 +4330,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4244,7 +4338,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4253,7 +4346,6 @@ public function setInvideoPromotion(Google_Service_YouTube_InvideoPromotion $inv
{
$this->invideoPromotion = $invideoPromotion;
}
-
public function getInvideoPromotion()
{
return $this->invideoPromotion;
@@ -4262,7 +4354,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4271,7 +4362,6 @@ public function setSnippet(Google_Service_YouTube_ChannelSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -4280,7 +4370,6 @@ public function setStatistics(Google_Service_YouTube_ChannelStatistics $statisti
{
$this->statistics = $statistics;
}
-
public function getStatistics()
{
return $this->statistics;
@@ -4289,7 +4378,6 @@ public function setStatus(Google_Service_YouTube_ChannelStatus $status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -4298,12 +4386,10 @@ public function setTopicDetails(Google_Service_YouTube_ChannelTopicDetails $topi
{
$this->topicDetails = $topicDetails;
}
-
public function getTopicDetails()
{
return $this->topicDetails;
}
-
}
class Google_Service_YouTube_ChannelAuditDetails extends Google_Model
@@ -4315,11 +4401,11 @@ class Google_Service_YouTube_ChannelAuditDetails extends Google_Model
public $copyrightStrikesGoodStanding;
public $overallGoodStanding;
+
public function setCommunityGuidelinesGoodStanding($communityGuidelinesGoodStanding)
{
$this->communityGuidelinesGoodStanding = $communityGuidelinesGoodStanding;
}
-
public function getCommunityGuidelinesGoodStanding()
{
return $this->communityGuidelinesGoodStanding;
@@ -4328,7 +4414,6 @@ public function setContentIdClaimsGoodStanding($contentIdClaimsGoodStanding)
{
$this->contentIdClaimsGoodStanding = $contentIdClaimsGoodStanding;
}
-
public function getContentIdClaimsGoodStanding()
{
return $this->contentIdClaimsGoodStanding;
@@ -4337,7 +4422,6 @@ public function setCopyrightStrikesGoodStanding($copyrightStrikesGoodStanding)
{
$this->copyrightStrikesGoodStanding = $copyrightStrikesGoodStanding;
}
-
public function getCopyrightStrikesGoodStanding()
{
return $this->copyrightStrikesGoodStanding;
@@ -4346,12 +4430,10 @@ public function setOverallGoodStanding($overallGoodStanding)
{
$this->overallGoodStanding = $overallGoodStanding;
}
-
public function getOverallGoodStanding()
{
return $this->overallGoodStanding;
}
-
}
class Google_Service_YouTube_ChannelBannerResource extends Google_Model
@@ -4362,11 +4444,11 @@ class Google_Service_YouTube_ChannelBannerResource extends Google_Model
public $kind;
public $url;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4375,7 +4457,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4384,12 +4465,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_YouTube_ChannelBrandingSettings extends Google_Collection
@@ -4406,11 +4485,11 @@ class Google_Service_YouTube_ChannelBrandingSettings extends Google_Collection
protected $watchType = 'Google_Service_YouTube_WatchSettings';
protected $watchDataType = '';
+
public function setChannel(Google_Service_YouTube_ChannelSettings $channel)
{
$this->channel = $channel;
}
-
public function getChannel()
{
return $this->channel;
@@ -4419,7 +4498,6 @@ public function setHints($hints)
{
$this->hints = $hints;
}
-
public function getHints()
{
return $this->hints;
@@ -4428,7 +4506,6 @@ public function setImage(Google_Service_YouTube_ImageSettings $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -4437,12 +4514,10 @@ public function setWatch(Google_Service_YouTube_WatchSettings $watch)
{
$this->watch = $watch;
}
-
public function getWatch()
{
return $this->watch;
}
-
}
class Google_Service_YouTube_ChannelContentDetails extends Google_Model
@@ -4453,11 +4528,11 @@ class Google_Service_YouTube_ChannelContentDetails extends Google_Model
protected $relatedPlaylistsType = 'Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists';
protected $relatedPlaylistsDataType = '';
+
public function setGooglePlusUserId($googlePlusUserId)
{
$this->googlePlusUserId = $googlePlusUserId;
}
-
public function getGooglePlusUserId()
{
return $this->googlePlusUserId;
@@ -4466,12 +4541,10 @@ public function setRelatedPlaylists(Google_Service_YouTube_ChannelContentDetails
{
$this->relatedPlaylists = $relatedPlaylists;
}
-
public function getRelatedPlaylists()
{
return $this->relatedPlaylists;
}
-
}
class Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists extends Google_Model
@@ -4484,11 +4557,11 @@ class Google_Service_YouTube_ChannelContentDetailsRelatedPlaylists extends Googl
public $watchHistory;
public $watchLater;
+
public function setFavorites($favorites)
{
$this->favorites = $favorites;
}
-
public function getFavorites()
{
return $this->favorites;
@@ -4497,7 +4570,6 @@ public function setLikes($likes)
{
$this->likes = $likes;
}
-
public function getLikes()
{
return $this->likes;
@@ -4506,7 +4578,6 @@ public function setUploads($uploads)
{
$this->uploads = $uploads;
}
-
public function getUploads()
{
return $this->uploads;
@@ -4515,7 +4586,6 @@ public function setWatchHistory($watchHistory)
{
$this->watchHistory = $watchHistory;
}
-
public function getWatchHistory()
{
return $this->watchHistory;
@@ -4524,12 +4594,10 @@ public function setWatchLater($watchLater)
{
$this->watchLater = $watchLater;
}
-
public function getWatchLater()
{
return $this->watchLater;
}
-
}
class Google_Service_YouTube_ChannelContentOwnerDetails extends Google_Model
@@ -4539,11 +4607,11 @@ class Google_Service_YouTube_ChannelContentOwnerDetails extends Google_Model
public $contentOwner;
public $timeLinked;
+
public function setContentOwner($contentOwner)
{
$this->contentOwner = $contentOwner;
}
-
public function getContentOwner()
{
return $this->contentOwner;
@@ -4552,12 +4620,10 @@ public function setTimeLinked($timeLinked)
{
$this->timeLinked = $timeLinked;
}
-
public function getTimeLinked()
{
return $this->timeLinked;
}
-
}
class Google_Service_YouTube_ChannelConversionPing extends Google_Model
@@ -4567,11 +4633,11 @@ class Google_Service_YouTube_ChannelConversionPing extends Google_Model
public $context;
public $conversionUrl;
+
public function setContext($context)
{
$this->context = $context;
}
-
public function getContext()
{
return $this->context;
@@ -4580,12 +4646,10 @@ public function setConversionUrl($conversionUrl)
{
$this->conversionUrl = $conversionUrl;
}
-
public function getConversionUrl()
{
return $this->conversionUrl;
}
-
}
class Google_Service_YouTube_ChannelConversionPings extends Google_Collection
@@ -4596,16 +4660,15 @@ class Google_Service_YouTube_ChannelConversionPings extends Google_Collection
protected $pingsType = 'Google_Service_YouTube_ChannelConversionPing';
protected $pingsDataType = 'array';
+
public function setPings($pings)
{
$this->pings = $pings;
}
-
public function getPings()
{
return $this->pings;
}
-
}
class Google_Service_YouTube_ChannelListResponse extends Google_Collection
@@ -4626,11 +4689,11 @@ class Google_Service_YouTube_ChannelListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4639,7 +4702,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -4648,7 +4710,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4657,7 +4718,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4666,7 +4726,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4675,7 +4734,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -4684,7 +4742,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -4693,7 +4750,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -4702,12 +4758,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_ChannelSection extends Google_Model
@@ -4722,11 +4776,11 @@ class Google_Service_YouTube_ChannelSection extends Google_Model
protected $snippetType = 'Google_Service_YouTube_ChannelSectionSnippet';
protected $snippetDataType = '';
+
public function setContentDetails(Google_Service_YouTube_ChannelSectionContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -4735,7 +4789,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4744,7 +4797,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4753,7 +4805,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4762,12 +4813,10 @@ public function setSnippet(Google_Service_YouTube_ChannelSectionSnippet $snippet
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
}
-
}
class Google_Service_YouTube_ChannelSectionContentDetails extends Google_Collection
@@ -4778,11 +4827,11 @@ class Google_Service_YouTube_ChannelSectionContentDetails extends Google_Collect
public $channels;
public $playlists;
+
public function setChannels($channels)
{
$this->channels = $channels;
}
-
public function getChannels()
{
return $this->channels;
@@ -4791,12 +4840,10 @@ public function setPlaylists($playlists)
{
$this->playlists = $playlists;
}
-
public function getPlaylists()
{
return $this->playlists;
}
-
}
class Google_Service_YouTube_ChannelSectionListResponse extends Google_Collection
@@ -4811,11 +4858,11 @@ class Google_Service_YouTube_ChannelSectionListResponse extends Google_Collectio
public $kind;
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4824,7 +4871,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -4833,7 +4879,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4842,7 +4887,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4851,12 +4895,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_ChannelSectionSnippet extends Google_Model
@@ -4869,11 +4911,11 @@ class Google_Service_YouTube_ChannelSectionSnippet extends Google_Model
public $title;
public $type;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -4882,7 +4924,6 @@ public function setPosition($position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
@@ -4891,7 +4932,6 @@ public function setStyle($style)
{
$this->style = $style;
}
-
public function getStyle()
{
return $this->style;
@@ -4900,7 +4940,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -4909,12 +4948,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_YouTube_ChannelSettings extends Google_Collection
@@ -4935,11 +4972,11 @@ class Google_Service_YouTube_ChannelSettings extends Google_Collection
public $trackingAnalyticsAccountId;
public $unsubscribedTrailer;
+
public function setDefaultTab($defaultTab)
{
$this->defaultTab = $defaultTab;
}
-
public function getDefaultTab()
{
return $this->defaultTab;
@@ -4948,7 +4985,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4957,7 +4993,6 @@ public function setFeaturedChannelsTitle($featuredChannelsTitle)
{
$this->featuredChannelsTitle = $featuredChannelsTitle;
}
-
public function getFeaturedChannelsTitle()
{
return $this->featuredChannelsTitle;
@@ -4966,7 +5001,6 @@ public function setFeaturedChannelsUrls($featuredChannelsUrls)
{
$this->featuredChannelsUrls = $featuredChannelsUrls;
}
-
public function getFeaturedChannelsUrls()
{
return $this->featuredChannelsUrls;
@@ -4975,7 +5009,6 @@ public function setKeywords($keywords)
{
$this->keywords = $keywords;
}
-
public function getKeywords()
{
return $this->keywords;
@@ -4984,7 +5017,6 @@ public function setModerateComments($moderateComments)
{
$this->moderateComments = $moderateComments;
}
-
public function getModerateComments()
{
return $this->moderateComments;
@@ -4993,7 +5025,6 @@ public function setProfileColor($profileColor)
{
$this->profileColor = $profileColor;
}
-
public function getProfileColor()
{
return $this->profileColor;
@@ -5002,7 +5033,6 @@ public function setShowBrowseView($showBrowseView)
{
$this->showBrowseView = $showBrowseView;
}
-
public function getShowBrowseView()
{
return $this->showBrowseView;
@@ -5011,7 +5041,6 @@ public function setShowRelatedChannels($showRelatedChannels)
{
$this->showRelatedChannels = $showRelatedChannels;
}
-
public function getShowRelatedChannels()
{
return $this->showRelatedChannels;
@@ -5020,7 +5049,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -5029,7 +5057,6 @@ public function setTrackingAnalyticsAccountId($trackingAnalyticsAccountId)
{
$this->trackingAnalyticsAccountId = $trackingAnalyticsAccountId;
}
-
public function getTrackingAnalyticsAccountId()
{
return $this->trackingAnalyticsAccountId;
@@ -5038,12 +5065,10 @@ public function setUnsubscribedTrailer($unsubscribedTrailer)
{
$this->unsubscribedTrailer = $unsubscribedTrailer;
}
-
public function getUnsubscribedTrailer()
{
return $this->unsubscribedTrailer;
}
-
}
class Google_Service_YouTube_ChannelSnippet extends Google_Model
@@ -5056,11 +5081,11 @@ class Google_Service_YouTube_ChannelSnippet extends Google_Model
protected $thumbnailsDataType = '';
public $title;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5069,7 +5094,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -5078,7 +5102,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -5087,12 +5110,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_ChannelStatistics extends Google_Model
@@ -5105,11 +5126,11 @@ class Google_Service_YouTube_ChannelStatistics extends Google_Model
public $videoCount;
public $viewCount;
+
public function setCommentCount($commentCount)
{
$this->commentCount = $commentCount;
}
-
public function getCommentCount()
{
return $this->commentCount;
@@ -5118,7 +5139,6 @@ public function setHiddenSubscriberCount($hiddenSubscriberCount)
{
$this->hiddenSubscriberCount = $hiddenSubscriberCount;
}
-
public function getHiddenSubscriberCount()
{
return $this->hiddenSubscriberCount;
@@ -5127,7 +5147,6 @@ public function setSubscriberCount($subscriberCount)
{
$this->subscriberCount = $subscriberCount;
}
-
public function getSubscriberCount()
{
return $this->subscriberCount;
@@ -5136,7 +5155,6 @@ public function setVideoCount($videoCount)
{
$this->videoCount = $videoCount;
}
-
public function getVideoCount()
{
return $this->videoCount;
@@ -5145,12 +5163,10 @@ public function setViewCount($viewCount)
{
$this->viewCount = $viewCount;
}
-
public function getViewCount()
{
return $this->viewCount;
}
-
}
class Google_Service_YouTube_ChannelStatus extends Google_Model
@@ -5161,11 +5177,11 @@ class Google_Service_YouTube_ChannelStatus extends Google_Model
public $longUploadsStatus;
public $privacyStatus;
+
public function setIsLinked($isLinked)
{
$this->isLinked = $isLinked;
}
-
public function getIsLinked()
{
return $this->isLinked;
@@ -5174,7 +5190,6 @@ public function setLongUploadsStatus($longUploadsStatus)
{
$this->longUploadsStatus = $longUploadsStatus;
}
-
public function getLongUploadsStatus()
{
return $this->longUploadsStatus;
@@ -5183,12 +5198,10 @@ public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
}
-
public function getPrivacyStatus()
{
return $this->privacyStatus;
}
-
}
class Google_Service_YouTube_ChannelTopicDetails extends Google_Collection
@@ -5198,16 +5211,15 @@ class Google_Service_YouTube_ChannelTopicDetails extends Google_Collection
);
public $topicIds;
+
public function setTopicIds($topicIds)
{
$this->topicIds = $topicIds;
}
-
public function getTopicIds()
{
return $this->topicIds;
}
-
}
class Google_Service_YouTube_ContentRating extends Google_Model
@@ -5278,11 +5290,11 @@ class Google_Service_YouTube_ContentRating extends Google_Model
public $tvpgRating;
public $ytRating;
+
public function setAcbRating($acbRating)
{
$this->acbRating = $acbRating;
}
-
public function getAcbRating()
{
return $this->acbRating;
@@ -5291,7 +5303,6 @@ public function setAgcomRating($agcomRating)
{
$this->agcomRating = $agcomRating;
}
-
public function getAgcomRating()
{
return $this->agcomRating;
@@ -5300,7 +5311,6 @@ public function setAnatelRating($anatelRating)
{
$this->anatelRating = $anatelRating;
}
-
public function getAnatelRating()
{
return $this->anatelRating;
@@ -5309,7 +5319,6 @@ public function setBbfcRating($bbfcRating)
{
$this->bbfcRating = $bbfcRating;
}
-
public function getBbfcRating()
{
return $this->bbfcRating;
@@ -5318,7 +5327,6 @@ public function setBfvcRating($bfvcRating)
{
$this->bfvcRating = $bfvcRating;
}
-
public function getBfvcRating()
{
return $this->bfvcRating;
@@ -5327,7 +5335,6 @@ public function setBmukkRating($bmukkRating)
{
$this->bmukkRating = $bmukkRating;
}
-
public function getBmukkRating()
{
return $this->bmukkRating;
@@ -5336,7 +5343,6 @@ public function setCatvRating($catvRating)
{
$this->catvRating = $catvRating;
}
-
public function getCatvRating()
{
return $this->catvRating;
@@ -5345,7 +5351,6 @@ public function setCatvfrRating($catvfrRating)
{
$this->catvfrRating = $catvfrRating;
}
-
public function getCatvfrRating()
{
return $this->catvfrRating;
@@ -5354,7 +5359,6 @@ public function setCbfcRating($cbfcRating)
{
$this->cbfcRating = $cbfcRating;
}
-
public function getCbfcRating()
{
return $this->cbfcRating;
@@ -5363,7 +5367,6 @@ public function setCccRating($cccRating)
{
$this->cccRating = $cccRating;
}
-
public function getCccRating()
{
return $this->cccRating;
@@ -5372,7 +5375,6 @@ public function setCceRating($cceRating)
{
$this->cceRating = $cceRating;
}
-
public function getCceRating()
{
return $this->cceRating;
@@ -5381,7 +5383,6 @@ public function setChfilmRating($chfilmRating)
{
$this->chfilmRating = $chfilmRating;
}
-
public function getChfilmRating()
{
return $this->chfilmRating;
@@ -5390,7 +5391,6 @@ public function setChvrsRating($chvrsRating)
{
$this->chvrsRating = $chvrsRating;
}
-
public function getChvrsRating()
{
return $this->chvrsRating;
@@ -5399,7 +5399,6 @@ public function setCicfRating($cicfRating)
{
$this->cicfRating = $cicfRating;
}
-
public function getCicfRating()
{
return $this->cicfRating;
@@ -5408,7 +5407,6 @@ public function setCnaRating($cnaRating)
{
$this->cnaRating = $cnaRating;
}
-
public function getCnaRating()
{
return $this->cnaRating;
@@ -5417,7 +5415,6 @@ public function setCsaRating($csaRating)
{
$this->csaRating = $csaRating;
}
-
public function getCsaRating()
{
return $this->csaRating;
@@ -5426,7 +5423,6 @@ public function setCscfRating($cscfRating)
{
$this->cscfRating = $cscfRating;
}
-
public function getCscfRating()
{
return $this->cscfRating;
@@ -5435,7 +5431,6 @@ public function setCzfilmRating($czfilmRating)
{
$this->czfilmRating = $czfilmRating;
}
-
public function getCzfilmRating()
{
return $this->czfilmRating;
@@ -5444,7 +5439,6 @@ public function setDjctqRating($djctqRating)
{
$this->djctqRating = $djctqRating;
}
-
public function getDjctqRating()
{
return $this->djctqRating;
@@ -5453,7 +5447,6 @@ public function setEefilmRating($eefilmRating)
{
$this->eefilmRating = $eefilmRating;
}
-
public function getEefilmRating()
{
return $this->eefilmRating;
@@ -5462,7 +5455,6 @@ public function setEgfilmRating($egfilmRating)
{
$this->egfilmRating = $egfilmRating;
}
-
public function getEgfilmRating()
{
return $this->egfilmRating;
@@ -5471,7 +5463,6 @@ public function setEirinRating($eirinRating)
{
$this->eirinRating = $eirinRating;
}
-
public function getEirinRating()
{
return $this->eirinRating;
@@ -5480,7 +5471,6 @@ public function setFcbmRating($fcbmRating)
{
$this->fcbmRating = $fcbmRating;
}
-
public function getFcbmRating()
{
return $this->fcbmRating;
@@ -5489,7 +5479,6 @@ public function setFcoRating($fcoRating)
{
$this->fcoRating = $fcoRating;
}
-
public function getFcoRating()
{
return $this->fcoRating;
@@ -5498,7 +5487,6 @@ public function setFmocRating($fmocRating)
{
$this->fmocRating = $fmocRating;
}
-
public function getFmocRating()
{
return $this->fmocRating;
@@ -5507,7 +5495,6 @@ public function setFpbRating($fpbRating)
{
$this->fpbRating = $fpbRating;
}
-
public function getFpbRating()
{
return $this->fpbRating;
@@ -5516,7 +5503,6 @@ public function setFskRating($fskRating)
{
$this->fskRating = $fskRating;
}
-
public function getFskRating()
{
return $this->fskRating;
@@ -5525,7 +5511,6 @@ public function setGrfilmRating($grfilmRating)
{
$this->grfilmRating = $grfilmRating;
}
-
public function getGrfilmRating()
{
return $this->grfilmRating;
@@ -5534,7 +5519,6 @@ public function setIcaaRating($icaaRating)
{
$this->icaaRating = $icaaRating;
}
-
public function getIcaaRating()
{
return $this->icaaRating;
@@ -5543,7 +5527,6 @@ public function setIfcoRating($ifcoRating)
{
$this->ifcoRating = $ifcoRating;
}
-
public function getIfcoRating()
{
return $this->ifcoRating;
@@ -5552,7 +5535,6 @@ public function setIlfilmRating($ilfilmRating)
{
$this->ilfilmRating = $ilfilmRating;
}
-
public function getIlfilmRating()
{
return $this->ilfilmRating;
@@ -5561,7 +5543,6 @@ public function setIncaaRating($incaaRating)
{
$this->incaaRating = $incaaRating;
}
-
public function getIncaaRating()
{
return $this->incaaRating;
@@ -5570,7 +5551,6 @@ public function setKfcbRating($kfcbRating)
{
$this->kfcbRating = $kfcbRating;
}
-
public function getKfcbRating()
{
return $this->kfcbRating;
@@ -5579,7 +5559,6 @@ public function setKijkwijzerRating($kijkwijzerRating)
{
$this->kijkwijzerRating = $kijkwijzerRating;
}
-
public function getKijkwijzerRating()
{
return $this->kijkwijzerRating;
@@ -5588,7 +5567,6 @@ public function setKmrbRating($kmrbRating)
{
$this->kmrbRating = $kmrbRating;
}
-
public function getKmrbRating()
{
return $this->kmrbRating;
@@ -5597,7 +5575,6 @@ public function setLsfRating($lsfRating)
{
$this->lsfRating = $lsfRating;
}
-
public function getLsfRating()
{
return $this->lsfRating;
@@ -5606,7 +5583,6 @@ public function setMccaaRating($mccaaRating)
{
$this->mccaaRating = $mccaaRating;
}
-
public function getMccaaRating()
{
return $this->mccaaRating;
@@ -5615,7 +5591,6 @@ public function setMccypRating($mccypRating)
{
$this->mccypRating = $mccypRating;
}
-
public function getMccypRating()
{
return $this->mccypRating;
@@ -5624,7 +5599,6 @@ public function setMdaRating($mdaRating)
{
$this->mdaRating = $mdaRating;
}
-
public function getMdaRating()
{
return $this->mdaRating;
@@ -5633,7 +5607,6 @@ public function setMedietilsynetRating($medietilsynetRating)
{
$this->medietilsynetRating = $medietilsynetRating;
}
-
public function getMedietilsynetRating()
{
return $this->medietilsynetRating;
@@ -5642,7 +5615,6 @@ public function setMekuRating($mekuRating)
{
$this->mekuRating = $mekuRating;
}
-
public function getMekuRating()
{
return $this->mekuRating;
@@ -5651,7 +5623,6 @@ public function setMibacRating($mibacRating)
{
$this->mibacRating = $mibacRating;
}
-
public function getMibacRating()
{
return $this->mibacRating;
@@ -5660,7 +5631,6 @@ public function setMocRating($mocRating)
{
$this->mocRating = $mocRating;
}
-
public function getMocRating()
{
return $this->mocRating;
@@ -5669,7 +5639,6 @@ public function setMoctwRating($moctwRating)
{
$this->moctwRating = $moctwRating;
}
-
public function getMoctwRating()
{
return $this->moctwRating;
@@ -5678,7 +5647,6 @@ public function setMpaaRating($mpaaRating)
{
$this->mpaaRating = $mpaaRating;
}
-
public function getMpaaRating()
{
return $this->mpaaRating;
@@ -5687,7 +5655,6 @@ public function setMtrcbRating($mtrcbRating)
{
$this->mtrcbRating = $mtrcbRating;
}
-
public function getMtrcbRating()
{
return $this->mtrcbRating;
@@ -5696,7 +5663,6 @@ public function setNbcRating($nbcRating)
{
$this->nbcRating = $nbcRating;
}
-
public function getNbcRating()
{
return $this->nbcRating;
@@ -5705,7 +5671,6 @@ public function setNbcplRating($nbcplRating)
{
$this->nbcplRating = $nbcplRating;
}
-
public function getNbcplRating()
{
return $this->nbcplRating;
@@ -5714,7 +5679,6 @@ public function setNfrcRating($nfrcRating)
{
$this->nfrcRating = $nfrcRating;
}
-
public function getNfrcRating()
{
return $this->nfrcRating;
@@ -5723,7 +5687,6 @@ public function setNfvcbRating($nfvcbRating)
{
$this->nfvcbRating = $nfvcbRating;
}
-
public function getNfvcbRating()
{
return $this->nfvcbRating;
@@ -5732,7 +5695,6 @@ public function setNkclvRating($nkclvRating)
{
$this->nkclvRating = $nkclvRating;
}
-
public function getNkclvRating()
{
return $this->nkclvRating;
@@ -5741,7 +5703,6 @@ public function setOflcRating($oflcRating)
{
$this->oflcRating = $oflcRating;
}
-
public function getOflcRating()
{
return $this->oflcRating;
@@ -5750,7 +5711,6 @@ public function setPefilmRating($pefilmRating)
{
$this->pefilmRating = $pefilmRating;
}
-
public function getPefilmRating()
{
return $this->pefilmRating;
@@ -5759,7 +5719,6 @@ public function setRcnofRating($rcnofRating)
{
$this->rcnofRating = $rcnofRating;
}
-
public function getRcnofRating()
{
return $this->rcnofRating;
@@ -5768,7 +5727,6 @@ public function setResorteviolenciaRating($resorteviolenciaRating)
{
$this->resorteviolenciaRating = $resorteviolenciaRating;
}
-
public function getResorteviolenciaRating()
{
return $this->resorteviolenciaRating;
@@ -5777,7 +5735,6 @@ public function setRtcRating($rtcRating)
{
$this->rtcRating = $rtcRating;
}
-
public function getRtcRating()
{
return $this->rtcRating;
@@ -5786,7 +5743,6 @@ public function setRteRating($rteRating)
{
$this->rteRating = $rteRating;
}
-
public function getRteRating()
{
return $this->rteRating;
@@ -5795,7 +5751,6 @@ public function setRussiaRating($russiaRating)
{
$this->russiaRating = $russiaRating;
}
-
public function getRussiaRating()
{
return $this->russiaRating;
@@ -5804,7 +5759,6 @@ public function setSkfilmRating($skfilmRating)
{
$this->skfilmRating = $skfilmRating;
}
-
public function getSkfilmRating()
{
return $this->skfilmRating;
@@ -5813,7 +5767,6 @@ public function setSmaisRating($smaisRating)
{
$this->smaisRating = $smaisRating;
}
-
public function getSmaisRating()
{
return $this->smaisRating;
@@ -5822,7 +5775,6 @@ public function setSmsaRating($smsaRating)
{
$this->smsaRating = $smsaRating;
}
-
public function getSmsaRating()
{
return $this->smsaRating;
@@ -5831,7 +5783,6 @@ public function setTvpgRating($tvpgRating)
{
$this->tvpgRating = $tvpgRating;
}
-
public function getTvpgRating()
{
return $this->tvpgRating;
@@ -5840,12 +5791,10 @@ public function setYtRating($ytRating)
{
$this->ytRating = $ytRating;
}
-
public function getYtRating()
{
return $this->ytRating;
}
-
}
class Google_Service_YouTube_GeoPoint extends Google_Model
@@ -5856,11 +5805,11 @@ class Google_Service_YouTube_GeoPoint extends Google_Model
public $latitude;
public $longitude;
+
public function setAltitude($altitude)
{
$this->altitude = $altitude;
}
-
public function getAltitude()
{
return $this->altitude;
@@ -5869,7 +5818,6 @@ public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -5878,12 +5826,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_YouTube_GuideCategory extends Google_Model
@@ -5896,11 +5842,11 @@ class Google_Service_YouTube_GuideCategory extends Google_Model
protected $snippetType = 'Google_Service_YouTube_GuideCategorySnippet';
protected $snippetDataType = '';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5909,7 +5855,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5918,7 +5863,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5927,12 +5871,10 @@ public function setSnippet(Google_Service_YouTube_GuideCategorySnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
}
-
}
class Google_Service_YouTube_GuideCategoryListResponse extends Google_Collection
@@ -5953,11 +5895,11 @@ class Google_Service_YouTube_GuideCategoryListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5966,7 +5908,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -5975,7 +5916,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5984,7 +5924,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5993,7 +5932,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -6002,7 +5940,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -6011,7 +5948,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -6020,7 +5956,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -6029,12 +5964,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_GuideCategorySnippet extends Google_Model
@@ -6044,11 +5977,11 @@ class Google_Service_YouTube_GuideCategorySnippet extends Google_Model
public $channelId;
public $title;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -6057,12 +5990,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_I18nLanguage extends Google_Model
@@ -6075,11 +6006,11 @@ class Google_Service_YouTube_I18nLanguage extends Google_Model
protected $snippetType = 'Google_Service_YouTube_I18nLanguageSnippet';
protected $snippetDataType = '';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -6088,7 +6019,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6097,7 +6027,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6106,12 +6035,10 @@ public function setSnippet(Google_Service_YouTube_I18nLanguageSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
}
-
}
class Google_Service_YouTube_I18nLanguageListResponse extends Google_Collection
@@ -6126,11 +6053,11 @@ class Google_Service_YouTube_I18nLanguageListResponse extends Google_Collection
public $kind;
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -6139,7 +6066,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -6148,7 +6074,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6157,7 +6082,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6166,12 +6090,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_I18nLanguageSnippet extends Google_Model
@@ -6181,11 +6103,11 @@ class Google_Service_YouTube_I18nLanguageSnippet extends Google_Model
public $hl;
public $name;
+
public function setHl($hl)
{
$this->hl = $hl;
}
-
public function getHl()
{
return $this->hl;
@@ -6194,12 +6116,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_YouTube_I18nRegion extends Google_Model
@@ -6212,11 +6132,11 @@ class Google_Service_YouTube_I18nRegion extends Google_Model
protected $snippetType = 'Google_Service_YouTube_I18nRegionSnippet';
protected $snippetDataType = '';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -6225,7 +6145,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6234,7 +6153,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6243,12 +6161,10 @@ public function setSnippet(Google_Service_YouTube_I18nRegionSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
}
-
}
class Google_Service_YouTube_I18nRegionListResponse extends Google_Collection
@@ -6263,11 +6179,11 @@ class Google_Service_YouTube_I18nRegionListResponse extends Google_Collection
public $kind;
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -6276,7 +6192,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -6285,7 +6200,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6294,7 +6208,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6303,12 +6216,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_I18nRegionSnippet extends Google_Model
@@ -6318,11 +6229,11 @@ class Google_Service_YouTube_I18nRegionSnippet extends Google_Model
public $gl;
public $name;
+
public function setGl($gl)
{
$this->gl = $gl;
}
-
public function getGl()
{
return $this->gl;
@@ -6331,12 +6242,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_YouTube_ImageSettings extends Google_Model
@@ -6371,11 +6280,11 @@ class Google_Service_YouTube_ImageSettings extends Google_Model
public $trackingImageUrl;
public $watchIconImageUrl;
+
public function setBackgroundImageUrl(Google_Service_YouTube_LocalizedProperty $backgroundImageUrl)
{
$this->backgroundImageUrl = $backgroundImageUrl;
}
-
public function getBackgroundImageUrl()
{
return $this->backgroundImageUrl;
@@ -6384,7 +6293,6 @@ public function setBannerExternalUrl($bannerExternalUrl)
{
$this->bannerExternalUrl = $bannerExternalUrl;
}
-
public function getBannerExternalUrl()
{
return $this->bannerExternalUrl;
@@ -6393,7 +6301,6 @@ public function setBannerImageUrl($bannerImageUrl)
{
$this->bannerImageUrl = $bannerImageUrl;
}
-
public function getBannerImageUrl()
{
return $this->bannerImageUrl;
@@ -6402,7 +6309,6 @@ public function setBannerMobileExtraHdImageUrl($bannerMobileExtraHdImageUrl)
{
$this->bannerMobileExtraHdImageUrl = $bannerMobileExtraHdImageUrl;
}
-
public function getBannerMobileExtraHdImageUrl()
{
return $this->bannerMobileExtraHdImageUrl;
@@ -6411,7 +6317,6 @@ public function setBannerMobileHdImageUrl($bannerMobileHdImageUrl)
{
$this->bannerMobileHdImageUrl = $bannerMobileHdImageUrl;
}
-
public function getBannerMobileHdImageUrl()
{
return $this->bannerMobileHdImageUrl;
@@ -6420,7 +6325,6 @@ public function setBannerMobileImageUrl($bannerMobileImageUrl)
{
$this->bannerMobileImageUrl = $bannerMobileImageUrl;
}
-
public function getBannerMobileImageUrl()
{
return $this->bannerMobileImageUrl;
@@ -6429,7 +6333,6 @@ public function setBannerMobileLowImageUrl($bannerMobileLowImageUrl)
{
$this->bannerMobileLowImageUrl = $bannerMobileLowImageUrl;
}
-
public function getBannerMobileLowImageUrl()
{
return $this->bannerMobileLowImageUrl;
@@ -6438,7 +6341,6 @@ public function setBannerMobileMediumHdImageUrl($bannerMobileMediumHdImageUrl)
{
$this->bannerMobileMediumHdImageUrl = $bannerMobileMediumHdImageUrl;
}
-
public function getBannerMobileMediumHdImageUrl()
{
return $this->bannerMobileMediumHdImageUrl;
@@ -6447,7 +6349,6 @@ public function setBannerTabletExtraHdImageUrl($bannerTabletExtraHdImageUrl)
{
$this->bannerTabletExtraHdImageUrl = $bannerTabletExtraHdImageUrl;
}
-
public function getBannerTabletExtraHdImageUrl()
{
return $this->bannerTabletExtraHdImageUrl;
@@ -6456,7 +6357,6 @@ public function setBannerTabletHdImageUrl($bannerTabletHdImageUrl)
{
$this->bannerTabletHdImageUrl = $bannerTabletHdImageUrl;
}
-
public function getBannerTabletHdImageUrl()
{
return $this->bannerTabletHdImageUrl;
@@ -6465,7 +6365,6 @@ public function setBannerTabletImageUrl($bannerTabletImageUrl)
{
$this->bannerTabletImageUrl = $bannerTabletImageUrl;
}
-
public function getBannerTabletImageUrl()
{
return $this->bannerTabletImageUrl;
@@ -6474,7 +6373,6 @@ public function setBannerTabletLowImageUrl($bannerTabletLowImageUrl)
{
$this->bannerTabletLowImageUrl = $bannerTabletLowImageUrl;
}
-
public function getBannerTabletLowImageUrl()
{
return $this->bannerTabletLowImageUrl;
@@ -6483,7 +6381,6 @@ public function setBannerTvHighImageUrl($bannerTvHighImageUrl)
{
$this->bannerTvHighImageUrl = $bannerTvHighImageUrl;
}
-
public function getBannerTvHighImageUrl()
{
return $this->bannerTvHighImageUrl;
@@ -6492,7 +6389,6 @@ public function setBannerTvImageUrl($bannerTvImageUrl)
{
$this->bannerTvImageUrl = $bannerTvImageUrl;
}
-
public function getBannerTvImageUrl()
{
return $this->bannerTvImageUrl;
@@ -6501,7 +6397,6 @@ public function setBannerTvLowImageUrl($bannerTvLowImageUrl)
{
$this->bannerTvLowImageUrl = $bannerTvLowImageUrl;
}
-
public function getBannerTvLowImageUrl()
{
return $this->bannerTvLowImageUrl;
@@ -6510,7 +6405,6 @@ public function setBannerTvMediumImageUrl($bannerTvMediumImageUrl)
{
$this->bannerTvMediumImageUrl = $bannerTvMediumImageUrl;
}
-
public function getBannerTvMediumImageUrl()
{
return $this->bannerTvMediumImageUrl;
@@ -6519,7 +6413,6 @@ public function setLargeBrandedBannerImageImapScript(Google_Service_YouTube_Loca
{
$this->largeBrandedBannerImageImapScript = $largeBrandedBannerImageImapScript;
}
-
public function getLargeBrandedBannerImageImapScript()
{
return $this->largeBrandedBannerImageImapScript;
@@ -6528,7 +6421,6 @@ public function setLargeBrandedBannerImageUrl(Google_Service_YouTube_LocalizedPr
{
$this->largeBrandedBannerImageUrl = $largeBrandedBannerImageUrl;
}
-
public function getLargeBrandedBannerImageUrl()
{
return $this->largeBrandedBannerImageUrl;
@@ -6537,7 +6429,6 @@ public function setSmallBrandedBannerImageImapScript(Google_Service_YouTube_Loca
{
$this->smallBrandedBannerImageImapScript = $smallBrandedBannerImageImapScript;
}
-
public function getSmallBrandedBannerImageImapScript()
{
return $this->smallBrandedBannerImageImapScript;
@@ -6546,7 +6437,6 @@ public function setSmallBrandedBannerImageUrl(Google_Service_YouTube_LocalizedPr
{
$this->smallBrandedBannerImageUrl = $smallBrandedBannerImageUrl;
}
-
public function getSmallBrandedBannerImageUrl()
{
return $this->smallBrandedBannerImageUrl;
@@ -6555,7 +6445,6 @@ public function setTrackingImageUrl($trackingImageUrl)
{
$this->trackingImageUrl = $trackingImageUrl;
}
-
public function getTrackingImageUrl()
{
return $this->trackingImageUrl;
@@ -6564,12 +6453,10 @@ public function setWatchIconImageUrl($watchIconImageUrl)
{
$this->watchIconImageUrl = $watchIconImageUrl;
}
-
public function getWatchIconImageUrl()
{
return $this->watchIconImageUrl;
}
-
}
class Google_Service_YouTube_IngestionInfo extends Google_Model
@@ -6580,11 +6467,11 @@ class Google_Service_YouTube_IngestionInfo extends Google_Model
public $ingestionAddress;
public $streamName;
+
public function setBackupIngestionAddress($backupIngestionAddress)
{
$this->backupIngestionAddress = $backupIngestionAddress;
}
-
public function getBackupIngestionAddress()
{
return $this->backupIngestionAddress;
@@ -6593,7 +6480,6 @@ public function setIngestionAddress($ingestionAddress)
{
$this->ingestionAddress = $ingestionAddress;
}
-
public function getIngestionAddress()
{
return $this->ingestionAddress;
@@ -6602,12 +6488,10 @@ public function setStreamName($streamName)
{
$this->streamName = $streamName;
}
-
public function getStreamName()
{
return $this->streamName;
}
-
}
class Google_Service_YouTube_InvideoBranding extends Google_Model
@@ -6622,11 +6506,11 @@ class Google_Service_YouTube_InvideoBranding extends Google_Model
protected $timingType = 'Google_Service_YouTube_InvideoTiming';
protected $timingDataType = '';
+
public function setImageBytes($imageBytes)
{
$this->imageBytes = $imageBytes;
}
-
public function getImageBytes()
{
return $this->imageBytes;
@@ -6635,7 +6519,6 @@ public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
}
-
public function getImageUrl()
{
return $this->imageUrl;
@@ -6644,7 +6527,6 @@ public function setPosition(Google_Service_YouTube_InvideoPosition $position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
@@ -6653,7 +6535,6 @@ public function setTargetChannelId($targetChannelId)
{
$this->targetChannelId = $targetChannelId;
}
-
public function getTargetChannelId()
{
return $this->targetChannelId;
@@ -6662,12 +6543,10 @@ public function setTiming(Google_Service_YouTube_InvideoTiming $timing)
{
$this->timing = $timing;
}
-
public function getTiming()
{
return $this->timing;
}
-
}
class Google_Service_YouTube_InvideoPosition extends Google_Model
@@ -6677,11 +6556,11 @@ class Google_Service_YouTube_InvideoPosition extends Google_Model
public $cornerPosition;
public $type;
+
public function setCornerPosition($cornerPosition)
{
$this->cornerPosition = $cornerPosition;
}
-
public function getCornerPosition()
{
return $this->cornerPosition;
@@ -6690,12 +6569,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_YouTube_InvideoPromotion extends Google_Collection
@@ -6711,11 +6588,11 @@ class Google_Service_YouTube_InvideoPromotion extends Google_Collection
protected $positionDataType = '';
public $useSmartTiming;
+
public function setDefaultTiming(Google_Service_YouTube_InvideoTiming $defaultTiming)
{
$this->defaultTiming = $defaultTiming;
}
-
public function getDefaultTiming()
{
return $this->defaultTiming;
@@ -6724,7 +6601,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6733,7 +6609,6 @@ public function setPosition(Google_Service_YouTube_InvideoPosition $position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
@@ -6742,12 +6617,10 @@ public function setUseSmartTiming($useSmartTiming)
{
$this->useSmartTiming = $useSmartTiming;
}
-
public function getUseSmartTiming()
{
return $this->useSmartTiming;
}
-
}
class Google_Service_YouTube_InvideoTiming extends Google_Model
@@ -6758,11 +6631,11 @@ class Google_Service_YouTube_InvideoTiming extends Google_Model
public $offsetMs;
public $type;
+
public function setDurationMs($durationMs)
{
$this->durationMs = $durationMs;
}
-
public function getDurationMs()
{
return $this->durationMs;
@@ -6771,7 +6644,6 @@ public function setOffsetMs($offsetMs)
{
$this->offsetMs = $offsetMs;
}
-
public function getOffsetMs()
{
return $this->offsetMs;
@@ -6780,12 +6652,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_YouTube_LiveBroadcast extends Google_Model
@@ -6802,11 +6672,11 @@ class Google_Service_YouTube_LiveBroadcast extends Google_Model
protected $statusType = 'Google_Service_YouTube_LiveBroadcastStatus';
protected $statusDataType = '';
+
public function setContentDetails(Google_Service_YouTube_LiveBroadcastContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -6815,7 +6685,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -6824,7 +6693,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6833,7 +6701,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6842,7 +6709,6 @@ public function setSnippet(Google_Service_YouTube_LiveBroadcastSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -6851,12 +6717,10 @@ public function setStatus(Google_Service_YouTube_LiveBroadcastStatus $status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_YouTube_LiveBroadcastContentDetails extends Google_Model
@@ -6873,11 +6737,11 @@ class Google_Service_YouTube_LiveBroadcastContentDetails extends Google_Model
public $recordFromStart;
public $startWithSlate;
+
public function setBoundStreamId($boundStreamId)
{
$this->boundStreamId = $boundStreamId;
}
-
public function getBoundStreamId()
{
return $this->boundStreamId;
@@ -6886,7 +6750,6 @@ public function setEnableClosedCaptions($enableClosedCaptions)
{
$this->enableClosedCaptions = $enableClosedCaptions;
}
-
public function getEnableClosedCaptions()
{
return $this->enableClosedCaptions;
@@ -6895,7 +6758,6 @@ public function setEnableContentEncryption($enableContentEncryption)
{
$this->enableContentEncryption = $enableContentEncryption;
}
-
public function getEnableContentEncryption()
{
return $this->enableContentEncryption;
@@ -6904,7 +6766,6 @@ public function setEnableDvr($enableDvr)
{
$this->enableDvr = $enableDvr;
}
-
public function getEnableDvr()
{
return $this->enableDvr;
@@ -6913,7 +6774,6 @@ public function setEnableEmbed($enableEmbed)
{
$this->enableEmbed = $enableEmbed;
}
-
public function getEnableEmbed()
{
return $this->enableEmbed;
@@ -6922,7 +6782,6 @@ public function setMonitorStream(Google_Service_YouTube_MonitorStreamInfo $monit
{
$this->monitorStream = $monitorStream;
}
-
public function getMonitorStream()
{
return $this->monitorStream;
@@ -6931,7 +6790,6 @@ public function setRecordFromStart($recordFromStart)
{
$this->recordFromStart = $recordFromStart;
}
-
public function getRecordFromStart()
{
return $this->recordFromStart;
@@ -6940,12 +6798,10 @@ public function setStartWithSlate($startWithSlate)
{
$this->startWithSlate = $startWithSlate;
}
-
public function getStartWithSlate()
{
return $this->startWithSlate;
}
-
}
class Google_Service_YouTube_LiveBroadcastListResponse extends Google_Collection
@@ -6966,11 +6822,11 @@ class Google_Service_YouTube_LiveBroadcastListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -6979,7 +6835,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -6988,7 +6843,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6997,7 +6851,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7006,7 +6859,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -7015,7 +6867,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -7024,7 +6875,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -7033,7 +6883,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -7042,12 +6891,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_LiveBroadcastSnippet extends Google_Model
@@ -7065,11 +6912,11 @@ class Google_Service_YouTube_LiveBroadcastSnippet extends Google_Model
protected $thumbnailsDataType = '';
public $title;
+
public function setActualEndTime($actualEndTime)
{
$this->actualEndTime = $actualEndTime;
}
-
public function getActualEndTime()
{
return $this->actualEndTime;
@@ -7078,7 +6925,6 @@ public function setActualStartTime($actualStartTime)
{
$this->actualStartTime = $actualStartTime;
}
-
public function getActualStartTime()
{
return $this->actualStartTime;
@@ -7087,7 +6933,6 @@ public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -7096,7 +6941,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -7105,7 +6949,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -7114,7 +6957,6 @@ public function setScheduledEndTime($scheduledEndTime)
{
$this->scheduledEndTime = $scheduledEndTime;
}
-
public function getScheduledEndTime()
{
return $this->scheduledEndTime;
@@ -7123,7 +6965,6 @@ public function setScheduledStartTime($scheduledStartTime)
{
$this->scheduledStartTime = $scheduledStartTime;
}
-
public function getScheduledStartTime()
{
return $this->scheduledStartTime;
@@ -7132,7 +6973,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -7141,12 +6981,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_LiveBroadcastStatus extends Google_Model
@@ -7158,11 +6996,11 @@ class Google_Service_YouTube_LiveBroadcastStatus extends Google_Model
public $privacyStatus;
public $recordingStatus;
+
public function setLifeCycleStatus($lifeCycleStatus)
{
$this->lifeCycleStatus = $lifeCycleStatus;
}
-
public function getLifeCycleStatus()
{
return $this->lifeCycleStatus;
@@ -7171,7 +7009,6 @@ public function setLiveBroadcastPriority($liveBroadcastPriority)
{
$this->liveBroadcastPriority = $liveBroadcastPriority;
}
-
public function getLiveBroadcastPriority()
{
return $this->liveBroadcastPriority;
@@ -7180,7 +7017,6 @@ public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
}
-
public function getPrivacyStatus()
{
return $this->privacyStatus;
@@ -7189,12 +7025,10 @@ public function setRecordingStatus($recordingStatus)
{
$this->recordingStatus = $recordingStatus;
}
-
public function getRecordingStatus()
{
return $this->recordingStatus;
}
-
}
class Google_Service_YouTube_LiveStream extends Google_Model
@@ -7213,11 +7047,11 @@ class Google_Service_YouTube_LiveStream extends Google_Model
protected $statusType = 'Google_Service_YouTube_LiveStreamStatus';
protected $statusDataType = '';
+
public function setCdn(Google_Service_YouTube_CdnSettings $cdn)
{
$this->cdn = $cdn;
}
-
public function getCdn()
{
return $this->cdn;
@@ -7226,7 +7060,6 @@ public function setContentDetails(Google_Service_YouTube_LiveStreamContentDetail
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -7235,7 +7068,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -7244,7 +7076,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7253,7 +7084,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7262,7 +7092,6 @@ public function setSnippet(Google_Service_YouTube_LiveStreamSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -7271,12 +7100,10 @@ public function setStatus(Google_Service_YouTube_LiveStreamStatus $status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_YouTube_LiveStreamContentDetails extends Google_Model
@@ -7286,11 +7113,11 @@ class Google_Service_YouTube_LiveStreamContentDetails extends Google_Model
public $closedCaptionsIngestionUrl;
public $isReusable;
+
public function setClosedCaptionsIngestionUrl($closedCaptionsIngestionUrl)
{
$this->closedCaptionsIngestionUrl = $closedCaptionsIngestionUrl;
}
-
public function getClosedCaptionsIngestionUrl()
{
return $this->closedCaptionsIngestionUrl;
@@ -7299,12 +7126,10 @@ public function setIsReusable($isReusable)
{
$this->isReusable = $isReusable;
}
-
public function getIsReusable()
{
return $this->isReusable;
}
-
}
class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection
@@ -7325,11 +7150,11 @@ class Google_Service_YouTube_LiveStreamListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -7338,7 +7163,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -7347,7 +7171,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7356,7 +7179,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7365,7 +7187,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -7374,7 +7195,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -7383,7 +7203,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -7392,7 +7211,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -7401,12 +7219,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_LiveStreamSnippet extends Google_Model
@@ -7418,11 +7234,11 @@ class Google_Service_YouTube_LiveStreamSnippet extends Google_Model
public $publishedAt;
public $title;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -7431,7 +7247,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -7440,7 +7255,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -7449,12 +7263,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_LiveStreamStatus extends Google_Model
@@ -7463,16 +7275,15 @@ class Google_Service_YouTube_LiveStreamStatus extends Google_Model
);
public $streamStatus;
+
public function setStreamStatus($streamStatus)
{
$this->streamStatus = $streamStatus;
}
-
public function getStreamStatus()
{
return $this->streamStatus;
}
-
}
class Google_Service_YouTube_LocalizedProperty extends Google_Collection
@@ -7484,11 +7295,11 @@ class Google_Service_YouTube_LocalizedProperty extends Google_Collection
protected $localizedType = 'Google_Service_YouTube_LocalizedString';
protected $localizedDataType = 'array';
+
public function setDefault($default)
{
$this->default = $default;
}
-
public function getDefault()
{
return $this->default;
@@ -7497,12 +7308,10 @@ public function setLocalized($localized)
{
$this->localized = $localized;
}
-
public function getLocalized()
{
return $this->localized;
}
-
}
class Google_Service_YouTube_LocalizedString extends Google_Model
@@ -7512,11 +7321,11 @@ class Google_Service_YouTube_LocalizedString extends Google_Model
public $language;
public $value;
+
public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -7525,12 +7334,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_YouTube_MonitorStreamInfo extends Google_Model
@@ -7541,11 +7348,11 @@ class Google_Service_YouTube_MonitorStreamInfo extends Google_Model
public $embedHtml;
public $enableMonitorStream;
+
public function setBroadcastStreamDelayMs($broadcastStreamDelayMs)
{
$this->broadcastStreamDelayMs = $broadcastStreamDelayMs;
}
-
public function getBroadcastStreamDelayMs()
{
return $this->broadcastStreamDelayMs;
@@ -7554,7 +7361,6 @@ public function setEmbedHtml($embedHtml)
{
$this->embedHtml = $embedHtml;
}
-
public function getEmbedHtml()
{
return $this->embedHtml;
@@ -7563,12 +7369,10 @@ public function setEnableMonitorStream($enableMonitorStream)
{
$this->enableMonitorStream = $enableMonitorStream;
}
-
public function getEnableMonitorStream()
{
return $this->enableMonitorStream;
}
-
}
class Google_Service_YouTube_PageInfo extends Google_Model
@@ -7578,11 +7382,11 @@ class Google_Service_YouTube_PageInfo extends Google_Model
public $resultsPerPage;
public $totalResults;
+
public function setResultsPerPage($resultsPerPage)
{
$this->resultsPerPage = $resultsPerPage;
}
-
public function getResultsPerPage()
{
return $this->resultsPerPage;
@@ -7591,12 +7395,10 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
}
-
}
class Google_Service_YouTube_Playlist extends Google_Model
@@ -7615,11 +7417,11 @@ class Google_Service_YouTube_Playlist extends Google_Model
protected $statusType = 'Google_Service_YouTube_PlaylistStatus';
protected $statusDataType = '';
+
public function setContentDetails(Google_Service_YouTube_PlaylistContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -7628,7 +7430,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -7637,7 +7438,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7646,7 +7446,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7655,7 +7454,6 @@ public function setPlayer(Google_Service_YouTube_PlaylistPlayer $player)
{
$this->player = $player;
}
-
public function getPlayer()
{
return $this->player;
@@ -7664,7 +7462,6 @@ public function setSnippet(Google_Service_YouTube_PlaylistSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -7673,12 +7470,10 @@ public function setStatus(Google_Service_YouTube_PlaylistStatus $status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_YouTube_PlaylistContentDetails extends Google_Model
@@ -7687,16 +7482,15 @@ class Google_Service_YouTube_PlaylistContentDetails extends Google_Model
);
public $itemCount;
+
public function setItemCount($itemCount)
{
$this->itemCount = $itemCount;
}
-
public function getItemCount()
{
return $this->itemCount;
}
-
}
class Google_Service_YouTube_PlaylistItem extends Google_Model
@@ -7713,11 +7507,11 @@ class Google_Service_YouTube_PlaylistItem extends Google_Model
protected $statusType = 'Google_Service_YouTube_PlaylistItemStatus';
protected $statusDataType = '';
+
public function setContentDetails(Google_Service_YouTube_PlaylistItemContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -7726,7 +7520,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -7735,7 +7528,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7744,7 +7536,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7753,7 +7544,6 @@ public function setSnippet(Google_Service_YouTube_PlaylistItemSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -7762,12 +7552,10 @@ public function setStatus(Google_Service_YouTube_PlaylistItemStatus $status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_YouTube_PlaylistItemContentDetails extends Google_Model
@@ -7779,11 +7567,11 @@ class Google_Service_YouTube_PlaylistItemContentDetails extends Google_Model
public $startAt;
public $videoId;
+
public function setEndAt($endAt)
{
$this->endAt = $endAt;
}
-
public function getEndAt()
{
return $this->endAt;
@@ -7792,7 +7580,6 @@ public function setNote($note)
{
$this->note = $note;
}
-
public function getNote()
{
return $this->note;
@@ -7801,7 +7588,6 @@ public function setStartAt($startAt)
{
$this->startAt = $startAt;
}
-
public function getStartAt()
{
return $this->startAt;
@@ -7810,12 +7596,10 @@ public function setVideoId($videoId)
{
$this->videoId = $videoId;
}
-
public function getVideoId()
{
return $this->videoId;
}
-
}
class Google_Service_YouTube_PlaylistItemListResponse extends Google_Collection
@@ -7836,11 +7620,11 @@ class Google_Service_YouTube_PlaylistItemListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -7849,7 +7633,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -7858,7 +7641,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7867,7 +7649,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7876,7 +7657,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -7885,7 +7665,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -7894,7 +7673,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -7903,7 +7681,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -7912,12 +7689,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_PlaylistItemSnippet extends Google_Model
@@ -7936,11 +7711,11 @@ class Google_Service_YouTube_PlaylistItemSnippet extends Google_Model
protected $thumbnailsDataType = '';
public $title;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -7949,7 +7724,6 @@ public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
}
-
public function getChannelTitle()
{
return $this->channelTitle;
@@ -7958,7 +7732,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -7967,7 +7740,6 @@ public function setPlaylistId($playlistId)
{
$this->playlistId = $playlistId;
}
-
public function getPlaylistId()
{
return $this->playlistId;
@@ -7976,7 +7748,6 @@ public function setPosition($position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
@@ -7985,7 +7756,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -7994,7 +7764,6 @@ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -8003,7 +7772,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -8012,12 +7780,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_PlaylistItemStatus extends Google_Model
@@ -8026,16 +7792,15 @@ class Google_Service_YouTube_PlaylistItemStatus extends Google_Model
);
public $privacyStatus;
+
public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
}
-
public function getPrivacyStatus()
{
return $this->privacyStatus;
}
-
}
class Google_Service_YouTube_PlaylistListResponse extends Google_Collection
@@ -8056,11 +7821,11 @@ class Google_Service_YouTube_PlaylistListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -8069,7 +7834,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -8078,7 +7842,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8087,7 +7850,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8096,7 +7858,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -8105,7 +7866,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -8114,7 +7874,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -8123,7 +7882,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -8132,12 +7890,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_PlaylistPlayer extends Google_Model
@@ -8146,16 +7902,15 @@ class Google_Service_YouTube_PlaylistPlayer extends Google_Model
);
public $embedHtml;
+
public function setEmbedHtml($embedHtml)
{
$this->embedHtml = $embedHtml;
}
-
public function getEmbedHtml()
{
return $this->embedHtml;
}
-
}
class Google_Service_YouTube_PlaylistSnippet extends Google_Collection
@@ -8172,11 +7927,11 @@ class Google_Service_YouTube_PlaylistSnippet extends Google_Collection
protected $thumbnailsDataType = '';
public $title;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -8185,7 +7940,6 @@ public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
}
-
public function getChannelTitle()
{
return $this->channelTitle;
@@ -8194,7 +7948,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8203,7 +7956,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -8212,7 +7964,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -8221,7 +7972,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -8230,12 +7980,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_PlaylistStatus extends Google_Model
@@ -8244,16 +7992,15 @@ class Google_Service_YouTube_PlaylistStatus extends Google_Model
);
public $privacyStatus;
+
public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
}
-
public function getPrivacyStatus()
{
return $this->privacyStatus;
}
-
}
class Google_Service_YouTube_PromotedItem extends Google_Model
@@ -8267,11 +8014,11 @@ class Google_Service_YouTube_PromotedItem extends Google_Model
protected $timingType = 'Google_Service_YouTube_InvideoTiming';
protected $timingDataType = '';
+
public function setCustomMessage($customMessage)
{
$this->customMessage = $customMessage;
}
-
public function getCustomMessage()
{
return $this->customMessage;
@@ -8280,7 +8027,6 @@ public function setId(Google_Service_YouTube_PromotedItemId $id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8289,7 +8035,6 @@ public function setPromotedByContentOwner($promotedByContentOwner)
{
$this->promotedByContentOwner = $promotedByContentOwner;
}
-
public function getPromotedByContentOwner()
{
return $this->promotedByContentOwner;
@@ -8298,12 +8043,10 @@ public function setTiming(Google_Service_YouTube_InvideoTiming $timing)
{
$this->timing = $timing;
}
-
public function getTiming()
{
return $this->timing;
}
-
}
class Google_Service_YouTube_PromotedItemId extends Google_Model
@@ -8315,11 +8058,11 @@ class Google_Service_YouTube_PromotedItemId extends Google_Model
public $videoId;
public $websiteUrl;
+
public function setRecentlyUploadedBy($recentlyUploadedBy)
{
$this->recentlyUploadedBy = $recentlyUploadedBy;
}
-
public function getRecentlyUploadedBy()
{
return $this->recentlyUploadedBy;
@@ -8328,7 +8071,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -8337,7 +8079,6 @@ public function setVideoId($videoId)
{
$this->videoId = $videoId;
}
-
public function getVideoId()
{
return $this->videoId;
@@ -8346,12 +8087,10 @@ public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
}
-
public function getWebsiteUrl()
{
return $this->websiteUrl;
}
-
}
class Google_Service_YouTube_PropertyValue extends Google_Model
@@ -8361,11 +8100,11 @@ class Google_Service_YouTube_PropertyValue extends Google_Model
public $property;
public $value;
+
public function setProperty($property)
{
$this->property = $property;
}
-
public function getProperty()
{
return $this->property;
@@ -8374,12 +8113,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_YouTube_ResourceId extends Google_Model
@@ -8391,11 +8128,11 @@ class Google_Service_YouTube_ResourceId extends Google_Model
public $playlistId;
public $videoId;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -8404,7 +8141,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8413,7 +8149,6 @@ public function setPlaylistId($playlistId)
{
$this->playlistId = $playlistId;
}
-
public function getPlaylistId()
{
return $this->playlistId;
@@ -8422,12 +8157,10 @@ public function setVideoId($videoId)
{
$this->videoId = $videoId;
}
-
public function getVideoId()
{
return $this->videoId;
}
-
}
class Google_Service_YouTube_SearchListResponse extends Google_Collection
@@ -8448,11 +8181,11 @@ class Google_Service_YouTube_SearchListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -8461,7 +8194,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -8470,7 +8202,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8479,7 +8210,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8488,7 +8218,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -8497,7 +8226,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -8506,7 +8234,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -8515,7 +8242,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -8524,12 +8250,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_SearchResult extends Google_Model
@@ -8543,11 +8267,11 @@ class Google_Service_YouTube_SearchResult extends Google_Model
protected $snippetType = 'Google_Service_YouTube_SearchResultSnippet';
protected $snippetDataType = '';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -8556,7 +8280,6 @@ public function setId(Google_Service_YouTube_ResourceId $id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8565,7 +8288,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8574,12 +8296,10 @@ public function setSnippet(Google_Service_YouTube_SearchResultSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
}
-
}
class Google_Service_YouTube_SearchResultSnippet extends Google_Model
@@ -8595,11 +8315,11 @@ class Google_Service_YouTube_SearchResultSnippet extends Google_Model
protected $thumbnailsDataType = '';
public $title;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -8608,7 +8328,6 @@ public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
}
-
public function getChannelTitle()
{
return $this->channelTitle;
@@ -8617,7 +8336,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8626,7 +8344,6 @@ public function setLiveBroadcastContent($liveBroadcastContent)
{
$this->liveBroadcastContent = $liveBroadcastContent;
}
-
public function getLiveBroadcastContent()
{
return $this->liveBroadcastContent;
@@ -8635,7 +8352,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -8644,7 +8360,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -8653,12 +8368,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_Subscription extends Google_Model
@@ -8675,11 +8388,11 @@ class Google_Service_YouTube_Subscription extends Google_Model
protected $subscriberSnippetType = 'Google_Service_YouTube_SubscriptionSubscriberSnippet';
protected $subscriberSnippetDataType = '';
+
public function setContentDetails(Google_Service_YouTube_SubscriptionContentDetails $contentDetails)
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -8688,7 +8401,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -8697,7 +8409,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8706,7 +8417,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8715,7 +8425,6 @@ public function setSnippet(Google_Service_YouTube_SubscriptionSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -8724,12 +8433,10 @@ public function setSubscriberSnippet(Google_Service_YouTube_SubscriptionSubscrib
{
$this->subscriberSnippet = $subscriberSnippet;
}
-
public function getSubscriberSnippet()
{
return $this->subscriberSnippet;
}
-
}
class Google_Service_YouTube_SubscriptionContentDetails extends Google_Model
@@ -8740,11 +8447,11 @@ class Google_Service_YouTube_SubscriptionContentDetails extends Google_Model
public $newItemCount;
public $totalItemCount;
+
public function setActivityType($activityType)
{
$this->activityType = $activityType;
}
-
public function getActivityType()
{
return $this->activityType;
@@ -8753,7 +8460,6 @@ public function setNewItemCount($newItemCount)
{
$this->newItemCount = $newItemCount;
}
-
public function getNewItemCount()
{
return $this->newItemCount;
@@ -8762,12 +8468,10 @@ public function setTotalItemCount($totalItemCount)
{
$this->totalItemCount = $totalItemCount;
}
-
public function getTotalItemCount()
{
return $this->totalItemCount;
}
-
}
class Google_Service_YouTube_SubscriptionListResponse extends Google_Collection
@@ -8788,11 +8492,11 @@ class Google_Service_YouTube_SubscriptionListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -8801,7 +8505,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -8810,7 +8513,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8819,7 +8521,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8828,7 +8529,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -8837,7 +8537,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -8846,7 +8545,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -8855,7 +8553,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -8864,12 +8561,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_SubscriptionSnippet extends Google_Model
@@ -8886,11 +8581,11 @@ class Google_Service_YouTube_SubscriptionSnippet extends Google_Model
protected $thumbnailsDataType = '';
public $title;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -8899,7 +8594,6 @@ public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
}
-
public function getChannelTitle()
{
return $this->channelTitle;
@@ -8908,7 +8602,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8917,7 +8610,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -8926,7 +8618,6 @@ public function setResourceId(Google_Service_YouTube_ResourceId $resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -8935,7 +8626,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -8944,12 +8634,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_SubscriptionSubscriberSnippet extends Google_Model
@@ -8962,11 +8650,11 @@ class Google_Service_YouTube_SubscriptionSubscriberSnippet extends Google_Model
protected $thumbnailsDataType = '';
public $title;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -8975,7 +8663,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -8984,7 +8671,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -8993,12 +8679,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_Thumbnail extends Google_Model
@@ -9009,11 +8693,11 @@ class Google_Service_YouTube_Thumbnail extends Google_Model
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -9022,7 +8706,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -9031,12 +8714,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_YouTube_ThumbnailDetails extends Google_Model
@@ -9054,11 +8735,11 @@ class Google_Service_YouTube_ThumbnailDetails extends Google_Model
protected $standardType = 'Google_Service_YouTube_Thumbnail';
protected $standardDataType = '';
+
public function setDefault(Google_Service_YouTube_Thumbnail $default)
{
$this->default = $default;
}
-
public function getDefault()
{
return $this->default;
@@ -9067,7 +8748,6 @@ public function setHigh(Google_Service_YouTube_Thumbnail $high)
{
$this->high = $high;
}
-
public function getHigh()
{
return $this->high;
@@ -9076,7 +8756,6 @@ public function setMaxres(Google_Service_YouTube_Thumbnail $maxres)
{
$this->maxres = $maxres;
}
-
public function getMaxres()
{
return $this->maxres;
@@ -9085,7 +8764,6 @@ public function setMedium(Google_Service_YouTube_Thumbnail $medium)
{
$this->medium = $medium;
}
-
public function getMedium()
{
return $this->medium;
@@ -9094,12 +8772,10 @@ public function setStandard(Google_Service_YouTube_Thumbnail $standard)
{
$this->standard = $standard;
}
-
public function getStandard()
{
return $this->standard;
}
-
}
class Google_Service_YouTube_ThumbnailSetResponse extends Google_Collection
@@ -9114,11 +8790,11 @@ class Google_Service_YouTube_ThumbnailSetResponse extends Google_Collection
public $kind;
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -9127,7 +8803,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -9136,7 +8811,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9145,7 +8819,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9154,20 +8827,14 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_TokenPagination extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_YouTube_Video extends Google_Model
@@ -9208,11 +8875,11 @@ class Google_Service_YouTube_Video extends Google_Model
protected $topicDetailsType = 'Google_Service_YouTube_VideoTopicDetails';
protected $topicDetailsDataType = '';
+
public function setAgeGating(Google_Service_YouTube_VideoAgeGating $ageGating)
{
$this->ageGating = $ageGating;
}
-
public function getAgeGating()
{
return $this->ageGating;
@@ -9221,7 +8888,6 @@ public function setContentDetails(Google_Service_YouTube_VideoContentDetails $co
{
$this->contentDetails = $contentDetails;
}
-
public function getContentDetails()
{
return $this->contentDetails;
@@ -9230,7 +8896,6 @@ public function setConversionPings(Google_Service_YouTube_VideoConversionPings $
{
$this->conversionPings = $conversionPings;
}
-
public function getConversionPings()
{
return $this->conversionPings;
@@ -9239,7 +8904,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -9248,7 +8912,6 @@ public function setFileDetails(Google_Service_YouTube_VideoFileDetails $fileDeta
{
$this->fileDetails = $fileDetails;
}
-
public function getFileDetails()
{
return $this->fileDetails;
@@ -9257,7 +8920,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9266,7 +8928,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9275,7 +8936,6 @@ public function setLiveStreamingDetails(Google_Service_YouTube_VideoLiveStreamin
{
$this->liveStreamingDetails = $liveStreamingDetails;
}
-
public function getLiveStreamingDetails()
{
return $this->liveStreamingDetails;
@@ -9284,7 +8944,6 @@ public function setMonetizationDetails(Google_Service_YouTube_VideoMonetizationD
{
$this->monetizationDetails = $monetizationDetails;
}
-
public function getMonetizationDetails()
{
return $this->monetizationDetails;
@@ -9293,7 +8952,6 @@ public function setPlayer(Google_Service_YouTube_VideoPlayer $player)
{
$this->player = $player;
}
-
public function getPlayer()
{
return $this->player;
@@ -9302,7 +8960,6 @@ public function setProcessingDetails(Google_Service_YouTube_VideoProcessingDetai
{
$this->processingDetails = $processingDetails;
}
-
public function getProcessingDetails()
{
return $this->processingDetails;
@@ -9311,7 +8968,6 @@ public function setProjectDetails(Google_Service_YouTube_VideoProjectDetails $pr
{
$this->projectDetails = $projectDetails;
}
-
public function getProjectDetails()
{
return $this->projectDetails;
@@ -9320,7 +8976,6 @@ public function setRecordingDetails(Google_Service_YouTube_VideoRecordingDetails
{
$this->recordingDetails = $recordingDetails;
}
-
public function getRecordingDetails()
{
return $this->recordingDetails;
@@ -9329,7 +8984,6 @@ public function setSnippet(Google_Service_YouTube_VideoSnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -9338,7 +8992,6 @@ public function setStatistics(Google_Service_YouTube_VideoStatistics $statistics
{
$this->statistics = $statistics;
}
-
public function getStatistics()
{
return $this->statistics;
@@ -9347,7 +9000,6 @@ public function setStatus(Google_Service_YouTube_VideoStatus $status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -9356,7 +9008,6 @@ public function setSuggestions(Google_Service_YouTube_VideoSuggestions $suggesti
{
$this->suggestions = $suggestions;
}
-
public function getSuggestions()
{
return $this->suggestions;
@@ -9365,12 +9016,10 @@ public function setTopicDetails(Google_Service_YouTube_VideoTopicDetails $topicD
{
$this->topicDetails = $topicDetails;
}
-
public function getTopicDetails()
{
return $this->topicDetails;
}
-
}
class Google_Service_YouTube_VideoAgeGating extends Google_Model
@@ -9381,11 +9030,11 @@ class Google_Service_YouTube_VideoAgeGating extends Google_Model
public $restricted;
public $videoGameRating;
+
public function setAlcoholContent($alcoholContent)
{
$this->alcoholContent = $alcoholContent;
}
-
public function getAlcoholContent()
{
return $this->alcoholContent;
@@ -9394,7 +9043,6 @@ public function setRestricted($restricted)
{
$this->restricted = $restricted;
}
-
public function getRestricted()
{
return $this->restricted;
@@ -9403,12 +9051,10 @@ public function setVideoGameRating($videoGameRating)
{
$this->videoGameRating = $videoGameRating;
}
-
public function getVideoGameRating()
{
return $this->videoGameRating;
}
-
}
class Google_Service_YouTube_VideoCategory extends Google_Model
@@ -9421,11 +9067,11 @@ class Google_Service_YouTube_VideoCategory extends Google_Model
protected $snippetType = 'Google_Service_YouTube_VideoCategorySnippet';
protected $snippetDataType = '';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -9434,7 +9080,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9443,7 +9088,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9452,12 +9096,10 @@ public function setSnippet(Google_Service_YouTube_VideoCategorySnippet $snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
}
-
}
class Google_Service_YouTube_VideoCategoryListResponse extends Google_Collection
@@ -9478,11 +9120,11 @@ class Google_Service_YouTube_VideoCategoryListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -9491,7 +9133,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -9500,7 +9141,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9509,7 +9149,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9518,7 +9157,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -9527,7 +9165,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -9536,7 +9173,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -9545,7 +9181,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -9554,12 +9189,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_VideoCategorySnippet extends Google_Model
@@ -9570,11 +9203,11 @@ class Google_Service_YouTube_VideoCategorySnippet extends Google_Model
public $channelId;
public $title;
+
public function setAssignable($assignable)
{
$this->assignable = $assignable;
}
-
public function getAssignable()
{
return $this->assignable;
@@ -9583,7 +9216,6 @@ public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -9592,12 +9224,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_VideoContentDetails extends Google_Model
@@ -9616,11 +9246,11 @@ class Google_Service_YouTube_VideoContentDetails extends Google_Model
protected $regionRestrictionType = 'Google_Service_YouTube_VideoContentDetailsRegionRestriction';
protected $regionRestrictionDataType = '';
+
public function setCaption($caption)
{
$this->caption = $caption;
}
-
public function getCaption()
{
return $this->caption;
@@ -9629,7 +9259,6 @@ public function setContentRating(Google_Service_YouTube_ContentRating $contentRa
{
$this->contentRating = $contentRating;
}
-
public function getContentRating()
{
return $this->contentRating;
@@ -9638,7 +9267,6 @@ public function setCountryRestriction(Google_Service_YouTube_AccessPolicy $count
{
$this->countryRestriction = $countryRestriction;
}
-
public function getCountryRestriction()
{
return $this->countryRestriction;
@@ -9647,7 +9275,6 @@ public function setDefinition($definition)
{
$this->definition = $definition;
}
-
public function getDefinition()
{
return $this->definition;
@@ -9656,7 +9283,6 @@ public function setDimension($dimension)
{
$this->dimension = $dimension;
}
-
public function getDimension()
{
return $this->dimension;
@@ -9665,7 +9291,6 @@ public function setDuration($duration)
{
$this->duration = $duration;
}
-
public function getDuration()
{
return $this->duration;
@@ -9674,7 +9299,6 @@ public function setLicensedContent($licensedContent)
{
$this->licensedContent = $licensedContent;
}
-
public function getLicensedContent()
{
return $this->licensedContent;
@@ -9683,12 +9307,10 @@ public function setRegionRestriction(Google_Service_YouTube_VideoContentDetailsR
{
$this->regionRestriction = $regionRestriction;
}
-
public function getRegionRestriction()
{
return $this->regionRestriction;
}
-
}
class Google_Service_YouTube_VideoContentDetailsRegionRestriction extends Google_Collection
@@ -9699,11 +9321,11 @@ class Google_Service_YouTube_VideoContentDetailsRegionRestriction extends Google
public $allowed;
public $blocked;
+
public function setAllowed($allowed)
{
$this->allowed = $allowed;
}
-
public function getAllowed()
{
return $this->allowed;
@@ -9712,12 +9334,10 @@ public function setBlocked($blocked)
{
$this->blocked = $blocked;
}
-
public function getBlocked()
{
return $this->blocked;
}
-
}
class Google_Service_YouTube_VideoConversionPing extends Google_Model
@@ -9727,11 +9347,11 @@ class Google_Service_YouTube_VideoConversionPing extends Google_Model
public $context;
public $conversionUrl;
+
public function setContext($context)
{
$this->context = $context;
}
-
public function getContext()
{
return $this->context;
@@ -9740,12 +9360,10 @@ public function setConversionUrl($conversionUrl)
{
$this->conversionUrl = $conversionUrl;
}
-
public function getConversionUrl()
{
return $this->conversionUrl;
}
-
}
class Google_Service_YouTube_VideoConversionPings extends Google_Collection
@@ -9756,16 +9374,15 @@ class Google_Service_YouTube_VideoConversionPings extends Google_Collection
protected $pingsType = 'Google_Service_YouTube_VideoConversionPing';
protected $pingsDataType = 'array';
+
public function setPings($pings)
{
$this->pings = $pings;
}
-
public function getPings()
{
return $this->pings;
}
-
}
class Google_Service_YouTube_VideoFileDetails extends Google_Collection
@@ -9787,11 +9404,11 @@ class Google_Service_YouTube_VideoFileDetails extends Google_Collection
protected $videoStreamsType = 'Google_Service_YouTube_VideoFileDetailsVideoStream';
protected $videoStreamsDataType = 'array';
+
public function setAudioStreams($audioStreams)
{
$this->audioStreams = $audioStreams;
}
-
public function getAudioStreams()
{
return $this->audioStreams;
@@ -9800,7 +9417,6 @@ public function setBitrateBps($bitrateBps)
{
$this->bitrateBps = $bitrateBps;
}
-
public function getBitrateBps()
{
return $this->bitrateBps;
@@ -9809,7 +9425,6 @@ public function setContainer($container)
{
$this->container = $container;
}
-
public function getContainer()
{
return $this->container;
@@ -9818,7 +9433,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -9827,7 +9441,6 @@ public function setDurationMs($durationMs)
{
$this->durationMs = $durationMs;
}
-
public function getDurationMs()
{
return $this->durationMs;
@@ -9836,7 +9449,6 @@ public function setFileName($fileName)
{
$this->fileName = $fileName;
}
-
public function getFileName()
{
return $this->fileName;
@@ -9845,7 +9457,6 @@ public function setFileSize($fileSize)
{
$this->fileSize = $fileSize;
}
-
public function getFileSize()
{
return $this->fileSize;
@@ -9854,7 +9465,6 @@ public function setFileType($fileType)
{
$this->fileType = $fileType;
}
-
public function getFileType()
{
return $this->fileType;
@@ -9863,7 +9473,6 @@ public function setRecordingLocation(Google_Service_YouTube_GeoPoint $recordingL
{
$this->recordingLocation = $recordingLocation;
}
-
public function getRecordingLocation()
{
return $this->recordingLocation;
@@ -9872,12 +9481,10 @@ public function setVideoStreams($videoStreams)
{
$this->videoStreams = $videoStreams;
}
-
public function getVideoStreams()
{
return $this->videoStreams;
}
-
}
class Google_Service_YouTube_VideoFileDetailsAudioStream extends Google_Model
@@ -9889,11 +9496,11 @@ class Google_Service_YouTube_VideoFileDetailsAudioStream extends Google_Model
public $codec;
public $vendor;
+
public function setBitrateBps($bitrateBps)
{
$this->bitrateBps = $bitrateBps;
}
-
public function getBitrateBps()
{
return $this->bitrateBps;
@@ -9902,7 +9509,6 @@ public function setChannelCount($channelCount)
{
$this->channelCount = $channelCount;
}
-
public function getChannelCount()
{
return $this->channelCount;
@@ -9911,7 +9517,6 @@ public function setCodec($codec)
{
$this->codec = $codec;
}
-
public function getCodec()
{
return $this->codec;
@@ -9920,12 +9525,10 @@ public function setVendor($vendor)
{
$this->vendor = $vendor;
}
-
public function getVendor()
{
return $this->vendor;
}
-
}
class Google_Service_YouTube_VideoFileDetailsVideoStream extends Google_Model
@@ -9941,11 +9544,11 @@ class Google_Service_YouTube_VideoFileDetailsVideoStream extends Google_Model
public $vendor;
public $widthPixels;
+
public function setAspectRatio($aspectRatio)
{
$this->aspectRatio = $aspectRatio;
}
-
public function getAspectRatio()
{
return $this->aspectRatio;
@@ -9954,7 +9557,6 @@ public function setBitrateBps($bitrateBps)
{
$this->bitrateBps = $bitrateBps;
}
-
public function getBitrateBps()
{
return $this->bitrateBps;
@@ -9963,7 +9565,6 @@ public function setCodec($codec)
{
$this->codec = $codec;
}
-
public function getCodec()
{
return $this->codec;
@@ -9972,7 +9573,6 @@ public function setFrameRateFps($frameRateFps)
{
$this->frameRateFps = $frameRateFps;
}
-
public function getFrameRateFps()
{
return $this->frameRateFps;
@@ -9981,7 +9581,6 @@ public function setHeightPixels($heightPixels)
{
$this->heightPixels = $heightPixels;
}
-
public function getHeightPixels()
{
return $this->heightPixels;
@@ -9990,7 +9589,6 @@ public function setRotation($rotation)
{
$this->rotation = $rotation;
}
-
public function getRotation()
{
return $this->rotation;
@@ -9999,7 +9597,6 @@ public function setVendor($vendor)
{
$this->vendor = $vendor;
}
-
public function getVendor()
{
return $this->vendor;
@@ -10008,12 +9605,10 @@ public function setWidthPixels($widthPixels)
{
$this->widthPixels = $widthPixels;
}
-
public function getWidthPixels()
{
return $this->widthPixels;
}
-
}
class Google_Service_YouTube_VideoGetRatingResponse extends Google_Collection
@@ -10026,11 +9621,11 @@ class Google_Service_YouTube_VideoGetRatingResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -10039,7 +9634,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -10048,12 +9642,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_YouTube_VideoListResponse extends Google_Collection
@@ -10074,11 +9666,11 @@ class Google_Service_YouTube_VideoListResponse extends Google_Collection
protected $tokenPaginationDataType = '';
public $visitorId;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -10087,7 +9679,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -10096,7 +9687,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -10105,7 +9695,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -10114,7 +9703,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -10123,7 +9711,6 @@ public function setPageInfo(Google_Service_YouTube_PageInfo $pageInfo)
{
$this->pageInfo = $pageInfo;
}
-
public function getPageInfo()
{
return $this->pageInfo;
@@ -10132,7 +9719,6 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
@@ -10141,7 +9727,6 @@ public function setTokenPagination(Google_Service_YouTube_TokenPagination $token
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
@@ -10150,12 +9735,10 @@ public function setVisitorId($visitorId)
{
$this->visitorId = $visitorId;
}
-
public function getVisitorId()
{
return $this->visitorId;
}
-
}
class Google_Service_YouTube_VideoLiveStreamingDetails extends Google_Model
@@ -10168,11 +9751,11 @@ class Google_Service_YouTube_VideoLiveStreamingDetails extends Google_Model
public $scheduledEndTime;
public $scheduledStartTime;
+
public function setActualEndTime($actualEndTime)
{
$this->actualEndTime = $actualEndTime;
}
-
public function getActualEndTime()
{
return $this->actualEndTime;
@@ -10181,7 +9764,6 @@ public function setActualStartTime($actualStartTime)
{
$this->actualStartTime = $actualStartTime;
}
-
public function getActualStartTime()
{
return $this->actualStartTime;
@@ -10190,7 +9772,6 @@ public function setConcurrentViewers($concurrentViewers)
{
$this->concurrentViewers = $concurrentViewers;
}
-
public function getConcurrentViewers()
{
return $this->concurrentViewers;
@@ -10199,7 +9780,6 @@ public function setScheduledEndTime($scheduledEndTime)
{
$this->scheduledEndTime = $scheduledEndTime;
}
-
public function getScheduledEndTime()
{
return $this->scheduledEndTime;
@@ -10208,12 +9788,10 @@ public function setScheduledStartTime($scheduledStartTime)
{
$this->scheduledStartTime = $scheduledStartTime;
}
-
public function getScheduledStartTime()
{
return $this->scheduledStartTime;
}
-
}
class Google_Service_YouTube_VideoMonetizationDetails extends Google_Model
@@ -10223,16 +9801,15 @@ class Google_Service_YouTube_VideoMonetizationDetails extends Google_Model
protected $accessType = 'Google_Service_YouTube_AccessPolicy';
protected $accessDataType = '';
+
public function setAccess(Google_Service_YouTube_AccessPolicy $access)
{
$this->access = $access;
}
-
public function getAccess()
{
return $this->access;
}
-
}
class Google_Service_YouTube_VideoPlayer extends Google_Model
@@ -10241,16 +9818,15 @@ class Google_Service_YouTube_VideoPlayer extends Google_Model
);
public $embedHtml;
+
public function setEmbedHtml($embedHtml)
{
$this->embedHtml = $embedHtml;
}
-
public function getEmbedHtml()
{
return $this->embedHtml;
}
-
}
class Google_Service_YouTube_VideoProcessingDetails extends Google_Model
@@ -10267,11 +9843,11 @@ class Google_Service_YouTube_VideoProcessingDetails extends Google_Model
public $tagSuggestionsAvailability;
public $thumbnailsAvailability;
+
public function setEditorSuggestionsAvailability($editorSuggestionsAvailability)
{
$this->editorSuggestionsAvailability = $editorSuggestionsAvailability;
}
-
public function getEditorSuggestionsAvailability()
{
return $this->editorSuggestionsAvailability;
@@ -10280,7 +9856,6 @@ public function setFileDetailsAvailability($fileDetailsAvailability)
{
$this->fileDetailsAvailability = $fileDetailsAvailability;
}
-
public function getFileDetailsAvailability()
{
return $this->fileDetailsAvailability;
@@ -10289,7 +9864,6 @@ public function setProcessingFailureReason($processingFailureReason)
{
$this->processingFailureReason = $processingFailureReason;
}
-
public function getProcessingFailureReason()
{
return $this->processingFailureReason;
@@ -10298,7 +9872,6 @@ public function setProcessingIssuesAvailability($processingIssuesAvailability)
{
$this->processingIssuesAvailability = $processingIssuesAvailability;
}
-
public function getProcessingIssuesAvailability()
{
return $this->processingIssuesAvailability;
@@ -10307,7 +9880,6 @@ public function setProcessingProgress(Google_Service_YouTube_VideoProcessingDeta
{
$this->processingProgress = $processingProgress;
}
-
public function getProcessingProgress()
{
return $this->processingProgress;
@@ -10316,7 +9888,6 @@ public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
}
-
public function getProcessingStatus()
{
return $this->processingStatus;
@@ -10325,7 +9896,6 @@ public function setTagSuggestionsAvailability($tagSuggestionsAvailability)
{
$this->tagSuggestionsAvailability = $tagSuggestionsAvailability;
}
-
public function getTagSuggestionsAvailability()
{
return $this->tagSuggestionsAvailability;
@@ -10334,12 +9904,10 @@ public function setThumbnailsAvailability($thumbnailsAvailability)
{
$this->thumbnailsAvailability = $thumbnailsAvailability;
}
-
public function getThumbnailsAvailability()
{
return $this->thumbnailsAvailability;
}
-
}
class Google_Service_YouTube_VideoProcessingDetailsProcessingProgress extends Google_Model
@@ -10350,11 +9918,11 @@ class Google_Service_YouTube_VideoProcessingDetailsProcessingProgress extends Go
public $partsTotal;
public $timeLeftMs;
+
public function setPartsProcessed($partsProcessed)
{
$this->partsProcessed = $partsProcessed;
}
-
public function getPartsProcessed()
{
return $this->partsProcessed;
@@ -10363,7 +9931,6 @@ public function setPartsTotal($partsTotal)
{
$this->partsTotal = $partsTotal;
}
-
public function getPartsTotal()
{
return $this->partsTotal;
@@ -10372,12 +9939,10 @@ public function setTimeLeftMs($timeLeftMs)
{
$this->timeLeftMs = $timeLeftMs;
}
-
public function getTimeLeftMs()
{
return $this->timeLeftMs;
}
-
}
class Google_Service_YouTube_VideoProjectDetails extends Google_Collection
@@ -10387,16 +9952,15 @@ class Google_Service_YouTube_VideoProjectDetails extends Google_Collection
);
public $tags;
+
public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
}
-
}
class Google_Service_YouTube_VideoRating extends Google_Model
@@ -10406,11 +9970,11 @@ class Google_Service_YouTube_VideoRating extends Google_Model
public $rating;
public $videoId;
+
public function setRating($rating)
{
$this->rating = $rating;
}
-
public function getRating()
{
return $this->rating;
@@ -10419,12 +9983,10 @@ public function setVideoId($videoId)
{
$this->videoId = $videoId;
}
-
public function getVideoId()
{
return $this->videoId;
}
-
}
class Google_Service_YouTube_VideoRecordingDetails extends Google_Model
@@ -10436,11 +9998,11 @@ class Google_Service_YouTube_VideoRecordingDetails extends Google_Model
public $locationDescription;
public $recordingDate;
+
public function setLocation(Google_Service_YouTube_GeoPoint $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -10449,7 +10011,6 @@ public function setLocationDescription($locationDescription)
{
$this->locationDescription = $locationDescription;
}
-
public function getLocationDescription()
{
return $this->locationDescription;
@@ -10458,12 +10019,10 @@ public function setRecordingDate($recordingDate)
{
$this->recordingDate = $recordingDate;
}
-
public function getRecordingDate()
{
return $this->recordingDate;
}
-
}
class Google_Service_YouTube_VideoSnippet extends Google_Collection
@@ -10482,11 +10041,11 @@ class Google_Service_YouTube_VideoSnippet extends Google_Collection
protected $thumbnailsDataType = '';
public $title;
+
public function setCategoryId($categoryId)
{
$this->categoryId = $categoryId;
}
-
public function getCategoryId()
{
return $this->categoryId;
@@ -10495,7 +10054,6 @@ public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -10504,7 +10062,6 @@ public function setChannelTitle($channelTitle)
{
$this->channelTitle = $channelTitle;
}
-
public function getChannelTitle()
{
return $this->channelTitle;
@@ -10513,7 +10070,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -10522,7 +10078,6 @@ public function setLiveBroadcastContent($liveBroadcastContent)
{
$this->liveBroadcastContent = $liveBroadcastContent;
}
-
public function getLiveBroadcastContent()
{
return $this->liveBroadcastContent;
@@ -10531,7 +10086,6 @@ public function setPublishedAt($publishedAt)
{
$this->publishedAt = $publishedAt;
}
-
public function getPublishedAt()
{
return $this->publishedAt;
@@ -10540,7 +10094,6 @@ public function setTags($tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -10549,7 +10102,6 @@ public function setThumbnails(Google_Service_YouTube_ThumbnailDetails $thumbnail
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -10558,12 +10110,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_YouTube_VideoStatistics extends Google_Model
@@ -10576,11 +10126,11 @@ class Google_Service_YouTube_VideoStatistics extends Google_Model
public $likeCount;
public $viewCount;
+
public function setCommentCount($commentCount)
{
$this->commentCount = $commentCount;
}
-
public function getCommentCount()
{
return $this->commentCount;
@@ -10589,7 +10139,6 @@ public function setDislikeCount($dislikeCount)
{
$this->dislikeCount = $dislikeCount;
}
-
public function getDislikeCount()
{
return $this->dislikeCount;
@@ -10598,7 +10147,6 @@ public function setFavoriteCount($favoriteCount)
{
$this->favoriteCount = $favoriteCount;
}
-
public function getFavoriteCount()
{
return $this->favoriteCount;
@@ -10607,7 +10155,6 @@ public function setLikeCount($likeCount)
{
$this->likeCount = $likeCount;
}
-
public function getLikeCount()
{
return $this->likeCount;
@@ -10616,12 +10163,10 @@ public function setViewCount($viewCount)
{
$this->viewCount = $viewCount;
}
-
public function getViewCount()
{
return $this->viewCount;
}
-
}
class Google_Service_YouTube_VideoStatus extends Google_Model
@@ -10637,11 +10182,11 @@ class Google_Service_YouTube_VideoStatus extends Google_Model
public $rejectionReason;
public $uploadStatus;
+
public function setEmbeddable($embeddable)
{
$this->embeddable = $embeddable;
}
-
public function getEmbeddable()
{
return $this->embeddable;
@@ -10650,7 +10195,6 @@ public function setFailureReason($failureReason)
{
$this->failureReason = $failureReason;
}
-
public function getFailureReason()
{
return $this->failureReason;
@@ -10659,7 +10203,6 @@ public function setLicense($license)
{
$this->license = $license;
}
-
public function getLicense()
{
return $this->license;
@@ -10668,7 +10211,6 @@ public function setPrivacyStatus($privacyStatus)
{
$this->privacyStatus = $privacyStatus;
}
-
public function getPrivacyStatus()
{
return $this->privacyStatus;
@@ -10677,7 +10219,6 @@ public function setPublicStatsViewable($publicStatsViewable)
{
$this->publicStatsViewable = $publicStatsViewable;
}
-
public function getPublicStatsViewable()
{
return $this->publicStatsViewable;
@@ -10686,7 +10227,6 @@ public function setPublishAt($publishAt)
{
$this->publishAt = $publishAt;
}
-
public function getPublishAt()
{
return $this->publishAt;
@@ -10695,7 +10235,6 @@ public function setRejectionReason($rejectionReason)
{
$this->rejectionReason = $rejectionReason;
}
-
public function getRejectionReason()
{
return $this->rejectionReason;
@@ -10704,12 +10243,10 @@ public function setUploadStatus($uploadStatus)
{
$this->uploadStatus = $uploadStatus;
}
-
public function getUploadStatus()
{
return $this->uploadStatus;
}
-
}
class Google_Service_YouTube_VideoSuggestions extends Google_Collection
@@ -10724,11 +10261,11 @@ class Google_Service_YouTube_VideoSuggestions extends Google_Collection
protected $tagSuggestionsType = 'Google_Service_YouTube_VideoSuggestionsTagSuggestion';
protected $tagSuggestionsDataType = 'array';
+
public function setEditorSuggestions($editorSuggestions)
{
$this->editorSuggestions = $editorSuggestions;
}
-
public function getEditorSuggestions()
{
return $this->editorSuggestions;
@@ -10737,7 +10274,6 @@ public function setProcessingErrors($processingErrors)
{
$this->processingErrors = $processingErrors;
}
-
public function getProcessingErrors()
{
return $this->processingErrors;
@@ -10746,7 +10282,6 @@ public function setProcessingHints($processingHints)
{
$this->processingHints = $processingHints;
}
-
public function getProcessingHints()
{
return $this->processingHints;
@@ -10755,7 +10290,6 @@ public function setProcessingWarnings($processingWarnings)
{
$this->processingWarnings = $processingWarnings;
}
-
public function getProcessingWarnings()
{
return $this->processingWarnings;
@@ -10764,12 +10298,10 @@ public function setTagSuggestions($tagSuggestions)
{
$this->tagSuggestions = $tagSuggestions;
}
-
public function getTagSuggestions()
{
return $this->tagSuggestions;
}
-
}
class Google_Service_YouTube_VideoSuggestionsTagSuggestion extends Google_Collection
@@ -10780,11 +10312,11 @@ class Google_Service_YouTube_VideoSuggestionsTagSuggestion extends Google_Collec
public $categoryRestricts;
public $tag;
+
public function setCategoryRestricts($categoryRestricts)
{
$this->categoryRestricts = $categoryRestricts;
}
-
public function getCategoryRestricts()
{
return $this->categoryRestricts;
@@ -10793,12 +10325,10 @@ public function setTag($tag)
{
$this->tag = $tag;
}
-
public function getTag()
{
return $this->tag;
}
-
}
class Google_Service_YouTube_VideoTopicDetails extends Google_Collection
@@ -10809,11 +10339,11 @@ class Google_Service_YouTube_VideoTopicDetails extends Google_Collection
public $relevantTopicIds;
public $topicIds;
+
public function setRelevantTopicIds($relevantTopicIds)
{
$this->relevantTopicIds = $relevantTopicIds;
}
-
public function getRelevantTopicIds()
{
return $this->relevantTopicIds;
@@ -10822,12 +10352,10 @@ public function setTopicIds($topicIds)
{
$this->topicIds = $topicIds;
}
-
public function getTopicIds()
{
return $this->topicIds;
}
-
}
class Google_Service_YouTube_WatchSettings extends Google_Model
@@ -10838,11 +10366,11 @@ class Google_Service_YouTube_WatchSettings extends Google_Model
public $featuredPlaylistId;
public $textColor;
+
public function setBackgroundColor($backgroundColor)
{
$this->backgroundColor = $backgroundColor;
}
-
public function getBackgroundColor()
{
return $this->backgroundColor;
@@ -10851,7 +10379,6 @@ public function setFeaturedPlaylistId($featuredPlaylistId)
{
$this->featuredPlaylistId = $featuredPlaylistId;
}
-
public function getFeaturedPlaylistId()
{
return $this->featuredPlaylistId;
@@ -10860,10 +10387,8 @@ public function setTextColor($textColor)
{
$this->textColor = $textColor;
}
-
public function getTextColor()
{
return $this->textColor;
}
-
}
From 1bc78882ca016d36499c2f4bd0ae639ea77a8d90 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * An API for accessing civic information.
- *
* For more information about this service, see the API
@@ -179,11 +178,11 @@ class Google_Service_CivicInfo_Divisions_Resource extends Google_Service_Resourc
*
* @param array $optParams Optional parameters.
*
- * @opt_param string query
- * The search query. Queries can cover any parts of a OCD ID or a human readable division name. All
- * words given in the query are treated as required patterns. In addition to that, most query
- * operators of the Apache Lucene library are supported. See
- * http://lucene.apache.org/core/2_9_4/queryparsersyntax.html
+ * @opt_param string query The search query. Queries can cover any parts of a
+ * OCD ID or a human readable division name. All words given in the query are
+ * treated as required patterns. In addition to that, most query operators of
+ * the Apache Lucene library are supported. See
+ * http://lucene.apache.org/core/2_9_4/queryparsersyntax.html
* @return Google_Service_CivicInfo_DivisionSearchResponse
*/
public function search($optParams = array())
@@ -217,19 +216,19 @@ public function electionQuery($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('electionQuery', array($params), "Google_Service_CivicInfo_ElectionsQueryResponse");
}
+
/**
* Looks up information relevant to a voter based on the voter's registered
* address. (elections.voterInfoQuery)
*
- * @param string $address
- * The registered address of the voter to look up.
+ * @param string $address The registered address of the voter to look up.
* @param array $optParams Optional parameters.
*
- * @opt_param string electionId
- * The unique ID of the election to look up. A list of election IDs can be obtained at
- * https://www.googleapis.com/civicinfo/{version}/elections
- * @opt_param bool officialOnly
- * If set to true, only data from official state sources will be returned.
+ * @opt_param string electionId The unique ID of the election to look up. A list
+ * of election IDs can be obtained at
+ * https://www.googleapis.com/civicinfo/{version}/elections
+ * @opt_param bool officialOnly If set to true, only data from official state
+ * sources will be returned.
* @return Google_Service_CivicInfo_VoterInfoResponse
*/
public function voterInfoQuery($address, $optParams = array())
@@ -257,17 +256,17 @@ class Google_Service_CivicInfo_Representatives_Resource extends Google_Service_R
*
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeOffices
- * Whether to return information about offices and officials. If false, only the top-level district
- * information will be returned.
- * @opt_param string levels
- * A list of office levels to filter by. Only offices that serve at least one of these levels will
- * be returned. Divisions that don't contain a matching office will not be returned.
- * @opt_param string roles
- * A list of office roles to filter by. Only offices fulfilling one of these roles will be
- * returned. Divisions that don't contain a matching office will not be returned.
- * @opt_param string address
- * The address to look up. May only be specified if the field ocdId is not given in the URL.
+ * @opt_param bool includeOffices Whether to return information about offices
+ * and officials. If false, only the top-level district information will be
+ * returned.
+ * @opt_param string levels A list of office levels to filter by. Only offices
+ * that serve at least one of these levels will be returned. Divisions that
+ * don't contain a matching office will not be returned.
+ * @opt_param string roles A list of office roles to filter by. Only offices
+ * fulfilling one of these roles will be returned. Divisions that don't contain
+ * a matching office will not be returned.
+ * @opt_param string address The address to look up. May only be specified if
+ * the field ocdId is not given in the URL.
* @return Google_Service_CivicInfo_RepresentativeInfoResponse
*/
public function representativeInfoByAddress($optParams = array())
@@ -276,24 +275,25 @@ public function representativeInfoByAddress($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('representativeInfoByAddress', array($params), "Google_Service_CivicInfo_RepresentativeInfoResponse");
}
+
/**
* Looks up representative information for a single geographic division.
* (representatives.representativeInfoByDivision)
*
- * @param string $ocdId
- * The Open Civic Data division identifier of the division to look up.
+ * @param string $ocdId The Open Civic Data division identifier of the division
+ * to look up.
* @param array $optParams Optional parameters.
*
- * @opt_param string levels
- * A list of office levels to filter by. Only offices that serve at least one of these levels will
- * be returned. Divisions that don't contain a matching office will not be returned.
- * @opt_param bool recursive
- * If true, information about all divisions contained in the division requested will be included as
- * well. For example, if querying ocd-division/country:us/district:dc, this would also return all
- * DC's wards and ANCs.
- * @opt_param string roles
- * A list of office roles to filter by. Only offices fulfilling one of these roles will be
- * returned. Divisions that don't contain a matching office will not be returned.
+ * @opt_param string levels A list of office levels to filter by. Only offices
+ * that serve at least one of these levels will be returned. Divisions that
+ * don't contain a matching office will not be returned.
+ * @opt_param bool recursive If true, information about all divisions contained
+ * in the division requested will be included as well. For example, if querying
+ * ocd-division/country:us/district:dc, this would also return all DC's wards
+ * and ANCs.
+ * @opt_param string roles A list of office roles to filter by. Only offices
+ * fulfilling one of these roles will be returned. Divisions that don't contain
+ * a matching office will not be returned.
* @return Google_Service_CivicInfo_RepresentativeInfoData
*/
public function representativeInfoByDivision($ocdId, $optParams = array())
@@ -322,11 +322,11 @@ class Google_Service_CivicInfo_AdministrationRegion extends Google_Collection
protected $sourcesType = 'Google_Service_CivicInfo_Source';
protected $sourcesDataType = 'array';
+
public function setElectionAdministrationBody(Google_Service_CivicInfo_AdministrativeBody $electionAdministrationBody)
{
$this->electionAdministrationBody = $electionAdministrationBody;
}
-
public function getElectionAdministrationBody()
{
return $this->electionAdministrationBody;
@@ -335,7 +335,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -344,7 +343,6 @@ public function setLocalJurisdiction(Google_Service_CivicInfo_AdministrationRegi
{
$this->localJurisdiction = $localJurisdiction;
}
-
public function getLocalJurisdiction()
{
return $this->localJurisdiction;
@@ -353,7 +351,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -362,12 +359,10 @@ public function setSources($sources)
{
$this->sources = $sources;
}
-
public function getSources()
{
return $this->sources;
}
-
}
class Google_Service_CivicInfo_AdministrativeBody extends Google_Collection
@@ -393,11 +388,11 @@ class Google_Service_CivicInfo_AdministrativeBody extends Google_Collection
public $voterServices;
public $votingLocationFinderUrl;
+
public function setAbsenteeVotingInfoUrl($absenteeVotingInfoUrl)
{
$this->absenteeVotingInfoUrl = $absenteeVotingInfoUrl;
}
-
public function getAbsenteeVotingInfoUrl()
{
return $this->absenteeVotingInfoUrl;
@@ -406,7 +401,6 @@ public function setBallotInfoUrl($ballotInfoUrl)
{
$this->ballotInfoUrl = $ballotInfoUrl;
}
-
public function getBallotInfoUrl()
{
return $this->ballotInfoUrl;
@@ -415,7 +409,6 @@ public function setCorrespondenceAddress(Google_Service_CivicInfo_SimpleAddressT
{
$this->correspondenceAddress = $correspondenceAddress;
}
-
public function getCorrespondenceAddress()
{
return $this->correspondenceAddress;
@@ -424,7 +417,6 @@ public function setElectionInfoUrl($electionInfoUrl)
{
$this->electionInfoUrl = $electionInfoUrl;
}
-
public function getElectionInfoUrl()
{
return $this->electionInfoUrl;
@@ -433,7 +425,6 @@ public function setElectionOfficials($electionOfficials)
{
$this->electionOfficials = $electionOfficials;
}
-
public function getElectionOfficials()
{
return $this->electionOfficials;
@@ -442,7 +433,6 @@ public function setElectionRegistrationConfirmationUrl($electionRegistrationConf
{
$this->electionRegistrationConfirmationUrl = $electionRegistrationConfirmationUrl;
}
-
public function getElectionRegistrationConfirmationUrl()
{
return $this->electionRegistrationConfirmationUrl;
@@ -451,7 +441,6 @@ public function setElectionRegistrationUrl($electionRegistrationUrl)
{
$this->electionRegistrationUrl = $electionRegistrationUrl;
}
-
public function getElectionRegistrationUrl()
{
return $this->electionRegistrationUrl;
@@ -460,7 +449,6 @@ public function setElectionRulesUrl($electionRulesUrl)
{
$this->electionRulesUrl = $electionRulesUrl;
}
-
public function getElectionRulesUrl()
{
return $this->electionRulesUrl;
@@ -469,7 +457,6 @@ public function setHoursOfOperation($hoursOfOperation)
{
$this->hoursOfOperation = $hoursOfOperation;
}
-
public function getHoursOfOperation()
{
return $this->hoursOfOperation;
@@ -478,7 +465,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -487,7 +473,6 @@ public function setPhysicalAddress(Google_Service_CivicInfo_SimpleAddressType $p
{
$this->physicalAddress = $physicalAddress;
}
-
public function getPhysicalAddress()
{
return $this->physicalAddress;
@@ -496,7 +481,6 @@ public function setVoterServices($voterServices)
{
$this->voterServices = $voterServices;
}
-
public function getVoterServices()
{
return $this->voterServices;
@@ -505,12 +489,10 @@ public function setVotingLocationFinderUrl($votingLocationFinderUrl)
{
$this->votingLocationFinderUrl = $votingLocationFinderUrl;
}
-
public function getVotingLocationFinderUrl()
{
return $this->votingLocationFinderUrl;
}
-
}
class Google_Service_CivicInfo_Candidate extends Google_Collection
@@ -528,11 +510,11 @@ class Google_Service_CivicInfo_Candidate extends Google_Collection
public $phone;
public $photoUrl;
+
public function setCandidateUrl($candidateUrl)
{
$this->candidateUrl = $candidateUrl;
}
-
public function getCandidateUrl()
{
return $this->candidateUrl;
@@ -541,7 +523,6 @@ public function setChannels($channels)
{
$this->channels = $channels;
}
-
public function getChannels()
{
return $this->channels;
@@ -550,7 +531,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -559,7 +539,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -568,7 +547,6 @@ public function setOrderOnBallot($orderOnBallot)
{
$this->orderOnBallot = $orderOnBallot;
}
-
public function getOrderOnBallot()
{
return $this->orderOnBallot;
@@ -577,7 +555,6 @@ public function setParty($party)
{
$this->party = $party;
}
-
public function getParty()
{
return $this->party;
@@ -586,7 +563,6 @@ public function setPhone($phone)
{
$this->phone = $phone;
}
-
public function getPhone()
{
return $this->phone;
@@ -595,12 +571,10 @@ public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
}
-
public function getPhotoUrl()
{
return $this->photoUrl;
}
-
}
class Google_Service_CivicInfo_Channel extends Google_Model
@@ -610,11 +584,11 @@ class Google_Service_CivicInfo_Channel extends Google_Model
public $id;
public $type;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -623,12 +597,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_CivicInfo_Contest extends Google_Collection
@@ -657,11 +629,11 @@ class Google_Service_CivicInfo_Contest extends Google_Collection
public $special;
public $type;
+
public function setBallotPlacement($ballotPlacement)
{
$this->ballotPlacement = $ballotPlacement;
}
-
public function getBallotPlacement()
{
return $this->ballotPlacement;
@@ -670,7 +642,6 @@ public function setCandidates($candidates)
{
$this->candidates = $candidates;
}
-
public function getCandidates()
{
return $this->candidates;
@@ -679,7 +650,6 @@ public function setDistrict(Google_Service_CivicInfo_ElectoralDistrict $district
{
$this->district = $district;
}
-
public function getDistrict()
{
return $this->district;
@@ -688,7 +658,6 @@ public function setElectorateSpecifications($electorateSpecifications)
{
$this->electorateSpecifications = $electorateSpecifications;
}
-
public function getElectorateSpecifications()
{
return $this->electorateSpecifications;
@@ -697,7 +666,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -706,7 +674,6 @@ public function setLevel($level)
{
$this->level = $level;
}
-
public function getLevel()
{
return $this->level;
@@ -715,7 +682,6 @@ public function setNumberElected($numberElected)
{
$this->numberElected = $numberElected;
}
-
public function getNumberElected()
{
return $this->numberElected;
@@ -724,7 +690,6 @@ public function setNumberVotingFor($numberVotingFor)
{
$this->numberVotingFor = $numberVotingFor;
}
-
public function getNumberVotingFor()
{
return $this->numberVotingFor;
@@ -733,7 +698,6 @@ public function setOffice($office)
{
$this->office = $office;
}
-
public function getOffice()
{
return $this->office;
@@ -742,7 +706,6 @@ public function setPrimaryParty($primaryParty)
{
$this->primaryParty = $primaryParty;
}
-
public function getPrimaryParty()
{
return $this->primaryParty;
@@ -751,7 +714,6 @@ public function setReferendumSubtitle($referendumSubtitle)
{
$this->referendumSubtitle = $referendumSubtitle;
}
-
public function getReferendumSubtitle()
{
return $this->referendumSubtitle;
@@ -760,7 +722,6 @@ public function setReferendumTitle($referendumTitle)
{
$this->referendumTitle = $referendumTitle;
}
-
public function getReferendumTitle()
{
return $this->referendumTitle;
@@ -769,7 +730,6 @@ public function setReferendumUrl($referendumUrl)
{
$this->referendumUrl = $referendumUrl;
}
-
public function getReferendumUrl()
{
return $this->referendumUrl;
@@ -778,7 +738,6 @@ public function setRoles($roles)
{
$this->roles = $roles;
}
-
public function getRoles()
{
return $this->roles;
@@ -787,7 +746,6 @@ public function setSources($sources)
{
$this->sources = $sources;
}
-
public function getSources()
{
return $this->sources;
@@ -796,7 +754,6 @@ public function setSpecial($special)
{
$this->special = $special;
}
-
public function getSpecial()
{
return $this->special;
@@ -805,12 +762,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_CivicInfo_DivisionSearchResponse extends Google_Collection
@@ -822,11 +777,11 @@ class Google_Service_CivicInfo_DivisionSearchResponse extends Google_Collection
protected $resultsType = 'Google_Service_CivicInfo_DivisionSearchResult';
protected $resultsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -835,12 +790,10 @@ public function setResults($results)
{
$this->results = $results;
}
-
public function getResults()
{
return $this->results;
}
-
}
class Google_Service_CivicInfo_DivisionSearchResult extends Google_Collection
@@ -852,11 +805,11 @@ class Google_Service_CivicInfo_DivisionSearchResult extends Google_Collection
public $name;
public $ocdId;
+
public function setAliases($aliases)
{
$this->aliases = $aliases;
}
-
public function getAliases()
{
return $this->aliases;
@@ -865,7 +818,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -874,12 +826,10 @@ public function setOcdId($ocdId)
{
$this->ocdId = $ocdId;
}
-
public function getOcdId()
{
return $this->ocdId;
}
-
}
class Google_Service_CivicInfo_Election extends Google_Model
@@ -890,11 +840,11 @@ class Google_Service_CivicInfo_Election extends Google_Model
public $id;
public $name;
+
public function setElectionDay($electionDay)
{
$this->electionDay = $electionDay;
}
-
public function getElectionDay()
{
return $this->electionDay;
@@ -903,7 +853,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -912,12 +861,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_CivicInfo_ElectionOfficial extends Google_Model
@@ -930,11 +877,11 @@ class Google_Service_CivicInfo_ElectionOfficial extends Google_Model
public $officePhoneNumber;
public $title;
+
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
}
-
public function getEmailAddress()
{
return $this->emailAddress;
@@ -943,7 +890,6 @@ public function setFaxNumber($faxNumber)
{
$this->faxNumber = $faxNumber;
}
-
public function getFaxNumber()
{
return $this->faxNumber;
@@ -952,7 +898,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -961,7 +906,6 @@ public function setOfficePhoneNumber($officePhoneNumber)
{
$this->officePhoneNumber = $officePhoneNumber;
}
-
public function getOfficePhoneNumber()
{
return $this->officePhoneNumber;
@@ -970,12 +914,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_CivicInfo_ElectionsQueryResponse extends Google_Collection
@@ -987,11 +929,11 @@ class Google_Service_CivicInfo_ElectionsQueryResponse extends Google_Collection
protected $electionsDataType = 'array';
public $kind;
+
public function setElections($elections)
{
$this->elections = $elections;
}
-
public function getElections()
{
return $this->elections;
@@ -1000,12 +942,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_CivicInfo_ElectoralDistrict extends Google_Model
@@ -1016,11 +956,11 @@ class Google_Service_CivicInfo_ElectoralDistrict extends Google_Model
public $name;
public $scope;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1029,7 +969,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1038,12 +977,10 @@ public function setScope($scope)
{
$this->scope = $scope;
}
-
public function getScope()
{
return $this->scope;
}
-
}
class Google_Service_CivicInfo_GeographicDivision extends Google_Collection
@@ -1055,11 +992,11 @@ class Google_Service_CivicInfo_GeographicDivision extends Google_Collection
public $name;
public $officeIndices;
+
public function setAlsoKnownAs($alsoKnownAs)
{
$this->alsoKnownAs = $alsoKnownAs;
}
-
public function getAlsoKnownAs()
{
return $this->alsoKnownAs;
@@ -1068,7 +1005,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1077,12 +1013,10 @@ public function setOfficeIndices($officeIndices)
{
$this->officeIndices = $officeIndices;
}
-
public function getOfficeIndices()
{
return $this->officeIndices;
}
-
}
class Google_Service_CivicInfo_Office extends Google_Collection
@@ -1098,11 +1032,11 @@ class Google_Service_CivicInfo_Office extends Google_Collection
protected $sourcesType = 'Google_Service_CivicInfo_Source';
protected $sourcesDataType = 'array';
+
public function setDivisionId($divisionId)
{
$this->divisionId = $divisionId;
}
-
public function getDivisionId()
{
return $this->divisionId;
@@ -1111,7 +1045,6 @@ public function setLevels($levels)
{
$this->levels = $levels;
}
-
public function getLevels()
{
return $this->levels;
@@ -1120,7 +1053,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1129,7 +1061,6 @@ public function setOfficialIndices($officialIndices)
{
$this->officialIndices = $officialIndices;
}
-
public function getOfficialIndices()
{
return $this->officialIndices;
@@ -1138,7 +1069,6 @@ public function setRoles($roles)
{
$this->roles = $roles;
}
-
public function getRoles()
{
return $this->roles;
@@ -1147,12 +1077,10 @@ public function setSources($sources)
{
$this->sources = $sources;
}
-
public function getSources()
{
return $this->sources;
}
-
}
class Google_Service_CivicInfo_Official extends Google_Collection
@@ -1171,11 +1099,11 @@ class Google_Service_CivicInfo_Official extends Google_Collection
public $photoUrl;
public $urls;
+
public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -1184,7 +1112,6 @@ public function setChannels($channels)
{
$this->channels = $channels;
}
-
public function getChannels()
{
return $this->channels;
@@ -1193,7 +1120,6 @@ public function setEmails($emails)
{
$this->emails = $emails;
}
-
public function getEmails()
{
return $this->emails;
@@ -1202,7 +1128,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1211,7 +1136,6 @@ public function setParty($party)
{
$this->party = $party;
}
-
public function getParty()
{
return $this->party;
@@ -1220,7 +1144,6 @@ public function setPhones($phones)
{
$this->phones = $phones;
}
-
public function getPhones()
{
return $this->phones;
@@ -1229,7 +1152,6 @@ public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
}
-
public function getPhotoUrl()
{
return $this->photoUrl;
@@ -1238,12 +1160,10 @@ public function setUrls($urls)
{
$this->urls = $urls;
}
-
public function getUrls()
{
return $this->urls;
}
-
}
class Google_Service_CivicInfo_PollingLocation extends Google_Collection
@@ -1263,11 +1183,11 @@ class Google_Service_CivicInfo_PollingLocation extends Google_Collection
public $startDate;
public $voterServices;
+
public function setAddress(Google_Service_CivicInfo_SimpleAddressType $address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -1276,7 +1196,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -1285,7 +1204,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1294,7 +1212,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1303,7 +1220,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -1312,7 +1228,6 @@ public function setPollingHours($pollingHours)
{
$this->pollingHours = $pollingHours;
}
-
public function getPollingHours()
{
return $this->pollingHours;
@@ -1321,7 +1236,6 @@ public function setSources($sources)
{
$this->sources = $sources;
}
-
public function getSources()
{
return $this->sources;
@@ -1330,7 +1244,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -1339,12 +1252,10 @@ public function setVoterServices($voterServices)
{
$this->voterServices = $voterServices;
}
-
public function getVoterServices()
{
return $this->voterServices;
}
-
}
class Google_Service_CivicInfo_RepresentativeInfoData extends Google_Collection
@@ -1359,11 +1270,11 @@ class Google_Service_CivicInfo_RepresentativeInfoData extends Google_Collection
protected $officialsType = 'Google_Service_CivicInfo_Official';
protected $officialsDataType = 'array';
+
public function setDivisions($divisions)
{
$this->divisions = $divisions;
}
-
public function getDivisions()
{
return $this->divisions;
@@ -1372,7 +1283,6 @@ public function setOffices($offices)
{
$this->offices = $offices;
}
-
public function getOffices()
{
return $this->offices;
@@ -1381,20 +1291,14 @@ public function setOfficials($officials)
{
$this->officials = $officials;
}
-
public function getOfficials()
{
return $this->officials;
}
-
}
class Google_Service_CivicInfo_RepresentativeInfoDataDivisions extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Collection
@@ -1412,11 +1316,11 @@ class Google_Service_CivicInfo_RepresentativeInfoResponse extends Google_Collect
protected $officialsType = 'Google_Service_CivicInfo_Official';
protected $officialsDataType = 'array';
+
public function setDivisions($divisions)
{
$this->divisions = $divisions;
}
-
public function getDivisions()
{
return $this->divisions;
@@ -1425,7 +1329,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1434,7 +1337,6 @@ public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $n
{
$this->normalizedInput = $normalizedInput;
}
-
public function getNormalizedInput()
{
return $this->normalizedInput;
@@ -1443,7 +1345,6 @@ public function setOffices($offices)
{
$this->offices = $offices;
}
-
public function getOffices()
{
return $this->offices;
@@ -1452,20 +1353,14 @@ public function setOfficials($officials)
{
$this->officials = $officials;
}
-
public function getOfficials()
{
return $this->officials;
}
-
}
class Google_Service_CivicInfo_RepresentativeInfoResponseDivisions extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_CivicInfo_SimpleAddressType extends Google_Model
@@ -1480,11 +1375,11 @@ class Google_Service_CivicInfo_SimpleAddressType extends Google_Model
public $state;
public $zip;
+
public function setCity($city)
{
$this->city = $city;
}
-
public function getCity()
{
return $this->city;
@@ -1493,7 +1388,6 @@ public function setLine1($line1)
{
$this->line1 = $line1;
}
-
public function getLine1()
{
return $this->line1;
@@ -1502,7 +1396,6 @@ public function setLine2($line2)
{
$this->line2 = $line2;
}
-
public function getLine2()
{
return $this->line2;
@@ -1511,7 +1404,6 @@ public function setLine3($line3)
{
$this->line3 = $line3;
}
-
public function getLine3()
{
return $this->line3;
@@ -1520,7 +1412,6 @@ public function setLocationName($locationName)
{
$this->locationName = $locationName;
}
-
public function getLocationName()
{
return $this->locationName;
@@ -1529,7 +1420,6 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
@@ -1538,12 +1428,10 @@ public function setZip($zip)
{
$this->zip = $zip;
}
-
public function getZip()
{
return $this->zip;
}
-
}
class Google_Service_CivicInfo_Source extends Google_Model
@@ -1553,11 +1441,11 @@ class Google_Service_CivicInfo_Source extends Google_Model
public $name;
public $official;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1566,12 +1454,10 @@ public function setOfficial($official)
{
$this->official = $official;
}
-
public function getOfficial()
{
return $this->official;
}
-
}
class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
@@ -1598,11 +1484,11 @@ class Google_Service_CivicInfo_VoterInfoResponse extends Google_Collection
protected $stateType = 'Google_Service_CivicInfo_AdministrationRegion';
protected $stateDataType = 'array';
+
public function setContests($contests)
{
$this->contests = $contests;
}
-
public function getContests()
{
return $this->contests;
@@ -1611,7 +1497,6 @@ public function setDropOffLocations($dropOffLocations)
{
$this->dropOffLocations = $dropOffLocations;
}
-
public function getDropOffLocations()
{
return $this->dropOffLocations;
@@ -1620,7 +1505,6 @@ public function setEarlyVoteSites($earlyVoteSites)
{
$this->earlyVoteSites = $earlyVoteSites;
}
-
public function getEarlyVoteSites()
{
return $this->earlyVoteSites;
@@ -1629,7 +1513,6 @@ public function setElection(Google_Service_CivicInfo_Election $election)
{
$this->election = $election;
}
-
public function getElection()
{
return $this->election;
@@ -1638,7 +1521,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1647,7 +1529,6 @@ public function setNormalizedInput(Google_Service_CivicInfo_SimpleAddressType $n
{
$this->normalizedInput = $normalizedInput;
}
-
public function getNormalizedInput()
{
return $this->normalizedInput;
@@ -1656,7 +1537,6 @@ public function setOtherElections($otherElections)
{
$this->otherElections = $otherElections;
}
-
public function getOtherElections()
{
return $this->otherElections;
@@ -1665,7 +1545,6 @@ public function setPollingLocations($pollingLocations)
{
$this->pollingLocations = $pollingLocations;
}
-
public function getPollingLocations()
{
return $this->pollingLocations;
@@ -1674,7 +1553,6 @@ public function setPrecinctId($precinctId)
{
$this->precinctId = $precinctId;
}
-
public function getPrecinctId()
{
return $this->precinctId;
@@ -1683,10 +1561,8 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
From 853d47dfb2a8359ef2b6bed30b8a074b38cf1ef9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Manage product items, inventory, and Merchant Center accounts for Google Shopping.
- *
* For more information about this service, see the API
@@ -32,7 +32,8 @@
class Google_Service_ShoppingContent extends Google_Service
{
/** Manage your product listings and accounts for Google Shopping. */
- const CONTENT = "https://www.googleapis.com/auth/content";
+ const CONTENT =
+ "https://www.googleapis.com/auth/content";
public $accounts;
public $accountstatuses;
@@ -548,13 +549,12 @@ public function custombatch(Google_Service_ShoppingContent_AccountsCustomBatchRe
$params = array_merge($params, $optParams);
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountsCustomBatchResponse");
}
+
/**
* Deletes a Merchant Center sub-account. (accounts.delete)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account.
* @param array $optParams Optional parameters.
*/
public function delete($merchantId, $accountId, $optParams = array())
@@ -563,13 +563,12 @@ public function delete($merchantId, $accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a Merchant Center account. (accounts.get)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account.
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Account
*/
@@ -579,11 +578,11 @@ public function get($merchantId, $accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_ShoppingContent_Account");
}
+
/**
* Creates a Merchant Center sub-account. (accounts.insert)
*
- * @param string $merchantId
- * The ID of the managing account.
+ * @param string $merchantId The ID of the managing account.
* @param Google_Account $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Account
@@ -594,18 +593,17 @@ public function insert($merchantId, Google_Service_ShoppingContent_Account $post
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_ShoppingContent_Account");
}
+
/**
* Lists the sub-accounts in your Merchant Center account.
* (accounts.listAccounts)
*
- * @param string $merchantId
- * The ID of the managing account.
+ * @param string $merchantId The ID of the managing account.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of accounts to return in the response, used for paging.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of accounts to return in the
+ * response, used for paging.
* @return Google_Service_ShoppingContent_AccountsListResponse
*/
public function listAccounts($merchantId, $optParams = array())
@@ -614,14 +612,13 @@ public function listAccounts($merchantId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountsListResponse");
}
+
/**
* Updates a Merchant Center account. This method supports patch semantics.
* (accounts.patch)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account.
* @param Google_Account $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Account
@@ -632,13 +629,12 @@ public function patch($merchantId, $accountId, Google_Service_ShoppingContent_Ac
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_ShoppingContent_Account");
}
+
/**
* Updates a Merchant Center account. (accounts.update)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account.
* @param Google_Account $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Account
@@ -675,13 +671,12 @@ public function custombatch(Google_Service_ShoppingContent_AccountstatusesCustom
$params = array_merge($params, $optParams);
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse");
}
+
/**
* Retrieves the status of a Merchant Center account. (accountstatuses.get)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $accountId
- * The ID of the account.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account.
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_AccountStatus
*/
@@ -691,18 +686,17 @@ public function get($merchantId, $accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountStatus");
}
+
/**
* Lists the statuses of the sub-accounts in your Merchant Center account.
* (accountstatuses.listAccountstatuses)
*
- * @param string $merchantId
- * The ID of the managing account.
+ * @param string $merchantId The ID of the managing account.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of account statuses to return in the response, used for paging.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of account statuses to return
+ * in the response, used for paging.
* @return Google_Service_ShoppingContent_AccountstatusesListResponse
*/
public function listAccountstatuses($merchantId, $optParams = array())
@@ -737,13 +731,12 @@ public function custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchR
$params = array_merge($params, $optParams);
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse");
}
+
/**
* Deletes a datafeed from your Merchant Center account. (datafeeds.delete)
*
* @param string $merchantId
- *
* @param string $datafeedId
- *
* @param array $optParams Optional parameters.
*/
public function delete($merchantId, $datafeedId, $optParams = array())
@@ -752,13 +745,12 @@ public function delete($merchantId, $datafeedId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a datafeed from your Merchant Center account. (datafeeds.get)
*
* @param string $merchantId
- *
* @param string $datafeedId
- *
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Datafeed
*/
@@ -768,11 +760,11 @@ public function get($merchantId, $datafeedId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed");
}
+
/**
* Registers a datafeed with your Merchant Center account. (datafeeds.insert)
*
* @param string $merchantId
- *
* @param Google_Datafeed $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Datafeed
@@ -783,18 +775,17 @@ public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $pos
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed");
}
+
/**
* Lists the datafeeds in your Merchant Center account.
* (datafeeds.listDatafeeds)
*
- * @param string $merchantId
- * The ID of the managing account.
+ * @param string $merchantId The ID of the managing account.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of products to return in the response, used for paging.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of products to return in the
+ * response, used for paging.
* @return Google_Service_ShoppingContent_DatafeedsListResponse
*/
public function listDatafeeds($merchantId, $optParams = array())
@@ -803,14 +794,13 @@ public function listDatafeeds($merchantId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse");
}
+
/**
* Updates a datafeed of your Merchant Center account. This method supports
* patch semantics. (datafeeds.patch)
*
* @param string $merchantId
- *
* @param string $datafeedId
- *
* @param Google_Datafeed $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Datafeed
@@ -821,13 +811,12 @@ public function patch($merchantId, $datafeedId, Google_Service_ShoppingContent_D
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_ShoppingContent_Datafeed");
}
+
/**
* Updates a datafeed of your Merchant Center account. (datafeeds.update)
*
* @param string $merchantId
- *
* @param string $datafeedId
- *
* @param Google_Datafeed $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Datafeed
@@ -864,14 +853,13 @@ public function custombatch(Google_Service_ShoppingContent_DatafeedstatusesCusto
$params = array_merge($params, $optParams);
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse");
}
+
/**
* Retrieves the status of a datafeed from your Merchant Center account.
* (datafeedstatuses.get)
*
* @param string $merchantId
- *
* @param string $datafeedId
- *
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_DatafeedStatus
*/
@@ -881,18 +869,17 @@ public function get($merchantId, $datafeedId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_ShoppingContent_DatafeedStatus");
}
+
/**
* Lists the statuses of the datafeeds in your Merchant Center account.
* (datafeedstatuses.listDatafeedstatuses)
*
- * @param string $merchantId
- * The ID of the managing account.
+ * @param string $merchantId The ID of the managing account.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of products to return in the response, used for paging.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of products to return in the
+ * response, used for paging.
* @return Google_Service_ShoppingContent_DatafeedstatusesListResponse
*/
public function listDatafeedstatuses($merchantId, $optParams = array())
@@ -928,17 +915,17 @@ public function custombatch(Google_Service_ShoppingContent_InventoryCustomBatchR
$params = array_merge($params, $optParams);
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_InventoryCustomBatchResponse");
}
+
/**
* Updates price and availability of a product in your Merchant Center account.
* (inventory.set)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $storeCode
- * The code of the store for which to update price and availability. Use online to update price and
- * availability of an online product.
- * @param string $productId
- * The ID of the product for which to update price and availability.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $storeCode The code of the store for which to update price and
+ * availability. Use online to update price and availability of an online
+ * product.
+ * @param string $productId The ID of the product for which to update price and
+ * availability.
* @param Google_InventorySetRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_InventorySetResponse
@@ -969,8 +956,7 @@ class Google_Service_ShoppingContent_Products_Resource extends Google_Service_Re
* @param Google_ProductsCustomBatchRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool dryRun
- * Flag to run the request in dry-run mode.
+ * @opt_param bool dryRun Flag to run the request in dry-run mode.
* @return Google_Service_ShoppingContent_ProductsCustomBatchResponse
*/
public function custombatch(Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody, $optParams = array())
@@ -979,17 +965,15 @@ public function custombatch(Google_Service_ShoppingContent_ProductsCustomBatchRe
$params = array_merge($params, $optParams);
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductsCustomBatchResponse");
}
+
/**
* Deletes a product from your Merchant Center account. (products.delete)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $productId
- * The ID of the product.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $productId The ID of the product.
* @param array $optParams Optional parameters.
*
- * @opt_param bool dryRun
- * Flag to run the request in dry-run mode.
+ * @opt_param bool dryRun Flag to run the request in dry-run mode.
*/
public function delete($merchantId, $productId, $optParams = array())
{
@@ -997,13 +981,12 @@ public function delete($merchantId, $productId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a product from your Merchant Center account. (products.get)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $productId
- * The ID of the product.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $productId The ID of the product.
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Product
*/
@@ -1013,16 +996,15 @@ public function get($merchantId, $productId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_ShoppingContent_Product");
}
+
/**
* Uploads a product to your Merchant Center account. (products.insert)
*
- * @param string $merchantId
- * The ID of the managing account.
+ * @param string $merchantId The ID of the managing account.
* @param Google_Product $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool dryRun
- * Flag to run the request in dry-run mode.
+ * @opt_param bool dryRun Flag to run the request in dry-run mode.
* @return Google_Service_ShoppingContent_Product
*/
public function insert($merchantId, Google_Service_ShoppingContent_Product $postBody, $optParams = array())
@@ -1031,17 +1013,16 @@ public function insert($merchantId, Google_Service_ShoppingContent_Product $post
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_ShoppingContent_Product");
}
+
/**
* Lists the products in your Merchant Center account. (products.listProducts)
*
- * @param string $merchantId
- * The ID of the managing account.
+ * @param string $merchantId The ID of the managing account.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of products to return in the response, used for paging.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of products to return in the
+ * response, used for paging.
* @return Google_Service_ShoppingContent_ProductsListResponse
*/
public function listProducts($merchantId, $optParams = array())
@@ -1077,14 +1058,13 @@ public function custombatch(Google_Service_ShoppingContent_ProductstatusesCustom
$params = array_merge($params, $optParams);
return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse");
}
+
/**
* Gets the status of a product from your Merchant Center account.
* (productstatuses.get)
*
- * @param string $merchantId
- * The ID of the managing account.
- * @param string $productId
- * The ID of the product.
+ * @param string $merchantId The ID of the managing account.
+ * @param string $productId The ID of the product.
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_ProductStatus
*/
@@ -1094,18 +1074,17 @@ public function get($merchantId, $productId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_ShoppingContent_ProductStatus");
}
+
/**
* Lists the statuses of the products in your Merchant Center account.
* (productstatuses.listProductstatuses)
*
- * @param string $merchantId
- * The ID of the managing account.
+ * @param string $merchantId The ID of the managing account.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string maxResults
- * The maximum number of product statuses to return in the response, used for paging.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of product statuses to return
+ * in the response, used for paging.
* @return Google_Service_ShoppingContent_ProductstatusesListResponse
*/
public function listProductstatuses($merchantId, $optParams = array())
@@ -1136,11 +1115,11 @@ class Google_Service_ShoppingContent_Account extends Google_Collection
protected $usersDataType = 'array';
public $websiteUrl;
+
public function setAdultContent($adultContent)
{
$this->adultContent = $adultContent;
}
-
public function getAdultContent()
{
return $this->adultContent;
@@ -1149,7 +1128,6 @@ public function setAdwordsLinks($adwordsLinks)
{
$this->adwordsLinks = $adwordsLinks;
}
-
public function getAdwordsLinks()
{
return $this->adwordsLinks;
@@ -1158,7 +1136,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1167,7 +1144,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1176,7 +1152,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1185,7 +1160,6 @@ public function setReviewsUrl($reviewsUrl)
{
$this->reviewsUrl = $reviewsUrl;
}
-
public function getReviewsUrl()
{
return $this->reviewsUrl;
@@ -1194,7 +1168,6 @@ public function setSellerId($sellerId)
{
$this->sellerId = $sellerId;
}
-
public function getSellerId()
{
return $this->sellerId;
@@ -1203,7 +1176,6 @@ public function setUsers($users)
{
$this->users = $users;
}
-
public function getUsers()
{
return $this->users;
@@ -1212,12 +1184,10 @@ public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
}
-
public function getWebsiteUrl()
{
return $this->websiteUrl;
}
-
}
class Google_Service_ShoppingContent_AccountAdwordsLink extends Google_Model
@@ -1227,11 +1197,11 @@ class Google_Service_ShoppingContent_AccountAdwordsLink extends Google_Model
public $adwordsId;
public $status;
+
public function setAdwordsId($adwordsId)
{
$this->adwordsId = $adwordsId;
}
-
public function getAdwordsId()
{
return $this->adwordsId;
@@ -1240,12 +1210,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
@@ -1258,11 +1226,11 @@ class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
protected $dataQualityIssuesDataType = 'array';
public $kind;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -1271,7 +1239,6 @@ public function setDataQualityIssues($dataQualityIssues)
{
$this->dataQualityIssues = $dataQualityIssues;
}
-
public function getDataQualityIssues()
{
return $this->dataQualityIssues;
@@ -1280,12 +1247,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Google_Collection
@@ -1303,11 +1268,11 @@ class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Googl
public $severity;
public $submittedValue;
+
public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -1316,7 +1281,6 @@ public function setDisplayedValue($displayedValue)
{
$this->displayedValue = $displayedValue;
}
-
public function getDisplayedValue()
{
return $this->displayedValue;
@@ -1325,7 +1289,6 @@ public function setExampleItems($exampleItems)
{
$this->exampleItems = $exampleItems;
}
-
public function getExampleItems()
{
return $this->exampleItems;
@@ -1334,7 +1297,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1343,7 +1305,6 @@ public function setLastChecked($lastChecked)
{
$this->lastChecked = $lastChecked;
}
-
public function getLastChecked()
{
return $this->lastChecked;
@@ -1352,7 +1313,6 @@ public function setNumItems($numItems)
{
$this->numItems = $numItems;
}
-
public function getNumItems()
{
return $this->numItems;
@@ -1361,7 +1321,6 @@ public function setSeverity($severity)
{
$this->severity = $severity;
}
-
public function getSeverity()
{
return $this->severity;
@@ -1370,12 +1329,10 @@ public function setSubmittedValue($submittedValue)
{
$this->submittedValue = $submittedValue;
}
-
public function getSubmittedValue()
{
return $this->submittedValue;
}
-
}
class Google_Service_ShoppingContent_AccountStatusExampleItem extends Google_Model
@@ -1388,11 +1345,11 @@ class Google_Service_ShoppingContent_AccountStatusExampleItem extends Google_Mod
public $title;
public $valueOnLandingPage;
+
public function setItemId($itemId)
{
$this->itemId = $itemId;
}
-
public function getItemId()
{
return $this->itemId;
@@ -1401,7 +1358,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -1410,7 +1366,6 @@ public function setSubmittedValue($submittedValue)
{
$this->submittedValue = $submittedValue;
}
-
public function getSubmittedValue()
{
return $this->submittedValue;
@@ -1419,7 +1374,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -1428,12 +1382,10 @@ public function setValueOnLandingPage($valueOnLandingPage)
{
$this->valueOnLandingPage = $valueOnLandingPage;
}
-
public function getValueOnLandingPage()
{
return $this->valueOnLandingPage;
}
-
}
class Google_Service_ShoppingContent_AccountUser extends Google_Model
@@ -1443,11 +1395,11 @@ class Google_Service_ShoppingContent_AccountUser extends Google_Model
public $admin;
public $emailAddress;
+
public function setAdmin($admin)
{
$this->admin = $admin;
}
-
public function getAdmin()
{
return $this->admin;
@@ -1456,12 +1408,10 @@ public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
}
-
public function getEmailAddress()
{
return $this->emailAddress;
}
-
}
class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_Collection
@@ -1472,16 +1422,15 @@ class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_C
protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
}
-
}
class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Google_Model
@@ -1495,11 +1444,11 @@ class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Goo
public $merchantId;
public $method;
+
public function setAccount(Google_Service_ShoppingContent_Account $account)
{
$this->account = $account;
}
-
public function getAccount()
{
return $this->account;
@@ -1508,7 +1457,6 @@ public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -1517,7 +1465,6 @@ public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -1526,7 +1473,6 @@ public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
}
-
public function getMerchantId()
{
return $this->merchantId;
@@ -1535,12 +1481,10 @@ public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
}
-
}
class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_Collection
@@ -1552,11 +1496,11 @@ class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_
protected $entriesDataType = 'array';
public $kind;
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
@@ -1565,12 +1509,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Google_Model
@@ -1584,11 +1526,11 @@ class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Go
protected $errorsDataType = '';
public $kind;
+
public function setAccount(Google_Service_ShoppingContent_Account $account)
{
$this->account = $account;
}
-
public function getAccount()
{
return $this->account;
@@ -1597,7 +1539,6 @@ public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -1606,7 +1547,6 @@ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -1615,12 +1555,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collection
@@ -1633,11 +1571,11 @@ class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collect
protected $resourcesType = 'Google_Service_ShoppingContent_Account';
protected $resourcesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1646,7 +1584,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1655,12 +1592,10 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends Google_Collection
@@ -1671,16 +1606,15 @@ class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends G
protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
}
-
}
class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry extends Google_Model
@@ -1692,11 +1626,11 @@ class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry exte
public $merchantId;
public $method;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -1705,7 +1639,6 @@ public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -1714,7 +1647,6 @@ public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
}
-
public function getMerchantId()
{
return $this->merchantId;
@@ -1723,12 +1655,10 @@ public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
}
-
}
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends Google_Collection
@@ -1740,11 +1670,11 @@ class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends
protected $entriesDataType = 'array';
public $kind;
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
@@ -1753,12 +1683,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry extends Google_Model
@@ -1771,11 +1699,11 @@ class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry ext
protected $errorsType = 'Google_Service_ShoppingContent_Errors';
protected $errorsDataType = '';
+
public function setAccountStatus(Google_Service_ShoppingContent_AccountStatus $accountStatus)
{
$this->accountStatus = $accountStatus;
}
-
public function getAccountStatus()
{
return $this->accountStatus;
@@ -1784,7 +1712,6 @@ public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -1793,12 +1720,10 @@ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_Collection
@@ -1811,11 +1736,11 @@ class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_
protected $resourcesType = 'Google_Service_ShoppingContent_AccountStatus';
protected $resourcesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1824,7 +1749,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1833,12 +1757,10 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
class Google_Service_ShoppingContent_Datafeed extends Google_Collection
@@ -1860,11 +1782,11 @@ class Google_Service_ShoppingContent_Datafeed extends Google_Collection
public $name;
public $targetCountry;
+
public function setAttributeLanguage($attributeLanguage)
{
$this->attributeLanguage = $attributeLanguage;
}
-
public function getAttributeLanguage()
{
return $this->attributeLanguage;
@@ -1873,7 +1795,6 @@ public function setContentLanguage($contentLanguage)
{
$this->contentLanguage = $contentLanguage;
}
-
public function getContentLanguage()
{
return $this->contentLanguage;
@@ -1882,7 +1803,6 @@ public function setContentType($contentType)
{
$this->contentType = $contentType;
}
-
public function getContentType()
{
return $this->contentType;
@@ -1891,7 +1811,6 @@ public function setFetchSchedule(Google_Service_ShoppingContent_DatafeedFetchSch
{
$this->fetchSchedule = $fetchSchedule;
}
-
public function getFetchSchedule()
{
return $this->fetchSchedule;
@@ -1900,7 +1819,6 @@ public function setFileName($fileName)
{
$this->fileName = $fileName;
}
-
public function getFileName()
{
return $this->fileName;
@@ -1909,7 +1827,6 @@ public function setFormat(Google_Service_ShoppingContent_DatafeedFormat $format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -1918,7 +1835,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1927,7 +1843,6 @@ public function setIntendedDestinations($intendedDestinations)
{
$this->intendedDestinations = $intendedDestinations;
}
-
public function getIntendedDestinations()
{
return $this->intendedDestinations;
@@ -1936,7 +1851,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1945,7 +1859,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1954,12 +1867,10 @@ public function setTargetCountry($targetCountry)
{
$this->targetCountry = $targetCountry;
}
-
public function getTargetCountry()
{
return $this->targetCountry;
}
-
}
class Google_Service_ShoppingContent_DatafeedFetchSchedule extends Google_Model
@@ -1974,11 +1885,11 @@ class Google_Service_ShoppingContent_DatafeedFetchSchedule extends Google_Model
public $username;
public $weekday;
+
public function setDayOfMonth($dayOfMonth)
{
$this->dayOfMonth = $dayOfMonth;
}
-
public function getDayOfMonth()
{
return $this->dayOfMonth;
@@ -1987,7 +1898,6 @@ public function setFetchUrl($fetchUrl)
{
$this->fetchUrl = $fetchUrl;
}
-
public function getFetchUrl()
{
return $this->fetchUrl;
@@ -1996,7 +1906,6 @@ public function setHour($hour)
{
$this->hour = $hour;
}
-
public function getHour()
{
return $this->hour;
@@ -2005,7 +1914,6 @@ public function setPassword($password)
{
$this->password = $password;
}
-
public function getPassword()
{
return $this->password;
@@ -2014,7 +1922,6 @@ public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
-
public function getTimeZone()
{
return $this->timeZone;
@@ -2023,7 +1930,6 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
@@ -2032,12 +1938,10 @@ public function setWeekday($weekday)
{
$this->weekday = $weekday;
}
-
public function getWeekday()
{
return $this->weekday;
}
-
}
class Google_Service_ShoppingContent_DatafeedFormat extends Google_Model
@@ -2048,11 +1952,11 @@ class Google_Service_ShoppingContent_DatafeedFormat extends Google_Model
public $fileEncoding;
public $quotingMode;
+
public function setColumnDelimiter($columnDelimiter)
{
$this->columnDelimiter = $columnDelimiter;
}
-
public function getColumnDelimiter()
{
return $this->columnDelimiter;
@@ -2061,7 +1965,6 @@ public function setFileEncoding($fileEncoding)
{
$this->fileEncoding = $fileEncoding;
}
-
public function getFileEncoding()
{
return $this->fileEncoding;
@@ -2070,12 +1973,10 @@ public function setQuotingMode($quotingMode)
{
$this->quotingMode = $quotingMode;
}
-
public function getQuotingMode()
{
return $this->quotingMode;
}
-
}
class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection
@@ -2093,11 +1994,11 @@ class Google_Service_ShoppingContent_DatafeedStatus extends Google_Collection
protected $warningsType = 'Google_Service_ShoppingContent_DatafeedStatusError';
protected $warningsDataType = 'array';
+
public function setDatafeedId($datafeedId)
{
$this->datafeedId = $datafeedId;
}
-
public function getDatafeedId()
{
return $this->datafeedId;
@@ -2106,7 +2007,6 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -2115,7 +2015,6 @@ public function setItemsTotal($itemsTotal)
{
$this->itemsTotal = $itemsTotal;
}
-
public function getItemsTotal()
{
return $this->itemsTotal;
@@ -2124,7 +2023,6 @@ public function setItemsValid($itemsValid)
{
$this->itemsValid = $itemsValid;
}
-
public function getItemsValid()
{
return $this->itemsValid;
@@ -2133,7 +2031,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2142,7 +2039,6 @@ public function setProcessingStatus($processingStatus)
{
$this->processingStatus = $processingStatus;
}
-
public function getProcessingStatus()
{
return $this->processingStatus;
@@ -2151,12 +2047,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_ShoppingContent_DatafeedStatusError extends Google_Collection
@@ -2170,11 +2064,11 @@ class Google_Service_ShoppingContent_DatafeedStatusError extends Google_Collecti
protected $examplesDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -2183,7 +2077,6 @@ public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -2192,7 +2085,6 @@ public function setExamples($examples)
{
$this->examples = $examples;
}
-
public function getExamples()
{
return $this->examples;
@@ -2201,12 +2093,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_ShoppingContent_DatafeedStatusExample extends Google_Model
@@ -2217,11 +2107,11 @@ class Google_Service_ShoppingContent_DatafeedStatusExample extends Google_Model
public $lineNumber;
public $value;
+
public function setItemId($itemId)
{
$this->itemId = $itemId;
}
-
public function getItemId()
{
return $this->itemId;
@@ -2230,7 +2120,6 @@ public function setLineNumber($lineNumber)
{
$this->lineNumber = $lineNumber;
}
-
public function getLineNumber()
{
return $this->lineNumber;
@@ -2239,12 +2128,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequest extends Google_Collection
@@ -2255,16 +2142,15 @@ class Google_Service_ShoppingContent_DatafeedsCustomBatchRequest extends Google_
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
}
-
}
class Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry extends Google_Model
@@ -2278,11 +2164,11 @@ class Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry extends Go
public $merchantId;
public $method;
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -2291,7 +2177,6 @@ public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)
{
$this->datafeed = $datafeed;
}
-
public function getDatafeed()
{
return $this->datafeed;
@@ -2300,7 +2185,6 @@ public function setDatafeedId($datafeedId)
{
$this->datafeedId = $datafeedId;
}
-
public function getDatafeedId()
{
return $this->datafeedId;
@@ -2309,7 +2193,6 @@ public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
}
-
public function getMerchantId()
{
return $this->merchantId;
@@ -2318,12 +2201,10 @@ public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
}
-
}
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponse extends Google_Collection
@@ -2335,11 +2216,11 @@ class Google_Service_ShoppingContent_DatafeedsCustomBatchResponse extends Google
protected $entriesDataType = 'array';
public $kind;
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
@@ -2348,12 +2229,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry extends Google_Model
@@ -2366,11 +2245,11 @@ class Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry extends G
protected $errorsType = 'Google_Service_ShoppingContent_Errors';
protected $errorsDataType = '';
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -2379,7 +2258,6 @@ public function setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)
{
$this->datafeed = $datafeed;
}
-
public function getDatafeed()
{
return $this->datafeed;
@@ -2388,12 +2266,10 @@ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collection
@@ -2406,11 +2282,11 @@ class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collec
protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed';
protected $resourcesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2419,7 +2295,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2428,12 +2303,10 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest extends Google_Collection
@@ -2444,16 +2317,15 @@ class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest extends
protected $entriesType = 'Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
}
-
}
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry extends Google_Model
@@ -2465,11 +2337,11 @@ class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry ext
public $merchantId;
public $method;
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -2478,7 +2350,6 @@ public function setDatafeedId($datafeedId)
{
$this->datafeedId = $datafeedId;
}
-
public function getDatafeedId()
{
return $this->datafeedId;
@@ -2487,7 +2358,6 @@ public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
}
-
public function getMerchantId()
{
return $this->merchantId;
@@ -2496,12 +2366,10 @@ public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
}
-
}
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse extends Google_Collection
@@ -2513,11 +2381,11 @@ class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse extends
protected $entriesDataType = 'array';
public $kind;
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
@@ -2526,12 +2394,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry extends Google_Model
@@ -2544,11 +2410,11 @@ class Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry ex
protected $errorsType = 'Google_Service_ShoppingContent_Errors';
protected $errorsDataType = '';
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -2557,7 +2423,6 @@ public function setDatafeedStatus(Google_Service_ShoppingContent_DatafeedStatus
{
$this->datafeedStatus = $datafeedStatus;
}
-
public function getDatafeedStatus()
{
return $this->datafeedStatus;
@@ -2566,12 +2431,10 @@ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google_Collection
@@ -2584,11 +2447,11 @@ class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google
protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus';
protected $resourcesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2597,7 +2460,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2606,12 +2468,10 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
class Google_Service_ShoppingContent_Error extends Google_Model
@@ -2622,11 +2482,11 @@ class Google_Service_ShoppingContent_Error extends Google_Model
public $message;
public $reason;
+
public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -2635,7 +2495,6 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -2644,12 +2503,10 @@ public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
}
-
}
class Google_Service_ShoppingContent_Errors extends Google_Collection
@@ -2662,11 +2519,11 @@ class Google_Service_ShoppingContent_Errors extends Google_Collection
protected $errorsDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -2675,7 +2532,6 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -2684,12 +2540,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_ShoppingContent_Inventory extends Google_Model
@@ -2705,11 +2559,11 @@ class Google_Service_ShoppingContent_Inventory extends Google_Model
protected $salePriceDataType = '';
public $salePriceEffectiveDate;
+
public function setAvailability($availability)
{
$this->availability = $availability;
}
-
public function getAvailability()
{
return $this->availability;
@@ -2718,7 +2572,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2727,7 +2580,6 @@ public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
}
-
public function getPrice()
{
return $this->price;
@@ -2736,7 +2588,6 @@ public function setQuantity($quantity)
{
$this->quantity = $quantity;
}
-
public function getQuantity()
{
return $this->quantity;
@@ -2745,7 +2596,6 @@ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
{
$this->salePrice = $salePrice;
}
-
public function getSalePrice()
{
return $this->salePrice;
@@ -2754,12 +2604,10 @@ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
{
$this->salePriceEffectiveDate = $salePriceEffectiveDate;
}
-
public function getSalePriceEffectiveDate()
{
return $this->salePriceEffectiveDate;
}
-
}
class Google_Service_ShoppingContent_InventoryCustomBatchRequest extends Google_Collection
@@ -2770,16 +2618,15 @@ class Google_Service_ShoppingContent_InventoryCustomBatchRequest extends Google_
protected $entriesType = 'Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry';
protected $entriesDataType = 'array';
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
}
-
}
class Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry extends Google_Model
@@ -2793,11 +2640,11 @@ class Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry extends Go
public $productId;
public $storeCode;
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -2806,7 +2653,6 @@ public function setInventory(Google_Service_ShoppingContent_Inventory $inventory
{
$this->inventory = $inventory;
}
-
public function getInventory()
{
return $this->inventory;
@@ -2815,7 +2661,6 @@ public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
}
-
public function getMerchantId()
{
return $this->merchantId;
@@ -2824,7 +2669,6 @@ public function setProductId($productId)
{
$this->productId = $productId;
}
-
public function getProductId()
{
return $this->productId;
@@ -2833,12 +2677,10 @@ public function setStoreCode($storeCode)
{
$this->storeCode = $storeCode;
}
-
public function getStoreCode()
{
return $this->storeCode;
}
-
}
class Google_Service_ShoppingContent_InventoryCustomBatchResponse extends Google_Collection
@@ -2850,11 +2692,11 @@ class Google_Service_ShoppingContent_InventoryCustomBatchResponse extends Google
protected $entriesDataType = 'array';
public $kind;
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
@@ -2863,12 +2705,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry extends Google_Model
@@ -2880,11 +2720,11 @@ class Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry extends G
protected $errorsDataType = '';
public $kind;
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -2893,7 +2733,6 @@ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -2902,12 +2741,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_InventorySetRequest extends Google_Model
@@ -2922,11 +2759,11 @@ class Google_Service_ShoppingContent_InventorySetRequest extends Google_Model
protected $salePriceDataType = '';
public $salePriceEffectiveDate;
+
public function setAvailability($availability)
{
$this->availability = $availability;
}
-
public function getAvailability()
{
return $this->availability;
@@ -2935,7 +2772,6 @@ public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
}
-
public function getPrice()
{
return $this->price;
@@ -2944,7 +2780,6 @@ public function setQuantity($quantity)
{
$this->quantity = $quantity;
}
-
public function getQuantity()
{
return $this->quantity;
@@ -2953,7 +2788,6 @@ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
{
$this->salePrice = $salePrice;
}
-
public function getSalePrice()
{
return $this->salePrice;
@@ -2962,12 +2796,10 @@ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
{
$this->salePriceEffectiveDate = $salePriceEffectiveDate;
}
-
public function getSalePriceEffectiveDate()
{
return $this->salePriceEffectiveDate;
}
-
}
class Google_Service_ShoppingContent_InventorySetResponse extends Google_Model
@@ -2976,16 +2808,15 @@ class Google_Service_ShoppingContent_InventorySetResponse extends Google_Model
);
public $kind;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_LoyaltyPoints extends Google_Model
@@ -2996,11 +2827,11 @@ class Google_Service_ShoppingContent_LoyaltyPoints extends Google_Model
public $pointsValue;
public $ratio;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3009,7 +2840,6 @@ public function setPointsValue($pointsValue)
{
$this->pointsValue = $pointsValue;
}
-
public function getPointsValue()
{
return $this->pointsValue;
@@ -3018,12 +2848,10 @@ public function setRatio($ratio)
{
$this->ratio = $ratio;
}
-
public function getRatio()
{
return $this->ratio;
}
-
}
class Google_Service_ShoppingContent_Price extends Google_Model
@@ -3033,11 +2861,11 @@ class Google_Service_ShoppingContent_Price extends Google_Model
public $currency;
public $value;
+
public function setCurrency($currency)
{
$this->currency = $currency;
}
-
public function getCurrency()
{
return $this->currency;
@@ -3046,12 +2874,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_ShoppingContent_Product extends Google_Collection
@@ -3133,11 +2959,11 @@ class Google_Service_ShoppingContent_Product extends Google_Collection
protected $warningsType = 'Google_Service_ShoppingContent_Error';
protected $warningsDataType = 'array';
+
public function setAdditionalImageLinks($additionalImageLinks)
{
$this->additionalImageLinks = $additionalImageLinks;
}
-
public function getAdditionalImageLinks()
{
return $this->additionalImageLinks;
@@ -3146,7 +2972,6 @@ public function setAdult($adult)
{
$this->adult = $adult;
}
-
public function getAdult()
{
return $this->adult;
@@ -3155,7 +2980,6 @@ public function setAdwordsGrouping($adwordsGrouping)
{
$this->adwordsGrouping = $adwordsGrouping;
}
-
public function getAdwordsGrouping()
{
return $this->adwordsGrouping;
@@ -3164,7 +2988,6 @@ public function setAdwordsLabels($adwordsLabels)
{
$this->adwordsLabels = $adwordsLabels;
}
-
public function getAdwordsLabels()
{
return $this->adwordsLabels;
@@ -3173,7 +2996,6 @@ public function setAdwordsRedirect($adwordsRedirect)
{
$this->adwordsRedirect = $adwordsRedirect;
}
-
public function getAdwordsRedirect()
{
return $this->adwordsRedirect;
@@ -3182,7 +3004,6 @@ public function setAgeGroup($ageGroup)
{
$this->ageGroup = $ageGroup;
}
-
public function getAgeGroup()
{
return $this->ageGroup;
@@ -3191,7 +3012,6 @@ public function setAvailability($availability)
{
$this->availability = $availability;
}
-
public function getAvailability()
{
return $this->availability;
@@ -3200,7 +3020,6 @@ public function setAvailabilityDate($availabilityDate)
{
$this->availabilityDate = $availabilityDate;
}
-
public function getAvailabilityDate()
{
return $this->availabilityDate;
@@ -3209,7 +3028,6 @@ public function setBrand($brand)
{
$this->brand = $brand;
}
-
public function getBrand()
{
return $this->brand;
@@ -3218,7 +3036,6 @@ public function setChannel($channel)
{
$this->channel = $channel;
}
-
public function getChannel()
{
return $this->channel;
@@ -3227,7 +3044,6 @@ public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -3236,7 +3052,6 @@ public function setCondition($condition)
{
$this->condition = $condition;
}
-
public function getCondition()
{
return $this->condition;
@@ -3245,7 +3060,6 @@ public function setContentLanguage($contentLanguage)
{
$this->contentLanguage = $contentLanguage;
}
-
public function getContentLanguage()
{
return $this->contentLanguage;
@@ -3254,7 +3068,6 @@ public function setCustomAttributes($customAttributes)
{
$this->customAttributes = $customAttributes;
}
-
public function getCustomAttributes()
{
return $this->customAttributes;
@@ -3263,7 +3076,6 @@ public function setCustomGroups($customGroups)
{
$this->customGroups = $customGroups;
}
-
public function getCustomGroups()
{
return $this->customGroups;
@@ -3272,7 +3084,6 @@ public function setCustomLabel0($customLabel0)
{
$this->customLabel0 = $customLabel0;
}
-
public function getCustomLabel0()
{
return $this->customLabel0;
@@ -3281,7 +3092,6 @@ public function setCustomLabel1($customLabel1)
{
$this->customLabel1 = $customLabel1;
}
-
public function getCustomLabel1()
{
return $this->customLabel1;
@@ -3290,7 +3100,6 @@ public function setCustomLabel2($customLabel2)
{
$this->customLabel2 = $customLabel2;
}
-
public function getCustomLabel2()
{
return $this->customLabel2;
@@ -3299,7 +3108,6 @@ public function setCustomLabel3($customLabel3)
{
$this->customLabel3 = $customLabel3;
}
-
public function getCustomLabel3()
{
return $this->customLabel3;
@@ -3308,7 +3116,6 @@ public function setCustomLabel4($customLabel4)
{
$this->customLabel4 = $customLabel4;
}
-
public function getCustomLabel4()
{
return $this->customLabel4;
@@ -3317,7 +3124,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3326,7 +3132,6 @@ public function setDestinations($destinations)
{
$this->destinations = $destinations;
}
-
public function getDestinations()
{
return $this->destinations;
@@ -3335,7 +3140,6 @@ public function setEnergyEfficiencyClass($energyEfficiencyClass)
{
$this->energyEfficiencyClass = $energyEfficiencyClass;
}
-
public function getEnergyEfficiencyClass()
{
return $this->energyEfficiencyClass;
@@ -3344,7 +3148,6 @@ public function setExpirationDate($expirationDate)
{
$this->expirationDate = $expirationDate;
}
-
public function getExpirationDate()
{
return $this->expirationDate;
@@ -3353,7 +3156,6 @@ public function setGender($gender)
{
$this->gender = $gender;
}
-
public function getGender()
{
return $this->gender;
@@ -3362,7 +3164,6 @@ public function setGoogleProductCategory($googleProductCategory)
{
$this->googleProductCategory = $googleProductCategory;
}
-
public function getGoogleProductCategory()
{
return $this->googleProductCategory;
@@ -3371,7 +3172,6 @@ public function setGtin($gtin)
{
$this->gtin = $gtin;
}
-
public function getGtin()
{
return $this->gtin;
@@ -3380,7 +3180,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3389,7 +3188,6 @@ public function setIdentifierExists($identifierExists)
{
$this->identifierExists = $identifierExists;
}
-
public function getIdentifierExists()
{
return $this->identifierExists;
@@ -3398,7 +3196,6 @@ public function setImageLink($imageLink)
{
$this->imageLink = $imageLink;
}
-
public function getImageLink()
{
return $this->imageLink;
@@ -3407,7 +3204,6 @@ public function setInstallment(Google_Service_ShoppingContent_ProductInstallment
{
$this->installment = $installment;
}
-
public function getInstallment()
{
return $this->installment;
@@ -3416,7 +3212,6 @@ public function setIsBundle($isBundle)
{
$this->isBundle = $isBundle;
}
-
public function getIsBundle()
{
return $this->isBundle;
@@ -3425,7 +3220,6 @@ public function setItemGroupId($itemGroupId)
{
$this->itemGroupId = $itemGroupId;
}
-
public function getItemGroupId()
{
return $this->itemGroupId;
@@ -3434,7 +3228,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3443,7 +3236,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -3452,7 +3244,6 @@ public function setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $l
{
$this->loyaltyPoints = $loyaltyPoints;
}
-
public function getLoyaltyPoints()
{
return $this->loyaltyPoints;
@@ -3461,7 +3252,6 @@ public function setMaterial($material)
{
$this->material = $material;
}
-
public function getMaterial()
{
return $this->material;
@@ -3470,7 +3260,6 @@ public function setMobileLink($mobileLink)
{
$this->mobileLink = $mobileLink;
}
-
public function getMobileLink()
{
return $this->mobileLink;
@@ -3479,7 +3268,6 @@ public function setMpn($mpn)
{
$this->mpn = $mpn;
}
-
public function getMpn()
{
return $this->mpn;
@@ -3488,7 +3276,6 @@ public function setMultipack($multipack)
{
$this->multipack = $multipack;
}
-
public function getMultipack()
{
return $this->multipack;
@@ -3497,7 +3284,6 @@ public function setOfferId($offerId)
{
$this->offerId = $offerId;
}
-
public function getOfferId()
{
return $this->offerId;
@@ -3506,7 +3292,6 @@ public function setOnlineOnly($onlineOnly)
{
$this->onlineOnly = $onlineOnly;
}
-
public function getOnlineOnly()
{
return $this->onlineOnly;
@@ -3515,7 +3300,6 @@ public function setPattern($pattern)
{
$this->pattern = $pattern;
}
-
public function getPattern()
{
return $this->pattern;
@@ -3524,7 +3308,6 @@ public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
}
-
public function getPrice()
{
return $this->price;
@@ -3533,7 +3316,6 @@ public function setProductType($productType)
{
$this->productType = $productType;
}
-
public function getProductType()
{
return $this->productType;
@@ -3542,7 +3324,6 @@ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice)
{
$this->salePrice = $salePrice;
}
-
public function getSalePrice()
{
return $this->salePrice;
@@ -3551,7 +3332,6 @@ public function setSalePriceEffectiveDate($salePriceEffectiveDate)
{
$this->salePriceEffectiveDate = $salePriceEffectiveDate;
}
-
public function getSalePriceEffectiveDate()
{
return $this->salePriceEffectiveDate;
@@ -3560,7 +3340,6 @@ public function setShipping($shipping)
{
$this->shipping = $shipping;
}
-
public function getShipping()
{
return $this->shipping;
@@ -3569,7 +3348,6 @@ public function setShippingLabel($shippingLabel)
{
$this->shippingLabel = $shippingLabel;
}
-
public function getShippingLabel()
{
return $this->shippingLabel;
@@ -3578,7 +3356,6 @@ public function setShippingWeight(Google_Service_ShoppingContent_ProductShipping
{
$this->shippingWeight = $shippingWeight;
}
-
public function getShippingWeight()
{
return $this->shippingWeight;
@@ -3587,7 +3364,6 @@ public function setSizeSystem($sizeSystem)
{
$this->sizeSystem = $sizeSystem;
}
-
public function getSizeSystem()
{
return $this->sizeSystem;
@@ -3596,7 +3372,6 @@ public function setSizeType($sizeType)
{
$this->sizeType = $sizeType;
}
-
public function getSizeType()
{
return $this->sizeType;
@@ -3605,7 +3380,6 @@ public function setSizes($sizes)
{
$this->sizes = $sizes;
}
-
public function getSizes()
{
return $this->sizes;
@@ -3614,7 +3388,6 @@ public function setTargetCountry($targetCountry)
{
$this->targetCountry = $targetCountry;
}
-
public function getTargetCountry()
{
return $this->targetCountry;
@@ -3623,7 +3396,6 @@ public function setTaxes($taxes)
{
$this->taxes = $taxes;
}
-
public function getTaxes()
{
return $this->taxes;
@@ -3632,7 +3404,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3641,7 +3412,6 @@ public function setUnitPricingBaseMeasure(Google_Service_ShoppingContent_Product
{
$this->unitPricingBaseMeasure = $unitPricingBaseMeasure;
}
-
public function getUnitPricingBaseMeasure()
{
return $this->unitPricingBaseMeasure;
@@ -3650,7 +3420,6 @@ public function setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnit
{
$this->unitPricingMeasure = $unitPricingMeasure;
}
-
public function getUnitPricingMeasure()
{
return $this->unitPricingMeasure;
@@ -3659,7 +3428,6 @@ public function setValidatedDestinations($validatedDestinations)
{
$this->validatedDestinations = $validatedDestinations;
}
-
public function getValidatedDestinations()
{
return $this->validatedDestinations;
@@ -3668,12 +3436,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_ShoppingContent_ProductCustomAttribute extends Google_Model
@@ -3685,11 +3451,11 @@ class Google_Service_ShoppingContent_ProductCustomAttribute extends Google_Model
public $unit;
public $value;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3698,7 +3464,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3707,7 +3472,6 @@ public function setUnit($unit)
{
$this->unit = $unit;
}
-
public function getUnit()
{
return $this->unit;
@@ -3716,12 +3480,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_ShoppingContent_ProductCustomGroup extends Google_Collection
@@ -3733,11 +3495,11 @@ class Google_Service_ShoppingContent_ProductCustomGroup extends Google_Collectio
protected $attributesDataType = 'array';
public $name;
+
public function setAttributes($attributes)
{
$this->attributes = $attributes;
}
-
public function getAttributes()
{
return $this->attributes;
@@ -3746,12 +3508,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_ShoppingContent_ProductDestination extends Google_Model
@@ -3761,11 +3521,11 @@ class Google_Service_ShoppingContent_ProductDestination extends Google_Model
public $destinationName;
public $intention;
+
public function setDestinationName($destinationName)
{
$this->destinationName = $destinationName;
}
-
public function getDestinationName()
{
return $this->destinationName;
@@ -3774,12 +3534,10 @@ public function setIntention($intention)
{
$this->intention = $intention;
}
-
public function getIntention()
{
return $this->intention;
}
-
}
class Google_Service_ShoppingContent_ProductInstallment extends Google_Model
@@ -3790,11 +3548,11 @@ class Google_Service_ShoppingContent_ProductInstallment extends Google_Model
protected $amountDataType = '';
public $months;
+
public function setAmount(Google_Service_ShoppingContent_Price $amount)
{
$this->amount = $amount;
}
-
public function getAmount()
{
return $this->amount;
@@ -3803,12 +3561,10 @@ public function setMonths($months)
{
$this->months = $months;
}
-
public function getMonths()
{
return $this->months;
}
-
}
class Google_Service_ShoppingContent_ProductShipping extends Google_Model
@@ -3824,11 +3580,11 @@ class Google_Service_ShoppingContent_ProductShipping extends Google_Model
public $region;
public $service;
+
public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -3837,7 +3593,6 @@ public function setLocationGroupName($locationGroupName)
{
$this->locationGroupName = $locationGroupName;
}
-
public function getLocationGroupName()
{
return $this->locationGroupName;
@@ -3846,7 +3601,6 @@ public function setLocationId($locationId)
{
$this->locationId = $locationId;
}
-
public function getLocationId()
{
return $this->locationId;
@@ -3855,7 +3609,6 @@ public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
}
-
public function getPostalCode()
{
return $this->postalCode;
@@ -3864,7 +3617,6 @@ public function setPrice(Google_Service_ShoppingContent_Price $price)
{
$this->price = $price;
}
-
public function getPrice()
{
return $this->price;
@@ -3873,7 +3625,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -3882,12 +3633,10 @@ public function setService($service)
{
$this->service = $service;
}
-
public function getService()
{
return $this->service;
}
-
}
class Google_Service_ShoppingContent_ProductShippingWeight extends Google_Model
@@ -3897,11 +3646,11 @@ class Google_Service_ShoppingContent_ProductShippingWeight extends Google_Model
public $unit;
public $value;
+
public function setUnit($unit)
{
$this->unit = $unit;
}
-
public function getUnit()
{
return $this->unit;
@@ -3910,12 +3659,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_ShoppingContent_ProductStatus extends Google_Collection
@@ -3932,11 +3679,11 @@ class Google_Service_ShoppingContent_ProductStatus extends Google_Collection
public $productId;
public $title;
+
public function setDataQualityIssues($dataQualityIssues)
{
$this->dataQualityIssues = $dataQualityIssues;
}
-
public function getDataQualityIssues()
{
return $this->dataQualityIssues;
@@ -3945,7 +3692,6 @@ public function setDestinationStatuses($destinationStatuses)
{
$this->destinationStatuses = $destinationStatuses;
}
-
public function getDestinationStatuses()
{
return $this->destinationStatuses;
@@ -3954,7 +3700,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3963,7 +3708,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -3972,7 +3716,6 @@ public function setProductId($productId)
{
$this->productId = $productId;
}
-
public function getProductId()
{
return $this->productId;
@@ -3981,12 +3724,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_ShoppingContent_ProductStatusDataQualityIssue extends Google_Model
@@ -4001,11 +3742,11 @@ class Google_Service_ShoppingContent_ProductStatusDataQualityIssue extends Googl
public $valueOnLandingPage;
public $valueProvided;
+
public function setDetail($detail)
{
$this->detail = $detail;
}
-
public function getDetail()
{
return $this->detail;
@@ -4014,7 +3755,6 @@ public function setFetchStatus($fetchStatus)
{
$this->fetchStatus = $fetchStatus;
}
-
public function getFetchStatus()
{
return $this->fetchStatus;
@@ -4023,7 +3763,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4032,7 +3771,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -4041,7 +3779,6 @@ public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
-
public function getTimestamp()
{
return $this->timestamp;
@@ -4050,7 +3787,6 @@ public function setValueOnLandingPage($valueOnLandingPage)
{
$this->valueOnLandingPage = $valueOnLandingPage;
}
-
public function getValueOnLandingPage()
{
return $this->valueOnLandingPage;
@@ -4059,12 +3795,10 @@ public function setValueProvided($valueProvided)
{
$this->valueProvided = $valueProvided;
}
-
public function getValueProvided()
{
return $this->valueProvided;
}
-
}
class Google_Service_ShoppingContent_ProductStatusDestinationStatus extends Google_Model
@@ -4075,11 +3809,11 @@ class Google_Service_ShoppingContent_ProductStatusDestinationStatus extends Goog
public $destination;
public $intention;
+
public function setApprovalStatus($approvalStatus)
{
$this->approvalStatus = $approvalStatus;
}
-
public function getApprovalStatus()
{
return $this->approvalStatus;
@@ -4088,7 +3822,6 @@ public function setDestination($destination)
{
$this->destination = $destination;
}
-
public function getDestination()
{
return $this->destination;
@@ -4097,12 +3830,10 @@ public function setIntention($intention)
{
$this->intention = $intention;
}
-
public function getIntention()
{
return $this->intention;
}
-
}
class Google_Service_ShoppingContent_ProductTax extends Google_Model
@@ -4116,11 +3847,11 @@ class Google_Service_ShoppingContent_ProductTax extends Google_Model
public $region;
public $taxShip;
+
public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -4129,7 +3860,6 @@ public function setLocationId($locationId)
{
$this->locationId = $locationId;
}
-
public function getLocationId()
{
return $this->locationId;
@@ -4138,7 +3868,6 @@ public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
}
-
public function getPostalCode()
{
return $this->postalCode;
@@ -4147,7 +3876,6 @@ public function setRate($rate)
{
$this->rate = $rate;
}
-
public function getRate()
{
return $this->rate;
@@ -4156,7 +3884,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -4165,12 +3892,10 @@ public function setTaxShip($taxShip)
{
$this->taxShip = $taxShip;
}
-
public function getTaxShip()
{
return $this->taxShip;
}
-
}
class Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure extends Google_Model
@@ -4180,11 +3905,11 @@ class Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure extends Googl
public $unit;
public $value;
+
public function setUnit($unit)
{
$this->unit = $unit;
}
-
public function getUnit()
{
return $this->unit;
@@ -4193,12 +3918,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_ShoppingContent_ProductUnitPricingMeasure extends Google_Model
@@ -4208,11 +3931,11 @@ class Google_Service_ShoppingContent_ProductUnitPricingMeasure extends Google_Mo
public $unit;
public $value;
+
public function setUnit($unit)
{
$this->unit = $unit;
}
-
public function getUnit()
{
return $this->unit;
@@ -4221,12 +3944,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_ShoppingContent_ProductsCustomBatchRequest extends Google_Collection
@@ -4237,16 +3958,15 @@ class Google_Service_ShoppingContent_ProductsCustomBatchRequest extends Google_C
protected $entriesType = 'Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry';
protected $entriesDataType = 'array';
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
}
-
}
class Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry extends Google_Model
@@ -4260,11 +3980,11 @@ class Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry extends Goo
protected $productDataType = '';
public $productId;
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -4273,7 +3993,6 @@ public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
}
-
public function getMerchantId()
{
return $this->merchantId;
@@ -4282,7 +4001,6 @@ public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
@@ -4291,7 +4009,6 @@ public function setProduct(Google_Service_ShoppingContent_Product $product)
{
$this->product = $product;
}
-
public function getProduct()
{
return $this->product;
@@ -4300,12 +4017,10 @@ public function setProductId($productId)
{
$this->productId = $productId;
}
-
public function getProductId()
{
return $this->productId;
}
-
}
class Google_Service_ShoppingContent_ProductsCustomBatchResponse extends Google_Collection
@@ -4317,11 +4032,11 @@ class Google_Service_ShoppingContent_ProductsCustomBatchResponse extends Google_
protected $entriesDataType = 'array';
public $kind;
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
@@ -4330,12 +4045,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry extends Google_Model
@@ -4349,11 +4062,11 @@ class Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry extends Go
protected $productType = 'Google_Service_ShoppingContent_Product';
protected $productDataType = '';
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -4362,7 +4075,6 @@ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -4371,7 +4083,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4380,12 +4091,10 @@ public function setProduct(Google_Service_ShoppingContent_Product $product)
{
$this->product = $product;
}
-
public function getProduct()
{
return $this->product;
}
-
}
class Google_Service_ShoppingContent_ProductsListResponse extends Google_Collection
@@ -4398,11 +4107,11 @@ class Google_Service_ShoppingContent_ProductsListResponse extends Google_Collect
protected $resourcesType = 'Google_Service_ShoppingContent_Product';
protected $resourcesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4411,7 +4120,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4420,12 +4128,10 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest extends Google_Collection
@@ -4436,16 +4142,15 @@ class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest extends G
protected $entriesType = 'Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
}
-
}
class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry extends Google_Model
@@ -4457,11 +4162,11 @@ class Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry exte
public $method;
public $productId;
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -4470,7 +4175,6 @@ public function setMerchantId($merchantId)
{
$this->merchantId = $merchantId;
}
-
public function getMerchantId()
{
return $this->merchantId;
@@ -4479,7 +4183,6 @@ public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
@@ -4488,12 +4191,10 @@ public function setProductId($productId)
{
$this->productId = $productId;
}
-
public function getProductId()
{
return $this->productId;
}
-
}
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse extends Google_Collection
@@ -4505,11 +4206,11 @@ class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse extends
protected $entriesDataType = 'array';
public $kind;
+
public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
@@ -4518,12 +4219,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry extends Google_Model
@@ -4537,11 +4236,11 @@ class Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry ext
protected $productStatusType = 'Google_Service_ShoppingContent_ProductStatus';
protected $productStatusDataType = '';
+
public function setBatchId($batchId)
{
$this->batchId = $batchId;
}
-
public function getBatchId()
{
return $this->batchId;
@@ -4550,7 +4249,6 @@ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -4559,7 +4257,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4568,12 +4265,10 @@ public function setProductStatus(Google_Service_ShoppingContent_ProductStatus $p
{
$this->productStatus = $productStatus;
}
-
public function getProductStatus()
{
return $this->productStatus;
}
-
}
class Google_Service_ShoppingContent_ProductstatusesListResponse extends Google_Collection
@@ -4586,11 +4281,11 @@ class Google_Service_ShoppingContent_ProductstatusesListResponse extends Google_
protected $resourcesType = 'Google_Service_ShoppingContent_ProductStatus';
protected $resourcesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4599,7 +4294,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4608,10 +4302,8 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
From 2be820b1ff8c2dcc0cbe810fa8f5a912eb668f33 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * A data platform for customers to create, manage, share and query data.
- *
* For more information about this service, see the API
@@ -32,17 +31,23 @@
class Google_Service_Bigquery extends Google_Service
{
/** View and manage your data in Google BigQuery. */
- const BIGQUERY = "https://www.googleapis.com/auth/bigquery";
+ const BIGQUERY =
+ "https://www.googleapis.com/auth/bigquery";
/** Insert data into Google BigQuery. */
- const BIGQUERY_INSERTDATA = "https://www.googleapis.com/auth/bigquery.insertdata";
+ const BIGQUERY_INSERTDATA =
+ "https://www.googleapis.com/auth/bigquery.insertdata";
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** Manage your data and permissions in Google Cloud Storage. */
- const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control";
+ const DEVSTORAGE_FULL_CONTROL =
+ "https://www.googleapis.com/auth/devstorage.full_control";
/** View your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only";
+ const DEVSTORAGE_READ_ONLY =
+ "https://www.googleapis.com/auth/devstorage.read_only";
/** Manage your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write";
+ const DEVSTORAGE_READ_WRITE =
+ "https://www.googleapis.com/auth/devstorage.read_write";
public $datasets;
public $jobs;
@@ -510,15 +515,13 @@ class Google_Service_Bigquery_Datasets_Resource extends Google_Service_Resource
* deleteContents. Immediately after deletion, you can create another dataset
* with the same name. (datasets.delete)
*
- * @param string $projectId
- * Project ID of the dataset being deleted
- * @param string $datasetId
- * Dataset ID of dataset being deleted
+ * @param string $projectId Project ID of the dataset being deleted
+ * @param string $datasetId Dataset ID of dataset being deleted
* @param array $optParams Optional parameters.
*
- * @opt_param bool deleteContents
- * If True, delete all the tables in the dataset. If False and the dataset contains tables, the
- * request will fail. Default is False
+ * @opt_param bool deleteContents If True, delete all the tables in the dataset.
+ * If False and the dataset contains tables, the request will fail. Default is
+ * False
*/
public function delete($projectId, $datasetId, $optParams = array())
{
@@ -526,13 +529,12 @@ public function delete($projectId, $datasetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns the dataset specified by datasetID. (datasets.get)
*
- * @param string $projectId
- * Project ID of the requested dataset
- * @param string $datasetId
- * Dataset ID of the requested dataset
+ * @param string $projectId Project ID of the requested dataset
+ * @param string $datasetId Dataset ID of the requested dataset
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Dataset
*/
@@ -542,11 +544,11 @@ public function get($projectId, $datasetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Bigquery_Dataset");
}
+
/**
* Creates a new empty dataset. (datasets.insert)
*
- * @param string $projectId
- * Project ID of the new dataset
+ * @param string $projectId Project ID of the new dataset
* @param Google_Dataset $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Dataset
@@ -557,21 +559,19 @@ public function insert($projectId, Google_Service_Bigquery_Dataset $postBody, $o
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Bigquery_Dataset");
}
+
/**
* Lists all the datasets in the specified project to which the caller has read
* access; however, a project owner can list (but not necessarily get) all
* datasets in his project. (datasets.listDatasets)
*
- * @param string $projectId
- * Project ID of the datasets to be listed
+ * @param string $projectId Project ID of the datasets to be listed
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Page token, returned by a previous call, to request the next page of results
- * @opt_param bool all
- * Whether to list all datasets, including hidden ones
- * @opt_param string maxResults
- * The maximum number of results to return
+ * @opt_param string pageToken Page token, returned by a previous call, to
+ * request the next page of results
+ * @opt_param bool all Whether to list all datasets, including hidden ones
+ * @opt_param string maxResults The maximum number of results to return
* @return Google_Service_Bigquery_DatasetList
*/
public function listDatasets($projectId, $optParams = array())
@@ -580,16 +580,15 @@ public function listDatasets($projectId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Bigquery_DatasetList");
}
+
/**
* Updates information in an existing dataset. The update method replaces the
* entire dataset resource, whereas the patch method only replaces fields that
* are provided in the submitted dataset resource. This method supports patch
* semantics. (datasets.patch)
*
- * @param string $projectId
- * Project ID of the dataset being updated
- * @param string $datasetId
- * Dataset ID of the dataset being updated
+ * @param string $projectId Project ID of the dataset being updated
+ * @param string $datasetId Dataset ID of the dataset being updated
* @param Google_Dataset $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Dataset
@@ -600,15 +599,14 @@ public function patch($projectId, $datasetId, Google_Service_Bigquery_Dataset $p
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Bigquery_Dataset");
}
+
/**
* Updates information in an existing dataset. The update method replaces the
* entire dataset resource, whereas the patch method only replaces fields that
* are provided in the submitted dataset resource. (datasets.update)
*
- * @param string $projectId
- * Project ID of the dataset being updated
- * @param string $datasetId
- * Dataset ID of the dataset being updated
+ * @param string $projectId Project ID of the dataset being updated
+ * @param string $datasetId Dataset ID of the dataset being updated
* @param Google_Dataset $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Dataset
@@ -635,10 +633,8 @@ class Google_Service_Bigquery_Jobs_Resource extends Google_Service_Resource
/**
* Retrieves the specified job by ID. (jobs.get)
*
- * @param string $projectId
- * Project ID of the requested job
- * @param string $jobId
- * Job ID of the requested job
+ * @param string $projectId Project ID of the requested job
+ * @param string $jobId Job ID of the requested job
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Job
*/
@@ -648,25 +644,22 @@ public function get($projectId, $jobId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Bigquery_Job");
}
+
/**
* Retrieves the results of a query job. (jobs.getQueryResults)
*
- * @param string $projectId
- * Project ID of the query job
- * @param string $jobId
- * Job ID of the query job
+ * @param string $projectId Project ID of the query job
+ * @param string $jobId Job ID of the query job
* @param array $optParams Optional parameters.
*
- * @opt_param string timeoutMs
- * How long to wait for the query to complete, in milliseconds, before returning. Default is to
- * return immediately. If the timeout passes before the job completes, the request will fail with a
- * TIMEOUT error
- * @opt_param string maxResults
- * Maximum number of results to read
- * @opt_param string pageToken
- * Page token, returned by a previous call, to request the next page of results
- * @opt_param string startIndex
- * Zero-based index of the starting row
+ * @opt_param string timeoutMs How long to wait for the query to complete, in
+ * milliseconds, before returning. Default is to return immediately. If the
+ * timeout passes before the job completes, the request will fail with a TIMEOUT
+ * error
+ * @opt_param string maxResults Maximum number of results to read
+ * @opt_param string pageToken Page token, returned by a previous call, to
+ * request the next page of results
+ * @opt_param string startIndex Zero-based index of the starting row
* @return Google_Service_Bigquery_GetQueryResultsResponse
*/
public function getQueryResults($projectId, $jobId, $optParams = array())
@@ -675,11 +668,12 @@ public function getQueryResults($projectId, $jobId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getQueryResults', array($params), "Google_Service_Bigquery_GetQueryResultsResponse");
}
+
/**
* Starts a new asynchronous job. (jobs.insert)
*
- * @param string $projectId
- * Project ID of the project that will be billed for the job
+ * @param string $projectId Project ID of the project that will be billed for
+ * the job
* @param Google_Job $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Job
@@ -690,25 +684,23 @@ public function insert($projectId, Google_Service_Bigquery_Job $postBody, $optPa
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Bigquery_Job");
}
+
/**
* Lists all the Jobs in the specified project that were started by the user.
* The job list returns in reverse chronological order of when the jobs were
* created, starting with the most recent job created. (jobs.listJobs)
*
- * @param string $projectId
- * Project ID of the jobs to list
+ * @param string $projectId Project ID of the jobs to list
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Restrict information returned to a set of selected fields
- * @opt_param string stateFilter
- * Filter for job state
- * @opt_param bool allUsers
- * Whether to display jobs owned by all users in the project. Default false
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string pageToken
- * Page token, returned by a previous call, to request the next page of results
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields
+ * @opt_param string stateFilter Filter for job state
+ * @opt_param bool allUsers Whether to display jobs owned by all users in the
+ * project. Default false
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string pageToken Page token, returned by a previous call, to
+ * request the next page of results
* @return Google_Service_Bigquery_JobList
*/
public function listJobs($projectId, $optParams = array())
@@ -717,12 +709,12 @@ public function listJobs($projectId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Bigquery_JobList");
}
+
/**
* Runs a BigQuery SQL query synchronously and returns query results if the
* query completes within a specified timeout. (jobs.query)
*
- * @param string $projectId
- * Project ID of the project billed for the query
+ * @param string $projectId Project ID of the project billed for the query
* @param Google_QueryRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_QueryResponse
@@ -752,10 +744,9 @@ class Google_Service_Bigquery_Projects_Resource extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Page token, returned by a previous call, to request the next page of results
- * @opt_param string maxResults
- * Maximum number of results to return
+ * @opt_param string pageToken Page token, returned by a previous call, to
+ * request the next page of results
+ * @opt_param string maxResults Maximum number of results to return
* @return Google_Service_Bigquery_ProjectList
*/
public function listProjects($optParams = array())
@@ -781,12 +772,9 @@ class Google_Service_Bigquery_Tabledata_Resource extends Google_Service_Resource
* Streams data into BigQuery one record at a time without needing to run a load
* job. (tabledata.insertAll)
*
- * @param string $projectId
- * Project ID of the destination table.
- * @param string $datasetId
- * Dataset ID of the destination table.
- * @param string $tableId
- * Table ID of the destination table.
+ * @param string $projectId Project ID of the destination table.
+ * @param string $datasetId Dataset ID of the destination table.
+ * @param string $tableId Table ID of the destination table.
* @param Google_TableDataInsertAllRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_TableDataInsertAllResponse
@@ -797,23 +785,19 @@ public function insertAll($projectId, $datasetId, $tableId, Google_Service_Bigqu
$params = array_merge($params, $optParams);
return $this->call('insertAll', array($params), "Google_Service_Bigquery_TableDataInsertAllResponse");
}
+
/**
* Retrieves table data from a specified set of rows. (tabledata.listTabledata)
*
- * @param string $projectId
- * Project ID of the table to read
- * @param string $datasetId
- * Dataset ID of the table to read
- * @param string $tableId
- * Table ID of the table to read
+ * @param string $projectId Project ID of the table to read
+ * @param string $datasetId Dataset ID of the table to read
+ * @param string $tableId Table ID of the table to read
* @param array $optParams Optional parameters.
*
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string pageToken
- * Page token, returned by a previous call, identifying the result set
- * @opt_param string startIndex
- * Zero-based index of the starting row to read
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string pageToken Page token, returned by a previous call,
+ * identifying the result set
+ * @opt_param string startIndex Zero-based index of the starting row to read
* @return Google_Service_Bigquery_TableDataList
*/
public function listTabledata($projectId, $datasetId, $tableId, $optParams = array())
@@ -839,12 +823,9 @@ class Google_Service_Bigquery_Tables_Resource extends Google_Service_Resource
* Deletes the table specified by tableId from the dataset. If the table
* contains data, all the data will be deleted. (tables.delete)
*
- * @param string $projectId
- * Project ID of the table to delete
- * @param string $datasetId
- * Dataset ID of the table to delete
- * @param string $tableId
- * Table ID of the table to delete
+ * @param string $projectId Project ID of the table to delete
+ * @param string $datasetId Dataset ID of the table to delete
+ * @param string $tableId Table ID of the table to delete
* @param array $optParams Optional parameters.
*/
public function delete($projectId, $datasetId, $tableId, $optParams = array())
@@ -853,17 +834,15 @@ public function delete($projectId, $datasetId, $tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets the specified table resource by table ID. This method does not return
* the data in the table, it only returns the table resource, which describes
* the structure of this table. (tables.get)
*
- * @param string $projectId
- * Project ID of the requested table
- * @param string $datasetId
- * Dataset ID of the requested table
- * @param string $tableId
- * Table ID of the requested table
+ * @param string $projectId Project ID of the requested table
+ * @param string $datasetId Dataset ID of the requested table
+ * @param string $tableId Table ID of the requested table
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Table
*/
@@ -873,13 +852,12 @@ public function get($projectId, $datasetId, $tableId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Bigquery_Table");
}
+
/**
* Creates a new, empty table in the dataset. (tables.insert)
*
- * @param string $projectId
- * Project ID of the new table
- * @param string $datasetId
- * Dataset ID of the new table
+ * @param string $projectId Project ID of the new table
+ * @param string $datasetId Dataset ID of the new table
* @param Google_Table $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Table
@@ -890,19 +868,17 @@ public function insert($projectId, $datasetId, Google_Service_Bigquery_Table $po
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Bigquery_Table");
}
+
/**
* Lists all tables in the specified dataset. (tables.listTables)
*
- * @param string $projectId
- * Project ID of the tables to list
- * @param string $datasetId
- * Dataset ID of the tables to list
+ * @param string $projectId Project ID of the tables to list
+ * @param string $datasetId Dataset ID of the tables to list
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Page token, returned by a previous call, to request the next page of results
- * @opt_param string maxResults
- * Maximum number of results to return
+ * @opt_param string pageToken Page token, returned by a previous call, to
+ * request the next page of results
+ * @opt_param string maxResults Maximum number of results to return
* @return Google_Service_Bigquery_TableList
*/
public function listTables($projectId, $datasetId, $optParams = array())
@@ -911,18 +887,16 @@ public function listTables($projectId, $datasetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Bigquery_TableList");
}
+
/**
* Updates information in an existing table. The update method replaces the
* entire table resource, whereas the patch method only replaces fields that are
* provided in the submitted table resource. This method supports patch
* semantics. (tables.patch)
*
- * @param string $projectId
- * Project ID of the table to update
- * @param string $datasetId
- * Dataset ID of the table to update
- * @param string $tableId
- * Table ID of the table to update
+ * @param string $projectId Project ID of the table to update
+ * @param string $datasetId Dataset ID of the table to update
+ * @param string $tableId Table ID of the table to update
* @param Google_Table $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Table
@@ -933,17 +907,15 @@ public function patch($projectId, $datasetId, $tableId, Google_Service_Bigquery_
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Bigquery_Table");
}
+
/**
* Updates information in an existing table. The update method replaces the
* entire table resource, whereas the patch method only replaces fields that are
* provided in the submitted table resource. (tables.update)
*
- * @param string $projectId
- * Project ID of the table to update
- * @param string $datasetId
- * Dataset ID of the table to update
- * @param string $tableId
- * Table ID of the table to update
+ * @param string $projectId Project ID of the table to update
+ * @param string $datasetId Dataset ID of the table to update
+ * @param string $tableId Table ID of the table to update
* @param Google_Table $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Table
@@ -977,11 +949,11 @@ class Google_Service_Bigquery_Dataset extends Google_Collection
public $lastModifiedTime;
public $selfLink;
+
public function setAccess($access)
{
$this->access = $access;
}
-
public function getAccess()
{
return $this->access;
@@ -990,7 +962,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -999,7 +970,6 @@ public function setDatasetReference(Google_Service_Bigquery_DatasetReference $da
{
$this->datasetReference = $datasetReference;
}
-
public function getDatasetReference()
{
return $this->datasetReference;
@@ -1008,7 +978,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1017,7 +986,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1026,7 +994,6 @@ public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
}
-
public function getFriendlyName()
{
return $this->friendlyName;
@@ -1035,7 +1002,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1044,7 +1010,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1053,7 +1018,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -1062,12 +1026,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Bigquery_DatasetAccess extends Google_Model
@@ -1082,11 +1044,11 @@ class Google_Service_Bigquery_DatasetAccess extends Google_Model
protected $viewType = 'Google_Service_Bigquery_TableReference';
protected $viewDataType = '';
+
public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -1095,7 +1057,6 @@ public function setGroupByEmail($groupByEmail)
{
$this->groupByEmail = $groupByEmail;
}
-
public function getGroupByEmail()
{
return $this->groupByEmail;
@@ -1104,7 +1065,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -1113,7 +1073,6 @@ public function setSpecialGroup($specialGroup)
{
$this->specialGroup = $specialGroup;
}
-
public function getSpecialGroup()
{
return $this->specialGroup;
@@ -1122,7 +1081,6 @@ public function setUserByEmail($userByEmail)
{
$this->userByEmail = $userByEmail;
}
-
public function getUserByEmail()
{
return $this->userByEmail;
@@ -1131,12 +1089,10 @@ public function setView(Google_Service_Bigquery_TableReference $view)
{
$this->view = $view;
}
-
public function getView()
{
return $this->view;
}
-
}
class Google_Service_Bigquery_DatasetList extends Google_Collection
@@ -1150,11 +1106,11 @@ class Google_Service_Bigquery_DatasetList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setDatasets($datasets)
{
$this->datasets = $datasets;
}
-
public function getDatasets()
{
return $this->datasets;
@@ -1163,7 +1119,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1172,7 +1127,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1181,12 +1135,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Bigquery_DatasetListDatasets extends Google_Model
@@ -1199,11 +1151,11 @@ class Google_Service_Bigquery_DatasetListDatasets extends Google_Model
public $id;
public $kind;
+
public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference)
{
$this->datasetReference = $datasetReference;
}
-
public function getDatasetReference()
{
return $this->datasetReference;
@@ -1212,7 +1164,6 @@ public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
}
-
public function getFriendlyName()
{
return $this->friendlyName;
@@ -1221,7 +1172,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1230,12 +1180,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Bigquery_DatasetReference extends Google_Model
@@ -1245,11 +1193,11 @@ class Google_Service_Bigquery_DatasetReference extends Google_Model
public $datasetId;
public $projectId;
+
public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -1258,12 +1206,10 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
}
-
}
class Google_Service_Bigquery_ErrorProto extends Google_Model
@@ -1275,11 +1221,11 @@ class Google_Service_Bigquery_ErrorProto extends Google_Model
public $message;
public $reason;
+
public function setDebugInfo($debugInfo)
{
$this->debugInfo = $debugInfo;
}
-
public function getDebugInfo()
{
return $this->debugInfo;
@@ -1288,7 +1234,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1297,7 +1242,6 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -1306,12 +1250,10 @@ public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
}
-
}
class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection
@@ -1332,11 +1274,11 @@ class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection
protected $schemaDataType = '';
public $totalRows;
+
public function setCacheHit($cacheHit)
{
$this->cacheHit = $cacheHit;
}
-
public function getCacheHit()
{
return $this->cacheHit;
@@ -1345,7 +1287,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1354,7 +1295,6 @@ public function setJobComplete($jobComplete)
{
$this->jobComplete = $jobComplete;
}
-
public function getJobComplete()
{
return $this->jobComplete;
@@ -1363,7 +1303,6 @@ public function setJobReference(Google_Service_Bigquery_JobReference $jobReferen
{
$this->jobReference = $jobReference;
}
-
public function getJobReference()
{
return $this->jobReference;
@@ -1372,7 +1311,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1381,7 +1319,6 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
@@ -1390,7 +1327,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -1399,7 +1335,6 @@ public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
-
public function getSchema()
{
return $this->schema;
@@ -1408,12 +1343,10 @@ public function setTotalRows($totalRows)
{
$this->totalRows = $totalRows;
}
-
public function getTotalRows()
{
return $this->totalRows;
}
-
}
class Google_Service_Bigquery_Job extends Google_Model
@@ -1433,11 +1366,11 @@ class Google_Service_Bigquery_Job extends Google_Model
protected $statusType = 'Google_Service_Bigquery_JobStatus';
protected $statusDataType = '';
+
public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration)
{
$this->configuration = $configuration;
}
-
public function getConfiguration()
{
return $this->configuration;
@@ -1446,7 +1379,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1455,7 +1387,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1464,7 +1395,6 @@ public function setJobReference(Google_Service_Bigquery_JobReference $jobReferen
{
$this->jobReference = $jobReference;
}
-
public function getJobReference()
{
return $this->jobReference;
@@ -1473,7 +1403,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1482,7 +1411,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1491,7 +1419,6 @@ public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
{
$this->statistics = $statistics;
}
-
public function getStatistics()
{
return $this->statistics;
@@ -1500,12 +1427,10 @@ public function setStatus(Google_Service_Bigquery_JobStatus $status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Bigquery_JobConfiguration extends Google_Model
@@ -1524,11 +1449,11 @@ class Google_Service_Bigquery_JobConfiguration extends Google_Model
protected $queryType = 'Google_Service_Bigquery_JobConfigurationQuery';
protected $queryDataType = '';
+
public function setCopy(Google_Service_Bigquery_JobConfigurationTableCopy $copy)
{
$this->copy = $copy;
}
-
public function getCopy()
{
return $this->copy;
@@ -1537,7 +1462,6 @@ public function setDryRun($dryRun)
{
$this->dryRun = $dryRun;
}
-
public function getDryRun()
{
return $this->dryRun;
@@ -1546,7 +1470,6 @@ public function setExtract(Google_Service_Bigquery_JobConfigurationExtract $extr
{
$this->extract = $extract;
}
-
public function getExtract()
{
return $this->extract;
@@ -1555,7 +1478,6 @@ public function setLink(Google_Service_Bigquery_JobConfigurationLink $link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -1564,7 +1486,6 @@ public function setLoad(Google_Service_Bigquery_JobConfigurationLoad $load)
{
$this->load = $load;
}
-
public function getLoad()
{
return $this->load;
@@ -1573,12 +1494,10 @@ public function setQuery(Google_Service_Bigquery_JobConfigurationQuery $query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
}
-
}
class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
@@ -1595,11 +1514,11 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
protected $sourceTableType = 'Google_Service_Bigquery_TableReference';
protected $sourceTableDataType = '';
+
public function setCompression($compression)
{
$this->compression = $compression;
}
-
public function getCompression()
{
return $this->compression;
@@ -1608,7 +1527,6 @@ public function setDestinationFormat($destinationFormat)
{
$this->destinationFormat = $destinationFormat;
}
-
public function getDestinationFormat()
{
return $this->destinationFormat;
@@ -1617,7 +1535,6 @@ public function setDestinationUri($destinationUri)
{
$this->destinationUri = $destinationUri;
}
-
public function getDestinationUri()
{
return $this->destinationUri;
@@ -1626,7 +1543,6 @@ public function setDestinationUris($destinationUris)
{
$this->destinationUris = $destinationUris;
}
-
public function getDestinationUris()
{
return $this->destinationUris;
@@ -1635,7 +1551,6 @@ public function setFieldDelimiter($fieldDelimiter)
{
$this->fieldDelimiter = $fieldDelimiter;
}
-
public function getFieldDelimiter()
{
return $this->fieldDelimiter;
@@ -1644,7 +1559,6 @@ public function setPrintHeader($printHeader)
{
$this->printHeader = $printHeader;
}
-
public function getPrintHeader()
{
return $this->printHeader;
@@ -1653,12 +1567,10 @@ public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTab
{
$this->sourceTable = $sourceTable;
}
-
public function getSourceTable()
{
return $this->sourceTable;
}
-
}
class Google_Service_Bigquery_JobConfigurationLink extends Google_Collection
@@ -1672,11 +1584,11 @@ class Google_Service_Bigquery_JobConfigurationLink extends Google_Collection
public $sourceUri;
public $writeDisposition;
+
public function setCreateDisposition($createDisposition)
{
$this->createDisposition = $createDisposition;
}
-
public function getCreateDisposition()
{
return $this->createDisposition;
@@ -1685,7 +1597,6 @@ public function setDestinationTable(Google_Service_Bigquery_TableReference $dest
{
$this->destinationTable = $destinationTable;
}
-
public function getDestinationTable()
{
return $this->destinationTable;
@@ -1694,7 +1605,6 @@ public function setSourceUri($sourceUri)
{
$this->sourceUri = $sourceUri;
}
-
public function getSourceUri()
{
return $this->sourceUri;
@@ -1703,12 +1613,10 @@ public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
}
-
public function getWriteDisposition()
{
return $this->writeDisposition;
}
-
}
class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
@@ -1735,11 +1643,11 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
public $sourceUris;
public $writeDisposition;
+
public function setAllowJaggedRows($allowJaggedRows)
{
$this->allowJaggedRows = $allowJaggedRows;
}
-
public function getAllowJaggedRows()
{
return $this->allowJaggedRows;
@@ -1748,7 +1656,6 @@ public function setAllowQuotedNewlines($allowQuotedNewlines)
{
$this->allowQuotedNewlines = $allowQuotedNewlines;
}
-
public function getAllowQuotedNewlines()
{
return $this->allowQuotedNewlines;
@@ -1757,7 +1664,6 @@ public function setCreateDisposition($createDisposition)
{
$this->createDisposition = $createDisposition;
}
-
public function getCreateDisposition()
{
return $this->createDisposition;
@@ -1766,7 +1672,6 @@ public function setDestinationTable(Google_Service_Bigquery_TableReference $dest
{
$this->destinationTable = $destinationTable;
}
-
public function getDestinationTable()
{
return $this->destinationTable;
@@ -1775,7 +1680,6 @@ public function setEncoding($encoding)
{
$this->encoding = $encoding;
}
-
public function getEncoding()
{
return $this->encoding;
@@ -1784,7 +1688,6 @@ public function setFieldDelimiter($fieldDelimiter)
{
$this->fieldDelimiter = $fieldDelimiter;
}
-
public function getFieldDelimiter()
{
return $this->fieldDelimiter;
@@ -1793,7 +1696,6 @@ public function setIgnoreUnknownValues($ignoreUnknownValues)
{
$this->ignoreUnknownValues = $ignoreUnknownValues;
}
-
public function getIgnoreUnknownValues()
{
return $this->ignoreUnknownValues;
@@ -1802,7 +1704,6 @@ public function setMaxBadRecords($maxBadRecords)
{
$this->maxBadRecords = $maxBadRecords;
}
-
public function getMaxBadRecords()
{
return $this->maxBadRecords;
@@ -1811,7 +1712,6 @@ public function setQuote($quote)
{
$this->quote = $quote;
}
-
public function getQuote()
{
return $this->quote;
@@ -1820,7 +1720,6 @@ public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
-
public function getSchema()
{
return $this->schema;
@@ -1829,7 +1728,6 @@ public function setSchemaInline($schemaInline)
{
$this->schemaInline = $schemaInline;
}
-
public function getSchemaInline()
{
return $this->schemaInline;
@@ -1838,7 +1736,6 @@ public function setSchemaInlineFormat($schemaInlineFormat)
{
$this->schemaInlineFormat = $schemaInlineFormat;
}
-
public function getSchemaInlineFormat()
{
return $this->schemaInlineFormat;
@@ -1847,7 +1744,6 @@ public function setSkipLeadingRows($skipLeadingRows)
{
$this->skipLeadingRows = $skipLeadingRows;
}
-
public function getSkipLeadingRows()
{
return $this->skipLeadingRows;
@@ -1856,7 +1752,6 @@ public function setSourceFormat($sourceFormat)
{
$this->sourceFormat = $sourceFormat;
}
-
public function getSourceFormat()
{
return $this->sourceFormat;
@@ -1865,7 +1760,6 @@ public function setSourceUris($sourceUris)
{
$this->sourceUris = $sourceUris;
}
-
public function getSourceUris()
{
return $this->sourceUris;
@@ -1874,12 +1768,10 @@ public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
}
-
public function getWriteDisposition()
{
return $this->writeDisposition;
}
-
}
class Google_Service_Bigquery_JobConfigurationQuery extends Google_Model
@@ -1899,11 +1791,11 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Model
public $useQueryCache;
public $writeDisposition;
+
public function setAllowLargeResults($allowLargeResults)
{
$this->allowLargeResults = $allowLargeResults;
}
-
public function getAllowLargeResults()
{
return $this->allowLargeResults;
@@ -1912,7 +1804,6 @@ public function setCreateDisposition($createDisposition)
{
$this->createDisposition = $createDisposition;
}
-
public function getCreateDisposition()
{
return $this->createDisposition;
@@ -1921,7 +1812,6 @@ public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defa
{
$this->defaultDataset = $defaultDataset;
}
-
public function getDefaultDataset()
{
return $this->defaultDataset;
@@ -1930,7 +1820,6 @@ public function setDestinationTable(Google_Service_Bigquery_TableReference $dest
{
$this->destinationTable = $destinationTable;
}
-
public function getDestinationTable()
{
return $this->destinationTable;
@@ -1939,7 +1828,6 @@ public function setFlattenResults($flattenResults)
{
$this->flattenResults = $flattenResults;
}
-
public function getFlattenResults()
{
return $this->flattenResults;
@@ -1948,7 +1836,6 @@ public function setPreserveNulls($preserveNulls)
{
$this->preserveNulls = $preserveNulls;
}
-
public function getPreserveNulls()
{
return $this->preserveNulls;
@@ -1957,7 +1844,6 @@ public function setPriority($priority)
{
$this->priority = $priority;
}
-
public function getPriority()
{
return $this->priority;
@@ -1966,7 +1852,6 @@ public function setQuery($query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
@@ -1975,7 +1860,6 @@ public function setUseQueryCache($useQueryCache)
{
$this->useQueryCache = $useQueryCache;
}
-
public function getUseQueryCache()
{
return $this->useQueryCache;
@@ -1984,12 +1868,10 @@ public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
}
-
public function getWriteDisposition()
{
return $this->writeDisposition;
}
-
}
class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collection
@@ -2006,11 +1888,11 @@ class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collectio
protected $sourceTablesDataType = 'array';
public $writeDisposition;
+
public function setCreateDisposition($createDisposition)
{
$this->createDisposition = $createDisposition;
}
-
public function getCreateDisposition()
{
return $this->createDisposition;
@@ -2019,7 +1901,6 @@ public function setDestinationTable(Google_Service_Bigquery_TableReference $dest
{
$this->destinationTable = $destinationTable;
}
-
public function getDestinationTable()
{
return $this->destinationTable;
@@ -2028,7 +1909,6 @@ public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTab
{
$this->sourceTable = $sourceTable;
}
-
public function getSourceTable()
{
return $this->sourceTable;
@@ -2037,7 +1917,6 @@ public function setSourceTables($sourceTables)
{
$this->sourceTables = $sourceTables;
}
-
public function getSourceTables()
{
return $this->sourceTables;
@@ -2046,12 +1925,10 @@ public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;
}
-
public function getWriteDisposition()
{
return $this->writeDisposition;
}
-
}
class Google_Service_Bigquery_JobList extends Google_Collection
@@ -2066,11 +1943,11 @@ class Google_Service_Bigquery_JobList extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2079,7 +1956,6 @@ public function setJobs($jobs)
{
$this->jobs = $jobs;
}
-
public function getJobs()
{
return $this->jobs;
@@ -2088,7 +1964,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2097,7 +1972,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2106,12 +1980,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Bigquery_JobListJobs extends Google_Model
@@ -2134,11 +2006,11 @@ class Google_Service_Bigquery_JobListJobs extends Google_Model
protected $statusDataType = '';
public $userEmail;
+
public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration)
{
$this->configuration = $configuration;
}
-
public function getConfiguration()
{
return $this->configuration;
@@ -2147,7 +2019,6 @@ public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
{
$this->errorResult = $errorResult;
}
-
public function getErrorResult()
{
return $this->errorResult;
@@ -2156,7 +2027,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2165,7 +2035,6 @@ public function setJobReference(Google_Service_Bigquery_JobReference $jobReferen
{
$this->jobReference = $jobReference;
}
-
public function getJobReference()
{
return $this->jobReference;
@@ -2174,7 +2043,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2183,7 +2051,6 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
@@ -2192,7 +2059,6 @@ public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
{
$this->statistics = $statistics;
}
-
public function getStatistics()
{
return $this->statistics;
@@ -2201,7 +2067,6 @@ public function setStatus(Google_Service_Bigquery_JobStatus $status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -2210,12 +2075,10 @@ public function setUserEmail($userEmail)
{
$this->userEmail = $userEmail;
}
-
public function getUserEmail()
{
return $this->userEmail;
}
-
}
class Google_Service_Bigquery_JobReference extends Google_Model
@@ -2225,11 +2088,11 @@ class Google_Service_Bigquery_JobReference extends Google_Model
public $jobId;
public $projectId;
+
public function setJobId($jobId)
{
$this->jobId = $jobId;
}
-
public function getJobId()
{
return $this->jobId;
@@ -2238,12 +2101,10 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
}
-
}
class Google_Service_Bigquery_JobStatistics extends Google_Model
@@ -2259,11 +2120,11 @@ class Google_Service_Bigquery_JobStatistics extends Google_Model
public $startTime;
public $totalBytesProcessed;
+
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -2272,7 +2133,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -2281,7 +2141,6 @@ public function setLoad(Google_Service_Bigquery_JobStatistics3 $load)
{
$this->load = $load;
}
-
public function getLoad()
{
return $this->load;
@@ -2290,7 +2149,6 @@ public function setQuery(Google_Service_Bigquery_JobStatistics2 $query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
@@ -2299,7 +2157,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -2308,12 +2165,10 @@ public function setTotalBytesProcessed($totalBytesProcessed)
{
$this->totalBytesProcessed = $totalBytesProcessed;
}
-
public function getTotalBytesProcessed()
{
return $this->totalBytesProcessed;
}
-
}
class Google_Service_Bigquery_JobStatistics2 extends Google_Model
@@ -2323,11 +2178,11 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Model
public $cacheHit;
public $totalBytesProcessed;
+
public function setCacheHit($cacheHit)
{
$this->cacheHit = $cacheHit;
}
-
public function getCacheHit()
{
return $this->cacheHit;
@@ -2336,12 +2191,10 @@ public function setTotalBytesProcessed($totalBytesProcessed)
{
$this->totalBytesProcessed = $totalBytesProcessed;
}
-
public function getTotalBytesProcessed()
{
return $this->totalBytesProcessed;
}
-
}
class Google_Service_Bigquery_JobStatistics3 extends Google_Model
@@ -2353,11 +2206,11 @@ class Google_Service_Bigquery_JobStatistics3 extends Google_Model
public $outputBytes;
public $outputRows;
+
public function setInputFileBytes($inputFileBytes)
{
$this->inputFileBytes = $inputFileBytes;
}
-
public function getInputFileBytes()
{
return $this->inputFileBytes;
@@ -2366,7 +2219,6 @@ public function setInputFiles($inputFiles)
{
$this->inputFiles = $inputFiles;
}
-
public function getInputFiles()
{
return $this->inputFiles;
@@ -2375,7 +2227,6 @@ public function setOutputBytes($outputBytes)
{
$this->outputBytes = $outputBytes;
}
-
public function getOutputBytes()
{
return $this->outputBytes;
@@ -2384,12 +2235,10 @@ public function setOutputRows($outputRows)
{
$this->outputRows = $outputRows;
}
-
public function getOutputRows()
{
return $this->outputRows;
}
-
}
class Google_Service_Bigquery_JobStatus extends Google_Collection
@@ -2403,11 +2252,11 @@ class Google_Service_Bigquery_JobStatus extends Google_Collection
protected $errorsDataType = 'array';
public $state;
+
public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
{
$this->errorResult = $errorResult;
}
-
public function getErrorResult()
{
return $this->errorResult;
@@ -2416,7 +2265,6 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -2425,20 +2273,14 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_Bigquery_JsonObject extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Bigquery_ProjectList extends Google_Collection
@@ -2453,11 +2295,11 @@ class Google_Service_Bigquery_ProjectList extends Google_Collection
protected $projectsDataType = 'array';
public $totalItems;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2466,7 +2308,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2475,7 +2316,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2484,7 +2324,6 @@ public function setProjects($projects)
{
$this->projects = $projects;
}
-
public function getProjects()
{
return $this->projects;
@@ -2493,12 +2332,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Bigquery_ProjectListProjects extends Google_Model
@@ -2512,11 +2349,11 @@ class Google_Service_Bigquery_ProjectListProjects extends Google_Model
protected $projectReferenceType = 'Google_Service_Bigquery_ProjectReference';
protected $projectReferenceDataType = '';
+
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
}
-
public function getFriendlyName()
{
return $this->friendlyName;
@@ -2525,7 +2362,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2534,7 +2370,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2543,7 +2378,6 @@ public function setNumericId($numericId)
{
$this->numericId = $numericId;
}
-
public function getNumericId()
{
return $this->numericId;
@@ -2552,12 +2386,10 @@ public function setProjectReference(Google_Service_Bigquery_ProjectReference $pr
{
$this->projectReference = $projectReference;
}
-
public function getProjectReference()
{
return $this->projectReference;
}
-
}
class Google_Service_Bigquery_ProjectReference extends Google_Model
@@ -2566,16 +2398,15 @@ class Google_Service_Bigquery_ProjectReference extends Google_Model
);
public $projectId;
+
public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
}
-
}
class Google_Service_Bigquery_QueryRequest extends Google_Model
@@ -2592,11 +2423,11 @@ class Google_Service_Bigquery_QueryRequest extends Google_Model
public $timeoutMs;
public $useQueryCache;
+
public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset)
{
$this->defaultDataset = $defaultDataset;
}
-
public function getDefaultDataset()
{
return $this->defaultDataset;
@@ -2605,7 +2436,6 @@ public function setDryRun($dryRun)
{
$this->dryRun = $dryRun;
}
-
public function getDryRun()
{
return $this->dryRun;
@@ -2614,7 +2444,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2623,7 +2452,6 @@ public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
}
-
public function getMaxResults()
{
return $this->maxResults;
@@ -2632,7 +2460,6 @@ public function setPreserveNulls($preserveNulls)
{
$this->preserveNulls = $preserveNulls;
}
-
public function getPreserveNulls()
{
return $this->preserveNulls;
@@ -2641,7 +2468,6 @@ public function setQuery($query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
@@ -2650,7 +2476,6 @@ public function setTimeoutMs($timeoutMs)
{
$this->timeoutMs = $timeoutMs;
}
-
public function getTimeoutMs()
{
return $this->timeoutMs;
@@ -2659,12 +2484,10 @@ public function setUseQueryCache($useQueryCache)
{
$this->useQueryCache = $useQueryCache;
}
-
public function getUseQueryCache()
{
return $this->useQueryCache;
}
-
}
class Google_Service_Bigquery_QueryResponse extends Google_Collection
@@ -2685,11 +2508,11 @@ class Google_Service_Bigquery_QueryResponse extends Google_Collection
public $totalBytesProcessed;
public $totalRows;
+
public function setCacheHit($cacheHit)
{
$this->cacheHit = $cacheHit;
}
-
public function getCacheHit()
{
return $this->cacheHit;
@@ -2698,7 +2521,6 @@ public function setJobComplete($jobComplete)
{
$this->jobComplete = $jobComplete;
}
-
public function getJobComplete()
{
return $this->jobComplete;
@@ -2707,7 +2529,6 @@ public function setJobReference(Google_Service_Bigquery_JobReference $jobReferen
{
$this->jobReference = $jobReference;
}
-
public function getJobReference()
{
return $this->jobReference;
@@ -2716,7 +2537,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2725,7 +2545,6 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
@@ -2734,7 +2553,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -2743,7 +2561,6 @@ public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
-
public function getSchema()
{
return $this->schema;
@@ -2752,7 +2569,6 @@ public function setTotalBytesProcessed($totalBytesProcessed)
{
$this->totalBytesProcessed = $totalBytesProcessed;
}
-
public function getTotalBytesProcessed()
{
return $this->totalBytesProcessed;
@@ -2761,12 +2577,10 @@ public function setTotalRows($totalRows)
{
$this->totalRows = $totalRows;
}
-
public function getTotalRows()
{
return $this->totalRows;
}
-
}
class Google_Service_Bigquery_Table extends Google_Model
@@ -2792,11 +2606,11 @@ class Google_Service_Bigquery_Table extends Google_Model
protected $viewType = 'Google_Service_Bigquery_ViewDefinition';
protected $viewDataType = '';
+
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -2805,7 +2619,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2814,7 +2627,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2823,7 +2635,6 @@ public function setExpirationTime($expirationTime)
{
$this->expirationTime = $expirationTime;
}
-
public function getExpirationTime()
{
return $this->expirationTime;
@@ -2832,7 +2643,6 @@ public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
}
-
public function getFriendlyName()
{
return $this->friendlyName;
@@ -2841,7 +2651,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2850,7 +2659,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2859,7 +2667,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -2868,7 +2675,6 @@ public function setNumBytes($numBytes)
{
$this->numBytes = $numBytes;
}
-
public function getNumBytes()
{
return $this->numBytes;
@@ -2877,7 +2683,6 @@ public function setNumRows($numRows)
{
$this->numRows = $numRows;
}
-
public function getNumRows()
{
return $this->numRows;
@@ -2886,7 +2691,6 @@ public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
-
public function getSchema()
{
return $this->schema;
@@ -2895,7 +2699,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2904,7 +2707,6 @@ public function setTableReference(Google_Service_Bigquery_TableReference $tableR
{
$this->tableReference = $tableReference;
}
-
public function getTableReference()
{
return $this->tableReference;
@@ -2913,7 +2715,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -2922,12 +2723,10 @@ public function setView(Google_Service_Bigquery_ViewDefinition $view)
{
$this->view = $view;
}
-
public function getView()
{
return $this->view;
}
-
}
class Google_Service_Bigquery_TableCell extends Google_Model
@@ -2936,16 +2735,15 @@ class Google_Service_Bigquery_TableCell extends Google_Model
);
public $v;
+
public function setV($v)
{
$this->v = $v;
}
-
public function getV()
{
return $this->v;
}
-
}
class Google_Service_Bigquery_TableDataInsertAllRequest extends Google_Collection
@@ -2957,11 +2755,11 @@ class Google_Service_Bigquery_TableDataInsertAllRequest extends Google_Collectio
protected $rowsType = 'Google_Service_Bigquery_TableDataInsertAllRequestRows';
protected $rowsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2970,12 +2768,10 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
}
-
}
class Google_Service_Bigquery_TableDataInsertAllRequestRows extends Google_Model
@@ -2985,11 +2781,11 @@ class Google_Service_Bigquery_TableDataInsertAllRequestRows extends Google_Model
public $insertId;
public $json;
+
public function setInsertId($insertId)
{
$this->insertId = $insertId;
}
-
public function getInsertId()
{
return $this->insertId;
@@ -2998,12 +2794,10 @@ public function setJson($json)
{
$this->json = $json;
}
-
public function getJson()
{
return $this->json;
}
-
}
class Google_Service_Bigquery_TableDataInsertAllResponse extends Google_Collection
@@ -3015,11 +2809,11 @@ class Google_Service_Bigquery_TableDataInsertAllResponse extends Google_Collecti
protected $insertErrorsDataType = 'array';
public $kind;
+
public function setInsertErrors($insertErrors)
{
$this->insertErrors = $insertErrors;
}
-
public function getInsertErrors()
{
return $this->insertErrors;
@@ -3028,12 +2822,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors extends Google_Collection
@@ -3045,11 +2837,11 @@ class Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors extends Goo
protected $errorsDataType = 'array';
public $index;
+
public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -3058,12 +2850,10 @@ public function setIndex($index)
{
$this->index = $index;
}
-
public function getIndex()
{
return $this->index;
}
-
}
class Google_Service_Bigquery_TableDataList extends Google_Collection
@@ -3078,11 +2868,11 @@ class Google_Service_Bigquery_TableDataList extends Google_Collection
protected $rowsDataType = 'array';
public $totalRows;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3091,7 +2881,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3100,7 +2889,6 @@ public function setPageToken($pageToken)
{
$this->pageToken = $pageToken;
}
-
public function getPageToken()
{
return $this->pageToken;
@@ -3109,7 +2897,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -3118,12 +2905,10 @@ public function setTotalRows($totalRows)
{
$this->totalRows = $totalRows;
}
-
public function getTotalRows()
{
return $this->totalRows;
}
-
}
class Google_Service_Bigquery_TableFieldSchema extends Google_Collection
@@ -3138,11 +2923,11 @@ class Google_Service_Bigquery_TableFieldSchema extends Google_Collection
public $name;
public $type;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3151,7 +2936,6 @@ public function setFields($fields)
{
$this->fields = $fields;
}
-
public function getFields()
{
return $this->fields;
@@ -3160,7 +2944,6 @@ public function setMode($mode)
{
$this->mode = $mode;
}
-
public function getMode()
{
return $this->mode;
@@ -3169,7 +2952,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3178,12 +2960,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Bigquery_TableList extends Google_Collection
@@ -3198,11 +2978,11 @@ class Google_Service_Bigquery_TableList extends Google_Collection
protected $tablesDataType = 'array';
public $totalItems;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3211,7 +2991,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3220,7 +2999,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3229,7 +3007,6 @@ public function setTables($tables)
{
$this->tables = $tables;
}
-
public function getTables()
{
return $this->tables;
@@ -3238,12 +3015,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Bigquery_TableListTables extends Google_Model
@@ -3257,11 +3032,11 @@ class Google_Service_Bigquery_TableListTables extends Google_Model
protected $tableReferenceDataType = '';
public $type;
+
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
}
-
public function getFriendlyName()
{
return $this->friendlyName;
@@ -3270,7 +3045,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3279,7 +3053,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3288,7 +3061,6 @@ public function setTableReference(Google_Service_Bigquery_TableReference $tableR
{
$this->tableReference = $tableReference;
}
-
public function getTableReference()
{
return $this->tableReference;
@@ -3297,12 +3069,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Bigquery_TableReference extends Google_Model
@@ -3313,11 +3083,11 @@ class Google_Service_Bigquery_TableReference extends Google_Model
public $projectId;
public $tableId;
+
public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -3326,7 +3096,6 @@ public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
-
public function getProjectId()
{
return $this->projectId;
@@ -3335,12 +3104,10 @@ public function setTableId($tableId)
{
$this->tableId = $tableId;
}
-
public function getTableId()
{
return $this->tableId;
}
-
}
class Google_Service_Bigquery_TableRow extends Google_Collection
@@ -3351,16 +3118,15 @@ class Google_Service_Bigquery_TableRow extends Google_Collection
protected $fType = 'Google_Service_Bigquery_TableCell';
protected $fDataType = 'array';
+
public function setF($f)
{
$this->f = $f;
}
-
public function getF()
{
return $this->f;
}
-
}
class Google_Service_Bigquery_TableSchema extends Google_Collection
@@ -3371,16 +3137,15 @@ class Google_Service_Bigquery_TableSchema extends Google_Collection
protected $fieldsType = 'Google_Service_Bigquery_TableFieldSchema';
protected $fieldsDataType = 'array';
+
public function setFields($fields)
{
$this->fields = $fields;
}
-
public function getFields()
{
return $this->fields;
}
-
}
class Google_Service_Bigquery_ViewDefinition extends Google_Model
@@ -3389,14 +3154,13 @@ class Google_Service_Bigquery_ViewDefinition extends Google_Model
);
public $query;
+
public function setQuery($query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
}
-
}
From 2d29022d632db9919f3b97ff1fbdb736da6453c8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Provides a historical view of activity.
- *
* For more information about this service, see the API
@@ -32,13 +31,17 @@
class Google_Service_Appsactivity extends Google_Service
{
/** View the activity history of your Google Apps. */
- const ACTIVITY = "https://www.googleapis.com/auth/activity";
+ const ACTIVITY =
+ "https://www.googleapis.com/auth/activity";
/** View and manage the files and documents in your Google Drive. */
- const DRIVE = "https://www.googleapis.com/auth/drive";
+ const DRIVE =
+ "https://www.googleapis.com/auth/drive";
/** View metadata for files and documents in your Google Drive. */
- const DRIVE_METADATA_READONLY = "https://www.googleapis.com/auth/drive.metadata.readonly";
+ const DRIVE_METADATA_READONLY =
+ "https://www.googleapis.com/auth/drive.metadata.readonly";
/** View the files and documents in your Google Drive. */
- const DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly";
+ const DRIVE_READONLY =
+ "https://www.googleapis.com/auth/drive.readonly";
public $activities;
@@ -123,25 +126,19 @@ class Google_Service_Appsactivity_Activities_Resource extends Google_Service_Res
*
* @param array $optParams Optional parameters.
*
- * @opt_param string drive.ancestorId
- * Identifies the Drive folder containing the items for which to return activities.
- * @opt_param int pageSize
- * The maximum number of events to return on a page. The response includes a continuation token if
- * there are more events.
- * @opt_param string pageToken
- * A token to retrieve a specific page of results.
- * @opt_param string userId
- * Indicates the user to return activity for. Use the special value me to indicate the currently
- * authenticated user.
- * @opt_param string groupingStrategy
- * Indicates the strategy to use when grouping singleEvents items in the associated combinedEvent
- * object.
- * @opt_param string drive.fileId
- * Identifies the Drive item to return activities for.
- * @opt_param string source
- * The Google service from which to return activities. Possible values of source are:
- -
- * drive.google.com
+ * @opt_param string drive.ancestorId Identifies the Drive folder containing the
+ * items for which to return activities.
+ * @opt_param int pageSize The maximum number of events to return on a page. The
+ * response includes a continuation token if there are more events.
+ * @opt_param string pageToken A token to retrieve a specific page of results.
+ * @opt_param string userId Indicates the user to return activity for. Use the
+ * special value me to indicate the currently authenticated user.
+ * @opt_param string groupingStrategy Indicates the strategy to use when
+ * grouping singleEvents items in the associated combinedEvent object.
+ * @opt_param string drive.fileId Identifies the Drive item to return activities
+ * for.
+ * @opt_param string source The Google service from which to return activities.
+ * Possible values of source are: - drive.google.com
* @return Google_Service_Appsactivity_ListActivitiesResponse
*/
public function listActivities($optParams = array())
@@ -165,11 +162,11 @@ class Google_Service_Appsactivity_Activity extends Google_Collection
protected $singleEventsType = 'Google_Service_Appsactivity_Event';
protected $singleEventsDataType = 'array';
+
public function setCombinedEvent(Google_Service_Appsactivity_Event $combinedEvent)
{
$this->combinedEvent = $combinedEvent;
}
-
public function getCombinedEvent()
{
return $this->combinedEvent;
@@ -178,12 +175,10 @@ public function setSingleEvents($singleEvents)
{
$this->singleEvents = $singleEvents;
}
-
public function getSingleEvents()
{
return $this->singleEvents;
}
-
}
class Google_Service_Appsactivity_Event extends Google_Collection
@@ -206,11 +201,11 @@ class Google_Service_Appsactivity_Event extends Google_Collection
protected $userType = 'Google_Service_Appsactivity_User';
protected $userDataType = '';
+
public function setAdditionalEventTypes($additionalEventTypes)
{
$this->additionalEventTypes = $additionalEventTypes;
}
-
public function getAdditionalEventTypes()
{
return $this->additionalEventTypes;
@@ -219,7 +214,6 @@ public function setEventTimeMillis($eventTimeMillis)
{
$this->eventTimeMillis = $eventTimeMillis;
}
-
public function getEventTimeMillis()
{
return $this->eventTimeMillis;
@@ -228,7 +222,6 @@ public function setFromUserDeletion($fromUserDeletion)
{
$this->fromUserDeletion = $fromUserDeletion;
}
-
public function getFromUserDeletion()
{
return $this->fromUserDeletion;
@@ -237,7 +230,6 @@ public function setMove(Google_Service_Appsactivity_Move $move)
{
$this->move = $move;
}
-
public function getMove()
{
return $this->move;
@@ -246,7 +238,6 @@ public function setPermissionChanges($permissionChanges)
{
$this->permissionChanges = $permissionChanges;
}
-
public function getPermissionChanges()
{
return $this->permissionChanges;
@@ -255,7 +246,6 @@ public function setPrimaryEventType($primaryEventType)
{
$this->primaryEventType = $primaryEventType;
}
-
public function getPrimaryEventType()
{
return $this->primaryEventType;
@@ -264,7 +254,6 @@ public function setRename(Google_Service_Appsactivity_Rename $rename)
{
$this->rename = $rename;
}
-
public function getRename()
{
return $this->rename;
@@ -273,7 +262,6 @@ public function setTarget(Google_Service_Appsactivity_Target $target)
{
$this->target = $target;
}
-
public function getTarget()
{
return $this->target;
@@ -282,12 +270,10 @@ public function setUser(Google_Service_Appsactivity_User $user)
{
$this->user = $user;
}
-
public function getUser()
{
return $this->user;
}
-
}
class Google_Service_Appsactivity_ListActivitiesResponse extends Google_Collection
@@ -299,11 +285,11 @@ class Google_Service_Appsactivity_ListActivitiesResponse extends Google_Collecti
protected $activitiesDataType = 'array';
public $nextPageToken;
+
public function setActivities($activities)
{
$this->activities = $activities;
}
-
public function getActivities()
{
return $this->activities;
@@ -312,12 +298,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Appsactivity_Move extends Google_Collection
@@ -330,11 +314,11 @@ class Google_Service_Appsactivity_Move extends Google_Collection
protected $removedParentsType = 'Google_Service_Appsactivity_Parent';
protected $removedParentsDataType = 'array';
+
public function setAddedParents($addedParents)
{
$this->addedParents = $addedParents;
}
-
public function getAddedParents()
{
return $this->addedParents;
@@ -343,12 +327,10 @@ public function setRemovedParents($removedParents)
{
$this->removedParents = $removedParents;
}
-
public function getRemovedParents()
{
return $this->removedParents;
}
-
}
class Google_Service_Appsactivity_Parent extends Google_Model
@@ -359,11 +341,11 @@ class Google_Service_Appsactivity_Parent extends Google_Model
public $isRoot;
public $title;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -372,7 +354,6 @@ public function setIsRoot($isRoot)
{
$this->isRoot = $isRoot;
}
-
public function getIsRoot()
{
return $this->isRoot;
@@ -381,12 +362,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Appsactivity_Permission extends Google_Model
@@ -401,11 +380,11 @@ class Google_Service_Appsactivity_Permission extends Google_Model
protected $userDataType = '';
public $withLink;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -414,7 +393,6 @@ public function setPermissionId($permissionId)
{
$this->permissionId = $permissionId;
}
-
public function getPermissionId()
{
return $this->permissionId;
@@ -423,7 +401,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -432,7 +409,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -441,7 +417,6 @@ public function setUser(Google_Service_Appsactivity_User $user)
{
$this->user = $user;
}
-
public function getUser()
{
return $this->user;
@@ -450,12 +425,10 @@ public function setWithLink($withLink)
{
$this->withLink = $withLink;
}
-
public function getWithLink()
{
return $this->withLink;
}
-
}
class Google_Service_Appsactivity_PermissionChange extends Google_Collection
@@ -468,11 +441,11 @@ class Google_Service_Appsactivity_PermissionChange extends Google_Collection
protected $removedPermissionsType = 'Google_Service_Appsactivity_Permission';
protected $removedPermissionsDataType = 'array';
+
public function setAddedPermissions($addedPermissions)
{
$this->addedPermissions = $addedPermissions;
}
-
public function getAddedPermissions()
{
return $this->addedPermissions;
@@ -481,12 +454,10 @@ public function setRemovedPermissions($removedPermissions)
{
$this->removedPermissions = $removedPermissions;
}
-
public function getRemovedPermissions()
{
return $this->removedPermissions;
}
-
}
class Google_Service_Appsactivity_Photo extends Google_Model
@@ -495,16 +466,15 @@ class Google_Service_Appsactivity_Photo extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Appsactivity_Rename extends Google_Model
@@ -514,11 +484,11 @@ class Google_Service_Appsactivity_Rename extends Google_Model
public $newTitle;
public $oldTitle;
+
public function setNewTitle($newTitle)
{
$this->newTitle = $newTitle;
}
-
public function getNewTitle()
{
return $this->newTitle;
@@ -527,12 +497,10 @@ public function setOldTitle($oldTitle)
{
$this->oldTitle = $oldTitle;
}
-
public function getOldTitle()
{
return $this->oldTitle;
}
-
}
class Google_Service_Appsactivity_Target extends Google_Model
@@ -543,11 +511,11 @@ class Google_Service_Appsactivity_Target extends Google_Model
public $mimeType;
public $name;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -556,7 +524,6 @@ public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
-
public function getMimeType()
{
return $this->mimeType;
@@ -565,12 +532,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Appsactivity_User extends Google_Model
@@ -581,11 +546,11 @@ class Google_Service_Appsactivity_User extends Google_Model
protected $photoType = 'Google_Service_Appsactivity_Photo';
protected $photoDataType = '';
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -594,10 +559,8 @@ public function setPhoto(Google_Service_Appsactivity_Photo $photo)
{
$this->photo = $photo;
}
-
public function getPhoto()
{
return $this->photo;
}
-
}
From 12892f26537735d3059e5e68fea93c30e33b5cb9 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google Compute Engine Instance Group Manager API provides groups of homogenous Compute Engine Instances.
- *
* For more information about this service, see the API
@@ -32,11 +32,14 @@
class Google_Service_Replicapool extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** View and manage your Google Compute Engine resources. */
- const COMPUTE = "https://www.googleapis.com/auth/compute";
+ const COMPUTE =
+ "https://www.googleapis.com/auth/compute";
/** View your Google Compute Engine resources. */
- const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly";
+ const COMPUTE_READONLY =
+ "https://www.googleapis.com/auth/compute.readonly";
public $instanceGroupManagers;
public $zoneOperations;
@@ -353,12 +356,10 @@ class Google_Service_Replicapool_InstanceGroupManagers_Resource extends Google_S
* target pools of which they were members, without deleting the instances.
* (instanceGroupManagers.abandonInstances)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param string $instanceGroupManager
- * The name of the instance group manager.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param string $instanceGroupManager The name of the instance group manager.
* @param Google_InstanceGroupManagersAbandonInstancesRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
@@ -369,18 +370,18 @@ public function abandonInstances($project, $zone, $instanceGroupManager, Google_
$params = array_merge($params, $optParams);
return $this->call('abandonInstances', array($params), "Google_Service_Replicapool_Operation");
}
+
/**
* Deletes the instance group manager and all instances contained within. If
* you'd like to delete the manager without deleting the instances, you must
* first abandon the instances to remove them from the group.
* (instanceGroupManagers.delete)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param string $instanceGroupManager
- * Name of the Instance Group Manager resource to delete.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param string $instanceGroupManager Name of the Instance Group Manager
+ * resource to delete.
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
*/
@@ -390,18 +391,17 @@ public function delete($project, $zone, $instanceGroupManager, $optParams = arra
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Replicapool_Operation");
}
+
/**
* Deletes the specified instances. The instances are removed from the instance
* group and any target pools of which they are a member, then deleted. The
* targetSize of the instance group manager is reduced by the number of
* instances deleted. (instanceGroupManagers.deleteInstances)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param string $instanceGroupManager
- * The name of the instance group manager.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param string $instanceGroupManager The name of the instance group manager.
* @param Google_InstanceGroupManagersDeleteInstancesRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
@@ -412,16 +412,15 @@ public function deleteInstances($project, $zone, $instanceGroupManager, Google_S
$params = array_merge($params, $optParams);
return $this->call('deleteInstances', array($params), "Google_Service_Replicapool_Operation");
}
+
/**
* Returns the specified Instance Group Manager resource.
* (instanceGroupManagers.get)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param string $instanceGroupManager
- * Name of the instance resource to return.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param string $instanceGroupManager Name of the instance resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_InstanceGroupManager
*/
@@ -431,16 +430,15 @@ public function get($project, $zone, $instanceGroupManager, $optParams = array()
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Replicapool_InstanceGroupManager");
}
+
/**
* Creates an instance group manager, as well as the instance group and the
* specified number of instances. (instanceGroupManagers.insert)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param int $size
- * Number of instances that should exist.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param int $size Number of instances that should exist.
* @param Google_InstanceGroupManager $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
@@ -451,24 +449,22 @@ public function insert($project, $zone, $size, Google_Service_Replicapool_Instan
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Replicapool_Operation");
}
+
/**
* Retrieves the list of Instance Group Manager resources contained within the
* specified zone. (instanceGroupManagers.listInstanceGroupManagers)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Replicapool_InstanceGroupManagerList
*/
public function listInstanceGroupManagers($project, $zone, $optParams = array())
@@ -477,17 +473,16 @@ public function listInstanceGroupManagers($project, $zone, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Replicapool_InstanceGroupManagerList");
}
+
/**
* Recreates the specified instances. The instances are deleted, then recreated
* using the instance group manager's current instance template.
* (instanceGroupManagers.recreateInstances)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param string $instanceGroupManager
- * The name of the instance group manager.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param string $instanceGroupManager The name of the instance group manager.
* @param Google_InstanceGroupManagersRecreateInstancesRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
@@ -498,20 +493,19 @@ public function recreateInstances($project, $zone, $instanceGroupManager, Google
$params = array_merge($params, $optParams);
return $this->call('recreateInstances', array($params), "Google_Service_Replicapool_Operation");
}
+
/**
* Resizes the managed instance group up or down. If resized up, new instances
* are created using the current instance template. If resized down, instances
* are removed in the order outlined in Resizing a managed instance group.
* (instanceGroupManagers.resize)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param string $instanceGroupManager
- * The name of the instance group manager.
- * @param int $size
- * Number of instances that should exist in this Instance Group Manager.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param string $instanceGroupManager The name of the instance group manager.
+ * @param int $size Number of instances that should exist in this Instance Group
+ * Manager.
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
*/
@@ -521,17 +515,16 @@ public function resize($project, $zone, $instanceGroupManager, $size, $optParams
$params = array_merge($params, $optParams);
return $this->call('resize', array($params), "Google_Service_Replicapool_Operation");
}
+
/**
* Sets the instance template to use when creating new instances in this group.
* Existing instances are not affected.
* (instanceGroupManagers.setInstanceTemplate)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param string $instanceGroupManager
- * The name of the instance group manager.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param string $instanceGroupManager The name of the instance group manager.
* @param Google_InstanceGroupManagersSetInstanceTemplateRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
@@ -542,17 +535,16 @@ public function setInstanceTemplate($project, $zone, $instanceGroupManager, Goog
$params = array_merge($params, $optParams);
return $this->call('setInstanceTemplate', array($params), "Google_Service_Replicapool_Operation");
}
+
/**
* Modifies the target pools to which all new instances in this group are
* assigned. Existing instances in the group are not affected.
* (instanceGroupManagers.setTargetPools)
*
- * @param string $project
- * The Google Developers Console project name.
- * @param string $zone
- * The name of the zone in which the instance group manager resides.
- * @param string $instanceGroupManager
- * The name of the instance group manager.
+ * @param string $project The Google Developers Console project name.
+ * @param string $zone The name of the zone in which the instance group manager
+ * resides.
+ * @param string $instanceGroupManager The name of the instance group manager.
* @param Google_InstanceGroupManagersSetTargetPoolsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
@@ -580,12 +572,9 @@ class Google_Service_Replicapool_ZoneOperations_Resource extends Google_Service_
* Retrieves the specified zone-specific operation resource.
* (zoneOperations.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $operation
- * Name of the operation resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $operation Name of the operation resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapool_Operation
*/
@@ -595,24 +584,21 @@ public function get($project, $zone, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Replicapool_Operation");
}
+
/**
* Retrieves the list of operation resources contained within the specified
* zone. (zoneOperations.listZoneOperations)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Replicapool_OperationList
*/
public function listZoneOperations($project, $zone, $optParams = array())
@@ -645,11 +631,11 @@ class Google_Service_Replicapool_InstanceGroupManager extends Google_Collection
public $targetPools;
public $targetSize;
+
public function setBaseInstanceName($baseInstanceName)
{
$this->baseInstanceName = $baseInstanceName;
}
-
public function getBaseInstanceName()
{
return $this->baseInstanceName;
@@ -658,7 +644,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -667,7 +652,6 @@ public function setCurrentSize($currentSize)
{
$this->currentSize = $currentSize;
}
-
public function getCurrentSize()
{
return $this->currentSize;
@@ -676,7 +660,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -685,7 +668,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -694,7 +676,6 @@ public function setGroup($group)
{
$this->group = $group;
}
-
public function getGroup()
{
return $this->group;
@@ -703,7 +684,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -712,7 +692,6 @@ public function setInstanceTemplate($instanceTemplate)
{
$this->instanceTemplate = $instanceTemplate;
}
-
public function getInstanceTemplate()
{
return $this->instanceTemplate;
@@ -721,7 +700,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -730,7 +708,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -739,7 +716,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -748,7 +724,6 @@ public function setTargetPools($targetPools)
{
$this->targetPools = $targetPools;
}
-
public function getTargetPools()
{
return $this->targetPools;
@@ -757,12 +732,10 @@ public function setTargetSize($targetSize)
{
$this->targetSize = $targetSize;
}
-
public function getTargetSize()
{
return $this->targetSize;
}
-
}
class Google_Service_Replicapool_InstanceGroupManagerList extends Google_Collection
@@ -777,11 +750,11 @@ class Google_Service_Replicapool_InstanceGroupManagerList extends Google_Collect
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -790,7 +763,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -799,7 +771,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -808,7 +779,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -817,12 +787,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Replicapool_InstanceGroupManagersAbandonInstancesRequest extends Google_Collection
@@ -832,16 +800,15 @@ class Google_Service_Replicapool_InstanceGroupManagersAbandonInstancesRequest ex
);
public $instances;
+
public function setInstances($instances)
{
$this->instances = $instances;
}
-
public function getInstances()
{
return $this->instances;
}
-
}
class Google_Service_Replicapool_InstanceGroupManagersDeleteInstancesRequest extends Google_Collection
@@ -851,16 +818,15 @@ class Google_Service_Replicapool_InstanceGroupManagersDeleteInstancesRequest ext
);
public $instances;
+
public function setInstances($instances)
{
$this->instances = $instances;
}
-
public function getInstances()
{
return $this->instances;
}
-
}
class Google_Service_Replicapool_InstanceGroupManagersRecreateInstancesRequest extends Google_Collection
@@ -870,16 +836,15 @@ class Google_Service_Replicapool_InstanceGroupManagersRecreateInstancesRequest e
);
public $instances;
+
public function setInstances($instances)
{
$this->instances = $instances;
}
-
public function getInstances()
{
return $this->instances;
}
-
}
class Google_Service_Replicapool_InstanceGroupManagersSetInstanceTemplateRequest extends Google_Model
@@ -888,16 +853,15 @@ class Google_Service_Replicapool_InstanceGroupManagersSetInstanceTemplateRequest
);
public $instanceTemplate;
+
public function setInstanceTemplate($instanceTemplate)
{
$this->instanceTemplate = $instanceTemplate;
}
-
public function getInstanceTemplate()
{
return $this->instanceTemplate;
}
-
}
class Google_Service_Replicapool_InstanceGroupManagersSetTargetPoolsRequest extends Google_Collection
@@ -908,11 +872,11 @@ class Google_Service_Replicapool_InstanceGroupManagersSetTargetPoolsRequest exte
public $fingerprint;
public $targetPools;
+
public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -921,12 +885,10 @@ public function setTargetPools($targetPools)
{
$this->targetPools = $targetPools;
}
-
public function getTargetPools()
{
return $this->targetPools;
}
-
}
class Google_Service_Replicapool_Operation extends Google_Collection
@@ -959,11 +921,11 @@ class Google_Service_Replicapool_Operation extends Google_Collection
protected $warningsDataType = 'array';
public $zone;
+
public function setClientOperationId($clientOperationId)
{
$this->clientOperationId = $clientOperationId;
}
-
public function getClientOperationId()
{
return $this->clientOperationId;
@@ -972,7 +934,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -981,7 +942,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -990,7 +950,6 @@ public function setError(Google_Service_Replicapool_OperationError $error)
{
$this->error = $error;
}
-
public function getError()
{
return $this->error;
@@ -999,7 +958,6 @@ public function setHttpErrorMessage($httpErrorMessage)
{
$this->httpErrorMessage = $httpErrorMessage;
}
-
public function getHttpErrorMessage()
{
return $this->httpErrorMessage;
@@ -1008,7 +966,6 @@ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
$this->httpErrorStatusCode = $httpErrorStatusCode;
}
-
public function getHttpErrorStatusCode()
{
return $this->httpErrorStatusCode;
@@ -1017,7 +974,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1026,7 +982,6 @@ public function setInsertTime($insertTime)
{
$this->insertTime = $insertTime;
}
-
public function getInsertTime()
{
return $this->insertTime;
@@ -1035,7 +990,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1044,7 +998,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1053,7 +1006,6 @@ public function setOperationType($operationType)
{
$this->operationType = $operationType;
}
-
public function getOperationType()
{
return $this->operationType;
@@ -1062,7 +1014,6 @@ public function setProgress($progress)
{
$this->progress = $progress;
}
-
public function getProgress()
{
return $this->progress;
@@ -1071,7 +1022,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -1080,7 +1030,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1089,7 +1038,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -1098,7 +1046,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -1107,7 +1054,6 @@ public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
}
-
public function getStatusMessage()
{
return $this->statusMessage;
@@ -1116,7 +1062,6 @@ public function setTargetId($targetId)
{
$this->targetId = $targetId;
}
-
public function getTargetId()
{
return $this->targetId;
@@ -1125,7 +1070,6 @@ public function setTargetLink($targetLink)
{
$this->targetLink = $targetLink;
}
-
public function getTargetLink()
{
return $this->targetLink;
@@ -1134,7 +1078,6 @@ public function setUser($user)
{
$this->user = $user;
}
-
public function getUser()
{
return $this->user;
@@ -1143,7 +1086,6 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
@@ -1152,12 +1094,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Replicapool_OperationError extends Google_Collection
@@ -1168,16 +1108,15 @@ class Google_Service_Replicapool_OperationError extends Google_Collection
protected $errorsType = 'Google_Service_Replicapool_OperationErrorErrors';
protected $errorsDataType = 'array';
+
public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_Replicapool_OperationErrorErrors extends Google_Model
@@ -1188,11 +1127,11 @@ class Google_Service_Replicapool_OperationErrorErrors extends Google_Model
public $location;
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1201,7 +1140,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1210,12 +1148,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Replicapool_OperationList extends Google_Collection
@@ -1230,11 +1166,11 @@ class Google_Service_Replicapool_OperationList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1243,7 +1179,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1252,7 +1187,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1261,7 +1195,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1270,12 +1203,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Replicapool_OperationWarnings extends Google_Collection
@@ -1288,11 +1219,11 @@ class Google_Service_Replicapool_OperationWarnings extends Google_Collection
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1301,7 +1232,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -1310,12 +1240,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Replicapool_OperationWarningsData extends Google_Model
@@ -1325,11 +1253,11 @@ class Google_Service_Replicapool_OperationWarningsData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -1338,10 +1266,8 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
From 10fd51f5460fadc9eda934569d8d770203f57d28 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you access a Google App Engine Pull Task Queue over REST.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Taskqueue extends Google_Service
{
/** Manage your Tasks and Taskqueues. */
- const TASKQUEUE = "https://www.googleapis.com/auth/taskqueue";
+ const TASKQUEUE =
+ "https://www.googleapis.com/auth/taskqueue";
/** Consume Tasks from your Taskqueues. */
- const TASKQUEUE_CONSUMER = "https://www.googleapis.com/auth/taskqueue.consumer";
+ const TASKQUEUE_CONSUMER =
+ "https://www.googleapis.com/auth/taskqueue.consumer";
public $taskqueues;
public $tasks;
@@ -262,14 +263,11 @@ class Google_Service_Taskqueue_Taskqueues_Resource extends Google_Service_Resour
/**
* Get detailed information about a TaskQueue. (taskqueues.get)
*
- * @param string $project
- * The project under which the queue lies.
- * @param string $taskqueue
- * The id of the taskqueue to get the properties of.
+ * @param string $project The project under which the queue lies.
+ * @param string $taskqueue The id of the taskqueue to get the properties of.
* @param array $optParams Optional parameters.
*
- * @opt_param bool getStats
- * Whether to get stats. Optional.
+ * @opt_param bool getStats Whether to get stats. Optional.
* @return Google_Service_Taskqueue_TaskQueue
*/
public function get($project, $taskqueue, $optParams = array())
@@ -294,12 +292,9 @@ class Google_Service_Taskqueue_Tasks_Resource extends Google_Service_Resource
/**
* Delete a task from a TaskQueue. (tasks.delete)
*
- * @param string $project
- * The project under which the queue lies.
- * @param string $taskqueue
- * The taskqueue to delete a task from.
- * @param string $task
- * The id of the task to delete.
+ * @param string $project The project under which the queue lies.
+ * @param string $taskqueue The taskqueue to delete a task from.
+ * @param string $task The id of the task to delete.
* @param array $optParams Optional parameters.
*/
public function delete($project, $taskqueue, $task, $optParams = array())
@@ -308,15 +303,13 @@ public function delete($project, $taskqueue, $task, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Get a particular task from a TaskQueue. (tasks.get)
*
- * @param string $project
- * The project under which the queue lies.
- * @param string $taskqueue
- * The taskqueue in which the task belongs.
- * @param string $task
- * The task to get properties of.
+ * @param string $project The project under which the queue lies.
+ * @param string $taskqueue The taskqueue in which the task belongs.
+ * @param string $task The task to get properties of.
* @param array $optParams Optional parameters.
* @return Google_Service_Taskqueue_Task
*/
@@ -326,13 +319,12 @@ public function get($project, $taskqueue, $task, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Taskqueue_Task");
}
+
/**
* Insert a new task in a TaskQueue (tasks.insert)
*
- * @param string $project
- * The project under which the queue lies
- * @param string $taskqueue
- * The taskqueue to insert the task into
+ * @param string $project The project under which the queue lies
+ * @param string $taskqueue The taskqueue to insert the task into
* @param Google_Task $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Taskqueue_Task
@@ -343,25 +335,22 @@ public function insert($project, $taskqueue, Google_Service_Taskqueue_Task $post
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Taskqueue_Task");
}
+
/**
* Lease 1 or more tasks from a TaskQueue. (tasks.lease)
*
- * @param string $project
- * The project under which the queue lies.
- * @param string $taskqueue
- * The taskqueue to lease a task from.
- * @param int $numTasks
- * The number of tasks to lease.
- * @param int $leaseSecs
- * The lease in seconds.
+ * @param string $project The project under which the queue lies.
+ * @param string $taskqueue The taskqueue to lease a task from.
+ * @param int $numTasks The number of tasks to lease.
+ * @param int $leaseSecs The lease in seconds.
* @param array $optParams Optional parameters.
*
- * @opt_param bool groupByTag
- * When true, all returned tasks will have the same tag
- * @opt_param string tag
- * The tag allowed for tasks in the response. Must only be specified if group_by_tag is true. If
- * group_by_tag is true and tag is not specified the tag will be that of the oldest task by eta,
- * i.e. the first available tag
+ * @opt_param bool groupByTag When true, all returned tasks will have the same
+ * tag
+ * @opt_param string tag The tag allowed for tasks in the response. Must only be
+ * specified if group_by_tag is true. If group_by_tag is true and tag is not
+ * specified the tag will be that of the oldest task by eta, i.e. the first
+ * available tag
* @return Google_Service_Taskqueue_Tasks
*/
public function lease($project, $taskqueue, $numTasks, $leaseSecs, $optParams = array())
@@ -370,13 +359,12 @@ public function lease($project, $taskqueue, $numTasks, $leaseSecs, $optParams =
$params = array_merge($params, $optParams);
return $this->call('lease', array($params), "Google_Service_Taskqueue_Tasks");
}
+
/**
* List Tasks in a TaskQueue (tasks.listTasks)
*
- * @param string $project
- * The project under which the queue lies.
- * @param string $taskqueue
- * The id of the taskqueue to list tasks from.
+ * @param string $project The project under which the queue lies.
+ * @param string $taskqueue The id of the taskqueue to list tasks from.
* @param array $optParams Optional parameters.
* @return Google_Service_Taskqueue_Tasks2
*/
@@ -386,18 +374,15 @@ public function listTasks($project, $taskqueue, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Taskqueue_Tasks2");
}
+
/**
* Update tasks that are leased out of a TaskQueue. This method supports patch
* semantics. (tasks.patch)
*
- * @param string $project
- * The project under which the queue lies.
+ * @param string $project The project under which the queue lies.
* @param string $taskqueue
- *
* @param string $task
- *
- * @param int $newLeaseSeconds
- * The new lease in seconds.
+ * @param int $newLeaseSeconds The new lease in seconds.
* @param Google_Task $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Taskqueue_Task
@@ -408,17 +393,14 @@ public function patch($project, $taskqueue, $task, $newLeaseSeconds, Google_Serv
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Taskqueue_Task");
}
+
/**
* Update tasks that are leased out of a TaskQueue. (tasks.update)
*
- * @param string $project
- * The project under which the queue lies.
+ * @param string $project The project under which the queue lies.
* @param string $taskqueue
- *
* @param string $task
- *
- * @param int $newLeaseSeconds
- * The new lease in seconds.
+ * @param int $newLeaseSeconds The new lease in seconds.
* @param Google_Task $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Taskqueue_Task
@@ -448,11 +430,11 @@ class Google_Service_Taskqueue_Task extends Google_Model
public $retryCount;
public $tag;
+
public function setEnqueueTimestamp($enqueueTimestamp)
{
$this->enqueueTimestamp = $enqueueTimestamp;
}
-
public function getEnqueueTimestamp()
{
return $this->enqueueTimestamp;
@@ -461,7 +443,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -470,7 +451,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -479,7 +459,6 @@ public function setLeaseTimestamp($leaseTimestamp)
{
$this->leaseTimestamp = $leaseTimestamp;
}
-
public function getLeaseTimestamp()
{
return $this->leaseTimestamp;
@@ -488,7 +467,6 @@ public function setPayloadBase64($payloadBase64)
{
$this->payloadBase64 = $payloadBase64;
}
-
public function getPayloadBase64()
{
return $this->payloadBase64;
@@ -497,7 +475,6 @@ public function setQueueName($queueName)
{
$this->queueName = $queueName;
}
-
public function getQueueName()
{
return $this->queueName;
@@ -506,7 +483,6 @@ public function setRetryCount($retryCount)
{
$this->retryCount = $retryCount;
}
-
public function getRetryCount()
{
return $this->retryCount;
@@ -515,12 +491,10 @@ public function setTag($tag)
{
$this->tag = $tag;
}
-
public function getTag()
{
return $this->tag;
}
-
}
class Google_Service_Taskqueue_TaskQueue extends Google_Model
@@ -535,11 +509,11 @@ class Google_Service_Taskqueue_TaskQueue extends Google_Model
protected $statsType = 'Google_Service_Taskqueue_TaskQueueStats';
protected $statsDataType = '';
+
public function setAcl(Google_Service_Taskqueue_TaskQueueAcl $acl)
{
$this->acl = $acl;
}
-
public function getAcl()
{
return $this->acl;
@@ -548,7 +522,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -557,7 +530,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -566,7 +538,6 @@ public function setMaxLeases($maxLeases)
{
$this->maxLeases = $maxLeases;
}
-
public function getMaxLeases()
{
return $this->maxLeases;
@@ -575,12 +546,10 @@ public function setStats(Google_Service_Taskqueue_TaskQueueStats $stats)
{
$this->stats = $stats;
}
-
public function getStats()
{
return $this->stats;
}
-
}
class Google_Service_Taskqueue_TaskQueueAcl extends Google_Collection
@@ -592,11 +561,11 @@ class Google_Service_Taskqueue_TaskQueueAcl extends Google_Collection
public $consumerEmails;
public $producerEmails;
+
public function setAdminEmails($adminEmails)
{
$this->adminEmails = $adminEmails;
}
-
public function getAdminEmails()
{
return $this->adminEmails;
@@ -605,7 +574,6 @@ public function setConsumerEmails($consumerEmails)
{
$this->consumerEmails = $consumerEmails;
}
-
public function getConsumerEmails()
{
return $this->consumerEmails;
@@ -614,12 +582,10 @@ public function setProducerEmails($producerEmails)
{
$this->producerEmails = $producerEmails;
}
-
public function getProducerEmails()
{
return $this->producerEmails;
}
-
}
class Google_Service_Taskqueue_TaskQueueStats extends Google_Model
@@ -631,11 +597,11 @@ class Google_Service_Taskqueue_TaskQueueStats extends Google_Model
public $oldestTask;
public $totalTasks;
+
public function setLeasedLastHour($leasedLastHour)
{
$this->leasedLastHour = $leasedLastHour;
}
-
public function getLeasedLastHour()
{
return $this->leasedLastHour;
@@ -644,7 +610,6 @@ public function setLeasedLastMinute($leasedLastMinute)
{
$this->leasedLastMinute = $leasedLastMinute;
}
-
public function getLeasedLastMinute()
{
return $this->leasedLastMinute;
@@ -653,7 +618,6 @@ public function setOldestTask($oldestTask)
{
$this->oldestTask = $oldestTask;
}
-
public function getOldestTask()
{
return $this->oldestTask;
@@ -662,12 +626,10 @@ public function setTotalTasks($totalTasks)
{
$this->totalTasks = $totalTasks;
}
-
public function getTotalTasks()
{
return $this->totalTasks;
}
-
}
class Google_Service_Taskqueue_Tasks extends Google_Collection
@@ -679,11 +641,11 @@ class Google_Service_Taskqueue_Tasks extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -692,12 +654,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Taskqueue_Tasks2 extends Google_Collection
@@ -709,11 +669,11 @@ class Google_Service_Taskqueue_Tasks2 extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -722,10 +682,8 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
From 4d384b11b6587415d8ca75320d6b42b15d0ba338 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Find Freebase entities using textual queries and other constraints.
- *
* For more information about this service, see the API
@@ -200,19 +199,14 @@ public function __construct(Google_Client $client)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string lang
- * Languages for names and values. First language is used for display. Default is 'en'.
- * @opt_param float confidence
- * Required confidence for a candidate to match. Must be between .5 and 1.0
- * @opt_param string name
- * Name of entity.
- * @opt_param string kind
- * Classifications of entity e.g. type, category, title.
- * @opt_param string prop
- * Property values for entity formatted as
- :
- * @opt_param int limit
- * Maximum number of candidates to return.
+ * @opt_param string lang Languages for names and values. First language is used
+ * for display. Default is 'en'.
+ * @opt_param float confidence Required confidence for a candidate to match.
+ * Must be between .5 and 1.0
+ * @opt_param string name Name of entity.
+ * @opt_param string kind Classifications of entity e.g. type, category, title.
+ * @opt_param string prop Property values for entity formatted as :
+ * @opt_param int limit Maximum number of candidates to return.
* @return Google_Service_Freebase_ReconcileGet
*/
public function reconcile($optParams = array())
@@ -226,52 +220,34 @@ public function reconcile($optParams = array())
*
* @param array $optParams Optional parameters.
*
- * @opt_param string domain
- * Restrict to topics with this Freebase domain id.
- * @opt_param string help
- * The keyword to request help on.
- * @opt_param string query
- * Query term to search for.
- * @opt_param string scoring
- * Relevance scoring algorithm to use.
- * @opt_param int cursor
- * The cursor value to use for the next page of results.
- * @opt_param bool prefixed
- * Prefix match against names and aliases.
- * @opt_param bool exact
- * Query on exact name and keys only.
- * @opt_param string mid
- * A mid to use instead of a query.
- * @opt_param string encode
- * The encoding of the response. You can use this parameter to enable html encoding.
- * @opt_param string type
- * Restrict to topics with this Freebase type id.
- * @opt_param string as_of_time
- * A mql as_of_time value to use with mql_output queries.
- * @opt_param bool stemmed
- * Query on stemmed names and aliases. May not be used with prefixed.
- * @opt_param string format
- * Structural format of the json response.
- * @opt_param string spell
- * Request 'did you mean' suggestions
- * @opt_param string with
- * A rule to match against.
- * @opt_param string lang
- * The code of the language to run the query with. Default is 'en'.
- * @opt_param bool indent
- * Whether to indent the json results or not.
- * @opt_param string filter
- * A filter to apply to the query.
- * @opt_param string callback
- * JS method name for JSONP callbacks.
- * @opt_param string without
- * A rule to not match against.
- * @opt_param int limit
- * Maximum number of results to return.
- * @opt_param string output
- * An output expression to request data from matches.
- * @opt_param string mql_output
- * The MQL query to run againist the results to extract more data.
+ * @opt_param string domain Restrict to topics with this Freebase domain id.
+ * @opt_param string help The keyword to request help on.
+ * @opt_param string query Query term to search for.
+ * @opt_param string scoring Relevance scoring algorithm to use.
+ * @opt_param int cursor The cursor value to use for the next page of results.
+ * @opt_param bool prefixed Prefix match against names and aliases.
+ * @opt_param bool exact Query on exact name and keys only.
+ * @opt_param string mid A mid to use instead of a query.
+ * @opt_param string encode The encoding of the response. You can use this
+ * parameter to enable html encoding.
+ * @opt_param string type Restrict to topics with this Freebase type id.
+ * @opt_param string as_of_time A mql as_of_time value to use with mql_output
+ * queries.
+ * @opt_param bool stemmed Query on stemmed names and aliases. May not be used
+ * with prefixed.
+ * @opt_param string format Structural format of the json response.
+ * @opt_param string spell Request 'did you mean' suggestions
+ * @opt_param string with A rule to match against.
+ * @opt_param string lang The code of the language to run the query with.
+ * Default is 'en'.
+ * @opt_param bool indent Whether to indent the json results or not.
+ * @opt_param string filter A filter to apply to the query.
+ * @opt_param string callback JS method name for JSONP callbacks.
+ * @opt_param string without A rule to not match against.
+ * @opt_param int limit Maximum number of results to return.
+ * @opt_param string output An output expression to request data from matches.
+ * @opt_param string mql_output The MQL query to run againist the results to
+ * extract more data.
*/
public function search($optParams = array())
{
@@ -296,11 +272,11 @@ class Google_Service_Freebase_ReconcileCandidate extends Google_Model
protected $notableType = 'Google_Service_Freebase_ReconcileCandidateNotable';
protected $notableDataType = '';
+
public function setConfidence($confidence)
{
$this->confidence = $confidence;
}
-
public function getConfidence()
{
return $this->confidence;
@@ -309,7 +285,6 @@ public function setLang($lang)
{
$this->lang = $lang;
}
-
public function getLang()
{
return $this->lang;
@@ -318,7 +293,6 @@ public function setMid($mid)
{
$this->mid = $mid;
}
-
public function getMid()
{
return $this->mid;
@@ -327,7 +301,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -336,12 +309,10 @@ public function setNotable(Google_Service_Freebase_ReconcileCandidateNotable $no
{
$this->notable = $notable;
}
-
public function getNotable()
{
return $this->notable;
}
-
}
class Google_Service_Freebase_ReconcileCandidateNotable extends Google_Model
@@ -351,11 +322,11 @@ class Google_Service_Freebase_ReconcileCandidateNotable extends Google_Model
public $id;
public $name;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -364,12 +335,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Freebase_ReconcileGet extends Google_Collection
@@ -386,11 +355,11 @@ class Google_Service_Freebase_ReconcileGet extends Google_Collection
protected $warningType = 'Google_Service_Freebase_ReconcileGetWarning';
protected $warningDataType = 'array';
+
public function setCandidate($candidate)
{
$this->candidate = $candidate;
}
-
public function getCandidate()
{
return $this->candidate;
@@ -399,7 +368,6 @@ public function setCosts(Google_Service_Freebase_ReconcileGetCosts $costs)
{
$this->costs = $costs;
}
-
public function getCosts()
{
return $this->costs;
@@ -408,7 +376,6 @@ public function setMatch(Google_Service_Freebase_ReconcileCandidate $match)
{
$this->match = $match;
}
-
public function getMatch()
{
return $this->match;
@@ -417,12 +384,10 @@ public function setWarning($warning)
{
$this->warning = $warning;
}
-
public function getWarning()
{
return $this->warning;
}
-
}
class Google_Service_Freebase_ReconcileGetCosts extends Google_Model
@@ -432,11 +397,11 @@ class Google_Service_Freebase_ReconcileGetCosts extends Google_Model
public $hits;
public $ms;
+
public function setHits($hits)
{
$this->hits = $hits;
}
-
public function getHits()
{
return $this->hits;
@@ -445,12 +410,10 @@ public function setMs($ms)
{
$this->ms = $ms;
}
-
public function getMs()
{
return $this->ms;
}
-
}
class Google_Service_Freebase_ReconcileGetWarning extends Google_Model
@@ -461,11 +424,11 @@ class Google_Service_Freebase_ReconcileGetWarning extends Google_Model
public $message;
public $reason;
+
public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -474,7 +437,6 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -483,10 +445,8 @@ public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
}
-
}
From 5fdc5c56df52abc3ef1da1df63e9c9474cd40c2f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for viewing and managing your reports in DoubleClick Bid Manager.
- *
* For more information about this service, see the API
@@ -165,6 +164,7 @@ public function downloadlineitems(Google_Service_DoubleClickBidManager_DownloadL
$params = array_merge($params, $optParams);
return $this->call('downloadlineitems', array($params), "Google_Service_DoubleClickBidManager_DownloadLineItemsResponse");
}
+
/**
* Uploads line items in CSV format. (lineitems.uploadlineitems)
*
@@ -204,12 +204,12 @@ public function createquery(Google_Service_DoubleClickBidManager_Query $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 string $queryId Query ID to delete.
* @param array $optParams Optional parameters.
*/
public function deletequery($queryId, $optParams = array())
@@ -218,11 +218,11 @@ public function deletequery($queryId, $optParams = array())
$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 string $queryId Query ID to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_DoubleClickBidManager_Query
*/
@@ -232,6 +232,7 @@ public function getquery($queryId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getquery', array($params), "Google_Service_DoubleClickBidManager_Query");
}
+
/**
* Retrieves stored queries. (queries.listqueries)
*
@@ -244,11 +245,11 @@ public function listqueries($optParams = 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 string $queryId Query ID to run.
* @param Google_RunQueryRequest $postBody
* @param array $optParams Optional parameters.
*/
@@ -274,8 +275,7 @@ class Google_Service_DoubleClickBidManager_Reports_Resource extends Google_Servi
/**
* Retrieves stored reports. (reports.listreports)
*
- * @param string $queryId
- * Query ID with which the reports are associated.
+ * @param string $queryId Query ID with which the reports are associated.
* @param array $optParams Optional parameters.
* @return Google_Service_DoubleClickBidManager_ListReportsResponse
*/
@@ -299,11 +299,11 @@ class Google_Service_DoubleClickBidManager_DownloadLineItemsRequest extends Goog
public $filterType;
public $format;
+
public function setFilterIds($filterIds)
{
$this->filterIds = $filterIds;
}
-
public function getFilterIds()
{
return $this->filterIds;
@@ -312,7 +312,6 @@ public function setFilterType($filterType)
{
$this->filterType = $filterType;
}
-
public function getFilterType()
{
return $this->filterType;
@@ -321,12 +320,10 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
}
-
}
class Google_Service_DoubleClickBidManager_DownloadLineItemsResponse extends Google_Model
@@ -335,16 +332,15 @@ class Google_Service_DoubleClickBidManager_DownloadLineItemsResponse extends Goo
);
public $lineItems;
+
public function setLineItems($lineItems)
{
$this->lineItems = $lineItems;
}
-
public function getLineItems()
{
return $this->lineItems;
}
-
}
class Google_Service_DoubleClickBidManager_FilterPair extends Google_Model
@@ -354,11 +350,11 @@ 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;
@@ -367,12 +363,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_DoubleClickBidManager_ListQueriesResponse extends Google_Collection
@@ -384,11 +378,11 @@ class Google_Service_DoubleClickBidManager_ListQueriesResponse extends Google_Co
protected $queriesType = 'Google_Service_DoubleClickBidManager_Query';
protected $queriesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -397,12 +391,10 @@ public function setQueries($queries)
{
$this->queries = $queries;
}
-
public function getQueries()
{
return $this->queries;
}
-
}
class Google_Service_DoubleClickBidManager_ListReportsResponse extends Google_Collection
@@ -414,11 +406,11 @@ class Google_Service_DoubleClickBidManager_ListReportsResponse extends Google_Co
protected $reportsType = 'Google_Service_DoubleClickBidManager_Report';
protected $reportsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -427,12 +419,10 @@ public function setReports($reports)
{
$this->reports = $reports;
}
-
public function getReports()
{
return $this->reports;
}
-
}
class Google_Service_DoubleClickBidManager_Parameters extends Google_Collection
@@ -447,11 +437,11 @@ class Google_Service_DoubleClickBidManager_Parameters extends Google_Collection
public $metrics;
public $type;
+
public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -460,7 +450,6 @@ public function setGroupBys($groupBys)
{
$this->groupBys = $groupBys;
}
-
public function getGroupBys()
{
return $this->groupBys;
@@ -469,7 +458,6 @@ public function setIncludeInviteData($includeInviteData)
{
$this->includeInviteData = $includeInviteData;
}
-
public function getIncludeInviteData()
{
return $this->includeInviteData;
@@ -478,7 +466,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -487,12 +474,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_DoubleClickBidManager_Query extends Google_Model
@@ -511,11 +496,11 @@ class Google_Service_DoubleClickBidManager_Query extends Google_Model
protected $scheduleDataType = '';
public $timezoneCode;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -524,7 +509,6 @@ public function setMetadata(Google_Service_DoubleClickBidManager_QueryMetadata $
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -533,7 +517,6 @@ public function setParams(Google_Service_DoubleClickBidManager_Parameters $param
{
$this->params = $params;
}
-
public function getParams()
{
return $this->params;
@@ -542,7 +525,6 @@ public function setQueryId($queryId)
{
$this->queryId = $queryId;
}
-
public function getQueryId()
{
return $this->queryId;
@@ -551,7 +533,6 @@ public function setReportDataEndTimeMs($reportDataEndTimeMs)
{
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
}
-
public function getReportDataEndTimeMs()
{
return $this->reportDataEndTimeMs;
@@ -560,7 +541,6 @@ public function setReportDataStartTimeMs($reportDataStartTimeMs)
{
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
}
-
public function getReportDataStartTimeMs()
{
return $this->reportDataStartTimeMs;
@@ -569,7 +549,6 @@ public function setSchedule(Google_Service_DoubleClickBidManager_QuerySchedule $
{
$this->schedule = $schedule;
}
-
public function getSchedule()
{
return $this->schedule;
@@ -578,12 +557,10 @@ public function setTimezoneCode($timezoneCode)
{
$this->timezoneCode = $timezoneCode;
}
-
public function getTimezoneCode()
{
return $this->timezoneCode;
}
-
}
class Google_Service_DoubleClickBidManager_QueryMetadata extends Google_Collection
@@ -602,11 +579,11 @@ class Google_Service_DoubleClickBidManager_QueryMetadata extends Google_Collecti
public $shareEmailAddress;
public $title;
+
public function setDataRange($dataRange)
{
$this->dataRange = $dataRange;
}
-
public function getDataRange()
{
return $this->dataRange;
@@ -615,7 +592,6 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -624,7 +600,6 @@ public function setGoogleCloudStoragePathForLatestReport($googleCloudStoragePath
{
$this->googleCloudStoragePathForLatestReport = $googleCloudStoragePathForLatestReport;
}
-
public function getGoogleCloudStoragePathForLatestReport()
{
return $this->googleCloudStoragePathForLatestReport;
@@ -633,7 +608,6 @@ public function setGoogleDrivePathForLatestReport($googleDrivePathForLatestRepor
{
$this->googleDrivePathForLatestReport = $googleDrivePathForLatestReport;
}
-
public function getGoogleDrivePathForLatestReport()
{
return $this->googleDrivePathForLatestReport;
@@ -642,7 +616,6 @@ public function setLatestReportRunTimeMs($latestReportRunTimeMs)
{
$this->latestReportRunTimeMs = $latestReportRunTimeMs;
}
-
public function getLatestReportRunTimeMs()
{
return $this->latestReportRunTimeMs;
@@ -651,7 +624,6 @@ public function setReportCount($reportCount)
{
$this->reportCount = $reportCount;
}
-
public function getReportCount()
{
return $this->reportCount;
@@ -660,7 +632,6 @@ public function setRunning($running)
{
$this->running = $running;
}
-
public function getRunning()
{
return $this->running;
@@ -669,7 +640,6 @@ public function setSendNotification($sendNotification)
{
$this->sendNotification = $sendNotification;
}
-
public function getSendNotification()
{
return $this->sendNotification;
@@ -678,7 +648,6 @@ public function setShareEmailAddress($shareEmailAddress)
{
$this->shareEmailAddress = $shareEmailAddress;
}
-
public function getShareEmailAddress()
{
return $this->shareEmailAddress;
@@ -687,12 +656,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_DoubleClickBidManager_QuerySchedule extends Google_Model
@@ -704,11 +671,11 @@ class Google_Service_DoubleClickBidManager_QuerySchedule extends Google_Model
public $nextRunMinuteOfDay;
public $nextRunTimezoneCode;
+
public function setEndTimeMs($endTimeMs)
{
$this->endTimeMs = $endTimeMs;
}
-
public function getEndTimeMs()
{
return $this->endTimeMs;
@@ -717,7 +684,6 @@ public function setFrequency($frequency)
{
$this->frequency = $frequency;
}
-
public function getFrequency()
{
return $this->frequency;
@@ -726,7 +692,6 @@ public function setNextRunMinuteOfDay($nextRunMinuteOfDay)
{
$this->nextRunMinuteOfDay = $nextRunMinuteOfDay;
}
-
public function getNextRunMinuteOfDay()
{
return $this->nextRunMinuteOfDay;
@@ -735,12 +700,10 @@ public function setNextRunTimezoneCode($nextRunTimezoneCode)
{
$this->nextRunTimezoneCode = $nextRunTimezoneCode;
}
-
public function getNextRunTimezoneCode()
{
return $this->nextRunTimezoneCode;
}
-
}
class Google_Service_DoubleClickBidManager_Report extends Google_Model
@@ -754,11 +717,11 @@ class Google_Service_DoubleClickBidManager_Report extends Google_Model
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;
@@ -767,7 +730,6 @@ public function setMetadata(Google_Service_DoubleClickBidManager_ReportMetadata
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -776,12 +738,10 @@ public function setParams(Google_Service_DoubleClickBidManager_Parameters $param
{
$this->params = $params;
}
-
public function getParams()
{
return $this->params;
}
-
}
class Google_Service_DoubleClickBidManager_ReportFailure extends Google_Model
@@ -790,16 +750,15 @@ class Google_Service_DoubleClickBidManager_ReportFailure extends Google_Model
);
public $errorCode;
+
public function setErrorCode($errorCode)
{
$this->errorCode = $errorCode;
}
-
public function getErrorCode()
{
return $this->errorCode;
}
-
}
class Google_Service_DoubleClickBidManager_ReportKey extends Google_Model
@@ -809,11 +768,11 @@ 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;
@@ -822,12 +781,10 @@ public function setReportId($reportId)
{
$this->reportId = $reportId;
}
-
public function getReportId()
{
return $this->reportId;
}
-
}
class Google_Service_DoubleClickBidManager_ReportMetadata extends Google_Model
@@ -840,11 +797,11 @@ class Google_Service_DoubleClickBidManager_ReportMetadata extends Google_Model
protected $statusType = 'Google_Service_DoubleClickBidManager_ReportStatus';
protected $statusDataType = '';
+
public function setGoogleCloudStoragePath($googleCloudStoragePath)
{
$this->googleCloudStoragePath = $googleCloudStoragePath;
}
-
public function getGoogleCloudStoragePath()
{
return $this->googleCloudStoragePath;
@@ -853,7 +810,6 @@ public function setReportDataEndTimeMs($reportDataEndTimeMs)
{
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
}
-
public function getReportDataEndTimeMs()
{
return $this->reportDataEndTimeMs;
@@ -862,7 +818,6 @@ public function setReportDataStartTimeMs($reportDataStartTimeMs)
{
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
}
-
public function getReportDataStartTimeMs()
{
return $this->reportDataStartTimeMs;
@@ -871,12 +826,10 @@ public function setStatus(Google_Service_DoubleClickBidManager_ReportStatus $sta
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_DoubleClickBidManager_ReportStatus extends Google_Model
@@ -889,11 +842,11 @@ class Google_Service_DoubleClickBidManager_ReportStatus extends Google_Model
public $format;
public $state;
+
public function setFailure(Google_Service_DoubleClickBidManager_ReportFailure $failure)
{
$this->failure = $failure;
}
-
public function getFailure()
{
return $this->failure;
@@ -902,7 +855,6 @@ public function setFinishTimeMs($finishTimeMs)
{
$this->finishTimeMs = $finishTimeMs;
}
-
public function getFinishTimeMs()
{
return $this->finishTimeMs;
@@ -911,7 +863,6 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -920,12 +871,10 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_DoubleClickBidManager_RowStatus extends Google_Collection
@@ -940,11 +889,11 @@ class Google_Service_DoubleClickBidManager_RowStatus extends Google_Collection
public $persisted;
public $rowNumber;
+
public function setChanged($changed)
{
$this->changed = $changed;
}
-
public function getChanged()
{
return $this->changed;
@@ -953,7 +902,6 @@ public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
-
public function getEntityId()
{
return $this->entityId;
@@ -962,7 +910,6 @@ public function setEntityName($entityName)
{
$this->entityName = $entityName;
}
-
public function getEntityName()
{
return $this->entityName;
@@ -971,7 +918,6 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -980,7 +926,6 @@ public function setPersisted($persisted)
{
$this->persisted = $persisted;
}
-
public function getPersisted()
{
return $this->persisted;
@@ -989,12 +934,10 @@ public function setRowNumber($rowNumber)
{
$this->rowNumber = $rowNumber;
}
-
public function getRowNumber()
{
return $this->rowNumber;
}
-
}
class Google_Service_DoubleClickBidManager_RunQueryRequest extends Google_Model
@@ -1006,11 +949,11 @@ class Google_Service_DoubleClickBidManager_RunQueryRequest extends Google_Model
public $reportDataStartTimeMs;
public $timezoneCode;
+
public function setDataRange($dataRange)
{
$this->dataRange = $dataRange;
}
-
public function getDataRange()
{
return $this->dataRange;
@@ -1019,7 +962,6 @@ public function setReportDataEndTimeMs($reportDataEndTimeMs)
{
$this->reportDataEndTimeMs = $reportDataEndTimeMs;
}
-
public function getReportDataEndTimeMs()
{
return $this->reportDataEndTimeMs;
@@ -1028,7 +970,6 @@ public function setReportDataStartTimeMs($reportDataStartTimeMs)
{
$this->reportDataStartTimeMs = $reportDataStartTimeMs;
}
-
public function getReportDataStartTimeMs()
{
return $this->reportDataStartTimeMs;
@@ -1037,12 +978,10 @@ public function setTimezoneCode($timezoneCode)
{
$this->timezoneCode = $timezoneCode;
}
-
public function getTimezoneCode()
{
return $this->timezoneCode;
}
-
}
class Google_Service_DoubleClickBidManager_UploadLineItemsRequest extends Google_Model
@@ -1053,11 +992,11 @@ class Google_Service_DoubleClickBidManager_UploadLineItemsRequest extends Google
public $format;
public $lineItems;
+
public function setDryRun($dryRun)
{
$this->dryRun = $dryRun;
}
-
public function getDryRun()
{
return $this->dryRun;
@@ -1066,7 +1005,6 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -1075,12 +1013,10 @@ public function setLineItems($lineItems)
{
$this->lineItems = $lineItems;
}
-
public function getLineItems()
{
return $this->lineItems;
}
-
}
class Google_Service_DoubleClickBidManager_UploadLineItemsResponse extends Google_Model
@@ -1090,16 +1026,15 @@ class Google_Service_DoubleClickBidManager_UploadLineItemsResponse extends Googl
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;
}
-
}
class Google_Service_DoubleClickBidManager_UploadStatus extends Google_Collection
@@ -1111,11 +1046,11 @@ class Google_Service_DoubleClickBidManager_UploadStatus extends Google_Collectio
protected $rowStatusType = 'Google_Service_DoubleClickBidManager_RowStatus';
protected $rowStatusDataType = 'array';
+
public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -1124,10 +1059,8 @@ public function setRowStatus($rowStatus)
{
$this->rowStatus = $rowStatus;
}
-
public function getRowStatus()
{
return $this->rowStatus;
}
-
}
From d495aa5b42f2182fcc2c51442f488edb90c80e4f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you translate text from one language to another
- *
* For more information about this service, see the API
@@ -147,8 +146,7 @@ class Google_Service_Translate_Detections_Resource extends Google_Service_Resour
/**
* Detect the language of text. (detections.listDetections)
*
- * @param string $q
- * The text to detect
+ * @param string $q The text to detect
* @param array $optParams Optional parameters.
* @return Google_Service_Translate_DetectionsListResponse
*/
@@ -177,8 +175,8 @@ class Google_Service_Translate_Languages_Resource extends Google_Service_Resourc
*
* @param array $optParams Optional parameters.
*
- * @opt_param string target
- * the language and collation in which the localized results should be returned
+ * @opt_param string target the language and collation in which the localized
+ * results should be returned
* @return Google_Service_Translate_LanguagesListResponse
*/
public function listLanguages($optParams = array())
@@ -204,18 +202,14 @@ class Google_Service_Translate_Translations_Resource extends Google_Service_Reso
* Returns text translations from one language to another.
* (translations.listTranslations)
*
- * @param string $q
- * The text to translate
- * @param string $target
- * The target language into which the text should be translated
+ * @param string $q The text to translate
+ * @param string $target The target language into which the text should be
+ * translated
* @param array $optParams Optional parameters.
*
- * @opt_param string source
- * The source language of the text
- * @opt_param string format
- * The format of the text
- * @opt_param string cid
- * The customization id for translate
+ * @opt_param string source The source language of the text
+ * @opt_param string format The format of the text
+ * @opt_param string cid The customization id for translate
* @return Google_Service_Translate_TranslationsListResponse
*/
public function listTranslations($q, $target, $optParams = array())
@@ -237,16 +231,15 @@ class Google_Service_Translate_DetectionsListResponse extends Google_Collection
protected $detectionsType = 'Google_Service_Translate_DetectionsResourceItems';
protected $detectionsDataType = 'array';
+
public function setDetections($detections)
{
$this->detections = $detections;
}
-
public function getDetections()
{
return $this->detections;
}
-
}
class Google_Service_Translate_DetectionsResourceItems extends Google_Model
@@ -257,11 +250,11 @@ class Google_Service_Translate_DetectionsResourceItems extends Google_Model
public $isReliable;
public $language;
+
public function setConfidence($confidence)
{
$this->confidence = $confidence;
}
-
public function getConfidence()
{
return $this->confidence;
@@ -270,7 +263,6 @@ public function setIsReliable($isReliable)
{
$this->isReliable = $isReliable;
}
-
public function getIsReliable()
{
return $this->isReliable;
@@ -279,12 +271,10 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
}
-
}
class Google_Service_Translate_LanguagesListResponse extends Google_Collection
@@ -295,16 +285,15 @@ class Google_Service_Translate_LanguagesListResponse extends Google_Collection
protected $languagesType = 'Google_Service_Translate_LanguagesResource';
protected $languagesDataType = 'array';
+
public function setLanguages($languages)
{
$this->languages = $languages;
}
-
public function getLanguages()
{
return $this->languages;
}
-
}
class Google_Service_Translate_LanguagesResource extends Google_Model
@@ -314,11 +303,11 @@ class Google_Service_Translate_LanguagesResource extends Google_Model
public $language;
public $name;
+
public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -327,12 +316,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Translate_TranslationsListResponse extends Google_Collection
@@ -343,16 +330,15 @@ class Google_Service_Translate_TranslationsListResponse extends Google_Collectio
protected $translationsType = 'Google_Service_Translate_TranslationsResource';
protected $translationsDataType = 'array';
+
public function setTranslations($translations)
{
$this->translations = $translations;
}
-
public function getTranslations()
{
return $this->translations;
}
-
}
class Google_Service_Translate_TranslationsResource extends Google_Model
@@ -362,11 +348,11 @@ class Google_Service_Translate_TranslationsResource extends Google_Model
public $detectedSourceLanguage;
public $translatedText;
+
public function setDetectedSourceLanguage($detectedSourceLanguage)
{
$this->detectedSourceLanguage = $detectedSourceLanguage;
}
-
public function getDetectedSourceLanguage()
{
return $this->detectedSourceLanguage;
@@ -375,10 +361,8 @@ public function setTranslatedText($translatedText)
{
$this->translatedText = $translatedText;
}
-
public function getTranslatedText()
{
return $this->translatedText;
}
-
}
From d9ca5f33788e3bc0c159b2de7dce66b774b9548c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Gives AdSense publishers access to their inventory and the ability to generate reports
- *
* For more information about this service, see the API
@@ -32,9 +32,11 @@
class Google_Service_AdSense extends Google_Service
{
/** View and manage your AdSense data. */
- const ADSENSE = "https://www.googleapis.com/auth/adsense";
+ const ADSENSE =
+ "https://www.googleapis.com/auth/adsense";
/** View your AdSense data. */
- const ADSENSE_READONLY = "https://www.googleapis.com/auth/adsense.readonly";
+ const ADSENSE_READONLY =
+ "https://www.googleapis.com/auth/adsense.readonly";
public $accounts;
public $accounts_adclients;
@@ -1073,12 +1075,10 @@ class Google_Service_AdSense_Accounts_Resource extends Google_Service_Resource
/**
* Get information about the selected AdSense account. (accounts.get)
*
- * @param string $accountId
- * Account to get information about.
+ * @param string $accountId Account to get information about.
* @param array $optParams Optional parameters.
*
- * @opt_param bool tree
- * Whether the tree of sub accounts should be returned.
+ * @opt_param bool tree Whether the tree of sub accounts should be returned.
* @return Google_Service_AdSense_Account
*/
public function get($accountId, $optParams = array())
@@ -1087,16 +1087,17 @@ public function get($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSense_Account");
}
+
/**
* List all accounts available to this AdSense account. (accounts.listAccounts)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through accounts. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of accounts to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through
+ * accounts. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of accounts to include in the
+ * response, used for paging.
* @return Google_Service_AdSense_Accounts
*/
public function listAccounts($optParams = array())
@@ -1122,15 +1123,14 @@ class Google_Service_AdSense_AccountsAdclients_Resource extends Google_Service_R
* List all ad clients in the specified account.
* (adclients.listAccountsAdclients)
*
- * @param string $accountId
- * Account for which to list ad clients.
+ * @param string $accountId Account for which to list ad clients.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through ad clients. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of ad clients to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * clients. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of ad clients to include in the
+ * response, used for paging.
* @return Google_Service_AdSense_AdClients
*/
public function listAccountsAdclients($accountId, $optParams = array())
@@ -1155,12 +1155,9 @@ class Google_Service_AdSense_AccountsAdunits_Resource extends Google_Service_Res
* Gets the specified ad unit in the specified ad client for the specified
* account. (adunits.get)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client for which to get the ad unit.
- * @param string $adUnitId
- * Ad unit to retrieve.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client for which to get the ad unit.
+ * @param string $adUnitId Ad unit to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_AdUnit
*/
@@ -1170,15 +1167,13 @@ public function get($accountId, $adClientId, $adUnitId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSense_AdUnit");
}
+
/**
* Get ad code for the specified ad unit. (adunits.getAdCode)
*
- * @param string $accountId
- * Account which contains the ad client.
- * @param string $adClientId
- * Ad client with contains the ad unit.
- * @param string $adUnitId
- * Ad unit to get the code for.
+ * @param string $accountId Account which contains the ad client.
+ * @param string $adClientId Ad client with contains the ad unit.
+ * @param string $adUnitId Ad unit to get the code for.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_AdCode
*/
@@ -1188,23 +1183,22 @@ public function getAdCode($accountId, $adClientId, $adUnitId, $optParams = array
$params = array_merge($params, $optParams);
return $this->call('getAdCode', array($params), "Google_Service_AdSense_AdCode");
}
+
/**
* List all ad units in the specified ad client for the specified account.
* (adunits.listAccountsAdunits)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client for which to list ad units.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client for which to list ad units.
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeInactive
- * Whether to include inactive ad units. Default: true.
- * @opt_param string pageToken
- * A continuation token, used to page through ad units. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of ad units to include in the response, used for paging.
+ * @opt_param bool includeInactive Whether to include inactive ad units.
+ * Default: true.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * units. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of ad units to include in the
+ * response, used for paging.
* @return Google_Service_AdSense_AdUnits
*/
public function listAccountsAdunits($accountId, $adClientId, $optParams = array())
@@ -1230,19 +1224,16 @@ class Google_Service_AdSense_AccountsAdunitsCustomchannels_Resource extends Goog
* List all custom channels which the specified ad unit belongs to.
* (customchannels.listAccountsAdunitsCustomchannels)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client which contains the ad unit.
- * @param string $adUnitId
- * Ad unit for which to list custom channels.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client which contains the ad unit.
+ * @param string $adUnitId Ad unit for which to list custom channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through custom channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of custom channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through custom
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of custom channels to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_CustomChannels
*/
public function listAccountsAdunitsCustomchannels($accountId, $adClientId, $adUnitId, $optParams = array())
@@ -1267,10 +1258,8 @@ class Google_Service_AdSense_AccountsAlerts_Resource extends Google_Service_Reso
* Dismiss (delete) the specified alert from the specified publisher AdSense
* account. (alerts.delete)
*
- * @param string $accountId
- * Account which contains the ad unit.
- * @param string $alertId
- * Alert to delete.
+ * @param string $accountId Account which contains the ad unit.
+ * @param string $alertId Alert to delete.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $alertId, $optParams = array())
@@ -1279,18 +1268,17 @@ public function delete($accountId, $alertId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* List the alerts for the specified AdSense account.
* (alerts.listAccountsAlerts)
*
- * @param string $accountId
- * Account for which to retrieve the alerts.
+ * @param string $accountId Account for which to retrieve the alerts.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * The locale to use for translating alert messages. The account locale will be used if this is not
- * supplied. The AdSense default (English) will be used if the supplied locale is invalid or
- * unsupported.
+ * @opt_param string locale The locale to use for translating alert messages.
+ * The account locale will be used if this is not supplied. The AdSense default
+ * (English) will be used if the supplied locale is invalid or unsupported.
* @return Google_Service_AdSense_Alerts
*/
public function listAccountsAlerts($accountId, $optParams = array())
@@ -1315,12 +1303,9 @@ class Google_Service_AdSense_AccountsCustomchannels_Resource extends Google_Serv
* Get the specified custom channel from the specified ad client for the
* specified account. (customchannels.get)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client which contains the custom channel.
- * @param string $customChannelId
- * Custom channel to retrieve.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client which contains the custom channel.
+ * @param string $customChannelId Custom channel to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_CustomChannel
*/
@@ -1330,21 +1315,20 @@ public function get($accountId, $adClientId, $customChannelId, $optParams = arra
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSense_CustomChannel");
}
+
/**
* List all custom channels in the specified ad client for the specified
* account. (customchannels.listAccountsCustomchannels)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client for which to list custom channels.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client for which to list custom channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through custom channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of custom channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through custom
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of custom channels to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_CustomChannels
*/
public function listAccountsCustomchannels($accountId, $adClientId, $optParams = array())
@@ -1370,21 +1354,18 @@ class Google_Service_AdSense_AccountsCustomchannelsAdunits_Resource extends Goog
* List all ad units in the specified custom channel.
* (adunits.listAccountsCustomchannelsAdunits)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client which contains the custom channel.
- * @param string $customChannelId
- * Custom channel for which to list ad units.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client which contains the custom channel.
+ * @param string $customChannelId Custom channel for which to list ad units.
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeInactive
- * Whether to include inactive ad units. Default: true.
- * @opt_param int maxResults
- * The maximum number of ad units to include in the response, used for paging.
- * @opt_param string pageToken
- * A continuation token, used to page through ad units. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param bool includeInactive Whether to include inactive ad units.
+ * Default: true.
+ * @opt_param int maxResults The maximum number of ad units to include in the
+ * response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * units. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
* @return Google_Service_AdSense_AdUnits
*/
public function listAccountsCustomchannelsAdunits($accountId, $adClientId, $customChannelId, $optParams = array())
@@ -1409,8 +1390,7 @@ class Google_Service_AdSense_AccountsPayments_Resource extends Google_Service_Re
* List the payments for the specified AdSense account.
* (payments.listAccountsPayments)
*
- * @param string $accountId
- * Account for which to retrieve the payments.
+ * @param string $accountId Account for which to retrieve the payments.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_Payments
*/
@@ -1437,37 +1417,29 @@ class Google_Service_AdSense_AccountsReports_Resource extends Google_Service_Res
* parameters. Returns the result as JSON; to retrieve output in CSV format
* specify "alt=csv" as a query parameter. (reports.generate)
*
- * @param string $accountId
- * Account upon which to report.
- * @param string $startDate
- * Start of the date range to report on in "YYYY-MM-DD" format, inclusive.
- * @param string $endDate
- * End of the date range to report on in "YYYY-MM-DD" format, inclusive.
+ * @param string $accountId Account upon which to report.
+ * @param string $startDate Start of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
+ * @param string $endDate End of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
* @param array $optParams Optional parameters.
*
- * @opt_param string sort
- * The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+"
- * to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted
- * ascending.
- * @opt_param string locale
- * Optional locale to use for translating report output to a local language. Defaults to "en_US" if
- * not specified.
- * @opt_param string metric
- * Numeric columns to include in the report.
- * @opt_param int maxResults
- * The maximum number of rows of report data to return.
- * @opt_param string filter
- * Filters to be run on the report.
- * @opt_param string currency
- * Optional currency to use when reporting on monetary metrics. Defaults to the account's currency
- * if not set.
- * @opt_param int startIndex
- * Index of the first row of report data to return.
- * @opt_param bool useTimezoneReporting
- * Whether the report should be generated in the AdSense account's local timezone. If false default
- * PST/PDT timezone will be used.
- * @opt_param string dimension
- * Dimensions to base the report on.
+ * @opt_param string sort The name of a dimension or metric to sort the
+ * resulting report on, optionally prefixed with "+" to sort ascending or "-" to
+ * sort descending. If no prefix is specified, the column is sorted ascending.
+ * @opt_param string locale Optional locale to use for translating report output
+ * to a local language. Defaults to "en_US" if not specified.
+ * @opt_param string metric Numeric columns to include in the report.
+ * @opt_param int maxResults The maximum number of rows of report data to
+ * return.
+ * @opt_param string filter Filters to be run on the report.
+ * @opt_param string currency Optional currency to use when reporting on
+ * monetary metrics. Defaults to the account's currency if not set.
+ * @opt_param int startIndex Index of the first row of report data to return.
+ * @opt_param bool useTimezoneReporting Whether the report should be generated
+ * in the AdSense account's local timezone. If false default PST/PDT timezone
+ * will be used.
+ * @opt_param string dimension Dimensions to base the report on.
* @return Google_Service_AdSense_AdsenseReportsGenerateResponse
*/
public function generate($accountId, $startDate, $endDate, $optParams = array())
@@ -1493,19 +1465,15 @@ class Google_Service_AdSense_AccountsReportsSaved_Resource extends Google_Servic
* Generate an AdSense report based on the saved report ID sent in the query
* parameters. (saved.generate)
*
- * @param string $accountId
- * Account to which the saved reports belong.
- * @param string $savedReportId
- * The saved report to retrieve.
+ * @param string $accountId Account to which the saved reports belong.
+ * @param string $savedReportId The saved report to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * Optional locale to use for translating report output to a local language. Defaults to "en_US" if
- * not specified.
- * @opt_param int startIndex
- * Index of the first row of report data to return.
- * @opt_param int maxResults
- * The maximum number of rows of report data to return.
+ * @opt_param string locale Optional locale to use for translating report output
+ * to a local language. Defaults to "en_US" if not specified.
+ * @opt_param int startIndex Index of the first row of report data to return.
+ * @opt_param int maxResults The maximum number of rows of report data to
+ * return.
* @return Google_Service_AdSense_AdsenseReportsGenerateResponse
*/
public function generate($accountId, $savedReportId, $optParams = array())
@@ -1514,19 +1482,19 @@ public function generate($accountId, $savedReportId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse");
}
+
/**
* List all saved reports in the specified AdSense account.
* (saved.listAccountsReportsSaved)
*
- * @param string $accountId
- * Account to which the saved reports belong.
+ * @param string $accountId Account to which the saved reports belong.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through saved reports. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of saved reports to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through saved
+ * reports. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of saved reports to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_SavedReports
*/
public function listAccountsReportsSaved($accountId, $optParams = array())
@@ -1550,10 +1518,8 @@ class Google_Service_AdSense_AccountsSavedadstyles_Resource extends Google_Servi
/**
* List a specific saved ad style for the specified account. (savedadstyles.get)
*
- * @param string $accountId
- * Account for which to get the saved ad style.
- * @param string $savedAdStyleId
- * Saved ad style to retrieve.
+ * @param string $accountId Account for which to get the saved ad style.
+ * @param string $savedAdStyleId Saved ad style to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_SavedAdStyle
*/
@@ -1563,19 +1529,19 @@ public function get($accountId, $savedAdStyleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSense_SavedAdStyle");
}
+
/**
* List all saved ad styles in the specified account.
* (savedadstyles.listAccountsSavedadstyles)
*
- * @param string $accountId
- * Account for which to list saved ad styles.
+ * @param string $accountId Account for which to list saved ad styles.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through saved ad styles. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of saved ad styles to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through saved
+ * ad styles. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of saved ad styles to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_SavedAdStyles
*/
public function listAccountsSavedadstyles($accountId, $optParams = array())
@@ -1600,17 +1566,15 @@ class Google_Service_AdSense_AccountsUrlchannels_Resource extends Google_Service
* List all URL channels in the specified ad client for the specified account.
* (urlchannels.listAccountsUrlchannels)
*
- * @param string $accountId
- * Account to which the ad client belongs.
- * @param string $adClientId
- * Ad client for which to list URL channels.
+ * @param string $accountId Account to which the ad client belongs.
+ * @param string $adClientId Ad client for which to list URL channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through URL channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of URL channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through URL
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of URL channels to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_UrlChannels
*/
public function listAccountsUrlchannels($accountId, $adClientId, $optParams = array())
@@ -1637,11 +1601,11 @@ class Google_Service_AdSense_Adclients_Resource extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through ad clients. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of ad clients to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * clients. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of ad clients to include in the
+ * response, used for paging.
* @return Google_Service_AdSense_AdClients
*/
public function listAdclients($optParams = array())
@@ -1666,10 +1630,8 @@ class Google_Service_AdSense_Adunits_Resource extends Google_Service_Resource
/**
* Gets the specified ad unit in the specified ad client. (adunits.get)
*
- * @param string $adClientId
- * Ad client for which to get the ad unit.
- * @param string $adUnitId
- * Ad unit to retrieve.
+ * @param string $adClientId Ad client for which to get the ad unit.
+ * @param string $adUnitId Ad unit to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_AdUnit
*/
@@ -1679,13 +1641,12 @@ public function get($adClientId, $adUnitId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSense_AdUnit");
}
+
/**
* Get ad code for the specified ad unit. (adunits.getAdCode)
*
- * @param string $adClientId
- * Ad client with contains the ad unit.
- * @param string $adUnitId
- * Ad unit to get the code for.
+ * @param string $adClientId Ad client with contains the ad unit.
+ * @param string $adUnitId Ad unit to get the code for.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_AdCode
*/
@@ -1695,21 +1656,21 @@ public function getAdCode($adClientId, $adUnitId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getAdCode', array($params), "Google_Service_AdSense_AdCode");
}
+
/**
* List all ad units in the specified ad client for this AdSense account.
* (adunits.listAdunits)
*
- * @param string $adClientId
- * Ad client for which to list ad units.
+ * @param string $adClientId Ad client for which to list ad units.
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeInactive
- * Whether to include inactive ad units. Default: true.
- * @opt_param string pageToken
- * A continuation token, used to page through ad units. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of ad units to include in the response, used for paging.
+ * @opt_param bool includeInactive Whether to include inactive ad units.
+ * Default: true.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * units. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of ad units to include in the
+ * response, used for paging.
* @return Google_Service_AdSense_AdUnits
*/
public function listAdunits($adClientId, $optParams = array())
@@ -1735,17 +1696,15 @@ class Google_Service_AdSense_AdunitsCustomchannels_Resource extends Google_Servi
* List all custom channels which the specified ad unit belongs to.
* (customchannels.listAdunitsCustomchannels)
*
- * @param string $adClientId
- * Ad client which contains the ad unit.
- * @param string $adUnitId
- * Ad unit for which to list custom channels.
+ * @param string $adClientId Ad client which contains the ad unit.
+ * @param string $adUnitId Ad unit for which to list custom channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through custom channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of custom channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through custom
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of custom channels to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_CustomChannels
*/
public function listAdunitsCustomchannels($adClientId, $adUnitId, $optParams = array())
@@ -1771,8 +1730,7 @@ class Google_Service_AdSense_Alerts_Resource extends Google_Service_Resource
* Dismiss (delete) the specified alert from the publisher's AdSense account.
* (alerts.delete)
*
- * @param string $alertId
- * Alert to delete.
+ * @param string $alertId Alert to delete.
* @param array $optParams Optional parameters.
*/
public function delete($alertId, $optParams = array())
@@ -1781,15 +1739,15 @@ public function delete($alertId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* List the alerts for this AdSense account. (alerts.listAlerts)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * The locale to use for translating alert messages. The account locale will be used if this is not
- * supplied. The AdSense default (English) will be used if the supplied locale is invalid or
- * unsupported.
+ * @opt_param string locale The locale to use for translating alert messages.
+ * The account locale will be used if this is not supplied. The AdSense default
+ * (English) will be used if the supplied locale is invalid or unsupported.
* @return Google_Service_AdSense_Alerts
*/
public function listAlerts($optParams = array())
@@ -1815,10 +1773,8 @@ class Google_Service_AdSense_Customchannels_Resource extends Google_Service_Reso
* Get the specified custom channel from the specified ad client.
* (customchannels.get)
*
- * @param string $adClientId
- * Ad client which contains the custom channel.
- * @param string $customChannelId
- * Custom channel to retrieve.
+ * @param string $adClientId Ad client which contains the custom channel.
+ * @param string $customChannelId Custom channel to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_CustomChannel
*/
@@ -1828,19 +1784,19 @@ public function get($adClientId, $customChannelId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSense_CustomChannel");
}
+
/**
* List all custom channels in the specified ad client for this AdSense account.
* (customchannels.listCustomchannels)
*
- * @param string $adClientId
- * Ad client for which to list custom channels.
+ * @param string $adClientId Ad client for which to list custom channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through custom channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of custom channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through custom
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of custom channels to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_CustomChannels
*/
public function listCustomchannels($adClientId, $optParams = array())
@@ -1866,19 +1822,17 @@ class Google_Service_AdSense_CustomchannelsAdunits_Resource extends Google_Servi
* List all ad units in the specified custom channel.
* (adunits.listCustomchannelsAdunits)
*
- * @param string $adClientId
- * Ad client which contains the custom channel.
- * @param string $customChannelId
- * Custom channel for which to list ad units.
+ * @param string $adClientId Ad client which contains the custom channel.
+ * @param string $customChannelId Custom channel for which to list ad units.
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeInactive
- * Whether to include inactive ad units. Default: true.
- * @opt_param string pageToken
- * A continuation token, used to page through ad units. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of ad units to include in the response, used for paging.
+ * @opt_param bool includeInactive Whether to include inactive ad units.
+ * Default: true.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * units. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of ad units to include in the
+ * response, used for paging.
* @return Google_Service_AdSense_AdUnits
*/
public function listCustomchannelsAdunits($adClientId, $customChannelId, $optParams = array())
@@ -1899,7 +1853,6 @@ public function listCustomchannelsAdunits($adClientId, $customChannelId, $optPar
*/
class Google_Service_AdSense_Metadata_Resource extends Google_Service_Resource
{
-
}
/**
@@ -1994,37 +1947,29 @@ class Google_Service_AdSense_Reports_Resource extends Google_Service_Resource
* parameters. Returns the result as JSON; to retrieve output in CSV format
* specify "alt=csv" as a query parameter. (reports.generate)
*
- * @param string $startDate
- * Start of the date range to report on in "YYYY-MM-DD" format, inclusive.
- * @param string $endDate
- * End of the date range to report on in "YYYY-MM-DD" format, inclusive.
+ * @param string $startDate Start of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
+ * @param string $endDate End of the date range to report on in "YYYY-MM-DD"
+ * format, inclusive.
* @param array $optParams Optional parameters.
*
- * @opt_param string sort
- * The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+"
- * to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted
- * ascending.
- * @opt_param string locale
- * Optional locale to use for translating report output to a local language. Defaults to "en_US" if
- * not specified.
- * @opt_param string metric
- * Numeric columns to include in the report.
- * @opt_param int maxResults
- * The maximum number of rows of report data to return.
- * @opt_param string filter
- * Filters to be run on the report.
- * @opt_param string currency
- * Optional currency to use when reporting on monetary metrics. Defaults to the account's currency
- * if not set.
- * @opt_param int startIndex
- * Index of the first row of report data to return.
- * @opt_param bool useTimezoneReporting
- * Whether the report should be generated in the AdSense account's local timezone. If false default
- * PST/PDT timezone will be used.
- * @opt_param string dimension
- * Dimensions to base the report on.
- * @opt_param string accountId
- * Accounts upon which to report.
+ * @opt_param string sort The name of a dimension or metric to sort the
+ * resulting report on, optionally prefixed with "+" to sort ascending or "-" to
+ * sort descending. If no prefix is specified, the column is sorted ascending.
+ * @opt_param string locale Optional locale to use for translating report output
+ * to a local language. Defaults to "en_US" if not specified.
+ * @opt_param string metric Numeric columns to include in the report.
+ * @opt_param int maxResults The maximum number of rows of report data to
+ * return.
+ * @opt_param string filter Filters to be run on the report.
+ * @opt_param string currency Optional currency to use when reporting on
+ * monetary metrics. Defaults to the account's currency if not set.
+ * @opt_param int startIndex Index of the first row of report data to return.
+ * @opt_param bool useTimezoneReporting Whether the report should be generated
+ * in the AdSense account's local timezone. If false default PST/PDT timezone
+ * will be used.
+ * @opt_param string dimension Dimensions to base the report on.
+ * @opt_param string accountId Accounts upon which to report.
* @return Google_Service_AdSense_AdsenseReportsGenerateResponse
*/
public function generate($startDate, $endDate, $optParams = array())
@@ -2050,17 +1995,14 @@ class Google_Service_AdSense_ReportsSaved_Resource extends Google_Service_Resour
* Generate an AdSense report based on the saved report ID sent in the query
* parameters. (saved.generate)
*
- * @param string $savedReportId
- * The saved report to retrieve.
+ * @param string $savedReportId The saved report to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string locale
- * Optional locale to use for translating report output to a local language. Defaults to "en_US" if
- * not specified.
- * @opt_param int startIndex
- * Index of the first row of report data to return.
- * @opt_param int maxResults
- * The maximum number of rows of report data to return.
+ * @opt_param string locale Optional locale to use for translating report output
+ * to a local language. Defaults to "en_US" if not specified.
+ * @opt_param int startIndex Index of the first row of report data to return.
+ * @opt_param int maxResults The maximum number of rows of report data to
+ * return.
* @return Google_Service_AdSense_AdsenseReportsGenerateResponse
*/
public function generate($savedReportId, $optParams = array())
@@ -2069,16 +2011,17 @@ public function generate($savedReportId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse");
}
+
/**
* List all saved reports in this AdSense account. (saved.listReportsSaved)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through saved reports. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of saved reports to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through saved
+ * reports. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of saved reports to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_SavedReports
*/
public function listReportsSaved($optParams = array())
@@ -2103,8 +2046,7 @@ class Google_Service_AdSense_Savedadstyles_Resource extends Google_Service_Resou
/**
* Get a specific saved ad style from the user's account. (savedadstyles.get)
*
- * @param string $savedAdStyleId
- * Saved ad style to retrieve.
+ * @param string $savedAdStyleId Saved ad style to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_AdSense_SavedAdStyle
*/
@@ -2114,17 +2056,18 @@ public function get($savedAdStyleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdSense_SavedAdStyle");
}
+
/**
* List all saved ad styles in the user's account.
* (savedadstyles.listSavedadstyles)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through saved ad styles. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of saved ad styles to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through saved
+ * ad styles. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of saved ad styles to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_SavedAdStyles
*/
public function listSavedadstyles($optParams = array())
@@ -2150,15 +2093,14 @@ class Google_Service_AdSense_Urlchannels_Resource extends Google_Service_Resourc
* List all URL channels in the specified ad client for this AdSense account.
* (urlchannels.listUrlchannels)
*
- * @param string $adClientId
- * Ad client for which to list URL channels.
+ * @param string $adClientId Ad client for which to list URL channels.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through URL channels. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response.
- * @opt_param int maxResults
- * The maximum number of URL channels to include in the response, used for paging.
+ * @opt_param string pageToken A continuation token, used to page through URL
+ * channels. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response.
+ * @opt_param int maxResults The maximum number of URL channels to include in
+ * the response, used for paging.
* @return Google_Service_AdSense_UrlChannels
*/
public function listUrlchannels($adClientId, $optParams = array())
@@ -2185,11 +2127,11 @@ class Google_Service_AdSense_Account extends Google_Collection
protected $subAccountsDataType = 'array';
public $timezone;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2198,7 +2140,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2207,7 +2148,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2216,7 +2156,6 @@ public function setPremium($premium)
{
$this->premium = $premium;
}
-
public function getPremium()
{
return $this->premium;
@@ -2225,7 +2164,6 @@ public function setSubAccounts($subAccounts)
{
$this->subAccounts = $subAccounts;
}
-
public function getSubAccounts()
{
return $this->subAccounts;
@@ -2234,12 +2172,10 @@ public function setTimezone($timezone)
{
$this->timezone = $timezone;
}
-
public function getTimezone()
{
return $this->timezone;
}
-
}
class Google_Service_AdSense_Accounts extends Google_Collection
@@ -2253,11 +2189,11 @@ class Google_Service_AdSense_Accounts extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2266,7 +2202,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2275,7 +2210,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2284,12 +2218,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSense_AdClient extends Google_Model
@@ -2303,11 +2235,11 @@ class Google_Service_AdSense_AdClient extends Google_Model
public $productCode;
public $supportsReporting;
+
public function setArcOptIn($arcOptIn)
{
$this->arcOptIn = $arcOptIn;
}
-
public function getArcOptIn()
{
return $this->arcOptIn;
@@ -2316,7 +2248,6 @@ public function setArcReviewMode($arcReviewMode)
{
$this->arcReviewMode = $arcReviewMode;
}
-
public function getArcReviewMode()
{
return $this->arcReviewMode;
@@ -2325,7 +2256,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2334,7 +2264,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2343,7 +2272,6 @@ public function setProductCode($productCode)
{
$this->productCode = $productCode;
}
-
public function getProductCode()
{
return $this->productCode;
@@ -2352,12 +2280,10 @@ public function setSupportsReporting($supportsReporting)
{
$this->supportsReporting = $supportsReporting;
}
-
public function getSupportsReporting()
{
return $this->supportsReporting;
}
-
}
class Google_Service_AdSense_AdClients extends Google_Collection
@@ -2371,11 +2297,11 @@ class Google_Service_AdSense_AdClients extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2384,7 +2310,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2393,7 +2318,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2402,12 +2326,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSense_AdCode extends Google_Model
@@ -2417,11 +2339,11 @@ class Google_Service_AdSense_AdCode extends Google_Model
public $adCode;
public $kind;
+
public function setAdCode($adCode)
{
$this->adCode = $adCode;
}
-
public function getAdCode()
{
return $this->adCode;
@@ -2430,12 +2352,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdSense_AdStyle extends Google_Model
@@ -2449,11 +2369,11 @@ class Google_Service_AdSense_AdStyle extends Google_Model
protected $fontDataType = '';
public $kind;
+
public function setColors(Google_Service_AdSense_AdStyleColors $colors)
{
$this->colors = $colors;
}
-
public function getColors()
{
return $this->colors;
@@ -2462,7 +2382,6 @@ public function setCorners($corners)
{
$this->corners = $corners;
}
-
public function getCorners()
{
return $this->corners;
@@ -2471,7 +2390,6 @@ public function setFont(Google_Service_AdSense_AdStyleFont $font)
{
$this->font = $font;
}
-
public function getFont()
{
return $this->font;
@@ -2480,12 +2398,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdSense_AdStyleColors extends Google_Model
@@ -2498,11 +2414,11 @@ class Google_Service_AdSense_AdStyleColors extends Google_Model
public $title;
public $url;
+
public function setBackground($background)
{
$this->background = $background;
}
-
public function getBackground()
{
return $this->background;
@@ -2511,7 +2427,6 @@ public function setBorder($border)
{
$this->border = $border;
}
-
public function getBorder()
{
return $this->border;
@@ -2520,7 +2435,6 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
@@ -2529,7 +2443,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -2538,12 +2451,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_AdSense_AdStyleFont extends Google_Model
@@ -2553,11 +2464,11 @@ class Google_Service_AdSense_AdStyleFont extends Google_Model
public $family;
public $size;
+
public function setFamily($family)
{
$this->family = $family;
}
-
public function getFamily()
{
return $this->family;
@@ -2566,12 +2477,10 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
}
-
}
class Google_Service_AdSense_AdUnit extends Google_Model
@@ -2593,11 +2502,11 @@ class Google_Service_AdSense_AdUnit extends Google_Model
public $savedStyleId;
public $status;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -2606,7 +2515,6 @@ public function setContentAdsSettings(Google_Service_AdSense_AdUnitContentAdsSet
{
$this->contentAdsSettings = $contentAdsSettings;
}
-
public function getContentAdsSettings()
{
return $this->contentAdsSettings;
@@ -2615,7 +2523,6 @@ public function setCustomStyle(Google_Service_AdSense_AdStyle $customStyle)
{
$this->customStyle = $customStyle;
}
-
public function getCustomStyle()
{
return $this->customStyle;
@@ -2624,7 +2531,6 @@ public function setFeedAdsSettings(Google_Service_AdSense_AdUnitFeedAdsSettings
{
$this->feedAdsSettings = $feedAdsSettings;
}
-
public function getFeedAdsSettings()
{
return $this->feedAdsSettings;
@@ -2633,7 +2539,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2642,7 +2547,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2651,7 +2555,6 @@ public function setMobileContentAdsSettings(Google_Service_AdSense_AdUnitMobileC
{
$this->mobileContentAdsSettings = $mobileContentAdsSettings;
}
-
public function getMobileContentAdsSettings()
{
return $this->mobileContentAdsSettings;
@@ -2660,7 +2563,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2669,7 +2571,6 @@ public function setSavedStyleId($savedStyleId)
{
$this->savedStyleId = $savedStyleId;
}
-
public function getSavedStyleId()
{
return $this->savedStyleId;
@@ -2678,12 +2579,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_AdSense_AdUnitContentAdsSettings extends Google_Model
@@ -2695,11 +2594,11 @@ class Google_Service_AdSense_AdUnitContentAdsSettings extends Google_Model
public $size;
public $type;
+
public function setBackupOption(Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption $backupOption)
{
$this->backupOption = $backupOption;
}
-
public function getBackupOption()
{
return $this->backupOption;
@@ -2708,7 +2607,6 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
@@ -2717,12 +2615,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption extends Google_Model
@@ -2733,11 +2629,11 @@ class Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption extends Google
public $type;
public $url;
+
public function setColor($color)
{
$this->color = $color;
}
-
public function getColor()
{
return $this->color;
@@ -2746,7 +2642,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -2755,12 +2650,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_AdSense_AdUnitFeedAdsSettings extends Google_Model
@@ -2772,11 +2665,11 @@ class Google_Service_AdSense_AdUnitFeedAdsSettings extends Google_Model
public $minimumWordCount;
public $type;
+
public function setAdPosition($adPosition)
{
$this->adPosition = $adPosition;
}
-
public function getAdPosition()
{
return $this->adPosition;
@@ -2785,7 +2678,6 @@ public function setFrequency($frequency)
{
$this->frequency = $frequency;
}
-
public function getFrequency()
{
return $this->frequency;
@@ -2794,7 +2686,6 @@ public function setMinimumWordCount($minimumWordCount)
{
$this->minimumWordCount = $minimumWordCount;
}
-
public function getMinimumWordCount()
{
return $this->minimumWordCount;
@@ -2803,12 +2694,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdSense_AdUnitMobileContentAdsSettings extends Google_Model
@@ -2820,11 +2709,11 @@ class Google_Service_AdSense_AdUnitMobileContentAdsSettings extends Google_Model
public $size;
public $type;
+
public function setMarkupLanguage($markupLanguage)
{
$this->markupLanguage = $markupLanguage;
}
-
public function getMarkupLanguage()
{
return $this->markupLanguage;
@@ -2833,7 +2722,6 @@ public function setScriptingLanguage($scriptingLanguage)
{
$this->scriptingLanguage = $scriptingLanguage;
}
-
public function getScriptingLanguage()
{
return $this->scriptingLanguage;
@@ -2842,7 +2730,6 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
@@ -2851,12 +2738,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdSense_AdUnits extends Google_Collection
@@ -2870,11 +2755,11 @@ class Google_Service_AdSense_AdUnits extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2883,7 +2768,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2892,7 +2776,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2901,12 +2784,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSense_AdsenseReportsGenerateResponse extends Google_Collection
@@ -2925,11 +2806,11 @@ class Google_Service_AdSense_AdsenseReportsGenerateResponse extends Google_Colle
public $totals;
public $warnings;
+
public function setAverages($averages)
{
$this->averages = $averages;
}
-
public function getAverages()
{
return $this->averages;
@@ -2938,7 +2819,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -2947,7 +2827,6 @@ public function setHeaders($headers)
{
$this->headers = $headers;
}
-
public function getHeaders()
{
return $this->headers;
@@ -2956,7 +2835,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2965,7 +2843,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -2974,7 +2851,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -2983,7 +2859,6 @@ public function setTotalMatchedRows($totalMatchedRows)
{
$this->totalMatchedRows = $totalMatchedRows;
}
-
public function getTotalMatchedRows()
{
return $this->totalMatchedRows;
@@ -2992,7 +2867,6 @@ public function setTotals($totals)
{
$this->totals = $totals;
}
-
public function getTotals()
{
return $this->totals;
@@ -3001,12 +2875,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders extends Google_Model
@@ -3017,11 +2889,11 @@ class Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders extends Googl
public $name;
public $type;
+
public function setCurrency($currency)
{
$this->currency = $currency;
}
-
public function getCurrency()
{
return $this->currency;
@@ -3030,7 +2902,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3039,12 +2910,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdSense_Alert extends Google_Model
@@ -3058,11 +2927,11 @@ class Google_Service_AdSense_Alert extends Google_Model
public $severity;
public $type;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3071,7 +2940,6 @@ public function setIsDismissible($isDismissible)
{
$this->isDismissible = $isDismissible;
}
-
public function getIsDismissible()
{
return $this->isDismissible;
@@ -3080,7 +2948,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3089,7 +2956,6 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -3098,7 +2964,6 @@ public function setSeverity($severity)
{
$this->severity = $severity;
}
-
public function getSeverity()
{
return $this->severity;
@@ -3107,12 +2972,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdSense_Alerts extends Google_Collection
@@ -3124,11 +2987,11 @@ class Google_Service_AdSense_Alerts extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3137,12 +3000,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdSense_CustomChannel extends Google_Model
@@ -3156,11 +3017,11 @@ class Google_Service_AdSense_CustomChannel extends Google_Model
protected $targetingInfoType = 'Google_Service_AdSense_CustomChannelTargetingInfo';
protected $targetingInfoDataType = '';
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -3169,7 +3030,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3178,7 +3038,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3187,7 +3046,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3196,12 +3054,10 @@ public function setTargetingInfo(Google_Service_AdSense_CustomChannelTargetingIn
{
$this->targetingInfo = $targetingInfo;
}
-
public function getTargetingInfo()
{
return $this->targetingInfo;
}
-
}
class Google_Service_AdSense_CustomChannelTargetingInfo extends Google_Model
@@ -3213,11 +3069,11 @@ class Google_Service_AdSense_CustomChannelTargetingInfo extends Google_Model
public $location;
public $siteLanguage;
+
public function setAdsAppearOn($adsAppearOn)
{
$this->adsAppearOn = $adsAppearOn;
}
-
public function getAdsAppearOn()
{
return $this->adsAppearOn;
@@ -3226,7 +3082,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3235,7 +3090,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -3244,12 +3098,10 @@ public function setSiteLanguage($siteLanguage)
{
$this->siteLanguage = $siteLanguage;
}
-
public function getSiteLanguage()
{
return $this->siteLanguage;
}
-
}
class Google_Service_AdSense_CustomChannels extends Google_Collection
@@ -3263,11 +3115,11 @@ class Google_Service_AdSense_CustomChannels extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3276,7 +3128,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3285,7 +3136,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3294,12 +3144,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSense_Metadata extends Google_Collection
@@ -3311,11 +3159,11 @@ class Google_Service_AdSense_Metadata extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3324,12 +3172,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdSense_Payment extends Google_Model
@@ -3342,11 +3188,11 @@ class Google_Service_AdSense_Payment extends Google_Model
public $paymentAmountCurrencyCode;
public $paymentDate;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3355,7 +3201,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3364,7 +3209,6 @@ public function setPaymentAmount($paymentAmount)
{
$this->paymentAmount = $paymentAmount;
}
-
public function getPaymentAmount()
{
return $this->paymentAmount;
@@ -3373,7 +3217,6 @@ public function setPaymentAmountCurrencyCode($paymentAmountCurrencyCode)
{
$this->paymentAmountCurrencyCode = $paymentAmountCurrencyCode;
}
-
public function getPaymentAmountCurrencyCode()
{
return $this->paymentAmountCurrencyCode;
@@ -3382,12 +3225,10 @@ public function setPaymentDate($paymentDate)
{
$this->paymentDate = $paymentDate;
}
-
public function getPaymentDate()
{
return $this->paymentDate;
}
-
}
class Google_Service_AdSense_Payments extends Google_Collection
@@ -3399,11 +3240,11 @@ class Google_Service_AdSense_Payments extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3412,12 +3253,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdSense_ReportingMetadataEntry extends Google_Collection
@@ -3433,11 +3272,11 @@ class Google_Service_AdSense_ReportingMetadataEntry extends Google_Collection
public $requiredMetrics;
public $supportedProducts;
+
public function setCompatibleDimensions($compatibleDimensions)
{
$this->compatibleDimensions = $compatibleDimensions;
}
-
public function getCompatibleDimensions()
{
return $this->compatibleDimensions;
@@ -3446,7 +3285,6 @@ public function setCompatibleMetrics($compatibleMetrics)
{
$this->compatibleMetrics = $compatibleMetrics;
}
-
public function getCompatibleMetrics()
{
return $this->compatibleMetrics;
@@ -3455,7 +3293,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3464,7 +3301,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3473,7 +3309,6 @@ public function setRequiredDimensions($requiredDimensions)
{
$this->requiredDimensions = $requiredDimensions;
}
-
public function getRequiredDimensions()
{
return $this->requiredDimensions;
@@ -3482,7 +3317,6 @@ public function setRequiredMetrics($requiredMetrics)
{
$this->requiredMetrics = $requiredMetrics;
}
-
public function getRequiredMetrics()
{
return $this->requiredMetrics;
@@ -3491,12 +3325,10 @@ public function setSupportedProducts($supportedProducts)
{
$this->supportedProducts = $supportedProducts;
}
-
public function getSupportedProducts()
{
return $this->supportedProducts;
}
-
}
class Google_Service_AdSense_SavedAdStyle extends Google_Model
@@ -3509,11 +3341,11 @@ class Google_Service_AdSense_SavedAdStyle extends Google_Model
public $kind;
public $name;
+
public function setAdStyle(Google_Service_AdSense_AdStyle $adStyle)
{
$this->adStyle = $adStyle;
}
-
public function getAdStyle()
{
return $this->adStyle;
@@ -3522,7 +3354,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3531,7 +3362,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3540,12 +3370,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_AdSense_SavedAdStyles extends Google_Collection
@@ -3559,11 +3387,11 @@ class Google_Service_AdSense_SavedAdStyles extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3572,7 +3400,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3581,7 +3408,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3590,12 +3416,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSense_SavedReport extends Google_Model
@@ -3606,11 +3430,11 @@ class Google_Service_AdSense_SavedReport extends Google_Model
public $kind;
public $name;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3619,7 +3443,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3628,12 +3451,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_AdSense_SavedReports extends Google_Collection
@@ -3647,11 +3468,11 @@ class Google_Service_AdSense_SavedReports extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3660,7 +3481,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3669,7 +3489,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3678,12 +3497,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdSense_UrlChannel extends Google_Model
@@ -3694,11 +3511,11 @@ class Google_Service_AdSense_UrlChannel extends Google_Model
public $kind;
public $urlPattern;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3707,7 +3524,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3716,12 +3532,10 @@ public function setUrlPattern($urlPattern)
{
$this->urlPattern = $urlPattern;
}
-
public function getUrlPattern()
{
return $this->urlPattern;
}
-
}
class Google_Service_AdSense_UrlChannels extends Google_Collection
@@ -3735,11 +3549,11 @@ class Google_Service_AdSense_UrlChannels extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3748,7 +3562,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3757,7 +3570,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3766,10 +3578,8 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
From e8165d840e1fda65374c83109af4ffb16065c382 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you create, run and download reports.
- *
* For more information about this service, see the API
@@ -32,7 +31,8 @@
class Google_Service_Dfareporting extends Google_Service
{
/** View and manage DoubleClick for Advertisers reports. */
- const DFAREPORTING = "https://www.googleapis.com/auth/dfareporting";
+ const DFAREPORTING =
+ "https://www.googleapis.com/auth/dfareporting";
public $dimensionValues;
public $files;
@@ -390,15 +390,13 @@ class Google_Service_Dfareporting_DimensionValues_Resource extends Google_Servic
* Retrieves list of report dimension values for a list of filters.
* (dimensionValues.query)
*
- * @param string $profileId
- * The DFA user profile ID.
+ * @param string $profileId The DFA user profile ID.
* @param Google_DimensionValueRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The value of the nextToken from the previous result page.
- * @opt_param int maxResults
- * Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * result page.
+ * @opt_param int maxResults Maximum number of results to return.
* @return Google_Service_Dfareporting_DimensionValueList
*/
public function query($profileId, Google_Service_Dfareporting_DimensionValueRequest $postBody, $optParams = array())
@@ -423,10 +421,8 @@ class Google_Service_Dfareporting_Files_Resource extends Google_Service_Resource
/**
* Retrieves a report file by its report ID and file ID. (files.get)
*
- * @param string $reportId
- * The ID of the report.
- * @param string $fileId
- * The ID of the report file.
+ * @param string $reportId The ID of the report.
+ * @param string $fileId The ID of the report file.
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_DfareportingFile
*/
@@ -436,23 +432,20 @@ public function get($reportId, $fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile");
}
+
/**
* Lists files for a user profile. (files.listFiles)
*
- * @param string $profileId
- * The DFA profile ID.
+ * @param string $profileId The DFA profile ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string sortField
- * The field by which to sort the list.
- * @opt_param int maxResults
- * Maximum number of results to return.
- * @opt_param string pageToken
- * The value of the nextToken from the previous result page.
- * @opt_param string sortOrder
- * Order of sorted results, default is 'DESCENDING'.
- * @opt_param string scope
- * The scope that defines which results are returned, default is 'MINE'.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
+ * @opt_param string scope The scope that defines which results are returned,
+ * default is 'MINE'.
* @return Google_Service_Dfareporting_FileList
*/
public function listFiles($profileId, $optParams = array())
@@ -477,10 +470,8 @@ class Google_Service_Dfareporting_Reports_Resource extends Google_Service_Resour
/**
* Deletes a report by its ID. (reports.delete)
*
- * @param string $profileId
- * The DFA user profile ID.
- * @param string $reportId
- * The ID of the report.
+ * @param string $profileId The DFA user profile ID.
+ * @param string $reportId The ID of the report.
* @param array $optParams Optional parameters.
*/
public function delete($profileId, $reportId, $optParams = array())
@@ -489,13 +480,12 @@ public function delete($profileId, $reportId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a report by its ID. (reports.get)
*
- * @param string $profileId
- * The DFA user profile ID.
- * @param string $reportId
- * The ID of the report.
+ * @param string $profileId The DFA user profile ID.
+ * @param string $reportId The ID of the report.
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_Report
*/
@@ -505,11 +495,11 @@ public function get($profileId, $reportId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Dfareporting_Report");
}
+
/**
* Creates a report. (reports.insert)
*
- * @param string $profileId
- * The DFA user profile ID.
+ * @param string $profileId The DFA user profile ID.
* @param Google_Report $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_Report
@@ -520,23 +510,20 @@ public function insert($profileId, Google_Service_Dfareporting_Report $postBody,
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Dfareporting_Report");
}
+
/**
* Retrieves list of reports. (reports.listReports)
*
- * @param string $profileId
- * The DFA user profile ID.
+ * @param string $profileId The DFA user profile ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string sortField
- * The field by which to sort the list.
- * @opt_param int maxResults
- * Maximum number of results to return.
- * @opt_param string pageToken
- * The value of the nextToken from the previous result page.
- * @opt_param string sortOrder
- * Order of sorted results, default is 'DESCENDING'.
- * @opt_param string scope
- * The scope that defines which results are returned, default is 'MINE'.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
+ * @opt_param string scope The scope that defines which results are returned,
+ * default is 'MINE'.
* @return Google_Service_Dfareporting_ReportList
*/
public function listReports($profileId, $optParams = array())
@@ -545,13 +532,12 @@ public function listReports($profileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Dfareporting_ReportList");
}
+
/**
* Updates a report. This method supports patch semantics. (reports.patch)
*
- * @param string $profileId
- * The DFA user profile ID.
- * @param string $reportId
- * The ID of the report.
+ * @param string $profileId The DFA user profile ID.
+ * @param string $reportId The ID of the report.
* @param Google_Report $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_Report
@@ -562,17 +548,16 @@ public function patch($profileId, $reportId, Google_Service_Dfareporting_Report
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Dfareporting_Report");
}
+
/**
* Runs a report. (reports.run)
*
- * @param string $profileId
- * The DFA profile ID.
- * @param string $reportId
- * The ID of the report.
+ * @param string $profileId The DFA profile ID.
+ * @param string $reportId The ID of the report.
* @param array $optParams Optional parameters.
*
- * @opt_param bool synchronous
- * If set and true, tries to run the report synchronously.
+ * @opt_param bool synchronous If set and true, tries to run the report
+ * synchronously.
* @return Google_Service_Dfareporting_DfareportingFile
*/
public function run($profileId, $reportId, $optParams = array())
@@ -581,13 +566,12 @@ public function run($profileId, $reportId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('run', array($params), "Google_Service_Dfareporting_DfareportingFile");
}
+
/**
* Updates a report. (reports.update)
*
- * @param string $profileId
- * The DFA user profile ID.
- * @param string $reportId
- * The ID of the report.
+ * @param string $profileId The DFA user profile ID.
+ * @param string $reportId The ID of the report.
* @param Google_Report $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_Report
@@ -616,8 +600,7 @@ class Google_Service_Dfareporting_ReportsCompatibleFields_Resource extends Googl
* sections of a report criteria, given the fields already selected in the input
* report and user permissions. (compatibleFields.query)
*
- * @param string $profileId
- * The DFA user profile ID.
+ * @param string $profileId The DFA user profile ID.
* @param Google_Report $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_CompatibleFields
@@ -643,12 +626,9 @@ class Google_Service_Dfareporting_ReportsFiles_Resource extends Google_Service_R
/**
* Retrieves a report file. (files.get)
*
- * @param string $profileId
- * The DFA profile ID.
- * @param string $reportId
- * The ID of the report.
- * @param string $fileId
- * The ID of the report file.
+ * @param string $profileId The DFA profile ID.
+ * @param string $reportId The ID of the report.
+ * @param string $fileId The ID of the report file.
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_DfareportingFile
*/
@@ -658,23 +638,19 @@ public function get($profileId, $reportId, $fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile");
}
+
/**
* Lists files for a report. (files.listReportsFiles)
*
- * @param string $profileId
- * The DFA profile ID.
- * @param string $reportId
- * The ID of the parent report.
+ * @param string $profileId The DFA profile ID.
+ * @param string $reportId The ID of the parent report.
* @param array $optParams Optional parameters.
*
- * @opt_param string sortField
- * The field by which to sort the list.
- * @opt_param int maxResults
- * Maximum number of results to return.
- * @opt_param string pageToken
- * The value of the nextToken from the previous result page.
- * @opt_param string sortOrder
- * Order of sorted results, default is 'DESCENDING'.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
* @return Google_Service_Dfareporting_FileList
*/
public function listReportsFiles($profileId, $reportId, $optParams = array())
@@ -699,8 +675,7 @@ class Google_Service_Dfareporting_UserProfiles_Resource extends Google_Service_R
/**
* Gets one user profile by ID. (userProfiles.get)
*
- * @param string $profileId
- * The user profile ID.
+ * @param string $profileId The user profile ID.
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_UserProfile
*/
@@ -710,6 +685,7 @@ public function get($profileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Dfareporting_UserProfile");
}
+
/**
* Retrieves list of user profiles for a user. (userProfiles.listUserProfiles)
*
@@ -737,11 +713,11 @@ class Google_Service_Dfareporting_Activities extends Google_Collection
public $kind;
public $metricNames;
+
public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -750,7 +726,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -759,12 +734,10 @@ public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
}
-
public function getMetricNames()
{
return $this->metricNames;
}
-
}
class Google_Service_Dfareporting_CompatibleFields extends Google_Model
@@ -783,11 +756,11 @@ class Google_Service_Dfareporting_CompatibleFields extends Google_Model
protected $reportCompatibleFieldsType = 'Google_Service_Dfareporting_ReportCompatibleFields';
protected $reportCompatibleFieldsDataType = '';
+
public function setCrossDimensionReachReportCompatibleFields(Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields $crossDimensionReachReportCompatibleFields)
{
$this->crossDimensionReachReportCompatibleFields = $crossDimensionReachReportCompatibleFields;
}
-
public function getCrossDimensionReachReportCompatibleFields()
{
return $this->crossDimensionReachReportCompatibleFields;
@@ -796,7 +769,6 @@ public function setFloodlightReportCompatibleFields(Google_Service_Dfareporting_
{
$this->floodlightReportCompatibleFields = $floodlightReportCompatibleFields;
}
-
public function getFloodlightReportCompatibleFields()
{
return $this->floodlightReportCompatibleFields;
@@ -805,7 +777,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -814,7 +785,6 @@ public function setPathToConversionReportCompatibleFields(Google_Service_Dfarepo
{
$this->pathToConversionReportCompatibleFields = $pathToConversionReportCompatibleFields;
}
-
public function getPathToConversionReportCompatibleFields()
{
return $this->pathToConversionReportCompatibleFields;
@@ -823,7 +793,6 @@ public function setReachReportCompatibleFields(Google_Service_Dfareporting_Reach
{
$this->reachReportCompatibleFields = $reachReportCompatibleFields;
}
-
public function getReachReportCompatibleFields()
{
return $this->reachReportCompatibleFields;
@@ -832,12 +801,10 @@ public function setReportCompatibleFields(Google_Service_Dfareporting_ReportComp
{
$this->reportCompatibleFields = $reportCompatibleFields;
}
-
public function getReportCompatibleFields()
{
return $this->reportCompatibleFields;
}
-
}
class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields extends Google_Collection
@@ -855,11 +822,11 @@ class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields exte
protected $overlapMetricsType = 'Google_Service_Dfareporting_Metric';
protected $overlapMetricsDataType = 'array';
+
public function setBreakdown($breakdown)
{
$this->breakdown = $breakdown;
}
-
public function getBreakdown()
{
return $this->breakdown;
@@ -868,7 +835,6 @@ public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -877,7 +843,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -886,7 +851,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -895,12 +859,10 @@ public function setOverlapMetrics($overlapMetrics)
{
$this->overlapMetrics = $overlapMetrics;
}
-
public function getOverlapMetrics()
{
return $this->overlapMetrics;
}
-
}
class Google_Service_Dfareporting_CustomRichMediaEvents extends Google_Collection
@@ -912,11 +874,11 @@ class Google_Service_Dfareporting_CustomRichMediaEvents extends Google_Collectio
protected $filteredEventIdsDataType = 'array';
public $kind;
+
public function setFilteredEventIds($filteredEventIds)
{
$this->filteredEventIds = $filteredEventIds;
}
-
public function getFilteredEventIds()
{
return $this->filteredEventIds;
@@ -925,12 +887,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Dfareporting_DateRange extends Google_Model
@@ -942,11 +902,11 @@ class Google_Service_Dfareporting_DateRange extends Google_Model
public $relativeDateRange;
public $startDate;
+
public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -955,7 +915,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -964,7 +923,6 @@ public function setRelativeDateRange($relativeDateRange)
{
$this->relativeDateRange = $relativeDateRange;
}
-
public function getRelativeDateRange()
{
return $this->relativeDateRange;
@@ -973,12 +931,10 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
}
-
}
class Google_Service_Dfareporting_DfareportingFile extends Google_Model
@@ -998,11 +954,11 @@ class Google_Service_Dfareporting_DfareportingFile extends Google_Model
protected $urlsType = 'Google_Service_Dfareporting_DfareportingFileUrls';
protected $urlsDataType = '';
+
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
}
-
public function getDateRange()
{
return $this->dateRange;
@@ -1011,7 +967,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1020,7 +975,6 @@ public function setFileName($fileName)
{
$this->fileName = $fileName;
}
-
public function getFileName()
{
return $this->fileName;
@@ -1029,7 +983,6 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -1038,7 +991,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1047,7 +999,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1056,7 +1007,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -1065,7 +1015,6 @@ public function setReportId($reportId)
{
$this->reportId = $reportId;
}
-
public function getReportId()
{
return $this->reportId;
@@ -1074,7 +1023,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -1083,12 +1031,10 @@ public function setUrls(Google_Service_Dfareporting_DfareportingFileUrls $urls)
{
$this->urls = $urls;
}
-
public function getUrls()
{
return $this->urls;
}
-
}
class Google_Service_Dfareporting_DfareportingFileUrls extends Google_Model
@@ -1098,11 +1044,11 @@ class Google_Service_Dfareporting_DfareportingFileUrls extends Google_Model
public $apiUrl;
public $browserUrl;
+
public function setApiUrl($apiUrl)
{
$this->apiUrl = $apiUrl;
}
-
public function getApiUrl()
{
return $this->apiUrl;
@@ -1111,12 +1057,10 @@ public function setBrowserUrl($browserUrl)
{
$this->browserUrl = $browserUrl;
}
-
public function getBrowserUrl()
{
return $this->browserUrl;
}
-
}
class Google_Service_Dfareporting_Dimension extends Google_Model
@@ -1126,11 +1070,11 @@ class Google_Service_Dfareporting_Dimension extends Google_Model
public $kind;
public $name;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1139,12 +1083,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Dfareporting_DimensionFilter extends Google_Model
@@ -1155,11 +1097,11 @@ class Google_Service_Dfareporting_DimensionFilter extends Google_Model
public $kind;
public $value;
+
public function setDimensionName($dimensionName)
{
$this->dimensionName = $dimensionName;
}
-
public function getDimensionName()
{
return $this->dimensionName;
@@ -1168,7 +1110,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1177,12 +1118,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Dfareporting_DimensionValue extends Google_Model
@@ -1196,11 +1135,11 @@ class Google_Service_Dfareporting_DimensionValue extends Google_Model
public $matchType;
public $value;
+
public function setDimensionName($dimensionName)
{
$this->dimensionName = $dimensionName;
}
-
public function getDimensionName()
{
return $this->dimensionName;
@@ -1209,7 +1148,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1218,7 +1156,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1227,7 +1164,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1236,7 +1172,6 @@ public function setMatchType($matchType)
{
$this->matchType = $matchType;
}
-
public function getMatchType()
{
return $this->matchType;
@@ -1245,12 +1180,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Dfareporting_DimensionValueList extends Google_Collection
@@ -1264,11 +1197,11 @@ class Google_Service_Dfareporting_DimensionValueList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1277,7 +1210,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1286,7 +1218,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1295,12 +1226,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Dfareporting_DimensionValueRequest extends Google_Collection
@@ -1315,11 +1244,11 @@ class Google_Service_Dfareporting_DimensionValueRequest extends Google_Collectio
public $kind;
public $startDate;
+
public function setDimensionName($dimensionName)
{
$this->dimensionName = $dimensionName;
}
-
public function getDimensionName()
{
return $this->dimensionName;
@@ -1328,7 +1257,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -1337,7 +1265,6 @@ public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -1346,7 +1273,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1355,12 +1281,10 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
}
-
}
class Google_Service_Dfareporting_FileList extends Google_Collection
@@ -1374,11 +1298,11 @@ class Google_Service_Dfareporting_FileList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1387,7 +1311,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1396,7 +1319,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1405,12 +1327,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Dfareporting_FloodlightReportCompatibleFields extends Google_Collection
@@ -1426,11 +1346,11 @@ class Google_Service_Dfareporting_FloodlightReportCompatibleFields extends Googl
protected $metricsType = 'Google_Service_Dfareporting_Metric';
protected $metricsDataType = 'array';
+
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -1439,7 +1359,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -1448,7 +1367,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1457,12 +1375,10 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
}
-
}
class Google_Service_Dfareporting_Metric extends Google_Model
@@ -1472,11 +1388,11 @@ class Google_Service_Dfareporting_Metric extends Google_Model
public $kind;
public $name;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1485,12 +1401,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Dfareporting_PathToConversionReportCompatibleFields extends Google_Collection
@@ -1508,11 +1422,11 @@ class Google_Service_Dfareporting_PathToConversionReportCompatibleFields extends
protected $perInteractionDimensionsType = 'Google_Service_Dfareporting_Dimension';
protected $perInteractionDimensionsDataType = 'array';
+
public function setConversionDimensions($conversionDimensions)
{
$this->conversionDimensions = $conversionDimensions;
}
-
public function getConversionDimensions()
{
return $this->conversionDimensions;
@@ -1521,7 +1435,6 @@ public function setCustomFloodlightVariables($customFloodlightVariables)
{
$this->customFloodlightVariables = $customFloodlightVariables;
}
-
public function getCustomFloodlightVariables()
{
return $this->customFloodlightVariables;
@@ -1530,7 +1443,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1539,7 +1451,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -1548,12 +1459,10 @@ public function setPerInteractionDimensions($perInteractionDimensions)
{
$this->perInteractionDimensions = $perInteractionDimensions;
}
-
public function getPerInteractionDimensions()
{
return $this->perInteractionDimensions;
}
-
}
class Google_Service_Dfareporting_ReachReportCompatibleFields extends Google_Collection
@@ -1573,11 +1482,11 @@ class Google_Service_Dfareporting_ReachReportCompatibleFields extends Google_Col
protected $reachByFrequencyMetricsType = 'Google_Service_Dfareporting_Metric';
protected $reachByFrequencyMetricsDataType = 'array';
+
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -1586,7 +1495,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -1595,7 +1503,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1604,7 +1511,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -1613,7 +1519,6 @@ public function setPivotedActivityMetrics($pivotedActivityMetrics)
{
$this->pivotedActivityMetrics = $pivotedActivityMetrics;
}
-
public function getPivotedActivityMetrics()
{
return $this->pivotedActivityMetrics;
@@ -1622,12 +1527,10 @@ public function setReachByFrequencyMetrics($reachByFrequencyMetrics)
{
$this->reachByFrequencyMetrics = $reachByFrequencyMetrics;
}
-
public function getReachByFrequencyMetrics()
{
return $this->reachByFrequencyMetrics;
}
-
}
class Google_Service_Dfareporting_Recipient extends Google_Model
@@ -1638,11 +1541,11 @@ class Google_Service_Dfareporting_Recipient extends Google_Model
public $email;
public $kind;
+
public function setDeliveryType($deliveryType)
{
$this->deliveryType = $deliveryType;
}
-
public function getDeliveryType()
{
return $this->deliveryType;
@@ -1651,7 +1554,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1660,12 +1562,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Dfareporting_Report extends Google_Model
@@ -1700,11 +1600,11 @@ class Google_Service_Dfareporting_Report extends Google_Model
public $subAccountId;
public $type;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -1713,7 +1613,6 @@ public function setActiveGrpCriteria(Google_Service_Dfareporting_ReportActiveGrp
{
$this->activeGrpCriteria = $activeGrpCriteria;
}
-
public function getActiveGrpCriteria()
{
return $this->activeGrpCriteria;
@@ -1722,7 +1621,6 @@ public function setCriteria(Google_Service_Dfareporting_ReportCriteria $criteria
{
$this->criteria = $criteria;
}
-
public function getCriteria()
{
return $this->criteria;
@@ -1731,7 +1629,6 @@ public function setCrossDimensionReachCriteria(Google_Service_Dfareporting_Repor
{
$this->crossDimensionReachCriteria = $crossDimensionReachCriteria;
}
-
public function getCrossDimensionReachCriteria()
{
return $this->crossDimensionReachCriteria;
@@ -1740,7 +1637,6 @@ public function setDelivery(Google_Service_Dfareporting_ReportDelivery $delivery
{
$this->delivery = $delivery;
}
-
public function getDelivery()
{
return $this->delivery;
@@ -1749,7 +1645,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1758,7 +1653,6 @@ public function setFileName($fileName)
{
$this->fileName = $fileName;
}
-
public function getFileName()
{
return $this->fileName;
@@ -1767,7 +1661,6 @@ public function setFloodlightCriteria(Google_Service_Dfareporting_ReportFloodlig
{
$this->floodlightCriteria = $floodlightCriteria;
}
-
public function getFloodlightCriteria()
{
return $this->floodlightCriteria;
@@ -1776,7 +1669,6 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -1785,7 +1677,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1794,7 +1685,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1803,7 +1693,6 @@ public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
-
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
@@ -1812,7 +1701,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1821,7 +1709,6 @@ public function setOwnerProfileId($ownerProfileId)
{
$this->ownerProfileId = $ownerProfileId;
}
-
public function getOwnerProfileId()
{
return $this->ownerProfileId;
@@ -1830,7 +1717,6 @@ public function setPathToConversionCriteria(Google_Service_Dfareporting_ReportPa
{
$this->pathToConversionCriteria = $pathToConversionCriteria;
}
-
public function getPathToConversionCriteria()
{
return $this->pathToConversionCriteria;
@@ -1839,7 +1725,6 @@ public function setReachCriteria(Google_Service_Dfareporting_ReportReachCriteria
{
$this->reachCriteria = $reachCriteria;
}
-
public function getReachCriteria()
{
return $this->reachCriteria;
@@ -1848,7 +1733,6 @@ public function setSchedule(Google_Service_Dfareporting_ReportSchedule $schedule
{
$this->schedule = $schedule;
}
-
public function getSchedule()
{
return $this->schedule;
@@ -1857,7 +1741,6 @@ public function setSubAccountId($subAccountId)
{
$this->subAccountId = $subAccountId;
}
-
public function getSubAccountId()
{
return $this->subAccountId;
@@ -1866,12 +1749,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Dfareporting_ReportActiveGrpCriteria extends Google_Collection
@@ -1887,11 +1768,11 @@ class Google_Service_Dfareporting_ReportActiveGrpCriteria extends Google_Collect
protected $dimensionsDataType = 'array';
public $metricNames;
+
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
}
-
public function getDateRange()
{
return $this->dateRange;
@@ -1900,7 +1781,6 @@ public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -1909,7 +1789,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -1918,12 +1797,10 @@ public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
}
-
public function getMetricNames()
{
return $this->metricNames;
}
-
}
class Google_Service_Dfareporting_ReportCompatibleFields extends Google_Collection
@@ -1941,11 +1818,11 @@ class Google_Service_Dfareporting_ReportCompatibleFields extends Google_Collecti
protected $pivotedActivityMetricsType = 'Google_Service_Dfareporting_Metric';
protected $pivotedActivityMetricsDataType = 'array';
+
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -1954,7 +1831,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -1963,7 +1839,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1972,7 +1847,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -1981,12 +1855,10 @@ public function setPivotedActivityMetrics($pivotedActivityMetrics)
{
$this->pivotedActivityMetrics = $pivotedActivityMetrics;
}
-
public function getPivotedActivityMetrics()
{
return $this->pivotedActivityMetrics;
}
-
}
class Google_Service_Dfareporting_ReportCriteria extends Google_Collection
@@ -2006,11 +1878,11 @@ class Google_Service_Dfareporting_ReportCriteria extends Google_Collection
protected $dimensionsDataType = 'array';
public $metricNames;
+
public function setActivities(Google_Service_Dfareporting_Activities $activities)
{
$this->activities = $activities;
}
-
public function getActivities()
{
return $this->activities;
@@ -2019,7 +1891,6 @@ public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichM
{
$this->customRichMediaEvents = $customRichMediaEvents;
}
-
public function getCustomRichMediaEvents()
{
return $this->customRichMediaEvents;
@@ -2028,7 +1899,6 @@ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
}
-
public function getDateRange()
{
return $this->dateRange;
@@ -2037,7 +1907,6 @@ public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -2046,7 +1915,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -2055,12 +1923,10 @@ public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
}
-
public function getMetricNames()
{
return $this->metricNames;
}
-
}
class Google_Service_Dfareporting_ReportCrossDimensionReachCriteria extends Google_Collection
@@ -2079,11 +1945,11 @@ class Google_Service_Dfareporting_ReportCrossDimensionReachCriteria extends Goog
public $overlapMetricNames;
public $pivoted;
+
public function setBreakdown($breakdown)
{
$this->breakdown = $breakdown;
}
-
public function getBreakdown()
{
return $this->breakdown;
@@ -2092,7 +1958,6 @@ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
}
-
public function getDateRange()
{
return $this->dateRange;
@@ -2101,7 +1966,6 @@ public function setDimension($dimension)
{
$this->dimension = $dimension;
}
-
public function getDimension()
{
return $this->dimension;
@@ -2110,7 +1974,6 @@ public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -2119,7 +1982,6 @@ public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
}
-
public function getMetricNames()
{
return $this->metricNames;
@@ -2128,7 +1990,6 @@ public function setOverlapMetricNames($overlapMetricNames)
{
$this->overlapMetricNames = $overlapMetricNames;
}
-
public function getOverlapMetricNames()
{
return $this->overlapMetricNames;
@@ -2137,12 +1998,10 @@ public function setPivoted($pivoted)
{
$this->pivoted = $pivoted;
}
-
public function getPivoted()
{
return $this->pivoted;
}
-
}
class Google_Service_Dfareporting_ReportDelivery extends Google_Collection
@@ -2156,11 +2015,11 @@ class Google_Service_Dfareporting_ReportDelivery extends Google_Collection
protected $recipientsType = 'Google_Service_Dfareporting_Recipient';
protected $recipientsDataType = 'array';
+
public function setEmailOwner($emailOwner)
{
$this->emailOwner = $emailOwner;
}
-
public function getEmailOwner()
{
return $this->emailOwner;
@@ -2169,7 +2028,6 @@ public function setEmailOwnerDeliveryType($emailOwnerDeliveryType)
{
$this->emailOwnerDeliveryType = $emailOwnerDeliveryType;
}
-
public function getEmailOwnerDeliveryType()
{
return $this->emailOwnerDeliveryType;
@@ -2178,7 +2036,6 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
@@ -2187,12 +2044,10 @@ public function setRecipients($recipients)
{
$this->recipients = $recipients;
}
-
public function getRecipients()
{
return $this->recipients;
}
-
}
class Google_Service_Dfareporting_ReportFloodlightCriteria extends Google_Collection
@@ -2214,11 +2069,11 @@ class Google_Service_Dfareporting_ReportFloodlightCriteria extends Google_Collec
protected $reportPropertiesType = 'Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties';
protected $reportPropertiesDataType = '';
+
public function setCustomRichMediaEvents($customRichMediaEvents)
{
$this->customRichMediaEvents = $customRichMediaEvents;
}
-
public function getCustomRichMediaEvents()
{
return $this->customRichMediaEvents;
@@ -2227,7 +2082,6 @@ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
}
-
public function getDateRange()
{
return $this->dateRange;
@@ -2236,7 +2090,6 @@ public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -2245,7 +2098,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -2254,7 +2106,6 @@ public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue
{
$this->floodlightConfigId = $floodlightConfigId;
}
-
public function getFloodlightConfigId()
{
return $this->floodlightConfigId;
@@ -2263,7 +2114,6 @@ public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
}
-
public function getMetricNames()
{
return $this->metricNames;
@@ -2272,12 +2122,10 @@ public function setReportProperties(Google_Service_Dfareporting_ReportFloodlight
{
$this->reportProperties = $reportProperties;
}
-
public function getReportProperties()
{
return $this->reportProperties;
}
-
}
class Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties extends Google_Model
@@ -2288,11 +2136,11 @@ class Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties exten
public $includeUnattributedCookieConversions;
public $includeUnattributedIPConversions;
+
public function setIncludeAttributedIPConversions($includeAttributedIPConversions)
{
$this->includeAttributedIPConversions = $includeAttributedIPConversions;
}
-
public function getIncludeAttributedIPConversions()
{
return $this->includeAttributedIPConversions;
@@ -2301,7 +2149,6 @@ public function setIncludeUnattributedCookieConversions($includeUnattributedCook
{
$this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions;
}
-
public function getIncludeUnattributedCookieConversions()
{
return $this->includeUnattributedCookieConversions;
@@ -2310,12 +2157,10 @@ public function setIncludeUnattributedIPConversions($includeUnattributedIPConver
{
$this->includeUnattributedIPConversions = $includeUnattributedIPConversions;
}
-
public function getIncludeUnattributedIPConversions()
{
return $this->includeUnattributedIPConversions;
}
-
}
class Google_Service_Dfareporting_ReportList extends Google_Collection
@@ -2329,11 +2174,11 @@ class Google_Service_Dfareporting_ReportList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2342,7 +2187,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2351,7 +2195,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2360,12 +2203,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Dfareporting_ReportPathToConversionCriteria extends Google_Collection
@@ -2391,11 +2232,11 @@ class Google_Service_Dfareporting_ReportPathToConversionCriteria extends Google_
protected $reportPropertiesType = 'Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties';
protected $reportPropertiesDataType = '';
+
public function setActivityFilters($activityFilters)
{
$this->activityFilters = $activityFilters;
}
-
public function getActivityFilters()
{
return $this->activityFilters;
@@ -2404,7 +2245,6 @@ public function setConversionDimensions($conversionDimensions)
{
$this->conversionDimensions = $conversionDimensions;
}
-
public function getConversionDimensions()
{
return $this->conversionDimensions;
@@ -2413,7 +2253,6 @@ public function setCustomFloodlightVariables($customFloodlightVariables)
{
$this->customFloodlightVariables = $customFloodlightVariables;
}
-
public function getCustomFloodlightVariables()
{
return $this->customFloodlightVariables;
@@ -2422,7 +2261,6 @@ public function setCustomRichMediaEvents($customRichMediaEvents)
{
$this->customRichMediaEvents = $customRichMediaEvents;
}
-
public function getCustomRichMediaEvents()
{
return $this->customRichMediaEvents;
@@ -2431,7 +2269,6 @@ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
}
-
public function getDateRange()
{
return $this->dateRange;
@@ -2440,7 +2277,6 @@ public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue
{
$this->floodlightConfigId = $floodlightConfigId;
}
-
public function getFloodlightConfigId()
{
return $this->floodlightConfigId;
@@ -2449,7 +2285,6 @@ public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
}
-
public function getMetricNames()
{
return $this->metricNames;
@@ -2458,7 +2293,6 @@ public function setPerInteractionDimensions($perInteractionDimensions)
{
$this->perInteractionDimensions = $perInteractionDimensions;
}
-
public function getPerInteractionDimensions()
{
return $this->perInteractionDimensions;
@@ -2467,12 +2301,10 @@ public function setReportProperties(Google_Service_Dfareporting_ReportPathToConv
{
$this->reportProperties = $reportProperties;
}
-
public function getReportProperties()
{
return $this->reportProperties;
}
-
}
class Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties extends Google_Model
@@ -2489,11 +2321,11 @@ class Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties
public $maximumInteractionGap;
public $pivotOnInteractionPath;
+
public function setClicksLookbackWindow($clicksLookbackWindow)
{
$this->clicksLookbackWindow = $clicksLookbackWindow;
}
-
public function getClicksLookbackWindow()
{
return $this->clicksLookbackWindow;
@@ -2502,7 +2334,6 @@ public function setImpressionsLookbackWindow($impressionsLookbackWindow)
{
$this->impressionsLookbackWindow = $impressionsLookbackWindow;
}
-
public function getImpressionsLookbackWindow()
{
return $this->impressionsLookbackWindow;
@@ -2511,7 +2342,6 @@ public function setIncludeAttributedIPConversions($includeAttributedIPConversion
{
$this->includeAttributedIPConversions = $includeAttributedIPConversions;
}
-
public function getIncludeAttributedIPConversions()
{
return $this->includeAttributedIPConversions;
@@ -2520,7 +2350,6 @@ public function setIncludeUnattributedCookieConversions($includeUnattributedCook
{
$this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions;
}
-
public function getIncludeUnattributedCookieConversions()
{
return $this->includeUnattributedCookieConversions;
@@ -2529,7 +2358,6 @@ public function setIncludeUnattributedIPConversions($includeUnattributedIPConver
{
$this->includeUnattributedIPConversions = $includeUnattributedIPConversions;
}
-
public function getIncludeUnattributedIPConversions()
{
return $this->includeUnattributedIPConversions;
@@ -2538,7 +2366,6 @@ public function setMaximumClickInteractions($maximumClickInteractions)
{
$this->maximumClickInteractions = $maximumClickInteractions;
}
-
public function getMaximumClickInteractions()
{
return $this->maximumClickInteractions;
@@ -2547,7 +2374,6 @@ public function setMaximumImpressionInteractions($maximumImpressionInteractions)
{
$this->maximumImpressionInteractions = $maximumImpressionInteractions;
}
-
public function getMaximumImpressionInteractions()
{
return $this->maximumImpressionInteractions;
@@ -2556,7 +2382,6 @@ public function setMaximumInteractionGap($maximumInteractionGap)
{
$this->maximumInteractionGap = $maximumInteractionGap;
}
-
public function getMaximumInteractionGap()
{
return $this->maximumInteractionGap;
@@ -2565,12 +2390,10 @@ public function setPivotOnInteractionPath($pivotOnInteractionPath)
{
$this->pivotOnInteractionPath = $pivotOnInteractionPath;
}
-
public function getPivotOnInteractionPath()
{
return $this->pivotOnInteractionPath;
}
-
}
class Google_Service_Dfareporting_ReportReachCriteria extends Google_Collection
@@ -2591,11 +2414,11 @@ class Google_Service_Dfareporting_ReportReachCriteria extends Google_Collection
public $metricNames;
public $reachByFrequencyMetricNames;
+
public function setActivities(Google_Service_Dfareporting_Activities $activities)
{
$this->activities = $activities;
}
-
public function getActivities()
{
return $this->activities;
@@ -2604,7 +2427,6 @@ public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichM
{
$this->customRichMediaEvents = $customRichMediaEvents;
}
-
public function getCustomRichMediaEvents()
{
return $this->customRichMediaEvents;
@@ -2613,7 +2435,6 @@ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
}
-
public function getDateRange()
{
return $this->dateRange;
@@ -2622,7 +2443,6 @@ public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
}
-
public function getDimensionFilters()
{
return $this->dimensionFilters;
@@ -2631,7 +2451,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -2640,7 +2459,6 @@ public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
}
-
public function getMetricNames()
{
return $this->metricNames;
@@ -2649,12 +2467,10 @@ public function setReachByFrequencyMetricNames($reachByFrequencyMetricNames)
{
$this->reachByFrequencyMetricNames = $reachByFrequencyMetricNames;
}
-
public function getReachByFrequencyMetricNames()
{
return $this->reachByFrequencyMetricNames;
}
-
}
class Google_Service_Dfareporting_ReportSchedule extends Google_Collection
@@ -2670,11 +2486,11 @@ class Google_Service_Dfareporting_ReportSchedule extends Google_Collection
public $runsOnDayOfMonth;
public $startDate;
+
public function setActive($active)
{
$this->active = $active;
}
-
public function getActive()
{
return $this->active;
@@ -2683,7 +2499,6 @@ public function setEvery($every)
{
$this->every = $every;
}
-
public function getEvery()
{
return $this->every;
@@ -2692,7 +2507,6 @@ public function setExpirationDate($expirationDate)
{
$this->expirationDate = $expirationDate;
}
-
public function getExpirationDate()
{
return $this->expirationDate;
@@ -2701,7 +2515,6 @@ public function setRepeats($repeats)
{
$this->repeats = $repeats;
}
-
public function getRepeats()
{
return $this->repeats;
@@ -2710,7 +2523,6 @@ public function setRepeatsOnWeekDays($repeatsOnWeekDays)
{
$this->repeatsOnWeekDays = $repeatsOnWeekDays;
}
-
public function getRepeatsOnWeekDays()
{
return $this->repeatsOnWeekDays;
@@ -2719,7 +2531,6 @@ public function setRunsOnDayOfMonth($runsOnDayOfMonth)
{
$this->runsOnDayOfMonth = $runsOnDayOfMonth;
}
-
public function getRunsOnDayOfMonth()
{
return $this->runsOnDayOfMonth;
@@ -2728,12 +2539,10 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
}
-
}
class Google_Service_Dfareporting_SortedDimension extends Google_Model
@@ -2744,11 +2553,11 @@ class Google_Service_Dfareporting_SortedDimension extends Google_Model
public $name;
public $sortOrder;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2757,7 +2566,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2766,12 +2574,10 @@ public function setSortOrder($sortOrder)
{
$this->sortOrder = $sortOrder;
}
-
public function getSortOrder()
{
return $this->sortOrder;
}
-
}
class Google_Service_Dfareporting_UserProfile extends Google_Model
@@ -2787,11 +2593,11 @@ class Google_Service_Dfareporting_UserProfile extends Google_Model
public $subAccountName;
public $userName;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -2800,7 +2606,6 @@ public function setAccountName($accountName)
{
$this->accountName = $accountName;
}
-
public function getAccountName()
{
return $this->accountName;
@@ -2809,7 +2614,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2818,7 +2622,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2827,7 +2630,6 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
@@ -2836,7 +2638,6 @@ public function setSubAccountId($subAccountId)
{
$this->subAccountId = $subAccountId;
}
-
public function getSubAccountId()
{
return $this->subAccountId;
@@ -2845,7 +2646,6 @@ public function setSubAccountName($subAccountName)
{
$this->subAccountName = $subAccountName;
}
-
public function getSubAccountName()
{
return $this->subAccountName;
@@ -2854,12 +2654,10 @@ public function setUserName($userName)
{
$this->userName = $userName;
}
-
public function getUserName()
{
return $this->userName;
}
-
}
class Google_Service_Dfareporting_UserProfileList extends Google_Collection
@@ -2872,11 +2670,11 @@ class Google_Service_Dfareporting_UserProfileList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2885,7 +2683,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2894,10 +2691,8 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
From 113a8a355bafd1c5914f83babc8cd95a7de83b51 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Email Migration API lets you migrate emails of users to Google backends.
- *
* For more information about this service, see the API
@@ -32,7 +31,8 @@
class Google_Service_Admin extends Google_Service
{
/** Manage email messages of users on your domain. */
- const EMAIL_MIGRATION = "https://www.googleapis.com/auth/email.migration";
+ const EMAIL_MIGRATION =
+ "https://www.googleapis.com/auth/email.migration";
public $mail;
@@ -87,8 +87,7 @@ class Google_Service_Admin_Mail_Resource extends Google_Service_Resource
/**
* Insert Mail into Google's Gmail backends (mail.insert)
*
- * @param string $userKey
- * The email or immutable id of the user
+ * @param string $userKey The email or immutable id of the user
* @param Google_MailItem $postBody
* @param array $optParams Optional parameters.
*/
@@ -118,11 +117,11 @@ class Google_Service_Admin_MailItem extends Google_Collection
public $kind;
public $labels;
+
public function setIsDeleted($isDeleted)
{
$this->isDeleted = $isDeleted;
}
-
public function getIsDeleted()
{
return $this->isDeleted;
@@ -131,7 +130,6 @@ public function setIsDraft($isDraft)
{
$this->isDraft = $isDraft;
}
-
public function getIsDraft()
{
return $this->isDraft;
@@ -140,7 +138,6 @@ public function setIsInbox($isInbox)
{
$this->isInbox = $isInbox;
}
-
public function getIsInbox()
{
return $this->isInbox;
@@ -149,7 +146,6 @@ public function setIsSent($isSent)
{
$this->isSent = $isSent;
}
-
public function getIsSent()
{
return $this->isSent;
@@ -158,7 +154,6 @@ public function setIsStarred($isStarred)
{
$this->isStarred = $isStarred;
}
-
public function getIsStarred()
{
return $this->isStarred;
@@ -167,7 +162,6 @@ public function setIsTrash($isTrash)
{
$this->isTrash = $isTrash;
}
-
public function getIsTrash()
{
return $this->isTrash;
@@ -176,7 +170,6 @@ public function setIsUnread($isUnread)
{
$this->isUnread = $isUnread;
}
-
public function getIsUnread()
{
return $this->isUnread;
@@ -185,7 +178,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -194,10 +186,8 @@ public function setLabels($labels)
{
$this->labels = $labels;
}
-
public function getLabels()
{
return $this->labels;
}
-
}
From 0b30bc94865a8181d3708509f4926af390ca3e12 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you access user activities in your enterprise made through various applications.
- *
* For more information about this service, see the API
@@ -128,31 +128,26 @@ class Google_Service_Audit_Activities_Resource extends Google_Service_Resource
* Retrieves a list of activities for a specific customer and application.
* (activities.listActivities)
*
- * @param string $customerId
- * Represents the customer who is the owner of target object on which action was performed.
- * @param string $applicationId
- * Application ID of the application on which the event was performed.
+ * @param string $customerId Represents the customer who is the owner of target
+ * object on which action was performed.
+ * @param string $applicationId Application ID of the application on which the
+ * event was performed.
* @param array $optParams Optional parameters.
*
- * @opt_param string actorEmail
- * Email address of the user who performed the action.
- * @opt_param string actorApplicationId
- * Application ID of the application which interacted on behalf of the user while performing the
- * event.
- * @opt_param string actorIpAddress
- * IP Address of host where the event was performed. Supports both IPv4 and IPv6 addresses.
- * @opt_param string caller
- * Type of the caller.
- * @opt_param int maxResults
- * Number of activity records to be shown in each page.
- * @opt_param string eventName
- * Name of the event being queried.
- * @opt_param string startTime
- * Return events which occured at or after this time.
- * @opt_param string endTime
- * Return events which occured at or before this time.
- * @opt_param string continuationToken
- * Next page URL.
+ * @opt_param string actorEmail Email address of the user who performed the
+ * action.
+ * @opt_param string actorApplicationId Application ID of the application which
+ * interacted on behalf of the user while performing the event.
+ * @opt_param string actorIpAddress IP Address of host where the event was
+ * performed. Supports both IPv4 and IPv6 addresses.
+ * @opt_param string caller Type of the caller.
+ * @opt_param int maxResults Number of activity records to be shown in each
+ * page.
+ * @opt_param string eventName Name of the event being queried.
+ * @opt_param string startTime Return events which occured at or after this
+ * time.
+ * @opt_param string endTime Return events which occured at or before this time.
+ * @opt_param string continuationToken Next page URL.
* @return Google_Service_Audit_Activities
*/
public function listActivities($customerId, $applicationId, $optParams = array())
@@ -176,11 +171,11 @@ class Google_Service_Audit_Activities extends Google_Collection
public $kind;
public $next;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -189,7 +184,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -198,12 +192,10 @@ public function setNext($next)
{
$this->next = $next;
}
-
public function getNext()
{
return $this->next;
}
-
}
class Google_Service_Audit_Activity extends Google_Collection
@@ -221,11 +213,11 @@ class Google_Service_Audit_Activity extends Google_Collection
public $kind;
public $ownerDomain;
+
public function setActor(Google_Service_Audit_ActivityActor $actor)
{
$this->actor = $actor;
}
-
public function getActor()
{
return $this->actor;
@@ -234,7 +226,6 @@ public function setEvents($events)
{
$this->events = $events;
}
-
public function getEvents()
{
return $this->events;
@@ -243,7 +234,6 @@ public function setId(Google_Service_Audit_ActivityId $id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -252,7 +242,6 @@ public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
-
public function getIpAddress()
{
return $this->ipAddress;
@@ -261,7 +250,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -270,12 +258,10 @@ public function setOwnerDomain($ownerDomain)
{
$this->ownerDomain = $ownerDomain;
}
-
public function getOwnerDomain()
{
return $this->ownerDomain;
}
-
}
class Google_Service_Audit_ActivityActor extends Google_Model
@@ -287,11 +273,11 @@ class Google_Service_Audit_ActivityActor extends Google_Model
public $email;
public $key;
+
public function setApplicationId($applicationId)
{
$this->applicationId = $applicationId;
}
-
public function getApplicationId()
{
return $this->applicationId;
@@ -300,7 +286,6 @@ public function setCallerType($callerType)
{
$this->callerType = $callerType;
}
-
public function getCallerType()
{
return $this->callerType;
@@ -309,7 +294,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -318,12 +302,10 @@ public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
}
-
}
class Google_Service_Audit_ActivityEvents extends Google_Collection
@@ -336,11 +318,11 @@ class Google_Service_Audit_ActivityEvents extends Google_Collection
protected $parametersType = 'Google_Service_Audit_ActivityEventsParameters';
protected $parametersDataType = 'array';
+
public function setEventType($eventType)
{
$this->eventType = $eventType;
}
-
public function getEventType()
{
return $this->eventType;
@@ -349,7 +331,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -358,12 +339,10 @@ public function setParameters($parameters)
{
$this->parameters = $parameters;
}
-
public function getParameters()
{
return $this->parameters;
}
-
}
class Google_Service_Audit_ActivityEventsParameters extends Google_Model
@@ -373,11 +352,11 @@ class Google_Service_Audit_ActivityEventsParameters extends Google_Model
public $name;
public $value;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -386,12 +365,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Audit_ActivityId extends Google_Model
@@ -403,11 +380,11 @@ class Google_Service_Audit_ActivityId extends Google_Model
public $time;
public $uniqQualifier;
+
public function setApplicationId($applicationId)
{
$this->applicationId = $applicationId;
}
-
public function getApplicationId()
{
return $this->applicationId;
@@ -416,7 +393,6 @@ public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
-
public function getCustomerId()
{
return $this->customerId;
@@ -425,7 +401,6 @@ public function setTime($time)
{
$this->time = $time;
}
-
public function getTime()
{
return $this->time;
@@ -434,10 +409,8 @@ public function setUniqQualifier($uniqQualifier)
{
$this->uniqQualifier = $uniqQualifier;
}
-
public function getUniqQualifier()
{
return $this->uniqQualifier;
}
-
}
From 57035478cc8209472af5fd908b62117cb42bb2fa Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Licensing API to view and manage license for your domain.
- *
* For more information about this service, see the API
@@ -222,12 +221,9 @@ class Google_Service_Licensing_LicenseAssignments_Resource extends Google_Servic
/**
* Revoke License. (licenseAssignments.delete)
*
- * @param string $productId
- * Name for product
- * @param string $skuId
- * Name for sku
- * @param string $userId
- * email id or unique Id of the user
+ * @param string $productId Name for product
+ * @param string $skuId Name for sku
+ * @param string $userId email id or unique Id of the user
* @param array $optParams Optional parameters.
*/
public function delete($productId, $skuId, $userId, $optParams = array())
@@ -236,16 +232,14 @@ public function delete($productId, $skuId, $userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Get license assignment of a particular product and sku for a user
* (licenseAssignments.get)
*
- * @param string $productId
- * Name for product
- * @param string $skuId
- * Name for sku
- * @param string $userId
- * email id or unique Id of the user
+ * @param string $productId Name for product
+ * @param string $skuId Name for sku
+ * @param string $userId email id or unique Id of the user
* @param array $optParams Optional parameters.
* @return Google_Service_Licensing_LicenseAssignment
*/
@@ -255,13 +249,12 @@ public function get($productId, $skuId, $userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Licensing_LicenseAssignment");
}
+
/**
* Assign License. (licenseAssignments.insert)
*
- * @param string $productId
- * Name for product
- * @param string $skuId
- * Name for sku
+ * @param string $productId Name for product
+ * @param string $skuId Name for sku
* @param Google_LicenseAssignmentInsert $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Licensing_LicenseAssignment
@@ -272,21 +265,20 @@ public function insert($productId, $skuId, Google_Service_Licensing_LicenseAssig
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Licensing_LicenseAssignment");
}
+
/**
* List license assignments for given product of the customer.
* (licenseAssignments.listForProduct)
*
- * @param string $productId
- * Name for product
- * @param string $customerId
- * CustomerId represents the customer for whom licenseassignments are queried
+ * @param string $productId Name for product
+ * @param string $customerId CustomerId represents the customer for whom
+ * licenseassignments are queried
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token to fetch the next page.Optional. By default server will return first page
- * @opt_param string maxResults
- * Maximum number of campaigns to return at one time. Must be positive. Optional. Default value is
- * 100.
+ * @opt_param string pageToken Token to fetch the next page.Optional. By default
+ * server will return first page
+ * @opt_param string maxResults Maximum number of campaigns to return at one
+ * time. Must be positive. Optional. Default value is 100.
* @return Google_Service_Licensing_LicenseAssignmentList
*/
public function listForProduct($productId, $customerId, $optParams = array())
@@ -295,23 +287,21 @@ public function listForProduct($productId, $customerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('listForProduct', array($params), "Google_Service_Licensing_LicenseAssignmentList");
}
+
/**
* List license assignments for given product and sku of the customer.
* (licenseAssignments.listForProductAndSku)
*
- * @param string $productId
- * Name for product
- * @param string $skuId
- * Name for sku
- * @param string $customerId
- * CustomerId represents the customer for whom licenseassignments are queried
+ * @param string $productId Name for product
+ * @param string $skuId Name for sku
+ * @param string $customerId CustomerId represents the customer for whom
+ * licenseassignments are queried
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token to fetch the next page.Optional. By default server will return first page
- * @opt_param string maxResults
- * Maximum number of campaigns to return at one time. Must be positive. Optional. Default value is
- * 100.
+ * @opt_param string pageToken Token to fetch the next page.Optional. By default
+ * server will return first page
+ * @opt_param string maxResults Maximum number of campaigns to return at one
+ * time. Must be positive. Optional. Default value is 100.
* @return Google_Service_Licensing_LicenseAssignmentList
*/
public function listForProductAndSku($productId, $skuId, $customerId, $optParams = array())
@@ -320,16 +310,14 @@ public function listForProductAndSku($productId, $skuId, $customerId, $optParams
$params = array_merge($params, $optParams);
return $this->call('listForProductAndSku', array($params), "Google_Service_Licensing_LicenseAssignmentList");
}
+
/**
* Assign License. This method supports patch semantics.
* (licenseAssignments.patch)
*
- * @param string $productId
- * Name for product
- * @param string $skuId
- * Name for sku for which license would be revoked
- * @param string $userId
- * email id or unique Id of the user
+ * @param string $productId Name for product
+ * @param string $skuId Name for sku for which license would be revoked
+ * @param string $userId email id or unique Id of the user
* @param Google_LicenseAssignment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Licensing_LicenseAssignment
@@ -340,15 +328,13 @@ public function patch($productId, $skuId, $userId, Google_Service_Licensing_Lice
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Licensing_LicenseAssignment");
}
+
/**
* Assign License. (licenseAssignments.update)
*
- * @param string $productId
- * Name for product
- * @param string $skuId
- * Name for sku for which license would be revoked
- * @param string $userId
- * email id or unique Id of the user
+ * @param string $productId Name for product
+ * @param string $skuId Name for sku for which license would be revoked
+ * @param string $userId email id or unique Id of the user
* @param Google_LicenseAssignment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Licensing_LicenseAssignment
@@ -375,11 +361,11 @@ class Google_Service_Licensing_LicenseAssignment extends Google_Model
public $skuId;
public $userId;
+
public function setEtags($etags)
{
$this->etags = $etags;
}
-
public function getEtags()
{
return $this->etags;
@@ -388,7 +374,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -397,7 +382,6 @@ public function setProductId($productId)
{
$this->productId = $productId;
}
-
public function getProductId()
{
return $this->productId;
@@ -406,7 +390,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -415,7 +398,6 @@ public function setSkuId($skuId)
{
$this->skuId = $skuId;
}
-
public function getSkuId()
{
return $this->skuId;
@@ -424,12 +406,10 @@ public function setUserId($userId)
{
$this->userId = $userId;
}
-
public function getUserId()
{
return $this->userId;
}
-
}
class Google_Service_Licensing_LicenseAssignmentInsert extends Google_Model
@@ -438,16 +418,15 @@ class Google_Service_Licensing_LicenseAssignmentInsert extends Google_Model
);
public $userId;
+
public function setUserId($userId)
{
$this->userId = $userId;
}
-
public function getUserId()
{
return $this->userId;
}
-
}
class Google_Service_Licensing_LicenseAssignmentList extends Google_Collection
@@ -461,11 +440,11 @@ class Google_Service_Licensing_LicenseAssignmentList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -474,7 +453,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -483,7 +461,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -492,10 +469,8 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
From 5eadf3ae057e06bd136e30a180cfd679cefd8566 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Retrieve your YouTube Analytics reports.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_YouTubeAnalytics extends Google_Service
{
/** View YouTube Analytics monetary reports for your YouTube content. */
- const YT_ANALYTICS_MONETARY_READONLY = "https://www.googleapis.com/auth/yt-analytics-monetary.readonly";
+ const YT_ANALYTICS_MONETARY_READONLY =
+ "https://www.googleapis.com/auth/yt-analytics-monetary.readonly";
/** View YouTube Analytics reports for your YouTube content. */
- const YT_ANALYTICS_READONLY = "https://www.googleapis.com/auth/yt-analytics.readonly";
+ const YT_ANALYTICS_READONLY =
+ "https://www.googleapis.com/auth/yt-analytics.readonly";
public $batchReportDefinitions;
public $batchReports;
@@ -172,9 +173,8 @@ class Google_Service_YouTubeAnalytics_BatchReportDefinitions_Resource extends Go
* Retrieves a list of available batch report definitions.
* (batchReportDefinitions.listBatchReportDefinitions)
*
- * @param string $onBehalfOfContentOwner
- * The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on
- * behalf of.
+ * @param string $onBehalfOfContentOwner The onBehalfOfContentOwner parameter
+ * identifies the content owner that the user is acting on behalf of.
* @param array $optParams Optional parameters.
* @return Google_Service_YouTubeAnalytics_BatchReportDefinitionList
*/
@@ -200,12 +200,11 @@ class Google_Service_YouTubeAnalytics_BatchReports_Resource extends Google_Servi
/**
* Retrieves a list of processed batch reports. (batchReports.listBatchReports)
*
- * @param string $batchReportDefinitionId
- * The batchReportDefinitionId parameter specifies the ID of the batch reportort definition for
- * which you are retrieving reports.
- * @param string $onBehalfOfContentOwner
- * The onBehalfOfContentOwner parameter identifies the content owner that the user is acting on
- * behalf of.
+ * @param string $batchReportDefinitionId The batchReportDefinitionId parameter
+ * specifies the ID of the batch reportort definition for which you are
+ * retrieving reports.
+ * @param string $onBehalfOfContentOwner The onBehalfOfContentOwner parameter
+ * identifies the content owner that the user is acting on behalf of.
* @param array $optParams Optional parameters.
* @return Google_Service_YouTubeAnalytics_BatchReportList
*/
@@ -231,45 +230,43 @@ class Google_Service_YouTubeAnalytics_Reports_Resource extends Google_Service_Re
/**
* Retrieve your YouTube Analytics reports. (reports.query)
*
- * @param string $ids
- * Identifies the YouTube channel or content owner for which you are retrieving YouTube Analytics
- * data.
- - To request data for a YouTube user, set the ids parameter value to channel==CHANNEL_ID,
- * where CHANNEL_ID specifies the unique YouTube channel ID.
- - To request data for a YouTube CMS
- * content owner, set the ids parameter value to contentOwner==OWNER_NAME, where OWNER_NAME is the
- * CMS name of the content owner.
- * @param string $startDate
- * The start date for fetching YouTube Analytics data. The value should be in YYYY-MM-DD format.
- * @param string $endDate
- * The end date for fetching YouTube Analytics data. The value should be in YYYY-MM-DD format.
- * @param string $metrics
- * A comma-separated list of YouTube Analytics metrics, such as views or likes,dislikes. See the
- * Available Reports document for a list of the reports that you can retrieve and the metrics
- * available in each report, and see the Metrics document for definitions of those metrics.
+ * @param string $ids Identifies the YouTube channel or content owner for which
+ * you are retrieving YouTube Analytics data. - To request data for a YouTube
+ * user, set the ids parameter value to channel==CHANNEL_ID, where CHANNEL_ID
+ * specifies the unique YouTube channel ID. - To request data for a YouTube CMS
+ * content owner, set the ids parameter value to contentOwner==OWNER_NAME, where
+ * OWNER_NAME is the CMS name of the content owner.
+ * @param string $startDate The start date for fetching YouTube Analytics data.
+ * The value should be in YYYY-MM-DD format.
+ * @param string $endDate The end date for fetching YouTube Analytics data. The
+ * value should be in YYYY-MM-DD format.
+ * @param string $metrics A comma-separated list of YouTube Analytics metrics,
+ * such as views or likes,dislikes. See the Available Reports document for a
+ * list of the reports that you can retrieve and the metrics available in each
+ * report, and see the Metrics document for definitions of those metrics.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of rows to include in the response.
- * @opt_param string sort
- * A comma-separated list of dimensions or metrics that determine the sort order for YouTube
- * Analytics data. By default the sort order is ascending. The '-' prefix causes descending sort
- * order.
- * @opt_param string dimensions
- * A comma-separated list of YouTube Analytics dimensions, such as views or ageGroup,gender. See
- * the Available Reports document for a list of the reports that you can retrieve and the
- * dimensions used for those reports. Also see the Dimensions document for definitions of those
- * dimensions.
- * @opt_param int start-index
- * An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter (one-based, inclusive).
- * @opt_param string filters
- * A list of filters that should be applied when retrieving YouTube Analytics data. The Available
- * Reports document identifies the dimensions that can be used to filter each report, and the
- * Dimensions document defines those dimensions. If a request uses multiple filters, join them
- * together with a semicolon (;), and the returned result table will satisfy both filters. For
- * example, a filters parameter value of video==dMH0bHeiRNg;country==IT restricts the result set to
- * include data for the given video in Italy.
+ * @opt_param int max-results The maximum number of rows to include in the
+ * response.
+ * @opt_param string sort A comma-separated list of dimensions or metrics that
+ * determine the sort order for YouTube Analytics data. By default the sort
+ * order is ascending. The '-' prefix causes descending sort order.
+ * @opt_param string dimensions A comma-separated list of YouTube Analytics
+ * dimensions, such as views or ageGroup,gender. See the Available Reports
+ * document for a list of the reports that you can retrieve and the dimensions
+ * used for those reports. Also see the Dimensions document for definitions of
+ * those dimensions.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter
+ * (one-based, inclusive).
+ * @opt_param string filters A list of filters that should be applied when
+ * retrieving YouTube Analytics data. The Available Reports document identifies
+ * the dimensions that can be used to filter each report, and the Dimensions
+ * document defines those dimensions. If a request uses multiple filters, join
+ * them together with a semicolon (;), and the returned result table will
+ * satisfy both filters. For example, a filters parameter value of
+ * video==dMH0bHeiRNg;country==IT restricts the result set to include data for
+ * the given video in Italy.
* @return Google_Service_YouTubeAnalytics_ResultTable
*/
public function query($ids, $startDate, $endDate, $metrics, $optParams = array())
@@ -292,11 +289,11 @@ class Google_Service_YouTubeAnalytics_BatchReportDefinitionList extends Google_C
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -305,12 +302,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplate extends Google_Collection
@@ -325,11 +320,11 @@ class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplate extends Goog
public $status;
public $type;
+
public function setDefaultOutput($defaultOutput)
{
$this->defaultOutput = $defaultOutput;
}
-
public function getDefaultOutput()
{
return $this->defaultOutput;
@@ -338,7 +333,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -347,7 +341,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -356,7 +349,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -365,12 +357,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplateDefaultOutput extends Google_Model
@@ -380,11 +370,11 @@ class Google_Service_YouTubeAnalytics_BatchReportDefinitionTemplateDefaultOutput
public $format;
public $type;
+
public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -393,12 +383,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_YouTubeAnalytics_BatchReportList extends Google_Collection
@@ -410,11 +398,11 @@ class Google_Service_YouTubeAnalytics_BatchReportList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -423,12 +411,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_YouTubeAnalytics_BatchReportTemplate extends Google_Collection
@@ -445,11 +431,11 @@ class Google_Service_YouTubeAnalytics_BatchReportTemplate extends Google_Collect
protected $timeSpanDataType = '';
public $timeUpdated;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -458,7 +444,6 @@ public function setOutputs($outputs)
{
$this->outputs = $outputs;
}
-
public function getOutputs()
{
return $this->outputs;
@@ -467,7 +452,6 @@ public function setReportId($reportId)
{
$this->reportId = $reportId;
}
-
public function getReportId()
{
return $this->reportId;
@@ -476,7 +460,6 @@ public function setTimeSpan(Google_Service_YouTubeAnalytics_BatchReportTemplateT
{
$this->timeSpan = $timeSpan;
}
-
public function getTimeSpan()
{
return $this->timeSpan;
@@ -485,12 +468,10 @@ public function setTimeUpdated($timeUpdated)
{
$this->timeUpdated = $timeUpdated;
}
-
public function getTimeUpdated()
{
return $this->timeUpdated;
}
-
}
class Google_Service_YouTubeAnalytics_BatchReportTemplateOutputs extends Google_Model
@@ -501,11 +482,11 @@ class Google_Service_YouTubeAnalytics_BatchReportTemplateOutputs extends Google_
public $format;
public $type;
+
public function setDownloadUrl($downloadUrl)
{
$this->downloadUrl = $downloadUrl;
}
-
public function getDownloadUrl()
{
return $this->downloadUrl;
@@ -514,7 +495,6 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -523,12 +503,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_YouTubeAnalytics_BatchReportTemplateTimeSpan extends Google_Model
@@ -538,11 +516,11 @@ class Google_Service_YouTubeAnalytics_BatchReportTemplateTimeSpan extends Google
public $endTime;
public $startTime;
+
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -551,12 +529,10 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
}
-
}
class Google_Service_YouTubeAnalytics_ResultTable extends Google_Collection
@@ -569,11 +545,11 @@ class Google_Service_YouTubeAnalytics_ResultTable extends Google_Collection
public $kind;
public $rows;
+
public function setColumnHeaders($columnHeaders)
{
$this->columnHeaders = $columnHeaders;
}
-
public function getColumnHeaders()
{
return $this->columnHeaders;
@@ -582,7 +558,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -591,12 +566,10 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
}
-
}
class Google_Service_YouTubeAnalytics_ResultTableColumnHeaders extends Google_Model
@@ -607,11 +580,11 @@ class Google_Service_YouTubeAnalytics_ResultTableColumnHeaders extends Google_Mo
public $dataType;
public $name;
+
public function setColumnType($columnType)
{
$this->columnType = $columnType;
}
-
public function getColumnType()
{
return $this->columnType;
@@ -620,7 +593,6 @@ public function setDataType($dataType)
{
$this->dataType = $dataType;
}
-
public function getDataType()
{
return $this->dataType;
@@ -629,10 +601,8 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
From fb8b162531c2a6c102fc16a94fa855bfd6ea9e01 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Deployment Manager API allows users to declaratively configure, deploy and run complex solutions on the Google Cloud Platform.
- *
* For more information about this service, see the API
@@ -32,17 +32,23 @@
class Google_Service_Manager extends Google_Service
{
/** View and manage your applications deployed on Google App Engine. */
- const APPENGINE_ADMIN = "https://www.googleapis.com/auth/appengine.admin";
+ const APPENGINE_ADMIN =
+ "https://www.googleapis.com/auth/appengine.admin";
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** View and manage your Google Compute Engine resources. */
- const COMPUTE = "https://www.googleapis.com/auth/compute";
+ const COMPUTE =
+ "https://www.googleapis.com/auth/compute";
/** Manage your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write";
+ const DEVSTORAGE_READ_WRITE =
+ "https://www.googleapis.com/auth/devstorage.read_write";
/** View and manage your Google Cloud Platform management resources and deployment status information. */
- const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman";
+ const NDEV_CLOUDMAN =
+ "https://www.googleapis.com/auth/ndev.cloudman";
/** View your Google Cloud Platform management resources and deployment status information. */
- const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly";
+ const NDEV_CLOUDMAN_READONLY =
+ "https://www.googleapis.com/auth/ndev.cloudman.readonly";
public $deployments;
public $templates;
@@ -235,11 +241,8 @@ class Google_Service_Manager_Deployments_Resource extends Google_Service_Resourc
* (deployments.delete)
*
* @param string $projectId
- *
* @param string $region
- *
* @param string $deploymentName
- *
* @param array $optParams Optional parameters.
*/
public function delete($projectId, $region, $deploymentName, $optParams = array())
@@ -248,15 +251,13 @@ public function delete($projectId, $region, $deploymentName, $optParams = array(
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* (deployments.get)
*
* @param string $projectId
- *
* @param string $region
- *
* @param string $deploymentName
- *
* @param array $optParams Optional parameters.
* @return Google_Service_Manager_Deployment
*/
@@ -266,13 +267,12 @@ public function get($projectId, $region, $deploymentName, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Manager_Deployment");
}
+
/**
* (deployments.insert)
*
* @param string $projectId
- *
* @param string $region
- *
* @param Google_Deployment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Manager_Deployment
@@ -283,21 +283,19 @@ public function insert($projectId, $region, Google_Service_Manager_Deployment $p
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Manager_Deployment");
}
+
/**
* (deployments.listDeployments)
*
* @param string $projectId
- *
* @param string $region
- *
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default:
- * 50)
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 100, inclusive. (Default: 50)
* @return Google_Service_Manager_DeploymentsListResponse
*/
public function listDeployments($projectId, $region, $optParams = array())
@@ -323,9 +321,7 @@ class Google_Service_Manager_Templates_Resource extends Google_Service_Resource
* (templates.delete)
*
* @param string $projectId
- *
* @param string $templateName
- *
* @param array $optParams Optional parameters.
*/
public function delete($projectId, $templateName, $optParams = array())
@@ -334,13 +330,12 @@ public function delete($projectId, $templateName, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* (templates.get)
*
* @param string $projectId
- *
* @param string $templateName
- *
* @param array $optParams Optional parameters.
* @return Google_Service_Manager_Template
*/
@@ -350,11 +345,11 @@ public function get($projectId, $templateName, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Manager_Template");
}
+
/**
* (templates.insert)
*
* @param string $projectId
- *
* @param Google_Template $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Manager_Template
@@ -365,19 +360,18 @@ public function insert($projectId, Google_Service_Manager_Template $postBody, $o
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Manager_Template");
}
+
/**
* (templates.listTemplates)
*
* @param string $projectId
- *
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 100, inclusive. (Default:
- * 50)
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 100, inclusive. (Default: 50)
* @return Google_Service_Manager_TemplatesListResponse
*/
public function listTemplates($projectId, $optParams = array())
@@ -399,11 +393,11 @@ class Google_Service_Manager_AccessConfig extends Google_Model
public $natIp;
public $type;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -412,7 +406,6 @@ public function setNatIp($natIp)
{
$this->natIp = $natIp;
}
-
public function getNatIp()
{
return $this->natIp;
@@ -421,12 +414,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Manager_Action extends Google_Collection
@@ -437,11 +428,11 @@ class Google_Service_Manager_Action extends Google_Collection
public $commands;
public $timeoutMs;
+
public function setCommands($commands)
{
$this->commands = $commands;
}
-
public function getCommands()
{
return $this->commands;
@@ -450,12 +441,10 @@ public function setTimeoutMs($timeoutMs)
{
$this->timeoutMs = $timeoutMs;
}
-
public function getTimeoutMs()
{
return $this->timeoutMs;
}
-
}
class Google_Service_Manager_AllowedRule extends Google_Collection
@@ -467,11 +456,11 @@ class Google_Service_Manager_AllowedRule extends Google_Collection
public $iPProtocol;
public $ports;
+
public function setIPProtocol($iPProtocol)
{
$this->iPProtocol = $iPProtocol;
}
-
public function getIPProtocol()
{
return $this->iPProtocol;
@@ -480,12 +469,10 @@ public function setPorts($ports)
{
$this->ports = $ports;
}
-
public function getPorts()
{
return $this->ports;
}
-
}
class Google_Service_Manager_AutoscalingModule extends Google_Model
@@ -500,11 +487,11 @@ class Google_Service_Manager_AutoscalingModule extends Google_Model
public $targetModule;
public $targetUtilization;
+
public function setCoolDownPeriodSec($coolDownPeriodSec)
{
$this->coolDownPeriodSec = $coolDownPeriodSec;
}
-
public function getCoolDownPeriodSec()
{
return $this->coolDownPeriodSec;
@@ -513,7 +500,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -522,7 +508,6 @@ public function setMaxNumReplicas($maxNumReplicas)
{
$this->maxNumReplicas = $maxNumReplicas;
}
-
public function getMaxNumReplicas()
{
return $this->maxNumReplicas;
@@ -531,7 +516,6 @@ public function setMinNumReplicas($minNumReplicas)
{
$this->minNumReplicas = $minNumReplicas;
}
-
public function getMinNumReplicas()
{
return $this->minNumReplicas;
@@ -540,7 +524,6 @@ public function setSignalType($signalType)
{
$this->signalType = $signalType;
}
-
public function getSignalType()
{
return $this->signalType;
@@ -549,7 +532,6 @@ public function setTargetModule($targetModule)
{
$this->targetModule = $targetModule;
}
-
public function getTargetModule()
{
return $this->targetModule;
@@ -558,12 +540,10 @@ public function setTargetUtilization($targetUtilization)
{
$this->targetUtilization = $targetUtilization;
}
-
public function getTargetUtilization()
{
return $this->targetUtilization;
}
-
}
class Google_Service_Manager_AutoscalingModuleStatus extends Google_Model
@@ -572,16 +552,15 @@ class Google_Service_Manager_AutoscalingModuleStatus extends Google_Model
);
public $autoscalingConfigUrl;
+
public function setAutoscalingConfigUrl($autoscalingConfigUrl)
{
$this->autoscalingConfigUrl = $autoscalingConfigUrl;
}
-
public function getAutoscalingConfigUrl()
{
return $this->autoscalingConfigUrl;
}
-
}
class Google_Service_Manager_DeployState extends Google_Model
@@ -591,11 +570,11 @@ class Google_Service_Manager_DeployState extends Google_Model
public $details;
public $status;
+
public function setDetails($details)
{
$this->details = $details;
}
-
public function getDetails()
{
return $this->details;
@@ -604,12 +583,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Manager_Deployment extends Google_Collection
@@ -628,11 +605,11 @@ class Google_Service_Manager_Deployment extends Google_Collection
protected $stateDataType = '';
public $templateName;
+
public function setCreationDate($creationDate)
{
$this->creationDate = $creationDate;
}
-
public function getCreationDate()
{
return $this->creationDate;
@@ -641,7 +618,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -650,7 +626,6 @@ public function setModules($modules)
{
$this->modules = $modules;
}
-
public function getModules()
{
return $this->modules;
@@ -659,7 +634,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -668,7 +642,6 @@ public function setOverrides($overrides)
{
$this->overrides = $overrides;
}
-
public function getOverrides()
{
return $this->overrides;
@@ -677,7 +650,6 @@ public function setState(Google_Service_Manager_DeployState $state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
@@ -686,20 +658,14 @@ public function setTemplateName($templateName)
{
$this->templateName = $templateName;
}
-
public function getTemplateName()
{
return $this->templateName;
}
-
}
class Google_Service_Manager_DeploymentModules extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Manager_DeploymentsListResponse extends Google_Collection
@@ -711,11 +677,11 @@ class Google_Service_Manager_DeploymentsListResponse extends Google_Collection
protected $resourcesType = 'Google_Service_Manager_Deployment';
protected $resourcesDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -724,12 +690,10 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
class Google_Service_Manager_DiskAttachment extends Google_Model
@@ -739,11 +703,11 @@ class Google_Service_Manager_DiskAttachment extends Google_Model
public $deviceName;
public $index;
+
public function setDeviceName($deviceName)
{
$this->deviceName = $deviceName;
}
-
public function getDeviceName()
{
return $this->deviceName;
@@ -752,12 +716,10 @@ public function setIndex($index)
{
$this->index = $index;
}
-
public function getIndex()
{
return $this->index;
}
-
}
class Google_Service_Manager_EnvVariable extends Google_Model
@@ -767,11 +729,11 @@ class Google_Service_Manager_EnvVariable extends Google_Model
public $hidden;
public $value;
+
public function setHidden($hidden)
{
$this->hidden = $hidden;
}
-
public function getHidden()
{
return $this->hidden;
@@ -780,12 +742,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Manager_ExistingDisk extends Google_Model
@@ -796,11 +756,11 @@ class Google_Service_Manager_ExistingDisk extends Google_Model
protected $attachmentDataType = '';
public $source;
+
public function setAttachment(Google_Service_Manager_DiskAttachment $attachment)
{
$this->attachment = $attachment;
}
-
public function getAttachment()
{
return $this->attachment;
@@ -809,12 +769,10 @@ public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
}
-
}
class Google_Service_Manager_FirewallModule extends Google_Collection
@@ -830,11 +788,11 @@ class Google_Service_Manager_FirewallModule extends Google_Collection
public $sourceTags;
public $targetTags;
+
public function setAllowed($allowed)
{
$this->allowed = $allowed;
}
-
public function getAllowed()
{
return $this->allowed;
@@ -843,7 +801,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -852,7 +809,6 @@ public function setNetwork($network)
{
$this->network = $network;
}
-
public function getNetwork()
{
return $this->network;
@@ -861,7 +817,6 @@ public function setSourceRanges($sourceRanges)
{
$this->sourceRanges = $sourceRanges;
}
-
public function getSourceRanges()
{
return $this->sourceRanges;
@@ -870,7 +825,6 @@ public function setSourceTags($sourceTags)
{
$this->sourceTags = $sourceTags;
}
-
public function getSourceTags()
{
return $this->sourceTags;
@@ -879,12 +833,10 @@ public function setTargetTags($targetTags)
{
$this->targetTags = $targetTags;
}
-
public function getTargetTags()
{
return $this->targetTags;
}
-
}
class Google_Service_Manager_FirewallModuleStatus extends Google_Model
@@ -893,16 +845,15 @@ class Google_Service_Manager_FirewallModuleStatus extends Google_Model
);
public $firewallUrl;
+
public function setFirewallUrl($firewallUrl)
{
$this->firewallUrl = $firewallUrl;
}
-
public function getFirewallUrl()
{
return $this->firewallUrl;
}
-
}
class Google_Service_Manager_HealthCheckModule extends Google_Model
@@ -918,11 +869,11 @@ class Google_Service_Manager_HealthCheckModule extends Google_Model
public $timeoutSec;
public $unhealthyThreshold;
+
public function setCheckIntervalSec($checkIntervalSec)
{
$this->checkIntervalSec = $checkIntervalSec;
}
-
public function getCheckIntervalSec()
{
return $this->checkIntervalSec;
@@ -931,7 +882,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -940,7 +890,6 @@ public function setHealthyThreshold($healthyThreshold)
{
$this->healthyThreshold = $healthyThreshold;
}
-
public function getHealthyThreshold()
{
return $this->healthyThreshold;
@@ -949,7 +898,6 @@ public function setHost($host)
{
$this->host = $host;
}
-
public function getHost()
{
return $this->host;
@@ -958,7 +906,6 @@ public function setPath($path)
{
$this->path = $path;
}
-
public function getPath()
{
return $this->path;
@@ -967,7 +914,6 @@ public function setPort($port)
{
$this->port = $port;
}
-
public function getPort()
{
return $this->port;
@@ -976,7 +922,6 @@ public function setTimeoutSec($timeoutSec)
{
$this->timeoutSec = $timeoutSec;
}
-
public function getTimeoutSec()
{
return $this->timeoutSec;
@@ -985,12 +930,10 @@ public function setUnhealthyThreshold($unhealthyThreshold)
{
$this->unhealthyThreshold = $unhealthyThreshold;
}
-
public function getUnhealthyThreshold()
{
return $this->unhealthyThreshold;
}
-
}
class Google_Service_Manager_HealthCheckModuleStatus extends Google_Model
@@ -999,16 +942,15 @@ class Google_Service_Manager_HealthCheckModuleStatus extends Google_Model
);
public $healthCheckUrl;
+
public function setHealthCheckUrl($healthCheckUrl)
{
$this->healthCheckUrl = $healthCheckUrl;
}
-
public function getHealthCheckUrl()
{
return $this->healthCheckUrl;
}
-
}
class Google_Service_Manager_LbModule extends Google_Collection
@@ -1024,11 +966,11 @@ class Google_Service_Manager_LbModule extends Google_Collection
public $sessionAffinity;
public $targetModules;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1037,7 +979,6 @@ public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
}
-
public function getHealthChecks()
{
return $this->healthChecks;
@@ -1046,7 +987,6 @@ public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
-
public function getIpAddress()
{
return $this->ipAddress;
@@ -1055,7 +995,6 @@ public function setIpProtocol($ipProtocol)
{
$this->ipProtocol = $ipProtocol;
}
-
public function getIpProtocol()
{
return $this->ipProtocol;
@@ -1064,7 +1003,6 @@ public function setPortRange($portRange)
{
$this->portRange = $portRange;
}
-
public function getPortRange()
{
return $this->portRange;
@@ -1073,7 +1011,6 @@ public function setSessionAffinity($sessionAffinity)
{
$this->sessionAffinity = $sessionAffinity;
}
-
public function getSessionAffinity()
{
return $this->sessionAffinity;
@@ -1082,12 +1019,10 @@ public function setTargetModules($targetModules)
{
$this->targetModules = $targetModules;
}
-
public function getTargetModules()
{
return $this->targetModules;
}
-
}
class Google_Service_Manager_LbModuleStatus extends Google_Model
@@ -1097,11 +1032,11 @@ class Google_Service_Manager_LbModuleStatus extends Google_Model
public $forwardingRuleUrl;
public $targetPoolUrl;
+
public function setForwardingRuleUrl($forwardingRuleUrl)
{
$this->forwardingRuleUrl = $forwardingRuleUrl;
}
-
public function getForwardingRuleUrl()
{
return $this->forwardingRuleUrl;
@@ -1110,12 +1045,10 @@ public function setTargetPoolUrl($targetPoolUrl)
{
$this->targetPoolUrl = $targetPoolUrl;
}
-
public function getTargetPoolUrl()
{
return $this->targetPoolUrl;
}
-
}
class Google_Service_Manager_Metadata extends Google_Collection
@@ -1127,11 +1060,11 @@ class Google_Service_Manager_Metadata extends Google_Collection
protected $itemsType = 'Google_Service_Manager_MetadataItem';
protected $itemsDataType = 'array';
+
public function setFingerPrint($fingerPrint)
{
$this->fingerPrint = $fingerPrint;
}
-
public function getFingerPrint()
{
return $this->fingerPrint;
@@ -1140,12 +1073,10 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
}
-
}
class Google_Service_Manager_MetadataItem extends Google_Model
@@ -1155,11 +1086,11 @@ class Google_Service_Manager_MetadataItem extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -1168,12 +1099,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Manager_Module extends Google_Model
@@ -1194,11 +1123,11 @@ class Google_Service_Manager_Module extends Google_Model
protected $replicaPoolModuleDataType = '';
public $type;
+
public function setAutoscalingModule(Google_Service_Manager_AutoscalingModule $autoscalingModule)
{
$this->autoscalingModule = $autoscalingModule;
}
-
public function getAutoscalingModule()
{
return $this->autoscalingModule;
@@ -1207,7 +1136,6 @@ public function setFirewallModule(Google_Service_Manager_FirewallModule $firewal
{
$this->firewallModule = $firewallModule;
}
-
public function getFirewallModule()
{
return $this->firewallModule;
@@ -1216,7 +1144,6 @@ public function setHealthCheckModule(Google_Service_Manager_HealthCheckModule $h
{
$this->healthCheckModule = $healthCheckModule;
}
-
public function getHealthCheckModule()
{
return $this->healthCheckModule;
@@ -1225,7 +1152,6 @@ public function setLbModule(Google_Service_Manager_LbModule $lbModule)
{
$this->lbModule = $lbModule;
}
-
public function getLbModule()
{
return $this->lbModule;
@@ -1234,7 +1160,6 @@ public function setNetworkModule(Google_Service_Manager_NetworkModule $networkMo
{
$this->networkModule = $networkModule;
}
-
public function getNetworkModule()
{
return $this->networkModule;
@@ -1243,7 +1168,6 @@ public function setReplicaPoolModule(Google_Service_Manager_ReplicaPoolModule $r
{
$this->replicaPoolModule = $replicaPoolModule;
}
-
public function getReplicaPoolModule()
{
return $this->replicaPoolModule;
@@ -1252,12 +1176,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Manager_ModuleStatus extends Google_Model
@@ -1280,11 +1202,11 @@ class Google_Service_Manager_ModuleStatus extends Google_Model
protected $stateDataType = '';
public $type;
+
public function setAutoscalingModuleStatus(Google_Service_Manager_AutoscalingModuleStatus $autoscalingModuleStatus)
{
$this->autoscalingModuleStatus = $autoscalingModuleStatus;
}
-
public function getAutoscalingModuleStatus()
{
return $this->autoscalingModuleStatus;
@@ -1293,7 +1215,6 @@ public function setFirewallModuleStatus(Google_Service_Manager_FirewallModuleSta
{
$this->firewallModuleStatus = $firewallModuleStatus;
}
-
public function getFirewallModuleStatus()
{
return $this->firewallModuleStatus;
@@ -1302,7 +1223,6 @@ public function setHealthCheckModuleStatus(Google_Service_Manager_HealthCheckMod
{
$this->healthCheckModuleStatus = $healthCheckModuleStatus;
}
-
public function getHealthCheckModuleStatus()
{
return $this->healthCheckModuleStatus;
@@ -1311,7 +1231,6 @@ public function setLbModuleStatus(Google_Service_Manager_LbModuleStatus $lbModul
{
$this->lbModuleStatus = $lbModuleStatus;
}
-
public function getLbModuleStatus()
{
return $this->lbModuleStatus;
@@ -1320,7 +1239,6 @@ public function setNetworkModuleStatus(Google_Service_Manager_NetworkModuleStatu
{
$this->networkModuleStatus = $networkModuleStatus;
}
-
public function getNetworkModuleStatus()
{
return $this->networkModuleStatus;
@@ -1329,7 +1247,6 @@ public function setReplicaPoolModuleStatus(Google_Service_Manager_ReplicaPoolMod
{
$this->replicaPoolModuleStatus = $replicaPoolModuleStatus;
}
-
public function getReplicaPoolModuleStatus()
{
return $this->replicaPoolModuleStatus;
@@ -1338,7 +1255,6 @@ public function setState(Google_Service_Manager_DeployState $state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
@@ -1347,12 +1263,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Manager_NetworkInterface extends Google_Collection
@@ -1366,11 +1280,11 @@ class Google_Service_Manager_NetworkInterface extends Google_Collection
public $network;
public $networkIp;
+
public function setAccessConfigs($accessConfigs)
{
$this->accessConfigs = $accessConfigs;
}
-
public function getAccessConfigs()
{
return $this->accessConfigs;
@@ -1379,7 +1293,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1388,7 +1301,6 @@ public function setNetwork($network)
{
$this->network = $network;
}
-
public function getNetwork()
{
return $this->network;
@@ -1397,12 +1309,10 @@ public function setNetworkIp($networkIp)
{
$this->networkIp = $networkIp;
}
-
public function getNetworkIp()
{
return $this->networkIp;
}
-
}
class Google_Service_Manager_NetworkModule extends Google_Model
@@ -1414,11 +1324,11 @@ class Google_Service_Manager_NetworkModule extends Google_Model
public $description;
public $gatewayIPv4;
+
public function setIPv4Range($iPv4Range)
{
$this->iPv4Range = $iPv4Range;
}
-
public function getIPv4Range()
{
return $this->iPv4Range;
@@ -1427,7 +1337,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1436,12 +1345,10 @@ public function setGatewayIPv4($gatewayIPv4)
{
$this->gatewayIPv4 = $gatewayIPv4;
}
-
public function getGatewayIPv4()
{
return $this->gatewayIPv4;
}
-
}
class Google_Service_Manager_NetworkModuleStatus extends Google_Model
@@ -1450,16 +1357,15 @@ class Google_Service_Manager_NetworkModuleStatus extends Google_Model
);
public $networkUrl;
+
public function setNetworkUrl($networkUrl)
{
$this->networkUrl = $networkUrl;
}
-
public function getNetworkUrl()
{
return $this->networkUrl;
}
-
}
class Google_Service_Manager_NewDisk extends Google_Model
@@ -1473,11 +1379,11 @@ class Google_Service_Manager_NewDisk extends Google_Model
protected $initializeParamsType = 'Google_Service_Manager_NewDiskInitializeParams';
protected $initializeParamsDataType = '';
+
public function setAttachment(Google_Service_Manager_DiskAttachment $attachment)
{
$this->attachment = $attachment;
}
-
public function getAttachment()
{
return $this->attachment;
@@ -1486,7 +1392,6 @@ public function setAutoDelete($autoDelete)
{
$this->autoDelete = $autoDelete;
}
-
public function getAutoDelete()
{
return $this->autoDelete;
@@ -1495,7 +1400,6 @@ public function setBoot($boot)
{
$this->boot = $boot;
}
-
public function getBoot()
{
return $this->boot;
@@ -1504,12 +1408,10 @@ public function setInitializeParams(Google_Service_Manager_NewDiskInitializePara
{
$this->initializeParams = $initializeParams;
}
-
public function getInitializeParams()
{
return $this->initializeParams;
}
-
}
class Google_Service_Manager_NewDiskInitializeParams extends Google_Model
@@ -1520,11 +1422,11 @@ class Google_Service_Manager_NewDiskInitializeParams extends Google_Model
public $diskType;
public $sourceImage;
+
public function setDiskSizeGb($diskSizeGb)
{
$this->diskSizeGb = $diskSizeGb;
}
-
public function getDiskSizeGb()
{
return $this->diskSizeGb;
@@ -1533,7 +1435,6 @@ public function setDiskType($diskType)
{
$this->diskType = $diskType;
}
-
public function getDiskType()
{
return $this->diskType;
@@ -1542,12 +1443,10 @@ public function setSourceImage($sourceImage)
{
$this->sourceImage = $sourceImage;
}
-
public function getSourceImage()
{
return $this->sourceImage;
}
-
}
class Google_Service_Manager_ParamOverride extends Google_Model
@@ -1557,11 +1456,11 @@ class Google_Service_Manager_ParamOverride extends Google_Model
public $path;
public $value;
+
public function setPath($path)
{
$this->path = $path;
}
-
public function getPath()
{
return $this->path;
@@ -1570,12 +1469,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Manager_ReplicaPoolModule extends Google_Collection
@@ -1591,11 +1488,11 @@ class Google_Service_Manager_ReplicaPoolModule extends Google_Collection
protected $replicaPoolParamsDataType = '';
public $resourceView;
+
public function setEnvVariables($envVariables)
{
$this->envVariables = $envVariables;
}
-
public function getEnvVariables()
{
return $this->envVariables;
@@ -1604,7 +1501,6 @@ public function setHealthChecks($healthChecks)
{
$this->healthChecks = $healthChecks;
}
-
public function getHealthChecks()
{
return $this->healthChecks;
@@ -1613,7 +1509,6 @@ public function setNumReplicas($numReplicas)
{
$this->numReplicas = $numReplicas;
}
-
public function getNumReplicas()
{
return $this->numReplicas;
@@ -1622,7 +1517,6 @@ public function setReplicaPoolParams(Google_Service_Manager_ReplicaPoolParams $r
{
$this->replicaPoolParams = $replicaPoolParams;
}
-
public function getReplicaPoolParams()
{
return $this->replicaPoolParams;
@@ -1631,20 +1525,14 @@ public function setResourceView($resourceView)
{
$this->resourceView = $resourceView;
}
-
public function getResourceView()
{
return $this->resourceView;
}
-
}
class Google_Service_Manager_ReplicaPoolModuleEnvVariables extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Manager_ReplicaPoolModuleStatus extends Google_Model
@@ -1654,11 +1542,11 @@ class Google_Service_Manager_ReplicaPoolModuleStatus extends Google_Model
public $replicaPoolUrl;
public $resourceViewUrl;
+
public function setReplicaPoolUrl($replicaPoolUrl)
{
$this->replicaPoolUrl = $replicaPoolUrl;
}
-
public function getReplicaPoolUrl()
{
return $this->replicaPoolUrl;
@@ -1667,12 +1555,10 @@ public function setResourceViewUrl($resourceViewUrl)
{
$this->resourceViewUrl = $resourceViewUrl;
}
-
public function getResourceViewUrl()
{
return $this->resourceViewUrl;
}
-
}
class Google_Service_Manager_ReplicaPoolParams extends Google_Model
@@ -1682,16 +1568,15 @@ class Google_Service_Manager_ReplicaPoolParams extends Google_Model
protected $v1beta1Type = 'Google_Service_Manager_ReplicaPoolParamsV1Beta1';
protected $v1beta1DataType = '';
+
public function setV1beta1(Google_Service_Manager_ReplicaPoolParamsV1Beta1 $v1beta1)
{
$this->v1beta1 = $v1beta1;
}
-
public function getV1beta1()
{
return $this->v1beta1;
}
-
}
class Google_Service_Manager_ReplicaPoolParamsV1Beta1 extends Google_Collection
@@ -1720,11 +1605,11 @@ class Google_Service_Manager_ReplicaPoolParamsV1Beta1 extends Google_Collection
protected $tagsDataType = '';
public $zone;
+
public function setAutoRestart($autoRestart)
{
$this->autoRestart = $autoRestart;
}
-
public function getAutoRestart()
{
return $this->autoRestart;
@@ -1733,7 +1618,6 @@ public function setBaseInstanceName($baseInstanceName)
{
$this->baseInstanceName = $baseInstanceName;
}
-
public function getBaseInstanceName()
{
return $this->baseInstanceName;
@@ -1742,7 +1626,6 @@ public function setCanIpForward($canIpForward)
{
$this->canIpForward = $canIpForward;
}
-
public function getCanIpForward()
{
return $this->canIpForward;
@@ -1751,7 +1634,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1760,7 +1642,6 @@ public function setDisksToAttach($disksToAttach)
{
$this->disksToAttach = $disksToAttach;
}
-
public function getDisksToAttach()
{
return $this->disksToAttach;
@@ -1769,7 +1650,6 @@ public function setDisksToCreate($disksToCreate)
{
$this->disksToCreate = $disksToCreate;
}
-
public function getDisksToCreate()
{
return $this->disksToCreate;
@@ -1778,7 +1658,6 @@ public function setInitAction($initAction)
{
$this->initAction = $initAction;
}
-
public function getInitAction()
{
return $this->initAction;
@@ -1787,7 +1666,6 @@ public function setMachineType($machineType)
{
$this->machineType = $machineType;
}
-
public function getMachineType()
{
return $this->machineType;
@@ -1796,7 +1674,6 @@ public function setMetadata(Google_Service_Manager_Metadata $metadata)
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -1805,7 +1682,6 @@ public function setNetworkInterfaces($networkInterfaces)
{
$this->networkInterfaces = $networkInterfaces;
}
-
public function getNetworkInterfaces()
{
return $this->networkInterfaces;
@@ -1814,7 +1690,6 @@ public function setOnHostMaintenance($onHostMaintenance)
{
$this->onHostMaintenance = $onHostMaintenance;
}
-
public function getOnHostMaintenance()
{
return $this->onHostMaintenance;
@@ -1823,7 +1698,6 @@ public function setServiceAccounts($serviceAccounts)
{
$this->serviceAccounts = $serviceAccounts;
}
-
public function getServiceAccounts()
{
return $this->serviceAccounts;
@@ -1832,7 +1706,6 @@ public function setTags(Google_Service_Manager_Tag $tags)
{
$this->tags = $tags;
}
-
public function getTags()
{
return $this->tags;
@@ -1841,12 +1714,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Manager_ServiceAccount extends Google_Collection
@@ -1857,11 +1728,11 @@ class Google_Service_Manager_ServiceAccount extends Google_Collection
public $email;
public $scopes;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1870,12 +1741,10 @@ public function setScopes($scopes)
{
$this->scopes = $scopes;
}
-
public function getScopes()
{
return $this->scopes;
}
-
}
class Google_Service_Manager_Tag extends Google_Collection
@@ -1886,11 +1755,11 @@ class Google_Service_Manager_Tag extends Google_Collection
public $fingerPrint;
public $items;
+
public function setFingerPrint($fingerPrint)
{
$this->fingerPrint = $fingerPrint;
}
-
public function getFingerPrint()
{
return $this->fingerPrint;
@@ -1899,12 +1768,10 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
}
-
}
class Google_Service_Manager_Template extends Google_Model
@@ -1918,11 +1785,11 @@ class Google_Service_Manager_Template extends Google_Model
protected $modulesDataType = 'map';
public $name;
+
public function setActions($actions)
{
$this->actions = $actions;
}
-
public function getActions()
{
return $this->actions;
@@ -1931,7 +1798,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1940,7 +1806,6 @@ public function setModules($modules)
{
$this->modules = $modules;
}
-
public function getModules()
{
return $this->modules;
@@ -1949,28 +1814,18 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Manager_TemplateActions extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Manager_TemplateModules extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Manager_TemplatesListResponse extends Google_Collection
@@ -1982,11 +1837,11 @@ class Google_Service_Manager_TemplatesListResponse extends Google_Collection
protected $resourcesType = 'Google_Service_Manager_Template';
protected $resourcesDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1995,10 +1850,8 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
From 545891788934932b80b0aab6fa1f54c71282b956 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Allows the administrators of Google Apps customers to fetch reports about the usage, collaboration, security and risk for their users.
- *
* For more information about this service, see the API
@@ -32,9 +32,11 @@
class Google_Service_Reports extends Google_Service
{
/** View audit reports of Google Apps for your domain. */
- const ADMIN_REPORTS_AUDIT_READONLY = "https://www.googleapis.com/auth/admin.reports.audit.readonly";
+ const ADMIN_REPORTS_AUDIT_READONLY =
+ "https://www.googleapis.com/auth/admin.reports.audit.readonly";
/** View usage reports of Google Apps for your domain. */
- const ADMIN_REPORTS_USAGE_READONLY = "https://www.googleapis.com/auth/admin.reports.usage.readonly";
+ const ADMIN_REPORTS_USAGE_READONLY =
+ "https://www.googleapis.com/auth/admin.reports.usage.readonly";
public $activities;
public $channels;
@@ -268,30 +270,27 @@ class Google_Service_Reports_Activities_Resource extends Google_Service_Resource
* Retrieves a list of activities for a specific customer and application.
* (activities.listActivities)
*
- * @param string $userKey
- * Represents the profile id or the user email for which the data should be filtered. When 'all' is
- * specified as the userKey, it returns usageReports for all users.
- * @param string $applicationName
- * Application name for which the events are to be retrieved.
+ * @param string $userKey Represents the profile id or the user email for which
+ * the data should be filtered. When 'all' is specified as the userKey, it
+ * returns usageReports for all users.
+ * @param string $applicationName Application name for which the events are to
+ * be retrieved.
* @param array $optParams Optional parameters.
*
- * @opt_param string startTime
- * Return events which occured at or after this time.
- * @opt_param string actorIpAddress
- * IP Address of host where the event was performed. Supports both IPv4 and IPv6 addresses.
- * @opt_param int maxResults
- * Number of activity records to be shown in each page.
- * @opt_param string eventName
- * Name of the event being queried.
- * @opt_param string pageToken
- * Token to specify next page.
- * @opt_param string filters
- * Event parameters in the form [parameter1 name][operator][parameter1 value],[parameter2
- * name][operator][parameter2 value],...
- * @opt_param string endTime
- * Return events which occured at or before this time.
- * @opt_param string customerId
- * Represents the customer for which the data is to be fetched.
+ * @opt_param string startTime Return events which occured at or after this
+ * time.
+ * @opt_param string actorIpAddress IP Address of host where the event was
+ * performed. Supports both IPv4 and IPv6 addresses.
+ * @opt_param int maxResults Number of activity records to be shown in each
+ * page.
+ * @opt_param string eventName Name of the event being queried.
+ * @opt_param string pageToken Token to specify next page.
+ * @opt_param string filters Event parameters in the form [parameter1
+ * name][operator][parameter1 value],[parameter2 name][operator][parameter2
+ * value],...
+ * @opt_param string endTime Return events which occured at or before this time.
+ * @opt_param string customerId Represents the customer for which the data is to
+ * be fetched.
* @return Google_Service_Reports_Activities
*/
public function listActivities($userKey, $applicationName, $optParams = array())
@@ -300,34 +299,32 @@ public function listActivities($userKey, $applicationName, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Reports_Activities");
}
+
/**
* Push changes to activities (activities.watch)
*
- * @param string $userKey
- * Represents the profile id or the user email for which the data should be filtered. When 'all' is
- * specified as the userKey, it returns usageReports for all users.
- * @param string $applicationName
- * Application name for which the events are to be retrieved.
+ * @param string $userKey Represents the profile id or the user email for which
+ * the data should be filtered. When 'all' is specified as the userKey, it
+ * returns usageReports for all users.
+ * @param string $applicationName Application name for which the events are to
+ * be retrieved.
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string startTime
- * Return events which occured at or after this time.
- * @opt_param string actorIpAddress
- * IP Address of host where the event was performed. Supports both IPv4 and IPv6 addresses.
- * @opt_param int maxResults
- * Number of activity records to be shown in each page.
- * @opt_param string eventName
- * Name of the event being queried.
- * @opt_param string pageToken
- * Token to specify next page.
- * @opt_param string filters
- * Event parameters in the form [parameter1 name][operator][parameter1 value],[parameter2
- * name][operator][parameter2 value],...
- * @opt_param string endTime
- * Return events which occured at or before this time.
- * @opt_param string customerId
- * Represents the customer for which the data is to be fetched.
+ * @opt_param string startTime Return events which occured at or after this
+ * time.
+ * @opt_param string actorIpAddress IP Address of host where the event was
+ * performed. Supports both IPv4 and IPv6 addresses.
+ * @opt_param int maxResults Number of activity records to be shown in each
+ * page.
+ * @opt_param string eventName Name of the event being queried.
+ * @opt_param string pageToken Token to specify next page.
+ * @opt_param string filters Event parameters in the form [parameter1
+ * name][operator][parameter1 value],[parameter2 name][operator][parameter2
+ * value],...
+ * @opt_param string endTime Return events which occured at or before this time.
+ * @opt_param string customerId Represents the customer for which the data is to
+ * be fetched.
* @return Google_Service_Reports_Channel
*/
public function watch($userKey, $applicationName, Google_Service_Reports_Channel $postBody, $optParams = array())
@@ -378,17 +375,15 @@ class Google_Service_Reports_CustomerUsageReports_Resource extends Google_Servic
* Retrieves a report which is a collection of properties / statistics for a
* specific customer. (customerUsageReports.get)
*
- * @param string $date
- * Represents the date in yyyy-mm-dd format for which the data is to be fetched.
+ * @param string $date Represents the date in yyyy-mm-dd format for which the
+ * data is to be fetched.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token to specify next page.
- * @opt_param string customerId
- * Represents the customer for which the data is to be fetched.
- * @opt_param string parameters
- * Represents the application name, parameter name pairs to fetch in csv as app_name1:param_name1,
- * app_name2:param_name2.
+ * @opt_param string pageToken Token to specify next page.
+ * @opt_param string customerId Represents the customer for which the data is to
+ * be fetched.
+ * @opt_param string parameters Represents the application name, parameter name
+ * pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2.
* @return Google_Service_Reports_UsageReports
*/
public function get($date, $optParams = array())
@@ -414,23 +409,21 @@ class Google_Service_Reports_UserUsageReport_Resource extends Google_Service_Res
* Retrieves a report which is a collection of properties / statistics for a set
* of users. (userUsageReport.get)
*
- * @param string $userKey
- * Represents the profile id or the user email for which the data should be filtered.
- * @param string $date
- * Represents the date in yyyy-mm-dd format for which the data is to be fetched.
+ * @param string $userKey Represents the profile id or the user email for which
+ * the data should be filtered.
+ * @param string $date Represents the date in yyyy-mm-dd format for which the
+ * data is to be fetched.
* @param array $optParams Optional parameters.
*
- * @opt_param string parameters
- * Represents the application name, parameter name pairs to fetch in csv as app_name1:param_name1,
- * app_name2:param_name2.
- * @opt_param string maxResults
- * Maximum number of results to return. Maximum allowed is 1000
- * @opt_param string pageToken
- * Token to specify next page.
- * @opt_param string filters
- * Represents the set of filters including parameter operator value.
- * @opt_param string customerId
- * Represents the customer for which the data is to be fetched.
+ * @opt_param string parameters Represents the application name, parameter name
+ * pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2.
+ * @opt_param string maxResults Maximum number of results to return. Maximum
+ * allowed is 1000
+ * @opt_param string pageToken Token to specify next page.
+ * @opt_param string filters Represents the set of filters including parameter
+ * operator value.
+ * @opt_param string customerId Represents the customer for which the data is to
+ * be fetched.
* @return Google_Service_Reports_UsageReports
*/
public function get($userKey, $date, $optParams = array())
@@ -455,11 +448,11 @@ class Google_Service_Reports_Activities extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -468,7 +461,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -477,7 +469,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -486,12 +477,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Reports_Activity extends Google_Collection
@@ -510,11 +499,11 @@ class Google_Service_Reports_Activity extends Google_Collection
public $kind;
public $ownerDomain;
+
public function setActor(Google_Service_Reports_ActivityActor $actor)
{
$this->actor = $actor;
}
-
public function getActor()
{
return $this->actor;
@@ -523,7 +512,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -532,7 +520,6 @@ public function setEvents($events)
{
$this->events = $events;
}
-
public function getEvents()
{
return $this->events;
@@ -541,7 +528,6 @@ public function setId(Google_Service_Reports_ActivityId $id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -550,7 +536,6 @@ public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
-
public function getIpAddress()
{
return $this->ipAddress;
@@ -559,7 +544,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -568,12 +552,10 @@ public function setOwnerDomain($ownerDomain)
{
$this->ownerDomain = $ownerDomain;
}
-
public function getOwnerDomain()
{
return $this->ownerDomain;
}
-
}
class Google_Service_Reports_ActivityActor extends Google_Model
@@ -585,11 +567,11 @@ class Google_Service_Reports_ActivityActor extends Google_Model
public $key;
public $profileId;
+
public function setCallerType($callerType)
{
$this->callerType = $callerType;
}
-
public function getCallerType()
{
return $this->callerType;
@@ -598,7 +580,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -607,7 +588,6 @@ public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -616,12 +596,10 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
}
-
}
class Google_Service_Reports_ActivityEvents extends Google_Collection
@@ -634,11 +612,11 @@ class Google_Service_Reports_ActivityEvents extends Google_Collection
protected $parametersDataType = 'array';
public $type;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -647,7 +625,6 @@ public function setParameters($parameters)
{
$this->parameters = $parameters;
}
-
public function getParameters()
{
return $this->parameters;
@@ -656,12 +633,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Reports_ActivityEventsParameters extends Google_Collection
@@ -676,11 +651,11 @@ class Google_Service_Reports_ActivityEventsParameters extends Google_Collection
public $name;
public $value;
+
public function setBoolValue($boolValue)
{
$this->boolValue = $boolValue;
}
-
public function getBoolValue()
{
return $this->boolValue;
@@ -689,7 +664,6 @@ public function setIntValue($intValue)
{
$this->intValue = $intValue;
}
-
public function getIntValue()
{
return $this->intValue;
@@ -698,7 +672,6 @@ public function setMultiIntValue($multiIntValue)
{
$this->multiIntValue = $multiIntValue;
}
-
public function getMultiIntValue()
{
return $this->multiIntValue;
@@ -707,7 +680,6 @@ public function setMultiValue($multiValue)
{
$this->multiValue = $multiValue;
}
-
public function getMultiValue()
{
return $this->multiValue;
@@ -716,7 +688,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -725,12 +696,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Reports_ActivityId extends Google_Model
@@ -742,11 +711,11 @@ class Google_Service_Reports_ActivityId extends Google_Model
public $time;
public $uniqueQualifier;
+
public function setApplicationName($applicationName)
{
$this->applicationName = $applicationName;
}
-
public function getApplicationName()
{
return $this->applicationName;
@@ -755,7 +724,6 @@ public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
-
public function getCustomerId()
{
return $this->customerId;
@@ -764,7 +732,6 @@ public function setTime($time)
{
$this->time = $time;
}
-
public function getTime()
{
return $this->time;
@@ -773,12 +740,10 @@ public function setUniqueQualifier($uniqueQualifier)
{
$this->uniqueQualifier = $uniqueQualifier;
}
-
public function getUniqueQualifier()
{
return $this->uniqueQualifier;
}
-
}
class Google_Service_Reports_Channel extends Google_Model
@@ -796,11 +761,11 @@ class Google_Service_Reports_Channel extends Google_Model
public $token;
public $type;
+
public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -809,7 +774,6 @@ public function setExpiration($expiration)
{
$this->expiration = $expiration;
}
-
public function getExpiration()
{
return $this->expiration;
@@ -818,7 +782,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -827,7 +790,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -836,7 +798,6 @@ public function setParams($params)
{
$this->params = $params;
}
-
public function getParams()
{
return $this->params;
@@ -845,7 +806,6 @@ public function setPayload($payload)
{
$this->payload = $payload;
}
-
public function getPayload()
{
return $this->payload;
@@ -854,7 +814,6 @@ public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -863,7 +822,6 @@ public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
}
-
public function getResourceUri()
{
return $this->resourceUri;
@@ -872,7 +830,6 @@ public function setToken($token)
{
$this->token = $token;
}
-
public function getToken()
{
return $this->token;
@@ -881,20 +838,14 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Reports_ChannelParams extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Reports_UsageReport extends Google_Collection
@@ -910,11 +861,11 @@ class Google_Service_Reports_UsageReport extends Google_Collection
protected $parametersType = 'Google_Service_Reports_UsageReportParameters';
protected $parametersDataType = 'array';
+
public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
@@ -923,7 +874,6 @@ public function setEntity(Google_Service_Reports_UsageReportEntity $entity)
{
$this->entity = $entity;
}
-
public function getEntity()
{
return $this->entity;
@@ -932,7 +882,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -941,7 +890,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -950,12 +898,10 @@ public function setParameters($parameters)
{
$this->parameters = $parameters;
}
-
public function getParameters()
{
return $this->parameters;
}
-
}
class Google_Service_Reports_UsageReportEntity extends Google_Model
@@ -967,11 +913,11 @@ class Google_Service_Reports_UsageReportEntity extends Google_Model
public $type;
public $userEmail;
+
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
-
public function getCustomerId()
{
return $this->customerId;
@@ -980,7 +926,6 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
@@ -989,7 +934,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -998,12 +942,10 @@ public function setUserEmail($userEmail)
{
$this->userEmail = $userEmail;
}
-
public function getUserEmail()
{
return $this->userEmail;
}
-
}
class Google_Service_Reports_UsageReportParameters extends Google_Collection
@@ -1018,11 +960,11 @@ class Google_Service_Reports_UsageReportParameters extends Google_Collection
public $name;
public $stringValue;
+
public function setBoolValue($boolValue)
{
$this->boolValue = $boolValue;
}
-
public function getBoolValue()
{
return $this->boolValue;
@@ -1031,7 +973,6 @@ public function setDatetimeValue($datetimeValue)
{
$this->datetimeValue = $datetimeValue;
}
-
public function getDatetimeValue()
{
return $this->datetimeValue;
@@ -1040,7 +981,6 @@ public function setIntValue($intValue)
{
$this->intValue = $intValue;
}
-
public function getIntValue()
{
return $this->intValue;
@@ -1049,7 +989,6 @@ public function setMsgValue($msgValue)
{
$this->msgValue = $msgValue;
}
-
public function getMsgValue()
{
return $this->msgValue;
@@ -1058,7 +997,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1067,20 +1005,14 @@ public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
}
-
public function getStringValue()
{
return $this->stringValue;
}
-
}
class Google_Service_Reports_UsageReportParametersMsgValue extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Reports_UsageReports extends Google_Collection
@@ -1096,11 +1028,11 @@ class Google_Service_Reports_UsageReports extends Google_Collection
protected $warningsType = 'Google_Service_Reports_UsageReportsWarnings';
protected $warningsDataType = 'array';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1109,7 +1041,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1118,7 +1049,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1127,7 +1057,6 @@ public function setUsageReports($usageReports)
{
$this->usageReports = $usageReports;
}
-
public function getUsageReports()
{
return $this->usageReports;
@@ -1136,12 +1065,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_Reports_UsageReportsWarnings extends Google_Collection
@@ -1154,11 +1081,11 @@ class Google_Service_Reports_UsageReportsWarnings extends Google_Collection
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1167,7 +1094,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -1176,12 +1102,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Reports_UsageReportsWarningsData extends Google_Model
@@ -1191,11 +1115,11 @@ class Google_Service_Reports_UsageReportsWarningsData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -1204,10 +1128,8 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
From 8ffaa0c18c8512d39700c901cc170a1d3e135ddd Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Resource View API allows users to create and manage logical sets of Google Compute Engine instances.
- *
* For more information about this service, see the API
@@ -32,15 +32,20 @@
class Google_Service_Resourceviews extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** View and manage your Google Compute Engine resources. */
- const COMPUTE = "https://www.googleapis.com/auth/compute";
+ const COMPUTE =
+ "https://www.googleapis.com/auth/compute";
/** View your Google Compute Engine resources. */
- const COMPUTE_READONLY = "https://www.googleapis.com/auth/compute.readonly";
+ const COMPUTE_READONLY =
+ "https://www.googleapis.com/auth/compute.readonly";
/** View and manage your Google Cloud Platform management resources and deployment status information. */
- const NDEV_CLOUDMAN = "https://www.googleapis.com/auth/ndev.cloudman";
+ const NDEV_CLOUDMAN =
+ "https://www.googleapis.com/auth/ndev.cloudman";
/** View your Google Cloud Platform management resources and deployment status information. */
- const NDEV_CLOUDMAN_READONLY = "https://www.googleapis.com/auth/ndev.cloudman.readonly";
+ const NDEV_CLOUDMAN_READONLY =
+ "https://www.googleapis.com/auth/ndev.cloudman.readonly";
public $zoneOperations;
public $zoneViews;
@@ -346,12 +351,9 @@ class Google_Service_Resourceviews_ZoneOperations_Resource extends Google_Servic
* Retrieves the specified zone-specific operation resource.
* (zoneOperations.get)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
- * @param string $operation
- * Name of the operation resource to return.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $operation Name of the operation resource to return.
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_Operation
*/
@@ -361,24 +363,21 @@ public function get($project, $zone, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Resourceviews_Operation");
}
+
/**
* Retrieves the list of operation resources contained within the specified
* zone. (zoneOperations.listZoneOperations)
*
- * @param string $project
- * Name of the project scoping this request.
- * @param string $zone
- * Name of the zone scoping this request.
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter
- * Optional. Filter expression for filtering listed resources.
- * @opt_param string pageToken
- * Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a
- * previous list request.
- * @opt_param string maxResults
- * Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
- * 500.
+ * @opt_param string filter Optional. Filter expression for filtering listed
+ * resources.
+ * @opt_param string pageToken Optional. Tag returned by a previous list request
+ * truncated by maxResults. Used to continue a previous list request.
+ * @opt_param string maxResults Optional. Maximum count of results to be
+ * returned. Maximum value is 500 and default value is 500.
* @return Google_Service_Resourceviews_OperationList
*/
public function listZoneOperations($project, $zone, $optParams = array())
@@ -403,12 +402,9 @@ class Google_Service_Resourceviews_ZoneViews_Resource extends Google_Service_Res
/**
* Add resources to the view. (zoneViews.addResources)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
- * @param string $resourceView
- * The name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
+ * @param string $resourceView The name of the resource view.
* @param Google_ZoneViewsAddResourcesRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_Operation
@@ -419,15 +415,13 @@ public function addResources($project, $zone, $resourceView, Google_Service_Reso
$params = array_merge($params, $optParams);
return $this->call('addResources', array($params), "Google_Service_Resourceviews_Operation");
}
+
/**
* Delete a resource view. (zoneViews.delete)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
- * @param string $resourceView
- * The name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
+ * @param string $resourceView The name of the resource view.
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_Operation
*/
@@ -437,15 +431,13 @@ public function delete($project, $zone, $resourceView, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Resourceviews_Operation");
}
+
/**
* Get the information of a zonal resource view. (zoneViews.get)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
- * @param string $resourceView
- * The name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
+ * @param string $resourceView The name of the resource view.
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_ResourceView
*/
@@ -455,20 +447,18 @@ public function get($project, $zone, $resourceView, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Resourceviews_ResourceView");
}
+
/**
* Get the service information of a resource view or a resource.
* (zoneViews.getService)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
- * @param string $resourceView
- * The name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
+ * @param string $resourceView The name of the resource view.
* @param array $optParams Optional parameters.
*
- * @opt_param string resourceName
- * The name of the resource if user wants to get the service information of the resource.
+ * @opt_param string resourceName The name of the resource if user wants to get
+ * the service information of the resource.
* @return Google_Service_Resourceviews_ZoneViewsGetServiceResponse
*/
public function getService($project, $zone, $resourceView, $optParams = array())
@@ -477,13 +467,12 @@ public function getService($project, $zone, $resourceView, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getService', array($params), "Google_Service_Resourceviews_ZoneViewsGetServiceResponse");
}
+
/**
* Create a resource view. (zoneViews.insert)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
* @param Google_ResourceView $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_Operation
@@ -494,21 +483,19 @@ public function insert($project, $zone, Google_Service_Resourceviews_ResourceVie
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Resourceviews_Operation");
}
+
/**
* List resource views. (zoneViews.listZoneViews)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
- * 5000)
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 5000, inclusive. (Default: 5000)
* @return Google_Service_Resourceviews_ZoneViewsList
*/
public function listZoneViews($project, $zone, $optParams = array())
@@ -517,32 +504,28 @@ public function listZoneViews($project, $zone, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Resourceviews_ZoneViewsList");
}
+
/**
* List the resources of the resource view. (zoneViews.listResources)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
- * @param string $resourceView
- * The name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
+ * @param string $resourceView The name of the resource view.
* @param array $optParams Optional parameters.
*
- * @opt_param string listState
- * The state of the instance to list. By default, it lists all instances.
- * @opt_param string format
- * The requested format of the return value. It can be URL or URL_PORT. A JSON object will be
- * included in the response based on the format. The default format is NONE, which results in no
- * JSON in the response.
- * @opt_param int maxResults
- * Maximum count of results to be returned. Acceptable values are 0 to 5000, inclusive. (Default:
- * 5000)
- * @opt_param string pageToken
- * Specifies a nextPageToken returned by a previous list request. This token can be used to request
- * the next page of results from a previous list request.
- * @opt_param string serviceName
- * The service name to return in the response. It is optional and if it is not set, all the service
- * end points will be returned.
+ * @opt_param string listState The state of the instance to list. By default, it
+ * lists all instances.
+ * @opt_param string format The requested format of the return value. It can be
+ * URL or URL_PORT. A JSON object will be included in the response based on the
+ * format. The default format is NONE, which results in no JSON in the response.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 5000, inclusive. (Default: 5000)
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param string serviceName The service name to return in the response. It
+ * is optional and if it is not set, all the service end points will be
+ * returned.
* @return Google_Service_Resourceviews_ZoneViewsListResourcesResponse
*/
public function listResources($project, $zone, $resourceView, $optParams = array())
@@ -551,15 +534,13 @@ public function listResources($project, $zone, $resourceView, $optParams = array
$params = array_merge($params, $optParams);
return $this->call('listResources', array($params), "Google_Service_Resourceviews_ZoneViewsListResourcesResponse");
}
+
/**
* Remove resources from the view. (zoneViews.removeResources)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
- * @param string $resourceView
- * The name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
+ * @param string $resourceView The name of the resource view.
* @param Google_ZoneViewsRemoveResourcesRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_Operation
@@ -570,16 +551,14 @@ public function removeResources($project, $zone, $resourceView, Google_Service_R
$params = array_merge($params, $optParams);
return $this->call('removeResources', array($params), "Google_Service_Resourceviews_Operation");
}
+
/**
* Update the service information of a resource view or a resource.
* (zoneViews.setService)
*
- * @param string $project
- * The project name of the resource view.
- * @param string $zone
- * The zone name of the resource view.
- * @param string $resourceView
- * The name of the resource view.
+ * @param string $project The project name of the resource view.
+ * @param string $zone The zone name of the resource view.
+ * @param string $resourceView The name of the resource view.
* @param Google_ZoneViewsSetServiceRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Resourceviews_Operation
@@ -602,11 +581,11 @@ class Google_Service_Resourceviews_Label extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -615,12 +594,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Resourceviews_ListResourceResponseItem extends Google_Model
@@ -630,11 +607,11 @@ class Google_Service_Resourceviews_ListResourceResponseItem extends Google_Model
public $endpoints;
public $resource;
+
public function setEndpoints($endpoints)
{
$this->endpoints = $endpoints;
}
-
public function getEndpoints()
{
return $this->endpoints;
@@ -643,20 +620,14 @@ public function setResource($resource)
{
$this->resource = $resource;
}
-
public function getResource()
{
return $this->resource;
}
-
}
class Google_Service_Resourceviews_ListResourceResponseItemEndpoints extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Resourceviews_Operation extends Google_Collection
@@ -689,11 +660,11 @@ class Google_Service_Resourceviews_Operation extends Google_Collection
protected $warningsDataType = 'array';
public $zone;
+
public function setClientOperationId($clientOperationId)
{
$this->clientOperationId = $clientOperationId;
}
-
public function getClientOperationId()
{
return $this->clientOperationId;
@@ -702,7 +673,6 @@ public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -711,7 +681,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -720,7 +689,6 @@ public function setError(Google_Service_Resourceviews_OperationError $error)
{
$this->error = $error;
}
-
public function getError()
{
return $this->error;
@@ -729,7 +697,6 @@ public function setHttpErrorMessage($httpErrorMessage)
{
$this->httpErrorMessage = $httpErrorMessage;
}
-
public function getHttpErrorMessage()
{
return $this->httpErrorMessage;
@@ -738,7 +705,6 @@ public function setHttpErrorStatusCode($httpErrorStatusCode)
{
$this->httpErrorStatusCode = $httpErrorStatusCode;
}
-
public function getHttpErrorStatusCode()
{
return $this->httpErrorStatusCode;
@@ -747,7 +713,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -756,7 +721,6 @@ public function setInsertTime($insertTime)
{
$this->insertTime = $insertTime;
}
-
public function getInsertTime()
{
return $this->insertTime;
@@ -765,7 +729,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -774,7 +737,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -783,7 +745,6 @@ public function setOperationType($operationType)
{
$this->operationType = $operationType;
}
-
public function getOperationType()
{
return $this->operationType;
@@ -792,7 +753,6 @@ public function setProgress($progress)
{
$this->progress = $progress;
}
-
public function getProgress()
{
return $this->progress;
@@ -801,7 +761,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -810,7 +769,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -819,7 +777,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -828,7 +785,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -837,7 +793,6 @@ public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
}
-
public function getStatusMessage()
{
return $this->statusMessage;
@@ -846,7 +801,6 @@ public function setTargetId($targetId)
{
$this->targetId = $targetId;
}
-
public function getTargetId()
{
return $this->targetId;
@@ -855,7 +809,6 @@ public function setTargetLink($targetLink)
{
$this->targetLink = $targetLink;
}
-
public function getTargetLink()
{
return $this->targetLink;
@@ -864,7 +817,6 @@ public function setUser($user)
{
$this->user = $user;
}
-
public function getUser()
{
return $this->user;
@@ -873,7 +825,6 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
@@ -882,12 +833,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_Resourceviews_OperationError extends Google_Collection
@@ -898,16 +847,15 @@ class Google_Service_Resourceviews_OperationError extends Google_Collection
protected $errorsType = 'Google_Service_Resourceviews_OperationErrorErrors';
protected $errorsDataType = 'array';
+
public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
}
-
}
class Google_Service_Resourceviews_OperationErrorErrors extends Google_Model
@@ -918,11 +866,11 @@ class Google_Service_Resourceviews_OperationErrorErrors extends Google_Model
public $location;
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -931,7 +879,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -940,12 +887,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Resourceviews_OperationList extends Google_Collection
@@ -960,11 +905,11 @@ class Google_Service_Resourceviews_OperationList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -973,7 +918,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -982,7 +926,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -991,7 +934,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1000,12 +942,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Resourceviews_OperationWarnings extends Google_Collection
@@ -1018,11 +958,11 @@ class Google_Service_Resourceviews_OperationWarnings extends Google_Collection
protected $dataDataType = 'array';
public $message;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1031,7 +971,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -1040,12 +979,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Resourceviews_OperationWarningsData extends Google_Model
@@ -1055,11 +992,11 @@ class Google_Service_Resourceviews_OperationWarningsData extends Google_Model
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -1068,12 +1005,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Resourceviews_ResourceView extends Google_Collection
@@ -1096,11 +1031,11 @@ class Google_Service_Resourceviews_ResourceView extends Google_Collection
public $selfLink;
public $size;
+
public function setCreationTimestamp($creationTimestamp)
{
$this->creationTimestamp = $creationTimestamp;
}
-
public function getCreationTimestamp()
{
return $this->creationTimestamp;
@@ -1109,7 +1044,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1118,7 +1052,6 @@ public function setEndpoints($endpoints)
{
$this->endpoints = $endpoints;
}
-
public function getEndpoints()
{
return $this->endpoints;
@@ -1127,7 +1060,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -1136,7 +1068,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1145,7 +1076,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1154,7 +1084,6 @@ public function setLabels($labels)
{
$this->labels = $labels;
}
-
public function getLabels()
{
return $this->labels;
@@ -1163,7 +1092,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1172,7 +1100,6 @@ public function setNetwork($network)
{
$this->network = $network;
}
-
public function getNetwork()
{
return $this->network;
@@ -1181,7 +1108,6 @@ public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
@@ -1190,7 +1116,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1199,12 +1124,10 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
}
-
}
class Google_Service_Resourceviews_ServiceEndpoint extends Google_Model
@@ -1214,11 +1137,11 @@ class Google_Service_Resourceviews_ServiceEndpoint extends Google_Model
public $name;
public $port;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1227,12 +1150,10 @@ public function setPort($port)
{
$this->port = $port;
}
-
public function getPort()
{
return $this->port;
}
-
}
class Google_Service_Resourceviews_ZoneViewsAddResourcesRequest extends Google_Collection
@@ -1242,16 +1163,15 @@ class Google_Service_Resourceviews_ZoneViewsAddResourcesRequest extends Google_C
);
public $resources;
+
public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
class Google_Service_Resourceviews_ZoneViewsGetServiceResponse extends Google_Collection
@@ -1263,11 +1183,11 @@ class Google_Service_Resourceviews_ZoneViewsGetServiceResponse extends Google_Co
protected $endpointsDataType = 'array';
public $fingerprint;
+
public function setEndpoints($endpoints)
{
$this->endpoints = $endpoints;
}
-
public function getEndpoints()
{
return $this->endpoints;
@@ -1276,12 +1196,10 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
}
-
}
class Google_Service_Resourceviews_ZoneViewsList extends Google_Collection
@@ -1295,11 +1213,11 @@ class Google_Service_Resourceviews_ZoneViewsList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1308,7 +1226,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1317,7 +1234,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1326,12 +1242,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google_Collection
@@ -1344,11 +1258,11 @@ class Google_Service_Resourceviews_ZoneViewsListResourcesResponse extends Google
public $network;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1357,7 +1271,6 @@ public function setNetwork($network)
{
$this->network = $network;
}
-
public function getNetwork()
{
return $this->network;
@@ -1366,12 +1279,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest extends Google_Collection
@@ -1381,16 +1292,15 @@ class Google_Service_Resourceviews_ZoneViewsRemoveResourcesRequest extends Googl
);
public $resources;
+
public function setResources($resources)
{
$this->resources = $resources;
}
-
public function getResources()
{
return $this->resources;
}
-
}
class Google_Service_Resourceviews_ZoneViewsSetServiceRequest extends Google_Collection
@@ -1403,11 +1313,11 @@ class Google_Service_Resourceviews_ZoneViewsSetServiceRequest extends Google_Col
public $fingerprint;
public $resourceName;
+
public function setEndpoints($endpoints)
{
$this->endpoints = $endpoints;
}
-
public function getEndpoints()
{
return $this->endpoints;
@@ -1416,7 +1326,6 @@ public function setFingerprint($fingerprint)
{
$this->fingerprint = $fingerprint;
}
-
public function getFingerprint()
{
return $this->fingerprint;
@@ -1425,10 +1334,8 @@ public function setResourceName($resourceName)
{
$this->resourceName = $resourceName;
}
-
public function getResourceName()
{
return $this->resourceName;
}
-
}
From 780a4a935c3d908dc6fb5fd13f8ca8d34c5a44c5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google+ API enables developers to build on top of the Google+ platform.
- *
* For more information about this service, see the API
@@ -32,25 +31,35 @@
class Google_Service_PlusDomains extends Google_Service
{
/** View your circles and the people and pages in them. */
- const PLUS_CIRCLES_READ = "https://www.googleapis.com/auth/plus.circles.read";
+ const PLUS_CIRCLES_READ =
+ "https://www.googleapis.com/auth/plus.circles.read";
/** Manage your circles and add people and pages. People and pages you add to your circles will be notified. Others may see this information publicly. People you add to circles can use Hangouts with you.. */
- const PLUS_CIRCLES_WRITE = "https://www.googleapis.com/auth/plus.circles.write";
+ const PLUS_CIRCLES_WRITE =
+ "https://www.googleapis.com/auth/plus.circles.write";
/** Know your basic profile info and list of people in your circles.. */
- const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login";
+ const PLUS_LOGIN =
+ "https://www.googleapis.com/auth/plus.login";
/** Know who you are on Google. */
- const PLUS_ME = "https://www.googleapis.com/auth/plus.me";
+ const PLUS_ME =
+ "https://www.googleapis.com/auth/plus.me";
/** Send your photos and videos to Google+. */
- const PLUS_MEDIA_UPLOAD = "https://www.googleapis.com/auth/plus.media.upload";
+ const PLUS_MEDIA_UPLOAD =
+ "https://www.googleapis.com/auth/plus.media.upload";
/** View your own Google+ profile and profiles visible to you. */
- const PLUS_PROFILES_READ = "https://www.googleapis.com/auth/plus.profiles.read";
+ const PLUS_PROFILES_READ =
+ "https://www.googleapis.com/auth/plus.profiles.read";
/** View your Google+ posts, comments, and stream. */
- const PLUS_STREAM_READ = "https://www.googleapis.com/auth/plus.stream.read";
+ const PLUS_STREAM_READ =
+ "https://www.googleapis.com/auth/plus.stream.read";
/** Manage your Google+ posts, comments, and stream. */
- const PLUS_STREAM_WRITE = "https://www.googleapis.com/auth/plus.stream.write";
+ const PLUS_STREAM_WRITE =
+ "https://www.googleapis.com/auth/plus.stream.write";
/** View your email address. */
- const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email";
+ const USERINFO_EMAIL =
+ "https://www.googleapis.com/auth/userinfo.email";
/** View your basic profile info. */
- const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile";
+ const USERINFO_PROFILE =
+ "https://www.googleapis.com/auth/userinfo.profile";
public $activities;
public $audiences;
@@ -458,8 +467,7 @@ class Google_Service_PlusDomains_Activities_Resource extends Google_Service_Reso
/**
* Get an activity. (activities.get)
*
- * @param string $activityId
- * The ID of the activity to get.
+ * @param string $activityId The ID of the activity to get.
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Activity
*/
@@ -469,19 +477,18 @@ public function get($activityId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_PlusDomains_Activity");
}
+
/**
* Create a new activity for the authenticated user. (activities.insert)
*
- * @param string $userId
- * The ID of the user to create the activity on behalf of. Its value should be "me", to indicate
- * the authenticated user.
+ * @param string $userId The ID of the user to create the activity on behalf of.
+ * Its value should be "me", to indicate the authenticated user.
* @param Google_Activity $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool preview
- * If "true", extract the potential media attachments for a URL. The response will include all
- * possible attachments for a URL, including video, photos, and articles based on the content of
- * the page.
+ * @opt_param bool preview If "true", extract the potential media attachments
+ * for a URL. The response will include all possible attachments for a URL,
+ * including video, photos, and articles based on the content of the page.
* @return Google_Service_PlusDomains_Activity
*/
public function insert($userId, Google_Service_PlusDomains_Activity $postBody, $optParams = array())
@@ -490,23 +497,22 @@ public function insert($userId, Google_Service_PlusDomains_Activity $postBody, $
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_PlusDomains_Activity");
}
+
/**
* List all of the activities in the specified collection for a particular user.
* (activities.listActivities)
*
- * @param string $userId
- * The ID of the user to get activities for. The special value "me" can be used to indicate the
- * authenticated user.
- * @param string $collection
- * The collection of activities to list.
+ * @param string $userId The ID of the user to get activities for. The special
+ * value "me" can be used to indicate the authenticated user.
+ * @param string $collection The collection of activities to list.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of activities to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of activities to include in
+ * the response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_PlusDomains_ActivityFeed
*/
public function listActivities($userId, $collection, $optParams = array())
@@ -532,17 +538,16 @@ class Google_Service_PlusDomains_Audiences_Resource extends Google_Service_Resou
* List all of the audiences to which a user can share.
* (audiences.listAudiences)
*
- * @param string $userId
- * The ID of the user to get audiences for. The special value "me" can be used to indicate the
- * authenticated user.
+ * @param string $userId The ID of the user to get audiences for. The special
+ * value "me" can be used to indicate the authenticated user.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of circles to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of circles to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_PlusDomains_AudiencesFeed
*/
public function listAudiences($userId, $optParams = array())
@@ -568,14 +573,13 @@ class Google_Service_PlusDomains_Circles_Resource extends Google_Service_Resourc
* Add a person to a circle. Google+ limits certain circle operations, including
* the number of circle adds. Learn More. (circles.addPeople)
*
- * @param string $circleId
- * The ID of the circle to add the person to.
+ * @param string $circleId The ID of the circle to add the person to.
* @param array $optParams Optional parameters.
*
- * @opt_param string userId
- * IDs of the people to add to the circle. Optional, can be repeated.
- * @opt_param string email
- * Email of the people to add to the circle. Optional, can be repeated.
+ * @opt_param string userId IDs of the people to add to the circle. Optional,
+ * can be repeated.
+ * @opt_param string email Email of the people to add to the circle. Optional,
+ * can be repeated.
* @return Google_Service_PlusDomains_Circle
*/
public function addPeople($circleId, $optParams = array())
@@ -584,11 +588,11 @@ public function addPeople($circleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('addPeople', array($params), "Google_Service_PlusDomains_Circle");
}
+
/**
* Get a circle. (circles.get)
*
- * @param string $circleId
- * The ID of the circle to get.
+ * @param string $circleId The ID of the circle to get.
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Circle
*/
@@ -598,12 +602,12 @@ public function get($circleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_PlusDomains_Circle");
}
+
/**
* Create a new circle for the authenticated user. (circles.insert)
*
- * @param string $userId
- * The ID of the user to create the circle on behalf of. The value "me" can be used to indicate the
- * authenticated user.
+ * @param string $userId The ID of the user to create the circle on behalf of.
+ * The value "me" can be used to indicate the authenticated user.
* @param Google_Circle $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Circle
@@ -614,20 +618,20 @@ public function insert($userId, Google_Service_PlusDomains_Circle $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_PlusDomains_Circle");
}
+
/**
* List all of the circles for a user. (circles.listCircles)
*
- * @param string $userId
- * The ID of the user to get circles for. The special value "me" can be used to indicate the
- * authenticated user.
+ * @param string $userId The ID of the user to get circles for. The special
+ * value "me" can be used to indicate the authenticated user.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of circles to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of circles to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_PlusDomains_CircleFeed
*/
public function listCircles($userId, $optParams = array())
@@ -636,12 +640,12 @@ public function listCircles($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_PlusDomains_CircleFeed");
}
+
/**
* Update a circle's description. This method supports patch semantics.
* (circles.patch)
*
- * @param string $circleId
- * The ID of the circle to update.
+ * @param string $circleId The ID of the circle to update.
* @param Google_Circle $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Circle
@@ -652,11 +656,11 @@ public function patch($circleId, Google_Service_PlusDomains_Circle $postBody, $o
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_PlusDomains_Circle");
}
+
/**
* Delete a circle. (circles.remove)
*
- * @param string $circleId
- * The ID of the circle to delete.
+ * @param string $circleId The ID of the circle to delete.
* @param array $optParams Optional parameters.
*/
public function remove($circleId, $optParams = array())
@@ -665,17 +669,17 @@ public function remove($circleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('remove', array($params));
}
+
/**
* Remove a person from a circle. (circles.removePeople)
*
- * @param string $circleId
- * The ID of the circle to remove the person from.
+ * @param string $circleId The ID of the circle to remove the person from.
* @param array $optParams Optional parameters.
*
- * @opt_param string userId
- * IDs of the people to remove from the circle. Optional, can be repeated.
- * @opt_param string email
- * Email of the people to add to the circle. Optional, can be repeated.
+ * @opt_param string userId IDs of the people to remove from the circle.
+ * Optional, can be repeated.
+ * @opt_param string email Email of the people to add to the circle. Optional,
+ * can be repeated.
*/
public function removePeople($circleId, $optParams = array())
{
@@ -683,11 +687,11 @@ public function removePeople($circleId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('removePeople', array($params));
}
+
/**
* Update a circle's description. (circles.update)
*
- * @param string $circleId
- * The ID of the circle to update.
+ * @param string $circleId The ID of the circle to update.
* @param Google_Circle $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Circle
@@ -714,8 +718,7 @@ class Google_Service_PlusDomains_Comments_Resource extends Google_Service_Resour
/**
* Get a comment. (comments.get)
*
- * @param string $commentId
- * The ID of the comment to get.
+ * @param string $commentId The ID of the comment to get.
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Comment
*/
@@ -725,11 +728,11 @@ public function get($commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_PlusDomains_Comment");
}
+
/**
* Create a new comment in reply to an activity. (comments.insert)
*
- * @param string $activityId
- * The ID of the activity to reply to.
+ * @param string $activityId The ID of the activity to reply to.
* @param Google_Comment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Comment
@@ -740,21 +743,20 @@ public function insert($activityId, Google_Service_PlusDomains_Comment $postBody
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_PlusDomains_Comment");
}
+
/**
* List all of the comments for an activity. (comments.listComments)
*
- * @param string $activityId
- * The ID of the activity to get comments for.
+ * @param string $activityId The ID of the activity to get comments for.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string sortOrder
- * The order in which to sort the list of comments.
- * @opt_param string maxResults
- * The maximum number of comments to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string sortOrder The order in which to sort the list of comments.
+ * @opt_param string maxResults The maximum number of comments to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_PlusDomains_CommentFeed
*/
public function listComments($activityId, $optParams = array())
@@ -782,10 +784,8 @@ class Google_Service_PlusDomains_Media_Resource extends Google_Service_Resource
* photos are less than 2048 pixels on their longest side or videos are less
* than 15 minutes in length. (media.insert)
*
- * @param string $userId
- * The ID of the user to create the activity on behalf of.
+ * @param string $userId The ID of the user to create the activity on behalf of.
* @param string $collection
- *
* @param Google_Media $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Media
@@ -812,9 +812,8 @@ class Google_Service_PlusDomains_People_Resource extends Google_Service_Resource
/**
* Get a person's profile. (people.get)
*
- * @param string $userId
- * The ID of the person to get the profile for. The special value "me" can be used to indicate the
- * authenticated user.
+ * @param string $userId The ID of the person to get the profile for. The
+ * special value "me" can be used to indicate the authenticated user.
* @param array $optParams Optional parameters.
* @return Google_Service_PlusDomains_Person
*/
@@ -824,24 +823,22 @@ public function get($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_PlusDomains_Person");
}
+
/**
* List all of the people in the specified collection. (people.listPeople)
*
- * @param string $userId
- * Get the collection of people for the person identified. Use "me" to indicate the authenticated
- * user.
- * @param string $collection
- * The collection of people to list.
+ * @param string $userId Get the collection of people for the person identified.
+ * Use "me" to indicate the authenticated user.
+ * @param string $collection The collection of people to list.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * The order to return people in.
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of people to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string orderBy The order to return people in.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of people to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_PlusDomains_PeopleFeed
*/
public function listPeople($userId, $collection, $optParams = array())
@@ -850,22 +847,22 @@ public function listPeople($userId, $collection, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_PlusDomains_PeopleFeed");
}
+
/**
* List all of the people in the specified collection for a particular activity.
* (people.listByActivity)
*
- * @param string $activityId
- * The ID of the activity to get the list of people for.
- * @param string $collection
- * The collection of people to list.
+ * @param string $activityId The ID of the activity to get the list of people
+ * for.
+ * @param string $collection The collection of people to list.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of people to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of people to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_PlusDomains_PeopleFeed
*/
public function listByActivity($activityId, $collection, $optParams = array())
@@ -874,19 +871,19 @@ public function listByActivity($activityId, $collection, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('listByActivity', array($params), "Google_Service_PlusDomains_PeopleFeed");
}
+
/**
* List all of the people who are members of a circle. (people.listByCircle)
*
- * @param string $circleId
- * The ID of the circle to get the members of.
+ * @param string $circleId The ID of the circle to get the members of.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of people to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of people to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_PlusDomains_PeopleFeed
*/
public function listByCircle($circleId, $optParams = array())
@@ -911,11 +908,11 @@ class Google_Service_PlusDomains_Acl extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -924,7 +921,6 @@ public function setDomainRestricted($domainRestricted)
{
$this->domainRestricted = $domainRestricted;
}
-
public function getDomainRestricted()
{
return $this->domainRestricted;
@@ -933,7 +929,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -942,12 +937,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_PlusDomains_Activity extends Google_Model
@@ -980,11 +973,11 @@ class Google_Service_PlusDomains_Activity extends Google_Model
public $url;
public $verb;
+
public function setAccess(Google_Service_PlusDomains_Acl $access)
{
$this->access = $access;
}
-
public function getAccess()
{
return $this->access;
@@ -993,7 +986,6 @@ public function setActor(Google_Service_PlusDomains_ActivityActor $actor)
{
$this->actor = $actor;
}
-
public function getActor()
{
return $this->actor;
@@ -1002,7 +994,6 @@ public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -1011,7 +1002,6 @@ public function setAnnotation($annotation)
{
$this->annotation = $annotation;
}
-
public function getAnnotation()
{
return $this->annotation;
@@ -1020,7 +1010,6 @@ public function setCrosspostSource($crosspostSource)
{
$this->crosspostSource = $crosspostSource;
}
-
public function getCrosspostSource()
{
return $this->crosspostSource;
@@ -1029,7 +1018,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1038,7 +1026,6 @@ public function setGeocode($geocode)
{
$this->geocode = $geocode;
}
-
public function getGeocode()
{
return $this->geocode;
@@ -1047,7 +1034,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1056,7 +1042,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1065,7 +1050,6 @@ public function setLocation(Google_Service_PlusDomains_Place $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1074,7 +1058,6 @@ public function setObject(Google_Service_PlusDomains_ActivityObject $object)
{
$this->object = $object;
}
-
public function getObject()
{
return $this->object;
@@ -1083,7 +1066,6 @@ public function setPlaceId($placeId)
{
$this->placeId = $placeId;
}
-
public function getPlaceId()
{
return $this->placeId;
@@ -1092,7 +1074,6 @@ public function setPlaceName($placeName)
{
$this->placeName = $placeName;
}
-
public function getPlaceName()
{
return $this->placeName;
@@ -1101,7 +1082,6 @@ public function setProvider(Google_Service_PlusDomains_ActivityProvider $provide
{
$this->provider = $provider;
}
-
public function getProvider()
{
return $this->provider;
@@ -1110,7 +1090,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -1119,7 +1098,6 @@ public function setRadius($radius)
{
$this->radius = $radius;
}
-
public function getRadius()
{
return $this->radius;
@@ -1128,7 +1106,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -1137,7 +1114,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -1146,7 +1122,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -1155,12 +1130,10 @@ public function setVerb($verb)
{
$this->verb = $verb;
}
-
public function getVerb()
{
return $this->verb;
}
-
}
class Google_Service_PlusDomains_ActivityActor extends Google_Model
@@ -1175,11 +1148,11 @@ class Google_Service_PlusDomains_ActivityActor extends Google_Model
protected $nameDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1188,7 +1161,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1197,7 +1169,6 @@ public function setImage(Google_Service_PlusDomains_ActivityActorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -1206,7 +1177,6 @@ public function setName(Google_Service_PlusDomains_ActivityActorName $name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1215,12 +1185,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityActorImage extends Google_Model
@@ -1229,16 +1197,15 @@ class Google_Service_PlusDomains_ActivityActorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityActorName extends Google_Model
@@ -1248,11 +1215,11 @@ class Google_Service_PlusDomains_ActivityActorName extends Google_Model
public $familyName;
public $givenName;
+
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -1261,12 +1228,10 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
}
-
}
class Google_Service_PlusDomains_ActivityFeed extends Google_Collection
@@ -1285,11 +1250,11 @@ class Google_Service_PlusDomains_ActivityFeed extends Google_Collection
public $title;
public $updated;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1298,7 +1263,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1307,7 +1271,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1316,7 +1279,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1325,7 +1287,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -1334,7 +1295,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1343,7 +1303,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1352,7 +1311,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -1361,12 +1319,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_PlusDomains_ActivityObject extends Google_Collection
@@ -1392,11 +1348,11 @@ class Google_Service_PlusDomains_ActivityObject extends Google_Collection
protected $statusForViewerDataType = '';
public $url;
+
public function setActor(Google_Service_PlusDomains_ActivityObjectActor $actor)
{
$this->actor = $actor;
}
-
public function getActor()
{
return $this->actor;
@@ -1405,7 +1361,6 @@ public function setAttachments($attachments)
{
$this->attachments = $attachments;
}
-
public function getAttachments()
{
return $this->attachments;
@@ -1414,7 +1369,6 @@ public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -1423,7 +1377,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1432,7 +1385,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -1441,7 +1393,6 @@ public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
}
-
public function getOriginalContent()
{
return $this->originalContent;
@@ -1450,7 +1401,6 @@ public function setPlusoners(Google_Service_PlusDomains_ActivityObjectPlusoners
{
$this->plusoners = $plusoners;
}
-
public function getPlusoners()
{
return $this->plusoners;
@@ -1459,7 +1409,6 @@ public function setReplies(Google_Service_PlusDomains_ActivityObjectReplies $rep
{
$this->replies = $replies;
}
-
public function getReplies()
{
return $this->replies;
@@ -1468,7 +1417,6 @@ public function setResharers(Google_Service_PlusDomains_ActivityObjectResharers
{
$this->resharers = $resharers;
}
-
public function getResharers()
{
return $this->resharers;
@@ -1477,7 +1425,6 @@ public function setStatusForViewer(Google_Service_PlusDomains_ActivityObjectStat
{
$this->statusForViewer = $statusForViewer;
}
-
public function getStatusForViewer()
{
return $this->statusForViewer;
@@ -1486,12 +1433,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityObjectActor extends Google_Model
@@ -1504,11 +1449,11 @@ class Google_Service_PlusDomains_ActivityObjectActor extends Google_Model
protected $imageDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1517,7 +1462,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1526,7 +1470,6 @@ public function setImage(Google_Service_PlusDomains_ActivityObjectActorImage $im
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -1535,12 +1478,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityObjectActorImage extends Google_Model
@@ -1549,16 +1490,15 @@ class Google_Service_PlusDomains_ActivityObjectActorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityObjectAttachments extends Google_Collection
@@ -1582,11 +1522,11 @@ class Google_Service_PlusDomains_ActivityObjectAttachments extends Google_Collec
protected $thumbnailsDataType = 'array';
public $url;
+
public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -1595,7 +1535,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1604,7 +1543,6 @@ public function setEmbed(Google_Service_PlusDomains_ActivityObjectAttachmentsEmb
{
$this->embed = $embed;
}
-
public function getEmbed()
{
return $this->embed;
@@ -1613,7 +1551,6 @@ public function setFullImage(Google_Service_PlusDomains_ActivityObjectAttachment
{
$this->fullImage = $fullImage;
}
-
public function getFullImage()
{
return $this->fullImage;
@@ -1622,7 +1559,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1631,7 +1567,6 @@ public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsIma
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -1640,7 +1575,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -1649,7 +1583,6 @@ public function setPreviewThumbnails($previewThumbnails)
{
$this->previewThumbnails = $previewThumbnails;
}
-
public function getPreviewThumbnails()
{
return $this->previewThumbnails;
@@ -1658,7 +1591,6 @@ public function setThumbnails($thumbnails)
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -1667,12 +1599,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed extends Google_Model
@@ -1682,11 +1612,11 @@ class Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed extends Google_M
public $type;
public $url;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1695,12 +1625,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage extends Google_Model
@@ -1712,11 +1640,11 @@ class Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage extends Goog
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1725,7 +1653,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1734,7 +1661,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -1743,12 +1669,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsImage extends Google_Model
@@ -1760,11 +1684,11 @@ class Google_Service_PlusDomains_ActivityObjectAttachmentsImage extends Google_M
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1773,7 +1697,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1782,7 +1705,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -1791,12 +1713,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails extends Google_Model
@@ -1805,16 +1725,15 @@ class Google_Service_PlusDomains_ActivityObjectAttachmentsPreviewThumbnails exte
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails extends Google_Model
@@ -1826,11 +1745,11 @@ class Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnails extends Goo
protected $imageDataType = '';
public $url;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1839,7 +1758,6 @@ public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsThu
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -1848,12 +1766,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage extends Google_Model
@@ -1865,11 +1781,11 @@ class Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage extend
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1878,7 +1794,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1887,7 +1802,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -1896,12 +1810,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_PlusDomains_ActivityObjectPlusoners extends Google_Model
@@ -1911,11 +1823,11 @@ class Google_Service_PlusDomains_ActivityObjectPlusoners extends Google_Model
public $selfLink;
public $totalItems;
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1924,12 +1836,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_PlusDomains_ActivityObjectReplies extends Google_Model
@@ -1939,11 +1849,11 @@ class Google_Service_PlusDomains_ActivityObjectReplies extends Google_Model
public $selfLink;
public $totalItems;
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1952,12 +1862,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_PlusDomains_ActivityObjectResharers extends Google_Model
@@ -1967,11 +1875,11 @@ class Google_Service_PlusDomains_ActivityObjectResharers extends Google_Model
public $selfLink;
public $totalItems;
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1980,12 +1888,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_PlusDomains_ActivityObjectStatusForViewer extends Google_Model
@@ -1998,11 +1904,11 @@ class Google_Service_PlusDomains_ActivityObjectStatusForViewer extends Google_Mo
public $isPlusOned;
public $resharingDisabled;
+
public function setCanComment($canComment)
{
$this->canComment = $canComment;
}
-
public function getCanComment()
{
return $this->canComment;
@@ -2011,7 +1917,6 @@ public function setCanPlusone($canPlusone)
{
$this->canPlusone = $canPlusone;
}
-
public function getCanPlusone()
{
return $this->canPlusone;
@@ -2020,7 +1925,6 @@ public function setCanUpdate($canUpdate)
{
$this->canUpdate = $canUpdate;
}
-
public function getCanUpdate()
{
return $this->canUpdate;
@@ -2029,7 +1933,6 @@ public function setIsPlusOned($isPlusOned)
{
$this->isPlusOned = $isPlusOned;
}
-
public function getIsPlusOned()
{
return $this->isPlusOned;
@@ -2038,12 +1941,10 @@ public function setResharingDisabled($resharingDisabled)
{
$this->resharingDisabled = $resharingDisabled;
}
-
public function getResharingDisabled()
{
return $this->resharingDisabled;
}
-
}
class Google_Service_PlusDomains_ActivityProvider extends Google_Model
@@ -2052,16 +1953,15 @@ class Google_Service_PlusDomains_ActivityProvider extends Google_Model
);
public $title;
+
public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_PlusDomains_Audience extends Google_Model
@@ -2075,11 +1975,11 @@ class Google_Service_PlusDomains_Audience extends Google_Model
public $memberCount;
public $visibility;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2088,7 +1988,6 @@ public function setItem(Google_Service_PlusDomains_PlusDomainsAclentryResource $
{
$this->item = $item;
}
-
public function getItem()
{
return $this->item;
@@ -2097,7 +1996,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2106,7 +2004,6 @@ public function setMemberCount($memberCount)
{
$this->memberCount = $memberCount;
}
-
public function getMemberCount()
{
return $this->memberCount;
@@ -2115,12 +2012,10 @@ public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
-
public function getVisibility()
{
return $this->visibility;
}
-
}
class Google_Service_PlusDomains_AudiencesFeed extends Google_Collection
@@ -2135,11 +2030,11 @@ class Google_Service_PlusDomains_AudiencesFeed extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2148,7 +2043,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2157,7 +2051,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2166,7 +2059,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2175,12 +2067,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_PlusDomains_Circle extends Google_Model
@@ -2196,11 +2086,11 @@ class Google_Service_PlusDomains_Circle extends Google_Model
protected $peopleDataType = '';
public $selfLink;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2209,7 +2099,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -2218,7 +2107,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2227,7 +2115,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2236,7 +2123,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2245,7 +2131,6 @@ public function setPeople(Google_Service_PlusDomains_CirclePeople $people)
{
$this->people = $people;
}
-
public function getPeople()
{
return $this->people;
@@ -2254,12 +2139,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_PlusDomains_CircleFeed extends Google_Collection
@@ -2277,11 +2160,11 @@ class Google_Service_PlusDomains_CircleFeed extends Google_Collection
public $title;
public $totalItems;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2290,7 +2173,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2299,7 +2181,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2308,7 +2189,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -2317,7 +2197,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2326,7 +2205,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2335,7 +2213,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -2344,12 +2221,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_PlusDomains_CirclePeople extends Google_Model
@@ -2358,16 +2233,15 @@ class Google_Service_PlusDomains_CirclePeople extends Google_Model
);
public $totalItems;
+
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_PlusDomains_Comment extends Google_Collection
@@ -2391,11 +2265,11 @@ class Google_Service_PlusDomains_Comment extends Google_Collection
public $updated;
public $verb;
+
public function setActor(Google_Service_PlusDomains_CommentActor $actor)
{
$this->actor = $actor;
}
-
public function getActor()
{
return $this->actor;
@@ -2404,7 +2278,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2413,7 +2286,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2422,7 +2294,6 @@ public function setInReplyTo($inReplyTo)
{
$this->inReplyTo = $inReplyTo;
}
-
public function getInReplyTo()
{
return $this->inReplyTo;
@@ -2431,7 +2302,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2440,7 +2310,6 @@ public function setObject(Google_Service_PlusDomains_CommentObject $object)
{
$this->object = $object;
}
-
public function getObject()
{
return $this->object;
@@ -2449,7 +2318,6 @@ public function setPlusoners(Google_Service_PlusDomains_CommentPlusoners $pluson
{
$this->plusoners = $plusoners;
}
-
public function getPlusoners()
{
return $this->plusoners;
@@ -2458,7 +2326,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -2467,7 +2334,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2476,7 +2342,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -2485,12 +2350,10 @@ public function setVerb($verb)
{
$this->verb = $verb;
}
-
public function getVerb()
{
return $this->verb;
}
-
}
class Google_Service_PlusDomains_CommentActor extends Google_Model
@@ -2503,11 +2366,11 @@ class Google_Service_PlusDomains_CommentActor extends Google_Model
protected $imageDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -2516,7 +2379,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2525,7 +2387,6 @@ public function setImage(Google_Service_PlusDomains_CommentActorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -2534,12 +2395,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_CommentActorImage extends Google_Model
@@ -2548,16 +2407,15 @@ class Google_Service_PlusDomains_CommentActorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_CommentFeed extends Google_Collection
@@ -2575,11 +2433,11 @@ class Google_Service_PlusDomains_CommentFeed extends Google_Collection
public $title;
public $updated;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2588,7 +2446,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2597,7 +2454,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2606,7 +2462,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2615,7 +2470,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -2624,7 +2478,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2633,7 +2486,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -2642,12 +2494,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_PlusDomains_CommentInReplyTo extends Google_Model
@@ -2657,11 +2507,11 @@ class Google_Service_PlusDomains_CommentInReplyTo extends Google_Model
public $id;
public $url;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2670,12 +2520,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_CommentObject extends Google_Model
@@ -2686,11 +2534,11 @@ class Google_Service_PlusDomains_CommentObject extends Google_Model
public $objectType;
public $originalContent;
+
public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -2699,7 +2547,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -2708,12 +2555,10 @@ public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
}
-
public function getOriginalContent()
{
return $this->originalContent;
}
-
}
class Google_Service_PlusDomains_CommentPlusoners extends Google_Model
@@ -2722,16 +2567,15 @@ class Google_Service_PlusDomains_CommentPlusoners extends Google_Model
);
public $totalItems;
+
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_PlusDomains_Media extends Google_Collection
@@ -2761,11 +2605,11 @@ class Google_Service_PlusDomains_Media extends Google_Collection
public $videoStatus;
public $width;
+
public function setAuthor(Google_Service_PlusDomains_MediaAuthor $author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -2774,7 +2618,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -2783,7 +2626,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2792,7 +2634,6 @@ public function setExif(Google_Service_PlusDomains_MediaExif $exif)
{
$this->exif = $exif;
}
-
public function getExif()
{
return $this->exif;
@@ -2801,7 +2642,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -2810,7 +2650,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2819,7 +2658,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2828,7 +2666,6 @@ public function setMediaCreatedTime($mediaCreatedTime)
{
$this->mediaCreatedTime = $mediaCreatedTime;
}
-
public function getMediaCreatedTime()
{
return $this->mediaCreatedTime;
@@ -2837,7 +2674,6 @@ public function setMediaUrl($mediaUrl)
{
$this->mediaUrl = $mediaUrl;
}
-
public function getMediaUrl()
{
return $this->mediaUrl;
@@ -2846,7 +2682,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -2855,7 +2690,6 @@ public function setSizeBytes($sizeBytes)
{
$this->sizeBytes = $sizeBytes;
}
-
public function getSizeBytes()
{
return $this->sizeBytes;
@@ -2864,7 +2698,6 @@ public function setStreams($streams)
{
$this->streams = $streams;
}
-
public function getStreams()
{
return $this->streams;
@@ -2873,7 +2706,6 @@ public function setSummary($summary)
{
$this->summary = $summary;
}
-
public function getSummary()
{
return $this->summary;
@@ -2882,7 +2714,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -2891,7 +2722,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -2900,7 +2730,6 @@ public function setVideoDuration($videoDuration)
{
$this->videoDuration = $videoDuration;
}
-
public function getVideoDuration()
{
return $this->videoDuration;
@@ -2909,7 +2738,6 @@ public function setVideoStatus($videoStatus)
{
$this->videoStatus = $videoStatus;
}
-
public function getVideoStatus()
{
return $this->videoStatus;
@@ -2918,12 +2746,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_PlusDomains_MediaAuthor extends Google_Model
@@ -2936,11 +2762,11 @@ class Google_Service_PlusDomains_MediaAuthor extends Google_Model
protected $imageDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -2949,7 +2775,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2958,7 +2783,6 @@ public function setImage(Google_Service_PlusDomains_MediaAuthorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -2967,12 +2791,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_MediaAuthorImage extends Google_Model
@@ -2981,16 +2803,15 @@ class Google_Service_PlusDomains_MediaAuthorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_MediaExif extends Google_Model
@@ -2999,16 +2820,15 @@ class Google_Service_PlusDomains_MediaExif extends Google_Model
);
public $time;
+
public function setTime($time)
{
$this->time = $time;
}
-
public function getTime()
{
return $this->time;
}
-
}
class Google_Service_PlusDomains_PeopleFeed extends Google_Collection
@@ -3025,11 +2845,11 @@ class Google_Service_PlusDomains_PeopleFeed extends Google_Collection
public $title;
public $totalItems;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3038,7 +2858,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3047,7 +2866,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3056,7 +2874,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3065,7 +2882,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -3074,7 +2890,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3083,12 +2898,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_PlusDomains_Person extends Google_Collection
@@ -3132,11 +2945,11 @@ class Google_Service_PlusDomains_Person extends Google_Collection
protected $urlsDataType = 'array';
public $verified;
+
public function setAboutMe($aboutMe)
{
$this->aboutMe = $aboutMe;
}
-
public function getAboutMe()
{
return $this->aboutMe;
@@ -3145,7 +2958,6 @@ public function setBirthday($birthday)
{
$this->birthday = $birthday;
}
-
public function getBirthday()
{
return $this->birthday;
@@ -3154,7 +2966,6 @@ public function setBraggingRights($braggingRights)
{
$this->braggingRights = $braggingRights;
}
-
public function getBraggingRights()
{
return $this->braggingRights;
@@ -3163,7 +2974,6 @@ public function setCircledByCount($circledByCount)
{
$this->circledByCount = $circledByCount;
}
-
public function getCircledByCount()
{
return $this->circledByCount;
@@ -3172,7 +2982,6 @@ public function setCover(Google_Service_PlusDomains_PersonCover $cover)
{
$this->cover = $cover;
}
-
public function getCover()
{
return $this->cover;
@@ -3181,7 +2990,6 @@ public function setCurrentLocation($currentLocation)
{
$this->currentLocation = $currentLocation;
}
-
public function getCurrentLocation()
{
return $this->currentLocation;
@@ -3190,7 +2998,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3199,7 +3006,6 @@ public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -3208,7 +3014,6 @@ public function setEmails($emails)
{
$this->emails = $emails;
}
-
public function getEmails()
{
return $this->emails;
@@ -3217,7 +3022,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3226,7 +3030,6 @@ public function setGender($gender)
{
$this->gender = $gender;
}
-
public function getGender()
{
return $this->gender;
@@ -3235,7 +3038,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3244,7 +3046,6 @@ public function setImage(Google_Service_PlusDomains_PersonImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -3253,7 +3054,6 @@ public function setIsPlusUser($isPlusUser)
{
$this->isPlusUser = $isPlusUser;
}
-
public function getIsPlusUser()
{
return $this->isPlusUser;
@@ -3262,7 +3062,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3271,7 +3070,6 @@ public function setName(Google_Service_PlusDomains_PersonName $name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3280,7 +3078,6 @@ public function setNickname($nickname)
{
$this->nickname = $nickname;
}
-
public function getNickname()
{
return $this->nickname;
@@ -3289,7 +3086,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -3298,7 +3094,6 @@ public function setOccupation($occupation)
{
$this->occupation = $occupation;
}
-
public function getOccupation()
{
return $this->occupation;
@@ -3307,7 +3102,6 @@ public function setOrganizations($organizations)
{
$this->organizations = $organizations;
}
-
public function getOrganizations()
{
return $this->organizations;
@@ -3316,7 +3110,6 @@ public function setPlacesLived($placesLived)
{
$this->placesLived = $placesLived;
}
-
public function getPlacesLived()
{
return $this->placesLived;
@@ -3325,7 +3118,6 @@ public function setPlusOneCount($plusOneCount)
{
$this->plusOneCount = $plusOneCount;
}
-
public function getPlusOneCount()
{
return $this->plusOneCount;
@@ -3334,7 +3126,6 @@ public function setRelationshipStatus($relationshipStatus)
{
$this->relationshipStatus = $relationshipStatus;
}
-
public function getRelationshipStatus()
{
return $this->relationshipStatus;
@@ -3343,7 +3134,6 @@ public function setSkills($skills)
{
$this->skills = $skills;
}
-
public function getSkills()
{
return $this->skills;
@@ -3352,7 +3142,6 @@ public function setTagline($tagline)
{
$this->tagline = $tagline;
}
-
public function getTagline()
{
return $this->tagline;
@@ -3361,7 +3150,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -3370,7 +3158,6 @@ public function setUrls($urls)
{
$this->urls = $urls;
}
-
public function getUrls()
{
return $this->urls;
@@ -3379,12 +3166,10 @@ public function setVerified($verified)
{
$this->verified = $verified;
}
-
public function getVerified()
{
return $this->verified;
}
-
}
class Google_Service_PlusDomains_PersonCover extends Google_Model
@@ -3397,11 +3182,11 @@ class Google_Service_PlusDomains_PersonCover extends Google_Model
protected $coverPhotoDataType = '';
public $layout;
+
public function setCoverInfo(Google_Service_PlusDomains_PersonCoverCoverInfo $coverInfo)
{
$this->coverInfo = $coverInfo;
}
-
public function getCoverInfo()
{
return $this->coverInfo;
@@ -3410,7 +3195,6 @@ public function setCoverPhoto(Google_Service_PlusDomains_PersonCoverCoverPhoto $
{
$this->coverPhoto = $coverPhoto;
}
-
public function getCoverPhoto()
{
return $this->coverPhoto;
@@ -3419,12 +3203,10 @@ public function setLayout($layout)
{
$this->layout = $layout;
}
-
public function getLayout()
{
return $this->layout;
}
-
}
class Google_Service_PlusDomains_PersonCoverCoverInfo extends Google_Model
@@ -3434,11 +3216,11 @@ class Google_Service_PlusDomains_PersonCoverCoverInfo extends Google_Model
public $leftImageOffset;
public $topImageOffset;
+
public function setLeftImageOffset($leftImageOffset)
{
$this->leftImageOffset = $leftImageOffset;
}
-
public function getLeftImageOffset()
{
return $this->leftImageOffset;
@@ -3447,12 +3229,10 @@ public function setTopImageOffset($topImageOffset)
{
$this->topImageOffset = $topImageOffset;
}
-
public function getTopImageOffset()
{
return $this->topImageOffset;
}
-
}
class Google_Service_PlusDomains_PersonCoverCoverPhoto extends Google_Model
@@ -3463,11 +3243,11 @@ class Google_Service_PlusDomains_PersonCoverCoverPhoto extends Google_Model
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -3476,7 +3256,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -3485,12 +3264,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_PlusDomains_PersonEmails extends Google_Model
@@ -3500,11 +3277,11 @@ class Google_Service_PlusDomains_PersonEmails extends Google_Model
public $type;
public $value;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3513,12 +3290,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_PlusDomains_PersonImage extends Google_Model
@@ -3528,11 +3303,11 @@ class Google_Service_PlusDomains_PersonImage extends Google_Model
public $isDefault;
public $url;
+
public function setIsDefault($isDefault)
{
$this->isDefault = $isDefault;
}
-
public function getIsDefault()
{
return $this->isDefault;
@@ -3541,12 +3316,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_PlusDomains_PersonName extends Google_Model
@@ -3560,11 +3333,11 @@ class Google_Service_PlusDomains_PersonName extends Google_Model
public $honorificSuffix;
public $middleName;
+
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -3573,7 +3346,6 @@ public function setFormatted($formatted)
{
$this->formatted = $formatted;
}
-
public function getFormatted()
{
return $this->formatted;
@@ -3582,7 +3354,6 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
@@ -3591,7 +3362,6 @@ public function setHonorificPrefix($honorificPrefix)
{
$this->honorificPrefix = $honorificPrefix;
}
-
public function getHonorificPrefix()
{
return $this->honorificPrefix;
@@ -3600,7 +3370,6 @@ public function setHonorificSuffix($honorificSuffix)
{
$this->honorificSuffix = $honorificSuffix;
}
-
public function getHonorificSuffix()
{
return $this->honorificSuffix;
@@ -3609,12 +3378,10 @@ public function setMiddleName($middleName)
{
$this->middleName = $middleName;
}
-
public function getMiddleName()
{
return $this->middleName;
}
-
}
class Google_Service_PlusDomains_PersonOrganizations extends Google_Model
@@ -3631,11 +3398,11 @@ class Google_Service_PlusDomains_PersonOrganizations extends Google_Model
public $title;
public $type;
+
public function setDepartment($department)
{
$this->department = $department;
}
-
public function getDepartment()
{
return $this->department;
@@ -3644,7 +3411,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3653,7 +3419,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -3662,7 +3427,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -3671,7 +3435,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3680,7 +3443,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -3689,7 +3451,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -3698,7 +3459,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3707,12 +3467,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_PlusDomains_PersonPlacesLived extends Google_Model
@@ -3722,11 +3480,11 @@ class Google_Service_PlusDomains_PersonPlacesLived extends Google_Model
public $primary;
public $value;
+
public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -3735,12 +3493,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_PlusDomains_PersonUrls extends Google_Model
@@ -3751,11 +3507,11 @@ class Google_Service_PlusDomains_PersonUrls extends Google_Model
public $type;
public $value;
+
public function setLabel($label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
@@ -3764,7 +3520,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3773,12 +3528,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_PlusDomains_Place extends Google_Model
@@ -3793,11 +3546,11 @@ class Google_Service_PlusDomains_Place extends Google_Model
protected $positionType = 'Google_Service_PlusDomains_PlacePosition';
protected $positionDataType = '';
+
public function setAddress(Google_Service_PlusDomains_PlaceAddress $address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -3806,7 +3559,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3815,7 +3567,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3824,7 +3575,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3833,12 +3583,10 @@ public function setPosition(Google_Service_PlusDomains_PlacePosition $position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
}
-
}
class Google_Service_PlusDomains_PlaceAddress extends Google_Model
@@ -3847,16 +3595,15 @@ class Google_Service_PlusDomains_PlaceAddress extends Google_Model
);
public $formatted;
+
public function setFormatted($formatted)
{
$this->formatted = $formatted;
}
-
public function getFormatted()
{
return $this->formatted;
}
-
}
class Google_Service_PlusDomains_PlacePosition extends Google_Model
@@ -3866,11 +3613,11 @@ class Google_Service_PlusDomains_PlacePosition extends Google_Model
public $latitude;
public $longitude;
+
public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -3879,12 +3626,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_PlusDomains_PlusDomainsAclentryResource extends Google_Model
@@ -3895,11 +3640,11 @@ class Google_Service_PlusDomains_PlusDomainsAclentryResource extends Google_Mode
public $id;
public $type;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3908,7 +3653,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3917,12 +3661,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_PlusDomains_Videostream extends Google_Model
@@ -3934,11 +3676,11 @@ class Google_Service_PlusDomains_Videostream extends Google_Model
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -3947,7 +3689,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3956,7 +3697,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -3965,10 +3705,8 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
From 5eecfa9ea3729efb7d120d8e7d0b53196fd63b6d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * View and manage your Google Analytics data
- *
* For more information about this service, see the API
@@ -32,15 +31,20 @@
class Google_Service_Analytics extends Google_Service
{
/** View and manage your Google Analytics data. */
- const ANALYTICS = "https://www.googleapis.com/auth/analytics";
+ const ANALYTICS =
+ "https://www.googleapis.com/auth/analytics";
/** Edit Google Analytics management entities. */
- const ANALYTICS_EDIT = "https://www.googleapis.com/auth/analytics.edit";
+ const ANALYTICS_EDIT =
+ "https://www.googleapis.com/auth/analytics.edit";
/** Manage Google Analytics Account users by email address. */
- const ANALYTICS_MANAGE_USERS = "https://www.googleapis.com/auth/analytics.manage.users";
+ const ANALYTICS_MANAGE_USERS =
+ "https://www.googleapis.com/auth/analytics.manage.users";
/** Create a new Google Analytics account along with its default property and view. */
- const ANALYTICS_PROVISION = "https://www.googleapis.com/auth/analytics.provision";
+ const ANALYTICS_PROVISION =
+ "https://www.googleapis.com/auth/analytics.provision";
/** View your Google Analytics data. */
- const ANALYTICS_READONLY = "https://www.googleapis.com/auth/analytics.readonly";
+ const ANALYTICS_READONLY =
+ "https://www.googleapis.com/auth/analytics.readonly";
public $data_ga;
public $data_mcf;
@@ -1868,7 +1872,6 @@ public function __construct(Google_Client $client)
*/
class Google_Service_Analytics_Data_Resource extends Google_Service_Resource
{
-
}
/**
@@ -1885,39 +1888,32 @@ class Google_Service_Analytics_DataGa_Resource extends Google_Service_Resource
/**
* Returns Analytics data for a view (profile). (ga.get)
*
- * @param string $ids
- * Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is
- * the Analytics view (profile) ID.
- * @param string $startDate
- * Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-
- * DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.
- * @param string $endDate
- * End date for fetching Analytics data. Request can should specify an end date formatted as YYYY-
- * MM-DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is
- * yesterday.
- * @param string $metrics
- * A comma-separated list of Analytics metrics. E.g., 'ga:sessions,ga:pageviews'. At least one
- * metric must be specified.
+ * @param string $ids Unique table ID for retrieving Analytics data. Table ID is
+ * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.
+ * @param string $startDate Start date for fetching Analytics data. Requests can
+ * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g.,
+ * today, yesterday, or 7daysAgo). The default value is 7daysAgo.
+ * @param string $endDate End date for fetching Analytics data. Request can
+ * should specify an end date formatted as YYYY-MM-DD, or as a relative date
+ * (e.g., today, yesterday, or 7daysAgo). The default value is yesterday.
+ * @param string $metrics A comma-separated list of Analytics metrics. E.g.,
+ * 'ga:sessions,ga:pageviews'. At least one metric must be specified.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of entries to include in this feed.
- * @opt_param string sort
- * A comma-separated list of dimensions or metrics that determine the sort order for Analytics
- * data.
- * @opt_param string dimensions
- * A comma-separated list of Analytics dimensions. E.g., 'ga:browser,ga:city'.
- * @opt_param int start-index
- * An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
- * @opt_param string segment
- * An Analytics segment to be applied to data.
- * @opt_param string samplingLevel
- * The desired sampling level.
- * @opt_param string filters
- * A comma-separated list of dimension or metric filters to be applied to Analytics data.
- * @opt_param string output
- * The selected format for the response. Default format is JSON.
+ * @opt_param int max-results The maximum number of entries to include in this
+ * feed.
+ * @opt_param string sort A comma-separated list of dimensions or metrics that
+ * determine the sort order for Analytics data.
+ * @opt_param string dimensions A comma-separated list of Analytics dimensions.
+ * E.g., 'ga:browser,ga:city'.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
+ * @opt_param string segment An Analytics segment to be applied to data.
+ * @opt_param string samplingLevel The desired sampling level.
+ * @opt_param string filters A comma-separated list of dimension or metric
+ * filters to be applied to Analytics data.
+ * @opt_param string output The selected format for the response. Default format
+ * is JSON.
* @return Google_Service_Analytics_GaData
*/
public function get($ids, $startDate, $endDate, $metrics, $optParams = array())
@@ -1941,34 +1937,30 @@ class Google_Service_Analytics_DataMcf_Resource extends Google_Service_Resource
/**
* Returns Analytics Multi-Channel Funnels data for a view (profile). (mcf.get)
*
- * @param string $ids
- * Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is
- * the Analytics view (profile) ID.
- * @param string $startDate
- * Start date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-
- * DD, or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.
- * @param string $endDate
- * End date for fetching Analytics data. Requests can specify a start date formatted as YYYY-MM-DD,
- * or as a relative date (e.g., today, yesterday, or 7daysAgo). The default value is 7daysAgo.
- * @param string $metrics
- * A comma-separated list of Multi-Channel Funnels metrics. E.g.,
- * 'mcf:totalConversions,mcf:totalConversionValue'. At least one metric must be specified.
+ * @param string $ids Unique table ID for retrieving Analytics data. Table ID is
+ * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.
+ * @param string $startDate Start date for fetching Analytics data. Requests can
+ * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g.,
+ * today, yesterday, or 7daysAgo). The default value is 7daysAgo.
+ * @param string $endDate End date for fetching Analytics data. Requests can
+ * specify a start date formatted as YYYY-MM-DD, or as a relative date (e.g.,
+ * today, yesterday, or 7daysAgo). The default value is 7daysAgo.
+ * @param string $metrics A comma-separated list of Multi-Channel Funnels
+ * metrics. E.g., 'mcf:totalConversions,mcf:totalConversionValue'. At least one
+ * metric must be specified.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of entries to include in this feed.
- * @opt_param string sort
- * A comma-separated list of dimensions or metrics that determine the sort order for the Analytics
- * data.
- * @opt_param string dimensions
- * A comma-separated list of Multi-Channel Funnels dimensions. E.g., 'mcf:source,mcf:medium'.
- * @opt_param int start-index
- * An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
- * @opt_param string samplingLevel
- * The desired sampling level.
- * @opt_param string filters
- * A comma-separated list of dimension or metric filters to be applied to the Analytics data.
+ * @opt_param int max-results The maximum number of entries to include in this
+ * feed.
+ * @opt_param string sort A comma-separated list of dimensions or metrics that
+ * determine the sort order for the Analytics data.
+ * @opt_param string dimensions A comma-separated list of Multi-Channel Funnels
+ * dimensions. E.g., 'mcf:source,mcf:medium'.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
+ * @opt_param string samplingLevel The desired sampling level.
+ * @opt_param string filters A comma-separated list of dimension or metric
+ * filters to be applied to the Analytics data.
* @return Google_Service_Analytics_McfData
*/
public function get($ids, $startDate, $endDate, $metrics, $optParams = array())
@@ -1992,23 +1984,20 @@ class Google_Service_Analytics_DataRealtime_Resource extends Google_Service_Reso
/**
* Returns real time data for a view (profile). (realtime.get)
*
- * @param string $ids
- * Unique table ID for retrieving real time data. Table ID is of the form ga:XXXX, where XXXX is
- * the Analytics view (profile) ID.
- * @param string $metrics
- * A comma-separated list of real time metrics. E.g., 'rt:activeUsers'. At least one metric must be
- * specified.
+ * @param string $ids Unique table ID for retrieving real time data. Table ID is
+ * of the form ga:XXXX, where XXXX is the Analytics view (profile) ID.
+ * @param string $metrics A comma-separated list of real time metrics. E.g.,
+ * 'rt:activeUsers'. At least one metric must be specified.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of entries to include in this feed.
- * @opt_param string sort
- * A comma-separated list of dimensions or metrics that determine the sort order for real time
- * data.
- * @opt_param string dimensions
- * A comma-separated list of real time dimensions. E.g., 'rt:medium,rt:city'.
- * @opt_param string filters
- * A comma-separated list of dimension or metric filters to be applied to real time data.
+ * @opt_param int max-results The maximum number of entries to include in this
+ * feed.
+ * @opt_param string sort A comma-separated list of dimensions or metrics that
+ * determine the sort order for real time data.
+ * @opt_param string dimensions A comma-separated list of real time dimensions.
+ * E.g., 'rt:medium,rt:city'.
+ * @opt_param string filters A comma-separated list of dimension or metric
+ * filters to be applied to real time data.
* @return Google_Service_Analytics_RealtimeData
*/
public function get($ids, $metrics, $optParams = array())
@@ -2029,7 +2018,6 @@ public function get($ids, $metrics, $optParams = array())
*/
class Google_Service_Analytics_Management_Resource extends Google_Service_Resource
{
-
}
/**
@@ -2050,12 +2038,10 @@ class Google_Service_Analytics_ManagementAccountSummaries_Resource extends Googl
*
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of account summaries to include in this response, where the largest
- * acceptable value is 1000.
- * @opt_param int start-index
- * An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
+ * @opt_param int max-results The maximum number of account summaries to include
+ * in this response, where the largest acceptable value is 1000.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
* @return Google_Service_Analytics_AccountSummaries
*/
public function listManagementAccountSummaries($optParams = array())
@@ -2079,10 +2065,8 @@ class Google_Service_Analytics_ManagementAccountUserLinks_Resource extends Googl
/**
* Removes a user from the given account. (accountUserLinks.delete)
*
- * @param string $accountId
- * Account ID to delete the user link for.
- * @param string $linkId
- * Link ID to delete the user link for.
+ * @param string $accountId Account ID to delete the user link for.
+ * @param string $linkId Link ID to delete the user link for.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $linkId, $optParams = array())
@@ -2091,11 +2075,11 @@ public function delete($accountId, $linkId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Adds a new user to the given account. (accountUserLinks.insert)
*
- * @param string $accountId
- * Account ID to create the user link for.
+ * @param string $accountId Account ID to create the user link for.
* @param Google_EntityUserLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityUserLink
@@ -2106,19 +2090,19 @@ public function insert($accountId, Google_Service_Analytics_EntityUserLink $post
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
}
+
/**
* Lists account-user links for a given account.
* (accountUserLinks.listManagementAccountUserLinks)
*
- * @param string $accountId
- * Account ID to retrieve the user links for.
+ * @param string $accountId Account ID to retrieve the user links for.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of account-user links to include in this response.
- * @opt_param int start-index
- * An index of the first account-user link to retrieve. Use this parameter as a pagination
- * mechanism along with the max-results parameter.
+ * @opt_param int max-results The maximum number of account-user links to
+ * include in this response.
+ * @opt_param int start-index An index of the first account-user link to
+ * retrieve. Use this parameter as a pagination mechanism along with the max-
+ * results parameter.
* @return Google_Service_Analytics_EntityUserLinks
*/
public function listManagementAccountUserLinks($accountId, $optParams = array())
@@ -2127,14 +2111,13 @@ public function listManagementAccountUserLinks($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
}
+
/**
* Updates permissions for an existing user on the given account.
* (accountUserLinks.update)
*
- * @param string $accountId
- * Account ID to update the account-user link for.
- * @param string $linkId
- * Link ID to update the account-user link for.
+ * @param string $accountId Account ID to update the account-user link for.
+ * @param string $linkId Link ID to update the account-user link for.
* @param Google_EntityUserLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityUserLink
@@ -2163,11 +2146,11 @@ class Google_Service_Analytics_ManagementAccounts_Resource extends Google_Servic
*
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of accounts to include in this response.
- * @opt_param int start-index
- * An index of the first account to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
+ * @opt_param int max-results The maximum number of accounts to include in this
+ * response.
+ * @opt_param int start-index An index of the first account to retrieve. Use
+ * this parameter as a pagination mechanism along with the max-results
+ * parameter.
* @return Google_Service_Analytics_Accounts
*/
public function listManagementAccounts($optParams = array())
@@ -2192,17 +2175,16 @@ class Google_Service_Analytics_ManagementCustomDataSources_Resource extends Goog
* List custom data sources to which the user has access.
* (customDataSources.listManagementCustomDataSources)
*
- * @param string $accountId
- * Account Id for the custom data sources to retrieve.
- * @param string $webPropertyId
- * Web property Id for the custom data sources to retrieve.
+ * @param string $accountId Account Id for the custom data sources to retrieve.
+ * @param string $webPropertyId Web property Id for the custom data sources to
+ * retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of custom data sources to include in this response.
- * @opt_param int start-index
- * A 1-based index of the first custom data source to retrieve. Use this parameter as a pagination
- * mechanism along with the max-results parameter.
+ * @opt_param int max-results The maximum number of custom data sources to
+ * include in this response.
+ * @opt_param int start-index A 1-based index of the first custom data source to
+ * retrieve. Use this parameter as a pagination mechanism along with the max-
+ * results parameter.
* @return Google_Service_Analytics_CustomDataSources
*/
public function listManagementCustomDataSources($accountId, $webPropertyId, $optParams = array())
@@ -2226,16 +2208,14 @@ class Google_Service_Analytics_ManagementDailyUploads_Resource extends Google_Se
/**
* Delete uploaded data for the given date. (dailyUploads.delete)
*
- * @param string $accountId
- * Account Id associated with daily upload delete.
- * @param string $webPropertyId
- * Web property Id associated with daily upload delete.
- * @param string $customDataSourceId
- * Custom data source Id associated with daily upload delete.
- * @param string $date
- * Date for which data is to be deleted. Date should be formatted as YYYY-MM-DD.
- * @param string $type
- * Type of data for this delete.
+ * @param string $accountId Account Id associated with daily upload delete.
+ * @param string $webPropertyId Web property Id associated with daily upload
+ * delete.
+ * @param string $customDataSourceId Custom data source Id associated with daily
+ * upload delete.
+ * @param string $date Date for which data is to be deleted. Date should be
+ * formatted as YYYY-MM-DD.
+ * @param string $type Type of data for this delete.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $webPropertyId, $customDataSourceId, $date, $type, $optParams = array())
@@ -2244,27 +2224,25 @@ public function delete($accountId, $webPropertyId, $customDataSourceId, $date, $
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* List daily uploads to which the user has access.
* (dailyUploads.listManagementDailyUploads)
*
- * @param string $accountId
- * Account Id for the daily uploads to retrieve.
- * @param string $webPropertyId
- * Web property Id for the daily uploads to retrieve.
- * @param string $customDataSourceId
- * Custom data source Id for daily uploads to retrieve.
- * @param string $startDate
- * Start date of the form YYYY-MM-DD.
- * @param string $endDate
- * End date of the form YYYY-MM-DD.
+ * @param string $accountId Account Id for the daily uploads to retrieve.
+ * @param string $webPropertyId Web property Id for the daily uploads to
+ * retrieve.
+ * @param string $customDataSourceId Custom data source Id for daily uploads to
+ * retrieve.
+ * @param string $startDate Start date of the form YYYY-MM-DD.
+ * @param string $endDate End date of the form YYYY-MM-DD.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of custom data sources to include in this response.
- * @opt_param int start-index
- * A 1-based index of the first daily upload to retrieve. Use this parameter as a pagination
- * mechanism along with the max-results parameter.
+ * @opt_param int max-results The maximum number of custom data sources to
+ * include in this response.
+ * @opt_param int start-index A 1-based index of the first daily upload to
+ * retrieve. Use this parameter as a pagination mechanism along with the max-
+ * results parameter.
* @return Google_Service_Analytics_DailyUploads
*/
public function listManagementDailyUploads($accountId, $webPropertyId, $customDataSourceId, $startDate, $endDate, $optParams = array())
@@ -2273,26 +2251,22 @@ public function listManagementDailyUploads($accountId, $webPropertyId, $customDa
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_DailyUploads");
}
+
/**
* Update/Overwrite data for a custom data source. (dailyUploads.upload)
*
- * @param string $accountId
- * Account Id associated with daily upload.
- * @param string $webPropertyId
- * Web property Id associated with daily upload.
- * @param string $customDataSourceId
- * Custom data source Id to which the data being uploaded belongs.
- * @param string $date
- * Date for which data is uploaded. Date should be formatted as YYYY-MM-DD.
- * @param int $appendNumber
- * Append number for this upload indexed from 1.
- * @param string $type
- * Type of data for this upload.
+ * @param string $accountId Account Id associated with daily upload.
+ * @param string $webPropertyId Web property Id associated with daily upload.
+ * @param string $customDataSourceId Custom data source Id to which the data
+ * being uploaded belongs.
+ * @param string $date Date for which data is uploaded. Date should be formatted
+ * as YYYY-MM-DD.
+ * @param int $appendNumber Append number for this upload indexed from 1.
+ * @param string $type Type of data for this upload.
* @param array $optParams Optional parameters.
*
- * @opt_param bool reset
- * Reset/Overwrite all previous appends for this date and start over with this file as the first
- * upload.
+ * @opt_param bool reset Reset/Overwrite all previous appends for this date and
+ * start over with this file as the first upload.
* @return Google_Service_Analytics_DailyUploadAppend
*/
public function upload($accountId, $webPropertyId, $customDataSourceId, $date, $appendNumber, $type, $optParams = array())
@@ -2316,14 +2290,10 @@ class Google_Service_Analytics_ManagementExperiments_Resource extends Google_Ser
/**
* Delete an experiment. (experiments.delete)
*
- * @param string $accountId
- * Account ID to which the experiment belongs
- * @param string $webPropertyId
- * Web property ID to which the experiment belongs
- * @param string $profileId
- * View (Profile) ID to which the experiment belongs
- * @param string $experimentId
- * ID of the experiment to delete
+ * @param string $accountId Account ID to which the experiment belongs
+ * @param string $webPropertyId Web property ID to which the experiment belongs
+ * @param string $profileId View (Profile) ID to which the experiment belongs
+ * @param string $experimentId ID of the experiment to delete
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array())
@@ -2332,17 +2302,14 @@ public function delete($accountId, $webPropertyId, $profileId, $experimentId, $o
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns an experiment to which the user has access. (experiments.get)
*
- * @param string $accountId
- * Account ID to retrieve the experiment for.
- * @param string $webPropertyId
- * Web property ID to retrieve the experiment for.
- * @param string $profileId
- * View (Profile) ID to retrieve the experiment for.
- * @param string $experimentId
- * Experiment ID to retrieve the experiment for.
+ * @param string $accountId Account ID to retrieve the experiment for.
+ * @param string $webPropertyId Web property ID to retrieve the experiment for.
+ * @param string $profileId View (Profile) ID to retrieve the experiment for.
+ * @param string $experimentId Experiment ID to retrieve the experiment for.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Experiment
*/
@@ -2352,15 +2319,13 @@ public function get($accountId, $webPropertyId, $profileId, $experimentId, $optP
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_Experiment");
}
+
/**
* Create a new experiment. (experiments.insert)
*
- * @param string $accountId
- * Account ID to create the experiment for.
- * @param string $webPropertyId
- * Web property ID to create the experiment for.
- * @param string $profileId
- * View (Profile) ID to create the experiment for.
+ * @param string $accountId Account ID to create the experiment for.
+ * @param string $webPropertyId Web property ID to create the experiment for.
+ * @param string $profileId View (Profile) ID to create the experiment for.
* @param Google_Experiment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Experiment
@@ -2371,23 +2336,21 @@ public function insert($accountId, $webPropertyId, $profileId, Google_Service_An
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_Experiment");
}
+
/**
* Lists experiments to which the user has access.
* (experiments.listManagementExperiments)
*
- * @param string $accountId
- * Account ID to retrieve experiments for.
- * @param string $webPropertyId
- * Web property ID to retrieve experiments for.
- * @param string $profileId
- * View (Profile) ID to retrieve experiments for.
+ * @param string $accountId Account ID to retrieve experiments for.
+ * @param string $webPropertyId Web property ID to retrieve experiments for.
+ * @param string $profileId View (Profile) ID to retrieve experiments for.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of experiments to include in this response.
- * @opt_param int start-index
- * An index of the first experiment to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
+ * @opt_param int max-results The maximum number of experiments to include in
+ * this response.
+ * @opt_param int start-index An index of the first experiment to retrieve. Use
+ * this parameter as a pagination mechanism along with the max-results
+ * parameter.
* @return Google_Service_Analytics_Experiments
*/
public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = array())
@@ -2396,18 +2359,15 @@ public function listManagementExperiments($accountId, $webPropertyId, $profileId
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_Experiments");
}
+
/**
* Update an existing experiment. This method supports patch semantics.
* (experiments.patch)
*
- * @param string $accountId
- * Account ID of the experiment to update.
- * @param string $webPropertyId
- * Web property ID of the experiment to update.
- * @param string $profileId
- * View (Profile) ID of the experiment to update.
- * @param string $experimentId
- * Experiment ID of the experiment to update.
+ * @param string $accountId Account ID of the experiment to update.
+ * @param string $webPropertyId Web property ID of the experiment to update.
+ * @param string $profileId View (Profile) ID of the experiment to update.
+ * @param string $experimentId Experiment ID of the experiment to update.
* @param Google_Experiment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Experiment
@@ -2418,17 +2378,14 @@ public function patch($accountId, $webPropertyId, $profileId, $experimentId, Goo
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Analytics_Experiment");
}
+
/**
* Update an existing experiment. (experiments.update)
*
- * @param string $accountId
- * Account ID of the experiment to update.
- * @param string $webPropertyId
- * Web property ID of the experiment to update.
- * @param string $profileId
- * View (Profile) ID of the experiment to update.
- * @param string $experimentId
- * Experiment ID of the experiment to update.
+ * @param string $accountId Account ID of the experiment to update.
+ * @param string $webPropertyId Web property ID of the experiment to update.
+ * @param string $profileId View (Profile) ID of the experiment to update.
+ * @param string $experimentId Experiment ID of the experiment to update.
* @param Google_Experiment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Experiment
@@ -2454,10 +2411,8 @@ class Google_Service_Analytics_ManagementFilters_Resource extends Google_Service
/**
* Delete a filter. (filters.delete)
*
- * @param string $accountId
- * Account ID to delete the filter for.
- * @param string $filterId
- * ID of the filter to be deleted.
+ * @param string $accountId Account ID to delete the filter for.
+ * @param string $filterId ID of the filter to be deleted.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Filter
*/
@@ -2467,13 +2422,12 @@ public function delete($accountId, $filterId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Analytics_Filter");
}
+
/**
* Returns a filters to which the user has access. (filters.get)
*
- * @param string $accountId
- * Account ID to retrieve filters for.
- * @param string $filterId
- * Filter ID to retrieve filters for.
+ * @param string $accountId Account ID to retrieve filters for.
+ * @param string $filterId Filter ID to retrieve filters for.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Filter
*/
@@ -2483,11 +2437,11 @@ public function get($accountId, $filterId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_Filter");
}
+
/**
* Create a new filter. (filters.insert)
*
- * @param string $accountId
- * Account ID to create filter for.
+ * @param string $accountId Account ID to create filter for.
* @param Google_Filter $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Filter
@@ -2498,18 +2452,17 @@ public function insert($accountId, Google_Service_Analytics_Filter $postBody, $o
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_Filter");
}
+
/**
* Lists all filters for an account (filters.listManagementFilters)
*
- * @param string $accountId
- * Account ID to retrieve filters for.
+ * @param string $accountId Account ID to retrieve filters for.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of filters to include in this response.
- * @opt_param int start-index
- * An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
+ * @opt_param int max-results The maximum number of filters to include in this
+ * response.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
* @return Google_Service_Analytics_Filters
*/
public function listManagementFilters($accountId, $optParams = array())
@@ -2518,14 +2471,13 @@ public function listManagementFilters($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_Filters");
}
+
/**
* Updates an existing filter. This method supports patch semantics.
* (filters.patch)
*
- * @param string $accountId
- * Account ID to which the filter belongs.
- * @param string $filterId
- * ID of the filter to be updated.
+ * @param string $accountId Account ID to which the filter belongs.
+ * @param string $filterId ID of the filter to be updated.
* @param Google_Filter $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Filter
@@ -2536,13 +2488,12 @@ public function patch($accountId, $filterId, Google_Service_Analytics_Filter $po
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Analytics_Filter");
}
+
/**
* Updates an existing filter. (filters.update)
*
- * @param string $accountId
- * Account ID to which the filter belongs.
- * @param string $filterId
- * ID of the filter to be updated.
+ * @param string $accountId Account ID to which the filter belongs.
+ * @param string $filterId ID of the filter to be updated.
* @param Google_Filter $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Filter
@@ -2568,14 +2519,10 @@ class Google_Service_Analytics_ManagementGoals_Resource extends Google_Service_R
/**
* Gets a goal to which the user has access. (goals.get)
*
- * @param string $accountId
- * Account ID to retrieve the goal for.
- * @param string $webPropertyId
- * Web property ID to retrieve the goal for.
- * @param string $profileId
- * View (Profile) ID to retrieve the goal for.
- * @param string $goalId
- * Goal ID to retrieve the goal for.
+ * @param string $accountId Account ID to retrieve the goal for.
+ * @param string $webPropertyId Web property ID to retrieve the goal for.
+ * @param string $profileId View (Profile) ID to retrieve the goal for.
+ * @param string $goalId Goal ID to retrieve the goal for.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Goal
*/
@@ -2585,15 +2532,13 @@ public function get($accountId, $webPropertyId, $profileId, $goalId, $optParams
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_Goal");
}
+
/**
* Create a new goal. (goals.insert)
*
- * @param string $accountId
- * Account ID to create the goal for.
- * @param string $webPropertyId
- * Web property ID to create the goal for.
- * @param string $profileId
- * View (Profile) ID to create the goal for.
+ * @param string $accountId Account ID to create the goal for.
+ * @param string $webPropertyId Web property ID to create the goal for.
+ * @param string $profileId View (Profile) ID to create the goal for.
* @param Google_Goal $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Goal
@@ -2604,25 +2549,25 @@ public function insert($accountId, $webPropertyId, $profileId, Google_Service_An
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_Goal");
}
+
/**
* Lists goals to which the user has access. (goals.listManagementGoals)
*
- * @param string $accountId
- * Account ID to retrieve goals for. Can either be a specific account ID or '~all', which refers to
- * all the accounts that user has access to.
- * @param string $webPropertyId
- * Web property ID to retrieve goals for. Can either be a specific web property ID or '~all', which
- * refers to all the web properties that user has access to.
- * @param string $profileId
- * View (Profile) ID to retrieve goals for. Can either be a specific view (profile) ID or '~all',
- * which refers to all the views (profiles) that user has access to.
+ * @param string $accountId Account ID to retrieve goals for. Can either be a
+ * specific account ID or '~all', which refers to all the accounts that user has
+ * access to.
+ * @param string $webPropertyId Web property ID to retrieve goals for. Can
+ * either be a specific web property ID or '~all', which refers to all the web
+ * properties that user has access to.
+ * @param string $profileId View (Profile) ID to retrieve goals for. Can either
+ * be a specific view (profile) ID or '~all', which refers to all the views
+ * (profiles) that user has access to.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of goals to include in this response.
- * @opt_param int start-index
- * An index of the first goal to retrieve. Use this parameter as a pagination mechanism along with
- * the max-results parameter.
+ * @opt_param int max-results The maximum number of goals to include in this
+ * response.
+ * @opt_param int start-index An index of the first goal to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
* @return Google_Service_Analytics_Goals
*/
public function listManagementGoals($accountId, $webPropertyId, $profileId, $optParams = array())
@@ -2631,18 +2576,15 @@ public function listManagementGoals($accountId, $webPropertyId, $profileId, $opt
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_Goals");
}
+
/**
* Updates an existing view (profile). This method supports patch semantics.
* (goals.patch)
*
- * @param string $accountId
- * Account ID to update the goal.
- * @param string $webPropertyId
- * Web property ID to update the goal.
- * @param string $profileId
- * View (Profile) ID to update the goal.
- * @param string $goalId
- * Index of the goal to be updated.
+ * @param string $accountId Account ID to update the goal.
+ * @param string $webPropertyId Web property ID to update the goal.
+ * @param string $profileId View (Profile) ID to update the goal.
+ * @param string $goalId Index of the goal to be updated.
* @param Google_Goal $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Goal
@@ -2653,17 +2595,14 @@ public function patch($accountId, $webPropertyId, $profileId, $goalId, Google_Se
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Analytics_Goal");
}
+
/**
* Updates an existing view (profile). (goals.update)
*
- * @param string $accountId
- * Account ID to update the goal.
- * @param string $webPropertyId
- * Web property ID to update the goal.
- * @param string $profileId
- * View (Profile) ID to update the goal.
- * @param string $goalId
- * Index of the goal to be updated.
+ * @param string $accountId Account ID to update the goal.
+ * @param string $webPropertyId Web property ID to update the goal.
+ * @param string $profileId View (Profile) ID to update the goal.
+ * @param string $goalId Index of the goal to be updated.
* @param Google_Goal $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Goal
@@ -2689,14 +2628,11 @@ class Google_Service_Analytics_ManagementProfileFilterLinks_Resource extends Goo
/**
* Delete a profile filter link. (profileFilterLinks.delete)
*
- * @param string $accountId
- * Account ID to which the profile filter link belongs.
- * @param string $webPropertyId
- * Web property Id to which the profile filter link belongs.
- * @param string $profileId
- * Profile ID to which the filter link belongs.
- * @param string $linkId
- * ID of the profile filter link to delete.
+ * @param string $accountId Account ID to which the profile filter link belongs.
+ * @param string $webPropertyId Web property Id to which the profile filter link
+ * belongs.
+ * @param string $profileId Profile ID to which the filter link belongs.
+ * @param string $linkId ID of the profile filter link to delete.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = array())
@@ -2705,17 +2641,15 @@ public function delete($accountId, $webPropertyId, $profileId, $linkId, $optPara
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns a single profile filter link. (profileFilterLinks.get)
*
- * @param string $accountId
- * Account ID to retrieve profile filter link for.
- * @param string $webPropertyId
- * Web property Id to retrieve profile filter link for.
- * @param string $profileId
- * Profile ID to retrieve filter link for.
- * @param string $linkId
- * ID of the profile filter link.
+ * @param string $accountId Account ID to retrieve profile filter link for.
+ * @param string $webPropertyId Web property Id to retrieve profile filter link
+ * for.
+ * @param string $profileId Profile ID to retrieve filter link for.
+ * @param string $linkId ID of the profile filter link.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_ProfileFilterLink
*/
@@ -2725,15 +2659,14 @@ public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_ProfileFilterLink");
}
+
/**
* Create a new profile filter link. (profileFilterLinks.insert)
*
- * @param string $accountId
- * Account ID to create profile filter link for.
- * @param string $webPropertyId
- * Web property Id to create profile filter link for.
- * @param string $profileId
- * Profile ID to create filter link for.
+ * @param string $accountId Account ID to create profile filter link for.
+ * @param string $webPropertyId Web property Id to create profile filter link
+ * for.
+ * @param string $profileId Profile ID to create filter link for.
* @param Google_ProfileFilterLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_ProfileFilterLink
@@ -2744,25 +2677,24 @@ public function insert($accountId, $webPropertyId, $profileId, Google_Service_An
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_ProfileFilterLink");
}
+
/**
* Lists all profile filter links for a profile.
* (profileFilterLinks.listManagementProfileFilterLinks)
*
- * @param string $accountId
- * Account ID to retrieve profile filter links for.
- * @param string $webPropertyId
- * Web property Id for profile filter links for. Can either be a specific web property ID or
- * '~all', which refers to all the web properties that user has access to.
- * @param string $profileId
- * Profile ID to retrieve filter links for. Can either be a specific profile ID or '~all', which
- * refers to all the profiles that user has access to.
+ * @param string $accountId Account ID to retrieve profile filter links for.
+ * @param string $webPropertyId Web property Id for profile filter links for.
+ * Can either be a specific web property ID or '~all', which refers to all the
+ * web properties that user has access to.
+ * @param string $profileId Profile ID to retrieve filter links for. Can either
+ * be a specific profile ID or '~all', which refers to all the profiles that
+ * user has access to.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of profile filter links to include in this response.
- * @opt_param int start-index
- * An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
+ * @opt_param int max-results The maximum number of profile filter links to
+ * include in this response.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
* @return Google_Service_Analytics_ProfileFilterLinks
*/
public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParams = array())
@@ -2771,18 +2703,16 @@ public function listManagementProfileFilterLinks($accountId, $webPropertyId, $pr
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_ProfileFilterLinks");
}
+
/**
* Update an existing profile filter link. This method supports patch semantics.
* (profileFilterLinks.patch)
*
- * @param string $accountId
- * Account ID to which profile filter link belongs.
- * @param string $webPropertyId
- * Web property Id to which profile filter link belongs
- * @param string $profileId
- * Profile ID to which filter link belongs
- * @param string $linkId
- * ID of the profile filter link to be updated.
+ * @param string $accountId Account ID to which profile filter link belongs.
+ * @param string $webPropertyId Web property Id to which profile filter link
+ * belongs
+ * @param string $profileId Profile ID to which filter link belongs
+ * @param string $linkId ID of the profile filter link to be updated.
* @param Google_ProfileFilterLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_ProfileFilterLink
@@ -2793,17 +2723,15 @@ public function patch($accountId, $webPropertyId, $profileId, $linkId, Google_Se
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Analytics_ProfileFilterLink");
}
+
/**
* Update an existing profile filter link. (profileFilterLinks.update)
*
- * @param string $accountId
- * Account ID to which profile filter link belongs.
- * @param string $webPropertyId
- * Web property Id to which profile filter link belongs
- * @param string $profileId
- * Profile ID to which filter link belongs
- * @param string $linkId
- * ID of the profile filter link to be updated.
+ * @param string $accountId Account ID to which profile filter link belongs.
+ * @param string $webPropertyId Web property Id to which profile filter link
+ * belongs
+ * @param string $profileId Profile ID to which filter link belongs
+ * @param string $linkId ID of the profile filter link to be updated.
* @param Google_ProfileFilterLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_ProfileFilterLink
@@ -2829,14 +2757,10 @@ class Google_Service_Analytics_ManagementProfileUserLinks_Resource extends Googl
/**
* Removes a user from the given view (profile). (profileUserLinks.delete)
*
- * @param string $accountId
- * Account ID to delete the user link for.
- * @param string $webPropertyId
- * Web Property ID to delete the user link for.
- * @param string $profileId
- * View (Profile) ID to delete the user link for.
- * @param string $linkId
- * Link ID to delete the user link for.
+ * @param string $accountId Account ID to delete the user link for.
+ * @param string $webPropertyId Web Property ID to delete the user link for.
+ * @param string $profileId View (Profile) ID to delete the user link for.
+ * @param string $linkId Link ID to delete the user link for.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = array())
@@ -2845,15 +2769,13 @@ public function delete($accountId, $webPropertyId, $profileId, $linkId, $optPara
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Adds a new user to the given view (profile). (profileUserLinks.insert)
*
- * @param string $accountId
- * Account ID to create the user link for.
- * @param string $webPropertyId
- * Web Property ID to create the user link for.
- * @param string $profileId
- * View (Profile) ID to create the user link for.
+ * @param string $accountId Account ID to create the user link for.
+ * @param string $webPropertyId Web Property ID to create the user link for.
+ * @param string $profileId View (Profile) ID to create the user link for.
* @param Google_EntityUserLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityUserLink
@@ -2864,25 +2786,26 @@ public function insert($accountId, $webPropertyId, $profileId, Google_Service_An
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
}
+
/**
* Lists profile-user links for a given view (profile).
* (profileUserLinks.listManagementProfileUserLinks)
*
- * @param string $accountId
- * Account ID which the given view (profile) belongs to.
- * @param string $webPropertyId
- * Web Property ID which the given view (profile) belongs to. Can either be a specific web property
- * ID or '~all', which refers to all the web properties that user has access to.
- * @param string $profileId
- * View (Profile) ID to retrieve the profile-user links for. Can either be a specific profile ID or
- * '~all', which refers to all the profiles that user has access to.
+ * @param string $accountId Account ID which the given view (profile) belongs
+ * to.
+ * @param string $webPropertyId Web Property ID which the given view (profile)
+ * belongs to. Can either be a specific web property ID or '~all', which refers
+ * to all the web properties that user has access to.
+ * @param string $profileId View (Profile) ID to retrieve the profile-user links
+ * for. Can either be a specific profile ID or '~all', which refers to all the
+ * profiles that user has access to.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of profile-user links to include in this response.
- * @opt_param int start-index
- * An index of the first profile-user link to retrieve. Use this parameter as a pagination
- * mechanism along with the max-results parameter.
+ * @opt_param int max-results The maximum number of profile-user links to
+ * include in this response.
+ * @opt_param int start-index An index of the first profile-user link to
+ * retrieve. Use this parameter as a pagination mechanism along with the max-
+ * results parameter.
* @return Google_Service_Analytics_EntityUserLinks
*/
public function listManagementProfileUserLinks($accountId, $webPropertyId, $profileId, $optParams = array())
@@ -2891,18 +2814,15 @@ public function listManagementProfileUserLinks($accountId, $webPropertyId, $prof
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
}
+
/**
* Updates permissions for an existing user on the given view (profile).
* (profileUserLinks.update)
*
- * @param string $accountId
- * Account ID to update the user link for.
- * @param string $webPropertyId
- * Web Property ID to update the user link for.
- * @param string $profileId
- * View (Profile ID) to update the user link for.
- * @param string $linkId
- * Link ID to update the user link for.
+ * @param string $accountId Account ID to update the user link for.
+ * @param string $webPropertyId Web Property ID to update the user link for.
+ * @param string $profileId View (Profile ID) to update the user link for.
+ * @param string $linkId Link ID to update the user link for.
* @param Google_EntityUserLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityUserLink
@@ -2928,12 +2848,10 @@ class Google_Service_Analytics_ManagementProfiles_Resource extends Google_Servic
/**
* Deletes a view (profile). (profiles.delete)
*
- * @param string $accountId
- * Account ID to delete the view (profile) for.
- * @param string $webPropertyId
- * Web property ID to delete the view (profile) for.
- * @param string $profileId
- * ID of the view (profile) to be deleted.
+ * @param string $accountId Account ID to delete the view (profile) for.
+ * @param string $webPropertyId Web property ID to delete the view (profile)
+ * for.
+ * @param string $profileId ID of the view (profile) to be deleted.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $webPropertyId, $profileId, $optParams = array())
@@ -2942,15 +2860,13 @@ public function delete($accountId, $webPropertyId, $profileId, $optParams = arra
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a view (profile) to which the user has access. (profiles.get)
*
- * @param string $accountId
- * Account ID to retrieve the goal for.
- * @param string $webPropertyId
- * Web property ID to retrieve the goal for.
- * @param string $profileId
- * View (Profile) ID to retrieve the goal for.
+ * @param string $accountId Account ID to retrieve the goal for.
+ * @param string $webPropertyId Web property ID to retrieve the goal for.
+ * @param string $profileId View (Profile) ID to retrieve the goal for.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Profile
*/
@@ -2960,13 +2876,13 @@ public function get($accountId, $webPropertyId, $profileId, $optParams = array()
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_Profile");
}
+
/**
* Create a new view (profile). (profiles.insert)
*
- * @param string $accountId
- * Account ID to create the view (profile) for.
- * @param string $webPropertyId
- * Web property ID to create the view (profile) for.
+ * @param string $accountId Account ID to create the view (profile) for.
+ * @param string $webPropertyId Web property ID to create the view (profile)
+ * for.
* @param Google_Profile $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Profile
@@ -2977,23 +2893,23 @@ public function insert($accountId, $webPropertyId, Google_Service_Analytics_Prof
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_Profile");
}
+
/**
* Lists views (profiles) to which the user has access.
* (profiles.listManagementProfiles)
*
- * @param string $accountId
- * Account ID for the view (profiles) to retrieve. Can either be a specific account ID or '~all',
- * which refers to all the accounts to which the user has access.
- * @param string $webPropertyId
- * Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID
- * or '~all', which refers to all the web properties to which the user has access.
+ * @param string $accountId Account ID for the view (profiles) to retrieve. Can
+ * either be a specific account ID or '~all', which refers to all the accounts
+ * to which the user has access.
+ * @param string $webPropertyId Web property ID for the views (profiles) to
+ * retrieve. Can either be a specific web property ID or '~all', which refers to
+ * all the web properties to which the user has access.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of views (profiles) to include in this response.
- * @opt_param int start-index
- * An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
+ * @opt_param int max-results The maximum number of views (profiles) to include
+ * in this response.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
* @return Google_Service_Analytics_Profiles
*/
public function listManagementProfiles($accountId, $webPropertyId, $optParams = array())
@@ -3002,16 +2918,15 @@ public function listManagementProfiles($accountId, $webPropertyId, $optParams =
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_Profiles");
}
+
/**
* Updates an existing view (profile). This method supports patch semantics.
* (profiles.patch)
*
- * @param string $accountId
- * Account ID to which the view (profile) belongs
- * @param string $webPropertyId
- * Web property ID to which the view (profile) belongs
- * @param string $profileId
- * ID of the view (profile) to be updated.
+ * @param string $accountId Account ID to which the view (profile) belongs
+ * @param string $webPropertyId Web property ID to which the view (profile)
+ * belongs
+ * @param string $profileId ID of the view (profile) to be updated.
* @param Google_Profile $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Profile
@@ -3022,15 +2937,14 @@ public function patch($accountId, $webPropertyId, $profileId, Google_Service_Ana
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Analytics_Profile");
}
+
/**
* Updates an existing view (profile). (profiles.update)
*
- * @param string $accountId
- * Account ID to which the view (profile) belongs
- * @param string $webPropertyId
- * Web property ID to which the view (profile) belongs
- * @param string $profileId
- * ID of the view (profile) to be updated.
+ * @param string $accountId Account ID to which the view (profile) belongs
+ * @param string $webPropertyId Web property ID to which the view (profile)
+ * belongs
+ * @param string $profileId ID of the view (profile) to be updated.
* @param Google_Profile $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Profile
@@ -3059,11 +2973,11 @@ class Google_Service_Analytics_ManagementSegments_Resource extends Google_Servic
*
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of segments to include in this response.
- * @opt_param int start-index
- * An index of the first segment to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
+ * @opt_param int max-results The maximum number of segments to include in this
+ * response.
+ * @opt_param int start-index An index of the first segment to retrieve. Use
+ * this parameter as a pagination mechanism along with the max-results
+ * parameter.
* @return Google_Service_Analytics_Segments
*/
public function listManagementSegments($optParams = array())
@@ -3087,14 +3001,11 @@ class Google_Service_Analytics_ManagementUnsampledReports_Resource extends Googl
/**
* Returns a single unsampled report. (unsampledReports.get)
*
- * @param string $accountId
- * Account ID to retrieve unsampled report for.
- * @param string $webPropertyId
- * Web property ID to retrieve unsampled reports for.
- * @param string $profileId
- * View (Profile) ID to retrieve unsampled report for.
- * @param string $unsampledReportId
- * ID of the unsampled report to retrieve.
+ * @param string $accountId Account ID to retrieve unsampled report for.
+ * @param string $webPropertyId Web property ID to retrieve unsampled reports
+ * for.
+ * @param string $profileId View (Profile) ID to retrieve unsampled report for.
+ * @param string $unsampledReportId ID of the unsampled report to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_UnsampledReport
*/
@@ -3104,15 +3015,15 @@ public function get($accountId, $webPropertyId, $profileId, $unsampledReportId,
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_UnsampledReport");
}
+
/**
* Create a new unsampled report. (unsampledReports.insert)
*
- * @param string $accountId
- * Account ID to create the unsampled report for.
- * @param string $webPropertyId
- * Web property ID to create the unsampled report for.
- * @param string $profileId
- * View (Profile) ID to create the unsampled report for.
+ * @param string $accountId Account ID to create the unsampled report for.
+ * @param string $webPropertyId Web property ID to create the unsampled report
+ * for.
+ * @param string $profileId View (Profile) ID to create the unsampled report
+ * for.
* @param Google_UnsampledReport $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_UnsampledReport
@@ -3123,26 +3034,24 @@ public function insert($accountId, $webPropertyId, $profileId, Google_Service_An
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_UnsampledReport");
}
+
/**
* Lists unsampled reports to which the user has access.
* (unsampledReports.listManagementUnsampledReports)
*
- * @param string $accountId
- * Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not
- * supported.
- * @param string $webPropertyId
- * Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is
- * not supported.
- * @param string $profileId
- * View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all
- * is not supported.
+ * @param string $accountId Account ID to retrieve unsampled reports for. Must
+ * be a specific account ID, ~all is not supported.
+ * @param string $webPropertyId Web property ID to retrieve unsampled reports
+ * for. Must be a specific web property ID, ~all is not supported.
+ * @param string $profileId View (Profile) ID to retrieve unsampled reports for.
+ * Must be a specific view (profile) ID, ~all is not supported.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of unsampled reports to include in this response.
- * @opt_param int start-index
- * An index of the first unsampled report to retrieve. Use this parameter as a pagination mechanism
- * along with the max-results parameter.
+ * @opt_param int max-results The maximum number of unsampled reports to include
+ * in this response.
+ * @opt_param int start-index An index of the first unsampled report to
+ * retrieve. Use this parameter as a pagination mechanism along with the max-
+ * results parameter.
* @return Google_Service_Analytics_UnsampledReports
*/
public function listManagementUnsampledReports($accountId, $webPropertyId, $profileId, $optParams = array())
@@ -3166,12 +3075,10 @@ class Google_Service_Analytics_ManagementUploads_Resource extends Google_Service
/**
* Delete data associated with a previous upload. (uploads.deleteUploadData)
*
- * @param string $accountId
- * Account Id for the uploads to be deleted.
- * @param string $webPropertyId
- * Web property Id for the uploads to be deleted.
- * @param string $customDataSourceId
- * Custom data source Id for the uploads to be deleted.
+ * @param string $accountId Account Id for the uploads to be deleted.
+ * @param string $webPropertyId Web property Id for the uploads to be deleted.
+ * @param string $customDataSourceId Custom data source Id for the uploads to be
+ * deleted.
* @param Google_AnalyticsDataimportDeleteUploadDataRequest $postBody
* @param array $optParams Optional parameters.
*/
@@ -3181,17 +3088,15 @@ public function deleteUploadData($accountId, $webPropertyId, $customDataSourceId
$params = array_merge($params, $optParams);
return $this->call('deleteUploadData', array($params));
}
+
/**
* List uploads to which the user has access. (uploads.get)
*
- * @param string $accountId
- * Account Id for the upload to retrieve.
- * @param string $webPropertyId
- * Web property Id for the upload to retrieve.
- * @param string $customDataSourceId
- * Custom data source Id for upload to retrieve.
- * @param string $uploadId
- * Upload Id to retrieve.
+ * @param string $accountId Account Id for the upload to retrieve.
+ * @param string $webPropertyId Web property Id for the upload to retrieve.
+ * @param string $customDataSourceId Custom data source Id for upload to
+ * retrieve.
+ * @param string $uploadId Upload Id to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Upload
*/
@@ -3201,22 +3106,21 @@ public function get($accountId, $webPropertyId, $customDataSourceId, $uploadId,
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_Upload");
}
+
/**
* List uploads to which the user has access. (uploads.listManagementUploads)
*
- * @param string $accountId
- * Account Id for the uploads to retrieve.
- * @param string $webPropertyId
- * Web property Id for the uploads to retrieve.
- * @param string $customDataSourceId
- * Custom data source Id for uploads to retrieve.
+ * @param string $accountId Account Id for the uploads to retrieve.
+ * @param string $webPropertyId Web property Id for the uploads to retrieve.
+ * @param string $customDataSourceId Custom data source Id for uploads to
+ * retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of uploads to include in this response.
- * @opt_param int start-index
- * A 1-based index of the first upload to retrieve. Use this parameter as a pagination mechanism
- * along with the max-results parameter.
+ * @opt_param int max-results The maximum number of uploads to include in this
+ * response.
+ * @opt_param int start-index A 1-based index of the first upload to retrieve.
+ * Use this parameter as a pagination mechanism along with the max-results
+ * parameter.
* @return Google_Service_Analytics_Uploads
*/
public function listManagementUploads($accountId, $webPropertyId, $customDataSourceId, $optParams = array())
@@ -3225,16 +3129,14 @@ public function listManagementUploads($accountId, $webPropertyId, $customDataSou
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_Uploads");
}
+
/**
* Migrate custom data source and data imports to latest version.
* (uploads.migrateDataImport)
*
- * @param string $accountId
- * Account Id for migration.
- * @param string $webPropertyId
- * Web property Id for migration.
- * @param string $customDataSourceId
- * Custom data source Id for migration.
+ * @param string $accountId Account Id for migration.
+ * @param string $webPropertyId Web property Id for migration.
+ * @param string $customDataSourceId Custom data source Id for migration.
* @param array $optParams Optional parameters.
*/
public function migrateDataImport($accountId, $webPropertyId, $customDataSourceId, $optParams = array())
@@ -3243,15 +3145,15 @@ public function migrateDataImport($accountId, $webPropertyId, $customDataSourceI
$params = array_merge($params, $optParams);
return $this->call('migrateDataImport', array($params));
}
+
/**
* Upload data for a custom data source. (uploads.uploadData)
*
- * @param string $accountId
- * Account Id associated with the upload.
- * @param string $webPropertyId
- * Web property UA-string associated with the upload.
- * @param string $customDataSourceId
- * Custom data source Id to which the data being uploaded belongs.
+ * @param string $accountId Account Id associated with the upload.
+ * @param string $webPropertyId Web property UA-string associated with the
+ * upload.
+ * @param string $customDataSourceId Custom data source Id to which the data
+ * being uploaded belongs.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Upload
*/
@@ -3276,12 +3178,10 @@ class Google_Service_Analytics_ManagementWebPropertyAdWordsLinks_Resource extend
/**
* Deletes a web property-AdWords link. (webPropertyAdWordsLinks.delete)
*
- * @param string $accountId
- * ID of the account which the given web property belongs to.
- * @param string $webPropertyId
- * Web property ID to delete the AdWords link for.
- * @param string $webPropertyAdWordsLinkId
- * Web property AdWords link ID.
+ * @param string $accountId ID of the account which the given web property
+ * belongs to.
+ * @param string $webPropertyId Web property ID to delete the AdWords link for.
+ * @param string $webPropertyAdWordsLinkId Web property AdWords link ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array())
@@ -3290,16 +3190,16 @@ public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $o
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns a web property-AdWords link to which the user has access.
* (webPropertyAdWordsLinks.get)
*
- * @param string $accountId
- * ID of the account which the given web property belongs to.
- * @param string $webPropertyId
- * Web property ID to retrieve the AdWords link for.
- * @param string $webPropertyAdWordsLinkId
- * Web property-AdWords link ID.
+ * @param string $accountId ID of the account which the given web property
+ * belongs to.
+ * @param string $webPropertyId Web property ID to retrieve the AdWords link
+ * for.
+ * @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityAdWordsLink
*/
@@ -3309,13 +3209,13 @@ public function get($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optP
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_EntityAdWordsLink");
}
+
/**
* Creates a webProperty-AdWords link. (webPropertyAdWordsLinks.insert)
*
- * @param string $accountId
- * ID of the Google Analytics account to create the link for.
- * @param string $webPropertyId
- * Web property ID to create the link for.
+ * @param string $accountId ID of the Google Analytics account to create the
+ * link for.
+ * @param string $webPropertyId Web property ID to create the link for.
* @param Google_EntityAdWordsLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityAdWordsLink
@@ -3326,21 +3226,22 @@ public function insert($accountId, $webPropertyId, Google_Service_Analytics_Enti
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_EntityAdWordsLink");
}
+
/**
* Lists webProperty-AdWords links for a given web property.
* (webPropertyAdWordsLinks.listManagementWebPropertyAdWordsLinks)
*
- * @param string $accountId
- * ID of the account which the given web property belongs to.
- * @param string $webPropertyId
- * Web property ID to retrieve the AdWords links for.
+ * @param string $accountId ID of the account which the given web property
+ * belongs to.
+ * @param string $webPropertyId Web property ID to retrieve the AdWords links
+ * for.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of webProperty-AdWords links to include in this response.
- * @opt_param int start-index
- * An index of the first webProperty-AdWords link to retrieve. Use this parameter as a pagination
- * mechanism along with the max-results parameter.
+ * @opt_param int max-results The maximum number of webProperty-AdWords links to
+ * include in this response.
+ * @opt_param int start-index An index of the first webProperty-AdWords link to
+ * retrieve. Use this parameter as a pagination mechanism along with the max-
+ * results parameter.
* @return Google_Service_Analytics_EntityAdWordsLinks
*/
public function listManagementWebPropertyAdWordsLinks($accountId, $webPropertyId, $optParams = array())
@@ -3349,16 +3250,16 @@ public function listManagementWebPropertyAdWordsLinks($accountId, $webPropertyId
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_EntityAdWordsLinks");
}
+
/**
* Updates an existing webProperty-AdWords link. This method supports patch
* semantics. (webPropertyAdWordsLinks.patch)
*
- * @param string $accountId
- * ID of the account which the given web property belongs to.
- * @param string $webPropertyId
- * Web property ID to retrieve the AdWords link for.
- * @param string $webPropertyAdWordsLinkId
- * Web property-AdWords link ID.
+ * @param string $accountId ID of the account which the given web property
+ * belongs to.
+ * @param string $webPropertyId Web property ID to retrieve the AdWords link
+ * for.
+ * @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
* @param Google_EntityAdWordsLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityAdWordsLink
@@ -3369,16 +3270,16 @@ public function patch($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Goo
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Analytics_EntityAdWordsLink");
}
+
/**
* Updates an existing webProperty-AdWords link.
* (webPropertyAdWordsLinks.update)
*
- * @param string $accountId
- * ID of the account which the given web property belongs to.
- * @param string $webPropertyId
- * Web property ID to retrieve the AdWords link for.
- * @param string $webPropertyAdWordsLinkId
- * Web property-AdWords link ID.
+ * @param string $accountId ID of the account which the given web property
+ * belongs to.
+ * @param string $webPropertyId Web property ID to retrieve the AdWords link
+ * for.
+ * @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
* @param Google_EntityAdWordsLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityAdWordsLink
@@ -3404,10 +3305,8 @@ class Google_Service_Analytics_ManagementWebproperties_Resource extends Google_S
/**
* Gets a web property to which the user has access. (webproperties.get)
*
- * @param string $accountId
- * Account ID to retrieve the web property for.
- * @param string $webPropertyId
- * ID to retrieve the web property for.
+ * @param string $accountId Account ID to retrieve the web property for.
+ * @param string $webPropertyId ID to retrieve the web property for.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Webproperty
*/
@@ -3417,13 +3316,13 @@ public function get($accountId, $webPropertyId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Analytics_Webproperty");
}
+
/**
* Create a new property if the account has fewer than 20 properties. Web
* properties are visible in the Google Analytics interface only if they have at
* least one profile. (webproperties.insert)
*
- * @param string $accountId
- * Account ID to create the web property for.
+ * @param string $accountId Account ID to create the web property for.
* @param Google_Webproperty $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Webproperty
@@ -3434,20 +3333,20 @@ public function insert($accountId, Google_Service_Analytics_Webproperty $postBod
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_Webproperty");
}
+
/**
* Lists web properties to which the user has access.
* (webproperties.listManagementWebproperties)
*
- * @param string $accountId
- * Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which
- * refers to all the accounts that user has access to.
+ * @param string $accountId Account ID to retrieve web properties for. Can
+ * either be a specific account ID or '~all', which refers to all the accounts
+ * that user has access to.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of web properties to include in this response.
- * @opt_param int start-index
- * An index of the first entity to retrieve. Use this parameter as a pagination mechanism along
- * with the max-results parameter.
+ * @opt_param int max-results The maximum number of web properties to include in
+ * this response.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
* @return Google_Service_Analytics_Webproperties
*/
public function listManagementWebproperties($accountId, $optParams = array())
@@ -3456,14 +3355,13 @@ public function listManagementWebproperties($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_Webproperties");
}
+
/**
* Updates an existing web property. This method supports patch semantics.
* (webproperties.patch)
*
- * @param string $accountId
- * Account ID to which the web property belongs
- * @param string $webPropertyId
- * Web property ID
+ * @param string $accountId Account ID to which the web property belongs
+ * @param string $webPropertyId Web property ID
* @param Google_Webproperty $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Webproperty
@@ -3474,13 +3372,12 @@ public function patch($accountId, $webPropertyId, Google_Service_Analytics_Webpr
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Analytics_Webproperty");
}
+
/**
* Updates an existing web property. (webproperties.update)
*
- * @param string $accountId
- * Account ID to which the web property belongs
- * @param string $webPropertyId
- * Web property ID
+ * @param string $accountId Account ID to which the web property belongs
+ * @param string $webPropertyId Web property ID
* @param Google_Webproperty $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Webproperty
@@ -3506,12 +3403,9 @@ class Google_Service_Analytics_ManagementWebpropertyUserLinks_Resource extends G
/**
* Removes a user from the given web property. (webpropertyUserLinks.delete)
*
- * @param string $accountId
- * Account ID to delete the user link for.
- * @param string $webPropertyId
- * Web Property ID to delete the user link for.
- * @param string $linkId
- * Link ID to delete the user link for.
+ * @param string $accountId Account ID to delete the user link for.
+ * @param string $webPropertyId Web Property ID to delete the user link for.
+ * @param string $linkId Link ID to delete the user link for.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $webPropertyId, $linkId, $optParams = array())
@@ -3520,13 +3414,12 @@ public function delete($accountId, $webPropertyId, $linkId, $optParams = array()
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Adds a new user to the given web property. (webpropertyUserLinks.insert)
*
- * @param string $accountId
- * Account ID to create the user link for.
- * @param string $webPropertyId
- * Web Property ID to create the user link for.
+ * @param string $accountId Account ID to create the user link for.
+ * @param string $webPropertyId Web Property ID to create the user link for.
* @param Google_EntityUserLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityUserLink
@@ -3537,22 +3430,22 @@ public function insert($accountId, $webPropertyId, Google_Service_Analytics_Enti
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Analytics_EntityUserLink");
}
+
/**
* Lists webProperty-user links for a given web property.
* (webpropertyUserLinks.listManagementWebpropertyUserLinks)
*
- * @param string $accountId
- * Account ID which the given web property belongs to.
- * @param string $webPropertyId
- * Web Property ID for the webProperty-user links to retrieve. Can either be a specific web
- * property ID or '~all', which refers to all the web properties that user has access to.
+ * @param string $accountId Account ID which the given web property belongs to.
+ * @param string $webPropertyId Web Property ID for the webProperty-user links
+ * to retrieve. Can either be a specific web property ID or '~all', which refers
+ * to all the web properties that user has access to.
* @param array $optParams Optional parameters.
*
- * @opt_param int max-results
- * The maximum number of webProperty-user Links to include in this response.
- * @opt_param int start-index
- * An index of the first webProperty-user link to retrieve. Use this parameter as a pagination
- * mechanism along with the max-results parameter.
+ * @opt_param int max-results The maximum number of webProperty-user Links to
+ * include in this response.
+ * @opt_param int start-index An index of the first webProperty-user link to
+ * retrieve. Use this parameter as a pagination mechanism along with the max-
+ * results parameter.
* @return Google_Service_Analytics_EntityUserLinks
*/
public function listManagementWebpropertyUserLinks($accountId, $webPropertyId, $optParams = array())
@@ -3561,16 +3454,15 @@ public function listManagementWebpropertyUserLinks($accountId, $webPropertyId, $
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Analytics_EntityUserLinks");
}
+
/**
* Updates permissions for an existing user on the given web property.
* (webpropertyUserLinks.update)
*
- * @param string $accountId
- * Account ID to update the account-user link for.
- * @param string $webPropertyId
- * Web property ID to update the account-user link for.
- * @param string $linkId
- * Link ID to update the account-user link for.
+ * @param string $accountId Account ID to update the account-user link for.
+ * @param string $webPropertyId Web property ID to update the account-user link
+ * for.
+ * @param string $linkId Link ID to update the account-user link for.
* @param Google_EntityUserLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityUserLink
@@ -3593,7 +3485,6 @@ public function update($accountId, $webPropertyId, $linkId, Google_Service_Analy
*/
class Google_Service_Analytics_Metadata_Resource extends Google_Service_Resource
{
-
}
/**
@@ -3610,8 +3501,8 @@ class Google_Service_Analytics_MetadataColumns_Resource extends Google_Service_R
/**
* Lists all columns for a report type (columns.listMetadataColumns)
*
- * @param string $reportType
- * Report type. Allowed Values: 'ga'. Where 'ga' corresponds to the Core Reporting API
+ * @param string $reportType Report type. Allowed Values: 'ga'. Where 'ga'
+ * corresponds to the Core Reporting API
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_Columns
*/
@@ -3667,11 +3558,11 @@ class Google_Service_Analytics_Account extends Google_Model
public $selfLink;
public $updated;
+
public function setChildLink(Google_Service_Analytics_AccountChildLink $childLink)
{
$this->childLink = $childLink;
}
-
public function getChildLink()
{
return $this->childLink;
@@ -3680,7 +3571,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -3689,7 +3579,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3698,7 +3587,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3707,7 +3595,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3716,7 +3603,6 @@ public function setPermissions(Google_Service_Analytics_AccountPermissions $perm
{
$this->permissions = $permissions;
}
-
public function getPermissions()
{
return $this->permissions;
@@ -3725,7 +3611,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -3734,12 +3619,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Analytics_AccountChildLink extends Google_Model
@@ -3749,11 +3632,11 @@ class Google_Service_Analytics_AccountChildLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -3762,12 +3645,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_AccountPermissions extends Google_Collection
@@ -3777,16 +3658,15 @@ class Google_Service_Analytics_AccountPermissions extends Google_Collection
);
public $effective;
+
public function setEffective($effective)
{
$this->effective = $effective;
}
-
public function getEffective()
{
return $this->effective;
}
-
}
class Google_Service_Analytics_AccountRef extends Google_Model
@@ -3798,11 +3678,11 @@ class Google_Service_Analytics_AccountRef extends Google_Model
public $kind;
public $name;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -3811,7 +3691,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3820,7 +3699,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3829,12 +3707,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Analytics_AccountSummaries extends Google_Collection
@@ -3852,11 +3728,11 @@ class Google_Service_Analytics_AccountSummaries extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3865,7 +3741,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -3874,7 +3749,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3883,7 +3757,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -3892,7 +3765,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -3901,7 +3773,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -3910,7 +3781,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -3919,12 +3789,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_AccountSummary extends Google_Collection
@@ -3938,11 +3806,11 @@ class Google_Service_Analytics_AccountSummary extends Google_Collection
protected $webPropertiesType = 'Google_Service_Analytics_WebPropertySummary';
protected $webPropertiesDataType = 'array';
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3951,7 +3819,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3960,7 +3827,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3969,12 +3835,10 @@ public function setWebProperties($webProperties)
{
$this->webProperties = $webProperties;
}
-
public function getWebProperties()
{
return $this->webProperties;
}
-
}
class Google_Service_Analytics_AccountTicket extends Google_Model
@@ -3991,11 +3855,11 @@ class Google_Service_Analytics_AccountTicket extends Google_Model
protected $webpropertyType = 'Google_Service_Analytics_Webproperty';
protected $webpropertyDataType = '';
+
public function setAccount(Google_Service_Analytics_Account $account)
{
$this->account = $account;
}
-
public function getAccount()
{
return $this->account;
@@ -4004,7 +3868,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4013,7 +3876,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4022,7 +3884,6 @@ public function setProfile(Google_Service_Analytics_Profile $profile)
{
$this->profile = $profile;
}
-
public function getProfile()
{
return $this->profile;
@@ -4031,7 +3892,6 @@ public function setRedirectUri($redirectUri)
{
$this->redirectUri = $redirectUri;
}
-
public function getRedirectUri()
{
return $this->redirectUri;
@@ -4040,12 +3900,10 @@ public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty
{
$this->webproperty = $webproperty;
}
-
public function getWebproperty()
{
return $this->webproperty;
}
-
}
class Google_Service_Analytics_Accounts extends Google_Collection
@@ -4063,11 +3921,11 @@ class Google_Service_Analytics_Accounts extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4076,7 +3934,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -4085,7 +3942,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4094,7 +3950,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -4103,7 +3958,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -4112,7 +3966,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -4121,7 +3974,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -4130,12 +3982,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_AdWordsAccount extends Google_Model
@@ -4146,11 +3996,11 @@ class Google_Service_Analytics_AdWordsAccount extends Google_Model
public $customerId;
public $kind;
+
public function setAutoTaggingEnabled($autoTaggingEnabled)
{
$this->autoTaggingEnabled = $autoTaggingEnabled;
}
-
public function getAutoTaggingEnabled()
{
return $this->autoTaggingEnabled;
@@ -4159,7 +4009,6 @@ public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
-
public function getCustomerId()
{
return $this->customerId;
@@ -4168,12 +4017,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest extends Google_Collection
@@ -4183,16 +4030,15 @@ class Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest extend
);
public $customDataImportUids;
+
public function setCustomDataImportUids($customDataImportUids)
{
$this->customDataImportUids = $customDataImportUids;
}
-
public function getCustomDataImportUids()
{
return $this->customDataImportUids;
}
-
}
class Google_Service_Analytics_Column extends Google_Model
@@ -4203,11 +4049,11 @@ class Google_Service_Analytics_Column extends Google_Model
public $id;
public $kind;
+
public function setAttributes($attributes)
{
$this->attributes = $attributes;
}
-
public function getAttributes()
{
return $this->attributes;
@@ -4216,7 +4062,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4225,20 +4070,14 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Analytics_ColumnAttributes extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Analytics_Columns extends Google_Collection
@@ -4253,11 +4092,11 @@ class Google_Service_Analytics_Columns extends Google_Collection
public $kind;
public $totalResults;
+
public function setAttributeNames($attributeNames)
{
$this->attributeNames = $attributeNames;
}
-
public function getAttributeNames()
{
return $this->attributeNames;
@@ -4266,7 +4105,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4275,7 +4113,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4284,7 +4121,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4293,12 +4129,10 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
}
-
}
class Google_Service_Analytics_CustomDataSource extends Google_Collection
@@ -4324,11 +4158,11 @@ class Google_Service_Analytics_CustomDataSource extends Google_Collection
public $uploadType;
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -4337,7 +4171,6 @@ public function setChildLink(Google_Service_Analytics_CustomDataSourceChildLink
{
$this->childLink = $childLink;
}
-
public function getChildLink()
{
return $this->childLink;
@@ -4346,7 +4179,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -4355,7 +4187,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4364,7 +4195,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4373,7 +4203,6 @@ public function setImportBehavior($importBehavior)
{
$this->importBehavior = $importBehavior;
}
-
public function getImportBehavior()
{
return $this->importBehavior;
@@ -4382,7 +4211,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4391,7 +4219,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4400,7 +4227,6 @@ public function setParentLink(Google_Service_Analytics_CustomDataSourceParentLin
{
$this->parentLink = $parentLink;
}
-
public function getParentLink()
{
return $this->parentLink;
@@ -4409,7 +4235,6 @@ public function setProfilesLinked($profilesLinked)
{
$this->profilesLinked = $profilesLinked;
}
-
public function getProfilesLinked()
{
return $this->profilesLinked;
@@ -4418,7 +4243,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -4427,7 +4251,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -4436,7 +4259,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -4445,7 +4267,6 @@ public function setUploadType($uploadType)
{
$this->uploadType = $uploadType;
}
-
public function getUploadType()
{
return $this->uploadType;
@@ -4454,12 +4275,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_CustomDataSourceChildLink extends Google_Model
@@ -4469,11 +4288,11 @@ class Google_Service_Analytics_CustomDataSourceChildLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -4482,12 +4301,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_CustomDataSourceParentLink extends Google_Model
@@ -4497,11 +4314,11 @@ class Google_Service_Analytics_CustomDataSourceParentLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -4510,12 +4327,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_CustomDataSources extends Google_Collection
@@ -4533,11 +4348,11 @@ class Google_Service_Analytics_CustomDataSources extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4546,7 +4361,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -4555,7 +4369,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4564,7 +4377,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -4573,7 +4385,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -4582,7 +4393,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -4591,7 +4401,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -4600,12 +4409,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_DailyUpload extends Google_Collection
@@ -4627,11 +4434,11 @@ class Google_Service_Analytics_DailyUpload extends Google_Collection
public $selfLink;
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -4640,7 +4447,6 @@ public function setAppendCount($appendCount)
{
$this->appendCount = $appendCount;
}
-
public function getAppendCount()
{
return $this->appendCount;
@@ -4649,7 +4455,6 @@ public function setCreatedTime($createdTime)
{
$this->createdTime = $createdTime;
}
-
public function getCreatedTime()
{
return $this->createdTime;
@@ -4658,7 +4463,6 @@ public function setCustomDataSourceId($customDataSourceId)
{
$this->customDataSourceId = $customDataSourceId;
}
-
public function getCustomDataSourceId()
{
return $this->customDataSourceId;
@@ -4667,7 +4471,6 @@ public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
@@ -4676,7 +4479,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4685,7 +4487,6 @@ public function setModifiedTime($modifiedTime)
{
$this->modifiedTime = $modifiedTime;
}
-
public function getModifiedTime()
{
return $this->modifiedTime;
@@ -4694,7 +4495,6 @@ public function setParentLink(Google_Service_Analytics_DailyUploadParentLink $pa
{
$this->parentLink = $parentLink;
}
-
public function getParentLink()
{
return $this->parentLink;
@@ -4703,7 +4503,6 @@ public function setRecentChanges($recentChanges)
{
$this->recentChanges = $recentChanges;
}
-
public function getRecentChanges()
{
return $this->recentChanges;
@@ -4712,7 +4511,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -4721,12 +4519,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_DailyUploadAppend extends Google_Model
@@ -4741,11 +4537,11 @@ class Google_Service_Analytics_DailyUploadAppend extends Google_Model
public $nextAppendLink;
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -4754,7 +4550,6 @@ public function setAppendNumber($appendNumber)
{
$this->appendNumber = $appendNumber;
}
-
public function getAppendNumber()
{
return $this->appendNumber;
@@ -4763,7 +4558,6 @@ public function setCustomDataSourceId($customDataSourceId)
{
$this->customDataSourceId = $customDataSourceId;
}
-
public function getCustomDataSourceId()
{
return $this->customDataSourceId;
@@ -4772,7 +4566,6 @@ public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
@@ -4781,7 +4574,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4790,7 +4582,6 @@ public function setNextAppendLink($nextAppendLink)
{
$this->nextAppendLink = $nextAppendLink;
}
-
public function getNextAppendLink()
{
return $this->nextAppendLink;
@@ -4799,12 +4590,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_DailyUploadParentLink extends Google_Model
@@ -4814,11 +4603,11 @@ class Google_Service_Analytics_DailyUploadParentLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -4827,12 +4616,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_DailyUploadRecentChanges extends Google_Model
@@ -4842,11 +4629,11 @@ class Google_Service_Analytics_DailyUploadRecentChanges extends Google_Model
public $change;
public $time;
+
public function setChange($change)
{
$this->change = $change;
}
-
public function getChange()
{
return $this->change;
@@ -4855,12 +4642,10 @@ public function setTime($time)
{
$this->time = $time;
}
-
public function getTime()
{
return $this->time;
}
-
}
class Google_Service_Analytics_DailyUploads extends Google_Collection
@@ -4878,11 +4663,11 @@ class Google_Service_Analytics_DailyUploads extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4891,7 +4676,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -4900,7 +4684,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4909,7 +4692,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -4918,7 +4700,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -4927,7 +4708,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -4936,7 +4716,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -4945,12 +4724,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_EntityAdWordsLink extends Google_Collection
@@ -4968,11 +4745,11 @@ class Google_Service_Analytics_EntityAdWordsLink extends Google_Collection
public $profileIds;
public $selfLink;
+
public function setAdWordsAccounts($adWordsAccounts)
{
$this->adWordsAccounts = $adWordsAccounts;
}
-
public function getAdWordsAccounts()
{
return $this->adWordsAccounts;
@@ -4981,7 +4758,6 @@ public function setEntity(Google_Service_Analytics_EntityAdWordsLinkEntity $enti
{
$this->entity = $entity;
}
-
public function getEntity()
{
return $this->entity;
@@ -4990,7 +4766,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4999,7 +4774,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5008,7 +4782,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5017,7 +4790,6 @@ public function setProfileIds($profileIds)
{
$this->profileIds = $profileIds;
}
-
public function getProfileIds()
{
return $this->profileIds;
@@ -5026,12 +4798,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Analytics_EntityAdWordsLinkEntity extends Google_Model
@@ -5041,16 +4811,15 @@ class Google_Service_Analytics_EntityAdWordsLinkEntity extends Google_Model
protected $webPropertyRefType = 'Google_Service_Analytics_WebPropertyRef';
protected $webPropertyRefDataType = '';
+
public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPropertyRef)
{
$this->webPropertyRef = $webPropertyRef;
}
-
public function getWebPropertyRef()
{
return $this->webPropertyRef;
}
-
}
class Google_Service_Analytics_EntityAdWordsLinks extends Google_Collection
@@ -5067,11 +4836,11 @@ class Google_Service_Analytics_EntityAdWordsLinks extends Google_Collection
public $startIndex;
public $totalResults;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5080,7 +4849,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -5089,7 +4857,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5098,7 +4865,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -5107,7 +4873,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -5116,7 +4881,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -5125,12 +4889,10 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
}
-
}
class Google_Service_Analytics_EntityUserLink extends Google_Model
@@ -5147,11 +4909,11 @@ class Google_Service_Analytics_EntityUserLink extends Google_Model
protected $userRefType = 'Google_Service_Analytics_UserRef';
protected $userRefDataType = '';
+
public function setEntity(Google_Service_Analytics_EntityUserLinkEntity $entity)
{
$this->entity = $entity;
}
-
public function getEntity()
{
return $this->entity;
@@ -5160,7 +4922,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5169,7 +4930,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5178,7 +4938,6 @@ public function setPermissions(Google_Service_Analytics_EntityUserLinkPermission
{
$this->permissions = $permissions;
}
-
public function getPermissions()
{
return $this->permissions;
@@ -5187,7 +4946,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -5196,12 +4954,10 @@ public function setUserRef(Google_Service_Analytics_UserRef $userRef)
{
$this->userRef = $userRef;
}
-
public function getUserRef()
{
return $this->userRef;
}
-
}
class Google_Service_Analytics_EntityUserLinkEntity extends Google_Model
@@ -5215,11 +4971,11 @@ class Google_Service_Analytics_EntityUserLinkEntity extends Google_Model
protected $webPropertyRefType = 'Google_Service_Analytics_WebPropertyRef';
protected $webPropertyRefDataType = '';
+
public function setAccountRef(Google_Service_Analytics_AccountRef $accountRef)
{
$this->accountRef = $accountRef;
}
-
public function getAccountRef()
{
return $this->accountRef;
@@ -5228,7 +4984,6 @@ public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef)
{
$this->profileRef = $profileRef;
}
-
public function getProfileRef()
{
return $this->profileRef;
@@ -5237,12 +4992,10 @@ public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPr
{
$this->webPropertyRef = $webPropertyRef;
}
-
public function getWebPropertyRef()
{
return $this->webPropertyRef;
}
-
}
class Google_Service_Analytics_EntityUserLinkPermissions extends Google_Collection
@@ -5253,11 +5006,11 @@ class Google_Service_Analytics_EntityUserLinkPermissions extends Google_Collecti
public $effective;
public $local;
+
public function setEffective($effective)
{
$this->effective = $effective;
}
-
public function getEffective()
{
return $this->effective;
@@ -5266,12 +5019,10 @@ public function setLocal($local)
{
$this->local = $local;
}
-
public function getLocal()
{
return $this->local;
}
-
}
class Google_Service_Analytics_EntityUserLinks extends Google_Collection
@@ -5288,11 +5039,11 @@ class Google_Service_Analytics_EntityUserLinks extends Google_Collection
public $startIndex;
public $totalResults;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5301,7 +5052,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -5310,7 +5060,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5319,7 +5068,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -5328,7 +5076,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -5337,7 +5084,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -5346,12 +5092,10 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
}
-
}
class Google_Service_Analytics_Experiment extends Google_Collection
@@ -5390,11 +5134,11 @@ class Google_Service_Analytics_Experiment extends Google_Collection
public $winnerConfidenceLevel;
public $winnerFound;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -5403,7 +5147,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -5412,7 +5155,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5421,7 +5163,6 @@ public function setEditableInGaUi($editableInGaUi)
{
$this->editableInGaUi = $editableInGaUi;
}
-
public function getEditableInGaUi()
{
return $this->editableInGaUi;
@@ -5430,7 +5171,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -5439,7 +5179,6 @@ public function setEqualWeighting($equalWeighting)
{
$this->equalWeighting = $equalWeighting;
}
-
public function getEqualWeighting()
{
return $this->equalWeighting;
@@ -5448,7 +5187,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5457,7 +5195,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -5466,7 +5203,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5475,7 +5211,6 @@ public function setMinimumExperimentLengthInDays($minimumExperimentLengthInDays)
{
$this->minimumExperimentLengthInDays = $minimumExperimentLengthInDays;
}
-
public function getMinimumExperimentLengthInDays()
{
return $this->minimumExperimentLengthInDays;
@@ -5484,7 +5219,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5493,7 +5227,6 @@ public function setObjectiveMetric($objectiveMetric)
{
$this->objectiveMetric = $objectiveMetric;
}
-
public function getObjectiveMetric()
{
return $this->objectiveMetric;
@@ -5502,7 +5235,6 @@ public function setOptimizationType($optimizationType)
{
$this->optimizationType = $optimizationType;
}
-
public function getOptimizationType()
{
return $this->optimizationType;
@@ -5511,7 +5243,6 @@ public function setParentLink(Google_Service_Analytics_ExperimentParentLink $par
{
$this->parentLink = $parentLink;
}
-
public function getParentLink()
{
return $this->parentLink;
@@ -5520,7 +5251,6 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
@@ -5529,7 +5259,6 @@ public function setReasonExperimentEnded($reasonExperimentEnded)
{
$this->reasonExperimentEnded = $reasonExperimentEnded;
}
-
public function getReasonExperimentEnded()
{
return $this->reasonExperimentEnded;
@@ -5538,7 +5267,6 @@ public function setRewriteVariationUrlsAsOriginal($rewriteVariationUrlsAsOrigina
{
$this->rewriteVariationUrlsAsOriginal = $rewriteVariationUrlsAsOriginal;
}
-
public function getRewriteVariationUrlsAsOriginal()
{
return $this->rewriteVariationUrlsAsOriginal;
@@ -5547,7 +5275,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -5556,7 +5283,6 @@ public function setServingFramework($servingFramework)
{
$this->servingFramework = $servingFramework;
}
-
public function getServingFramework()
{
return $this->servingFramework;
@@ -5565,7 +5291,6 @@ public function setSnippet($snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -5574,7 +5299,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -5583,7 +5307,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -5592,7 +5315,6 @@ public function setTrafficCoverage($trafficCoverage)
{
$this->trafficCoverage = $trafficCoverage;
}
-
public function getTrafficCoverage()
{
return $this->trafficCoverage;
@@ -5601,7 +5323,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -5610,7 +5331,6 @@ public function setVariations($variations)
{
$this->variations = $variations;
}
-
public function getVariations()
{
return $this->variations;
@@ -5619,7 +5339,6 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
@@ -5628,7 +5347,6 @@ public function setWinnerConfidenceLevel($winnerConfidenceLevel)
{
$this->winnerConfidenceLevel = $winnerConfidenceLevel;
}
-
public function getWinnerConfidenceLevel()
{
return $this->winnerConfidenceLevel;
@@ -5637,12 +5355,10 @@ public function setWinnerFound($winnerFound)
{
$this->winnerFound = $winnerFound;
}
-
public function getWinnerFound()
{
return $this->winnerFound;
}
-
}
class Google_Service_Analytics_ExperimentParentLink extends Google_Model
@@ -5652,11 +5368,11 @@ class Google_Service_Analytics_ExperimentParentLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -5665,12 +5381,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_ExperimentVariations extends Google_Model
@@ -5683,11 +5397,11 @@ class Google_Service_Analytics_ExperimentVariations extends Google_Model
public $weight;
public $won;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5696,7 +5410,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -5705,7 +5418,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -5714,7 +5426,6 @@ public function setWeight($weight)
{
$this->weight = $weight;
}
-
public function getWeight()
{
return $this->weight;
@@ -5723,12 +5434,10 @@ public function setWon($won)
{
$this->won = $won;
}
-
public function getWon()
{
return $this->won;
}
-
}
class Google_Service_Analytics_Experiments extends Google_Collection
@@ -5746,11 +5455,11 @@ class Google_Service_Analytics_Experiments extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5759,7 +5468,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -5768,7 +5476,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5777,7 +5484,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -5786,7 +5492,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -5795,7 +5500,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -5804,7 +5508,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -5813,12 +5516,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_Filter extends Google_Model
@@ -5848,11 +5549,11 @@ class Google_Service_Analytics_Filter extends Google_Model
protected $uppercaseDetailsType = 'Google_Service_Analytics_FilterUppercaseDetails';
protected $uppercaseDetailsDataType = '';
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -5861,7 +5562,6 @@ public function setAdvancedDetails(Google_Service_Analytics_FilterAdvancedDetail
{
$this->advancedDetails = $advancedDetails;
}
-
public function getAdvancedDetails()
{
return $this->advancedDetails;
@@ -5870,7 +5570,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -5879,7 +5578,6 @@ public function setExcludeDetails(Google_Service_Analytics_FilterExpression $exc
{
$this->excludeDetails = $excludeDetails;
}
-
public function getExcludeDetails()
{
return $this->excludeDetails;
@@ -5888,7 +5586,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5897,7 +5594,6 @@ public function setIncludeDetails(Google_Service_Analytics_FilterExpression $inc
{
$this->includeDetails = $includeDetails;
}
-
public function getIncludeDetails()
{
return $this->includeDetails;
@@ -5906,7 +5602,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5915,7 +5610,6 @@ public function setLowercaseDetails(Google_Service_Analytics_FilterLowercaseDeta
{
$this->lowercaseDetails = $lowercaseDetails;
}
-
public function getLowercaseDetails()
{
return $this->lowercaseDetails;
@@ -5924,7 +5618,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5933,7 +5626,6 @@ public function setParentLink(Google_Service_Analytics_FilterParentLink $parentL
{
$this->parentLink = $parentLink;
}
-
public function getParentLink()
{
return $this->parentLink;
@@ -5942,7 +5634,6 @@ public function setSearchAndReplaceDetails(Google_Service_Analytics_FilterSearch
{
$this->searchAndReplaceDetails = $searchAndReplaceDetails;
}
-
public function getSearchAndReplaceDetails()
{
return $this->searchAndReplaceDetails;
@@ -5951,7 +5642,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -5960,7 +5650,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -5969,7 +5658,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -5978,12 +5666,10 @@ public function setUppercaseDetails(Google_Service_Analytics_FilterUppercaseDeta
{
$this->uppercaseDetails = $uppercaseDetails;
}
-
public function getUppercaseDetails()
{
return $this->uppercaseDetails;
}
-
}
class Google_Service_Analytics_FilterAdvancedDetails extends Google_Model
@@ -6001,11 +5687,11 @@ class Google_Service_Analytics_FilterAdvancedDetails extends Google_Model
public $outputToField;
public $overrideOutputField;
+
public function setCaseSensitive($caseSensitive)
{
$this->caseSensitive = $caseSensitive;
}
-
public function getCaseSensitive()
{
return $this->caseSensitive;
@@ -6014,7 +5700,6 @@ public function setExtractA($extractA)
{
$this->extractA = $extractA;
}
-
public function getExtractA()
{
return $this->extractA;
@@ -6023,7 +5708,6 @@ public function setExtractB($extractB)
{
$this->extractB = $extractB;
}
-
public function getExtractB()
{
return $this->extractB;
@@ -6032,7 +5716,6 @@ public function setFieldA($fieldA)
{
$this->fieldA = $fieldA;
}
-
public function getFieldA()
{
return $this->fieldA;
@@ -6041,7 +5724,6 @@ public function setFieldARequired($fieldARequired)
{
$this->fieldARequired = $fieldARequired;
}
-
public function getFieldARequired()
{
return $this->fieldARequired;
@@ -6050,7 +5732,6 @@ public function setFieldB($fieldB)
{
$this->fieldB = $fieldB;
}
-
public function getFieldB()
{
return $this->fieldB;
@@ -6059,7 +5740,6 @@ public function setFieldBRequired($fieldBRequired)
{
$this->fieldBRequired = $fieldBRequired;
}
-
public function getFieldBRequired()
{
return $this->fieldBRequired;
@@ -6068,7 +5748,6 @@ public function setOutputConstructor($outputConstructor)
{
$this->outputConstructor = $outputConstructor;
}
-
public function getOutputConstructor()
{
return $this->outputConstructor;
@@ -6077,7 +5756,6 @@ public function setOutputToField($outputToField)
{
$this->outputToField = $outputToField;
}
-
public function getOutputToField()
{
return $this->outputToField;
@@ -6086,12 +5764,10 @@ public function setOverrideOutputField($overrideOutputField)
{
$this->overrideOutputField = $overrideOutputField;
}
-
public function getOverrideOutputField()
{
return $this->overrideOutputField;
}
-
}
class Google_Service_Analytics_FilterExpression extends Google_Model
@@ -6104,11 +5780,11 @@ class Google_Service_Analytics_FilterExpression extends Google_Model
public $kind;
public $matchType;
+
public function setCaseSensitive($caseSensitive)
{
$this->caseSensitive = $caseSensitive;
}
-
public function getCaseSensitive()
{
return $this->caseSensitive;
@@ -6117,7 +5793,6 @@ public function setExpressionValue($expressionValue)
{
$this->expressionValue = $expressionValue;
}
-
public function getExpressionValue()
{
return $this->expressionValue;
@@ -6126,7 +5801,6 @@ public function setField($field)
{
$this->field = $field;
}
-
public function getField()
{
return $this->field;
@@ -6135,7 +5809,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6144,12 +5817,10 @@ public function setMatchType($matchType)
{
$this->matchType = $matchType;
}
-
public function getMatchType()
{
return $this->matchType;
}
-
}
class Google_Service_Analytics_FilterLowercaseDetails extends Google_Model
@@ -6158,16 +5829,15 @@ class Google_Service_Analytics_FilterLowercaseDetails extends Google_Model
);
public $field;
+
public function setField($field)
{
$this->field = $field;
}
-
public function getField()
{
return $this->field;
}
-
}
class Google_Service_Analytics_FilterParentLink extends Google_Model
@@ -6177,11 +5847,11 @@ class Google_Service_Analytics_FilterParentLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -6190,12 +5860,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_FilterRef extends Google_Model
@@ -6208,11 +5876,11 @@ class Google_Service_Analytics_FilterRef extends Google_Model
public $kind;
public $name;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -6221,7 +5889,6 @@ public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -6230,7 +5897,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6239,7 +5905,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6248,12 +5913,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Analytics_FilterSearchAndReplaceDetails extends Google_Model
@@ -6265,11 +5928,11 @@ class Google_Service_Analytics_FilterSearchAndReplaceDetails extends Google_Mode
public $replaceString;
public $searchString;
+
public function setCaseSensitive($caseSensitive)
{
$this->caseSensitive = $caseSensitive;
}
-
public function getCaseSensitive()
{
return $this->caseSensitive;
@@ -6278,7 +5941,6 @@ public function setField($field)
{
$this->field = $field;
}
-
public function getField()
{
return $this->field;
@@ -6287,7 +5949,6 @@ public function setReplaceString($replaceString)
{
$this->replaceString = $replaceString;
}
-
public function getReplaceString()
{
return $this->replaceString;
@@ -6296,12 +5957,10 @@ public function setSearchString($searchString)
{
$this->searchString = $searchString;
}
-
public function getSearchString()
{
return $this->searchString;
}
-
}
class Google_Service_Analytics_FilterUppercaseDetails extends Google_Model
@@ -6310,16 +5969,15 @@ class Google_Service_Analytics_FilterUppercaseDetails extends Google_Model
);
public $field;
+
public function setField($field)
{
$this->field = $field;
}
-
public function getField()
{
return $this->field;
}
-
}
class Google_Service_Analytics_Filters extends Google_Collection
@@ -6337,11 +5995,11 @@ class Google_Service_Analytics_Filters extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6350,7 +6008,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -6359,7 +6016,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6368,7 +6024,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -6377,7 +6032,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -6386,7 +6040,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -6395,7 +6048,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -6404,12 +6056,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_GaData extends Google_Collection
@@ -6438,11 +6088,11 @@ class Google_Service_Analytics_GaData extends Google_Collection
public $totalResults;
public $totalsForAllResults;
+
public function setColumnHeaders($columnHeaders)
{
$this->columnHeaders = $columnHeaders;
}
-
public function getColumnHeaders()
{
return $this->columnHeaders;
@@ -6451,7 +6101,6 @@ public function setContainsSampledData($containsSampledData)
{
$this->containsSampledData = $containsSampledData;
}
-
public function getContainsSampledData()
{
return $this->containsSampledData;
@@ -6460,7 +6109,6 @@ public function setDataTable(Google_Service_Analytics_GaDataDataTable $dataTable
{
$this->dataTable = $dataTable;
}
-
public function getDataTable()
{
return $this->dataTable;
@@ -6469,7 +6117,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6478,7 +6125,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -6487,7 +6133,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6496,7 +6141,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -6505,7 +6149,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -6514,7 +6157,6 @@ public function setProfileInfo(Google_Service_Analytics_GaDataProfileInfo $profi
{
$this->profileInfo = $profileInfo;
}
-
public function getProfileInfo()
{
return $this->profileInfo;
@@ -6523,7 +6165,6 @@ public function setQuery(Google_Service_Analytics_GaDataQuery $query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
@@ -6532,7 +6173,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -6541,7 +6181,6 @@ public function setSampleSize($sampleSize)
{
$this->sampleSize = $sampleSize;
}
-
public function getSampleSize()
{
return $this->sampleSize;
@@ -6550,7 +6189,6 @@ public function setSampleSpace($sampleSpace)
{
$this->sampleSpace = $sampleSpace;
}
-
public function getSampleSpace()
{
return $this->sampleSpace;
@@ -6559,7 +6197,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -6568,7 +6205,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -6577,12 +6213,10 @@ public function setTotalsForAllResults($totalsForAllResults)
{
$this->totalsForAllResults = $totalsForAllResults;
}
-
public function getTotalsForAllResults()
{
return $this->totalsForAllResults;
}
-
}
class Google_Service_Analytics_GaDataColumnHeaders extends Google_Model
@@ -6593,11 +6227,11 @@ class Google_Service_Analytics_GaDataColumnHeaders extends Google_Model
public $dataType;
public $name;
+
public function setColumnType($columnType)
{
$this->columnType = $columnType;
}
-
public function getColumnType()
{
return $this->columnType;
@@ -6606,7 +6240,6 @@ public function setDataType($dataType)
{
$this->dataType = $dataType;
}
-
public function getDataType()
{
return $this->dataType;
@@ -6615,12 +6248,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Analytics_GaDataDataTable extends Google_Collection
@@ -6633,11 +6264,11 @@ class Google_Service_Analytics_GaDataDataTable extends Google_Collection
protected $rowsType = 'Google_Service_Analytics_GaDataDataTableRows';
protected $rowsDataType = 'array';
+
public function setCols($cols)
{
$this->cols = $cols;
}
-
public function getCols()
{
return $this->cols;
@@ -6646,12 +6277,10 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
}
-
}
class Google_Service_Analytics_GaDataDataTableCols extends Google_Model
@@ -6662,11 +6291,11 @@ class Google_Service_Analytics_GaDataDataTableCols extends Google_Model
public $label;
public $type;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6675,7 +6304,6 @@ public function setLabel($label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
@@ -6684,12 +6312,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_GaDataDataTableRows extends Google_Collection
@@ -6700,16 +6326,15 @@ class Google_Service_Analytics_GaDataDataTableRows extends Google_Collection
protected $cType = 'Google_Service_Analytics_GaDataDataTableRowsC';
protected $cDataType = 'array';
+
public function setC($c)
{
$this->c = $c;
}
-
public function getC()
{
return $this->c;
}
-
}
class Google_Service_Analytics_GaDataDataTableRowsC extends Google_Model
@@ -6718,16 +6343,15 @@ class Google_Service_Analytics_GaDataDataTableRowsC extends Google_Model
);
public $v;
+
public function setV($v)
{
$this->v = $v;
}
-
public function getV()
{
return $this->v;
}
-
}
class Google_Service_Analytics_GaDataProfileInfo extends Google_Model
@@ -6741,11 +6365,11 @@ class Google_Service_Analytics_GaDataProfileInfo extends Google_Model
public $tableId;
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -6754,7 +6378,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -6763,7 +6386,6 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
@@ -6772,7 +6394,6 @@ public function setProfileName($profileName)
{
$this->profileName = $profileName;
}
-
public function getProfileName()
{
return $this->profileName;
@@ -6781,7 +6402,6 @@ public function setTableId($tableId)
{
$this->tableId = $tableId;
}
-
public function getTableId()
{
return $this->tableId;
@@ -6790,12 +6410,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_GaDataQuery extends Google_Collection
@@ -6819,11 +6437,11 @@ class Google_Service_Analytics_GaDataQuery extends Google_Collection
public $startDate;
public $startIndex;
+
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -6832,7 +6450,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -6841,7 +6458,6 @@ public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -6850,7 +6466,6 @@ public function setIds($ids)
{
$this->ids = $ids;
}
-
public function getIds()
{
return $this->ids;
@@ -6859,7 +6474,6 @@ public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
}
-
public function getMaxResults()
{
return $this->maxResults;
@@ -6868,7 +6482,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -6877,7 +6490,6 @@ public function setSamplingLevel($samplingLevel)
{
$this->samplingLevel = $samplingLevel;
}
-
public function getSamplingLevel()
{
return $this->samplingLevel;
@@ -6886,7 +6498,6 @@ public function setSegment($segment)
{
$this->segment = $segment;
}
-
public function getSegment()
{
return $this->segment;
@@ -6895,7 +6506,6 @@ public function setSort($sort)
{
$this->sort = $sort;
}
-
public function getSort()
{
return $this->sort;
@@ -6904,7 +6514,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -6913,20 +6522,14 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
}
-
}
class Google_Service_Analytics_GaDataTotalsForAllResults extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Analytics_Goal extends Google_Model
@@ -6957,11 +6560,11 @@ class Google_Service_Analytics_Goal extends Google_Model
protected $visitTimeOnSiteDetailsDataType = '';
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -6970,7 +6573,6 @@ public function setActive($active)
{
$this->active = $active;
}
-
public function getActive()
{
return $this->active;
@@ -6979,7 +6581,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -6988,7 +6589,6 @@ public function setEventDetails(Google_Service_Analytics_GoalEventDetails $event
{
$this->eventDetails = $eventDetails;
}
-
public function getEventDetails()
{
return $this->eventDetails;
@@ -6997,7 +6597,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7006,7 +6605,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -7015,7 +6613,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7024,7 +6621,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -7033,7 +6629,6 @@ public function setParentLink(Google_Service_Analytics_GoalParentLink $parentLin
{
$this->parentLink = $parentLink;
}
-
public function getParentLink()
{
return $this->parentLink;
@@ -7042,7 +6637,6 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
@@ -7051,7 +6645,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -7060,7 +6653,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -7069,7 +6661,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -7078,7 +6669,6 @@ public function setUrlDestinationDetails(Google_Service_Analytics_GoalUrlDestina
{
$this->urlDestinationDetails = $urlDestinationDetails;
}
-
public function getUrlDestinationDetails()
{
return $this->urlDestinationDetails;
@@ -7087,7 +6677,6 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
@@ -7096,7 +6685,6 @@ public function setVisitNumPagesDetails(Google_Service_Analytics_GoalVisitNumPag
{
$this->visitNumPagesDetails = $visitNumPagesDetails;
}
-
public function getVisitNumPagesDetails()
{
return $this->visitNumPagesDetails;
@@ -7105,7 +6693,6 @@ public function setVisitTimeOnSiteDetails(Google_Service_Analytics_GoalVisitTime
{
$this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails;
}
-
public function getVisitTimeOnSiteDetails()
{
return $this->visitTimeOnSiteDetails;
@@ -7114,12 +6701,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_GoalEventDetails extends Google_Collection
@@ -7131,11 +6716,11 @@ class Google_Service_Analytics_GoalEventDetails extends Google_Collection
protected $eventConditionsDataType = 'array';
public $useEventValue;
+
public function setEventConditions($eventConditions)
{
$this->eventConditions = $eventConditions;
}
-
public function getEventConditions()
{
return $this->eventConditions;
@@ -7144,12 +6729,10 @@ public function setUseEventValue($useEventValue)
{
$this->useEventValue = $useEventValue;
}
-
public function getUseEventValue()
{
return $this->useEventValue;
}
-
}
class Google_Service_Analytics_GoalEventDetailsEventConditions extends Google_Model
@@ -7162,11 +6745,11 @@ class Google_Service_Analytics_GoalEventDetailsEventConditions extends Google_Mo
public $matchType;
public $type;
+
public function setComparisonType($comparisonType)
{
$this->comparisonType = $comparisonType;
}
-
public function getComparisonType()
{
return $this->comparisonType;
@@ -7175,7 +6758,6 @@ public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
}
-
public function getComparisonValue()
{
return $this->comparisonValue;
@@ -7184,7 +6766,6 @@ public function setExpression($expression)
{
$this->expression = $expression;
}
-
public function getExpression()
{
return $this->expression;
@@ -7193,7 +6774,6 @@ public function setMatchType($matchType)
{
$this->matchType = $matchType;
}
-
public function getMatchType()
{
return $this->matchType;
@@ -7202,12 +6782,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_GoalParentLink extends Google_Model
@@ -7217,11 +6795,11 @@ class Google_Service_Analytics_GoalParentLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -7230,12 +6808,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_GoalUrlDestinationDetails extends Google_Collection
@@ -7250,11 +6826,11 @@ class Google_Service_Analytics_GoalUrlDestinationDetails extends Google_Collecti
protected $stepsDataType = 'array';
public $url;
+
public function setCaseSensitive($caseSensitive)
{
$this->caseSensitive = $caseSensitive;
}
-
public function getCaseSensitive()
{
return $this->caseSensitive;
@@ -7263,7 +6839,6 @@ public function setFirstStepRequired($firstStepRequired)
{
$this->firstStepRequired = $firstStepRequired;
}
-
public function getFirstStepRequired()
{
return $this->firstStepRequired;
@@ -7272,7 +6847,6 @@ public function setMatchType($matchType)
{
$this->matchType = $matchType;
}
-
public function getMatchType()
{
return $this->matchType;
@@ -7281,7 +6855,6 @@ public function setSteps($steps)
{
$this->steps = $steps;
}
-
public function getSteps()
{
return $this->steps;
@@ -7290,12 +6863,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Analytics_GoalUrlDestinationDetailsSteps extends Google_Model
@@ -7306,11 +6877,11 @@ class Google_Service_Analytics_GoalUrlDestinationDetailsSteps extends Google_Mod
public $number;
public $url;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -7319,7 +6890,6 @@ public function setNumber($number)
{
$this->number = $number;
}
-
public function getNumber()
{
return $this->number;
@@ -7328,12 +6898,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Analytics_GoalVisitNumPagesDetails extends Google_Model
@@ -7343,11 +6911,11 @@ class Google_Service_Analytics_GoalVisitNumPagesDetails extends Google_Model
public $comparisonType;
public $comparisonValue;
+
public function setComparisonType($comparisonType)
{
$this->comparisonType = $comparisonType;
}
-
public function getComparisonType()
{
return $this->comparisonType;
@@ -7356,12 +6924,10 @@ public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
}
-
public function getComparisonValue()
{
return $this->comparisonValue;
}
-
}
class Google_Service_Analytics_GoalVisitTimeOnSiteDetails extends Google_Model
@@ -7371,11 +6937,11 @@ class Google_Service_Analytics_GoalVisitTimeOnSiteDetails extends Google_Model
public $comparisonType;
public $comparisonValue;
+
public function setComparisonType($comparisonType)
{
$this->comparisonType = $comparisonType;
}
-
public function getComparisonType()
{
return $this->comparisonType;
@@ -7384,12 +6950,10 @@ public function setComparisonValue($comparisonValue)
{
$this->comparisonValue = $comparisonValue;
}
-
public function getComparisonValue()
{
return $this->comparisonValue;
}
-
}
class Google_Service_Analytics_Goals extends Google_Collection
@@ -7407,11 +6971,11 @@ class Google_Service_Analytics_Goals extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7420,7 +6984,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -7429,7 +6992,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7438,7 +7000,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -7447,7 +7008,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -7456,7 +7016,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -7465,7 +7024,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -7474,12 +7032,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_McfData extends Google_Collection
@@ -7507,11 +7063,11 @@ class Google_Service_Analytics_McfData extends Google_Collection
public $totalResults;
public $totalsForAllResults;
+
public function setColumnHeaders($columnHeaders)
{
$this->columnHeaders = $columnHeaders;
}
-
public function getColumnHeaders()
{
return $this->columnHeaders;
@@ -7520,7 +7076,6 @@ public function setContainsSampledData($containsSampledData)
{
$this->containsSampledData = $containsSampledData;
}
-
public function getContainsSampledData()
{
return $this->containsSampledData;
@@ -7529,7 +7084,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7538,7 +7092,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -7547,7 +7100,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7556,7 +7108,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -7565,7 +7116,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -7574,7 +7124,6 @@ public function setProfileInfo(Google_Service_Analytics_McfDataProfileInfo $prof
{
$this->profileInfo = $profileInfo;
}
-
public function getProfileInfo()
{
return $this->profileInfo;
@@ -7583,7 +7132,6 @@ public function setQuery(Google_Service_Analytics_McfDataQuery $query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
@@ -7592,7 +7140,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -7601,7 +7148,6 @@ public function setSampleSize($sampleSize)
{
$this->sampleSize = $sampleSize;
}
-
public function getSampleSize()
{
return $this->sampleSize;
@@ -7610,7 +7156,6 @@ public function setSampleSpace($sampleSpace)
{
$this->sampleSpace = $sampleSpace;
}
-
public function getSampleSpace()
{
return $this->sampleSpace;
@@ -7619,7 +7164,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -7628,7 +7172,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -7637,12 +7180,10 @@ public function setTotalsForAllResults($totalsForAllResults)
{
$this->totalsForAllResults = $totalsForAllResults;
}
-
public function getTotalsForAllResults()
{
return $this->totalsForAllResults;
}
-
}
class Google_Service_Analytics_McfDataColumnHeaders extends Google_Model
@@ -7653,11 +7194,11 @@ class Google_Service_Analytics_McfDataColumnHeaders extends Google_Model
public $dataType;
public $name;
+
public function setColumnType($columnType)
{
$this->columnType = $columnType;
}
-
public function getColumnType()
{
return $this->columnType;
@@ -7666,7 +7207,6 @@ public function setDataType($dataType)
{
$this->dataType = $dataType;
}
-
public function getDataType()
{
return $this->dataType;
@@ -7675,12 +7215,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Analytics_McfDataProfileInfo extends Google_Model
@@ -7694,11 +7232,11 @@ class Google_Service_Analytics_McfDataProfileInfo extends Google_Model
public $tableId;
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -7707,7 +7245,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -7716,7 +7253,6 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
@@ -7725,7 +7261,6 @@ public function setProfileName($profileName)
{
$this->profileName = $profileName;
}
-
public function getProfileName()
{
return $this->profileName;
@@ -7734,7 +7269,6 @@ public function setTableId($tableId)
{
$this->tableId = $tableId;
}
-
public function getTableId()
{
return $this->tableId;
@@ -7743,12 +7277,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_McfDataQuery extends Google_Collection
@@ -7772,11 +7304,11 @@ class Google_Service_Analytics_McfDataQuery extends Google_Collection
public $startDate;
public $startIndex;
+
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -7785,7 +7317,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -7794,7 +7325,6 @@ public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -7803,7 +7333,6 @@ public function setIds($ids)
{
$this->ids = $ids;
}
-
public function getIds()
{
return $this->ids;
@@ -7812,7 +7341,6 @@ public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
}
-
public function getMaxResults()
{
return $this->maxResults;
@@ -7821,7 +7349,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -7830,7 +7357,6 @@ public function setSamplingLevel($samplingLevel)
{
$this->samplingLevel = $samplingLevel;
}
-
public function getSamplingLevel()
{
return $this->samplingLevel;
@@ -7839,7 +7365,6 @@ public function setSegment($segment)
{
$this->segment = $segment;
}
-
public function getSegment()
{
return $this->segment;
@@ -7848,7 +7373,6 @@ public function setSort($sort)
{
$this->sort = $sort;
}
-
public function getSort()
{
return $this->sort;
@@ -7857,7 +7381,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -7866,12 +7389,10 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
}
-
}
class Google_Service_Analytics_McfDataRows extends Google_Collection
@@ -7883,11 +7404,11 @@ class Google_Service_Analytics_McfDataRows extends Google_Collection
protected $conversionPathValueDataType = 'array';
public $primitiveValue;
+
public function setConversionPathValue($conversionPathValue)
{
$this->conversionPathValue = $conversionPathValue;
}
-
public function getConversionPathValue()
{
return $this->conversionPathValue;
@@ -7896,12 +7417,10 @@ public function setPrimitiveValue($primitiveValue)
{
$this->primitiveValue = $primitiveValue;
}
-
public function getPrimitiveValue()
{
return $this->primitiveValue;
}
-
}
class Google_Service_Analytics_McfDataRowsConversionPathValue extends Google_Model
@@ -7911,11 +7430,11 @@ class Google_Service_Analytics_McfDataRowsConversionPathValue extends Google_Mod
public $interactionType;
public $nodeValue;
+
public function setInteractionType($interactionType)
{
$this->interactionType = $interactionType;
}
-
public function getInteractionType()
{
return $this->interactionType;
@@ -7924,20 +7443,14 @@ public function setNodeValue($nodeValue)
{
$this->nodeValue = $nodeValue;
}
-
public function getNodeValue()
{
return $this->nodeValue;
}
-
}
class Google_Service_Analytics_McfDataTotalsForAllResults extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Analytics_Profile extends Google_Model
@@ -7972,11 +7485,11 @@ class Google_Service_Analytics_Profile extends Google_Model
public $webPropertyId;
public $websiteUrl;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -7985,7 +7498,6 @@ public function setChildLink(Google_Service_Analytics_ProfileChildLink $childLin
{
$this->childLink = $childLink;
}
-
public function getChildLink()
{
return $this->childLink;
@@ -7994,7 +7506,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -8003,7 +7514,6 @@ public function setCurrency($currency)
{
$this->currency = $currency;
}
-
public function getCurrency()
{
return $this->currency;
@@ -8012,7 +7522,6 @@ public function setDefaultPage($defaultPage)
{
$this->defaultPage = $defaultPage;
}
-
public function getDefaultPage()
{
return $this->defaultPage;
@@ -8021,7 +7530,6 @@ public function setECommerceTracking($eCommerceTracking)
{
$this->eCommerceTracking = $eCommerceTracking;
}
-
public function getECommerceTracking()
{
return $this->eCommerceTracking;
@@ -8030,7 +7538,6 @@ public function setEnhancedECommerceTracking($enhancedECommerceTracking)
{
$this->enhancedECommerceTracking = $enhancedECommerceTracking;
}
-
public function getEnhancedECommerceTracking()
{
return $this->enhancedECommerceTracking;
@@ -8039,7 +7546,6 @@ public function setExcludeQueryParameters($excludeQueryParameters)
{
$this->excludeQueryParameters = $excludeQueryParameters;
}
-
public function getExcludeQueryParameters()
{
return $this->excludeQueryParameters;
@@ -8048,7 +7554,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8057,7 +7562,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -8066,7 +7570,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8075,7 +7578,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -8084,7 +7586,6 @@ public function setParentLink(Google_Service_Analytics_ProfileParentLink $parent
{
$this->parentLink = $parentLink;
}
-
public function getParentLink()
{
return $this->parentLink;
@@ -8093,7 +7594,6 @@ public function setPermissions(Google_Service_Analytics_ProfilePermissions $perm
{
$this->permissions = $permissions;
}
-
public function getPermissions()
{
return $this->permissions;
@@ -8102,7 +7602,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -8111,7 +7610,6 @@ public function setSiteSearchCategoryParameters($siteSearchCategoryParameters)
{
$this->siteSearchCategoryParameters = $siteSearchCategoryParameters;
}
-
public function getSiteSearchCategoryParameters()
{
return $this->siteSearchCategoryParameters;
@@ -8120,7 +7618,6 @@ public function setSiteSearchQueryParameters($siteSearchQueryParameters)
{
$this->siteSearchQueryParameters = $siteSearchQueryParameters;
}
-
public function getSiteSearchQueryParameters()
{
return $this->siteSearchQueryParameters;
@@ -8129,7 +7626,6 @@ public function setStripSiteSearchCategoryParameters($stripSiteSearchCategoryPar
{
$this->stripSiteSearchCategoryParameters = $stripSiteSearchCategoryParameters;
}
-
public function getStripSiteSearchCategoryParameters()
{
return $this->stripSiteSearchCategoryParameters;
@@ -8138,7 +7634,6 @@ public function setStripSiteSearchQueryParameters($stripSiteSearchQueryParameter
{
$this->stripSiteSearchQueryParameters = $stripSiteSearchQueryParameters;
}
-
public function getStripSiteSearchQueryParameters()
{
return $this->stripSiteSearchQueryParameters;
@@ -8147,7 +7642,6 @@ public function setTimezone($timezone)
{
$this->timezone = $timezone;
}
-
public function getTimezone()
{
return $this->timezone;
@@ -8156,7 +7650,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -8165,7 +7658,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -8174,7 +7666,6 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
@@ -8183,12 +7674,10 @@ public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
}
-
public function getWebsiteUrl()
{
return $this->websiteUrl;
}
-
}
class Google_Service_Analytics_ProfileChildLink extends Google_Model
@@ -8198,11 +7687,11 @@ class Google_Service_Analytics_ProfileChildLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -8211,12 +7700,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_ProfileFilterLink extends Google_Model
@@ -8232,11 +7719,11 @@ class Google_Service_Analytics_ProfileFilterLink extends Google_Model
public $rank;
public $selfLink;
+
public function setFilterRef(Google_Service_Analytics_FilterRef $filterRef)
{
$this->filterRef = $filterRef;
}
-
public function getFilterRef()
{
return $this->filterRef;
@@ -8245,7 +7732,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8254,7 +7740,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8263,7 +7748,6 @@ public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef)
{
$this->profileRef = $profileRef;
}
-
public function getProfileRef()
{
return $this->profileRef;
@@ -8272,7 +7756,6 @@ public function setRank($rank)
{
$this->rank = $rank;
}
-
public function getRank()
{
return $this->rank;
@@ -8281,12 +7764,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Analytics_ProfileFilterLinks extends Google_Collection
@@ -8304,11 +7785,11 @@ class Google_Service_Analytics_ProfileFilterLinks extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8317,7 +7798,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -8326,7 +7806,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8335,7 +7814,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -8344,7 +7822,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -8353,7 +7830,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -8362,7 +7838,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -8371,12 +7846,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_ProfileParentLink extends Google_Model
@@ -8386,11 +7859,11 @@ class Google_Service_Analytics_ProfileParentLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -8399,12 +7872,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_ProfilePermissions extends Google_Collection
@@ -8414,16 +7885,15 @@ class Google_Service_Analytics_ProfilePermissions extends Google_Collection
);
public $effective;
+
public function setEffective($effective)
{
$this->effective = $effective;
}
-
public function getEffective()
{
return $this->effective;
}
-
}
class Google_Service_Analytics_ProfileRef extends Google_Model
@@ -8438,11 +7908,11 @@ class Google_Service_Analytics_ProfileRef extends Google_Model
public $name;
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -8451,7 +7921,6 @@ public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -8460,7 +7929,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8469,7 +7937,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -8478,7 +7945,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8487,7 +7953,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -8496,12 +7961,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_ProfileSummary extends Google_Model
@@ -8513,11 +7976,11 @@ class Google_Service_Analytics_ProfileSummary extends Google_Model
public $name;
public $type;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8526,7 +7989,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8535,7 +7997,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -8544,12 +8005,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_Profiles extends Google_Collection
@@ -8567,11 +8026,11 @@ class Google_Service_Analytics_Profiles extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -8580,7 +8039,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -8589,7 +8047,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8598,7 +8055,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -8607,7 +8063,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -8616,7 +8071,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -8625,7 +8079,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -8634,12 +8087,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_RealtimeData extends Google_Collection
@@ -8660,11 +8111,11 @@ class Google_Service_Analytics_RealtimeData extends Google_Collection
public $totalResults;
public $totalsForAllResults;
+
public function setColumnHeaders($columnHeaders)
{
$this->columnHeaders = $columnHeaders;
}
-
public function getColumnHeaders()
{
return $this->columnHeaders;
@@ -8673,7 +8124,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8682,7 +8132,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8691,7 +8140,6 @@ public function setProfileInfo(Google_Service_Analytics_RealtimeDataProfileInfo
{
$this->profileInfo = $profileInfo;
}
-
public function getProfileInfo()
{
return $this->profileInfo;
@@ -8700,7 +8148,6 @@ public function setQuery(Google_Service_Analytics_RealtimeDataQuery $query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
@@ -8709,7 +8156,6 @@ public function setRows($rows)
{
$this->rows = $rows;
}
-
public function getRows()
{
return $this->rows;
@@ -8718,7 +8164,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -8727,7 +8172,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -8736,12 +8180,10 @@ public function setTotalsForAllResults($totalsForAllResults)
{
$this->totalsForAllResults = $totalsForAllResults;
}
-
public function getTotalsForAllResults()
{
return $this->totalsForAllResults;
}
-
}
class Google_Service_Analytics_RealtimeDataColumnHeaders extends Google_Model
@@ -8752,11 +8194,11 @@ class Google_Service_Analytics_RealtimeDataColumnHeaders extends Google_Model
public $dataType;
public $name;
+
public function setColumnType($columnType)
{
$this->columnType = $columnType;
}
-
public function getColumnType()
{
return $this->columnType;
@@ -8765,7 +8207,6 @@ public function setDataType($dataType)
{
$this->dataType = $dataType;
}
-
public function getDataType()
{
return $this->dataType;
@@ -8774,12 +8215,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Analytics_RealtimeDataProfileInfo extends Google_Model
@@ -8793,11 +8232,11 @@ class Google_Service_Analytics_RealtimeDataProfileInfo extends Google_Model
public $tableId;
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -8806,7 +8245,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -8815,7 +8253,6 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
@@ -8824,7 +8261,6 @@ public function setProfileName($profileName)
{
$this->profileName = $profileName;
}
-
public function getProfileName()
{
return $this->profileName;
@@ -8833,7 +8269,6 @@ public function setTableId($tableId)
{
$this->tableId = $tableId;
}
-
public function getTableId()
{
return $this->tableId;
@@ -8842,12 +8277,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_RealtimeDataQuery extends Google_Collection
@@ -8863,11 +8296,11 @@ class Google_Service_Analytics_RealtimeDataQuery extends Google_Collection
public $metrics;
public $sort;
+
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -8876,7 +8309,6 @@ public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -8885,7 +8317,6 @@ public function setIds($ids)
{
$this->ids = $ids;
}
-
public function getIds()
{
return $this->ids;
@@ -8894,7 +8325,6 @@ public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
}
-
public function getMaxResults()
{
return $this->maxResults;
@@ -8903,7 +8333,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -8912,20 +8341,14 @@ public function setSort($sort)
{
$this->sort = $sort;
}
-
public function getSort()
{
return $this->sort;
}
-
}
class Google_Service_Analytics_RealtimeDataTotalsForAllResults extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Analytics_Segment extends Google_Model
@@ -8942,11 +8365,11 @@ class Google_Service_Analytics_Segment extends Google_Model
public $type;
public $updated;
+
public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -8955,7 +8378,6 @@ public function setDefinition($definition)
{
$this->definition = $definition;
}
-
public function getDefinition()
{
return $this->definition;
@@ -8964,7 +8386,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -8973,7 +8394,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -8982,7 +8402,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -8991,7 +8410,6 @@ public function setSegmentId($segmentId)
{
$this->segmentId = $segmentId;
}
-
public function getSegmentId()
{
return $this->segmentId;
@@ -9000,7 +8418,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -9009,7 +8426,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -9018,12 +8434,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Analytics_Segments extends Google_Collection
@@ -9041,11 +8455,11 @@ class Google_Service_Analytics_Segments extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9054,7 +8468,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -9063,7 +8476,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9072,7 +8484,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -9081,7 +8492,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -9090,7 +8500,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -9099,7 +8508,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -9108,12 +8516,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_UnsampledReport extends Google_Model
@@ -9144,11 +8550,11 @@ class Google_Service_Analytics_UnsampledReport extends Google_Model
public $updated;
public $webPropertyId;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -9157,7 +8563,6 @@ public function setCloudStorageDownloadDetails(Google_Service_Analytics_Unsample
{
$this->cloudStorageDownloadDetails = $cloudStorageDownloadDetails;
}
-
public function getCloudStorageDownloadDetails()
{
return $this->cloudStorageDownloadDetails;
@@ -9166,7 +8571,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -9175,7 +8579,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -9184,7 +8587,6 @@ public function setDownloadType($downloadType)
{
$this->downloadType = $downloadType;
}
-
public function getDownloadType()
{
return $this->downloadType;
@@ -9193,7 +8595,6 @@ public function setDriveDownloadDetails(Google_Service_Analytics_UnsampledReport
{
$this->driveDownloadDetails = $driveDownloadDetails;
}
-
public function getDriveDownloadDetails()
{
return $this->driveDownloadDetails;
@@ -9202,7 +8603,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -9211,7 +8611,6 @@ public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -9220,7 +8619,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9229,7 +8627,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9238,7 +8635,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -9247,7 +8643,6 @@ public function setProfileId($profileId)
{
$this->profileId = $profileId;
}
-
public function getProfileId()
{
return $this->profileId;
@@ -9256,7 +8651,6 @@ public function setSegment($segment)
{
$this->segment = $segment;
}
-
public function getSegment()
{
return $this->segment;
@@ -9265,7 +8659,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -9274,7 +8667,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -9283,7 +8675,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -9292,7 +8683,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -9301,7 +8691,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -9310,12 +8699,10 @@ public function setWebPropertyId($webPropertyId)
{
$this->webPropertyId = $webPropertyId;
}
-
public function getWebPropertyId()
{
return $this->webPropertyId;
}
-
}
class Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails extends Google_Model
@@ -9325,11 +8712,11 @@ class Google_Service_Analytics_UnsampledReportCloudStorageDownloadDetails extend
public $bucketId;
public $objectId;
+
public function setBucketId($bucketId)
{
$this->bucketId = $bucketId;
}
-
public function getBucketId()
{
return $this->bucketId;
@@ -9338,12 +8725,10 @@ public function setObjectId($objectId)
{
$this->objectId = $objectId;
}
-
public function getObjectId()
{
return $this->objectId;
}
-
}
class Google_Service_Analytics_UnsampledReportDriveDownloadDetails extends Google_Model
@@ -9352,16 +8737,15 @@ class Google_Service_Analytics_UnsampledReportDriveDownloadDetails extends Googl
);
public $documentId;
+
public function setDocumentId($documentId)
{
$this->documentId = $documentId;
}
-
public function getDocumentId()
{
return $this->documentId;
}
-
}
class Google_Service_Analytics_UnsampledReports extends Google_Collection
@@ -9379,11 +8763,11 @@ class Google_Service_Analytics_UnsampledReports extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9392,7 +8776,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -9401,7 +8784,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9410,7 +8792,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -9419,7 +8800,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -9428,7 +8808,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -9437,7 +8816,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -9446,12 +8824,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_Upload extends Google_Collection
@@ -9466,11 +8842,11 @@ class Google_Service_Analytics_Upload extends Google_Collection
public $kind;
public $status;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -9479,7 +8855,6 @@ public function setCustomDataSourceId($customDataSourceId)
{
$this->customDataSourceId = $customDataSourceId;
}
-
public function getCustomDataSourceId()
{
return $this->customDataSourceId;
@@ -9488,7 +8863,6 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -9497,7 +8871,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9506,7 +8879,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9515,12 +8887,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Analytics_Uploads extends Google_Collection
@@ -9537,11 +8907,11 @@ class Google_Service_Analytics_Uploads extends Google_Collection
public $startIndex;
public $totalResults;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9550,7 +8920,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -9559,7 +8928,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9568,7 +8936,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -9577,7 +8944,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -9586,7 +8952,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -9595,12 +8960,10 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
}
-
}
class Google_Service_Analytics_UserRef extends Google_Model
@@ -9611,11 +8974,11 @@ class Google_Service_Analytics_UserRef extends Google_Model
public $id;
public $kind;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -9624,7 +8987,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9633,12 +8995,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Analytics_WebPropertyRef extends Google_Model
@@ -9652,11 +9012,11 @@ class Google_Service_Analytics_WebPropertyRef extends Google_Model
public $kind;
public $name;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -9665,7 +9025,6 @@ public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -9674,7 +9033,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9683,7 +9041,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -9692,7 +9049,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9701,12 +9057,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Analytics_WebPropertySummary extends Google_Collection
@@ -9723,11 +9077,11 @@ class Google_Service_Analytics_WebPropertySummary extends Google_Collection
protected $profilesDataType = 'array';
public $websiteUrl;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9736,7 +9090,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -9745,7 +9098,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9754,7 +9106,6 @@ public function setLevel($level)
{
$this->level = $level;
}
-
public function getLevel()
{
return $this->level;
@@ -9763,7 +9114,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -9772,7 +9122,6 @@ public function setProfiles($profiles)
{
$this->profiles = $profiles;
}
-
public function getProfiles()
{
return $this->profiles;
@@ -9781,12 +9130,10 @@ public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
}
-
public function getWebsiteUrl()
{
return $this->websiteUrl;
}
-
}
class Google_Service_Analytics_Webproperties extends Google_Collection
@@ -9804,11 +9151,11 @@ class Google_Service_Analytics_Webproperties extends Google_Collection
public $totalResults;
public $username;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -9817,7 +9164,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -9826,7 +9172,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9835,7 +9180,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -9844,7 +9188,6 @@ public function setPreviousLink($previousLink)
{
$this->previousLink = $previousLink;
}
-
public function getPreviousLink()
{
return $this->previousLink;
@@ -9853,7 +9196,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -9862,7 +9204,6 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
@@ -9871,12 +9212,10 @@ public function setUsername($username)
{
$this->username = $username;
}
-
public function getUsername()
{
return $this->username;
}
-
}
class Google_Service_Analytics_Webproperty extends Google_Model
@@ -9903,11 +9242,11 @@ class Google_Service_Analytics_Webproperty extends Google_Model
public $updated;
public $websiteUrl;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -9916,7 +9255,6 @@ public function setChildLink(Google_Service_Analytics_WebpropertyChildLink $chil
{
$this->childLink = $childLink;
}
-
public function getChildLink()
{
return $this->childLink;
@@ -9925,7 +9263,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -9934,7 +9271,6 @@ public function setDefaultProfileId($defaultProfileId)
{
$this->defaultProfileId = $defaultProfileId;
}
-
public function getDefaultProfileId()
{
return $this->defaultProfileId;
@@ -9943,7 +9279,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -9952,7 +9287,6 @@ public function setIndustryVertical($industryVertical)
{
$this->industryVertical = $industryVertical;
}
-
public function getIndustryVertical()
{
return $this->industryVertical;
@@ -9961,7 +9295,6 @@ public function setInternalWebPropertyId($internalWebPropertyId)
{
$this->internalWebPropertyId = $internalWebPropertyId;
}
-
public function getInternalWebPropertyId()
{
return $this->internalWebPropertyId;
@@ -9970,7 +9303,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -9979,7 +9311,6 @@ public function setLevel($level)
{
$this->level = $level;
}
-
public function getLevel()
{
return $this->level;
@@ -9988,7 +9319,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -9997,7 +9327,6 @@ public function setParentLink(Google_Service_Analytics_WebpropertyParentLink $pa
{
$this->parentLink = $parentLink;
}
-
public function getParentLink()
{
return $this->parentLink;
@@ -10006,7 +9335,6 @@ public function setPermissions(Google_Service_Analytics_WebpropertyPermissions $
{
$this->permissions = $permissions;
}
-
public function getPermissions()
{
return $this->permissions;
@@ -10015,7 +9343,6 @@ public function setProfileCount($profileCount)
{
$this->profileCount = $profileCount;
}
-
public function getProfileCount()
{
return $this->profileCount;
@@ -10024,7 +9351,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -10033,7 +9359,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -10042,12 +9367,10 @@ public function setWebsiteUrl($websiteUrl)
{
$this->websiteUrl = $websiteUrl;
}
-
public function getWebsiteUrl()
{
return $this->websiteUrl;
}
-
}
class Google_Service_Analytics_WebpropertyChildLink extends Google_Model
@@ -10057,11 +9380,11 @@ class Google_Service_Analytics_WebpropertyChildLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -10070,12 +9393,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_WebpropertyParentLink extends Google_Model
@@ -10085,11 +9406,11 @@ class Google_Service_Analytics_WebpropertyParentLink extends Google_Model
public $href;
public $type;
+
public function setHref($href)
{
$this->href = $href;
}
-
public function getHref()
{
return $this->href;
@@ -10098,12 +9419,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Analytics_WebpropertyPermissions extends Google_Collection
@@ -10113,14 +9432,13 @@ class Google_Service_Analytics_WebpropertyPermissions extends Google_Collection
);
public $effective;
+
public function setEffective($effective)
{
$this->effective = $effective;
}
-
public function getEffective()
{
return $this->effective;
}
-
}
From 3e3bfc1901b7b869998c427bed33c127ac6bb6f8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you view Google Webmaster Tools data for your verified sites.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Webmasters extends Google_Service
{
/** View and modify Webmaster Tools data for your verified sites. */
- const WEBMASTERS = "https://www.googleapis.com/auth/webmasters";
+ const WEBMASTERS =
+ "https://www.googleapis.com/auth/webmasters";
/** View Webmaster Tools data for your verified sites. */
- const WEBMASTERS_READONLY = "https://www.googleapis.com/auth/webmasters.readonly";
+ const WEBMASTERS_READONLY =
+ "https://www.googleapis.com/auth/webmasters.readonly";
public $sitemaps;
public $sites;
@@ -297,10 +298,10 @@ class Google_Service_Webmasters_Sitemaps_Resource extends Google_Service_Resourc
/**
* Deletes a sitemap from this site. (sitemaps.delete)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
- * @param string $feedpath
- * The URL of the actual sitemap (for example http://www.example.com/sitemap.xml).
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
+ * @param string $feedpath The URL of the actual sitemap (for example
+ * http://www.example.com/sitemap.xml).
* @param array $optParams Optional parameters.
*/
public function delete($siteUrl, $feedpath, $optParams = array())
@@ -309,13 +310,14 @@ public function delete($siteUrl, $feedpath, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves information about a specific sitemap. (sitemaps.get)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
- * @param string $feedpath
- * The URL of the actual sitemap (for example http://www.example.com/sitemap.xml).
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
+ * @param string $feedpath The URL of the actual sitemap (for example
+ * http://www.example.com/sitemap.xml).
* @param array $optParams Optional parameters.
* @return Google_Service_Webmasters_WmxSitemap
*/
@@ -325,15 +327,15 @@ public function get($siteUrl, $feedpath, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Webmasters_WmxSitemap");
}
+
/**
* Lists sitemaps uploaded to the site. (sitemaps.listSitemaps)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
* @param array $optParams Optional parameters.
*
- * @opt_param string sitemapIndex
- * A URL of a site's sitemap index.
+ * @opt_param string sitemapIndex A URL of a site's sitemap index.
* @return Google_Service_Webmasters_SitemapsListResponse
*/
public function listSitemaps($siteUrl, $optParams = array())
@@ -342,13 +344,13 @@ public function listSitemaps($siteUrl, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Webmasters_SitemapsListResponse");
}
+
/**
* Submits a sitemap for a site. (sitemaps.submit)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
- * @param string $feedpath
- * The URL of the sitemap to add.
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
+ * @param string $feedpath The URL of the sitemap to add.
* @param array $optParams Optional parameters.
*/
public function submit($siteUrl, $feedpath, $optParams = array())
@@ -373,8 +375,7 @@ class Google_Service_Webmasters_Sites_Resource extends Google_Service_Resource
/**
* Adds a site to the set of the user's sites in Webmaster Tools. (sites.add)
*
- * @param string $siteUrl
- * The URL of the site to add.
+ * @param string $siteUrl The URL of the site to add.
* @param array $optParams Optional parameters.
*/
public function add($siteUrl, $optParams = array())
@@ -383,12 +384,13 @@ public function add($siteUrl, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('add', array($params));
}
+
/**
* Removes a site from the set of the user's Webmaster Tools sites.
* (sites.delete)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
* @param array $optParams Optional parameters.
*/
public function delete($siteUrl, $optParams = array())
@@ -397,11 +399,12 @@ public function delete($siteUrl, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves information about specific site. (sites.get)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
* @param array $optParams Optional parameters.
* @return Google_Service_Webmasters_WmxSite
*/
@@ -411,6 +414,7 @@ public function get($siteUrl, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Webmasters_WmxSite");
}
+
/**
* Lists your Webmaster Tools sites. (sites.listSites)
*
@@ -440,18 +444,17 @@ class Google_Service_Webmasters_Urlcrawlerrorscounts_Resource extends Google_Ser
* Retrieves a time series of the number of URL crawl errors per error category
* and platform. (urlcrawlerrorscounts.query)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
* @param array $optParams Optional parameters.
*
- * @opt_param string category
- * The crawl error category, for example 'serverError'. If not specified, we return results for all
- * categories.
- * @opt_param string platform
- * The user agent type (platform) that made the request, for example 'web'. If not specified, we
- * return results for all platforms.
- * @opt_param bool latestCountsOnly
- * If true, returns only the latest crawl error counts.
+ * @opt_param string category The crawl error category, for example
+ * 'serverError'. If not specified, we return results for all categories.
+ * @opt_param string platform The user agent type (platform) that made the
+ * request, for example 'web'. If not specified, we return results for all
+ * platforms.
+ * @opt_param bool latestCountsOnly If true, returns only the latest crawl error
+ * counts.
* @return Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse
*/
public function query($siteUrl, $optParams = array())
@@ -477,14 +480,14 @@ class Google_Service_Webmasters_Urlcrawlerrorssamples_Resource extends Google_Se
* Retrieves details about crawl errors for a site's sample URL.
* (urlcrawlerrorssamples.get)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
- * @param string $url
- * The relative path (without the site) of the sample URL; must be one of the URLs returned by list
- * @param string $category
- * The crawl error category, for example 'authPermissions'
- * @param string $platform
- * The user agent type (platform) that made the request, for example 'web'
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
+ * @param string $url The relative path (without the site) of the sample URL;
+ * must be one of the URLs returned by list
+ * @param string $category The crawl error category, for example
+ * 'authPermissions'
+ * @param string $platform The user agent type (platform) that made the request,
+ * for example 'web'
* @param array $optParams Optional parameters.
* @return Google_Service_Webmasters_UrlCrawlErrorsSample
*/
@@ -494,16 +497,17 @@ public function get($siteUrl, $url, $category, $platform, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSample");
}
+
/**
* Lists a site's sample URLs for the specified crawl error category and
* platform. (urlcrawlerrorssamples.listUrlcrawlerrorssamples)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
- * @param string $category
- * The crawl error category, for example 'authPermissions'
- * @param string $platform
- * The user agent type (platform) that made the request, for example 'web'
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
+ * @param string $category The crawl error category, for example
+ * 'authPermissions'
+ * @param string $platform The user agent type (platform) that made the request,
+ * for example 'web'
* @param array $optParams Optional parameters.
* @return Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse
*/
@@ -513,18 +517,19 @@ public function listUrlcrawlerrorssamples($siteUrl, $category, $platform, $optPa
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse");
}
+
/**
* Marks the provided site's sample URL as fixed, and removes it from the
* samples list. (urlcrawlerrorssamples.markAsFixed)
*
- * @param string $siteUrl
- * The site's URL, including protocol, for example 'http://www.example.com/'
- * @param string $url
- * The relative path (without the site) of the sample URL; must be one of the URLs returned by list
- * @param string $category
- * The crawl error category, for example 'authPermissions'
- * @param string $platform
- * The user agent type (platform) that made the request, for example 'web'
+ * @param string $siteUrl The site's URL, including protocol, for example
+ * 'http://www.example.com/'
+ * @param string $url The relative path (without the site) of the sample URL;
+ * must be one of the URLs returned by list
+ * @param string $category The crawl error category, for example
+ * 'authPermissions'
+ * @param string $platform The user agent type (platform) that made the request,
+ * for example 'web'
* @param array $optParams Optional parameters.
*/
public function markAsFixed($siteUrl, $url, $category, $platform, $optParams = array())
@@ -546,16 +551,15 @@ class Google_Service_Webmasters_SitemapsListResponse extends Google_Collection
protected $sitemapType = 'Google_Service_Webmasters_WmxSitemap';
protected $sitemapDataType = 'array';
+
public function setSitemap($sitemap)
{
$this->sitemap = $sitemap;
}
-
public function getSitemap()
{
return $this->sitemap;
}
-
}
class Google_Service_Webmasters_SitesListResponse extends Google_Collection
@@ -566,16 +570,15 @@ class Google_Service_Webmasters_SitesListResponse extends Google_Collection
protected $siteEntryType = 'Google_Service_Webmasters_WmxSite';
protected $siteEntryDataType = 'array';
+
public function setSiteEntry($siteEntry)
{
$this->siteEntry = $siteEntry;
}
-
public function getSiteEntry()
{
return $this->siteEntry;
}
-
}
class Google_Service_Webmasters_UrlCrawlErrorCount extends Google_Model
@@ -585,11 +588,11 @@ class Google_Service_Webmasters_UrlCrawlErrorCount extends Google_Model
public $count;
public $timestamp;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -598,12 +601,10 @@ public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
-
public function getTimestamp()
{
return $this->timestamp;
}
-
}
class Google_Service_Webmasters_UrlCrawlErrorCountsPerType extends Google_Collection
@@ -616,11 +617,11 @@ class Google_Service_Webmasters_UrlCrawlErrorCountsPerType extends Google_Collec
protected $entriesDataType = 'array';
public $platform;
+
public function setCategory($category)
{
$this->category = $category;
}
-
public function getCategory()
{
return $this->category;
@@ -629,7 +630,6 @@ public function setEntries($entries)
{
$this->entries = $entries;
}
-
public function getEntries()
{
return $this->entries;
@@ -638,12 +638,10 @@ public function setPlatform($platform)
{
$this->platform = $platform;
}
-
public function getPlatform()
{
return $this->platform;
}
-
}
class Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse extends Google_Collection
@@ -654,16 +652,15 @@ class Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse extends Google
protected $countPerTypesType = 'Google_Service_Webmasters_UrlCrawlErrorCountsPerType';
protected $countPerTypesDataType = 'array';
+
public function setCountPerTypes($countPerTypes)
{
$this->countPerTypes = $countPerTypes;
}
-
public function getCountPerTypes()
{
return $this->countPerTypes;
}
-
}
class Google_Service_Webmasters_UrlCrawlErrorsSample extends Google_Model
@@ -679,11 +676,11 @@ class Google_Service_Webmasters_UrlCrawlErrorsSample extends Google_Model
protected $urlDetailsType = 'Google_Service_Webmasters_UrlSampleDetails';
protected $urlDetailsDataType = '';
+
public function setFirstDetected($firstDetected)
{
$this->firstDetected = $firstDetected;
}
-
public function getFirstDetected()
{
return $this->firstDetected;
@@ -692,7 +689,6 @@ public function setLastCrawled($lastCrawled)
{
$this->lastCrawled = $lastCrawled;
}
-
public function getLastCrawled()
{
return $this->lastCrawled;
@@ -701,7 +697,6 @@ public function setPageUrl($pageUrl)
{
$this->pageUrl = $pageUrl;
}
-
public function getPageUrl()
{
return $this->pageUrl;
@@ -710,7 +705,6 @@ public function setResponseCode($responseCode)
{
$this->responseCode = $responseCode;
}
-
public function getResponseCode()
{
return $this->responseCode;
@@ -719,12 +713,10 @@ public function setUrlDetails(Google_Service_Webmasters_UrlSampleDetails $urlDet
{
$this->urlDetails = $urlDetails;
}
-
public function getUrlDetails()
{
return $this->urlDetails;
}
-
}
class Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse extends Google_Collection
@@ -735,16 +727,15 @@ class Google_Service_Webmasters_UrlCrawlErrorsSamplesListResponse extends Google
protected $urlCrawlErrorSampleType = 'Google_Service_Webmasters_UrlCrawlErrorsSample';
protected $urlCrawlErrorSampleDataType = 'array';
+
public function setUrlCrawlErrorSample($urlCrawlErrorSample)
{
$this->urlCrawlErrorSample = $urlCrawlErrorSample;
}
-
public function getUrlCrawlErrorSample()
{
return $this->urlCrawlErrorSample;
}
-
}
class Google_Service_Webmasters_UrlSampleDetails extends Google_Collection
@@ -755,11 +746,11 @@ class Google_Service_Webmasters_UrlSampleDetails extends Google_Collection
public $containingSitemaps;
public $linkedFromUrls;
+
public function setContainingSitemaps($containingSitemaps)
{
$this->containingSitemaps = $containingSitemaps;
}
-
public function getContainingSitemaps()
{
return $this->containingSitemaps;
@@ -768,12 +759,10 @@ public function setLinkedFromUrls($linkedFromUrls)
{
$this->linkedFromUrls = $linkedFromUrls;
}
-
public function getLinkedFromUrls()
{
return $this->linkedFromUrls;
}
-
}
class Google_Service_Webmasters_WmxSite extends Google_Model
@@ -783,11 +772,11 @@ class Google_Service_Webmasters_WmxSite extends Google_Model
public $permissionLevel;
public $siteUrl;
+
public function setPermissionLevel($permissionLevel)
{
$this->permissionLevel = $permissionLevel;
}
-
public function getPermissionLevel()
{
return $this->permissionLevel;
@@ -796,12 +785,10 @@ public function setSiteUrl($siteUrl)
{
$this->siteUrl = $siteUrl;
}
-
public function getSiteUrl()
{
return $this->siteUrl;
}
-
}
class Google_Service_Webmasters_WmxSitemap extends Google_Collection
@@ -820,11 +807,11 @@ class Google_Service_Webmasters_WmxSitemap extends Google_Collection
public $type;
public $warnings;
+
public function setContents($contents)
{
$this->contents = $contents;
}
-
public function getContents()
{
return $this->contents;
@@ -833,7 +820,6 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -842,7 +828,6 @@ public function setIsPending($isPending)
{
$this->isPending = $isPending;
}
-
public function getIsPending()
{
return $this->isPending;
@@ -851,7 +836,6 @@ public function setIsSitemapsIndex($isSitemapsIndex)
{
$this->isSitemapsIndex = $isSitemapsIndex;
}
-
public function getIsSitemapsIndex()
{
return $this->isSitemapsIndex;
@@ -860,7 +844,6 @@ public function setLastDownloaded($lastDownloaded)
{
$this->lastDownloaded = $lastDownloaded;
}
-
public function getLastDownloaded()
{
return $this->lastDownloaded;
@@ -869,7 +852,6 @@ public function setLastSubmitted($lastSubmitted)
{
$this->lastSubmitted = $lastSubmitted;
}
-
public function getLastSubmitted()
{
return $this->lastSubmitted;
@@ -878,7 +860,6 @@ public function setPath($path)
{
$this->path = $path;
}
-
public function getPath()
{
return $this->path;
@@ -887,7 +868,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -896,12 +876,10 @@ public function setWarnings($warnings)
{
$this->warnings = $warnings;
}
-
public function getWarnings()
{
return $this->warnings;
}
-
}
class Google_Service_Webmasters_WmxSitemapContent extends Google_Model
@@ -912,11 +890,11 @@ class Google_Service_Webmasters_WmxSitemapContent extends Google_Model
public $submitted;
public $type;
+
public function setIndexed($indexed)
{
$this->indexed = $indexed;
}
-
public function getIndexed()
{
return $this->indexed;
@@ -925,7 +903,6 @@ public function setSubmitted($submitted)
{
$this->submitted = $submitted;
}
-
public function getSubmitted()
{
return $this->submitted;
@@ -934,10 +911,8 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
From 7dccd09d52f5238bb1578a1aa46fe044a837cf67 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you manage permission levels and related settings of a group.
- *
* For more information about this service, see the API
@@ -32,7 +31,8 @@
class Google_Service_Groupssettings extends Google_Service
{
/** View and manage the settings of a Google Apps Group. */
- const APPS_GROUPS_SETTINGS = "https://www.googleapis.com/auth/apps.groups.settings";
+ const APPS_GROUPS_SETTINGS =
+ "https://www.googleapis.com/auth/apps.groups.settings";
public $groups;
@@ -107,8 +107,7 @@ class Google_Service_Groupssettings_Groups_Resource extends Google_Service_Resou
/**
* Gets one resource by id. (groups.get)
*
- * @param string $groupUniqueId
- * The resource ID
+ * @param string $groupUniqueId The resource ID
* @param array $optParams Optional parameters.
* @return Google_Service_Groupssettings_Groups
*/
@@ -118,12 +117,12 @@ public function get($groupUniqueId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Groupssettings_Groups");
}
+
/**
* Updates an existing resource. This method supports patch semantics.
* (groups.patch)
*
- * @param string $groupUniqueId
- * The resource ID
+ * @param string $groupUniqueId The resource ID
* @param Google_Groups $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Groupssettings_Groups
@@ -134,11 +133,11 @@ public function patch($groupUniqueId, Google_Service_Groupssettings_Groups $post
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Groupssettings_Groups");
}
+
/**
* Updates an existing resource. (groups.update)
*
- * @param string $groupUniqueId
- * The resource ID
+ * @param string $groupUniqueId The resource ID
* @param Google_Groups $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Groupssettings_Groups
@@ -187,11 +186,11 @@ class Google_Service_Groupssettings_Groups extends Google_Model
public $whoCanViewGroup;
public $whoCanViewMembership;
+
public function setAllowExternalMembers($allowExternalMembers)
{
$this->allowExternalMembers = $allowExternalMembers;
}
-
public function getAllowExternalMembers()
{
return $this->allowExternalMembers;
@@ -200,7 +199,6 @@ public function setAllowGoogleCommunication($allowGoogleCommunication)
{
$this->allowGoogleCommunication = $allowGoogleCommunication;
}
-
public function getAllowGoogleCommunication()
{
return $this->allowGoogleCommunication;
@@ -209,7 +207,6 @@ public function setAllowWebPosting($allowWebPosting)
{
$this->allowWebPosting = $allowWebPosting;
}
-
public function getAllowWebPosting()
{
return $this->allowWebPosting;
@@ -218,7 +215,6 @@ public function setArchiveOnly($archiveOnly)
{
$this->archiveOnly = $archiveOnly;
}
-
public function getArchiveOnly()
{
return $this->archiveOnly;
@@ -227,7 +223,6 @@ public function setCustomReplyTo($customReplyTo)
{
$this->customReplyTo = $customReplyTo;
}
-
public function getCustomReplyTo()
{
return $this->customReplyTo;
@@ -236,7 +231,6 @@ public function setDefaultMessageDenyNotificationText($defaultMessageDenyNotific
{
$this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText;
}
-
public function getDefaultMessageDenyNotificationText()
{
return $this->defaultMessageDenyNotificationText;
@@ -245,7 +239,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -254,7 +247,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -263,7 +255,6 @@ public function setIncludeInGlobalAddressList($includeInGlobalAddressList)
{
$this->includeInGlobalAddressList = $includeInGlobalAddressList;
}
-
public function getIncludeInGlobalAddressList()
{
return $this->includeInGlobalAddressList;
@@ -272,7 +263,6 @@ public function setIsArchived($isArchived)
{
$this->isArchived = $isArchived;
}
-
public function getIsArchived()
{
return $this->isArchived;
@@ -281,7 +271,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -290,7 +279,6 @@ public function setMaxMessageBytes($maxMessageBytes)
{
$this->maxMessageBytes = $maxMessageBytes;
}
-
public function getMaxMessageBytes()
{
return $this->maxMessageBytes;
@@ -299,7 +287,6 @@ public function setMembersCanPostAsTheGroup($membersCanPostAsTheGroup)
{
$this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup;
}
-
public function getMembersCanPostAsTheGroup()
{
return $this->membersCanPostAsTheGroup;
@@ -308,7 +295,6 @@ public function setMessageDisplayFont($messageDisplayFont)
{
$this->messageDisplayFont = $messageDisplayFont;
}
-
public function getMessageDisplayFont()
{
return $this->messageDisplayFont;
@@ -317,7 +303,6 @@ public function setMessageModerationLevel($messageModerationLevel)
{
$this->messageModerationLevel = $messageModerationLevel;
}
-
public function getMessageModerationLevel()
{
return $this->messageModerationLevel;
@@ -326,7 +311,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -335,7 +319,6 @@ public function setPrimaryLanguage($primaryLanguage)
{
$this->primaryLanguage = $primaryLanguage;
}
-
public function getPrimaryLanguage()
{
return $this->primaryLanguage;
@@ -344,7 +327,6 @@ public function setReplyTo($replyTo)
{
$this->replyTo = $replyTo;
}
-
public function getReplyTo()
{
return $this->replyTo;
@@ -353,7 +335,6 @@ public function setSendMessageDenyNotification($sendMessageDenyNotification)
{
$this->sendMessageDenyNotification = $sendMessageDenyNotification;
}
-
public function getSendMessageDenyNotification()
{
return $this->sendMessageDenyNotification;
@@ -362,7 +343,6 @@ public function setShowInGroupDirectory($showInGroupDirectory)
{
$this->showInGroupDirectory = $showInGroupDirectory;
}
-
public function getShowInGroupDirectory()
{
return $this->showInGroupDirectory;
@@ -371,7 +351,6 @@ public function setSpamModerationLevel($spamModerationLevel)
{
$this->spamModerationLevel = $spamModerationLevel;
}
-
public function getSpamModerationLevel()
{
return $this->spamModerationLevel;
@@ -380,7 +359,6 @@ public function setWhoCanContactOwner($whoCanContactOwner)
{
$this->whoCanContactOwner = $whoCanContactOwner;
}
-
public function getWhoCanContactOwner()
{
return $this->whoCanContactOwner;
@@ -389,7 +367,6 @@ public function setWhoCanInvite($whoCanInvite)
{
$this->whoCanInvite = $whoCanInvite;
}
-
public function getWhoCanInvite()
{
return $this->whoCanInvite;
@@ -398,7 +375,6 @@ public function setWhoCanJoin($whoCanJoin)
{
$this->whoCanJoin = $whoCanJoin;
}
-
public function getWhoCanJoin()
{
return $this->whoCanJoin;
@@ -407,7 +383,6 @@ public function setWhoCanLeaveGroup($whoCanLeaveGroup)
{
$this->whoCanLeaveGroup = $whoCanLeaveGroup;
}
-
public function getWhoCanLeaveGroup()
{
return $this->whoCanLeaveGroup;
@@ -416,7 +391,6 @@ public function setWhoCanPostMessage($whoCanPostMessage)
{
$this->whoCanPostMessage = $whoCanPostMessage;
}
-
public function getWhoCanPostMessage()
{
return $this->whoCanPostMessage;
@@ -425,7 +399,6 @@ public function setWhoCanViewGroup($whoCanViewGroup)
{
$this->whoCanViewGroup = $whoCanViewGroup;
}
-
public function getWhoCanViewGroup()
{
return $this->whoCanViewGroup;
@@ -434,10 +407,8 @@ public function setWhoCanViewMembership($whoCanViewMembership)
{
$this->whoCanViewMembership = $whoCanViewMembership;
}
-
public function getWhoCanViewMembership()
{
return $this->whoCanViewMembership;
}
-
}
From f2e6270b2c72e2c2d569a4eee9c4b750b53ccf11 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Google+ API enables developers to build on top of the Google+ platform.
- *
* For more information about this service, see the API
@@ -32,13 +31,17 @@
class Google_Service_Plus extends Google_Service
{
/** Know your basic profile info and list of people in your circles.. */
- const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login";
+ const PLUS_LOGIN =
+ "https://www.googleapis.com/auth/plus.login";
/** Know who you are on Google. */
- const PLUS_ME = "https://www.googleapis.com/auth/plus.me";
+ const PLUS_ME =
+ "https://www.googleapis.com/auth/plus.me";
/** View your email address. */
- const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email";
+ const USERINFO_EMAIL =
+ "https://www.googleapis.com/auth/userinfo.email";
/** View your basic profile info. */
- const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile";
+ const USERINFO_PROFILE =
+ "https://www.googleapis.com/auth/userinfo.profile";
public $activities;
public $comments;
@@ -349,8 +352,7 @@ class Google_Service_Plus_Activities_Resource extends Google_Service_Resource
/**
* Get an activity. (activities.get)
*
- * @param string $activityId
- * The ID of the activity to get.
+ * @param string $activityId The ID of the activity to get.
* @param array $optParams Optional parameters.
* @return Google_Service_Plus_Activity
*/
@@ -360,23 +362,22 @@ public function get($activityId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Plus_Activity");
}
+
/**
* List all of the activities in the specified collection for a particular user.
* (activities.listActivities)
*
- * @param string $userId
- * The ID of the user to get activities for. The special value "me" can be used to indicate the
- * authenticated user.
- * @param string $collection
- * The collection of activities to list.
+ * @param string $userId The ID of the user to get activities for. The special
+ * value "me" can be used to indicate the authenticated user.
+ * @param string $collection The collection of activities to list.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of activities to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of activities to include in
+ * the response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_Plus_ActivityFeed
*/
public function listActivities($userId, $collection, $optParams = array())
@@ -385,24 +386,23 @@ public function listActivities($userId, $collection, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Plus_ActivityFeed");
}
+
/**
* Search public activities. (activities.search)
*
- * @param string $query
- * Full-text search query string.
+ * @param string $query Full-text search query string.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * Specifies how to order search results.
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response. This
- * token can be of any length.
- * @opt_param string maxResults
- * The maximum number of activities to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
- * @opt_param string language
- * Specify the preferred language to search with. See search language codes for available values.
+ * @opt_param string orderBy Specifies how to order search results.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response. This
+ * token can be of any length.
+ * @opt_param string maxResults The maximum number of activities to include in
+ * the response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
+ * @opt_param string language Specify the preferred language to search with. See
+ * search language codes for available values.
* @return Google_Service_Plus_ActivityFeed
*/
public function search($query, $optParams = array())
@@ -427,8 +427,7 @@ class Google_Service_Plus_Comments_Resource extends Google_Service_Resource
/**
* Get a comment. (comments.get)
*
- * @param string $commentId
- * The ID of the comment to get.
+ * @param string $commentId The ID of the comment to get.
* @param array $optParams Optional parameters.
* @return Google_Service_Plus_Comment
*/
@@ -438,21 +437,20 @@ public function get($commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Plus_Comment");
}
+
/**
* List all of the comments for an activity. (comments.listComments)
*
- * @param string $activityId
- * The ID of the activity to get comments for.
+ * @param string $activityId The ID of the activity to get comments for.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string sortOrder
- * The order in which to sort the list of comments.
- * @opt_param string maxResults
- * The maximum number of comments to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string sortOrder The order in which to sort the list of comments.
+ * @opt_param string maxResults The maximum number of comments to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_Plus_CommentFeed
*/
public function listComments($activityId, $optParams = array())
@@ -478,16 +476,14 @@ class Google_Service_Plus_Moments_Resource extends Google_Service_Resource
* Record a moment representing a user's action such as making a purchase or
* commenting on a blog. (moments.insert)
*
- * @param string $userId
- * The ID of the user to record actions for. The only valid values are "me" and the ID of the
- * authenticated user.
- * @param string $collection
- * The collection to which to write moments.
+ * @param string $userId The ID of the user to record actions for. The only
+ * valid values are "me" and the ID of the authenticated user.
+ * @param string $collection The collection to which to write moments.
* @param Google_Moment $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool debug
- * Return the moment as written. Should be used only for debugging.
+ * @opt_param bool debug Return the moment as written. Should be used only for
+ * debugging.
* @return Google_Service_Plus_Moment
*/
public function insert($userId, $collection, Google_Service_Plus_Moment $postBody, $optParams = array())
@@ -496,26 +492,24 @@ public function insert($userId, $collection, Google_Service_Plus_Moment $postBod
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Plus_Moment");
}
+
/**
* List all of the moments for a particular user. (moments.listMoments)
*
- * @param string $userId
- * The ID of the user to get moments for. The special value "me" can be used to indicate the
- * authenticated user.
- * @param string $collection
- * The collection of moments to list.
+ * @param string $userId The ID of the user to get moments for. The special
+ * value "me" can be used to indicate the authenticated user.
+ * @param string $collection The collection of moments to list.
* @param array $optParams Optional parameters.
*
- * @opt_param string maxResults
- * The maximum number of moments to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string targetUrl
- * Only moments containing this targetUrl will be returned.
- * @opt_param string type
- * Only moments of this type will be returned.
+ * @opt_param string maxResults The maximum number of moments to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string targetUrl Only moments containing this targetUrl will be
+ * returned.
+ * @opt_param string type Only moments of this type will be returned.
* @return Google_Service_Plus_MomentsFeed
*/
public function listMoments($userId, $collection, $optParams = array())
@@ -524,11 +518,11 @@ public function listMoments($userId, $collection, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Plus_MomentsFeed");
}
+
/**
* Delete a moment. (moments.remove)
*
- * @param string $id
- * The ID of the moment to delete.
+ * @param string $id The ID of the moment to delete.
* @param array $optParams Optional parameters.
*/
public function remove($id, $optParams = array())
@@ -555,9 +549,8 @@ class Google_Service_Plus_People_Resource extends Google_Service_Resource
* https://www.googleapis.com/auth/plus.login, this method is guaranteed to
* return ageRange and language. (people.get)
*
- * @param string $userId
- * The ID of the person to get the profile for. The special value "me" can be used to indicate the
- * authenticated user.
+ * @param string $userId The ID of the person to get the profile for. The
+ * special value "me" can be used to indicate the authenticated user.
* @param array $optParams Optional parameters.
* @return Google_Service_Plus_Person
*/
@@ -567,24 +560,22 @@ public function get($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Plus_Person");
}
+
/**
* List all of the people in the specified collection. (people.listPeople)
*
- * @param string $userId
- * Get the collection of people for the person identified. Use "me" to indicate the authenticated
- * user.
- * @param string $collection
- * The collection of people to list.
+ * @param string $userId Get the collection of people for the person identified.
+ * Use "me" to indicate the authenticated user.
+ * @param string $collection The collection of people to list.
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * The order to return people in.
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of people to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string orderBy The order to return people in.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of people to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_Plus_PeopleFeed
*/
public function listPeople($userId, $collection, $optParams = array())
@@ -593,22 +584,22 @@ public function listPeople($userId, $collection, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Plus_PeopleFeed");
}
+
/**
* List all of the people in the specified collection for a particular activity.
* (people.listByActivity)
*
- * @param string $activityId
- * The ID of the activity to get the list of people for.
- * @param string $collection
- * The collection of people to list.
+ * @param string $activityId The ID of the activity to get the list of people
+ * for.
+ * @param string $collection The collection of people to list.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string maxResults
- * The maximum number of people to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response.
+ * @opt_param string maxResults The maximum number of people to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
* @return Google_Service_Plus_PeopleFeed
*/
public function listByActivity($activityId, $collection, $optParams = array())
@@ -617,22 +608,23 @@ public function listByActivity($activityId, $collection, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('listByActivity', array($params), "Google_Service_Plus_PeopleFeed");
}
+
/**
* Search all public profiles. (people.search)
*
- * @param string $query
- * Specify a query string for full text search of public text in all profiles.
+ * @param string $query Specify a query string for full text search of public
+ * text in all profiles.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of "nextPageToken" from the previous response. This
- * token can be of any length.
- * @opt_param string maxResults
- * The maximum number of people to include in the response, which is used for paging. For any
- * response, the actual number returned might be less than the specified maxResults.
- * @opt_param string language
- * Specify the preferred language to search with. See search language codes for available values.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of "nextPageToken" from the previous response. This
+ * token can be of any length.
+ * @opt_param string maxResults The maximum number of people to include in the
+ * response, which is used for paging. For any response, the actual number
+ * returned might be less than the specified maxResults.
+ * @opt_param string language Specify the preferred language to search with. See
+ * search language codes for available values.
* @return Google_Service_Plus_PeopleFeed
*/
public function search($query, $optParams = array())
@@ -656,11 +648,11 @@ class Google_Service_Plus_Acl extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -669,7 +661,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -678,12 +669,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Plus_Activity extends Google_Model
@@ -716,11 +705,11 @@ class Google_Service_Plus_Activity extends Google_Model
public $url;
public $verb;
+
public function setAccess(Google_Service_Plus_Acl $access)
{
$this->access = $access;
}
-
public function getAccess()
{
return $this->access;
@@ -729,7 +718,6 @@ public function setActor(Google_Service_Plus_ActivityActor $actor)
{
$this->actor = $actor;
}
-
public function getActor()
{
return $this->actor;
@@ -738,7 +726,6 @@ public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -747,7 +734,6 @@ public function setAnnotation($annotation)
{
$this->annotation = $annotation;
}
-
public function getAnnotation()
{
return $this->annotation;
@@ -756,7 +742,6 @@ public function setCrosspostSource($crosspostSource)
{
$this->crosspostSource = $crosspostSource;
}
-
public function getCrosspostSource()
{
return $this->crosspostSource;
@@ -765,7 +750,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -774,7 +758,6 @@ public function setGeocode($geocode)
{
$this->geocode = $geocode;
}
-
public function getGeocode()
{
return $this->geocode;
@@ -783,7 +766,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -792,7 +774,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -801,7 +782,6 @@ public function setLocation(Google_Service_Plus_Place $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -810,7 +790,6 @@ public function setObject(Google_Service_Plus_ActivityObject $object)
{
$this->object = $object;
}
-
public function getObject()
{
return $this->object;
@@ -819,7 +798,6 @@ public function setPlaceId($placeId)
{
$this->placeId = $placeId;
}
-
public function getPlaceId()
{
return $this->placeId;
@@ -828,7 +806,6 @@ public function setPlaceName($placeName)
{
$this->placeName = $placeName;
}
-
public function getPlaceName()
{
return $this->placeName;
@@ -837,7 +814,6 @@ public function setProvider(Google_Service_Plus_ActivityProvider $provider)
{
$this->provider = $provider;
}
-
public function getProvider()
{
return $this->provider;
@@ -846,7 +822,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -855,7 +830,6 @@ public function setRadius($radius)
{
$this->radius = $radius;
}
-
public function getRadius()
{
return $this->radius;
@@ -864,7 +838,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -873,7 +846,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -882,7 +854,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -891,12 +862,10 @@ public function setVerb($verb)
{
$this->verb = $verb;
}
-
public function getVerb()
{
return $this->verb;
}
-
}
class Google_Service_Plus_ActivityActor extends Google_Model
@@ -911,11 +880,11 @@ class Google_Service_Plus_ActivityActor extends Google_Model
protected $nameDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -924,7 +893,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -933,7 +901,6 @@ public function setImage(Google_Service_Plus_ActivityActorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -942,7 +909,6 @@ public function setName(Google_Service_Plus_ActivityActorName $name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -951,12 +917,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_ActivityActorImage extends Google_Model
@@ -965,16 +929,15 @@ class Google_Service_Plus_ActivityActorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_ActivityActorName extends Google_Model
@@ -984,11 +947,11 @@ class Google_Service_Plus_ActivityActorName extends Google_Model
public $familyName;
public $givenName;
+
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -997,12 +960,10 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
}
-
}
class Google_Service_Plus_ActivityFeed extends Google_Collection
@@ -1021,11 +982,11 @@ class Google_Service_Plus_ActivityFeed extends Google_Collection
public $title;
public $updated;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1034,7 +995,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1043,7 +1003,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1052,7 +1011,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1061,7 +1019,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -1070,7 +1027,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1079,7 +1035,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1088,7 +1043,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -1097,12 +1051,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Plus_ActivityObject extends Google_Collection
@@ -1126,11 +1078,11 @@ class Google_Service_Plus_ActivityObject extends Google_Collection
protected $resharersDataType = '';
public $url;
+
public function setActor(Google_Service_Plus_ActivityObjectActor $actor)
{
$this->actor = $actor;
}
-
public function getActor()
{
return $this->actor;
@@ -1139,7 +1091,6 @@ public function setAttachments($attachments)
{
$this->attachments = $attachments;
}
-
public function getAttachments()
{
return $this->attachments;
@@ -1148,7 +1099,6 @@ public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -1157,7 +1107,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1166,7 +1115,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -1175,7 +1123,6 @@ public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
}
-
public function getOriginalContent()
{
return $this->originalContent;
@@ -1184,7 +1131,6 @@ public function setPlusoners(Google_Service_Plus_ActivityObjectPlusoners $pluson
{
$this->plusoners = $plusoners;
}
-
public function getPlusoners()
{
return $this->plusoners;
@@ -1193,7 +1139,6 @@ public function setReplies(Google_Service_Plus_ActivityObjectReplies $replies)
{
$this->replies = $replies;
}
-
public function getReplies()
{
return $this->replies;
@@ -1202,7 +1147,6 @@ public function setResharers(Google_Service_Plus_ActivityObjectResharers $reshar
{
$this->resharers = $resharers;
}
-
public function getResharers()
{
return $this->resharers;
@@ -1211,12 +1155,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_ActivityObjectActor extends Google_Model
@@ -1229,11 +1171,11 @@ class Google_Service_Plus_ActivityObjectActor extends Google_Model
protected $imageDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1242,7 +1184,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1251,7 +1192,6 @@ public function setImage(Google_Service_Plus_ActivityObjectActorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -1260,12 +1200,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_ActivityObjectActorImage extends Google_Model
@@ -1274,16 +1212,15 @@ class Google_Service_Plus_ActivityObjectActorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
@@ -1305,11 +1242,11 @@ class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
protected $thumbnailsDataType = 'array';
public $url;
+
public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -1318,7 +1255,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1327,7 +1263,6 @@ public function setEmbed(Google_Service_Plus_ActivityObjectAttachmentsEmbed $emb
{
$this->embed = $embed;
}
-
public function getEmbed()
{
return $this->embed;
@@ -1336,7 +1271,6 @@ public function setFullImage(Google_Service_Plus_ActivityObjectAttachmentsFullIm
{
$this->fullImage = $fullImage;
}
-
public function getFullImage()
{
return $this->fullImage;
@@ -1345,7 +1279,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1354,7 +1287,6 @@ public function setImage(Google_Service_Plus_ActivityObjectAttachmentsImage $ima
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -1363,7 +1295,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -1372,7 +1303,6 @@ public function setThumbnails($thumbnails)
{
$this->thumbnails = $thumbnails;
}
-
public function getThumbnails()
{
return $this->thumbnails;
@@ -1381,12 +1311,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_ActivityObjectAttachmentsEmbed extends Google_Model
@@ -1396,11 +1324,11 @@ class Google_Service_Plus_ActivityObjectAttachmentsEmbed extends Google_Model
public $type;
public $url;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1409,12 +1337,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_ActivityObjectAttachmentsFullImage extends Google_Model
@@ -1426,11 +1352,11 @@ class Google_Service_Plus_ActivityObjectAttachmentsFullImage extends Google_Mode
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1439,7 +1365,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1448,7 +1373,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -1457,12 +1381,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Plus_ActivityObjectAttachmentsImage extends Google_Model
@@ -1474,11 +1396,11 @@ class Google_Service_Plus_ActivityObjectAttachmentsImage extends Google_Model
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1487,7 +1409,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1496,7 +1417,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -1505,12 +1425,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Plus_ActivityObjectAttachmentsThumbnails extends Google_Model
@@ -1522,11 +1440,11 @@ class Google_Service_Plus_ActivityObjectAttachmentsThumbnails extends Google_Mod
protected $imageDataType = '';
public $url;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1535,7 +1453,6 @@ public function setImage(Google_Service_Plus_ActivityObjectAttachmentsThumbnails
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -1544,12 +1461,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage extends Google_Model
@@ -1561,11 +1476,11 @@ class Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage extends Googl
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1574,7 +1489,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1583,7 +1497,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -1592,12 +1505,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Plus_ActivityObjectPlusoners extends Google_Model
@@ -1607,11 +1518,11 @@ class Google_Service_Plus_ActivityObjectPlusoners extends Google_Model
public $selfLink;
public $totalItems;
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1620,12 +1531,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Plus_ActivityObjectReplies extends Google_Model
@@ -1635,11 +1544,11 @@ class Google_Service_Plus_ActivityObjectReplies extends Google_Model
public $selfLink;
public $totalItems;
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1648,12 +1557,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Plus_ActivityObjectResharers extends Google_Model
@@ -1663,11 +1570,11 @@ class Google_Service_Plus_ActivityObjectResharers extends Google_Model
public $selfLink;
public $totalItems;
+
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1676,12 +1583,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Plus_ActivityProvider extends Google_Model
@@ -1690,16 +1595,15 @@ class Google_Service_Plus_ActivityProvider extends Google_Model
);
public $title;
+
public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Plus_Comment extends Google_Collection
@@ -1723,11 +1627,11 @@ class Google_Service_Plus_Comment extends Google_Collection
public $updated;
public $verb;
+
public function setActor(Google_Service_Plus_CommentActor $actor)
{
$this->actor = $actor;
}
-
public function getActor()
{
return $this->actor;
@@ -1736,7 +1640,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1745,7 +1648,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1754,7 +1656,6 @@ public function setInReplyTo($inReplyTo)
{
$this->inReplyTo = $inReplyTo;
}
-
public function getInReplyTo()
{
return $this->inReplyTo;
@@ -1763,7 +1664,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1772,7 +1672,6 @@ public function setObject(Google_Service_Plus_CommentObject $object)
{
$this->object = $object;
}
-
public function getObject()
{
return $this->object;
@@ -1781,7 +1680,6 @@ public function setPlusoners(Google_Service_Plus_CommentPlusoners $plusoners)
{
$this->plusoners = $plusoners;
}
-
public function getPlusoners()
{
return $this->plusoners;
@@ -1790,7 +1688,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -1799,7 +1696,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -1808,7 +1704,6 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
@@ -1817,12 +1712,10 @@ public function setVerb($verb)
{
$this->verb = $verb;
}
-
public function getVerb()
{
return $this->verb;
}
-
}
class Google_Service_Plus_CommentActor extends Google_Model
@@ -1835,11 +1728,11 @@ class Google_Service_Plus_CommentActor extends Google_Model
protected $imageDataType = '';
public $url;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1848,7 +1741,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1857,7 +1749,6 @@ public function setImage(Google_Service_Plus_CommentActorImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -1866,12 +1757,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_CommentActorImage extends Google_Model
@@ -1880,16 +1769,15 @@ class Google_Service_Plus_CommentActorImage extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_CommentFeed extends Google_Collection
@@ -1907,11 +1795,11 @@ class Google_Service_Plus_CommentFeed extends Google_Collection
public $title;
public $updated;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1920,7 +1808,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1929,7 +1816,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1938,7 +1824,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1947,7 +1832,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -1956,7 +1840,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1965,7 +1848,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -1974,12 +1856,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Plus_CommentInReplyTo extends Google_Model
@@ -1989,11 +1869,11 @@ class Google_Service_Plus_CommentInReplyTo extends Google_Model
public $id;
public $url;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2002,12 +1882,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_CommentObject extends Google_Model
@@ -2018,11 +1896,11 @@ class Google_Service_Plus_CommentObject extends Google_Model
public $objectType;
public $originalContent;
+
public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -2031,7 +1909,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -2040,12 +1917,10 @@ public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
}
-
public function getOriginalContent()
{
return $this->originalContent;
}
-
}
class Google_Service_Plus_CommentPlusoners extends Google_Model
@@ -2054,16 +1929,15 @@ class Google_Service_Plus_CommentPlusoners extends Google_Model
);
public $totalItems;
+
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Plus_ItemScope extends Google_Collection
@@ -2143,11 +2017,11 @@ class Google_Service_Plus_ItemScope extends Google_Collection
public $width;
public $worstRating;
+
public function setAbout(Google_Service_Plus_ItemScope $about)
{
$this->about = $about;
}
-
public function getAbout()
{
return $this->about;
@@ -2156,7 +2030,6 @@ public function setAdditionalName($additionalName)
{
$this->additionalName = $additionalName;
}
-
public function getAdditionalName()
{
return $this->additionalName;
@@ -2165,7 +2038,6 @@ public function setAddress(Google_Service_Plus_ItemScope $address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -2174,7 +2046,6 @@ public function setAddressCountry($addressCountry)
{
$this->addressCountry = $addressCountry;
}
-
public function getAddressCountry()
{
return $this->addressCountry;
@@ -2183,7 +2054,6 @@ public function setAddressLocality($addressLocality)
{
$this->addressLocality = $addressLocality;
}
-
public function getAddressLocality()
{
return $this->addressLocality;
@@ -2192,7 +2062,6 @@ public function setAddressRegion($addressRegion)
{
$this->addressRegion = $addressRegion;
}
-
public function getAddressRegion()
{
return $this->addressRegion;
@@ -2201,7 +2070,6 @@ public function setAssociatedMedia($associatedMedia)
{
$this->associatedMedia = $associatedMedia;
}
-
public function getAssociatedMedia()
{
return $this->associatedMedia;
@@ -2210,7 +2078,6 @@ public function setAttendeeCount($attendeeCount)
{
$this->attendeeCount = $attendeeCount;
}
-
public function getAttendeeCount()
{
return $this->attendeeCount;
@@ -2219,7 +2086,6 @@ public function setAttendees($attendees)
{
$this->attendees = $attendees;
}
-
public function getAttendees()
{
return $this->attendees;
@@ -2228,7 +2094,6 @@ public function setAudio(Google_Service_Plus_ItemScope $audio)
{
$this->audio = $audio;
}
-
public function getAudio()
{
return $this->audio;
@@ -2237,7 +2102,6 @@ public function setAuthor($author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -2246,7 +2110,6 @@ public function setBestRating($bestRating)
{
$this->bestRating = $bestRating;
}
-
public function getBestRating()
{
return $this->bestRating;
@@ -2255,7 +2118,6 @@ public function setBirthDate($birthDate)
{
$this->birthDate = $birthDate;
}
-
public function getBirthDate()
{
return $this->birthDate;
@@ -2264,7 +2126,6 @@ public function setByArtist(Google_Service_Plus_ItemScope $byArtist)
{
$this->byArtist = $byArtist;
}
-
public function getByArtist()
{
return $this->byArtist;
@@ -2273,7 +2134,6 @@ public function setCaption($caption)
{
$this->caption = $caption;
}
-
public function getCaption()
{
return $this->caption;
@@ -2282,7 +2142,6 @@ public function setContentSize($contentSize)
{
$this->contentSize = $contentSize;
}
-
public function getContentSize()
{
return $this->contentSize;
@@ -2291,7 +2150,6 @@ public function setContentUrl($contentUrl)
{
$this->contentUrl = $contentUrl;
}
-
public function getContentUrl()
{
return $this->contentUrl;
@@ -2300,7 +2158,6 @@ public function setContributor($contributor)
{
$this->contributor = $contributor;
}
-
public function getContributor()
{
return $this->contributor;
@@ -2309,7 +2166,6 @@ public function setDateCreated($dateCreated)
{
$this->dateCreated = $dateCreated;
}
-
public function getDateCreated()
{
return $this->dateCreated;
@@ -2318,7 +2174,6 @@ public function setDateModified($dateModified)
{
$this->dateModified = $dateModified;
}
-
public function getDateModified()
{
return $this->dateModified;
@@ -2327,7 +2182,6 @@ public function setDatePublished($datePublished)
{
$this->datePublished = $datePublished;
}
-
public function getDatePublished()
{
return $this->datePublished;
@@ -2336,7 +2190,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2345,7 +2198,6 @@ public function setDuration($duration)
{
$this->duration = $duration;
}
-
public function getDuration()
{
return $this->duration;
@@ -2354,7 +2206,6 @@ public function setEmbedUrl($embedUrl)
{
$this->embedUrl = $embedUrl;
}
-
public function getEmbedUrl()
{
return $this->embedUrl;
@@ -2363,7 +2214,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -2372,7 +2222,6 @@ public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -2381,7 +2230,6 @@ public function setGender($gender)
{
$this->gender = $gender;
}
-
public function getGender()
{
return $this->gender;
@@ -2390,7 +2238,6 @@ public function setGeo(Google_Service_Plus_ItemScope $geo)
{
$this->geo = $geo;
}
-
public function getGeo()
{
return $this->geo;
@@ -2399,7 +2246,6 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
@@ -2408,7 +2254,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -2417,7 +2262,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2426,7 +2270,6 @@ public function setImage($image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -2435,7 +2278,6 @@ public function setInAlbum(Google_Service_Plus_ItemScope $inAlbum)
{
$this->inAlbum = $inAlbum;
}
-
public function getInAlbum()
{
return $this->inAlbum;
@@ -2444,7 +2286,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2453,7 +2294,6 @@ public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -2462,7 +2302,6 @@ public function setLocation(Google_Service_Plus_ItemScope $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -2471,7 +2310,6 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
@@ -2480,7 +2318,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2489,7 +2326,6 @@ public function setPartOfTVSeries(Google_Service_Plus_ItemScope $partOfTVSeries)
{
$this->partOfTVSeries = $partOfTVSeries;
}
-
public function getPartOfTVSeries()
{
return $this->partOfTVSeries;
@@ -2498,7 +2334,6 @@ public function setPerformers($performers)
{
$this->performers = $performers;
}
-
public function getPerformers()
{
return $this->performers;
@@ -2507,7 +2342,6 @@ public function setPlayerType($playerType)
{
$this->playerType = $playerType;
}
-
public function getPlayerType()
{
return $this->playerType;
@@ -2516,7 +2350,6 @@ public function setPostOfficeBoxNumber($postOfficeBoxNumber)
{
$this->postOfficeBoxNumber = $postOfficeBoxNumber;
}
-
public function getPostOfficeBoxNumber()
{
return $this->postOfficeBoxNumber;
@@ -2525,7 +2358,6 @@ public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
}
-
public function getPostalCode()
{
return $this->postalCode;
@@ -2534,7 +2366,6 @@ public function setRatingValue($ratingValue)
{
$this->ratingValue = $ratingValue;
}
-
public function getRatingValue()
{
return $this->ratingValue;
@@ -2543,7 +2374,6 @@ public function setReviewRating(Google_Service_Plus_ItemScope $reviewRating)
{
$this->reviewRating = $reviewRating;
}
-
public function getReviewRating()
{
return $this->reviewRating;
@@ -2552,7 +2382,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -2561,7 +2390,6 @@ public function setStreetAddress($streetAddress)
{
$this->streetAddress = $streetAddress;
}
-
public function getStreetAddress()
{
return $this->streetAddress;
@@ -2570,7 +2398,6 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
@@ -2579,7 +2406,6 @@ public function setThumbnail(Google_Service_Plus_ItemScope $thumbnail)
{
$this->thumbnail = $thumbnail;
}
-
public function getThumbnail()
{
return $this->thumbnail;
@@ -2588,7 +2414,6 @@ public function setThumbnailUrl($thumbnailUrl)
{
$this->thumbnailUrl = $thumbnailUrl;
}
-
public function getThumbnailUrl()
{
return $this->thumbnailUrl;
@@ -2597,7 +2422,6 @@ public function setTickerSymbol($tickerSymbol)
{
$this->tickerSymbol = $tickerSymbol;
}
-
public function getTickerSymbol()
{
return $this->tickerSymbol;
@@ -2606,7 +2430,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -2615,7 +2438,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -2624,7 +2446,6 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
@@ -2633,12 +2454,10 @@ public function setWorstRating($worstRating)
{
$this->worstRating = $worstRating;
}
-
public function getWorstRating()
{
return $this->worstRating;
}
-
}
class Google_Service_Plus_Moment extends Google_Model
@@ -2656,11 +2475,11 @@ class Google_Service_Plus_Moment extends Google_Model
protected $targetDataType = '';
public $type;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2669,7 +2488,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2678,7 +2496,6 @@ public function setObject(Google_Service_Plus_ItemScope $object)
{
$this->object = $object;
}
-
public function getObject()
{
return $this->object;
@@ -2687,7 +2504,6 @@ public function setResult(Google_Service_Plus_ItemScope $result)
{
$this->result = $result;
}
-
public function getResult()
{
return $this->result;
@@ -2696,7 +2512,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -2705,7 +2520,6 @@ public function setTarget(Google_Service_Plus_ItemScope $target)
{
$this->target = $target;
}
-
public function getTarget()
{
return $this->target;
@@ -2714,12 +2528,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Plus_MomentsFeed extends Google_Collection
@@ -2737,11 +2549,11 @@ class Google_Service_Plus_MomentsFeed extends Google_Collection
public $title;
public $updated;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2750,7 +2562,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2759,7 +2570,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2768,7 +2578,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -2777,7 +2586,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2786,7 +2594,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2795,7 +2602,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -2804,12 +2610,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Plus_PeopleFeed extends Google_Collection
@@ -2826,11 +2630,11 @@ class Google_Service_Plus_PeopleFeed extends Google_Collection
public $title;
public $totalItems;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2839,7 +2643,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2848,7 +2651,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2857,7 +2659,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2866,7 +2667,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2875,7 +2675,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -2884,12 +2683,10 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
class Google_Service_Plus_Person extends Google_Collection
@@ -2936,11 +2733,11 @@ class Google_Service_Plus_Person extends Google_Collection
protected $urlsDataType = 'array';
public $verified;
+
public function setAboutMe($aboutMe)
{
$this->aboutMe = $aboutMe;
}
-
public function getAboutMe()
{
return $this->aboutMe;
@@ -2949,7 +2746,6 @@ public function setAgeRange(Google_Service_Plus_PersonAgeRange $ageRange)
{
$this->ageRange = $ageRange;
}
-
public function getAgeRange()
{
return $this->ageRange;
@@ -2958,7 +2754,6 @@ public function setBirthday($birthday)
{
$this->birthday = $birthday;
}
-
public function getBirthday()
{
return $this->birthday;
@@ -2967,7 +2762,6 @@ public function setBraggingRights($braggingRights)
{
$this->braggingRights = $braggingRights;
}
-
public function getBraggingRights()
{
return $this->braggingRights;
@@ -2976,7 +2770,6 @@ public function setCircledByCount($circledByCount)
{
$this->circledByCount = $circledByCount;
}
-
public function getCircledByCount()
{
return $this->circledByCount;
@@ -2985,7 +2778,6 @@ public function setCover(Google_Service_Plus_PersonCover $cover)
{
$this->cover = $cover;
}
-
public function getCover()
{
return $this->cover;
@@ -2994,7 +2786,6 @@ public function setCurrentLocation($currentLocation)
{
$this->currentLocation = $currentLocation;
}
-
public function getCurrentLocation()
{
return $this->currentLocation;
@@ -3003,7 +2794,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3012,7 +2802,6 @@ public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -3021,7 +2810,6 @@ public function setEmails($emails)
{
$this->emails = $emails;
}
-
public function getEmails()
{
return $this->emails;
@@ -3030,7 +2818,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3039,7 +2826,6 @@ public function setGender($gender)
{
$this->gender = $gender;
}
-
public function getGender()
{
return $this->gender;
@@ -3048,7 +2834,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3057,7 +2842,6 @@ public function setImage(Google_Service_Plus_PersonImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -3066,7 +2850,6 @@ public function setIsPlusUser($isPlusUser)
{
$this->isPlusUser = $isPlusUser;
}
-
public function getIsPlusUser()
{
return $this->isPlusUser;
@@ -3075,7 +2858,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3084,7 +2866,6 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -3093,7 +2874,6 @@ public function setName(Google_Service_Plus_PersonName $name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3102,7 +2882,6 @@ public function setNickname($nickname)
{
$this->nickname = $nickname;
}
-
public function getNickname()
{
return $this->nickname;
@@ -3111,7 +2890,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -3120,7 +2898,6 @@ public function setOccupation($occupation)
{
$this->occupation = $occupation;
}
-
public function getOccupation()
{
return $this->occupation;
@@ -3129,7 +2906,6 @@ public function setOrganizations($organizations)
{
$this->organizations = $organizations;
}
-
public function getOrganizations()
{
return $this->organizations;
@@ -3138,7 +2914,6 @@ public function setPlacesLived($placesLived)
{
$this->placesLived = $placesLived;
}
-
public function getPlacesLived()
{
return $this->placesLived;
@@ -3147,7 +2922,6 @@ public function setPlusOneCount($plusOneCount)
{
$this->plusOneCount = $plusOneCount;
}
-
public function getPlusOneCount()
{
return $this->plusOneCount;
@@ -3156,7 +2930,6 @@ public function setRelationshipStatus($relationshipStatus)
{
$this->relationshipStatus = $relationshipStatus;
}
-
public function getRelationshipStatus()
{
return $this->relationshipStatus;
@@ -3165,7 +2938,6 @@ public function setSkills($skills)
{
$this->skills = $skills;
}
-
public function getSkills()
{
return $this->skills;
@@ -3174,7 +2946,6 @@ public function setTagline($tagline)
{
$this->tagline = $tagline;
}
-
public function getTagline()
{
return $this->tagline;
@@ -3183,7 +2954,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -3192,7 +2962,6 @@ public function setUrls($urls)
{
$this->urls = $urls;
}
-
public function getUrls()
{
return $this->urls;
@@ -3201,12 +2970,10 @@ public function setVerified($verified)
{
$this->verified = $verified;
}
-
public function getVerified()
{
return $this->verified;
}
-
}
class Google_Service_Plus_PersonAgeRange extends Google_Model
@@ -3216,11 +2983,11 @@ class Google_Service_Plus_PersonAgeRange extends Google_Model
public $max;
public $min;
+
public function setMax($max)
{
$this->max = $max;
}
-
public function getMax()
{
return $this->max;
@@ -3229,12 +2996,10 @@ public function setMin($min)
{
$this->min = $min;
}
-
public function getMin()
{
return $this->min;
}
-
}
class Google_Service_Plus_PersonCover extends Google_Model
@@ -3247,11 +3012,11 @@ class Google_Service_Plus_PersonCover extends Google_Model
protected $coverPhotoDataType = '';
public $layout;
+
public function setCoverInfo(Google_Service_Plus_PersonCoverCoverInfo $coverInfo)
{
$this->coverInfo = $coverInfo;
}
-
public function getCoverInfo()
{
return $this->coverInfo;
@@ -3260,7 +3025,6 @@ public function setCoverPhoto(Google_Service_Plus_PersonCoverCoverPhoto $coverPh
{
$this->coverPhoto = $coverPhoto;
}
-
public function getCoverPhoto()
{
return $this->coverPhoto;
@@ -3269,12 +3033,10 @@ public function setLayout($layout)
{
$this->layout = $layout;
}
-
public function getLayout()
{
return $this->layout;
}
-
}
class Google_Service_Plus_PersonCoverCoverInfo extends Google_Model
@@ -3284,11 +3046,11 @@ class Google_Service_Plus_PersonCoverCoverInfo extends Google_Model
public $leftImageOffset;
public $topImageOffset;
+
public function setLeftImageOffset($leftImageOffset)
{
$this->leftImageOffset = $leftImageOffset;
}
-
public function getLeftImageOffset()
{
return $this->leftImageOffset;
@@ -3297,12 +3059,10 @@ public function setTopImageOffset($topImageOffset)
{
$this->topImageOffset = $topImageOffset;
}
-
public function getTopImageOffset()
{
return $this->topImageOffset;
}
-
}
class Google_Service_Plus_PersonCoverCoverPhoto extends Google_Model
@@ -3313,11 +3073,11 @@ class Google_Service_Plus_PersonCoverCoverPhoto extends Google_Model
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -3326,7 +3086,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -3335,12 +3094,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Plus_PersonEmails extends Google_Model
@@ -3350,11 +3107,11 @@ class Google_Service_Plus_PersonEmails extends Google_Model
public $type;
public $value;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3363,12 +3120,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Plus_PersonImage extends Google_Model
@@ -3378,11 +3133,11 @@ class Google_Service_Plus_PersonImage extends Google_Model
public $isDefault;
public $url;
+
public function setIsDefault($isDefault)
{
$this->isDefault = $isDefault;
}
-
public function getIsDefault()
{
return $this->isDefault;
@@ -3391,12 +3146,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Plus_PersonName extends Google_Model
@@ -3410,11 +3163,11 @@ class Google_Service_Plus_PersonName extends Google_Model
public $honorificSuffix;
public $middleName;
+
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -3423,7 +3176,6 @@ public function setFormatted($formatted)
{
$this->formatted = $formatted;
}
-
public function getFormatted()
{
return $this->formatted;
@@ -3432,7 +3184,6 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
@@ -3441,7 +3192,6 @@ public function setHonorificPrefix($honorificPrefix)
{
$this->honorificPrefix = $honorificPrefix;
}
-
public function getHonorificPrefix()
{
return $this->honorificPrefix;
@@ -3450,7 +3200,6 @@ public function setHonorificSuffix($honorificSuffix)
{
$this->honorificSuffix = $honorificSuffix;
}
-
public function getHonorificSuffix()
{
return $this->honorificSuffix;
@@ -3459,12 +3208,10 @@ public function setMiddleName($middleName)
{
$this->middleName = $middleName;
}
-
public function getMiddleName()
{
return $this->middleName;
}
-
}
class Google_Service_Plus_PersonOrganizations extends Google_Model
@@ -3481,11 +3228,11 @@ class Google_Service_Plus_PersonOrganizations extends Google_Model
public $title;
public $type;
+
public function setDepartment($department)
{
$this->department = $department;
}
-
public function getDepartment()
{
return $this->department;
@@ -3494,7 +3241,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3503,7 +3249,6 @@ public function setEndDate($endDate)
{
$this->endDate = $endDate;
}
-
public function getEndDate()
{
return $this->endDate;
@@ -3512,7 +3257,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -3521,7 +3265,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3530,7 +3273,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -3539,7 +3281,6 @@ public function setStartDate($startDate)
{
$this->startDate = $startDate;
}
-
public function getStartDate()
{
return $this->startDate;
@@ -3548,7 +3289,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -3557,12 +3297,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Plus_PersonPlacesLived extends Google_Model
@@ -3572,11 +3310,11 @@ class Google_Service_Plus_PersonPlacesLived extends Google_Model
public $primary;
public $value;
+
public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -3585,12 +3323,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Plus_PersonUrls extends Google_Model
@@ -3601,11 +3337,11 @@ class Google_Service_Plus_PersonUrls extends Google_Model
public $type;
public $value;
+
public function setLabel($label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
@@ -3614,7 +3350,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3623,12 +3358,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Plus_Place extends Google_Model
@@ -3643,11 +3376,11 @@ class Google_Service_Plus_Place extends Google_Model
protected $positionType = 'Google_Service_Plus_PlacePosition';
protected $positionDataType = '';
+
public function setAddress(Google_Service_Plus_PlaceAddress $address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -3656,7 +3389,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3665,7 +3397,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3674,7 +3405,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3683,12 +3413,10 @@ public function setPosition(Google_Service_Plus_PlacePosition $position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
}
-
}
class Google_Service_Plus_PlaceAddress extends Google_Model
@@ -3697,16 +3425,15 @@ class Google_Service_Plus_PlaceAddress extends Google_Model
);
public $formatted;
+
public function setFormatted($formatted)
{
$this->formatted = $formatted;
}
-
public function getFormatted()
{
return $this->formatted;
}
-
}
class Google_Service_Plus_PlacePosition extends Google_Model
@@ -3716,11 +3443,11 @@ class Google_Service_Plus_PlacePosition extends Google_Model
public $latitude;
public $longitude;
+
public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -3729,12 +3456,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_Plus_PlusAclentryResource extends Google_Model
@@ -3745,11 +3470,11 @@ class Google_Service_Plus_PlusAclentryResource extends Google_Model
public $id;
public $type;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3758,7 +3483,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3767,10 +3491,8 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
From e0459d7b05c99ce23fb6b8adc992b2e9b67c8067 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you store and retrieve potentially-large, immutable data objects.
- *
* For more information about this service, see the API
@@ -32,13 +31,17 @@
class Google_Service_Storage extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** Manage your data and permissions in Google Cloud Storage. */
- const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control";
+ const DEVSTORAGE_FULL_CONTROL =
+ "https://www.googleapis.com/auth/devstorage.full_control";
/** View your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only";
+ const DEVSTORAGE_READ_ONLY =
+ "https://www.googleapis.com/auth/devstorage.read_only";
/** Manage your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write";
+ const DEVSTORAGE_READ_WRITE =
+ "https://www.googleapis.com/auth/devstorage.read_write";
public $bucketAccessControls;
public $buckets;
@@ -943,11 +946,10 @@ class Google_Service_Storage_BucketAccessControls_Resource extends Google_Servic
* Permanently deletes the ACL entry for the specified entity on the specified
* bucket. (bucketAccessControls.delete)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param array $optParams Optional parameters.
*/
public function delete($bucket, $entity, $optParams = array())
@@ -956,15 +958,15 @@ public function delete($bucket, $entity, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns the ACL entry for the specified entity on the specified bucket.
* (bucketAccessControls.get)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_BucketAccessControl
*/
@@ -974,12 +976,12 @@ public function get($bucket, $entity, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Storage_BucketAccessControl");
}
+
/**
* Creates a new ACL entry on the specified bucket.
* (bucketAccessControls.insert)
*
- * @param string $bucket
- * Name of a bucket.
+ * @param string $bucket Name of a bucket.
* @param Google_BucketAccessControl $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_BucketAccessControl
@@ -990,12 +992,12 @@ public function insert($bucket, Google_Service_Storage_BucketAccessControl $post
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Storage_BucketAccessControl");
}
+
/**
* Retrieves ACL entries on the specified bucket.
* (bucketAccessControls.listBucketAccessControls)
*
- * @param string $bucket
- * Name of a bucket.
+ * @param string $bucket Name of a bucket.
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_BucketAccessControls
*/
@@ -1005,15 +1007,15 @@ public function listBucketAccessControls($bucket, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Storage_BucketAccessControls");
}
+
/**
* Updates an ACL entry on the specified bucket. This method supports patch
* semantics. (bucketAccessControls.patch)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param Google_BucketAccessControl $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_BucketAccessControl
@@ -1024,14 +1026,14 @@ public function patch($bucket, $entity, Google_Service_Storage_BucketAccessContr
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Storage_BucketAccessControl");
}
+
/**
* Updates an ACL entry on the specified bucket. (bucketAccessControls.update)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param Google_BucketAccessControl $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_BucketAccessControl
@@ -1058,14 +1060,13 @@ class Google_Service_Storage_Buckets_Resource extends Google_Service_Resource
/**
* Permanently deletes an empty bucket. (buckets.delete)
*
- * @param string $bucket
- * Name of a bucket.
+ * @param string $bucket Name of a bucket.
* @param array $optParams Optional parameters.
*
- * @opt_param string ifMetagenerationMatch
- * If set, only deletes the bucket if its metageneration matches this value.
- * @opt_param string ifMetagenerationNotMatch
- * If set, only deletes the bucket if its metageneration does not match this value.
+ * @opt_param string ifMetagenerationMatch If set, only deletes the bucket if
+ * its metageneration matches this value.
+ * @opt_param string ifMetagenerationNotMatch If set, only deletes the bucket if
+ * its metageneration does not match this value.
*/
public function delete($bucket, $optParams = array())
{
@@ -1073,21 +1074,20 @@ public function delete($bucket, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns metadata for the specified bucket. (buckets.get)
*
- * @param string $bucket
- * Name of a bucket.
+ * @param string $bucket Name of a bucket.
* @param array $optParams Optional parameters.
*
- * @opt_param string ifMetagenerationMatch
- * Makes the return of the bucket metadata conditional on whether the bucket's current
- * metageneration matches the given value.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the return of the bucket metadata conditional on whether the bucket's current
- * metageneration does not match the given value.
- * @opt_param string projection
- * Set of properties to return. Defaults to noAcl.
+ * @opt_param string ifMetagenerationMatch Makes the return of the bucket
+ * metadata conditional on whether the bucket's current metageneration matches
+ * the given value.
+ * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket
+ * metadata conditional on whether the bucket's current metageneration does not
+ * match the given value.
+ * @opt_param string projection Set of properties to return. Defaults to noAcl.
* @return Google_Service_Storage_Bucket
*/
public function get($bucket, $optParams = array())
@@ -1096,19 +1096,19 @@ public function get($bucket, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Storage_Bucket");
}
+
/**
* Creates a new bucket. (buckets.insert)
*
- * @param string $project
- * A valid API project identifier.
+ * @param string $project A valid API project identifier.
* @param Google_Bucket $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string predefinedAcl
- * Apply a predefined set of access controls to this bucket.
- * @opt_param string projection
- * Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or
- * defaultObjectAcl properties, when it defaults to full.
+ * @opt_param string predefinedAcl Apply a predefined set of access controls to
+ * this bucket.
+ * @opt_param string projection Set of properties to return. Defaults to noAcl,
+ * unless the bucket resource specifies acl or defaultObjectAcl properties, when
+ * it defaults to full.
* @return Google_Service_Storage_Bucket
*/
public function insert($project, Google_Service_Storage_Bucket $postBody, $optParams = array())
@@ -1117,19 +1117,17 @@ public function insert($project, Google_Service_Storage_Bucket $postBody, $optPa
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Storage_Bucket");
}
+
/**
* Retrieves a list of buckets for a given project. (buckets.listBuckets)
*
- * @param string $project
- * A valid API project identifier.
+ * @param string $project A valid API project identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A previously-returned page token representing part of the larger set of results to view.
- * @opt_param string projection
- * Set of properties to return. Defaults to noAcl.
- * @opt_param string maxResults
- * Maximum number of buckets to return.
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
+ * @opt_param string projection Set of properties to return. Defaults to noAcl.
+ * @opt_param string maxResults Maximum number of buckets to return.
* @return Google_Service_Storage_Buckets
*/
public function listBuckets($project, $optParams = array())
@@ -1138,24 +1136,23 @@ public function listBuckets($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Storage_Buckets");
}
+
/**
* Updates a bucket. This method supports patch semantics. (buckets.patch)
*
- * @param string $bucket
- * Name of a bucket.
+ * @param string $bucket Name of a bucket.
* @param Google_Bucket $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string ifMetagenerationMatch
- * Makes the return of the bucket metadata conditional on whether the bucket's current
- * metageneration matches the given value.
- * @opt_param string predefinedAcl
- * Apply a predefined set of access controls to this bucket.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the return of the bucket metadata conditional on whether the bucket's current
- * metageneration does not match the given value.
- * @opt_param string projection
- * Set of properties to return. Defaults to full.
+ * @opt_param string ifMetagenerationMatch Makes the return of the bucket
+ * metadata conditional on whether the bucket's current metageneration matches
+ * the given value.
+ * @opt_param string predefinedAcl Apply a predefined set of access controls to
+ * this bucket.
+ * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket
+ * metadata conditional on whether the bucket's current metageneration does not
+ * match the given value.
+ * @opt_param string projection Set of properties to return. Defaults to full.
* @return Google_Service_Storage_Bucket
*/
public function patch($bucket, Google_Service_Storage_Bucket $postBody, $optParams = array())
@@ -1164,24 +1161,23 @@ public function patch($bucket, Google_Service_Storage_Bucket $postBody, $optPara
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Storage_Bucket");
}
+
/**
* Updates a bucket. (buckets.update)
*
- * @param string $bucket
- * Name of a bucket.
+ * @param string $bucket Name of a bucket.
* @param Google_Bucket $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string ifMetagenerationMatch
- * Makes the return of the bucket metadata conditional on whether the bucket's current
- * metageneration matches the given value.
- * @opt_param string predefinedAcl
- * Apply a predefined set of access controls to this bucket.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the return of the bucket metadata conditional on whether the bucket's current
- * metageneration does not match the given value.
- * @opt_param string projection
- * Set of properties to return. Defaults to full.
+ * @opt_param string ifMetagenerationMatch Makes the return of the bucket
+ * metadata conditional on whether the bucket's current metageneration matches
+ * the given value.
+ * @opt_param string predefinedAcl Apply a predefined set of access controls to
+ * this bucket.
+ * @opt_param string ifMetagenerationNotMatch Makes the return of the bucket
+ * metadata conditional on whether the bucket's current metageneration does not
+ * match the given value.
+ * @opt_param string projection Set of properties to return. Defaults to full.
* @return Google_Service_Storage_Bucket
*/
public function update($bucket, Google_Service_Storage_Bucket $postBody, $optParams = array())
@@ -1232,11 +1228,10 @@ class Google_Service_Storage_DefaultObjectAccessControls_Resource extends Google
* Permanently deletes the default object ACL entry for the specified entity on
* the specified bucket. (defaultObjectAccessControls.delete)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param array $optParams Optional parameters.
*/
public function delete($bucket, $entity, $optParams = array())
@@ -1245,15 +1240,15 @@ public function delete($bucket, $entity, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns the default object ACL entry for the specified entity on the
* specified bucket. (defaultObjectAccessControls.get)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_ObjectAccessControl
*/
@@ -1263,12 +1258,12 @@ public function get($bucket, $entity, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl");
}
+
/**
* Creates a new default object ACL entry on the specified bucket.
* (defaultObjectAccessControls.insert)
*
- * @param string $bucket
- * Name of a bucket.
+ * @param string $bucket Name of a bucket.
* @param Google_ObjectAccessControl $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_ObjectAccessControl
@@ -1279,20 +1274,19 @@ public function insert($bucket, Google_Service_Storage_ObjectAccessControl $post
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl");
}
+
/**
* Retrieves default object ACL entries on the specified bucket.
* (defaultObjectAccessControls.listDefaultObjectAccessControls)
*
- * @param string $bucket
- * Name of a bucket.
+ * @param string $bucket Name of a bucket.
* @param array $optParams Optional parameters.
*
- * @opt_param string ifMetagenerationMatch
- * If present, only return default ACL listing if the bucket's current metageneration matches this
- * value.
- * @opt_param string ifMetagenerationNotMatch
- * If present, only return default ACL listing if the bucket's current metageneration does not
- * match the given value.
+ * @opt_param string ifMetagenerationMatch If present, only return default ACL
+ * listing if the bucket's current metageneration matches this value.
+ * @opt_param string ifMetagenerationNotMatch If present, only return default
+ * ACL listing if the bucket's current metageneration does not match the given
+ * value.
* @return Google_Service_Storage_ObjectAccessControls
*/
public function listDefaultObjectAccessControls($bucket, $optParams = array())
@@ -1301,15 +1295,15 @@ public function listDefaultObjectAccessControls($bucket, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls");
}
+
/**
* Updates a default object ACL entry on the specified bucket. This method
* supports patch semantics. (defaultObjectAccessControls.patch)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param Google_ObjectAccessControl $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_ObjectAccessControl
@@ -1320,15 +1314,15 @@ public function patch($bucket, $entity, Google_Service_Storage_ObjectAccessContr
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl");
}
+
/**
* Updates a default object ACL entry on the specified bucket.
* (defaultObjectAccessControls.update)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param Google_ObjectAccessControl $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Storage_ObjectAccessControl
@@ -1356,18 +1350,15 @@ class Google_Service_Storage_ObjectAccessControls_Resource extends Google_Servic
* Permanently deletes the ACL entry for the specified entity on the specified
* object. (objectAccessControls.delete)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $object
- * Name of the object.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $object Name of the object.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param array $optParams Optional parameters.
*
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
*/
public function delete($bucket, $object, $entity, $optParams = array())
{
@@ -1375,22 +1366,20 @@ public function delete($bucket, $object, $entity, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns the ACL entry for the specified entity on the specified object.
* (objectAccessControls.get)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $object
- * Name of the object.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $object Name of the object.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param array $optParams Optional parameters.
*
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
* @return Google_Service_Storage_ObjectAccessControl
*/
public function get($bucket, $object, $entity, $optParams = array())
@@ -1399,20 +1388,18 @@ public function get($bucket, $object, $entity, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Storage_ObjectAccessControl");
}
+
/**
* Creates a new ACL entry on the specified object.
* (objectAccessControls.insert)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $object
- * Name of the object.
+ * @param string $bucket Name of a bucket.
+ * @param string $object Name of the object.
* @param Google_ObjectAccessControl $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
* @return Google_Service_Storage_ObjectAccessControl
*/
public function insert($bucket, $object, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
@@ -1421,19 +1408,17 @@ public function insert($bucket, $object, Google_Service_Storage_ObjectAccessCont
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Storage_ObjectAccessControl");
}
+
/**
* Retrieves ACL entries on the specified object.
* (objectAccessControls.listObjectAccessControls)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $object
- * Name of the object.
+ * @param string $bucket Name of a bucket.
+ * @param string $object Name of the object.
* @param array $optParams Optional parameters.
*
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
* @return Google_Service_Storage_ObjectAccessControls
*/
public function listObjectAccessControls($bucket, $object, $optParams = array())
@@ -1442,23 +1427,21 @@ public function listObjectAccessControls($bucket, $object, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Storage_ObjectAccessControls");
}
+
/**
* Updates an ACL entry on the specified object. This method supports patch
* semantics. (objectAccessControls.patch)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $object
- * Name of the object.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $object Name of the object.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param Google_ObjectAccessControl $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
* @return Google_Service_Storage_ObjectAccessControl
*/
public function patch($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
@@ -1467,22 +1450,20 @@ public function patch($bucket, $object, $entity, Google_Service_Storage_ObjectAc
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Storage_ObjectAccessControl");
}
+
/**
* Updates an ACL entry on the specified object. (objectAccessControls.update)
*
- * @param string $bucket
- * Name of a bucket.
- * @param string $object
- * Name of the object.
- * @param string $entity
- * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
- * emailAddress, allUsers, or allAuthenticatedUsers.
+ * @param string $bucket Name of a bucket.
+ * @param string $object Name of the object.
+ * @param string $entity The entity holding the permission. Can be user-userId,
+ * user-emailAddress, group-groupId, group-emailAddress, allUsers, or
+ * allAuthenticatedUsers.
* @param Google_ObjectAccessControl $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
* @return Google_Service_Storage_ObjectAccessControl
*/
public function update($bucket, $object, $entity, Google_Service_Storage_ObjectAccessControl $postBody, $optParams = array())
@@ -1508,21 +1489,18 @@ class Google_Service_Storage_Objects_Resource extends Google_Service_Resource
* Concatenates a list of existing objects into a new object in the same bucket.
* (objects.compose)
*
- * @param string $destinationBucket
- * Name of the bucket in which to store the new object.
- * @param string $destinationObject
- * Name of the new object.
+ * @param string $destinationBucket Name of the bucket in which to store the new
+ * object.
+ * @param string $destinationObject Name of the new object.
* @param Google_ComposeRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string ifGenerationMatch
- * Makes the operation conditional on whether the object's current generation matches the given
- * value.
- * @opt_param string ifMetagenerationMatch
- * Makes the operation conditional on whether the object's current metageneration matches the given
- * value.
- * @opt_param string destinationPredefinedAcl
- * Apply a predefined set of access controls to the destination object.
+ * @opt_param string ifGenerationMatch Makes the operation conditional on
+ * whether the object's current generation matches the given value.
+ * @opt_param string ifMetagenerationMatch Makes the operation conditional on
+ * whether the object's current metageneration matches the given value.
+ * @opt_param string destinationPredefinedAcl Apply a predefined set of access
+ * controls to the destination object.
* @return Google_Service_Storage_StorageObject
*/
public function compose($destinationBucket, $destinationObject, Google_Service_Storage_ComposeRequest $postBody, $optParams = array())
@@ -1531,55 +1509,50 @@ public function compose($destinationBucket, $destinationObject, Google_Service_S
$params = array_merge($params, $optParams);
return $this->call('compose', array($params), "Google_Service_Storage_StorageObject");
}
+
/**
* Copies an object to a specified location. Optionally overrides metadata.
* (objects.copy)
*
- * @param string $sourceBucket
- * Name of the bucket in which to find the source object.
- * @param string $sourceObject
- * Name of the source object.
- * @param string $destinationBucket
- * Name of the bucket in which to store the new object. Overrides the provided object metadata's
- * bucket value, if any.
- * @param string $destinationObject
- * Name of the new object. Required when the object metadata is not otherwise provided. Overrides
- * the object metadata's name value, if any.
+ * @param string $sourceBucket Name of the bucket in which to find the source
+ * object.
+ * @param string $sourceObject Name of the source object.
+ * @param string $destinationBucket Name of the bucket in which to store the new
+ * object. Overrides the provided object metadata's bucket value, if any.
+ * @param string $destinationObject Name of the new object. Required when the
+ * object metadata is not otherwise provided. Overrides the object metadata's
+ * name value, if any.
* @param Google_StorageObject $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string ifSourceGenerationNotMatch
- * Makes the operation conditional on whether the source object's generation does not match the
- * given value.
- * @opt_param string ifGenerationNotMatch
- * Makes the operation conditional on whether the destination object's current generation does not
- * match the given value.
- * @opt_param string ifSourceMetagenerationNotMatch
- * Makes the operation conditional on whether the source object's current metageneration does not
- * match the given value.
- * @opt_param string ifMetagenerationMatch
- * Makes the operation conditional on whether the destination object's current metageneration
- * matches the given value.
- * @opt_param string sourceGeneration
- * If present, selects a specific revision of the source object (as opposed to the latest version,
- * the default).
- * @opt_param string destinationPredefinedAcl
- * Apply a predefined set of access controls to the destination object.
- * @opt_param string ifSourceGenerationMatch
- * Makes the operation conditional on whether the source object's generation matches the given
- * value.
- * @opt_param string ifSourceMetagenerationMatch
- * Makes the operation conditional on whether the source object's current metageneration matches
- * the given value.
- * @opt_param string ifGenerationMatch
- * Makes the operation conditional on whether the destination object's current generation matches
- * the given value.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the operation conditional on whether the destination object's current metageneration does
- * not match the given value.
- * @opt_param string projection
- * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl
- * property, when it defaults to full.
+ * @opt_param string ifSourceGenerationNotMatch Makes the operation conditional
+ * on whether the source object's generation does not match the given value.
+ * @opt_param string ifGenerationNotMatch Makes the operation conditional on
+ * whether the destination object's current generation does not match the given
+ * value.
+ * @opt_param string ifSourceMetagenerationNotMatch Makes the operation
+ * conditional on whether the source object's current metageneration does not
+ * match the given value.
+ * @opt_param string ifMetagenerationMatch Makes the operation conditional on
+ * whether the destination object's current metageneration matches the given
+ * value.
+ * @opt_param string sourceGeneration If present, selects a specific revision of
+ * the source object (as opposed to the latest version, the default).
+ * @opt_param string destinationPredefinedAcl Apply a predefined set of access
+ * controls to the destination object.
+ * @opt_param string ifSourceGenerationMatch Makes the operation conditional on
+ * whether the source object's generation matches the given value.
+ * @opt_param string ifSourceMetagenerationMatch Makes the operation conditional
+ * on whether the source object's current metageneration matches the given
+ * value.
+ * @opt_param string ifGenerationMatch Makes the operation conditional on
+ * whether the destination object's current generation matches the given value.
+ * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on
+ * whether the destination object's current metageneration does not match the
+ * given value.
+ * @opt_param string projection Set of properties to return. Defaults to noAcl,
+ * unless the object resource specifies the acl property, when it defaults to
+ * full.
* @return Google_Service_Storage_StorageObject
*/
public function copy($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Google_Service_Storage_StorageObject $postBody, $optParams = array())
@@ -1588,32 +1561,26 @@ public function copy($sourceBucket, $sourceObject, $destinationBucket, $destinat
$params = array_merge($params, $optParams);
return $this->call('copy', array($params), "Google_Service_Storage_StorageObject");
}
+
/**
* Deletes an object and its metadata. Deletions are permanent if versioning is
* not enabled for the bucket, or if the generation parameter is used.
* (objects.delete)
*
- * @param string $bucket
- * Name of the bucket in which the object resides.
- * @param string $object
- * Name of the object.
+ * @param string $bucket Name of the bucket in which the object resides.
+ * @param string $object Name of the object.
* @param array $optParams Optional parameters.
*
- * @opt_param string ifGenerationNotMatch
- * Makes the operation conditional on whether the object's current generation does not match the
- * given value.
- * @opt_param string generation
- * If present, permanently deletes a specific revision of this object (as opposed to the latest
- * version, the default).
- * @opt_param string ifMetagenerationMatch
- * Makes the operation conditional on whether the object's current metageneration matches the given
- * value.
- * @opt_param string ifGenerationMatch
- * Makes the operation conditional on whether the object's current generation matches the given
- * value.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the operation conditional on whether the object's current metageneration does not match
- * the given value.
+ * @opt_param string ifGenerationNotMatch Makes the operation conditional on
+ * whether the object's current generation does not match the given value.
+ * @opt_param string generation If present, permanently deletes a specific
+ * revision of this object (as opposed to the latest version, the default).
+ * @opt_param string ifMetagenerationMatch Makes the operation conditional on
+ * whether the object's current metageneration matches the given value.
+ * @opt_param string ifGenerationMatch Makes the operation conditional on
+ * whether the object's current generation matches the given value.
+ * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on
+ * whether the object's current metageneration does not match the given value.
*/
public function delete($bucket, $object, $optParams = array())
{
@@ -1621,31 +1588,25 @@ public function delete($bucket, $object, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves an object or its metadata. (objects.get)
*
- * @param string $bucket
- * Name of the bucket in which the object resides.
- * @param string $object
- * Name of the object.
+ * @param string $bucket Name of the bucket in which the object resides.
+ * @param string $object Name of the object.
* @param array $optParams Optional parameters.
*
- * @opt_param string ifGenerationNotMatch
- * Makes the operation conditional on whether the object's generation does not match the given
- * value.
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
- * @opt_param string ifMetagenerationMatch
- * Makes the operation conditional on whether the object's current metageneration matches the given
- * value.
- * @opt_param string ifGenerationMatch
- * Makes the operation conditional on whether the object's generation matches the given value.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the operation conditional on whether the object's current metageneration does not match
- * the given value.
- * @opt_param string projection
- * Set of properties to return. Defaults to noAcl.
+ * @opt_param string ifGenerationNotMatch Makes the operation conditional on
+ * whether the object's generation does not match the given value.
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
+ * @opt_param string ifMetagenerationMatch Makes the operation conditional on
+ * whether the object's current metageneration matches the given value.
+ * @opt_param string ifGenerationMatch Makes the operation conditional on
+ * whether the object's generation matches the given value.
+ * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on
+ * whether the object's current metageneration does not match the given value.
+ * @opt_param string projection Set of properties to return. Defaults to noAcl.
* @return Google_Service_Storage_StorageObject
*/
public function get($bucket, $object, $optParams = array())
@@ -1654,40 +1615,36 @@ public function get($bucket, $object, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Storage_StorageObject");
}
+
/**
* Stores a new object and metadata. (objects.insert)
*
- * @param string $bucket
- * Name of the bucket in which to store the new object. Overrides the provided object metadata's
- * bucket value, if any.
+ * @param string $bucket Name of the bucket in which to store the new object.
+ * Overrides the provided object metadata's bucket value, if any.
* @param Google_StorageObject $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string predefinedAcl
- * Apply a predefined set of access controls to this object.
- * @opt_param string projection
- * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl
- * property, when it defaults to full.
- * @opt_param string ifGenerationNotMatch
- * Makes the operation conditional on whether the object's current generation does not match the
- * given value.
- * @opt_param string ifMetagenerationMatch
- * Makes the operation conditional on whether the object's current metageneration matches the given
- * value.
- * @opt_param string contentEncoding
- * If set, sets the contentEncoding property of the final object to this value. Setting this
- * parameter is equivalent to setting the contentEncoding metadata property. This can be useful
- * when uploading an object with uploadType=media to indicate the encoding of the content being
- * uploaded.
- * @opt_param string ifGenerationMatch
- * Makes the operation conditional on whether the object's current generation matches the given
- * value.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the operation conditional on whether the object's current metageneration does not match
- * the given value.
- * @opt_param string name
- * Name of the object. Required when the object metadata is not otherwise provided. Overrides the
- * object metadata's name value, if any.
+ * @opt_param string predefinedAcl Apply a predefined set of access controls to
+ * this object.
+ * @opt_param string projection Set of properties to return. Defaults to noAcl,
+ * unless the object resource specifies the acl property, when it defaults to
+ * full.
+ * @opt_param string ifGenerationNotMatch Makes the operation conditional on
+ * whether the object's current generation does not match the given value.
+ * @opt_param string ifMetagenerationMatch Makes the operation conditional on
+ * whether the object's current metageneration matches the given value.
+ * @opt_param string contentEncoding If set, sets the contentEncoding property
+ * of the final object to this value. Setting this parameter is equivalent to
+ * setting the contentEncoding metadata property. This can be useful when
+ * uploading an object with uploadType=media to indicate the encoding of the
+ * content being uploaded.
+ * @opt_param string ifGenerationMatch Makes the operation conditional on
+ * whether the object's current generation matches the given value.
+ * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on
+ * whether the object's current metageneration does not match the given value.
+ * @opt_param string name Name of the object. Required when the object metadata
+ * is not otherwise provided. Overrides the object metadata's name value, if
+ * any.
* @return Google_Service_Storage_StorageObject
*/
public function insert($bucket, Google_Service_Storage_StorageObject $postBody, $optParams = array())
@@ -1696,29 +1653,28 @@ public function insert($bucket, Google_Service_Storage_StorageObject $postBody,
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Storage_StorageObject");
}
+
/**
* Retrieves a list of objects matching the criteria. (objects.listObjects)
*
- * @param string $bucket
- * Name of the bucket in which to look for objects.
+ * @param string $bucket Name of the bucket in which to look for objects.
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Set of properties to return. Defaults to noAcl.
- * @opt_param bool versions
- * If true, lists all versions of a file as distinct results.
- * @opt_param string prefix
- * Filter results to objects whose names begin with this prefix.
- * @opt_param string maxResults
- * Maximum number of items plus prefixes to return. As duplicate prefixes are omitted, fewer total
- * results may be returned than requested.
- * @opt_param string pageToken
- * A previously-returned page token representing part of the larger set of results to view.
- * @opt_param string delimiter
- * Returns results in a directory-like mode. items will contain only objects whose names, aside
- * from the prefix, do not contain delimiter. Objects whose names, aside from the prefix, contain
- * delimiter will have their name, truncated after the delimiter, returned in prefixes. Duplicate
- * prefixes are omitted.
+ * @opt_param string projection Set of properties to return. Defaults to noAcl.
+ * @opt_param bool versions If true, lists all versions of a file as distinct
+ * results.
+ * @opt_param string prefix Filter results to objects whose names begin with
+ * this prefix.
+ * @opt_param string maxResults Maximum number of items plus prefixes to return.
+ * As duplicate prefixes are omitted, fewer total results may be returned than
+ * requested.
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
+ * @opt_param string delimiter Returns results in a directory-like mode. items
+ * will contain only objects whose names, aside from the prefix, do not contain
+ * delimiter. Objects whose names, aside from the prefix, contain delimiter will
+ * have their name, truncated after the delimiter, returned in prefixes.
+ * Duplicate prefixes are omitted.
* @return Google_Service_Storage_Objects
*/
public function listObjects($bucket, $optParams = array())
@@ -1727,36 +1683,29 @@ public function listObjects($bucket, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Storage_Objects");
}
+
/**
* Updates an object's metadata. This method supports patch semantics.
* (objects.patch)
*
- * @param string $bucket
- * Name of the bucket in which the object resides.
- * @param string $object
- * Name of the object.
+ * @param string $bucket Name of the bucket in which the object resides.
+ * @param string $object Name of the object.
* @param Google_StorageObject $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string predefinedAcl
- * Apply a predefined set of access controls to this object.
- * @opt_param string ifGenerationNotMatch
- * Makes the operation conditional on whether the object's current generation does not match the
- * given value.
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
- * @opt_param string ifMetagenerationMatch
- * Makes the operation conditional on whether the object's current metageneration matches the given
- * value.
- * @opt_param string ifGenerationMatch
- * Makes the operation conditional on whether the object's current generation matches the given
- * value.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the operation conditional on whether the object's current metageneration does not match
- * the given value.
- * @opt_param string projection
- * Set of properties to return. Defaults to full.
+ * @opt_param string predefinedAcl Apply a predefined set of access controls to
+ * this object.
+ * @opt_param string ifGenerationNotMatch Makes the operation conditional on
+ * whether the object's current generation does not match the given value.
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
+ * @opt_param string ifMetagenerationMatch Makes the operation conditional on
+ * whether the object's current metageneration matches the given value.
+ * @opt_param string ifGenerationMatch Makes the operation conditional on
+ * whether the object's current generation matches the given value.
+ * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on
+ * whether the object's current metageneration does not match the given value.
+ * @opt_param string projection Set of properties to return. Defaults to full.
* @return Google_Service_Storage_StorageObject
*/
public function patch($bucket, $object, Google_Service_Storage_StorageObject $postBody, $optParams = array())
@@ -1765,35 +1714,28 @@ public function patch($bucket, $object, Google_Service_Storage_StorageObject $po
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Storage_StorageObject");
}
+
/**
* Updates an object's metadata. (objects.update)
*
- * @param string $bucket
- * Name of the bucket in which the object resides.
- * @param string $object
- * Name of the object.
+ * @param string $bucket Name of the bucket in which the object resides.
+ * @param string $object Name of the object.
* @param Google_StorageObject $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string predefinedAcl
- * Apply a predefined set of access controls to this object.
- * @opt_param string ifGenerationNotMatch
- * Makes the operation conditional on whether the object's current generation does not match the
- * given value.
- * @opt_param string generation
- * If present, selects a specific revision of this object (as opposed to the latest version, the
- * default).
- * @opt_param string ifMetagenerationMatch
- * Makes the operation conditional on whether the object's current metageneration matches the given
- * value.
- * @opt_param string ifGenerationMatch
- * Makes the operation conditional on whether the object's current generation matches the given
- * value.
- * @opt_param string ifMetagenerationNotMatch
- * Makes the operation conditional on whether the object's current metageneration does not match
- * the given value.
- * @opt_param string projection
- * Set of properties to return. Defaults to full.
+ * @opt_param string predefinedAcl Apply a predefined set of access controls to
+ * this object.
+ * @opt_param string ifGenerationNotMatch Makes the operation conditional on
+ * whether the object's current generation does not match the given value.
+ * @opt_param string generation If present, selects a specific revision of this
+ * object (as opposed to the latest version, the default).
+ * @opt_param string ifMetagenerationMatch Makes the operation conditional on
+ * whether the object's current metageneration matches the given value.
+ * @opt_param string ifGenerationMatch Makes the operation conditional on
+ * whether the object's current generation matches the given value.
+ * @opt_param string ifMetagenerationNotMatch Makes the operation conditional on
+ * whether the object's current metageneration does not match the given value.
+ * @opt_param string projection Set of properties to return. Defaults to full.
* @return Google_Service_Storage_StorageObject
*/
public function update($bucket, $object, Google_Service_Storage_StorageObject $postBody, $optParams = array())
@@ -1802,30 +1744,29 @@ public function update($bucket, $object, Google_Service_Storage_StorageObject $p
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Storage_StorageObject");
}
+
/**
* Watch for changes on all objects in a bucket. (objects.watchAll)
*
- * @param string $bucket
- * Name of the bucket in which to look for objects.
+ * @param string $bucket Name of the bucket in which to look for objects.
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Set of properties to return. Defaults to noAcl.
- * @opt_param bool versions
- * If true, lists all versions of a file as distinct results.
- * @opt_param string prefix
- * Filter results to objects whose names begin with this prefix.
- * @opt_param string maxResults
- * Maximum number of items plus prefixes to return. As duplicate prefixes are omitted, fewer total
- * results may be returned than requested.
- * @opt_param string pageToken
- * A previously-returned page token representing part of the larger set of results to view.
- * @opt_param string delimiter
- * Returns results in a directory-like mode. items will contain only objects whose names, aside
- * from the prefix, do not contain delimiter. Objects whose names, aside from the prefix, contain
- * delimiter will have their name, truncated after the delimiter, returned in prefixes. Duplicate
- * prefixes are omitted.
+ * @opt_param string projection Set of properties to return. Defaults to noAcl.
+ * @opt_param bool versions If true, lists all versions of a file as distinct
+ * results.
+ * @opt_param string prefix Filter results to objects whose names begin with
+ * this prefix.
+ * @opt_param string maxResults Maximum number of items plus prefixes to return.
+ * As duplicate prefixes are omitted, fewer total results may be returned than
+ * requested.
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
+ * @opt_param string delimiter Returns results in a directory-like mode. items
+ * will contain only objects whose names, aside from the prefix, do not contain
+ * delimiter. Objects whose names, aside from the prefix, contain delimiter will
+ * have their name, truncated after the delimiter, returned in prefixes.
+ * Duplicate prefixes are omitted.
* @return Google_Service_Storage_Channel
*/
public function watchAll($bucket, Google_Service_Storage_Channel $postBody, $optParams = array())
@@ -1871,11 +1812,11 @@ class Google_Service_Storage_Bucket extends Google_Collection
protected $websiteType = 'Google_Service_Storage_BucketWebsite';
protected $websiteDataType = '';
+
public function setAcl($acl)
{
$this->acl = $acl;
}
-
public function getAcl()
{
return $this->acl;
@@ -1884,7 +1825,6 @@ public function setCors($cors)
{
$this->cors = $cors;
}
-
public function getCors()
{
return $this->cors;
@@ -1893,7 +1833,6 @@ public function setDefaultObjectAcl($defaultObjectAcl)
{
$this->defaultObjectAcl = $defaultObjectAcl;
}
-
public function getDefaultObjectAcl()
{
return $this->defaultObjectAcl;
@@ -1902,7 +1841,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1911,7 +1849,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1920,7 +1857,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1929,7 +1865,6 @@ public function setLifecycle(Google_Service_Storage_BucketLifecycle $lifecycle)
{
$this->lifecycle = $lifecycle;
}
-
public function getLifecycle()
{
return $this->lifecycle;
@@ -1938,7 +1873,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1947,7 +1881,6 @@ public function setLogging(Google_Service_Storage_BucketLogging $logging)
{
$this->logging = $logging;
}
-
public function getLogging()
{
return $this->logging;
@@ -1956,7 +1889,6 @@ public function setMetageneration($metageneration)
{
$this->metageneration = $metageneration;
}
-
public function getMetageneration()
{
return $this->metageneration;
@@ -1965,7 +1897,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1974,7 +1905,6 @@ public function setOwner(Google_Service_Storage_BucketOwner $owner)
{
$this->owner = $owner;
}
-
public function getOwner()
{
return $this->owner;
@@ -1983,7 +1913,6 @@ public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
@@ -1992,7 +1921,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2001,7 +1929,6 @@ public function setStorageClass($storageClass)
{
$this->storageClass = $storageClass;
}
-
public function getStorageClass()
{
return $this->storageClass;
@@ -2010,7 +1937,6 @@ public function setTimeCreated($timeCreated)
{
$this->timeCreated = $timeCreated;
}
-
public function getTimeCreated()
{
return $this->timeCreated;
@@ -2019,7 +1945,6 @@ public function setVersioning(Google_Service_Storage_BucketVersioning $versionin
{
$this->versioning = $versioning;
}
-
public function getVersioning()
{
return $this->versioning;
@@ -2028,12 +1953,10 @@ public function setWebsite(Google_Service_Storage_BucketWebsite $website)
{
$this->website = $website;
}
-
public function getWebsite()
{
return $this->website;
}
-
}
class Google_Service_Storage_BucketAccessControl extends Google_Model
@@ -2053,11 +1976,11 @@ class Google_Service_Storage_BucketAccessControl extends Google_Model
public $role;
public $selfLink;
+
public function setBucket($bucket)
{
$this->bucket = $bucket;
}
-
public function getBucket()
{
return $this->bucket;
@@ -2066,7 +1989,6 @@ public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -2075,7 +1997,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -2084,7 +2005,6 @@ public function setEntity($entity)
{
$this->entity = $entity;
}
-
public function getEntity()
{
return $this->entity;
@@ -2093,7 +2013,6 @@ public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
-
public function getEntityId()
{
return $this->entityId;
@@ -2102,7 +2021,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2111,7 +2029,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2120,7 +2037,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2129,7 +2045,6 @@ public function setProjectTeam(Google_Service_Storage_BucketAccessControlProject
{
$this->projectTeam = $projectTeam;
}
-
public function getProjectTeam()
{
return $this->projectTeam;
@@ -2138,7 +2053,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -2147,12 +2061,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Storage_BucketAccessControlProjectTeam extends Google_Model
@@ -2162,11 +2074,11 @@ class Google_Service_Storage_BucketAccessControlProjectTeam extends Google_Model
public $projectNumber;
public $team;
+
public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
@@ -2175,12 +2087,10 @@ public function setTeam($team)
{
$this->team = $team;
}
-
public function getTeam()
{
return $this->team;
}
-
}
class Google_Service_Storage_BucketAccessControls extends Google_Collection
@@ -2192,11 +2102,11 @@ class Google_Service_Storage_BucketAccessControls extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2205,12 +2115,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Storage_BucketCors extends Google_Collection
@@ -2223,11 +2131,11 @@ class Google_Service_Storage_BucketCors extends Google_Collection
public $origin;
public $responseHeader;
+
public function setMaxAgeSeconds($maxAgeSeconds)
{
$this->maxAgeSeconds = $maxAgeSeconds;
}
-
public function getMaxAgeSeconds()
{
return $this->maxAgeSeconds;
@@ -2236,7 +2144,6 @@ public function setMethod($method)
{
$this->method = $method;
}
-
public function getMethod()
{
return $this->method;
@@ -2245,7 +2152,6 @@ public function setOrigin($origin)
{
$this->origin = $origin;
}
-
public function getOrigin()
{
return $this->origin;
@@ -2254,12 +2160,10 @@ public function setResponseHeader($responseHeader)
{
$this->responseHeader = $responseHeader;
}
-
public function getResponseHeader()
{
return $this->responseHeader;
}
-
}
class Google_Service_Storage_BucketLifecycle extends Google_Collection
@@ -2270,16 +2174,15 @@ class Google_Service_Storage_BucketLifecycle extends Google_Collection
protected $ruleType = 'Google_Service_Storage_BucketLifecycleRule';
protected $ruleDataType = 'array';
+
public function setRule($rule)
{
$this->rule = $rule;
}
-
public function getRule()
{
return $this->rule;
}
-
}
class Google_Service_Storage_BucketLifecycleRule extends Google_Model
@@ -2291,11 +2194,11 @@ class Google_Service_Storage_BucketLifecycleRule extends Google_Model
protected $conditionType = 'Google_Service_Storage_BucketLifecycleRuleCondition';
protected $conditionDataType = '';
+
public function setAction(Google_Service_Storage_BucketLifecycleRuleAction $action)
{
$this->action = $action;
}
-
public function getAction()
{
return $this->action;
@@ -2304,12 +2207,10 @@ public function setCondition(Google_Service_Storage_BucketLifecycleRuleCondition
{
$this->condition = $condition;
}
-
public function getCondition()
{
return $this->condition;
}
-
}
class Google_Service_Storage_BucketLifecycleRuleAction extends Google_Model
@@ -2318,16 +2219,15 @@ class Google_Service_Storage_BucketLifecycleRuleAction extends Google_Model
);
public $type;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Storage_BucketLifecycleRuleCondition extends Google_Model
@@ -2339,11 +2239,11 @@ class Google_Service_Storage_BucketLifecycleRuleCondition extends Google_Model
public $isLive;
public $numNewerVersions;
+
public function setAge($age)
{
$this->age = $age;
}
-
public function getAge()
{
return $this->age;
@@ -2352,7 +2252,6 @@ public function setCreatedBefore($createdBefore)
{
$this->createdBefore = $createdBefore;
}
-
public function getCreatedBefore()
{
return $this->createdBefore;
@@ -2361,7 +2260,6 @@ public function setIsLive($isLive)
{
$this->isLive = $isLive;
}
-
public function getIsLive()
{
return $this->isLive;
@@ -2370,12 +2268,10 @@ public function setNumNewerVersions($numNewerVersions)
{
$this->numNewerVersions = $numNewerVersions;
}
-
public function getNumNewerVersions()
{
return $this->numNewerVersions;
}
-
}
class Google_Service_Storage_BucketLogging extends Google_Model
@@ -2385,11 +2281,11 @@ class Google_Service_Storage_BucketLogging extends Google_Model
public $logBucket;
public $logObjectPrefix;
+
public function setLogBucket($logBucket)
{
$this->logBucket = $logBucket;
}
-
public function getLogBucket()
{
return $this->logBucket;
@@ -2398,12 +2294,10 @@ public function setLogObjectPrefix($logObjectPrefix)
{
$this->logObjectPrefix = $logObjectPrefix;
}
-
public function getLogObjectPrefix()
{
return $this->logObjectPrefix;
}
-
}
class Google_Service_Storage_BucketOwner extends Google_Model
@@ -2413,11 +2307,11 @@ class Google_Service_Storage_BucketOwner extends Google_Model
public $entity;
public $entityId;
+
public function setEntity($entity)
{
$this->entity = $entity;
}
-
public function getEntity()
{
return $this->entity;
@@ -2426,12 +2320,10 @@ public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
-
public function getEntityId()
{
return $this->entityId;
}
-
}
class Google_Service_Storage_BucketVersioning extends Google_Model
@@ -2440,16 +2332,15 @@ class Google_Service_Storage_BucketVersioning extends Google_Model
);
public $enabled;
+
public function setEnabled($enabled)
{
$this->enabled = $enabled;
}
-
public function getEnabled()
{
return $this->enabled;
}
-
}
class Google_Service_Storage_BucketWebsite extends Google_Model
@@ -2459,11 +2350,11 @@ class Google_Service_Storage_BucketWebsite extends Google_Model
public $mainPageSuffix;
public $notFoundPage;
+
public function setMainPageSuffix($mainPageSuffix)
{
$this->mainPageSuffix = $mainPageSuffix;
}
-
public function getMainPageSuffix()
{
return $this->mainPageSuffix;
@@ -2472,12 +2363,10 @@ public function setNotFoundPage($notFoundPage)
{
$this->notFoundPage = $notFoundPage;
}
-
public function getNotFoundPage()
{
return $this->notFoundPage;
}
-
}
class Google_Service_Storage_Buckets extends Google_Collection
@@ -2490,11 +2379,11 @@ class Google_Service_Storage_Buckets extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2503,7 +2392,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2512,12 +2400,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Storage_Channel extends Google_Model
@@ -2535,11 +2421,11 @@ class Google_Service_Storage_Channel extends Google_Model
public $token;
public $type;
+
public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -2548,7 +2434,6 @@ public function setExpiration($expiration)
{
$this->expiration = $expiration;
}
-
public function getExpiration()
{
return $this->expiration;
@@ -2557,7 +2442,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2566,7 +2450,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2575,7 +2458,6 @@ public function setParams($params)
{
$this->params = $params;
}
-
public function getParams()
{
return $this->params;
@@ -2584,7 +2466,6 @@ public function setPayload($payload)
{
$this->payload = $payload;
}
-
public function getPayload()
{
return $this->payload;
@@ -2593,7 +2474,6 @@ public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -2602,7 +2482,6 @@ public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
}
-
public function getResourceUri()
{
return $this->resourceUri;
@@ -2611,7 +2490,6 @@ public function setToken($token)
{
$this->token = $token;
}
-
public function getToken()
{
return $this->token;
@@ -2620,20 +2498,14 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Storage_ChannelParams extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Storage_ComposeRequest extends Google_Collection
@@ -2647,11 +2519,11 @@ class Google_Service_Storage_ComposeRequest extends Google_Collection
protected $sourceObjectsType = 'Google_Service_Storage_ComposeRequestSourceObjects';
protected $sourceObjectsDataType = 'array';
+
public function setDestination(Google_Service_Storage_StorageObject $destination)
{
$this->destination = $destination;
}
-
public function getDestination()
{
return $this->destination;
@@ -2660,7 +2532,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2669,12 +2540,10 @@ public function setSourceObjects($sourceObjects)
{
$this->sourceObjects = $sourceObjects;
}
-
public function getSourceObjects()
{
return $this->sourceObjects;
}
-
}
class Google_Service_Storage_ComposeRequestSourceObjects extends Google_Model
@@ -2686,11 +2555,11 @@ class Google_Service_Storage_ComposeRequestSourceObjects extends Google_Model
protected $objectPreconditionsType = 'Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions';
protected $objectPreconditionsDataType = '';
+
public function setGeneration($generation)
{
$this->generation = $generation;
}
-
public function getGeneration()
{
return $this->generation;
@@ -2699,7 +2568,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2708,12 +2576,10 @@ public function setObjectPreconditions(Google_Service_Storage_ComposeRequestSour
{
$this->objectPreconditions = $objectPreconditions;
}
-
public function getObjectPreconditions()
{
return $this->objectPreconditions;
}
-
}
class Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions extends Google_Model
@@ -2722,16 +2588,15 @@ class Google_Service_Storage_ComposeRequestSourceObjectsObjectPreconditions exte
);
public $ifGenerationMatch;
+
public function setIfGenerationMatch($ifGenerationMatch)
{
$this->ifGenerationMatch = $ifGenerationMatch;
}
-
public function getIfGenerationMatch()
{
return $this->ifGenerationMatch;
}
-
}
class Google_Service_Storage_ObjectAccessControl extends Google_Model
@@ -2753,11 +2618,11 @@ class Google_Service_Storage_ObjectAccessControl extends Google_Model
public $role;
public $selfLink;
+
public function setBucket($bucket)
{
$this->bucket = $bucket;
}
-
public function getBucket()
{
return $this->bucket;
@@ -2766,7 +2631,6 @@ public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -2775,7 +2639,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -2784,7 +2647,6 @@ public function setEntity($entity)
{
$this->entity = $entity;
}
-
public function getEntity()
{
return $this->entity;
@@ -2793,7 +2655,6 @@ public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
-
public function getEntityId()
{
return $this->entityId;
@@ -2802,7 +2663,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2811,7 +2671,6 @@ public function setGeneration($generation)
{
$this->generation = $generation;
}
-
public function getGeneration()
{
return $this->generation;
@@ -2820,7 +2679,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2829,7 +2687,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2838,7 +2695,6 @@ public function setObject($object)
{
$this->object = $object;
}
-
public function getObject()
{
return $this->object;
@@ -2847,7 +2703,6 @@ public function setProjectTeam(Google_Service_Storage_ObjectAccessControlProject
{
$this->projectTeam = $projectTeam;
}
-
public function getProjectTeam()
{
return $this->projectTeam;
@@ -2856,7 +2711,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -2865,12 +2719,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Storage_ObjectAccessControlProjectTeam extends Google_Model
@@ -2880,11 +2732,11 @@ class Google_Service_Storage_ObjectAccessControlProjectTeam extends Google_Model
public $projectNumber;
public $team;
+
public function setProjectNumber($projectNumber)
{
$this->projectNumber = $projectNumber;
}
-
public function getProjectNumber()
{
return $this->projectNumber;
@@ -2893,12 +2745,10 @@ public function setTeam($team)
{
$this->team = $team;
}
-
public function getTeam()
{
return $this->team;
}
-
}
class Google_Service_Storage_ObjectAccessControls extends Google_Collection
@@ -2909,11 +2759,11 @@ class Google_Service_Storage_ObjectAccessControls extends Google_Collection
public $items;
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2922,12 +2772,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Storage_Objects extends Google_Collection
@@ -2941,11 +2789,11 @@ class Google_Service_Storage_Objects extends Google_Collection
public $nextPageToken;
public $prefixes;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2954,7 +2802,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2963,7 +2810,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -2972,12 +2818,10 @@ public function setPrefixes($prefixes)
{
$this->prefixes = $prefixes;
}
-
public function getPrefixes()
{
return $this->prefixes;
}
-
}
class Google_Service_Storage_StorageObject extends Google_Collection
@@ -3012,11 +2856,11 @@ class Google_Service_Storage_StorageObject extends Google_Collection
public $timeDeleted;
public $updated;
+
public function setAcl($acl)
{
$this->acl = $acl;
}
-
public function getAcl()
{
return $this->acl;
@@ -3025,7 +2869,6 @@ public function setBucket($bucket)
{
$this->bucket = $bucket;
}
-
public function getBucket()
{
return $this->bucket;
@@ -3034,7 +2877,6 @@ public function setCacheControl($cacheControl)
{
$this->cacheControl = $cacheControl;
}
-
public function getCacheControl()
{
return $this->cacheControl;
@@ -3043,7 +2885,6 @@ public function setComponentCount($componentCount)
{
$this->componentCount = $componentCount;
}
-
public function getComponentCount()
{
return $this->componentCount;
@@ -3052,7 +2893,6 @@ public function setContentDisposition($contentDisposition)
{
$this->contentDisposition = $contentDisposition;
}
-
public function getContentDisposition()
{
return $this->contentDisposition;
@@ -3061,7 +2901,6 @@ public function setContentEncoding($contentEncoding)
{
$this->contentEncoding = $contentEncoding;
}
-
public function getContentEncoding()
{
return $this->contentEncoding;
@@ -3070,7 +2909,6 @@ public function setContentLanguage($contentLanguage)
{
$this->contentLanguage = $contentLanguage;
}
-
public function getContentLanguage()
{
return $this->contentLanguage;
@@ -3079,7 +2917,6 @@ public function setContentType($contentType)
{
$this->contentType = $contentType;
}
-
public function getContentType()
{
return $this->contentType;
@@ -3088,7 +2925,6 @@ public function setCrc32c($crc32c)
{
$this->crc32c = $crc32c;
}
-
public function getCrc32c()
{
return $this->crc32c;
@@ -3097,7 +2933,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3106,7 +2941,6 @@ public function setGeneration($generation)
{
$this->generation = $generation;
}
-
public function getGeneration()
{
return $this->generation;
@@ -3115,7 +2949,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3124,7 +2957,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3133,7 +2965,6 @@ public function setMd5Hash($md5Hash)
{
$this->md5Hash = $md5Hash;
}
-
public function getMd5Hash()
{
return $this->md5Hash;
@@ -3142,7 +2973,6 @@ public function setMediaLink($mediaLink)
{
$this->mediaLink = $mediaLink;
}
-
public function getMediaLink()
{
return $this->mediaLink;
@@ -3151,7 +2981,6 @@ public function setMetadata($metadata)
{
$this->metadata = $metadata;
}
-
public function getMetadata()
{
return $this->metadata;
@@ -3160,7 +2989,6 @@ public function setMetageneration($metageneration)
{
$this->metageneration = $metageneration;
}
-
public function getMetageneration()
{
return $this->metageneration;
@@ -3169,7 +2997,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3178,7 +3005,6 @@ public function setOwner(Google_Service_Storage_StorageObjectOwner $owner)
{
$this->owner = $owner;
}
-
public function getOwner()
{
return $this->owner;
@@ -3187,7 +3013,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -3196,7 +3021,6 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
@@ -3205,7 +3029,6 @@ public function setStorageClass($storageClass)
{
$this->storageClass = $storageClass;
}
-
public function getStorageClass()
{
return $this->storageClass;
@@ -3214,7 +3037,6 @@ public function setTimeDeleted($timeDeleted)
{
$this->timeDeleted = $timeDeleted;
}
-
public function getTimeDeleted()
{
return $this->timeDeleted;
@@ -3223,20 +3045,14 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Storage_StorageObjectMetadata extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Storage_StorageObjectOwner extends Google_Model
@@ -3246,11 +3062,11 @@ class Google_Service_Storage_StorageObjectOwner extends Google_Model
public $entity;
public $entityId;
+
public function setEntity($entity)
{
$this->entity = $entity;
}
-
public function getEntity()
{
return $this->entity;
@@ -3259,10 +3075,8 @@ public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
-
public function getEntityId()
{
return $this->entityId;
}
-
}
From 1193faef9cd89bcda293b8da4d40897c11e2a859 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you access a cloud hosted machine learning service that makes it easy to build smart apps
- *
* For more information about this service, see the API
@@ -32,13 +32,17 @@
class Google_Service_Prediction extends Google_Service
{
/** Manage your data and permissions in Google Cloud Storage. */
- const DEVSTORAGE_FULL_CONTROL = "https://www.googleapis.com/auth/devstorage.full_control";
+ const DEVSTORAGE_FULL_CONTROL =
+ "https://www.googleapis.com/auth/devstorage.full_control";
/** View your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_ONLY = "https://www.googleapis.com/auth/devstorage.read_only";
+ const DEVSTORAGE_READ_ONLY =
+ "https://www.googleapis.com/auth/devstorage.read_only";
/** Manage your data in Google Cloud Storage. */
- const DEVSTORAGE_READ_WRITE = "https://www.googleapis.com/auth/devstorage.read_write";
+ const DEVSTORAGE_READ_WRITE =
+ "https://www.googleapis.com/auth/devstorage.read_write";
/** Manage your data in the Google Prediction API. */
- const PREDICTION = "https://www.googleapis.com/auth/prediction";
+ const PREDICTION =
+ "https://www.googleapis.com/auth/prediction";
public $hostedmodels;
public $trainedmodels;
@@ -213,10 +217,8 @@ class Google_Service_Prediction_Hostedmodels_Resource extends Google_Service_Res
* Submit input and request an output against a hosted model.
* (hostedmodels.predict)
*
- * @param string $project
- * The project associated with the model.
- * @param string $hostedModelName
- * The name of a hosted model.
+ * @param string $project The project associated with the model.
+ * @param string $hostedModelName The name of a hosted model.
* @param Google_Input $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Prediction_Output
@@ -244,10 +246,8 @@ class Google_Service_Prediction_Trainedmodels_Resource extends Google_Service_Re
* Get analysis of the model and the data the model was trained on.
* (trainedmodels.analyze)
*
- * @param string $project
- * The project associated with the model.
- * @param string $id
- * The unique name for the predictive model.
+ * @param string $project The project associated with the model.
+ * @param string $id The unique name for the predictive model.
* @param array $optParams Optional parameters.
* @return Google_Service_Prediction_Analyze
*/
@@ -257,13 +257,12 @@ public function analyze($project, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('analyze', array($params), "Google_Service_Prediction_Analyze");
}
+
/**
* Delete a trained model. (trainedmodels.delete)
*
- * @param string $project
- * The project associated with the model.
- * @param string $id
- * The unique name for the predictive model.
+ * @param string $project The project associated with the model.
+ * @param string $id The unique name for the predictive model.
* @param array $optParams Optional parameters.
*/
public function delete($project, $id, $optParams = array())
@@ -272,13 +271,12 @@ public function delete($project, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Check training status of your model. (trainedmodels.get)
*
- * @param string $project
- * The project associated with the model.
- * @param string $id
- * The unique name for the predictive model.
+ * @param string $project The project associated with the model.
+ * @param string $id The unique name for the predictive model.
* @param array $optParams Optional parameters.
* @return Google_Service_Prediction_Insert2
*/
@@ -288,11 +286,11 @@ public function get($project, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Prediction_Insert2");
}
+
/**
* Train a Prediction API model. (trainedmodels.insert)
*
- * @param string $project
- * The project associated with the model.
+ * @param string $project The project associated with the model.
* @param Google_Insert $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Prediction_Insert2
@@ -303,17 +301,15 @@ public function insert($project, Google_Service_Prediction_Insert $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Prediction_Insert2");
}
+
/**
* List available models. (trainedmodels.listTrainedmodels)
*
- * @param string $project
- * The project associated with the model.
+ * @param string $project The project associated with the model.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Pagination token.
- * @opt_param string maxResults
- * Maximum number of results to return.
+ * @opt_param string pageToken Pagination token.
+ * @opt_param string maxResults Maximum number of results to return.
* @return Google_Service_Prediction_PredictionList
*/
public function listTrainedmodels($project, $optParams = array())
@@ -322,13 +318,12 @@ public function listTrainedmodels($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Prediction_PredictionList");
}
+
/**
* Submit model id and request a prediction. (trainedmodels.predict)
*
- * @param string $project
- * The project associated with the model.
- * @param string $id
- * The unique name for the predictive model.
+ * @param string $project The project associated with the model.
+ * @param string $id The unique name for the predictive model.
* @param Google_Input $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Prediction_Output
@@ -339,13 +334,12 @@ public function predict($project, $id, Google_Service_Prediction_Input $postBody
$params = array_merge($params, $optParams);
return $this->call('predict', array($params), "Google_Service_Prediction_Output");
}
+
/**
* Add new data to a trained model. (trainedmodels.update)
*
- * @param string $project
- * The project associated with the model.
- * @param string $id
- * The unique name for the predictive model.
+ * @param string $project The project associated with the model.
+ * @param string $id The unique name for the predictive model.
* @param Google_Update $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Prediction_Insert2
@@ -375,11 +369,11 @@ class Google_Service_Prediction_Analyze extends Google_Collection
protected $modelDescriptionDataType = '';
public $selfLink;
+
public function setDataDescription(Google_Service_Prediction_AnalyzeDataDescription $dataDescription)
{
$this->dataDescription = $dataDescription;
}
-
public function getDataDescription()
{
return $this->dataDescription;
@@ -388,7 +382,6 @@ public function setErrors($errors)
{
$this->errors = $errors;
}
-
public function getErrors()
{
return $this->errors;
@@ -397,7 +390,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -406,7 +398,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -415,7 +406,6 @@ public function setModelDescription(Google_Service_Prediction_AnalyzeModelDescri
{
$this->modelDescription = $modelDescription;
}
-
public function getModelDescription()
{
return $this->modelDescription;
@@ -424,12 +414,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescription extends Google_Collection
@@ -442,11 +430,11 @@ class Google_Service_Prediction_AnalyzeDataDescription extends Google_Collection
protected $outputFeatureType = 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature';
protected $outputFeatureDataType = '';
+
public function setFeatures($features)
{
$this->features = $features;
}
-
public function getFeatures()
{
return $this->features;
@@ -455,12 +443,10 @@ public function setOutputFeature(Google_Service_Prediction_AnalyzeDataDescriptio
{
$this->outputFeature = $outputFeature;
}
-
public function getOutputFeature()
{
return $this->outputFeature;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeatures extends Google_Model
@@ -475,11 +461,11 @@ class Google_Service_Prediction_AnalyzeDataDescriptionFeatures extends Google_Mo
protected $textType = 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText';
protected $textDataType = '';
+
public function setCategorical(Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical $categorical)
{
$this->categorical = $categorical;
}
-
public function getCategorical()
{
return $this->categorical;
@@ -488,7 +474,6 @@ public function setIndex($index)
{
$this->index = $index;
}
-
public function getIndex()
{
return $this->index;
@@ -497,7 +482,6 @@ public function setNumeric(Google_Service_Prediction_AnalyzeDataDescriptionFeatu
{
$this->numeric = $numeric;
}
-
public function getNumeric()
{
return $this->numeric;
@@ -506,12 +490,10 @@ public function setText(Google_Service_Prediction_AnalyzeDataDescriptionFeatures
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical extends Google_Collection
@@ -523,11 +505,11 @@ class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategorical extend
protected $valuesType = 'Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues';
protected $valuesDataType = 'array';
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -536,12 +518,10 @@ public function setValues($values)
{
$this->values = $values;
}
-
public function getValues()
{
return $this->values;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues extends Google_Model
@@ -551,11 +531,11 @@ class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues
public $count;
public $value;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -564,12 +544,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric extends Google_Model
@@ -580,11 +558,11 @@ class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesNumeric extends Go
public $mean;
public $variance;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -593,7 +571,6 @@ public function setMean($mean)
{
$this->mean = $mean;
}
-
public function getMean()
{
return $this->mean;
@@ -602,12 +579,10 @@ public function setVariance($variance)
{
$this->variance = $variance;
}
-
public function getVariance()
{
return $this->variance;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText extends Google_Model
@@ -616,16 +591,15 @@ class Google_Service_Prediction_AnalyzeDataDescriptionFeaturesText extends Googl
);
public $count;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature extends Google_Collection
@@ -638,11 +612,11 @@ class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeature extends Goog
protected $textType = 'Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText';
protected $textDataType = 'array';
+
public function setNumeric(Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric $numeric)
{
$this->numeric = $numeric;
}
-
public function getNumeric()
{
return $this->numeric;
@@ -651,12 +625,10 @@ public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric extends Google_Model
@@ -667,11 +639,11 @@ class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureNumeric exten
public $mean;
public $variance;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -680,7 +652,6 @@ public function setMean($mean)
{
$this->mean = $mean;
}
-
public function getMean()
{
return $this->mean;
@@ -689,12 +660,10 @@ public function setVariance($variance)
{
$this->variance = $variance;
}
-
public function getVariance()
{
return $this->variance;
}
-
}
class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText extends Google_Model
@@ -704,11 +673,11 @@ class Google_Service_Prediction_AnalyzeDataDescriptionOutputFeatureText extends
public $count;
public $value;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -717,20 +686,14 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Prediction_AnalyzeErrors extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Prediction_AnalyzeModelDescription extends Google_Model
@@ -742,11 +705,11 @@ class Google_Service_Prediction_AnalyzeModelDescription extends Google_Model
protected $modelinfoType = 'Google_Service_Prediction_Insert2';
protected $modelinfoDataType = '';
+
public function setConfusionMatrix($confusionMatrix)
{
$this->confusionMatrix = $confusionMatrix;
}
-
public function getConfusionMatrix()
{
return $this->confusionMatrix;
@@ -755,7 +718,6 @@ public function setConfusionMatrixRowTotals($confusionMatrixRowTotals)
{
$this->confusionMatrixRowTotals = $confusionMatrixRowTotals;
}
-
public function getConfusionMatrixRowTotals()
{
return $this->confusionMatrixRowTotals;
@@ -764,36 +726,22 @@ public function setModelinfo(Google_Service_Prediction_Insert2 $modelinfo)
{
$this->modelinfo = $modelinfo;
}
-
public function getModelinfo()
{
return $this->modelinfo;
}
-
}
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrix extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixElement extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Prediction_AnalyzeModelDescriptionConfusionMatrixRowTotals extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Prediction_Input extends Google_Model
@@ -803,16 +751,15 @@ class Google_Service_Prediction_Input extends Google_Model
protected $inputType = 'Google_Service_Prediction_InputInput';
protected $inputDataType = '';
+
public function setInput(Google_Service_Prediction_InputInput $input)
{
$this->input = $input;
}
-
public function getInput()
{
return $this->input;
}
-
}
class Google_Service_Prediction_InputInput extends Google_Collection
@@ -822,16 +769,15 @@ class Google_Service_Prediction_InputInput extends Google_Collection
);
public $csvInstance;
+
public function setCsvInstance($csvInstance)
{
$this->csvInstance = $csvInstance;
}
-
public function getCsvInstance()
{
return $this->csvInstance;
}
-
}
class Google_Service_Prediction_Insert extends Google_Collection
@@ -849,11 +795,11 @@ class Google_Service_Prediction_Insert extends Google_Collection
protected $trainingInstancesDataType = 'array';
public $utility;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -862,7 +808,6 @@ public function setModelType($modelType)
{
$this->modelType = $modelType;
}
-
public function getModelType()
{
return $this->modelType;
@@ -871,7 +816,6 @@ public function setSourceModel($sourceModel)
{
$this->sourceModel = $sourceModel;
}
-
public function getSourceModel()
{
return $this->sourceModel;
@@ -880,7 +824,6 @@ public function setStorageDataLocation($storageDataLocation)
{
$this->storageDataLocation = $storageDataLocation;
}
-
public function getStorageDataLocation()
{
return $this->storageDataLocation;
@@ -889,7 +832,6 @@ public function setStoragePMMLLocation($storagePMMLLocation)
{
$this->storagePMMLLocation = $storagePMMLLocation;
}
-
public function getStoragePMMLLocation()
{
return $this->storagePMMLLocation;
@@ -898,7 +840,6 @@ public function setStoragePMMLModelLocation($storagePMMLModelLocation)
{
$this->storagePMMLModelLocation = $storagePMMLModelLocation;
}
-
public function getStoragePMMLModelLocation()
{
return $this->storagePMMLModelLocation;
@@ -907,7 +848,6 @@ public function setTrainingInstances($trainingInstances)
{
$this->trainingInstances = $trainingInstances;
}
-
public function getTrainingInstances()
{
return $this->trainingInstances;
@@ -916,12 +856,10 @@ public function setUtility($utility)
{
$this->utility = $utility;
}
-
public function getUtility()
{
return $this->utility;
}
-
}
class Google_Service_Prediction_Insert2 extends Google_Model
@@ -941,11 +879,11 @@ class Google_Service_Prediction_Insert2 extends Google_Model
public $trainingComplete;
public $trainingStatus;
+
public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -954,7 +892,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -963,7 +900,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -972,7 +908,6 @@ public function setModelInfo(Google_Service_Prediction_Insert2ModelInfo $modelIn
{
$this->modelInfo = $modelInfo;
}
-
public function getModelInfo()
{
return $this->modelInfo;
@@ -981,7 +916,6 @@ public function setModelType($modelType)
{
$this->modelType = $modelType;
}
-
public function getModelType()
{
return $this->modelType;
@@ -990,7 +924,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -999,7 +932,6 @@ public function setStorageDataLocation($storageDataLocation)
{
$this->storageDataLocation = $storageDataLocation;
}
-
public function getStorageDataLocation()
{
return $this->storageDataLocation;
@@ -1008,7 +940,6 @@ public function setStoragePMMLLocation($storagePMMLLocation)
{
$this->storagePMMLLocation = $storagePMMLLocation;
}
-
public function getStoragePMMLLocation()
{
return $this->storagePMMLLocation;
@@ -1017,7 +948,6 @@ public function setStoragePMMLModelLocation($storagePMMLModelLocation)
{
$this->storagePMMLModelLocation = $storagePMMLModelLocation;
}
-
public function getStoragePMMLModelLocation()
{
return $this->storagePMMLModelLocation;
@@ -1026,7 +956,6 @@ public function setTrainingComplete($trainingComplete)
{
$this->trainingComplete = $trainingComplete;
}
-
public function getTrainingComplete()
{
return $this->trainingComplete;
@@ -1035,12 +964,10 @@ public function setTrainingStatus($trainingStatus)
{
$this->trainingStatus = $trainingStatus;
}
-
public function getTrainingStatus()
{
return $this->trainingStatus;
}
-
}
class Google_Service_Prediction_Insert2ModelInfo extends Google_Model
@@ -1054,11 +981,11 @@ class Google_Service_Prediction_Insert2ModelInfo extends Google_Model
public $numberInstances;
public $numberLabels;
+
public function setClassWeightedAccuracy($classWeightedAccuracy)
{
$this->classWeightedAccuracy = $classWeightedAccuracy;
}
-
public function getClassWeightedAccuracy()
{
return $this->classWeightedAccuracy;
@@ -1067,7 +994,6 @@ public function setClassificationAccuracy($classificationAccuracy)
{
$this->classificationAccuracy = $classificationAccuracy;
}
-
public function getClassificationAccuracy()
{
return $this->classificationAccuracy;
@@ -1076,7 +1002,6 @@ public function setMeanSquaredError($meanSquaredError)
{
$this->meanSquaredError = $meanSquaredError;
}
-
public function getMeanSquaredError()
{
return $this->meanSquaredError;
@@ -1085,7 +1010,6 @@ public function setModelType($modelType)
{
$this->modelType = $modelType;
}
-
public function getModelType()
{
return $this->modelType;
@@ -1094,7 +1018,6 @@ public function setNumberInstances($numberInstances)
{
$this->numberInstances = $numberInstances;
}
-
public function getNumberInstances()
{
return $this->numberInstances;
@@ -1103,12 +1026,10 @@ public function setNumberLabels($numberLabels)
{
$this->numberLabels = $numberLabels;
}
-
public function getNumberLabels()
{
return $this->numberLabels;
}
-
}
class Google_Service_Prediction_InsertTrainingInstances extends Google_Collection
@@ -1119,11 +1040,11 @@ class Google_Service_Prediction_InsertTrainingInstances extends Google_Collectio
public $csvInstance;
public $output;
+
public function setCsvInstance($csvInstance)
{
$this->csvInstance = $csvInstance;
}
-
public function getCsvInstance()
{
return $this->csvInstance;
@@ -1132,20 +1053,14 @@ public function setOutput($output)
{
$this->output = $output;
}
-
public function getOutput()
{
return $this->output;
}
-
}
class Google_Service_Prediction_InsertUtility extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Prediction_Output extends Google_Collection
@@ -1161,11 +1076,11 @@ class Google_Service_Prediction_Output extends Google_Collection
public $outputValue;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1174,7 +1089,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1183,7 +1097,6 @@ public function setOutputLabel($outputLabel)
{
$this->outputLabel = $outputLabel;
}
-
public function getOutputLabel()
{
return $this->outputLabel;
@@ -1192,7 +1105,6 @@ public function setOutputMulti($outputMulti)
{
$this->outputMulti = $outputMulti;
}
-
public function getOutputMulti()
{
return $this->outputMulti;
@@ -1201,7 +1113,6 @@ public function setOutputValue($outputValue)
{
$this->outputValue = $outputValue;
}
-
public function getOutputValue()
{
return $this->outputValue;
@@ -1210,12 +1121,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Prediction_OutputOutputMulti extends Google_Model
@@ -1225,11 +1134,11 @@ class Google_Service_Prediction_OutputOutputMulti extends Google_Model
public $label;
public $score;
+
public function setLabel($label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
@@ -1238,12 +1147,10 @@ public function setScore($score)
{
$this->score = $score;
}
-
public function getScore()
{
return $this->score;
}
-
}
class Google_Service_Prediction_PredictionList extends Google_Collection
@@ -1257,11 +1164,11 @@ class Google_Service_Prediction_PredictionList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1270,7 +1177,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1279,7 +1185,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1288,12 +1193,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Prediction_Update extends Google_Collection
@@ -1304,11 +1207,11 @@ class Google_Service_Prediction_Update extends Google_Collection
public $csvInstance;
public $output;
+
public function setCsvInstance($csvInstance)
{
$this->csvInstance = $csvInstance;
}
-
public function getCsvInstance()
{
return $this->csvInstance;
@@ -1317,10 +1220,8 @@ public function setOutput($output)
{
$this->output = $output;
}
-
public function getOutput()
{
return $this->output;
}
-
}
From cc0749eed5f6e8b2018ab3b302485fa7429b2e72 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Help the third party sites to implement federated login.
- *
* For more information about this service, see the API
@@ -131,6 +130,7 @@ public function createAuthUri(Google_Service_IdentityToolkit_IdentitytoolkitRely
$params = array_merge($params, $optParams);
return $this->call('createAuthUri', array($params), "Google_Service_IdentityToolkit_CreateAuthUriResponse");
}
+
/**
* Delete user account. (relyingparty.deleteAccount)
*
@@ -144,6 +144,7 @@ public function deleteAccount(Google_Service_IdentityToolkit_IdentitytoolkitRely
$params = array_merge($params, $optParams);
return $this->call('deleteAccount', array($params), "Google_Service_IdentityToolkit_DeleteAccountResponse");
}
+
/**
* Batch download user accounts. (relyingparty.downloadAccount)
*
@@ -157,6 +158,7 @@ public function downloadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRe
$params = array_merge($params, $optParams);
return $this->call('downloadAccount', array($params), "Google_Service_IdentityToolkit_DownloadAccountResponse");
}
+
/**
* Returns the account info. (relyingparty.getAccountInfo)
*
@@ -170,6 +172,7 @@ public function getAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRel
$params = array_merge($params, $optParams);
return $this->call('getAccountInfo', array($params), "Google_Service_IdentityToolkit_GetAccountInfoResponse");
}
+
/**
* Get a code for user action confirmation.
* (relyingparty.getOobConfirmationCode)
@@ -184,6 +187,7 @@ public function getOobConfirmationCode(Google_Service_IdentityToolkit_Relyingpar
$params = array_merge($params, $optParams);
return $this->call('getOobConfirmationCode', array($params), "Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse");
}
+
/**
* Get token signing public key. (relyingparty.getPublicKeys)
*
@@ -196,6 +200,7 @@ public function getPublicKeys($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getPublicKeys', array($params), "Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse");
}
+
/**
* Reset password for a user. (relyingparty.resetPassword)
*
@@ -209,6 +214,7 @@ public function resetPassword(Google_Service_IdentityToolkit_IdentitytoolkitRely
$params = array_merge($params, $optParams);
return $this->call('resetPassword', array($params), "Google_Service_IdentityToolkit_ResetPasswordResponse");
}
+
/**
* Set account info for a user. (relyingparty.setAccountInfo)
*
@@ -222,6 +228,7 @@ public function setAccountInfo(Google_Service_IdentityToolkit_IdentitytoolkitRel
$params = array_merge($params, $optParams);
return $this->call('setAccountInfo', array($params), "Google_Service_IdentityToolkit_SetAccountInfoResponse");
}
+
/**
* Batch upload existing user accounts. (relyingparty.uploadAccount)
*
@@ -235,6 +242,7 @@ public function uploadAccount(Google_Service_IdentityToolkit_IdentitytoolkitRely
$params = array_merge($params, $optParams);
return $this->call('uploadAccount', array($params), "Google_Service_IdentityToolkit_UploadAccountResponse");
}
+
/**
* Verifies the assertion returned by the IdP. (relyingparty.verifyAssertion)
*
@@ -248,6 +256,7 @@ public function verifyAssertion(Google_Service_IdentityToolkit_IdentitytoolkitRe
$params = array_merge($params, $optParams);
return $this->call('verifyAssertion', array($params), "Google_Service_IdentityToolkit_VerifyAssertionResponse");
}
+
/**
* Verifies the user entered password. (relyingparty.verifyPassword)
*
@@ -277,11 +286,11 @@ class Google_Service_IdentityToolkit_CreateAuthUriResponse extends Google_Model
public $providerId;
public $registered;
+
public function setAuthUri($authUri)
{
$this->authUri = $authUri;
}
-
public function getAuthUri()
{
return $this->authUri;
@@ -290,7 +299,6 @@ public function setCaptchaRequired($captchaRequired)
{
$this->captchaRequired = $captchaRequired;
}
-
public function getCaptchaRequired()
{
return $this->captchaRequired;
@@ -299,7 +307,6 @@ public function setForExistingProvider($forExistingProvider)
{
$this->forExistingProvider = $forExistingProvider;
}
-
public function getForExistingProvider()
{
return $this->forExistingProvider;
@@ -308,7 +315,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -317,7 +323,6 @@ public function setProviderId($providerId)
{
$this->providerId = $providerId;
}
-
public function getProviderId()
{
return $this->providerId;
@@ -326,12 +331,10 @@ public function setRegistered($registered)
{
$this->registered = $registered;
}
-
public function getRegistered()
{
return $this->registered;
}
-
}
class Google_Service_IdentityToolkit_DeleteAccountResponse extends Google_Model
@@ -340,16 +343,15 @@ class Google_Service_IdentityToolkit_DeleteAccountResponse extends Google_Model
);
public $kind;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_IdentityToolkit_DownloadAccountResponse extends Google_Collection
@@ -362,11 +364,11 @@ class Google_Service_IdentityToolkit_DownloadAccountResponse extends Google_Coll
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
protected $usersDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -375,7 +377,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -384,12 +385,10 @@ public function setUsers($users)
{
$this->users = $users;
}
-
public function getUsers()
{
return $this->users;
}
-
}
class Google_Service_IdentityToolkit_GetAccountInfoResponse extends Google_Collection
@@ -401,11 +400,11 @@ class Google_Service_IdentityToolkit_GetAccountInfoResponse extends Google_Colle
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
protected $usersDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -414,12 +413,10 @@ public function setUsers($users)
{
$this->users = $users;
}
-
public function getUsers()
{
return $this->users;
}
-
}
class Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse extends Google_Model
@@ -429,11 +426,11 @@ class Google_Service_IdentityToolkit_GetOobConfirmationCodeResponse extends Goog
public $kind;
public $oobCode;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -442,12 +439,10 @@ public function setOobCode($oobCode)
{
$this->oobCode = $oobCode;
}
-
public function getOobCode()
{
return $this->oobCode;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriRequest extends Google_Model
@@ -463,11 +458,11 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyCreateAuthUriReq
public $otaApp;
public $providerId;
+
public function setAppId($appId)
{
$this->appId = $appId;
}
-
public function getAppId()
{
return $this->appId;
@@ -476,7 +471,6 @@ public function setClientId($clientId)
{
$this->clientId = $clientId;
}
-
public function getClientId()
{
return $this->clientId;
@@ -485,7 +479,6 @@ public function setContext($context)
{
$this->context = $context;
}
-
public function getContext()
{
return $this->context;
@@ -494,7 +487,6 @@ public function setContinueUri($continueUri)
{
$this->continueUri = $continueUri;
}
-
public function getContinueUri()
{
return $this->continueUri;
@@ -503,7 +495,6 @@ public function setIdentifier($identifier)
{
$this->identifier = $identifier;
}
-
public function getIdentifier()
{
return $this->identifier;
@@ -512,7 +503,6 @@ public function setOpenidRealm($openidRealm)
{
$this->openidRealm = $openidRealm;
}
-
public function getOpenidRealm()
{
return $this->openidRealm;
@@ -521,7 +511,6 @@ public function setOtaApp($otaApp)
{
$this->otaApp = $otaApp;
}
-
public function getOtaApp()
{
return $this->otaApp;
@@ -530,12 +519,10 @@ public function setProviderId($providerId)
{
$this->providerId = $providerId;
}
-
public function getProviderId()
{
return $this->providerId;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountRequest extends Google_Model
@@ -544,16 +531,15 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDeleteAccountReq
);
public $localId;
+
public function setLocalId($localId)
{
$this->localId = $localId;
}
-
public function getLocalId()
{
return $this->localId;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountRequest extends Google_Model
@@ -563,11 +549,11 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyDownloadAccountR
public $maxResults;
public $nextPageToken;
+
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
}
-
public function getMaxResults()
{
return $this->maxResults;
@@ -576,12 +562,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRequest extends Google_Collection
@@ -593,11 +577,11 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetAccountInfoRe
public $idToken;
public $localId;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -606,7 +590,6 @@ public function setIdToken($idToken)
{
$this->idToken = $idToken;
}
-
public function getIdToken()
{
return $this->idToken;
@@ -615,20 +598,14 @@ public function setLocalId($localId)
{
$this->localId = $localId;
}
-
public function getLocalId()
{
return $this->localId;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyGetPublicKeysResponse extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordRequest extends Google_Model
@@ -640,11 +617,11 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyResetPasswordReq
public $oldPassword;
public $oobCode;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -653,7 +630,6 @@ public function setNewPassword($newPassword)
{
$this->newPassword = $newPassword;
}
-
public function getNewPassword()
{
return $this->newPassword;
@@ -662,7 +638,6 @@ public function setOldPassword($oldPassword)
{
$this->oldPassword = $oldPassword;
}
-
public function getOldPassword()
{
return $this->oldPassword;
@@ -671,12 +646,10 @@ public function setOobCode($oobCode)
{
$this->oobCode = $oobCode;
}
-
public function getOobCode()
{
return $this->oobCode;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRequest extends Google_Collection
@@ -696,11 +669,11 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartySetAccountInfoRe
public $provider;
public $upgradeToFederatedLogin;
+
public function setCaptchaChallenge($captchaChallenge)
{
$this->captchaChallenge = $captchaChallenge;
}
-
public function getCaptchaChallenge()
{
return $this->captchaChallenge;
@@ -709,7 +682,6 @@ public function setCaptchaResponse($captchaResponse)
{
$this->captchaResponse = $captchaResponse;
}
-
public function getCaptchaResponse()
{
return $this->captchaResponse;
@@ -718,7 +690,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -727,7 +698,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -736,7 +706,6 @@ public function setEmailVerified($emailVerified)
{
$this->emailVerified = $emailVerified;
}
-
public function getEmailVerified()
{
return $this->emailVerified;
@@ -745,7 +714,6 @@ public function setIdToken($idToken)
{
$this->idToken = $idToken;
}
-
public function getIdToken()
{
return $this->idToken;
@@ -754,7 +722,6 @@ public function setLocalId($localId)
{
$this->localId = $localId;
}
-
public function getLocalId()
{
return $this->localId;
@@ -763,7 +730,6 @@ public function setOobCode($oobCode)
{
$this->oobCode = $oobCode;
}
-
public function getOobCode()
{
return $this->oobCode;
@@ -772,7 +738,6 @@ public function setPassword($password)
{
$this->password = $password;
}
-
public function getPassword()
{
return $this->password;
@@ -781,7 +746,6 @@ public function setProvider($provider)
{
$this->provider = $provider;
}
-
public function getProvider()
{
return $this->provider;
@@ -790,12 +754,10 @@ public function setUpgradeToFederatedLogin($upgradeToFederatedLogin)
{
$this->upgradeToFederatedLogin = $upgradeToFederatedLogin;
}
-
public function getUpgradeToFederatedLogin()
{
return $this->upgradeToFederatedLogin;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountRequest extends Google_Collection
@@ -811,11 +773,11 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyUploadAccountReq
protected $usersType = 'Google_Service_IdentityToolkit_UserInfo';
protected $usersDataType = 'array';
+
public function setHashAlgorithm($hashAlgorithm)
{
$this->hashAlgorithm = $hashAlgorithm;
}
-
public function getHashAlgorithm()
{
return $this->hashAlgorithm;
@@ -824,7 +786,6 @@ public function setMemoryCost($memoryCost)
{
$this->memoryCost = $memoryCost;
}
-
public function getMemoryCost()
{
return $this->memoryCost;
@@ -833,7 +794,6 @@ public function setRounds($rounds)
{
$this->rounds = $rounds;
}
-
public function getRounds()
{
return $this->rounds;
@@ -842,7 +802,6 @@ public function setSaltSeparator($saltSeparator)
{
$this->saltSeparator = $saltSeparator;
}
-
public function getSaltSeparator()
{
return $this->saltSeparator;
@@ -851,7 +810,6 @@ public function setSignerKey($signerKey)
{
$this->signerKey = $signerKey;
}
-
public function getSignerKey()
{
return $this->signerKey;
@@ -860,12 +818,10 @@ public function setUsers($users)
{
$this->users = $users;
}
-
public function getUsers()
{
return $this->users;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionRequest extends Google_Model
@@ -876,11 +832,11 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyAssertionR
public $postBody;
public $requestUri;
+
public function setPendingIdToken($pendingIdToken)
{
$this->pendingIdToken = $pendingIdToken;
}
-
public function getPendingIdToken()
{
return $this->pendingIdToken;
@@ -889,7 +845,6 @@ public function setPostBody($postBody)
{
$this->postBody = $postBody;
}
-
public function getPostBody()
{
return $this->postBody;
@@ -898,12 +853,10 @@ public function setRequestUri($requestUri)
{
$this->requestUri = $requestUri;
}
-
public function getRequestUri()
{
return $this->requestUri;
}
-
}
class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRequest extends Google_Model
@@ -916,11 +869,11 @@ class Google_Service_IdentityToolkit_IdentitytoolkitRelyingpartyVerifyPasswordRe
public $password;
public $pendingIdToken;
+
public function setCaptchaChallenge($captchaChallenge)
{
$this->captchaChallenge = $captchaChallenge;
}
-
public function getCaptchaChallenge()
{
return $this->captchaChallenge;
@@ -929,7 +882,6 @@ public function setCaptchaResponse($captchaResponse)
{
$this->captchaResponse = $captchaResponse;
}
-
public function getCaptchaResponse()
{
return $this->captchaResponse;
@@ -938,7 +890,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -947,7 +898,6 @@ public function setPassword($password)
{
$this->password = $password;
}
-
public function getPassword()
{
return $this->password;
@@ -956,12 +906,10 @@ public function setPendingIdToken($pendingIdToken)
{
$this->pendingIdToken = $pendingIdToken;
}
-
public function getPendingIdToken()
{
return $this->pendingIdToken;
}
-
}
class Google_Service_IdentityToolkit_Relyingparty extends Google_Model
@@ -977,11 +925,11 @@ class Google_Service_IdentityToolkit_Relyingparty extends Google_Model
public $requestType;
public $userIp;
+
public function setCaptchaResp($captchaResp)
{
$this->captchaResp = $captchaResp;
}
-
public function getCaptchaResp()
{
return $this->captchaResp;
@@ -990,7 +938,6 @@ public function setChallenge($challenge)
{
$this->challenge = $challenge;
}
-
public function getChallenge()
{
return $this->challenge;
@@ -999,7 +946,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1008,7 +954,6 @@ public function setIdToken($idToken)
{
$this->idToken = $idToken;
}
-
public function getIdToken()
{
return $this->idToken;
@@ -1017,7 +962,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1026,7 +970,6 @@ public function setNewEmail($newEmail)
{
$this->newEmail = $newEmail;
}
-
public function getNewEmail()
{
return $this->newEmail;
@@ -1035,7 +978,6 @@ public function setRequestType($requestType)
{
$this->requestType = $requestType;
}
-
public function getRequestType()
{
return $this->requestType;
@@ -1044,12 +986,10 @@ public function setUserIp($userIp)
{
$this->userIp = $userIp;
}
-
public function getUserIp()
{
return $this->userIp;
}
-
}
class Google_Service_IdentityToolkit_ResetPasswordResponse extends Google_Model
@@ -1059,11 +999,11 @@ class Google_Service_IdentityToolkit_ResetPasswordResponse extends Google_Model
public $email;
public $kind;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1072,12 +1012,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_IdentityToolkit_SetAccountInfoResponse extends Google_Collection
@@ -1092,11 +1030,11 @@ class Google_Service_IdentityToolkit_SetAccountInfoResponse extends Google_Colle
protected $providerUserInfoType = 'Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo';
protected $providerUserInfoDataType = 'array';
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1105,7 +1043,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1114,7 +1051,6 @@ public function setIdToken($idToken)
{
$this->idToken = $idToken;
}
-
public function getIdToken()
{
return $this->idToken;
@@ -1123,7 +1059,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1132,12 +1067,10 @@ public function setProviderUserInfo($providerUserInfo)
{
$this->providerUserInfo = $providerUserInfo;
}
-
public function getProviderUserInfo()
{
return $this->providerUserInfo;
}
-
}
class Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo extends Google_Model
@@ -1148,11 +1081,11 @@ class Google_Service_IdentityToolkit_SetAccountInfoResponseProviderUserInfo exte
public $photoUrl;
public $providerId;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1161,7 +1094,6 @@ public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
}
-
public function getPhotoUrl()
{
return $this->photoUrl;
@@ -1170,12 +1102,10 @@ public function setProviderId($providerId)
{
$this->providerId = $providerId;
}
-
public function getProviderId()
{
return $this->providerId;
}
-
}
class Google_Service_IdentityToolkit_UploadAccountResponse extends Google_Collection
@@ -1187,11 +1117,11 @@ class Google_Service_IdentityToolkit_UploadAccountResponse extends Google_Collec
protected $errorDataType = 'array';
public $kind;
+
public function setError($error)
{
$this->error = $error;
}
-
public function getError()
{
return $this->error;
@@ -1200,12 +1130,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_IdentityToolkit_UploadAccountResponseError extends Google_Model
@@ -1215,11 +1143,11 @@ class Google_Service_IdentityToolkit_UploadAccountResponseError extends Google_M
public $index;
public $message;
+
public function setIndex($index)
{
$this->index = $index;
}
-
public function getIndex()
{
return $this->index;
@@ -1228,12 +1156,10 @@ public function setMessage($message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
@@ -1253,11 +1179,11 @@ class Google_Service_IdentityToolkit_UserInfo extends Google_Collection
public $salt;
public $version;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1266,7 +1192,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1275,7 +1200,6 @@ public function setEmailVerified($emailVerified)
{
$this->emailVerified = $emailVerified;
}
-
public function getEmailVerified()
{
return $this->emailVerified;
@@ -1284,7 +1208,6 @@ public function setLocalId($localId)
{
$this->localId = $localId;
}
-
public function getLocalId()
{
return $this->localId;
@@ -1293,7 +1216,6 @@ public function setPasswordHash($passwordHash)
{
$this->passwordHash = $passwordHash;
}
-
public function getPasswordHash()
{
return $this->passwordHash;
@@ -1302,7 +1224,6 @@ public function setPasswordUpdatedAt($passwordUpdatedAt)
{
$this->passwordUpdatedAt = $passwordUpdatedAt;
}
-
public function getPasswordUpdatedAt()
{
return $this->passwordUpdatedAt;
@@ -1311,7 +1232,6 @@ public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
}
-
public function getPhotoUrl()
{
return $this->photoUrl;
@@ -1320,7 +1240,6 @@ public function setProviderUserInfo($providerUserInfo)
{
$this->providerUserInfo = $providerUserInfo;
}
-
public function getProviderUserInfo()
{
return $this->providerUserInfo;
@@ -1329,7 +1248,6 @@ public function setSalt($salt)
{
$this->salt = $salt;
}
-
public function getSalt()
{
return $this->salt;
@@ -1338,12 +1256,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_IdentityToolkit_UserInfoProviderUserInfo extends Google_Model
@@ -1355,11 +1271,11 @@ class Google_Service_IdentityToolkit_UserInfoProviderUserInfo extends Google_Mod
public $photoUrl;
public $providerId;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1368,7 +1284,6 @@ public function setFederatedId($federatedId)
{
$this->federatedId = $federatedId;
}
-
public function getFederatedId()
{
return $this->federatedId;
@@ -1377,7 +1292,6 @@ public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
}
-
public function getPhotoUrl()
{
return $this->photoUrl;
@@ -1386,12 +1300,10 @@ public function setProviderId($providerId)
{
$this->providerId = $providerId;
}
-
public function getProviderId()
{
return $this->providerId;
}
-
}
class Google_Service_IdentityToolkit_VerifyAssertionResponse extends Google_Collection
@@ -1427,11 +1339,11 @@ class Google_Service_IdentityToolkit_VerifyAssertionResponse extends Google_Coll
public $timeZone;
public $verifiedProvider;
+
public function setAction($action)
{
$this->action = $action;
}
-
public function getAction()
{
return $this->action;
@@ -1440,7 +1352,6 @@ public function setAppInstallationUrl($appInstallationUrl)
{
$this->appInstallationUrl = $appInstallationUrl;
}
-
public function getAppInstallationUrl()
{
return $this->appInstallationUrl;
@@ -1449,7 +1360,6 @@ public function setAppScheme($appScheme)
{
$this->appScheme = $appScheme;
}
-
public function getAppScheme()
{
return $this->appScheme;
@@ -1458,7 +1368,6 @@ public function setContext($context)
{
$this->context = $context;
}
-
public function getContext()
{
return $this->context;
@@ -1467,7 +1376,6 @@ public function setDateOfBirth($dateOfBirth)
{
$this->dateOfBirth = $dateOfBirth;
}
-
public function getDateOfBirth()
{
return $this->dateOfBirth;
@@ -1476,7 +1384,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1485,7 +1392,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1494,7 +1400,6 @@ public function setEmailRecycled($emailRecycled)
{
$this->emailRecycled = $emailRecycled;
}
-
public function getEmailRecycled()
{
return $this->emailRecycled;
@@ -1503,7 +1408,6 @@ public function setEmailVerified($emailVerified)
{
$this->emailVerified = $emailVerified;
}
-
public function getEmailVerified()
{
return $this->emailVerified;
@@ -1512,7 +1416,6 @@ public function setFederatedId($federatedId)
{
$this->federatedId = $federatedId;
}
-
public function getFederatedId()
{
return $this->federatedId;
@@ -1521,7 +1424,6 @@ public function setFirstName($firstName)
{
$this->firstName = $firstName;
}
-
public function getFirstName()
{
return $this->firstName;
@@ -1530,7 +1432,6 @@ public function setFullName($fullName)
{
$this->fullName = $fullName;
}
-
public function getFullName()
{
return $this->fullName;
@@ -1539,7 +1440,6 @@ public function setIdToken($idToken)
{
$this->idToken = $idToken;
}
-
public function getIdToken()
{
return $this->idToken;
@@ -1548,7 +1448,6 @@ public function setInputEmail($inputEmail)
{
$this->inputEmail = $inputEmail;
}
-
public function getInputEmail()
{
return $this->inputEmail;
@@ -1557,7 +1456,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1566,7 +1464,6 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -1575,7 +1472,6 @@ public function setLastName($lastName)
{
$this->lastName = $lastName;
}
-
public function getLastName()
{
return $this->lastName;
@@ -1584,7 +1480,6 @@ public function setLocalId($localId)
{
$this->localId = $localId;
}
-
public function getLocalId()
{
return $this->localId;
@@ -1593,7 +1488,6 @@ public function setNeedConfirmation($needConfirmation)
{
$this->needConfirmation = $needConfirmation;
}
-
public function getNeedConfirmation()
{
return $this->needConfirmation;
@@ -1602,7 +1496,6 @@ public function setNickName($nickName)
{
$this->nickName = $nickName;
}
-
public function getNickName()
{
return $this->nickName;
@@ -1611,7 +1504,6 @@ public function setOauthRequestToken($oauthRequestToken)
{
$this->oauthRequestToken = $oauthRequestToken;
}
-
public function getOauthRequestToken()
{
return $this->oauthRequestToken;
@@ -1620,7 +1512,6 @@ public function setOauthScope($oauthScope)
{
$this->oauthScope = $oauthScope;
}
-
public function getOauthScope()
{
return $this->oauthScope;
@@ -1629,7 +1520,6 @@ public function setOriginalEmail($originalEmail)
{
$this->originalEmail = $originalEmail;
}
-
public function getOriginalEmail()
{
return $this->originalEmail;
@@ -1638,7 +1528,6 @@ public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
}
-
public function getPhotoUrl()
{
return $this->photoUrl;
@@ -1647,7 +1536,6 @@ public function setProviderId($providerId)
{
$this->providerId = $providerId;
}
-
public function getProviderId()
{
return $this->providerId;
@@ -1656,7 +1544,6 @@ public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
-
public function getTimeZone()
{
return $this->timeZone;
@@ -1665,12 +1552,10 @@ public function setVerifiedProvider($verifiedProvider)
{
$this->verifiedProvider = $verifiedProvider;
}
-
public function getVerifiedProvider()
{
return $this->verifiedProvider;
}
-
}
class Google_Service_IdentityToolkit_VerifyPasswordResponse extends Google_Model
@@ -1685,11 +1570,11 @@ class Google_Service_IdentityToolkit_VerifyPasswordResponse extends Google_Model
public $photoUrl;
public $registered;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1698,7 +1583,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1707,7 +1591,6 @@ public function setIdToken($idToken)
{
$this->idToken = $idToken;
}
-
public function getIdToken()
{
return $this->idToken;
@@ -1716,7 +1599,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1725,7 +1607,6 @@ public function setLocalId($localId)
{
$this->localId = $localId;
}
-
public function getLocalId()
{
return $this->localId;
@@ -1734,7 +1615,6 @@ public function setPhotoUrl($photoUrl)
{
$this->photoUrl = $photoUrl;
}
-
public function getPhotoUrl()
{
return $this->photoUrl;
@@ -1743,10 +1623,8 @@ public function setRegistered($registered)
{
$this->registered = $registered;
}
-
public function getRegistered()
{
return $this->registered;
}
-
}
From 40e4e60f5a9e805fa07feced284e52048fd0e52d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Gmail REST API.
- *
* For more information about this service, see the API
@@ -32,13 +31,17 @@
class Google_Service_Gmail extends Google_Service
{
/** View and manage your mail. */
- const MAIL_GOOGLE_COM = "https://mail.google.com";
+ const MAIL_GOOGLE_COM =
+ "https://mail.google.com";
/** Manage drafts and send emails. */
- const GMAIL_COMPOSE = "https://www.googleapis.com/auth/gmail.compose";
+ const GMAIL_COMPOSE =
+ "https://www.googleapis.com/auth/gmail.compose";
/** View and modify but not delete your email. */
- const GMAIL_MODIFY = "https://www.googleapis.com/auth/gmail.modify";
+ const GMAIL_MODIFY =
+ "https://www.googleapis.com/auth/gmail.modify";
/** View your emails messages and settings. */
- const GMAIL_READONLY = "https://www.googleapis.com/auth/gmail.readonly";
+ const GMAIL_READONLY =
+ "https://www.googleapis.com/auth/gmail.readonly";
public $users;
public $users_drafts;
@@ -640,8 +643,8 @@ class Google_Service_Gmail_Users_Resource extends Google_Service_Resource
/**
* Gets the current user's Gmail profile. (users.getProfile)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Profile
*/
@@ -667,8 +670,8 @@ class Google_Service_Gmail_UsersDrafts_Resource extends Google_Service_Resource
/**
* Creates a new draft with the DRAFT label. (drafts.create)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param Google_Draft $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Draft
@@ -679,14 +682,14 @@ public function create($userId, Google_Service_Gmail_Draft $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Gmail_Draft");
}
+
/**
* Immediately and permanently deletes the specified draft. Does not simply
* trash it. (drafts.delete)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the draft to delete.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the draft to delete.
* @param array $optParams Optional parameters.
*/
public function delete($userId, $id, $optParams = array())
@@ -695,17 +698,16 @@ public function delete($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets the specified draft. (drafts.get)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the draft to retrieve.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the draft to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string format
- * The format to return the draft in.
+ * @opt_param string format The format to return the draft in.
* @return Google_Service_Gmail_Draft
*/
public function get($userId, $id, $optParams = array())
@@ -714,17 +716,17 @@ public function get($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Gmail_Draft");
}
+
/**
* Lists the drafts in the user's mailbox. (drafts.listUsersDrafts)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Page token to retrieve a specific page of results in the list.
- * @opt_param string maxResults
- * Maximum number of drafts to return.
+ * @opt_param string pageToken Page token to retrieve a specific page of results
+ * in the list.
+ * @opt_param string maxResults Maximum number of drafts to return.
* @return Google_Service_Gmail_ListDraftsResponse
*/
public function listUsersDrafts($userId, $optParams = array())
@@ -733,12 +735,13 @@ public function listUsersDrafts($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Gmail_ListDraftsResponse");
}
+
/**
* Sends the specified, existing draft to the recipients in the To, Cc, and Bcc
* headers. (drafts.send)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param Google_Draft $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Message
@@ -749,13 +752,13 @@ public function send($userId, Google_Service_Gmail_Draft $postBody, $optParams =
$params = array_merge($params, $optParams);
return $this->call('send', array($params), "Google_Service_Gmail_Message");
}
+
/**
* Replaces a draft's content. (drafts.update)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the draft to update.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the draft to update.
* @param Google_Draft $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Draft
@@ -783,25 +786,24 @@ class Google_Service_Gmail_UsersHistory_Resource extends Google_Service_Resource
* returned in chronological order (increasing historyId).
* (history.listUsersHistory)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Page token to retrieve a specific page of results in the list.
- * @opt_param string maxResults
- * The maximum number of history records to return.
- * @opt_param string labelId
- * Only return messages with a label matching the ID.
- * @opt_param string startHistoryId
- * Required. Returns history records after the specified startHistoryId. The supplied
- * startHistoryId should be obtained from the historyId of a message, thread, or previous list
- * response. History IDs increase chronologically but are not contiguous with random gaps in
- * between valid IDs. Supplying an invalid or out of date startHistoryId typically returns an HTTP
- * 404 error code. A historyId is typically valid for at least a week, but in some circumstances
- * may be valid for only a few hours. If you receive an HTTP 404 error response, your application
- * should perform a full sync. If you receive no nextPageToken in the response, there are no
- * updates to retrieve and you can store the returned historyId for a future request.
+ * @opt_param string pageToken Page token to retrieve a specific page of results
+ * in the list.
+ * @opt_param string maxResults The maximum number of history records to return.
+ * @opt_param string labelId Only return messages with a label matching the ID.
+ * @opt_param string startHistoryId Required. Returns history records after the
+ * specified startHistoryId. The supplied startHistoryId should be obtained from
+ * the historyId of a message, thread, or previous list response. History IDs
+ * increase chronologically but are not contiguous with random gaps in between
+ * valid IDs. Supplying an invalid or out of date startHistoryId typically
+ * returns an HTTP 404 error code. A historyId is typically valid for at least a
+ * week, but in some circumstances may be valid for only a few hours. If you
+ * receive an HTTP 404 error response, your application should perform a full
+ * sync. If you receive no nextPageToken in the response, there are no updates
+ * to retrieve and you can store the returned historyId for a future request.
* @return Google_Service_Gmail_ListHistoryResponse
*/
public function listUsersHistory($userId, $optParams = array())
@@ -825,8 +827,8 @@ class Google_Service_Gmail_UsersLabels_Resource extends Google_Service_Resource
/**
* Creates a new label. (labels.create)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param Google_Label $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Label
@@ -837,14 +839,14 @@ public function create($userId, Google_Service_Gmail_Label $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Gmail_Label");
}
+
/**
* Immediately and permanently deletes the specified label and removes it from
* any messages and threads that it is applied to. (labels.delete)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the label to delete.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the label to delete.
* @param array $optParams Optional parameters.
*/
public function delete($userId, $id, $optParams = array())
@@ -853,13 +855,13 @@ public function delete($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets the specified label. (labels.get)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the label to retrieve.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the label to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Label
*/
@@ -869,11 +871,12 @@ public function get($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Gmail_Label");
}
+
/**
* Lists all labels in the user's mailbox. (labels.listUsersLabels)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_ListLabelsResponse
*/
@@ -883,14 +886,14 @@ public function listUsersLabels($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Gmail_ListLabelsResponse");
}
+
/**
* Updates the specified label. This method supports patch semantics.
* (labels.patch)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the label to update.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the label to update.
* @param Google_Label $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Label
@@ -901,13 +904,13 @@ public function patch($userId, $id, Google_Service_Gmail_Label $postBody, $optPa
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Gmail_Label");
}
+
/**
* Updates the specified label. (labels.update)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the label to update.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the label to update.
* @param Google_Label $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Label
@@ -934,10 +937,9 @@ class Google_Service_Gmail_UsersMessages_Resource extends Google_Service_Resourc
* Immediately and permanently deletes the specified message. This operation
* cannot be undone. Prefer messages.trash instead. (messages.delete)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the message to delete.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the message to delete.
* @param array $optParams Optional parameters.
*/
public function delete($userId, $id, $optParams = array())
@@ -946,19 +948,18 @@ public function delete($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets the specified message. (messages.get)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the message to retrieve.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the message to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string metadataHeaders
- * When given and format is METADATA, only include headers specified.
- * @opt_param string format
- * The format to return the message in.
+ * @opt_param string metadataHeaders When given and format is METADATA, only
+ * include headers specified.
+ * @opt_param string format The format to return the message in.
* @return Google_Service_Gmail_Message
*/
public function get($userId, $id, $optParams = array())
@@ -967,18 +968,19 @@ public function get($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Gmail_Message");
}
+
/**
* Imports a message into only this user's mailbox, with standard email delivery
* scanning and classification similar to receiving via SMTP. Does not send a
* message. (messages.import)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param Google_Message $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string internalDateSource
- * Source for Gmail's internal date of the message.
+ * @opt_param string internalDateSource Source for Gmail's internal date of the
+ * message.
* @return Google_Service_Gmail_Message
*/
public function import($userId, Google_Service_Gmail_Message $postBody, $optParams = array())
@@ -987,18 +989,19 @@ public function import($userId, Google_Service_Gmail_Message $postBody, $optPara
$params = array_merge($params, $optParams);
return $this->call('import', array($params), "Google_Service_Gmail_Message");
}
+
/**
* Directly inserts a message into only this user's mailbox similar to IMAP
* APPEND, bypassing most scanning and classification. Does not send a message.
* (messages.insert)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param Google_Message $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string internalDateSource
- * Source for Gmail's internal date of the message.
+ * @opt_param string internalDateSource Source for Gmail's internal date of the
+ * message.
* @return Google_Service_Gmail_Message
*/
public function insert($userId, Google_Service_Gmail_Message $postBody, $optParams = array())
@@ -1007,24 +1010,24 @@ public function insert($userId, Google_Service_Gmail_Message $postBody, $optPara
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Gmail_Message");
}
+
/**
* Lists the messages in the user's mailbox. (messages.listUsersMessages)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param array $optParams Optional parameters.
*
- * @opt_param string maxResults
- * Maximum number of messages to return.
- * @opt_param string q
- * Only return messages matching the specified query. Supports the same query format as the Gmail
- * search box. For example, "from:someuser@example.com rfc822msgid: is:unread".
- * @opt_param string pageToken
- * Page token to retrieve a specific page of results in the list.
- * @opt_param bool includeSpamTrash
- * Include messages from SPAM and TRASH in the results.
- * @opt_param string labelIds
- * Only return messages with labels that match all of the specified label IDs.
+ * @opt_param string maxResults Maximum number of messages to return.
+ * @opt_param string q Only return messages matching the specified query.
+ * Supports the same query format as the Gmail search box. For example,
+ * "from:someuser@example.com rfc822msgid: is:unread".
+ * @opt_param string pageToken Page token to retrieve a specific page of results
+ * in the list.
+ * @opt_param bool includeSpamTrash Include messages from SPAM and TRASH in the
+ * results.
+ * @opt_param string labelIds Only return messages with labels that match all of
+ * the specified label IDs.
* @return Google_Service_Gmail_ListMessagesResponse
*/
public function listUsersMessages($userId, $optParams = array())
@@ -1033,13 +1036,13 @@ public function listUsersMessages($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Gmail_ListMessagesResponse");
}
+
/**
* Modifies the labels on the specified message. (messages.modify)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the message to modify.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the message to modify.
* @param Google_ModifyMessageRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Message
@@ -1050,12 +1053,13 @@ public function modify($userId, $id, Google_Service_Gmail_ModifyMessageRequest $
$params = array_merge($params, $optParams);
return $this->call('modify', array($params), "Google_Service_Gmail_Message");
}
+
/**
* Sends the specified message to the recipients in the To, Cc, and Bcc headers.
* (messages.send)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param Google_Message $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Message
@@ -1066,13 +1070,13 @@ public function send($userId, Google_Service_Gmail_Message $postBody, $optParams
$params = array_merge($params, $optParams);
return $this->call('send', array($params), "Google_Service_Gmail_Message");
}
+
/**
* Moves the specified message to the trash. (messages.trash)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the message to Trash.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the message to Trash.
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Message
*/
@@ -1082,13 +1086,13 @@ public function trash($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('trash', array($params), "Google_Service_Gmail_Message");
}
+
/**
* Removes the specified message from the trash. (messages.untrash)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the message to remove from Trash.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the message to remove from Trash.
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Message
*/
@@ -1114,12 +1118,10 @@ class Google_Service_Gmail_UsersMessagesAttachments_Resource extends Google_Serv
/**
* Gets the specified message attachment. (attachments.get)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $messageId
- * The ID of the message containing the attachment.
- * @param string $id
- * The ID of the attachment.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $messageId The ID of the message containing the attachment.
+ * @param string $id The ID of the attachment.
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_MessagePartBody
*/
@@ -1145,10 +1147,9 @@ class Google_Service_Gmail_UsersThreads_Resource extends Google_Service_Resource
* Immediately and permanently deletes the specified thread. This operation
* cannot be undone. Prefer threads.trash instead. (threads.delete)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * ID of the Thread to delete.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id ID of the Thread to delete.
* @param array $optParams Optional parameters.
*/
public function delete($userId, $id, $optParams = array())
@@ -1157,19 +1158,18 @@ public function delete($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets the specified thread. (threads.get)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the thread to retrieve.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the thread to retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param string metadataHeaders
- * When given and format is METADATA, only include headers specified.
- * @opt_param string format
- * The format to return the messages in.
+ * @opt_param string metadataHeaders When given and format is METADATA, only
+ * include headers specified.
+ * @opt_param string format The format to return the messages in.
* @return Google_Service_Gmail_Thread
*/
public function get($userId, $id, $optParams = array())
@@ -1178,24 +1178,24 @@ public function get($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Gmail_Thread");
}
+
/**
* Lists the threads in the user's mailbox. (threads.listUsersThreads)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
* @param array $optParams Optional parameters.
*
- * @opt_param string maxResults
- * Maximum number of threads to return.
- * @opt_param string q
- * Only return threads matching the specified query. Supports the same query format as the Gmail
- * search box. For example, "from:someuser@example.com rfc822msgid: is:unread".
- * @opt_param string pageToken
- * Page token to retrieve a specific page of results in the list.
- * @opt_param bool includeSpamTrash
- * Include threads from SPAM and TRASH in the results.
- * @opt_param string labelIds
- * Only return threads with labels that match all of the specified label IDs.
+ * @opt_param string maxResults Maximum number of threads to return.
+ * @opt_param string q Only return threads matching the specified query.
+ * Supports the same query format as the Gmail search box. For example,
+ * "from:someuser@example.com rfc822msgid: is:unread".
+ * @opt_param string pageToken Page token to retrieve a specific page of results
+ * in the list.
+ * @opt_param bool includeSpamTrash Include threads from SPAM and TRASH in the
+ * results.
+ * @opt_param string labelIds Only return threads with labels that match all of
+ * the specified label IDs.
* @return Google_Service_Gmail_ListThreadsResponse
*/
public function listUsersThreads($userId, $optParams = array())
@@ -1204,14 +1204,14 @@ public function listUsersThreads($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Gmail_ListThreadsResponse");
}
+
/**
* Modifies the labels applied to the thread. This applies to all messages in
* the thread. (threads.modify)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the thread to modify.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the thread to modify.
* @param Google_ModifyThreadRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Thread
@@ -1222,13 +1222,13 @@ public function modify($userId, $id, Google_Service_Gmail_ModifyThreadRequest $p
$params = array_merge($params, $optParams);
return $this->call('modify', array($params), "Google_Service_Gmail_Thread");
}
+
/**
* Moves the specified thread to the trash. (threads.trash)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the thread to Trash.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the thread to Trash.
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Thread
*/
@@ -1238,13 +1238,13 @@ public function trash($userId, $id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('trash', array($params), "Google_Service_Gmail_Thread");
}
+
/**
* Removes the specified thread from the trash. (threads.untrash)
*
- * @param string $userId
- * The user's email address. The special value me can be used to indicate the authenticated user.
- * @param string $id
- * The ID of the thread to remove from Trash.
+ * @param string $userId The user's email address. The special value me can be
+ * used to indicate the authenticated user.
+ * @param string $id The ID of the thread to remove from Trash.
* @param array $optParams Optional parameters.
* @return Google_Service_Gmail_Thread
*/
@@ -1267,11 +1267,11 @@ class Google_Service_Gmail_Draft extends Google_Model
protected $messageType = 'Google_Service_Gmail_Message';
protected $messageDataType = '';
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1280,12 +1280,10 @@ public function setMessage(Google_Service_Gmail_Message $message)
{
$this->message = $message;
}
-
public function getMessage()
{
return $this->message;
}
-
}
class Google_Service_Gmail_History extends Google_Collection
@@ -1297,11 +1295,11 @@ class Google_Service_Gmail_History extends Google_Collection
protected $messagesType = 'Google_Service_Gmail_Message';
protected $messagesDataType = 'array';
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1310,12 +1308,10 @@ public function setMessages($messages)
{
$this->messages = $messages;
}
-
public function getMessages()
{
return $this->messages;
}
-
}
class Google_Service_Gmail_Label extends Google_Model
@@ -1332,11 +1328,11 @@ class Google_Service_Gmail_Label extends Google_Model
public $threadsUnread;
public $type;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1345,7 +1341,6 @@ public function setLabelListVisibility($labelListVisibility)
{
$this->labelListVisibility = $labelListVisibility;
}
-
public function getLabelListVisibility()
{
return $this->labelListVisibility;
@@ -1354,7 +1349,6 @@ public function setMessageListVisibility($messageListVisibility)
{
$this->messageListVisibility = $messageListVisibility;
}
-
public function getMessageListVisibility()
{
return $this->messageListVisibility;
@@ -1363,7 +1357,6 @@ public function setMessagesTotal($messagesTotal)
{
$this->messagesTotal = $messagesTotal;
}
-
public function getMessagesTotal()
{
return $this->messagesTotal;
@@ -1372,7 +1365,6 @@ public function setMessagesUnread($messagesUnread)
{
$this->messagesUnread = $messagesUnread;
}
-
public function getMessagesUnread()
{
return $this->messagesUnread;
@@ -1381,7 +1373,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1390,7 +1381,6 @@ public function setThreadsTotal($threadsTotal)
{
$this->threadsTotal = $threadsTotal;
}
-
public function getThreadsTotal()
{
return $this->threadsTotal;
@@ -1399,7 +1389,6 @@ public function setThreadsUnread($threadsUnread)
{
$this->threadsUnread = $threadsUnread;
}
-
public function getThreadsUnread()
{
return $this->threadsUnread;
@@ -1408,12 +1397,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Gmail_ListDraftsResponse extends Google_Collection
@@ -1426,11 +1413,11 @@ class Google_Service_Gmail_ListDraftsResponse extends Google_Collection
public $nextPageToken;
public $resultSizeEstimate;
+
public function setDrafts($drafts)
{
$this->drafts = $drafts;
}
-
public function getDrafts()
{
return $this->drafts;
@@ -1439,7 +1426,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1448,12 +1434,10 @@ public function setResultSizeEstimate($resultSizeEstimate)
{
$this->resultSizeEstimate = $resultSizeEstimate;
}
-
public function getResultSizeEstimate()
{
return $this->resultSizeEstimate;
}
-
}
class Google_Service_Gmail_ListHistoryResponse extends Google_Collection
@@ -1466,11 +1450,11 @@ class Google_Service_Gmail_ListHistoryResponse extends Google_Collection
public $historyId;
public $nextPageToken;
+
public function setHistory($history)
{
$this->history = $history;
}
-
public function getHistory()
{
return $this->history;
@@ -1479,7 +1463,6 @@ public function setHistoryId($historyId)
{
$this->historyId = $historyId;
}
-
public function getHistoryId()
{
return $this->historyId;
@@ -1488,12 +1471,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Gmail_ListLabelsResponse extends Google_Collection
@@ -1504,16 +1485,15 @@ class Google_Service_Gmail_ListLabelsResponse extends Google_Collection
protected $labelsType = 'Google_Service_Gmail_Label';
protected $labelsDataType = 'array';
+
public function setLabels($labels)
{
$this->labels = $labels;
}
-
public function getLabels()
{
return $this->labels;
}
-
}
class Google_Service_Gmail_ListMessagesResponse extends Google_Collection
@@ -1526,11 +1506,11 @@ class Google_Service_Gmail_ListMessagesResponse extends Google_Collection
public $nextPageToken;
public $resultSizeEstimate;
+
public function setMessages($messages)
{
$this->messages = $messages;
}
-
public function getMessages()
{
return $this->messages;
@@ -1539,7 +1519,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1548,12 +1527,10 @@ public function setResultSizeEstimate($resultSizeEstimate)
{
$this->resultSizeEstimate = $resultSizeEstimate;
}
-
public function getResultSizeEstimate()
{
return $this->resultSizeEstimate;
}
-
}
class Google_Service_Gmail_ListThreadsResponse extends Google_Collection
@@ -1566,11 +1543,11 @@ class Google_Service_Gmail_ListThreadsResponse extends Google_Collection
protected $threadsType = 'Google_Service_Gmail_Thread';
protected $threadsDataType = 'array';
+
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1579,7 +1556,6 @@ public function setResultSizeEstimate($resultSizeEstimate)
{
$this->resultSizeEstimate = $resultSizeEstimate;
}
-
public function getResultSizeEstimate()
{
return $this->resultSizeEstimate;
@@ -1588,12 +1564,10 @@ public function setThreads($threads)
{
$this->threads = $threads;
}
-
public function getThreads()
{
return $this->threads;
}
-
}
class Google_Service_Gmail_Message extends Google_Collection
@@ -1611,11 +1585,11 @@ class Google_Service_Gmail_Message extends Google_Collection
public $snippet;
public $threadId;
+
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
}
-
public function getHistoryId()
{
return $this->historyId;
@@ -1624,7 +1598,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1633,7 +1606,6 @@ public function setLabelIds($labelIds)
{
$this->labelIds = $labelIds;
}
-
public function getLabelIds()
{
return $this->labelIds;
@@ -1642,7 +1614,6 @@ public function setPayload(Google_Service_Gmail_MessagePart $payload)
{
$this->payload = $payload;
}
-
public function getPayload()
{
return $this->payload;
@@ -1651,7 +1622,6 @@ public function setRaw($raw)
{
$this->raw = $raw;
}
-
public function getRaw()
{
return $this->raw;
@@ -1660,7 +1630,6 @@ public function setSizeEstimate($sizeEstimate)
{
$this->sizeEstimate = $sizeEstimate;
}
-
public function getSizeEstimate()
{
return $this->sizeEstimate;
@@ -1669,7 +1638,6 @@ public function setSnippet($snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -1678,12 +1646,10 @@ public function setThreadId($threadId)
{
$this->threadId = $threadId;
}
-
public function getThreadId()
{
return $this->threadId;
}
-
}
class Google_Service_Gmail_MessagePart extends Google_Collection
@@ -1701,11 +1667,11 @@ class Google_Service_Gmail_MessagePart extends Google_Collection
protected $partsType = 'Google_Service_Gmail_MessagePart';
protected $partsDataType = 'array';
+
public function setBody(Google_Service_Gmail_MessagePartBody $body)
{
$this->body = $body;
}
-
public function getBody()
{
return $this->body;
@@ -1714,7 +1680,6 @@ public function setFilename($filename)
{
$this->filename = $filename;
}
-
public function getFilename()
{
return $this->filename;
@@ -1723,7 +1688,6 @@ public function setHeaders($headers)
{
$this->headers = $headers;
}
-
public function getHeaders()
{
return $this->headers;
@@ -1732,7 +1696,6 @@ public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
-
public function getMimeType()
{
return $this->mimeType;
@@ -1741,7 +1704,6 @@ public function setPartId($partId)
{
$this->partId = $partId;
}
-
public function getPartId()
{
return $this->partId;
@@ -1750,12 +1712,10 @@ public function setParts($parts)
{
$this->parts = $parts;
}
-
public function getParts()
{
return $this->parts;
}
-
}
class Google_Service_Gmail_MessagePartBody extends Google_Model
@@ -1766,11 +1726,11 @@ class Google_Service_Gmail_MessagePartBody extends Google_Model
public $data;
public $size;
+
public function setAttachmentId($attachmentId)
{
$this->attachmentId = $attachmentId;
}
-
public function getAttachmentId()
{
return $this->attachmentId;
@@ -1779,7 +1739,6 @@ public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -1788,12 +1747,10 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
}
-
}
class Google_Service_Gmail_MessagePartHeader extends Google_Model
@@ -1803,11 +1760,11 @@ class Google_Service_Gmail_MessagePartHeader extends Google_Model
public $name;
public $value;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1816,12 +1773,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Gmail_ModifyMessageRequest extends Google_Collection
@@ -1832,11 +1787,11 @@ class Google_Service_Gmail_ModifyMessageRequest extends Google_Collection
public $addLabelIds;
public $removeLabelIds;
+
public function setAddLabelIds($addLabelIds)
{
$this->addLabelIds = $addLabelIds;
}
-
public function getAddLabelIds()
{
return $this->addLabelIds;
@@ -1845,12 +1800,10 @@ public function setRemoveLabelIds($removeLabelIds)
{
$this->removeLabelIds = $removeLabelIds;
}
-
public function getRemoveLabelIds()
{
return $this->removeLabelIds;
}
-
}
class Google_Service_Gmail_ModifyThreadRequest extends Google_Collection
@@ -1861,11 +1814,11 @@ class Google_Service_Gmail_ModifyThreadRequest extends Google_Collection
public $addLabelIds;
public $removeLabelIds;
+
public function setAddLabelIds($addLabelIds)
{
$this->addLabelIds = $addLabelIds;
}
-
public function getAddLabelIds()
{
return $this->addLabelIds;
@@ -1874,12 +1827,10 @@ public function setRemoveLabelIds($removeLabelIds)
{
$this->removeLabelIds = $removeLabelIds;
}
-
public function getRemoveLabelIds()
{
return $this->removeLabelIds;
}
-
}
class Google_Service_Gmail_Profile extends Google_Model
@@ -1891,11 +1842,11 @@ class Google_Service_Gmail_Profile extends Google_Model
public $messagesTotal;
public $threadsTotal;
+
public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
}
-
public function getEmailAddress()
{
return $this->emailAddress;
@@ -1904,7 +1855,6 @@ public function setHistoryId($historyId)
{
$this->historyId = $historyId;
}
-
public function getHistoryId()
{
return $this->historyId;
@@ -1913,7 +1863,6 @@ public function setMessagesTotal($messagesTotal)
{
$this->messagesTotal = $messagesTotal;
}
-
public function getMessagesTotal()
{
return $this->messagesTotal;
@@ -1922,12 +1871,10 @@ public function setThreadsTotal($threadsTotal)
{
$this->threadsTotal = $threadsTotal;
}
-
public function getThreadsTotal()
{
return $this->threadsTotal;
}
-
}
class Google_Service_Gmail_Thread extends Google_Collection
@@ -1941,11 +1888,11 @@ class Google_Service_Gmail_Thread extends Google_Collection
protected $messagesDataType = 'array';
public $snippet;
+
public function setHistoryId($historyId)
{
$this->historyId = $historyId;
}
-
public function getHistoryId()
{
return $this->historyId;
@@ -1954,7 +1901,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1963,7 +1909,6 @@ public function setMessages($messages)
{
$this->messages = $messages;
}
-
public function getMessages()
{
return $this->messages;
@@ -1972,10 +1917,8 @@ public function setSnippet($snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
}
-
}
From 3f5430b1e1f178d300e4def7cb91dda137bd61b6 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.
- *
* For more information about this service, see the API
@@ -32,7 +32,8 @@
class Google_Service_AdExchangeBuyer extends Google_Service
{
/** Manage your Ad Exchange buyer account configuration. */
- const ADEXCHANGE_BUYER = "https://www.googleapis.com/auth/adexchange.buyer";
+ const ADEXCHANGE_BUYER =
+ "https://www.googleapis.com/auth/adexchange.buyer";
public $accounts;
public $billingInfo;
@@ -348,8 +349,7 @@ class Google_Service_AdExchangeBuyer_Accounts_Resource extends Google_Service_Re
/**
* Gets one account by ID. (accounts.get)
*
- * @param int $id
- * The account id
+ * @param int $id The account id
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_Account
*/
@@ -359,6 +359,7 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Account");
}
+
/**
* Retrieves the authenticated user's list of accounts. (accounts.listAccounts)
*
@@ -371,12 +372,12 @@ public function listAccounts($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_AccountsList");
}
+
/**
* Updates an existing account. This method supports patch semantics.
* (accounts.patch)
*
- * @param int $id
- * The account id
+ * @param int $id The account id
* @param Google_Account $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_Account
@@ -387,11 +388,11 @@ public function patch($id, Google_Service_AdExchangeBuyer_Account $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Account");
}
+
/**
* Updates an existing account. (accounts.update)
*
- * @param int $id
- * The account id
+ * @param int $id The account id
* @param Google_Account $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_Account
@@ -419,8 +420,7 @@ class Google_Service_AdExchangeBuyer_BillingInfo_Resource extends Google_Service
* Returns the billing information for one account specified by account ID.
* (billingInfo.get)
*
- * @param int $accountId
- * The account id.
+ * @param int $accountId The account id.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_BillingInfo
*/
@@ -430,6 +430,7 @@ public function get($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_BillingInfo");
}
+
/**
* Retrieves a list of billing information for all accounts of the authenticated
* user. (billingInfo.listBillingInfo)
@@ -460,10 +461,8 @@ class Google_Service_AdExchangeBuyer_Creatives_Resource extends Google_Service_R
* Gets the status for a single creative. A creative will be available 30-40
* minutes after submission. (creatives.get)
*
- * @param int $accountId
- * The id for the account that will serve this creative.
- * @param string $buyerCreativeId
- * The buyer-specific id for this creative.
+ * @param int $accountId The id for the account that will serve this creative.
+ * @param string $buyerCreativeId The buyer-specific id for this creative.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_Creative
*/
@@ -473,6 +472,7 @@ public function get($accountId, $buyerCreativeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Creative");
}
+
/**
* Submit a new creative. (creatives.insert)
*
@@ -486,23 +486,24 @@ public function insert(Google_Service_AdExchangeBuyer_Creative $postBody, $optPa
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_Creative");
}
+
/**
* Retrieves a list of the authenticated user's active creatives. A creative
* will be available 30-40 minutes after submission. (creatives.listCreatives)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string statusFilter
- * When specified, only creatives having the given status are returned.
- * @opt_param string pageToken
- * A continuation token, used to page through ad clients. To retrieve the next page, set this
- * parameter to the value of "nextPageToken" from the previous response. Optional.
- * @opt_param string maxResults
- * Maximum number of entries returned on one result page. If not set, the default is 100. Optional.
- * @opt_param string buyerCreativeId
- * When specified, only creatives for the given buyer creative ids are returned.
- * @opt_param int accountId
- * When specified, only creatives for the given account ids are returned.
+ * @opt_param string statusFilter When specified, only creatives having the
+ * given status are returned.
+ * @opt_param string pageToken A continuation token, used to page through ad
+ * clients. To retrieve the next page, set this parameter to the value of
+ * "nextPageToken" from the previous response. Optional.
+ * @opt_param string maxResults Maximum number of entries returned on one result
+ * page. If not set, the default is 100. Optional.
+ * @opt_param string buyerCreativeId When specified, only creatives for the
+ * given buyer creative ids are returned.
+ * @opt_param int accountId When specified, only creatives for the given account
+ * ids are returned.
* @return Google_Service_AdExchangeBuyer_CreativesList
*/
public function listCreatives($optParams = array())
@@ -527,8 +528,7 @@ class Google_Service_AdExchangeBuyer_DirectDeals_Resource extends Google_Service
/**
* Gets one direct deal by ID. (directDeals.get)
*
- * @param string $id
- * The direct deal id
+ * @param string $id The direct deal id
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_DirectDeal
*/
@@ -538,6 +538,7 @@ public function get($id, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_DirectDeal");
}
+
/**
* Retrieves the authenticated user's list of direct deals.
* (directDeals.listDirectDeals)
@@ -568,19 +569,18 @@ class Google_Service_AdExchangeBuyer_PerformanceReport_Resource extends Google_S
* Retrieves the authenticated user's list of performance metrics.
* (performanceReport.listPerformanceReport)
*
- * @param string $accountId
- * The account id to get the reports.
- * @param string $endDateTime
- * The end time of the report in ISO 8601 timestamp format using UTC.
- * @param string $startDateTime
- * The start time of the report in ISO 8601 timestamp format using UTC.
+ * @param string $accountId The account id to get the reports.
+ * @param string $endDateTime The end time of the report in ISO 8601 timestamp
+ * format using UTC.
+ * @param string $startDateTime The start time of the report in ISO 8601
+ * timestamp format using UTC.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A continuation token, used to page through performance reports. To retrieve the next page, set
- * this parameter to the value of "nextPageToken" from the previous response. Optional.
- * @opt_param string maxResults
- * Maximum number of entries returned on one result page. If not set, the default is 100. Optional.
+ * @opt_param string pageToken A continuation token, used to page through
+ * performance reports. To retrieve the next page, set this parameter to the
+ * value of "nextPageToken" from the previous response. Optional.
+ * @opt_param string maxResults Maximum number of entries returned on one result
+ * page. If not set, the default is 100. Optional.
* @return Google_Service_AdExchangeBuyer_PerformanceReportList
*/
public function listPerformanceReport($accountId, $endDateTime, $startDateTime, $optParams = array())
@@ -605,10 +605,9 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig_Resource extends Google_
/**
* Deletes an existing pretargeting config. (pretargetingConfig.delete)
*
- * @param string $accountId
- * The account id to delete the pretargeting config for.
- * @param string $configId
- * The specific id of the configuration to delete.
+ * @param string $accountId The account id to delete the pretargeting config
+ * for.
+ * @param string $configId The specific id of the configuration to delete.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $configId, $optParams = array())
@@ -617,13 +616,12 @@ public function delete($accountId, $configId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a specific pretargeting configuration (pretargetingConfig.get)
*
- * @param string $accountId
- * The account id to get the pretargeting config for.
- * @param string $configId
- * The specific id of the configuration to retrieve.
+ * @param string $accountId The account id to get the pretargeting config for.
+ * @param string $configId The specific id of the configuration to retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_PretargetingConfig
*/
@@ -633,11 +631,12 @@ public function get($accountId, $configId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
}
+
/**
* Inserts a new pretargeting configuration. (pretargetingConfig.insert)
*
- * @param string $accountId
- * The account id to insert the pretargeting config for.
+ * @param string $accountId The account id to insert the pretargeting config
+ * for.
* @param Google_PretargetingConfig $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_PretargetingConfig
@@ -648,12 +647,12 @@ public function insert($accountId, Google_Service_AdExchangeBuyer_PretargetingCo
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
}
+
/**
* Retrieves a list of the authenticated user's pretargeting configurations.
* (pretargetingConfig.listPretargetingConfig)
*
- * @param string $accountId
- * The account id to get the pretargeting configs for.
+ * @param string $accountId The account id to get the pretargeting configs for.
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_PretargetingConfigList
*/
@@ -663,14 +662,14 @@ public function listPretargetingConfig($accountId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfigList");
}
+
/**
* Updates an existing pretargeting config. This method supports patch
* semantics. (pretargetingConfig.patch)
*
- * @param string $accountId
- * The account id to update the pretargeting config for.
- * @param string $configId
- * The specific id of the configuration to update.
+ * @param string $accountId The account id to update the pretargeting config
+ * for.
+ * @param string $configId The specific id of the configuration to update.
* @param Google_PretargetingConfig $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_PretargetingConfig
@@ -681,13 +680,13 @@ public function patch($accountId, $configId, Google_Service_AdExchangeBuyer_Pret
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_PretargetingConfig");
}
+
/**
* Updates an existing pretargeting config. (pretargetingConfig.update)
*
- * @param string $accountId
- * The account id to update the pretargeting config for.
- * @param string $configId
- * The specific id of the configuration to update.
+ * @param string $accountId The account id to update the pretargeting config
+ * for.
+ * @param string $configId The specific id of the configuration to update.
* @param Google_PretargetingConfig $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AdExchangeBuyer_PretargetingConfig
@@ -718,11 +717,11 @@ class Google_Service_AdExchangeBuyer_Account extends Google_Collection
public $maximumTotalQps;
public $numberActiveCreatives;
+
public function setBidderLocation($bidderLocation)
{
$this->bidderLocation = $bidderLocation;
}
-
public function getBidderLocation()
{
return $this->bidderLocation;
@@ -731,7 +730,6 @@ public function setCookieMatchingNid($cookieMatchingNid)
{
$this->cookieMatchingNid = $cookieMatchingNid;
}
-
public function getCookieMatchingNid()
{
return $this->cookieMatchingNid;
@@ -740,7 +738,6 @@ public function setCookieMatchingUrl($cookieMatchingUrl)
{
$this->cookieMatchingUrl = $cookieMatchingUrl;
}
-
public function getCookieMatchingUrl()
{
return $this->cookieMatchingUrl;
@@ -749,7 +746,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -758,7 +754,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -767,7 +762,6 @@ public function setMaximumActiveCreatives($maximumActiveCreatives)
{
$this->maximumActiveCreatives = $maximumActiveCreatives;
}
-
public function getMaximumActiveCreatives()
{
return $this->maximumActiveCreatives;
@@ -776,7 +770,6 @@ public function setMaximumTotalQps($maximumTotalQps)
{
$this->maximumTotalQps = $maximumTotalQps;
}
-
public function getMaximumTotalQps()
{
return $this->maximumTotalQps;
@@ -785,12 +778,10 @@ public function setNumberActiveCreatives($numberActiveCreatives)
{
$this->numberActiveCreatives = $numberActiveCreatives;
}
-
public function getNumberActiveCreatives()
{
return $this->numberActiveCreatives;
}
-
}
class Google_Service_AdExchangeBuyer_AccountBidderLocation extends Google_Model
@@ -801,11 +792,11 @@ class Google_Service_AdExchangeBuyer_AccountBidderLocation extends Google_Model
public $region;
public $url;
+
public function setMaximumQps($maximumQps)
{
$this->maximumQps = $maximumQps;
}
-
public function getMaximumQps()
{
return $this->maximumQps;
@@ -814,7 +805,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -823,12 +813,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_AdExchangeBuyer_AccountsList extends Google_Collection
@@ -840,11 +828,11 @@ class Google_Service_AdExchangeBuyer_AccountsList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -853,12 +841,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdExchangeBuyer_BillingInfo extends Google_Collection
@@ -871,11 +857,11 @@ class Google_Service_AdExchangeBuyer_BillingInfo extends Google_Collection
public $billingId;
public $kind;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -884,7 +870,6 @@ public function setAccountName($accountName)
{
$this->accountName = $accountName;
}
-
public function getAccountName()
{
return $this->accountName;
@@ -893,7 +878,6 @@ public function setBillingId($billingId)
{
$this->billingId = $billingId;
}
-
public function getBillingId()
{
return $this->billingId;
@@ -902,12 +886,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdExchangeBuyer_BillingInfoList extends Google_Collection
@@ -919,11 +901,11 @@ class Google_Service_AdExchangeBuyer_BillingInfoList extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -932,12 +914,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
@@ -970,11 +950,11 @@ class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
public $videoURL;
public $width;
+
public function setHTMLSnippet($hTMLSnippet)
{
$this->hTMLSnippet = $hTMLSnippet;
}
-
public function getHTMLSnippet()
{
return $this->hTMLSnippet;
@@ -983,7 +963,6 @@ public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -992,7 +971,6 @@ public function setAdvertiserId($advertiserId)
{
$this->advertiserId = $advertiserId;
}
-
public function getAdvertiserId()
{
return $this->advertiserId;
@@ -1001,7 +979,6 @@ public function setAdvertiserName($advertiserName)
{
$this->advertiserName = $advertiserName;
}
-
public function getAdvertiserName()
{
return $this->advertiserName;
@@ -1010,7 +987,6 @@ public function setAgencyId($agencyId)
{
$this->agencyId = $agencyId;
}
-
public function getAgencyId()
{
return $this->agencyId;
@@ -1019,7 +995,6 @@ public function setAttribute($attribute)
{
$this->attribute = $attribute;
}
-
public function getAttribute()
{
return $this->attribute;
@@ -1028,7 +1003,6 @@ public function setBuyerCreativeId($buyerCreativeId)
{
$this->buyerCreativeId = $buyerCreativeId;
}
-
public function getBuyerCreativeId()
{
return $this->buyerCreativeId;
@@ -1037,7 +1011,6 @@ public function setClickThroughUrl($clickThroughUrl)
{
$this->clickThroughUrl = $clickThroughUrl;
}
-
public function getClickThroughUrl()
{
return $this->clickThroughUrl;
@@ -1046,7 +1019,6 @@ public function setCorrections($corrections)
{
$this->corrections = $corrections;
}
-
public function getCorrections()
{
return $this->corrections;
@@ -1055,7 +1027,6 @@ public function setDisapprovalReasons($disapprovalReasons)
{
$this->disapprovalReasons = $disapprovalReasons;
}
-
public function getDisapprovalReasons()
{
return $this->disapprovalReasons;
@@ -1064,7 +1035,6 @@ public function setFilteringReasons(Google_Service_AdExchangeBuyer_CreativeFilte
{
$this->filteringReasons = $filteringReasons;
}
-
public function getFilteringReasons()
{
return $this->filteringReasons;
@@ -1073,7 +1043,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1082,7 +1051,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1091,7 +1059,6 @@ public function setProductCategories($productCategories)
{
$this->productCategories = $productCategories;
}
-
public function getProductCategories()
{
return $this->productCategories;
@@ -1100,7 +1067,6 @@ public function setRestrictedCategories($restrictedCategories)
{
$this->restrictedCategories = $restrictedCategories;
}
-
public function getRestrictedCategories()
{
return $this->restrictedCategories;
@@ -1109,7 +1075,6 @@ public function setSensitiveCategories($sensitiveCategories)
{
$this->sensitiveCategories = $sensitiveCategories;
}
-
public function getSensitiveCategories()
{
return $this->sensitiveCategories;
@@ -1118,7 +1083,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -1127,7 +1091,6 @@ public function setVendorType($vendorType)
{
$this->vendorType = $vendorType;
}
-
public function getVendorType()
{
return $this->vendorType;
@@ -1136,7 +1099,6 @@ public function setVideoURL($videoURL)
{
$this->videoURL = $videoURL;
}
-
public function getVideoURL()
{
return $this->videoURL;
@@ -1145,12 +1107,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collection
@@ -1161,11 +1121,11 @@ class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collecti
public $details;
public $reason;
+
public function setDetails($details)
{
$this->details = $details;
}
-
public function getDetails()
{
return $this->details;
@@ -1174,12 +1134,10 @@ public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
}
-
}
class Google_Service_AdExchangeBuyer_CreativeDisapprovalReasons extends Google_Collection
@@ -1190,11 +1148,11 @@ class Google_Service_AdExchangeBuyer_CreativeDisapprovalReasons extends Google_C
public $details;
public $reason;
+
public function setDetails($details)
{
$this->details = $details;
}
-
public function getDetails()
{
return $this->details;
@@ -1203,12 +1161,10 @@ public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
}
-
}
class Google_Service_AdExchangeBuyer_CreativeFilteringReasons extends Google_Collection
@@ -1220,11 +1176,11 @@ class Google_Service_AdExchangeBuyer_CreativeFilteringReasons extends Google_Col
protected $reasonsType = 'Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons';
protected $reasonsDataType = 'array';
+
public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
@@ -1233,12 +1189,10 @@ public function setReasons($reasons)
{
$this->reasons = $reasons;
}
-
public function getReasons()
{
return $this->reasons;
}
-
}
class Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons extends Google_Model
@@ -1248,11 +1202,11 @@ class Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons extends Goo
public $filteringCount;
public $filteringStatus;
+
public function setFilteringCount($filteringCount)
{
$this->filteringCount = $filteringCount;
}
-
public function getFilteringCount()
{
return $this->filteringCount;
@@ -1261,12 +1215,10 @@ public function setFilteringStatus($filteringStatus)
{
$this->filteringStatus = $filteringStatus;
}
-
public function getFilteringStatus()
{
return $this->filteringStatus;
}
-
}
class Google_Service_AdExchangeBuyer_CreativesList extends Google_Collection
@@ -1279,11 +1231,11 @@ class Google_Service_AdExchangeBuyer_CreativesList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1292,7 +1244,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1301,12 +1252,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_AdExchangeBuyer_DirectDeal extends Google_Model
@@ -1326,11 +1275,11 @@ class Google_Service_AdExchangeBuyer_DirectDeal extends Google_Model
public $sellerNetwork;
public $startTime;
+
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
-
public function getAccountId()
{
return $this->accountId;
@@ -1339,7 +1288,6 @@ public function setAdvertiser($advertiser)
{
$this->advertiser = $advertiser;
}
-
public function getAdvertiser()
{
return $this->advertiser;
@@ -1348,7 +1296,6 @@ public function setCurrencyCode($currencyCode)
{
$this->currencyCode = $currencyCode;
}
-
public function getCurrencyCode()
{
return $this->currencyCode;
@@ -1357,7 +1304,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -1366,7 +1312,6 @@ public function setFixedCpm($fixedCpm)
{
$this->fixedCpm = $fixedCpm;
}
-
public function getFixedCpm()
{
return $this->fixedCpm;
@@ -1375,7 +1320,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1384,7 +1328,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1393,7 +1336,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1402,7 +1344,6 @@ public function setPrivateExchangeMinCpm($privateExchangeMinCpm)
{
$this->privateExchangeMinCpm = $privateExchangeMinCpm;
}
-
public function getPrivateExchangeMinCpm()
{
return $this->privateExchangeMinCpm;
@@ -1411,7 +1352,6 @@ public function setPublisherBlocksOverriden($publisherBlocksOverriden)
{
$this->publisherBlocksOverriden = $publisherBlocksOverriden;
}
-
public function getPublisherBlocksOverriden()
{
return $this->publisherBlocksOverriden;
@@ -1420,7 +1360,6 @@ public function setSellerNetwork($sellerNetwork)
{
$this->sellerNetwork = $sellerNetwork;
}
-
public function getSellerNetwork()
{
return $this->sellerNetwork;
@@ -1429,12 +1368,10 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
}
-
}
class Google_Service_AdExchangeBuyer_DirectDealsList extends Google_Collection
@@ -1446,11 +1383,11 @@ class Google_Service_AdExchangeBuyer_DirectDealsList extends Google_Collection
protected $directDealsDataType = 'array';
public $kind;
+
public function setDirectDeals($directDeals)
{
$this->directDeals = $directDeals;
}
-
public function getDirectDeals()
{
return $this->directDeals;
@@ -1459,12 +1396,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdExchangeBuyer_PerformanceReport extends Google_Collection
@@ -1489,11 +1424,11 @@ class Google_Service_AdExchangeBuyer_PerformanceReport extends Google_Collection
public $region;
public $timestamp;
+
public function setCalloutStatusRate($calloutStatusRate)
{
$this->calloutStatusRate = $calloutStatusRate;
}
-
public function getCalloutStatusRate()
{
return $this->calloutStatusRate;
@@ -1502,7 +1437,6 @@ public function setCookieMatcherStatusRate($cookieMatcherStatusRate)
{
$this->cookieMatcherStatusRate = $cookieMatcherStatusRate;
}
-
public function getCookieMatcherStatusRate()
{
return $this->cookieMatcherStatusRate;
@@ -1511,7 +1445,6 @@ public function setCreativeStatusRate($creativeStatusRate)
{
$this->creativeStatusRate = $creativeStatusRate;
}
-
public function getCreativeStatusRate()
{
return $this->creativeStatusRate;
@@ -1520,7 +1453,6 @@ public function setHostedMatchStatusRate($hostedMatchStatusRate)
{
$this->hostedMatchStatusRate = $hostedMatchStatusRate;
}
-
public function getHostedMatchStatusRate()
{
return $this->hostedMatchStatusRate;
@@ -1529,7 +1461,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1538,7 +1469,6 @@ public function setLatency50thPercentile($latency50thPercentile)
{
$this->latency50thPercentile = $latency50thPercentile;
}
-
public function getLatency50thPercentile()
{
return $this->latency50thPercentile;
@@ -1547,7 +1477,6 @@ public function setLatency85thPercentile($latency85thPercentile)
{
$this->latency85thPercentile = $latency85thPercentile;
}
-
public function getLatency85thPercentile()
{
return $this->latency85thPercentile;
@@ -1556,7 +1485,6 @@ public function setLatency95thPercentile($latency95thPercentile)
{
$this->latency95thPercentile = $latency95thPercentile;
}
-
public function getLatency95thPercentile()
{
return $this->latency95thPercentile;
@@ -1565,7 +1493,6 @@ public function setNoQuotaInRegion($noQuotaInRegion)
{
$this->noQuotaInRegion = $noQuotaInRegion;
}
-
public function getNoQuotaInRegion()
{
return $this->noQuotaInRegion;
@@ -1574,7 +1501,6 @@ public function setOutOfQuota($outOfQuota)
{
$this->outOfQuota = $outOfQuota;
}
-
public function getOutOfQuota()
{
return $this->outOfQuota;
@@ -1583,7 +1509,6 @@ public function setPixelMatchRequests($pixelMatchRequests)
{
$this->pixelMatchRequests = $pixelMatchRequests;
}
-
public function getPixelMatchRequests()
{
return $this->pixelMatchRequests;
@@ -1592,7 +1517,6 @@ public function setPixelMatchResponses($pixelMatchResponses)
{
$this->pixelMatchResponses = $pixelMatchResponses;
}
-
public function getPixelMatchResponses()
{
return $this->pixelMatchResponses;
@@ -1601,7 +1525,6 @@ public function setQuotaConfiguredLimit($quotaConfiguredLimit)
{
$this->quotaConfiguredLimit = $quotaConfiguredLimit;
}
-
public function getQuotaConfiguredLimit()
{
return $this->quotaConfiguredLimit;
@@ -1610,7 +1533,6 @@ public function setQuotaThrottledLimit($quotaThrottledLimit)
{
$this->quotaThrottledLimit = $quotaThrottledLimit;
}
-
public function getQuotaThrottledLimit()
{
return $this->quotaThrottledLimit;
@@ -1619,7 +1541,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -1628,12 +1549,10 @@ public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
-
public function getTimestamp()
{
return $this->timestamp;
}
-
}
class Google_Service_AdExchangeBuyer_PerformanceReportList extends Google_Collection
@@ -1645,11 +1564,11 @@ class Google_Service_AdExchangeBuyer_PerformanceReportList extends Google_Collec
protected $performanceReportType = 'Google_Service_AdExchangeBuyer_PerformanceReport';
protected $performanceReportDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1658,12 +1577,10 @@ public function setPerformanceReport($performanceReport)
{
$this->performanceReport = $performanceReport;
}
-
public function getPerformanceReport()
{
return $this->performanceReport;
}
-
}
class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collection
@@ -1698,11 +1615,11 @@ class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collectio
public $vendorTypes;
public $verticals;
+
public function setBillingId($billingId)
{
$this->billingId = $billingId;
}
-
public function getBillingId()
{
return $this->billingId;
@@ -1711,7 +1628,6 @@ public function setConfigId($configId)
{
$this->configId = $configId;
}
-
public function getConfigId()
{
return $this->configId;
@@ -1720,7 +1636,6 @@ public function setConfigName($configName)
{
$this->configName = $configName;
}
-
public function getConfigName()
{
return $this->configName;
@@ -1729,7 +1644,6 @@ public function setCreativeType($creativeType)
{
$this->creativeType = $creativeType;
}
-
public function getCreativeType()
{
return $this->creativeType;
@@ -1738,7 +1652,6 @@ public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
-
public function getDimensions()
{
return $this->dimensions;
@@ -1747,7 +1660,6 @@ public function setExcludedContentLabels($excludedContentLabels)
{
$this->excludedContentLabels = $excludedContentLabels;
}
-
public function getExcludedContentLabels()
{
return $this->excludedContentLabels;
@@ -1756,7 +1668,6 @@ public function setExcludedGeoCriteriaIds($excludedGeoCriteriaIds)
{
$this->excludedGeoCriteriaIds = $excludedGeoCriteriaIds;
}
-
public function getExcludedGeoCriteriaIds()
{
return $this->excludedGeoCriteriaIds;
@@ -1765,7 +1676,6 @@ public function setExcludedPlacements($excludedPlacements)
{
$this->excludedPlacements = $excludedPlacements;
}
-
public function getExcludedPlacements()
{
return $this->excludedPlacements;
@@ -1774,7 +1684,6 @@ public function setExcludedUserLists($excludedUserLists)
{
$this->excludedUserLists = $excludedUserLists;
}
-
public function getExcludedUserLists()
{
return $this->excludedUserLists;
@@ -1783,7 +1692,6 @@ public function setExcludedVerticals($excludedVerticals)
{
$this->excludedVerticals = $excludedVerticals;
}
-
public function getExcludedVerticals()
{
return $this->excludedVerticals;
@@ -1792,7 +1700,6 @@ public function setGeoCriteriaIds($geoCriteriaIds)
{
$this->geoCriteriaIds = $geoCriteriaIds;
}
-
public function getGeoCriteriaIds()
{
return $this->geoCriteriaIds;
@@ -1801,7 +1708,6 @@ public function setIsActive($isActive)
{
$this->isActive = $isActive;
}
-
public function getIsActive()
{
return $this->isActive;
@@ -1810,7 +1716,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1819,7 +1724,6 @@ public function setLanguages($languages)
{
$this->languages = $languages;
}
-
public function getLanguages()
{
return $this->languages;
@@ -1828,7 +1732,6 @@ public function setMobileCarriers($mobileCarriers)
{
$this->mobileCarriers = $mobileCarriers;
}
-
public function getMobileCarriers()
{
return $this->mobileCarriers;
@@ -1837,7 +1740,6 @@ public function setMobileDevices($mobileDevices)
{
$this->mobileDevices = $mobileDevices;
}
-
public function getMobileDevices()
{
return $this->mobileDevices;
@@ -1846,7 +1748,6 @@ public function setMobileOperatingSystemVersions($mobileOperatingSystemVersions)
{
$this->mobileOperatingSystemVersions = $mobileOperatingSystemVersions;
}
-
public function getMobileOperatingSystemVersions()
{
return $this->mobileOperatingSystemVersions;
@@ -1855,7 +1756,6 @@ public function setPlacements($placements)
{
$this->placements = $placements;
}
-
public function getPlacements()
{
return $this->placements;
@@ -1864,7 +1764,6 @@ public function setPlatforms($platforms)
{
$this->platforms = $platforms;
}
-
public function getPlatforms()
{
return $this->platforms;
@@ -1873,7 +1772,6 @@ public function setSupportedCreativeAttributes($supportedCreativeAttributes)
{
$this->supportedCreativeAttributes = $supportedCreativeAttributes;
}
-
public function getSupportedCreativeAttributes()
{
return $this->supportedCreativeAttributes;
@@ -1882,7 +1780,6 @@ public function setUserLists($userLists)
{
$this->userLists = $userLists;
}
-
public function getUserLists()
{
return $this->userLists;
@@ -1891,7 +1788,6 @@ public function setVendorTypes($vendorTypes)
{
$this->vendorTypes = $vendorTypes;
}
-
public function getVendorTypes()
{
return $this->vendorTypes;
@@ -1900,12 +1796,10 @@ public function setVerticals($verticals)
{
$this->verticals = $verticals;
}
-
public function getVerticals()
{
return $this->verticals;
}
-
}
class Google_Service_AdExchangeBuyer_PretargetingConfigDimensions extends Google_Model
@@ -1915,11 +1809,11 @@ class Google_Service_AdExchangeBuyer_PretargetingConfigDimensions extends Google
public $height;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1928,12 +1822,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements extends Google_Model
@@ -1943,11 +1835,11 @@ class Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements extend
public $token;
public $type;
+
public function setToken($token)
{
$this->token = $token;
}
-
public function getToken()
{
return $this->token;
@@ -1956,12 +1848,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_AdExchangeBuyer_PretargetingConfigList extends Google_Collection
@@ -1973,11 +1863,11 @@ class Google_Service_AdExchangeBuyer_PretargetingConfigList extends Google_Colle
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1986,12 +1876,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_AdExchangeBuyer_PretargetingConfigPlacements extends Google_Model
@@ -2001,11 +1889,11 @@ class Google_Service_AdExchangeBuyer_PretargetingConfigPlacements extends Google
public $token;
public $type;
+
public function setToken($token)
{
$this->token = $token;
}
-
public function getToken()
{
return $this->token;
@@ -2014,10 +1902,8 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
From 4751051d5ba8afb4485e7ebe5fb75c0f1b78a32a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Management API for Google Play Game Services.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_GamesManagement extends Google_Service
{
/** Share your Google+ profile information and view and manage your game activity. */
- const GAMES = "https://www.googleapis.com/auth/games";
+ const GAMES =
+ "https://www.googleapis.com/auth/games";
/** Know your basic profile info and list of people in your circles.. */
- const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login";
+ const PLUS_LOGIN =
+ "https://www.googleapis.com/auth/plus.login";
public $achievements;
public $applications;
@@ -350,8 +351,7 @@ class Google_Service_GamesManagement_Achievements_Resource extends Google_Servic
* player. This method is only accessible to whitelisted tester accounts for
* your application. (achievements.reset)
*
- * @param string $achievementId
- * The ID of the achievement used by this method.
+ * @param string $achievementId The ID of the achievement used by this method.
* @param array $optParams Optional parameters.
* @return Google_Service_GamesManagement_AchievementResetResponse
*/
@@ -361,6 +361,7 @@ public function reset($achievementId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params), "Google_Service_GamesManagement_AchievementResetResponse");
}
+
/**
* Resets all achievements for the currently authenticated player for your
* application. This method is only accessible to whitelisted tester accounts
@@ -375,6 +376,7 @@ public function resetAll($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetAll', array($params), "Google_Service_GamesManagement_AchievementResetAllResponse");
}
+
/**
* Resets all draft achievements for all players. This method is only available
* to user accounts for your developer console.
@@ -388,13 +390,13 @@ public function resetAllForAllPlayers($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetAllForAllPlayers', array($params));
}
+
/**
* Resets the achievement with the given ID for all players. This method is only
* available to user accounts for your developer console. Only draft
* achievements can be reset. (achievements.resetForAllPlayers)
*
- * @param string $achievementId
- * The ID of the achievement used by this method.
+ * @param string $achievementId The ID of the achievement used by this method.
* @param array $optParams Optional parameters.
*/
public function resetForAllPlayers($achievementId, $optParams = array())
@@ -403,6 +405,7 @@ public function resetForAllPlayers($achievementId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetForAllPlayers', array($params));
}
+
/**
* Resets achievements with the given IDs for all players. This method is only
* available to user accounts for your developer console. Only draft
@@ -435,16 +438,14 @@ class Google_Service_GamesManagement_Applications_Resource extends Google_Servic
* only available to user accounts for your developer console.
* (applications.listHidden)
*
- * @param string $applicationId
- * The application ID from the Google Play developer console.
+ * @param string $applicationId The application ID from the Google Play
+ * developer console.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of player resources to return in the response, used for paging. For any
- * response, the actual number of player resources returned may be less than the specified
- * maxResults.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of player resources to return in
+ * the response, used for paging. For any response, the actual number of player
+ * resources returned may be less than the specified maxResults.
* @return Google_Service_GamesManagement_HiddenPlayerList
*/
public function listHidden($applicationId, $optParams = array())
@@ -472,8 +473,7 @@ class Google_Service_GamesManagement_Events_Resource extends Google_Service_Reso
* accounts for your application. All quests for this player that use the event
* will also be reset. (events.reset)
*
- * @param string $eventId
- * The ID of the event.
+ * @param string $eventId The ID of the event.
* @param array $optParams Optional parameters.
*/
public function reset($eventId, $optParams = array())
@@ -482,6 +482,7 @@ public function reset($eventId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params));
}
+
/**
* Resets all player progress on all events for the currently authenticated
* player. This method is only accessible to whitelisted tester accounts for
@@ -496,6 +497,7 @@ public function resetAll($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetAll', array($params));
}
+
/**
* Resets all draft events for all players. This method is only available to
* user accounts for your developer console. All quests that use any of these
@@ -509,14 +511,14 @@ public function resetAllForAllPlayers($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetAllForAllPlayers', array($params));
}
+
/**
* Resets the event with the given ID for all players. This method is only
* available to user accounts for your developer console. Only draft events can
* be reset. All quests that use the event will also be reset.
* (events.resetForAllPlayers)
*
- * @param string $eventId
- * The ID of the event.
+ * @param string $eventId The ID of the event.
* @param array $optParams Optional parameters.
*/
public function resetForAllPlayers($eventId, $optParams = array())
@@ -525,6 +527,7 @@ public function resetForAllPlayers($eventId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetForAllPlayers', array($params));
}
+
/**
* Resets events with the given IDs for all players. This method is only
* available to user accounts for your developer console. Only draft events may
@@ -558,10 +561,10 @@ class Google_Service_GamesManagement_Players_Resource extends Google_Service_Res
* method is only available to user accounts for your developer console.
* (players.hide)
*
- * @param string $applicationId
- * The application ID from the Google Play developer console.
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param string $applicationId The application ID from the Google Play
+ * developer console.
+ * @param string $playerId A player ID. A value of me may be used in place of
+ * the authenticated player's ID.
* @param array $optParams Optional parameters.
*/
public function hide($applicationId, $playerId, $optParams = array())
@@ -570,15 +573,16 @@ public function hide($applicationId, $playerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('hide', array($params));
}
+
/**
* Unhide the given player's leaderboard scores from the given application. This
* method is only available to user accounts for your developer console.
* (players.unhide)
*
- * @param string $applicationId
- * The application ID from the Google Play developer console.
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param string $applicationId The application ID from the Google Play
+ * developer console.
+ * @param string $playerId A player ID. A value of me may be used in place of
+ * the authenticated player's ID.
* @param array $optParams Optional parameters.
*/
public function unhide($applicationId, $playerId, $optParams = array())
@@ -605,8 +609,7 @@ class Google_Service_GamesManagement_Quests_Resource extends Google_Service_Reso
* authenticated player. This method is only accessible to whitelisted tester
* accounts for your application. (quests.reset)
*
- * @param string $questId
- * The ID of the quest.
+ * @param string $questId The ID of the quest.
* @param array $optParams Optional parameters.
*/
public function reset($questId, $optParams = array())
@@ -615,6 +618,7 @@ public function reset($questId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params));
}
+
/**
* Resets all player progress on all quests for the currently authenticated
* player. This method is only accessible to whitelisted tester accounts for
@@ -628,6 +632,7 @@ public function resetAll($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetAll', array($params));
}
+
/**
* Resets all draft quests for all players. This method is only available to
* user accounts for your developer console. (quests.resetAllForAllPlayers)
@@ -640,13 +645,13 @@ public function resetAllForAllPlayers($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetAllForAllPlayers', array($params));
}
+
/**
* Resets all player progress on the quest with the given ID for all players.
* This method is only available to user accounts for your developer console.
* Only draft quests can be reset. (quests.resetForAllPlayers)
*
- * @param string $questId
- * The ID of the quest.
+ * @param string $questId The ID of the quest.
* @param array $optParams Optional parameters.
*/
public function resetForAllPlayers($questId, $optParams = array())
@@ -655,6 +660,7 @@ public function resetForAllPlayers($questId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetForAllPlayers', array($params));
}
+
/**
* Resets quests with the given IDs for all players. This method is only
* available to user accounts for your developer console. Only draft quests may
@@ -695,6 +701,7 @@ public function reset($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params));
}
+
/**
* Deletes rooms where the only room participants are from whitelisted tester
* accounts for your application. This method is only available to user accounts
@@ -726,8 +733,7 @@ class Google_Service_GamesManagement_Scores_Resource extends Google_Service_Reso
* authenticated player. This method is only accessible to whitelisted tester
* accounts for your application. (scores.reset)
*
- * @param string $leaderboardId
- * The ID of the leaderboard.
+ * @param string $leaderboardId The ID of the leaderboard.
* @param array $optParams Optional parameters.
* @return Google_Service_GamesManagement_PlayerScoreResetResponse
*/
@@ -737,6 +743,7 @@ public function reset($leaderboardId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params), "Google_Service_GamesManagement_PlayerScoreResetResponse");
}
+
/**
* Resets all scores for all leaderboards for the currently authenticated
* players. This method is only accessible to whitelisted tester accounts for
@@ -751,6 +758,7 @@ public function resetAll($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetAll', array($params), "Google_Service_GamesManagement_PlayerScoreResetAllResponse");
}
+
/**
* Resets scores for all draft leaderboards for all players. This method is only
* available to user accounts for your developer console.
@@ -764,13 +772,13 @@ public function resetAllForAllPlayers($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetAllForAllPlayers', array($params));
}
+
/**
* Resets scores for the leaderboard with the given ID for all players. This
* method is only available to user accounts for your developer console. Only
* draft leaderboards can be reset. (scores.resetForAllPlayers)
*
- * @param string $leaderboardId
- * The ID of the leaderboard.
+ * @param string $leaderboardId The ID of the leaderboard.
* @param array $optParams Optional parameters.
*/
public function resetForAllPlayers($leaderboardId, $optParams = array())
@@ -779,6 +787,7 @@ public function resetForAllPlayers($leaderboardId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetForAllPlayers', array($params));
}
+
/**
* Resets scores for the leaderboards with the given IDs for all players. This
* method is only available to user accounts for your developer console. Only
@@ -818,6 +827,7 @@ public function reset($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reset', array($params));
}
+
/**
* Deletes turn-based matches where the only match participants are from
* whitelisted tester accounts for your application. This method is only
@@ -846,11 +856,11 @@ class Google_Service_GamesManagement_AchievementResetAllResponse extends Google_
protected $resultsType = 'Google_Service_GamesManagement_AchievementResetResponse';
protected $resultsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -859,12 +869,10 @@ public function setResults($results)
{
$this->results = $results;
}
-
public function getResults()
{
return $this->results;
}
-
}
class Google_Service_GamesManagement_AchievementResetMultipleForAllRequest extends Google_Collection
@@ -876,11 +884,11 @@ class Google_Service_GamesManagement_AchievementResetMultipleForAllRequest exten
public $achievementIds;
public $kind;
+
public function setAchievementIds($achievementIds)
{
$this->achievementIds = $achievementIds;
}
-
public function getAchievementIds()
{
return $this->achievementIds;
@@ -889,12 +897,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_GamesManagement_AchievementResetResponse extends Google_Model
@@ -906,11 +912,11 @@ class Google_Service_GamesManagement_AchievementResetResponse extends Google_Mod
public $kind;
public $updateOccurred;
+
public function setCurrentState($currentState)
{
$this->currentState = $currentState;
}
-
public function getCurrentState()
{
return $this->currentState;
@@ -919,7 +925,6 @@ public function setDefinitionId($definitionId)
{
$this->definitionId = $definitionId;
}
-
public function getDefinitionId()
{
return $this->definitionId;
@@ -928,7 +933,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -937,12 +941,10 @@ public function setUpdateOccurred($updateOccurred)
{
$this->updateOccurred = $updateOccurred;
}
-
public function getUpdateOccurred()
{
return $this->updateOccurred;
}
-
}
class Google_Service_GamesManagement_EventsResetMultipleForAllRequest extends Google_Collection
@@ -954,11 +956,11 @@ class Google_Service_GamesManagement_EventsResetMultipleForAllRequest extends Go
public $eventIds;
public $kind;
+
public function setEventIds($eventIds)
{
$this->eventIds = $eventIds;
}
-
public function getEventIds()
{
return $this->eventIds;
@@ -967,12 +969,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_GamesManagement_GamesPlayedResource extends Google_Model
@@ -982,11 +982,11 @@ class Google_Service_GamesManagement_GamesPlayedResource extends Google_Model
public $autoMatched;
public $timeMillis;
+
public function setAutoMatched($autoMatched)
{
$this->autoMatched = $autoMatched;
}
-
public function getAutoMatched()
{
return $this->autoMatched;
@@ -995,12 +995,10 @@ public function setTimeMillis($timeMillis)
{
$this->timeMillis = $timeMillis;
}
-
public function getTimeMillis()
{
return $this->timeMillis;
}
-
}
class Google_Service_GamesManagement_GamesPlayerExperienceInfoResource extends Google_Model
@@ -1014,11 +1012,11 @@ class Google_Service_GamesManagement_GamesPlayerExperienceInfoResource extends G
protected $nextLevelType = 'Google_Service_GamesManagement_GamesPlayerLevelResource';
protected $nextLevelDataType = '';
+
public function setCurrentExperiencePoints($currentExperiencePoints)
{
$this->currentExperiencePoints = $currentExperiencePoints;
}
-
public function getCurrentExperiencePoints()
{
return $this->currentExperiencePoints;
@@ -1027,7 +1025,6 @@ public function setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelR
{
$this->currentLevel = $currentLevel;
}
-
public function getCurrentLevel()
{
return $this->currentLevel;
@@ -1036,7 +1033,6 @@ public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
{
$this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
}
-
public function getLastLevelUpTimestampMillis()
{
return $this->lastLevelUpTimestampMillis;
@@ -1045,12 +1041,10 @@ public function setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelReso
{
$this->nextLevel = $nextLevel;
}
-
public function getNextLevel()
{
return $this->nextLevel;
}
-
}
class Google_Service_GamesManagement_GamesPlayerLevelResource extends Google_Model
@@ -1061,11 +1055,11 @@ class Google_Service_GamesManagement_GamesPlayerLevelResource extends Google_Mod
public $maxExperiencePoints;
public $minExperiencePoints;
+
public function setLevel($level)
{
$this->level = $level;
}
-
public function getLevel()
{
return $this->level;
@@ -1074,7 +1068,6 @@ public function setMaxExperiencePoints($maxExperiencePoints)
{
$this->maxExperiencePoints = $maxExperiencePoints;
}
-
public function getMaxExperiencePoints()
{
return $this->maxExperiencePoints;
@@ -1083,12 +1076,10 @@ public function setMinExperiencePoints($minExperiencePoints)
{
$this->minExperiencePoints = $minExperiencePoints;
}
-
public function getMinExperiencePoints()
{
return $this->minExperiencePoints;
}
-
}
class Google_Service_GamesManagement_HiddenPlayer extends Google_Model
@@ -1100,11 +1091,11 @@ class Google_Service_GamesManagement_HiddenPlayer extends Google_Model
protected $playerType = 'Google_Service_GamesManagement_Player';
protected $playerDataType = '';
+
public function setHiddenTimeMillis($hiddenTimeMillis)
{
$this->hiddenTimeMillis = $hiddenTimeMillis;
}
-
public function getHiddenTimeMillis()
{
return $this->hiddenTimeMillis;
@@ -1113,7 +1104,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1122,12 +1112,10 @@ public function setPlayer(Google_Service_GamesManagement_Player $player)
{
$this->player = $player;
}
-
public function getPlayer()
{
return $this->player;
}
-
}
class Google_Service_GamesManagement_HiddenPlayerList extends Google_Collection
@@ -1140,11 +1128,11 @@ class Google_Service_GamesManagement_HiddenPlayerList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1153,7 +1141,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1162,12 +1149,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_GamesManagement_Player extends Google_Model
@@ -1186,11 +1171,11 @@ class Google_Service_GamesManagement_Player extends Google_Model
public $playerId;
public $title;
+
public function setAvatarImageUrl($avatarImageUrl)
{
$this->avatarImageUrl = $avatarImageUrl;
}
-
public function getAvatarImageUrl()
{
return $this->avatarImageUrl;
@@ -1199,7 +1184,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1208,7 +1192,6 @@ public function setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExpe
{
$this->experienceInfo = $experienceInfo;
}
-
public function getExperienceInfo()
{
return $this->experienceInfo;
@@ -1217,7 +1200,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1226,7 +1208,6 @@ public function setLastPlayedWith(Google_Service_GamesManagement_GamesPlayedReso
{
$this->lastPlayedWith = $lastPlayedWith;
}
-
public function getLastPlayedWith()
{
return $this->lastPlayedWith;
@@ -1235,7 +1216,6 @@ public function setName(Google_Service_GamesManagement_PlayerName $name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1244,7 +1224,6 @@ public function setPlayerId($playerId)
{
$this->playerId = $playerId;
}
-
public function getPlayerId()
{
return $this->playerId;
@@ -1253,12 +1232,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_GamesManagement_PlayerName extends Google_Model
@@ -1268,11 +1245,11 @@ class Google_Service_GamesManagement_PlayerName extends Google_Model
public $familyName;
public $givenName;
+
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -1281,12 +1258,10 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
}
-
}
class Google_Service_GamesManagement_PlayerScoreResetAllResponse extends Google_Collection
@@ -1298,11 +1273,11 @@ class Google_Service_GamesManagement_PlayerScoreResetAllResponse extends Google_
protected $resultsType = 'Google_Service_GamesManagement_PlayerScoreResetResponse';
protected $resultsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1311,12 +1286,10 @@ public function setResults($results)
{
$this->results = $results;
}
-
public function getResults()
{
return $this->results;
}
-
}
class Google_Service_GamesManagement_PlayerScoreResetResponse extends Google_Collection
@@ -1328,11 +1301,11 @@ class Google_Service_GamesManagement_PlayerScoreResetResponse extends Google_Col
public $kind;
public $resetScoreTimeSpans;
+
public function setDefinitionId($definitionId)
{
$this->definitionId = $definitionId;
}
-
public function getDefinitionId()
{
return $this->definitionId;
@@ -1341,7 +1314,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1350,12 +1322,10 @@ public function setResetScoreTimeSpans($resetScoreTimeSpans)
{
$this->resetScoreTimeSpans = $resetScoreTimeSpans;
}
-
public function getResetScoreTimeSpans()
{
return $this->resetScoreTimeSpans;
}
-
}
class Google_Service_GamesManagement_QuestsResetMultipleForAllRequest extends Google_Collection
@@ -1367,11 +1337,11 @@ class Google_Service_GamesManagement_QuestsResetMultipleForAllRequest extends Go
public $kind;
public $questIds;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1380,12 +1350,10 @@ public function setQuestIds($questIds)
{
$this->questIds = $questIds;
}
-
public function getQuestIds()
{
return $this->questIds;
}
-
}
class Google_Service_GamesManagement_ScoresResetMultipleForAllRequest extends Google_Collection
@@ -1397,11 +1365,11 @@ class Google_Service_GamesManagement_ScoresResetMultipleForAllRequest extends Go
public $kind;
public $leaderboardIds;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1410,10 +1378,8 @@ public function setLeaderboardIds($leaderboardIds)
{
$this->leaderboardIds = $leaderboardIds;
}
-
public function getLeaderboardIds()
{
return $this->leaderboardIds;
}
-
}
From 34bfb781e40561567ae1eb0d9def42574bf48d8b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The Admin SDK Directory API lets you view and manage enterprise resources such as users and groups, administrative notifications, security features, and more.
- *
* For more information about this service, see the API
@@ -32,43 +33,62 @@
class Google_Service_Directory extends Google_Service
{
/** View and manage your Chrome OS devices' metadata. */
- const ADMIN_DIRECTORY_DEVICE_CHROMEOS = "https://www.googleapis.com/auth/admin.directory.device.chromeos";
+ const ADMIN_DIRECTORY_DEVICE_CHROMEOS =
+ "https://www.googleapis.com/auth/admin.directory.device.chromeos";
/** View your Chrome OS devices' metadata. */
- const ADMIN_DIRECTORY_DEVICE_CHROMEOS_READONLY = "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly";
+ const ADMIN_DIRECTORY_DEVICE_CHROMEOS_READONLY =
+ "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly";
/** View and manage your mobile devices' metadata. */
- const ADMIN_DIRECTORY_DEVICE_MOBILE = "https://www.googleapis.com/auth/admin.directory.device.mobile";
+ const ADMIN_DIRECTORY_DEVICE_MOBILE =
+ "https://www.googleapis.com/auth/admin.directory.device.mobile";
/** Manage your mobile devices by performing administrative tasks. */
- const ADMIN_DIRECTORY_DEVICE_MOBILE_ACTION = "https://www.googleapis.com/auth/admin.directory.device.mobile.action";
+ const ADMIN_DIRECTORY_DEVICE_MOBILE_ACTION =
+ "https://www.googleapis.com/auth/admin.directory.device.mobile.action";
/** View your mobile devices' metadata. */
- const ADMIN_DIRECTORY_DEVICE_MOBILE_READONLY = "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly";
+ const ADMIN_DIRECTORY_DEVICE_MOBILE_READONLY =
+ "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly";
/** View and manage the provisioning of groups on your domain. */
- const ADMIN_DIRECTORY_GROUP = "https://www.googleapis.com/auth/admin.directory.group";
+ const ADMIN_DIRECTORY_GROUP =
+ "https://www.googleapis.com/auth/admin.directory.group";
/** View and manage group subscriptions on your domain. */
- const ADMIN_DIRECTORY_GROUP_MEMBER = "https://www.googleapis.com/auth/admin.directory.group.member";
+ const ADMIN_DIRECTORY_GROUP_MEMBER =
+ "https://www.googleapis.com/auth/admin.directory.group.member";
/** View group subscriptions on your domain. */
- const ADMIN_DIRECTORY_GROUP_MEMBER_READONLY = "https://www.googleapis.com/auth/admin.directory.group.member.readonly";
+ const ADMIN_DIRECTORY_GROUP_MEMBER_READONLY =
+ "https://www.googleapis.com/auth/admin.directory.group.member.readonly";
/** View groups on your domain. */
- const ADMIN_DIRECTORY_GROUP_READONLY = "https://www.googleapis.com/auth/admin.directory.group.readonly";
+ const ADMIN_DIRECTORY_GROUP_READONLY =
+ "https://www.googleapis.com/auth/admin.directory.group.readonly";
/** View and manage notifications received on your domain. */
- const ADMIN_DIRECTORY_NOTIFICATIONS = "https://www.googleapis.com/auth/admin.directory.notifications";
+ const ADMIN_DIRECTORY_NOTIFICATIONS =
+ "https://www.googleapis.com/auth/admin.directory.notifications";
/** View and manage organization units on your domain. */
- const ADMIN_DIRECTORY_ORGUNIT = "https://www.googleapis.com/auth/admin.directory.orgunit";
+ const ADMIN_DIRECTORY_ORGUNIT =
+ "https://www.googleapis.com/auth/admin.directory.orgunit";
/** View organization units on your domain. */
- const ADMIN_DIRECTORY_ORGUNIT_READONLY = "https://www.googleapis.com/auth/admin.directory.orgunit.readonly";
+ const ADMIN_DIRECTORY_ORGUNIT_READONLY =
+ "https://www.googleapis.com/auth/admin.directory.orgunit.readonly";
/** View and manage the provisioning of users on your domain. */
- const ADMIN_DIRECTORY_USER = "https://www.googleapis.com/auth/admin.directory.user";
+ const ADMIN_DIRECTORY_USER =
+ "https://www.googleapis.com/auth/admin.directory.user";
/** View and manage user aliases on your domain. */
- const ADMIN_DIRECTORY_USER_ALIAS = "https://www.googleapis.com/auth/admin.directory.user.alias";
+ const ADMIN_DIRECTORY_USER_ALIAS =
+ "https://www.googleapis.com/auth/admin.directory.user.alias";
/** View user aliases on your domain. */
- const ADMIN_DIRECTORY_USER_ALIAS_READONLY = "https://www.googleapis.com/auth/admin.directory.user.alias.readonly";
+ const ADMIN_DIRECTORY_USER_ALIAS_READONLY =
+ "https://www.googleapis.com/auth/admin.directory.user.alias.readonly";
/** View users on your domain. */
- const ADMIN_DIRECTORY_USER_READONLY = "https://www.googleapis.com/auth/admin.directory.user.readonly";
+ const ADMIN_DIRECTORY_USER_READONLY =
+ "https://www.googleapis.com/auth/admin.directory.user.readonly";
/** Manage data access permissions for users on your domain. */
- const ADMIN_DIRECTORY_USER_SECURITY = "https://www.googleapis.com/auth/admin.directory.user.security";
+ const ADMIN_DIRECTORY_USER_SECURITY =
+ "https://www.googleapis.com/auth/admin.directory.user.security";
/** View and manage the provisioning of user schemas on your domain. */
- const ADMIN_DIRECTORY_USERSCHEMA = "https://www.googleapis.com/auth/admin.directory.userschema";
+ const ADMIN_DIRECTORY_USERSCHEMA =
+ "https://www.googleapis.com/auth/admin.directory.userschema";
/** View user schemas on your domain. */
- const ADMIN_DIRECTORY_USERSCHEMA_READONLY = "https://www.googleapis.com/auth/admin.directory.userschema.readonly";
+ const ADMIN_DIRECTORY_USERSCHEMA_READONLY =
+ "https://www.googleapis.com/auth/admin.directory.userschema.readonly";
public $asps;
public $channels;
@@ -1280,11 +1300,9 @@ class Google_Service_Directory_Asps_Resource extends Google_Service_Resource
/**
* Delete an ASP issued by a user. (asps.delete)
*
- * @param string $userKey
- * Identifies the user in the API request. The value can be the user's primary email address, alias
- * email address, or unique user ID.
- * @param int $codeId
- * The unique ID of the ASP to be deleted.
+ * @param string $userKey Identifies the user in the API request. The value can
+ * be the user's primary email address, alias email address, or unique user ID.
+ * @param int $codeId The unique ID of the ASP to be deleted.
* @param array $optParams Optional parameters.
*/
public function delete($userKey, $codeId, $optParams = array())
@@ -1293,14 +1311,13 @@ public function delete($userKey, $codeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Get information about an ASP issued by a user. (asps.get)
*
- * @param string $userKey
- * Identifies the user in the API request. The value can be the user's primary email address, alias
- * email address, or unique user ID.
- * @param int $codeId
- * The unique ID of the ASP.
+ * @param string $userKey Identifies the user in the API request. The value can
+ * be the user's primary email address, alias email address, or unique user ID.
+ * @param int $codeId The unique ID of the ASP.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Asp
*/
@@ -1310,12 +1327,12 @@ public function get($userKey, $codeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_Asp");
}
+
/**
* List the ASPs issued by a user. (asps.listAsps)
*
- * @param string $userKey
- * Identifies the user in the API request. The value can be the user's primary email address, alias
- * email address, or unique user ID.
+ * @param string $userKey Identifies the user in the API request. The value can
+ * be the user's primary email address, alias email address, or unique user ID.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Asps
*/
@@ -1366,14 +1383,12 @@ class Google_Service_Directory_Chromeosdevices_Resource extends Google_Service_R
/**
* Retrieve Chrome OS Device (chromeosdevices.get)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $deviceId
- * Immutable id of Chrome OS Device
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $deviceId Immutable id of Chrome OS Device
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
* @return Google_Service_Directory_ChromeOsDevice
*/
public function get($customerId, $deviceId, $optParams = array())
@@ -1382,28 +1397,23 @@ public function get($customerId, $deviceId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_ChromeOsDevice");
}
+
/**
* Retrieve all Chrome OS Devices of a customer (paginated)
* (chromeosdevices.listChromeosdevices)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
+ * @param string $customerId Immutable id of the Google Apps account
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * Column to use for sorting results
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
- * @opt_param int maxResults
- * Maximum number of results to return. Default is 100
- * @opt_param string pageToken
- * Token to specify next page in the list
- * @opt_param string sortOrder
- * Whether to return results in ascending or descending order. Only of use when orderBy is also
- * used
- * @opt_param string query
- * Search string in the format given at
- * http://support.google.com/chromeos/a/bin/answer.py?hl=en=1698333
+ * @opt_param string orderBy Column to use for sorting results
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
+ * @opt_param int maxResults Maximum number of results to return. Default is 100
+ * @opt_param string pageToken Token to specify next page in the list
+ * @opt_param string sortOrder Whether to return results in ascending or
+ * descending order. Only of use when orderBy is also used
+ * @opt_param string query Search string in the format given at
+ * http://support.google.com/chromeos/a/bin/answer.py?hl=en=1698333
* @return Google_Service_Directory_ChromeOsDevices
*/
public function listChromeosdevices($customerId, $optParams = array())
@@ -1412,19 +1422,18 @@ public function listChromeosdevices($customerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_ChromeOsDevices");
}
+
/**
* Update Chrome OS Device. This method supports patch semantics.
* (chromeosdevices.patch)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $deviceId
- * Immutable id of Chrome OS Device
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $deviceId Immutable id of Chrome OS Device
* @param Google_ChromeOsDevice $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
* @return Google_Service_Directory_ChromeOsDevice
*/
public function patch($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array())
@@ -1433,18 +1442,17 @@ public function patch($customerId, $deviceId, Google_Service_Directory_ChromeOsD
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Directory_ChromeOsDevice");
}
+
/**
* Update Chrome OS Device (chromeosdevices.update)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $deviceId
- * Immutable id of Chrome OS Device
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $deviceId Immutable id of Chrome OS Device
* @param Google_ChromeOsDevice $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
* @return Google_Service_Directory_ChromeOsDevice
*/
public function update($customerId, $deviceId, Google_Service_Directory_ChromeOsDevice $postBody, $optParams = array())
@@ -1469,8 +1477,7 @@ class Google_Service_Directory_Groups_Resource extends Google_Service_Resource
/**
* Delete Group (groups.delete)
*
- * @param string $groupKey
- * Email or immutable Id of the group
+ * @param string $groupKey Email or immutable Id of the group
* @param array $optParams Optional parameters.
*/
public function delete($groupKey, $optParams = array())
@@ -1479,11 +1486,11 @@ public function delete($groupKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieve Group (groups.get)
*
- * @param string $groupKey
- * Email or immutable Id of the group
+ * @param string $groupKey Email or immutable Id of the group
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Group
*/
@@ -1493,6 +1500,7 @@ public function get($groupKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_Group");
}
+
/**
* Create Group (groups.insert)
*
@@ -1506,24 +1514,23 @@ public function insert(Google_Service_Directory_Group $postBody, $optParams = ar
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Directory_Group");
}
+
/**
* Retrieve all groups in a domain (paginated) (groups.listGroups)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string customer
- * Immutable id of the Google Apps account. In case of multi-domain, to fetch all groups for a
- * customer, fill this field instead of domain.
- * @opt_param string pageToken
- * Token to specify next page in the list
- * @opt_param string domain
- * Name of the domain. Fill this field to get groups from only this domain. To return all groups in
- * a multi-domain fill customer field instead.
- * @opt_param int maxResults
- * Maximum number of results to return. Default is 200
- * @opt_param string userKey
- * Email or immutable Id of the user if only those groups are to be listed, the given user is a
- * member of. If Id, it should match with id of user object
+ * @opt_param string customer Immutable id of the Google Apps account. In case
+ * of multi-domain, to fetch all groups for a customer, fill this field instead
+ * of domain.
+ * @opt_param string pageToken Token to specify next page in the list
+ * @opt_param string domain Name of the domain. Fill this field to get groups
+ * from only this domain. To return all groups in a multi-domain fill customer
+ * field instead.
+ * @opt_param int maxResults Maximum number of results to return. Default is 200
+ * @opt_param string userKey Email or immutable Id of the user if only those
+ * groups are to be listed, the given user is a member of. If Id, it should
+ * match with id of user object
* @return Google_Service_Directory_Groups
*/
public function listGroups($optParams = array())
@@ -1532,11 +1539,12 @@ public function listGroups($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_Groups");
}
+
/**
* Update Group. This method supports patch semantics. (groups.patch)
*
- * @param string $groupKey
- * Email or immutable Id of the group. If Id, it should match with id of group object
+ * @param string $groupKey Email or immutable Id of the group. If Id, it should
+ * match with id of group object
* @param Google_Group $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Group
@@ -1547,11 +1555,12 @@ public function patch($groupKey, Google_Service_Directory_Group $postBody, $optP
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Directory_Group");
}
+
/**
* Update Group (groups.update)
*
- * @param string $groupKey
- * Email or immutable Id of the group. If Id, it should match with id of group object
+ * @param string $groupKey Email or immutable Id of the group. If Id, it should
+ * match with id of group object
* @param Google_Group $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Group
@@ -1578,10 +1587,8 @@ class Google_Service_Directory_GroupsAliases_Resource extends Google_Service_Res
/**
* Remove a alias for the group (aliases.delete)
*
- * @param string $groupKey
- * Email or immutable Id of the group
- * @param string $alias
- * The alias to be removed
+ * @param string $groupKey Email or immutable Id of the group
+ * @param string $alias The alias to be removed
* @param array $optParams Optional parameters.
*/
public function delete($groupKey, $alias, $optParams = array())
@@ -1590,11 +1597,11 @@ public function delete($groupKey, $alias, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Add a alias for the group (aliases.insert)
*
- * @param string $groupKey
- * Email or immutable Id of the group
+ * @param string $groupKey Email or immutable Id of the group
* @param Google_Alias $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Alias
@@ -1605,11 +1612,11 @@ public function insert($groupKey, Google_Service_Directory_Alias $postBody, $opt
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Directory_Alias");
}
+
/**
* List all aliases for a group (aliases.listGroupsAliases)
*
- * @param string $groupKey
- * Email or immutable Id of the group
+ * @param string $groupKey Email or immutable Id of the group
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Aliases
*/
@@ -1635,10 +1642,8 @@ class Google_Service_Directory_Members_Resource extends Google_Service_Resource
/**
* Remove membership. (members.delete)
*
- * @param string $groupKey
- * Email or immutable Id of the group
- * @param string $memberKey
- * Email or immutable Id of the member
+ * @param string $groupKey Email or immutable Id of the group
+ * @param string $memberKey Email or immutable Id of the member
* @param array $optParams Optional parameters.
*/
public function delete($groupKey, $memberKey, $optParams = array())
@@ -1647,13 +1652,12 @@ public function delete($groupKey, $memberKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieve Group Member (members.get)
*
- * @param string $groupKey
- * Email or immutable Id of the group
- * @param string $memberKey
- * Email or immutable Id of the member
+ * @param string $groupKey Email or immutable Id of the group
+ * @param string $memberKey Email or immutable Id of the member
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Member
*/
@@ -1663,11 +1667,11 @@ public function get($groupKey, $memberKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_Member");
}
+
/**
* Add user to the specified group. (members.insert)
*
- * @param string $groupKey
- * Email or immutable Id of the group
+ * @param string $groupKey Email or immutable Id of the group
* @param Google_Member $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Member
@@ -1678,19 +1682,17 @@ public function insert($groupKey, Google_Service_Directory_Member $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Directory_Member");
}
+
/**
* Retrieve all members in a group (paginated) (members.listMembers)
*
- * @param string $groupKey
- * Email or immutable Id of the group
+ * @param string $groupKey Email or immutable Id of the group
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token to specify next page in the list
- * @opt_param string roles
- * Comma separated role values to filter list results on.
- * @opt_param int maxResults
- * Maximum number of results to return. Default is 200
+ * @opt_param string pageToken Token to specify next page in the list
+ * @opt_param string roles Comma separated role values to filter list results
+ * on.
+ * @opt_param int maxResults Maximum number of results to return. Default is 200
* @return Google_Service_Directory_Members
*/
public function listMembers($groupKey, $optParams = array())
@@ -1699,14 +1701,15 @@ public function listMembers($groupKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_Members");
}
+
/**
* Update membership of a user in the specified group. This method supports
* patch semantics. (members.patch)
*
- * @param string $groupKey
- * Email or immutable Id of the group. If Id, it should match with id of group object
- * @param string $memberKey
- * Email or immutable Id of the user. If Id, it should match with id of member object
+ * @param string $groupKey Email or immutable Id of the group. If Id, it should
+ * match with id of group object
+ * @param string $memberKey Email or immutable Id of the user. If Id, it should
+ * match with id of member object
* @param Google_Member $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Member
@@ -1717,13 +1720,14 @@ public function patch($groupKey, $memberKey, Google_Service_Directory_Member $po
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Directory_Member");
}
+
/**
* Update membership of a user in the specified group. (members.update)
*
- * @param string $groupKey
- * Email or immutable Id of the group. If Id, it should match with id of group object
- * @param string $memberKey
- * Email or immutable Id of the user. If Id, it should match with id of member object
+ * @param string $groupKey Email or immutable Id of the group. If Id, it should
+ * match with id of group object
+ * @param string $memberKey Email or immutable Id of the user. If Id, it should
+ * match with id of member object
* @param Google_Member $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Member
@@ -1750,10 +1754,8 @@ class Google_Service_Directory_Mobiledevices_Resource extends Google_Service_Res
/**
* Take action on Mobile Device (mobiledevices.action)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $resourceId
- * Immutable id of Mobile Device
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $resourceId Immutable id of Mobile Device
* @param Google_MobileDeviceAction $postBody
* @param array $optParams Optional parameters.
*/
@@ -1763,13 +1765,12 @@ public function action($customerId, $resourceId, Google_Service_Directory_Mobile
$params = array_merge($params, $optParams);
return $this->call('action', array($params));
}
+
/**
* Delete Mobile Device (mobiledevices.delete)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $resourceId
- * Immutable id of Mobile Device
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $resourceId Immutable id of Mobile Device
* @param array $optParams Optional parameters.
*/
public function delete($customerId, $resourceId, $optParams = array())
@@ -1778,17 +1779,16 @@ public function delete($customerId, $resourceId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieve Mobile Device (mobiledevices.get)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $resourceId
- * Immutable id of Mobile Device
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $resourceId Immutable id of Mobile Device
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
* @return Google_Service_Directory_MobileDevice
*/
public function get($customerId, $resourceId, $optParams = array())
@@ -1797,28 +1797,23 @@ public function get($customerId, $resourceId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_MobileDevice");
}
+
/**
* Retrieve all Mobile Devices of a customer (paginated)
* (mobiledevices.listMobiledevices)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
+ * @param string $customerId Immutable id of the Google Apps account
* @param array $optParams Optional parameters.
*
- * @opt_param string orderBy
- * Column to use for sorting results
- * @opt_param string projection
- * Restrict information returned to a set of selected fields.
- * @opt_param int maxResults
- * Maximum number of results to return. Default is 100
- * @opt_param string pageToken
- * Token to specify next page in the list
- * @opt_param string sortOrder
- * Whether to return results in ascending or descending order. Only of use when orderBy is also
- * used
- * @opt_param string query
- * Search string in the format given at
- * http://support.google.com/a/bin/answer.py?hl=en=1408863#search
+ * @opt_param string orderBy Column to use for sorting results
+ * @opt_param string projection Restrict information returned to a set of
+ * selected fields.
+ * @opt_param int maxResults Maximum number of results to return. Default is 100
+ * @opt_param string pageToken Token to specify next page in the list
+ * @opt_param string sortOrder Whether to return results in ascending or
+ * descending order. Only of use when orderBy is also used
+ * @opt_param string query Search string in the format given at
+ * http://support.google.com/a/bin/answer.py?hl=en=1408863#search
* @return Google_Service_Directory_MobileDevices
*/
public function listMobiledevices($customerId, $optParams = array())
@@ -1843,11 +1838,9 @@ class Google_Service_Directory_Notifications_Resource extends Google_Service_Res
/**
* Deletes a notification (notifications.delete)
*
- * @param string $customer
- * The unique ID for the customer's Google account. The customerId is also returned as part of the
- * Users resource.
- * @param string $notificationId
- * The unique ID of the notification.
+ * @param string $customer The unique ID for the customer's Google account. The
+ * customerId is also returned as part of the Users resource.
+ * @param string $notificationId The unique ID of the notification.
* @param array $optParams Optional parameters.
*/
public function delete($customer, $notificationId, $optParams = array())
@@ -1856,14 +1849,13 @@ public function delete($customer, $notificationId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieves a notification. (notifications.get)
*
- * @param string $customer
- * The unique ID for the customer's Google account. The customerId is also returned as part of the
- * Users resource.
- * @param string $notificationId
- * The unique ID of the notification.
+ * @param string $customer The unique ID for the customer's Google account. The
+ * customerId is also returned as part of the Users resource.
+ * @param string $notificationId The unique ID of the notification.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Notification
*/
@@ -1873,19 +1865,19 @@ public function get($customer, $notificationId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_Notification");
}
+
/**
* Retrieves a list of notifications. (notifications.listNotifications)
*
- * @param string $customer
- * The unique ID for the customer's Google account.
+ * @param string $customer The unique ID for the customer's Google account.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token to specify the page of results to retrieve.
- * @opt_param string maxResults
- * Maximum number of notifications to return per page. The default is 100.
- * @opt_param string language
- * The ISO 639-1 code of the language notifications are returned in. The default is English (en).
+ * @opt_param string pageToken The token to specify the page of results to
+ * retrieve.
+ * @opt_param string maxResults Maximum number of notifications to return per
+ * page. The default is 100.
+ * @opt_param string language The ISO 639-1 code of the language notifications
+ * are returned in. The default is English (en).
* @return Google_Service_Directory_Notifications
*/
public function listNotifications($customer, $optParams = array())
@@ -1894,14 +1886,13 @@ public function listNotifications($customer, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_Notifications");
}
+
/**
* Updates a notification. This method supports patch semantics.
* (notifications.patch)
*
- * @param string $customer
- * The unique ID for the customer's Google account.
- * @param string $notificationId
- * The unique ID of the notification.
+ * @param string $customer The unique ID for the customer's Google account.
+ * @param string $notificationId The unique ID of the notification.
* @param Google_Notification $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Notification
@@ -1912,13 +1903,12 @@ public function patch($customer, $notificationId, Google_Service_Directory_Notif
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Directory_Notification");
}
+
/**
* Updates a notification. (notifications.update)
*
- * @param string $customer
- * The unique ID for the customer's Google account.
- * @param string $notificationId
- * The unique ID of the notification.
+ * @param string $customer The unique ID for the customer's Google account.
+ * @param string $notificationId The unique ID of the notification.
* @param Google_Notification $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Notification
@@ -1945,10 +1935,8 @@ class Google_Service_Directory_Orgunits_Resource extends Google_Service_Resource
/**
* Remove Organization Unit (orgunits.delete)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $orgUnitPath
- * Full path of the organization unit
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $orgUnitPath Full path of the organization unit
* @param array $optParams Optional parameters.
*/
public function delete($customerId, $orgUnitPath, $optParams = array())
@@ -1957,13 +1945,12 @@ public function delete($customerId, $orgUnitPath, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieve Organization Unit (orgunits.get)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $orgUnitPath
- * Full path of the organization unit
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $orgUnitPath Full path of the organization unit
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_OrgUnit
*/
@@ -1973,11 +1960,11 @@ public function get($customerId, $orgUnitPath, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_OrgUnit");
}
+
/**
* Add Organization Unit (orgunits.insert)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
+ * @param string $customerId Immutable id of the Google Apps account
* @param Google_OrgUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_OrgUnit
@@ -1988,17 +1975,16 @@ public function insert($customerId, Google_Service_Directory_OrgUnit $postBody,
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Directory_OrgUnit");
}
+
/**
* Retrieve all Organization Units (orgunits.listOrgunits)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
+ * @param string $customerId Immutable id of the Google Apps account
* @param array $optParams Optional parameters.
*
- * @opt_param string type
- * Whether to return all sub-organizations or just immediate children
- * @opt_param string orgUnitPath
- * the URL-encoded organization unit
+ * @opt_param string type Whether to return all sub-organizations or just
+ * immediate children
+ * @opt_param string orgUnitPath the URL-encoded organization unit
* @return Google_Service_Directory_OrgUnits
*/
public function listOrgunits($customerId, $optParams = array())
@@ -2007,14 +1993,13 @@ public function listOrgunits($customerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_OrgUnits");
}
+
/**
* Update Organization Unit. This method supports patch semantics.
* (orgunits.patch)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $orgUnitPath
- * Full path of the organization unit
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $orgUnitPath Full path of the organization unit
* @param Google_OrgUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_OrgUnit
@@ -2025,13 +2010,12 @@ public function patch($customerId, $orgUnitPath, Google_Service_Directory_OrgUni
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Directory_OrgUnit");
}
+
/**
* Update Organization Unit (orgunits.update)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $orgUnitPath
- * Full path of the organization unit
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $orgUnitPath Full path of the organization unit
* @param Google_OrgUnit $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_OrgUnit
@@ -2058,10 +2042,8 @@ class Google_Service_Directory_Schemas_Resource extends Google_Service_Resource
/**
* Delete schema (schemas.delete)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $schemaKey
- * Name or immutable Id of the schema
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $schemaKey Name or immutable Id of the schema
* @param array $optParams Optional parameters.
*/
public function delete($customerId, $schemaKey, $optParams = array())
@@ -2070,13 +2052,12 @@ public function delete($customerId, $schemaKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieve schema (schemas.get)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $schemaKey
- * Name or immutable Id of the schema
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $schemaKey Name or immutable Id of the schema
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schema
*/
@@ -2086,11 +2067,11 @@ public function get($customerId, $schemaKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_Schema");
}
+
/**
* Create schema. (schemas.insert)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
+ * @param string $customerId Immutable id of the Google Apps account
* @param Google_Schema $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schema
@@ -2101,11 +2082,11 @@ public function insert($customerId, Google_Service_Directory_Schema $postBody, $
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Directory_Schema");
}
+
/**
* Retrieve all schemas for a customer (schemas.listSchemas)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
+ * @param string $customerId Immutable id of the Google Apps account
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schemas
*/
@@ -2115,13 +2096,12 @@ public function listSchemas($customerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_Schemas");
}
+
/**
* Update schema. This method supports patch semantics. (schemas.patch)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $schemaKey
- * Name or immutable Id of the schema.
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $schemaKey Name or immutable Id of the schema.
* @param Google_Schema $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schema
@@ -2132,13 +2112,12 @@ public function patch($customerId, $schemaKey, Google_Service_Directory_Schema $
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Directory_Schema");
}
+
/**
* Update schema (schemas.update)
*
- * @param string $customerId
- * Immutable id of the Google Apps account
- * @param string $schemaKey
- * Name or immutable Id of the schema.
+ * @param string $customerId Immutable id of the Google Apps account
+ * @param string $schemaKey Name or immutable Id of the schema.
* @param Google_Schema $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Schema
@@ -2165,11 +2144,10 @@ class Google_Service_Directory_Tokens_Resource extends Google_Service_Resource
/**
* Delete all access tokens issued by a user for an application. (tokens.delete)
*
- * @param string $userKey
- * Identifies the user in the API request. The value can be the user's primary email address, alias
- * email address, or unique user ID.
- * @param string $clientId
- * The Client ID of the application the token is issued to.
+ * @param string $userKey Identifies the user in the API request. The value can
+ * be the user's primary email address, alias email address, or unique user ID.
+ * @param string $clientId The Client ID of the application the token is issued
+ * to.
* @param array $optParams Optional parameters.
*/
public function delete($userKey, $clientId, $optParams = array())
@@ -2178,14 +2156,14 @@ public function delete($userKey, $clientId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Get information about an access token issued by a user. (tokens.get)
*
- * @param string $userKey
- * Identifies the user in the API request. The value can be the user's primary email address, alias
- * email address, or unique user ID.
- * @param string $clientId
- * The Client ID of the application the token is issued to.
+ * @param string $userKey Identifies the user in the API request. The value can
+ * be the user's primary email address, alias email address, or unique user ID.
+ * @param string $clientId The Client ID of the application the token is issued
+ * to.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Token
*/
@@ -2195,13 +2173,13 @@ public function get($userKey, $clientId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_Token");
}
+
/**
* Returns the set of tokens specified user has issued to 3rd party
* applications. (tokens.listTokens)
*
- * @param string $userKey
- * Identifies the user in the API request. The value can be the user's primary email address, alias
- * email address, or unique user ID.
+ * @param string $userKey Identifies the user in the API request. The value can
+ * be the user's primary email address, alias email address, or unique user ID.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Tokens
*/
@@ -2227,8 +2205,7 @@ class Google_Service_Directory_Users_Resource extends Google_Service_Resource
/**
* Delete user (users.delete)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param array $optParams Optional parameters.
*/
public function delete($userKey, $optParams = array())
@@ -2237,20 +2214,19 @@ public function delete($userKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* retrieve user (users.get)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param array $optParams Optional parameters.
*
- * @opt_param string viewType
- * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
- * @opt_param string customFieldMask
- * Comma-separated list of schema names. All fields from these schemas are fetched. This should
- * only be set when projection=custom.
- * @opt_param string projection
- * What subset of fields to fetch for this user.
+ * @opt_param string viewType Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC
+ * view of the user.
+ * @opt_param string customFieldMask Comma-separated list of schema names. All
+ * fields from these schemas are fetched. This should only be set when
+ * projection=custom.
+ * @opt_param string projection What subset of fields to fetch for this user.
* @return Google_Service_Directory_User
*/
public function get($userKey, $optParams = array())
@@ -2259,6 +2235,7 @@ public function get($userKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_User");
}
+
/**
* create user. (users.insert)
*
@@ -2272,40 +2249,38 @@ public function insert(Google_Service_Directory_User $postBody, $optParams = arr
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Directory_User");
}
+
/**
* Retrieve either deleted users or all users in a domain (paginated)
* (users.listUsers)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string customer
- * Immutable id of the Google Apps account. In case of multi-domain, to fetch all users for a
- * customer, fill this field instead of domain.
- * @opt_param string orderBy
- * Column to use for sorting results
- * @opt_param string domain
- * Name of the domain. Fill this field to get users from only this domain. To return all users in a
- * multi-domain fill customer field instead.
- * @opt_param string projection
- * What subset of fields to fetch for this user.
- * @opt_param string showDeleted
- * If set to true retrieves the list of deleted users. Default is false
- * @opt_param string customFieldMask
- * Comma-separated list of schema names. All fields from these schemas are fetched. This should
- * only be set when projection=custom.
- * @opt_param int maxResults
- * Maximum number of results to return. Default is 100. Max allowed is 500
- * @opt_param string pageToken
- * Token to specify next page in the list
- * @opt_param string sortOrder
- * Whether to return results in ascending or descending order.
- * @opt_param string query
- * Query string search. Should be of the form "". Complete documentation is at
- * https://developers.google.com/admin-sdk/directory/v1/guides/search-users
- * @opt_param string viewType
- * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
- * @opt_param string event
- * Event on which subscription is intended (if subscribing)
+ * @opt_param string customer Immutable id of the Google Apps account. In case
+ * of multi-domain, to fetch all users for a customer, fill this field instead
+ * of domain.
+ * @opt_param string orderBy Column to use for sorting results
+ * @opt_param string domain Name of the domain. Fill this field to get users
+ * from only this domain. To return all users in a multi-domain fill customer
+ * field instead.
+ * @opt_param string projection What subset of fields to fetch for this user.
+ * @opt_param string showDeleted If set to true retrieves the list of deleted
+ * users. Default is false
+ * @opt_param string customFieldMask Comma-separated list of schema names. All
+ * fields from these schemas are fetched. This should only be set when
+ * projection=custom.
+ * @opt_param int maxResults Maximum number of results to return. Default is
+ * 100. Max allowed is 500
+ * @opt_param string pageToken Token to specify next page in the list
+ * @opt_param string sortOrder Whether to return results in ascending or
+ * descending order.
+ * @opt_param string query Query string search. Should be of the form "".
+ * Complete documentation is at https://developers.google.com/admin-
+ * sdk/directory/v1/guides/search-users
+ * @opt_param string viewType Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC
+ * view of the user.
+ * @opt_param string event Event on which subscription is intended (if
+ * subscribing)
* @return Google_Service_Directory_Users
*/
public function listUsers($optParams = array())
@@ -2314,11 +2289,11 @@ public function listUsers($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_Users");
}
+
/**
* change admin status of a user (users.makeAdmin)
*
- * @param string $userKey
- * Email or immutable Id of the user as admin
+ * @param string $userKey Email or immutable Id of the user as admin
* @param Google_UserMakeAdmin $postBody
* @param array $optParams Optional parameters.
*/
@@ -2328,11 +2303,12 @@ public function makeAdmin($userKey, Google_Service_Directory_UserMakeAdmin $post
$params = array_merge($params, $optParams);
return $this->call('makeAdmin', array($params));
}
+
/**
* update user. This method supports patch semantics. (users.patch)
*
- * @param string $userKey
- * Email or immutable Id of the user. If Id, it should match with id of user object
+ * @param string $userKey Email or immutable Id of the user. If Id, it should
+ * match with id of user object
* @param Google_User $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_User
@@ -2343,11 +2319,11 @@ public function patch($userKey, Google_Service_Directory_User $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Directory_User");
}
+
/**
* Undelete a deleted user (users.undelete)
*
- * @param string $userKey
- * The immutable id of the user
+ * @param string $userKey The immutable id of the user
* @param Google_UserUndelete $postBody
* @param array $optParams Optional parameters.
*/
@@ -2357,11 +2333,12 @@ public function undelete($userKey, Google_Service_Directory_UserUndelete $postBo
$params = array_merge($params, $optParams);
return $this->call('undelete', array($params));
}
+
/**
* update user (users.update)
*
- * @param string $userKey
- * Email or immutable Id of the user. If Id, it should match with id of user object
+ * @param string $userKey Email or immutable Id of the user. If Id, it should
+ * match with id of user object
* @param Google_User $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_User
@@ -2372,40 +2349,38 @@ public function update($userKey, Google_Service_Directory_User $postBody, $optPa
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Directory_User");
}
+
/**
* Watch for changes in users list (users.watch)
*
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string customer
- * Immutable id of the Google Apps account. In case of multi-domain, to fetch all users for a
- * customer, fill this field instead of domain.
- * @opt_param string orderBy
- * Column to use for sorting results
- * @opt_param string domain
- * Name of the domain. Fill this field to get users from only this domain. To return all users in a
- * multi-domain fill customer field instead.
- * @opt_param string projection
- * What subset of fields to fetch for this user.
- * @opt_param string showDeleted
- * If set to true retrieves the list of deleted users. Default is false
- * @opt_param string customFieldMask
- * Comma-separated list of schema names. All fields from these schemas are fetched. This should
- * only be set when projection=custom.
- * @opt_param int maxResults
- * Maximum number of results to return. Default is 100. Max allowed is 500
- * @opt_param string pageToken
- * Token to specify next page in the list
- * @opt_param string sortOrder
- * Whether to return results in ascending or descending order.
- * @opt_param string query
- * Query string search. Should be of the form "". Complete documentation is at
- * https://developers.google.com/admin-sdk/directory/v1/guides/search-users
- * @opt_param string viewType
- * Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
- * @opt_param string event
- * Event on which subscription is intended (if subscribing)
+ * @opt_param string customer Immutable id of the Google Apps account. In case
+ * of multi-domain, to fetch all users for a customer, fill this field instead
+ * of domain.
+ * @opt_param string orderBy Column to use for sorting results
+ * @opt_param string domain Name of the domain. Fill this field to get users
+ * from only this domain. To return all users in a multi-domain fill customer
+ * field instead.
+ * @opt_param string projection What subset of fields to fetch for this user.
+ * @opt_param string showDeleted If set to true retrieves the list of deleted
+ * users. Default is false
+ * @opt_param string customFieldMask Comma-separated list of schema names. All
+ * fields from these schemas are fetched. This should only be set when
+ * projection=custom.
+ * @opt_param int maxResults Maximum number of results to return. Default is
+ * 100. Max allowed is 500
+ * @opt_param string pageToken Token to specify next page in the list
+ * @opt_param string sortOrder Whether to return results in ascending or
+ * descending order.
+ * @opt_param string query Query string search. Should be of the form "".
+ * Complete documentation is at https://developers.google.com/admin-
+ * sdk/directory/v1/guides/search-users
+ * @opt_param string viewType Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC
+ * view of the user.
+ * @opt_param string event Event on which subscription is intended (if
+ * subscribing)
* @return Google_Service_Directory_Channel
*/
public function watch(Google_Service_Directory_Channel $postBody, $optParams = array())
@@ -2430,10 +2405,8 @@ class Google_Service_Directory_UsersAliases_Resource extends Google_Service_Reso
/**
* Remove a alias for the user (aliases.delete)
*
- * @param string $userKey
- * Email or immutable Id of the user
- * @param string $alias
- * The alias to be removed
+ * @param string $userKey Email or immutable Id of the user
+ * @param string $alias The alias to be removed
* @param array $optParams Optional parameters.
*/
public function delete($userKey, $alias, $optParams = array())
@@ -2442,11 +2415,11 @@ public function delete($userKey, $alias, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Add a alias for the user (aliases.insert)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param Google_Alias $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_Alias
@@ -2457,15 +2430,15 @@ public function insert($userKey, Google_Service_Directory_Alias $postBody, $optP
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Directory_Alias");
}
+
/**
* List all aliases for a user (aliases.listUsersAliases)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param array $optParams Optional parameters.
*
- * @opt_param string event
- * Event on which subscription is intended (if subscribing)
+ * @opt_param string event Event on which subscription is intended (if
+ * subscribing)
* @return Google_Service_Directory_Aliases
*/
public function listUsersAliases($userKey, $optParams = array())
@@ -2474,16 +2447,16 @@ public function listUsersAliases($userKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Directory_Aliases");
}
+
/**
* Watch for changes in user aliases list (aliases.watch)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string event
- * Event on which subscription is intended (if subscribing)
+ * @opt_param string event Event on which subscription is intended (if
+ * subscribing)
* @return Google_Service_Directory_Channel
*/
public function watch($userKey, Google_Service_Directory_Channel $postBody, $optParams = array())
@@ -2507,8 +2480,7 @@ class Google_Service_Directory_UsersPhotos_Resource extends Google_Service_Resou
/**
* Remove photos for the user (photos.delete)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param array $optParams Optional parameters.
*/
public function delete($userKey, $optParams = array())
@@ -2517,11 +2489,11 @@ public function delete($userKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Retrieve photo of a user (photos.get)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_UserPhoto
*/
@@ -2531,12 +2503,12 @@ public function get($userKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Directory_UserPhoto");
}
+
/**
* Add a photo for the user. This method supports patch semantics.
* (photos.patch)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param Google_UserPhoto $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_UserPhoto
@@ -2547,11 +2519,11 @@ public function patch($userKey, Google_Service_Directory_UserPhoto $postBody, $o
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Directory_UserPhoto");
}
+
/**
* Add a photo for the user (photos.update)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param Google_UserPhoto $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_UserPhoto
@@ -2579,8 +2551,7 @@ class Google_Service_Directory_VerificationCodes_Resource extends Google_Service
* Generate new backup verification codes for the user.
* (verificationCodes.generate)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param array $optParams Optional parameters.
*/
public function generate($userKey, $optParams = array())
@@ -2589,12 +2560,12 @@ public function generate($userKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('generate', array($params));
}
+
/**
* Invalidate the current backup verification codes for the user.
* (verificationCodes.invalidate)
*
- * @param string $userKey
- * Email or immutable Id of the user
+ * @param string $userKey Email or immutable Id of the user
* @param array $optParams Optional parameters.
*/
public function invalidate($userKey, $optParams = array())
@@ -2603,13 +2574,13 @@ public function invalidate($userKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('invalidate', array($params));
}
+
/**
* Returns the current set of valid backup verification codes for the specified
* user. (verificationCodes.listVerificationCodes)
*
- * @param string $userKey
- * Identifies the user in the API request. The value can be the user's primary email address, alias
- * email address, or unique user ID.
+ * @param string $userKey Identifies the user in the API request. The value can
+ * be the user's primary email address, alias email address, or unique user ID.
* @param array $optParams Optional parameters.
* @return Google_Service_Directory_VerificationCodes
*/
@@ -2634,11 +2605,11 @@ class Google_Service_Directory_Alias extends Google_Model
public $kind;
public $primaryEmail;
+
public function setAlias($alias)
{
$this->alias = $alias;
}
-
public function getAlias()
{
return $this->alias;
@@ -2647,7 +2618,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2656,7 +2626,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2665,7 +2634,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2674,12 +2642,10 @@ public function setPrimaryEmail($primaryEmail)
{
$this->primaryEmail = $primaryEmail;
}
-
public function getPrimaryEmail()
{
return $this->primaryEmail;
}
-
}
class Google_Service_Directory_Aliases extends Google_Collection
@@ -2692,11 +2658,11 @@ class Google_Service_Directory_Aliases extends Google_Collection
public $etag;
public $kind;
+
public function setAliases($aliases)
{
$this->aliases = $aliases;
}
-
public function getAliases()
{
return $this->aliases;
@@ -2705,7 +2671,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2714,12 +2679,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Directory_Asp extends Google_Model
@@ -2734,11 +2697,11 @@ class Google_Service_Directory_Asp extends Google_Model
public $name;
public $userKey;
+
public function setCodeId($codeId)
{
$this->codeId = $codeId;
}
-
public function getCodeId()
{
return $this->codeId;
@@ -2747,7 +2710,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -2756,7 +2718,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2765,7 +2726,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2774,7 +2734,6 @@ public function setLastTimeUsed($lastTimeUsed)
{
$this->lastTimeUsed = $lastTimeUsed;
}
-
public function getLastTimeUsed()
{
return $this->lastTimeUsed;
@@ -2783,7 +2742,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2792,12 +2750,10 @@ public function setUserKey($userKey)
{
$this->userKey = $userKey;
}
-
public function getUserKey()
{
return $this->userKey;
}
-
}
class Google_Service_Directory_Asps extends Google_Collection
@@ -2810,11 +2766,11 @@ class Google_Service_Directory_Asps extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2823,7 +2779,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2832,12 +2787,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Directory_Channel extends Google_Model
@@ -2855,11 +2808,11 @@ class Google_Service_Directory_Channel extends Google_Model
public $token;
public $type;
+
public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -2868,7 +2821,6 @@ public function setExpiration($expiration)
{
$this->expiration = $expiration;
}
-
public function getExpiration()
{
return $this->expiration;
@@ -2877,7 +2829,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2886,7 +2837,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2895,7 +2845,6 @@ public function setParams($params)
{
$this->params = $params;
}
-
public function getParams()
{
return $this->params;
@@ -2904,7 +2853,6 @@ public function setPayload($payload)
{
$this->payload = $payload;
}
-
public function getPayload()
{
return $this->payload;
@@ -2913,7 +2861,6 @@ public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -2922,7 +2869,6 @@ public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
}
-
public function getResourceUri()
{
return $this->resourceUri;
@@ -2931,7 +2877,6 @@ public function setToken($token)
{
$this->token = $token;
}
-
public function getToken()
{
return $this->token;
@@ -2940,20 +2885,14 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Directory_ChannelParams extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Directory_ChromeOsDevice extends Google_Collection
@@ -2988,11 +2927,11 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
public $supportEndDate;
public $willAutoRenew;
+
public function setActiveTimeRanges($activeTimeRanges)
{
$this->activeTimeRanges = $activeTimeRanges;
}
-
public function getActiveTimeRanges()
{
return $this->activeTimeRanges;
@@ -3001,7 +2940,6 @@ public function setAnnotatedLocation($annotatedLocation)
{
$this->annotatedLocation = $annotatedLocation;
}
-
public function getAnnotatedLocation()
{
return $this->annotatedLocation;
@@ -3010,7 +2948,6 @@ public function setAnnotatedUser($annotatedUser)
{
$this->annotatedUser = $annotatedUser;
}
-
public function getAnnotatedUser()
{
return $this->annotatedUser;
@@ -3019,7 +2956,6 @@ public function setBootMode($bootMode)
{
$this->bootMode = $bootMode;
}
-
public function getBootMode()
{
return $this->bootMode;
@@ -3028,7 +2964,6 @@ public function setDeviceId($deviceId)
{
$this->deviceId = $deviceId;
}
-
public function getDeviceId()
{
return $this->deviceId;
@@ -3037,7 +2972,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3046,7 +2980,6 @@ public function setEthernetMacAddress($ethernetMacAddress)
{
$this->ethernetMacAddress = $ethernetMacAddress;
}
-
public function getEthernetMacAddress()
{
return $this->ethernetMacAddress;
@@ -3055,7 +2988,6 @@ public function setFirmwareVersion($firmwareVersion)
{
$this->firmwareVersion = $firmwareVersion;
}
-
public function getFirmwareVersion()
{
return $this->firmwareVersion;
@@ -3064,7 +2996,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3073,7 +3004,6 @@ public function setLastEnrollmentTime($lastEnrollmentTime)
{
$this->lastEnrollmentTime = $lastEnrollmentTime;
}
-
public function getLastEnrollmentTime()
{
return $this->lastEnrollmentTime;
@@ -3082,7 +3012,6 @@ public function setLastSync($lastSync)
{
$this->lastSync = $lastSync;
}
-
public function getLastSync()
{
return $this->lastSync;
@@ -3091,7 +3020,6 @@ public function setMacAddress($macAddress)
{
$this->macAddress = $macAddress;
}
-
public function getMacAddress()
{
return $this->macAddress;
@@ -3100,7 +3028,6 @@ public function setMeid($meid)
{
$this->meid = $meid;
}
-
public function getMeid()
{
return $this->meid;
@@ -3109,7 +3036,6 @@ public function setModel($model)
{
$this->model = $model;
}
-
public function getModel()
{
return $this->model;
@@ -3118,7 +3044,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -3127,7 +3052,6 @@ public function setOrderNumber($orderNumber)
{
$this->orderNumber = $orderNumber;
}
-
public function getOrderNumber()
{
return $this->orderNumber;
@@ -3136,7 +3060,6 @@ public function setOrgUnitPath($orgUnitPath)
{
$this->orgUnitPath = $orgUnitPath;
}
-
public function getOrgUnitPath()
{
return $this->orgUnitPath;
@@ -3145,7 +3068,6 @@ public function setOsVersion($osVersion)
{
$this->osVersion = $osVersion;
}
-
public function getOsVersion()
{
return $this->osVersion;
@@ -3154,7 +3076,6 @@ public function setPlatformVersion($platformVersion)
{
$this->platformVersion = $platformVersion;
}
-
public function getPlatformVersion()
{
return $this->platformVersion;
@@ -3163,7 +3084,6 @@ public function setRecentUsers($recentUsers)
{
$this->recentUsers = $recentUsers;
}
-
public function getRecentUsers()
{
return $this->recentUsers;
@@ -3172,7 +3092,6 @@ public function setSerialNumber($serialNumber)
{
$this->serialNumber = $serialNumber;
}
-
public function getSerialNumber()
{
return $this->serialNumber;
@@ -3181,7 +3100,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -3190,7 +3108,6 @@ public function setSupportEndDate($supportEndDate)
{
$this->supportEndDate = $supportEndDate;
}
-
public function getSupportEndDate()
{
return $this->supportEndDate;
@@ -3199,12 +3116,10 @@ public function setWillAutoRenew($willAutoRenew)
{
$this->willAutoRenew = $willAutoRenew;
}
-
public function getWillAutoRenew()
{
return $this->willAutoRenew;
}
-
}
class Google_Service_Directory_ChromeOsDeviceActiveTimeRanges extends Google_Model
@@ -3214,11 +3129,11 @@ class Google_Service_Directory_ChromeOsDeviceActiveTimeRanges extends Google_Mod
public $activeTime;
public $date;
+
public function setActiveTime($activeTime)
{
$this->activeTime = $activeTime;
}
-
public function getActiveTime()
{
return $this->activeTime;
@@ -3227,12 +3142,10 @@ public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
}
-
}
class Google_Service_Directory_ChromeOsDeviceRecentUsers extends Google_Model
@@ -3242,11 +3155,11 @@ class Google_Service_Directory_ChromeOsDeviceRecentUsers extends Google_Model
public $email;
public $type;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -3255,12 +3168,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Directory_ChromeOsDevices extends Google_Collection
@@ -3274,11 +3185,11 @@ class Google_Service_Directory_ChromeOsDevices extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setChromeosdevices($chromeosdevices)
{
$this->chromeosdevices = $chromeosdevices;
}
-
public function getChromeosdevices()
{
return $this->chromeosdevices;
@@ -3287,7 +3198,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3296,7 +3206,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3305,12 +3214,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Directory_Group extends Google_Collection
@@ -3329,11 +3236,11 @@ class Google_Service_Directory_Group extends Google_Collection
public $name;
public $nonEditableAliases;
+
public function setAdminCreated($adminCreated)
{
$this->adminCreated = $adminCreated;
}
-
public function getAdminCreated()
{
return $this->adminCreated;
@@ -3342,7 +3249,6 @@ public function setAliases($aliases)
{
$this->aliases = $aliases;
}
-
public function getAliases()
{
return $this->aliases;
@@ -3351,7 +3257,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3360,7 +3265,6 @@ public function setDirectMembersCount($directMembersCount)
{
$this->directMembersCount = $directMembersCount;
}
-
public function getDirectMembersCount()
{
return $this->directMembersCount;
@@ -3369,7 +3273,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -3378,7 +3281,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3387,7 +3289,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3396,7 +3297,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3405,7 +3305,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3414,12 +3313,10 @@ public function setNonEditableAliases($nonEditableAliases)
{
$this->nonEditableAliases = $nonEditableAliases;
}
-
public function getNonEditableAliases()
{
return $this->nonEditableAliases;
}
-
}
class Google_Service_Directory_Groups extends Google_Collection
@@ -3433,11 +3330,11 @@ class Google_Service_Directory_Groups extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3446,7 +3343,6 @@ public function setGroups($groups)
{
$this->groups = $groups;
}
-
public function getGroups()
{
return $this->groups;
@@ -3455,7 +3351,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3464,12 +3359,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Directory_Member extends Google_Model
@@ -3483,11 +3376,11 @@ class Google_Service_Directory_Member extends Google_Model
public $role;
public $type;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -3496,7 +3389,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3505,7 +3397,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3514,7 +3405,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3523,7 +3413,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -3532,12 +3421,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Directory_Members extends Google_Collection
@@ -3551,11 +3438,11 @@ class Google_Service_Directory_Members extends Google_Collection
protected $membersDataType = 'array';
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3564,7 +3451,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3573,7 +3459,6 @@ public function setMembers($members)
{
$this->members = $members;
}
-
public function getMembers()
{
return $this->members;
@@ -3582,12 +3467,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Directory_MobileDevice extends Google_Collection
@@ -3623,11 +3506,11 @@ class Google_Service_Directory_MobileDevice extends Google_Collection
public $userAgent;
public $wifiMacAddress;
+
public function setApplications($applications)
{
$this->applications = $applications;
}
-
public function getApplications()
{
return $this->applications;
@@ -3636,7 +3519,6 @@ public function setBasebandVersion($basebandVersion)
{
$this->basebandVersion = $basebandVersion;
}
-
public function getBasebandVersion()
{
return $this->basebandVersion;
@@ -3645,7 +3527,6 @@ public function setBuildNumber($buildNumber)
{
$this->buildNumber = $buildNumber;
}
-
public function getBuildNumber()
{
return $this->buildNumber;
@@ -3654,7 +3535,6 @@ public function setDefaultLanguage($defaultLanguage)
{
$this->defaultLanguage = $defaultLanguage;
}
-
public function getDefaultLanguage()
{
return $this->defaultLanguage;
@@ -3663,7 +3543,6 @@ public function setDeviceCompromisedStatus($deviceCompromisedStatus)
{
$this->deviceCompromisedStatus = $deviceCompromisedStatus;
}
-
public function getDeviceCompromisedStatus()
{
return $this->deviceCompromisedStatus;
@@ -3672,7 +3551,6 @@ public function setDeviceId($deviceId)
{
$this->deviceId = $deviceId;
}
-
public function getDeviceId()
{
return $this->deviceId;
@@ -3681,7 +3559,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -3690,7 +3567,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3699,7 +3575,6 @@ public function setFirstSync($firstSync)
{
$this->firstSync = $firstSync;
}
-
public function getFirstSync()
{
return $this->firstSync;
@@ -3708,7 +3583,6 @@ public function setHardwareId($hardwareId)
{
$this->hardwareId = $hardwareId;
}
-
public function getHardwareId()
{
return $this->hardwareId;
@@ -3717,7 +3591,6 @@ public function setImei($imei)
{
$this->imei = $imei;
}
-
public function getImei()
{
return $this->imei;
@@ -3726,7 +3599,6 @@ public function setKernelVersion($kernelVersion)
{
$this->kernelVersion = $kernelVersion;
}
-
public function getKernelVersion()
{
return $this->kernelVersion;
@@ -3735,7 +3607,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3744,7 +3615,6 @@ public function setLastSync($lastSync)
{
$this->lastSync = $lastSync;
}
-
public function getLastSync()
{
return $this->lastSync;
@@ -3753,7 +3623,6 @@ public function setManagedAccountIsOnOwnerProfile($managedAccountIsOnOwnerProfil
{
$this->managedAccountIsOnOwnerProfile = $managedAccountIsOnOwnerProfile;
}
-
public function getManagedAccountIsOnOwnerProfile()
{
return $this->managedAccountIsOnOwnerProfile;
@@ -3762,7 +3631,6 @@ public function setMeid($meid)
{
$this->meid = $meid;
}
-
public function getMeid()
{
return $this->meid;
@@ -3771,7 +3639,6 @@ public function setModel($model)
{
$this->model = $model;
}
-
public function getModel()
{
return $this->model;
@@ -3780,7 +3647,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3789,7 +3655,6 @@ public function setNetworkOperator($networkOperator)
{
$this->networkOperator = $networkOperator;
}
-
public function getNetworkOperator()
{
return $this->networkOperator;
@@ -3798,7 +3663,6 @@ public function setOs($os)
{
$this->os = $os;
}
-
public function getOs()
{
return $this->os;
@@ -3807,7 +3671,6 @@ public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -3816,7 +3679,6 @@ public function setSerialNumber($serialNumber)
{
$this->serialNumber = $serialNumber;
}
-
public function getSerialNumber()
{
return $this->serialNumber;
@@ -3825,7 +3687,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -3834,7 +3695,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3843,7 +3703,6 @@ public function setUserAgent($userAgent)
{
$this->userAgent = $userAgent;
}
-
public function getUserAgent()
{
return $this->userAgent;
@@ -3852,12 +3711,10 @@ public function setWifiMacAddress($wifiMacAddress)
{
$this->wifiMacAddress = $wifiMacAddress;
}
-
public function getWifiMacAddress()
{
return $this->wifiMacAddress;
}
-
}
class Google_Service_Directory_MobileDeviceAction extends Google_Model
@@ -3866,16 +3723,15 @@ class Google_Service_Directory_MobileDeviceAction extends Google_Model
);
public $action;
+
public function setAction($action)
{
$this->action = $action;
}
-
public function getAction()
{
return $this->action;
}
-
}
class Google_Service_Directory_MobileDeviceApplications extends Google_Collection
@@ -3889,11 +3745,11 @@ class Google_Service_Directory_MobileDeviceApplications extends Google_Collectio
public $versionCode;
public $versionName;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3902,7 +3758,6 @@ public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
-
public function getPackageName()
{
return $this->packageName;
@@ -3911,7 +3766,6 @@ public function setPermission($permission)
{
$this->permission = $permission;
}
-
public function getPermission()
{
return $this->permission;
@@ -3920,7 +3774,6 @@ public function setVersionCode($versionCode)
{
$this->versionCode = $versionCode;
}
-
public function getVersionCode()
{
return $this->versionCode;
@@ -3929,12 +3782,10 @@ public function setVersionName($versionName)
{
$this->versionName = $versionName;
}
-
public function getVersionName()
{
return $this->versionName;
}
-
}
class Google_Service_Directory_MobileDevices extends Google_Collection
@@ -3948,11 +3799,11 @@ class Google_Service_Directory_MobileDevices extends Google_Collection
protected $mobiledevicesDataType = 'array';
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3961,7 +3812,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3970,7 +3820,6 @@ public function setMobiledevices($mobiledevices)
{
$this->mobiledevices = $mobiledevices;
}
-
public function getMobiledevices()
{
return $this->mobiledevices;
@@ -3979,12 +3828,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Directory_Notification extends Google_Model
@@ -4000,11 +3847,11 @@ class Google_Service_Directory_Notification extends Google_Model
public $sendTime;
public $subject;
+
public function setBody($body)
{
$this->body = $body;
}
-
public function getBody()
{
return $this->body;
@@ -4013,7 +3860,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4022,7 +3868,6 @@ public function setFromAddress($fromAddress)
{
$this->fromAddress = $fromAddress;
}
-
public function getFromAddress()
{
return $this->fromAddress;
@@ -4031,7 +3876,6 @@ public function setIsUnread($isUnread)
{
$this->isUnread = $isUnread;
}
-
public function getIsUnread()
{
return $this->isUnread;
@@ -4040,7 +3884,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4049,7 +3892,6 @@ public function setNotificationId($notificationId)
{
$this->notificationId = $notificationId;
}
-
public function getNotificationId()
{
return $this->notificationId;
@@ -4058,7 +3900,6 @@ public function setSendTime($sendTime)
{
$this->sendTime = $sendTime;
}
-
public function getSendTime()
{
return $this->sendTime;
@@ -4067,12 +3908,10 @@ public function setSubject($subject)
{
$this->subject = $subject;
}
-
public function getSubject()
{
return $this->subject;
}
-
}
class Google_Service_Directory_Notifications extends Google_Collection
@@ -4087,11 +3926,11 @@ class Google_Service_Directory_Notifications extends Google_Collection
public $nextPageToken;
public $unreadNotificationsCount;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4100,7 +3939,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4109,7 +3947,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4118,7 +3955,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4127,12 +3963,10 @@ public function setUnreadNotificationsCount($unreadNotificationsCount)
{
$this->unreadNotificationsCount = $unreadNotificationsCount;
}
-
public function getUnreadNotificationsCount()
{
return $this->unreadNotificationsCount;
}
-
}
class Google_Service_Directory_OrgUnit extends Google_Model
@@ -4147,11 +3981,11 @@ class Google_Service_Directory_OrgUnit extends Google_Model
public $orgUnitPath;
public $parentOrgUnitPath;
+
public function setBlockInheritance($blockInheritance)
{
$this->blockInheritance = $blockInheritance;
}
-
public function getBlockInheritance()
{
return $this->blockInheritance;
@@ -4160,7 +3994,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4169,7 +4002,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4178,7 +4010,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4187,7 +4018,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4196,7 +4026,6 @@ public function setOrgUnitPath($orgUnitPath)
{
$this->orgUnitPath = $orgUnitPath;
}
-
public function getOrgUnitPath()
{
return $this->orgUnitPath;
@@ -4205,12 +4034,10 @@ public function setParentOrgUnitPath($parentOrgUnitPath)
{
$this->parentOrgUnitPath = $parentOrgUnitPath;
}
-
public function getParentOrgUnitPath()
{
return $this->parentOrgUnitPath;
}
-
}
class Google_Service_Directory_OrgUnits extends Google_Collection
@@ -4223,11 +4050,11 @@ class Google_Service_Directory_OrgUnits extends Google_Collection
protected $organizationUnitsType = 'Google_Service_Directory_OrgUnit';
protected $organizationUnitsDataType = 'array';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4236,7 +4063,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4245,12 +4071,10 @@ public function setOrganizationUnits($organizationUnits)
{
$this->organizationUnits = $organizationUnits;
}
-
public function getOrganizationUnits()
{
return $this->organizationUnits;
}
-
}
class Google_Service_Directory_Schema extends Google_Collection
@@ -4265,11 +4089,11 @@ class Google_Service_Directory_Schema extends Google_Collection
public $schemaId;
public $schemaName;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4278,7 +4102,6 @@ public function setFields($fields)
{
$this->fields = $fields;
}
-
public function getFields()
{
return $this->fields;
@@ -4287,7 +4110,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4296,7 +4118,6 @@ public function setSchemaId($schemaId)
{
$this->schemaId = $schemaId;
}
-
public function getSchemaId()
{
return $this->schemaId;
@@ -4305,12 +4126,10 @@ public function setSchemaName($schemaName)
{
$this->schemaName = $schemaName;
}
-
public function getSchemaName()
{
return $this->schemaName;
}
-
}
class Google_Service_Directory_SchemaFieldSpec extends Google_Model
@@ -4328,11 +4147,11 @@ class Google_Service_Directory_SchemaFieldSpec extends Google_Model
protected $numericIndexingSpecDataType = '';
public $readAccessType;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4341,7 +4160,6 @@ public function setFieldId($fieldId)
{
$this->fieldId = $fieldId;
}
-
public function getFieldId()
{
return $this->fieldId;
@@ -4350,7 +4168,6 @@ public function setFieldName($fieldName)
{
$this->fieldName = $fieldName;
}
-
public function getFieldName()
{
return $this->fieldName;
@@ -4359,7 +4176,6 @@ public function setFieldType($fieldType)
{
$this->fieldType = $fieldType;
}
-
public function getFieldType()
{
return $this->fieldType;
@@ -4368,7 +4184,6 @@ public function setIndexed($indexed)
{
$this->indexed = $indexed;
}
-
public function getIndexed()
{
return $this->indexed;
@@ -4377,7 +4192,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4386,7 +4200,6 @@ public function setMultiValued($multiValued)
{
$this->multiValued = $multiValued;
}
-
public function getMultiValued()
{
return $this->multiValued;
@@ -4395,7 +4208,6 @@ public function setNumericIndexingSpec(Google_Service_Directory_SchemaFieldSpecN
{
$this->numericIndexingSpec = $numericIndexingSpec;
}
-
public function getNumericIndexingSpec()
{
return $this->numericIndexingSpec;
@@ -4404,12 +4216,10 @@ public function setReadAccessType($readAccessType)
{
$this->readAccessType = $readAccessType;
}
-
public function getReadAccessType()
{
return $this->readAccessType;
}
-
}
class Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec extends Google_Model
@@ -4419,11 +4229,11 @@ class Google_Service_Directory_SchemaFieldSpecNumericIndexingSpec extends Google
public $maxValue;
public $minValue;
+
public function setMaxValue($maxValue)
{
$this->maxValue = $maxValue;
}
-
public function getMaxValue()
{
return $this->maxValue;
@@ -4432,12 +4242,10 @@ public function setMinValue($minValue)
{
$this->minValue = $minValue;
}
-
public function getMinValue()
{
return $this->minValue;
}
-
}
class Google_Service_Directory_Schemas extends Google_Collection
@@ -4450,11 +4258,11 @@ class Google_Service_Directory_Schemas extends Google_Collection
protected $schemasType = 'Google_Service_Directory_Schema';
protected $schemasDataType = 'array';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4463,7 +4271,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4472,12 +4279,10 @@ public function setSchemas($schemas)
{
$this->schemas = $schemas;
}
-
public function getSchemas()
{
return $this->schemas;
}
-
}
class Google_Service_Directory_Token extends Google_Collection
@@ -4494,11 +4299,11 @@ class Google_Service_Directory_Token extends Google_Collection
public $scopes;
public $userKey;
+
public function setAnonymous($anonymous)
{
$this->anonymous = $anonymous;
}
-
public function getAnonymous()
{
return $this->anonymous;
@@ -4507,7 +4312,6 @@ public function setClientId($clientId)
{
$this->clientId = $clientId;
}
-
public function getClientId()
{
return $this->clientId;
@@ -4516,7 +4320,6 @@ public function setDisplayText($displayText)
{
$this->displayText = $displayText;
}
-
public function getDisplayText()
{
return $this->displayText;
@@ -4525,7 +4328,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4534,7 +4336,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4543,7 +4344,6 @@ public function setNativeApp($nativeApp)
{
$this->nativeApp = $nativeApp;
}
-
public function getNativeApp()
{
return $this->nativeApp;
@@ -4552,7 +4352,6 @@ public function setScopes($scopes)
{
$this->scopes = $scopes;
}
-
public function getScopes()
{
return $this->scopes;
@@ -4561,12 +4360,10 @@ public function setUserKey($userKey)
{
$this->userKey = $userKey;
}
-
public function getUserKey()
{
return $this->userKey;
}
-
}
class Google_Service_Directory_Tokens extends Google_Collection
@@ -4579,11 +4376,11 @@ class Google_Service_Directory_Tokens extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4592,7 +4389,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4601,12 +4397,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Directory_User extends Google_Collection
@@ -4648,11 +4442,11 @@ class Google_Service_Directory_User extends Google_Collection
public $suspensionReason;
public $thumbnailPhotoUrl;
+
public function setAddresses($addresses)
{
$this->addresses = $addresses;
}
-
public function getAddresses()
{
return $this->addresses;
@@ -4661,7 +4455,6 @@ public function setAgreedToTerms($agreedToTerms)
{
$this->agreedToTerms = $agreedToTerms;
}
-
public function getAgreedToTerms()
{
return $this->agreedToTerms;
@@ -4670,7 +4463,6 @@ public function setAliases($aliases)
{
$this->aliases = $aliases;
}
-
public function getAliases()
{
return $this->aliases;
@@ -4679,7 +4471,6 @@ public function setChangePasswordAtNextLogin($changePasswordAtNextLogin)
{
$this->changePasswordAtNextLogin = $changePasswordAtNextLogin;
}
-
public function getChangePasswordAtNextLogin()
{
return $this->changePasswordAtNextLogin;
@@ -4688,7 +4479,6 @@ public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -4697,7 +4487,6 @@ public function setCustomSchemas($customSchemas)
{
$this->customSchemas = $customSchemas;
}
-
public function getCustomSchemas()
{
return $this->customSchemas;
@@ -4706,7 +4495,6 @@ public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
-
public function getCustomerId()
{
return $this->customerId;
@@ -4715,7 +4503,6 @@ public function setDeletionTime($deletionTime)
{
$this->deletionTime = $deletionTime;
}
-
public function getDeletionTime()
{
return $this->deletionTime;
@@ -4724,7 +4511,6 @@ public function setEmails($emails)
{
$this->emails = $emails;
}
-
public function getEmails()
{
return $this->emails;
@@ -4733,7 +4519,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4742,7 +4527,6 @@ public function setExternalIds($externalIds)
{
$this->externalIds = $externalIds;
}
-
public function getExternalIds()
{
return $this->externalIds;
@@ -4751,7 +4535,6 @@ public function setHashFunction($hashFunction)
{
$this->hashFunction = $hashFunction;
}
-
public function getHashFunction()
{
return $this->hashFunction;
@@ -4760,7 +4543,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4769,7 +4551,6 @@ public function setIms($ims)
{
$this->ims = $ims;
}
-
public function getIms()
{
return $this->ims;
@@ -4778,7 +4559,6 @@ public function setIncludeInGlobalAddressList($includeInGlobalAddressList)
{
$this->includeInGlobalAddressList = $includeInGlobalAddressList;
}
-
public function getIncludeInGlobalAddressList()
{
return $this->includeInGlobalAddressList;
@@ -4787,7 +4567,6 @@ public function setIpWhitelisted($ipWhitelisted)
{
$this->ipWhitelisted = $ipWhitelisted;
}
-
public function getIpWhitelisted()
{
return $this->ipWhitelisted;
@@ -4796,7 +4575,6 @@ public function setIsAdmin($isAdmin)
{
$this->isAdmin = $isAdmin;
}
-
public function getIsAdmin()
{
return $this->isAdmin;
@@ -4805,7 +4583,6 @@ public function setIsDelegatedAdmin($isDelegatedAdmin)
{
$this->isDelegatedAdmin = $isDelegatedAdmin;
}
-
public function getIsDelegatedAdmin()
{
return $this->isDelegatedAdmin;
@@ -4814,7 +4591,6 @@ public function setIsMailboxSetup($isMailboxSetup)
{
$this->isMailboxSetup = $isMailboxSetup;
}
-
public function getIsMailboxSetup()
{
return $this->isMailboxSetup;
@@ -4823,7 +4599,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4832,7 +4607,6 @@ public function setLastLoginTime($lastLoginTime)
{
$this->lastLoginTime = $lastLoginTime;
}
-
public function getLastLoginTime()
{
return $this->lastLoginTime;
@@ -4841,7 +4615,6 @@ public function setName(Google_Service_Directory_UserName $name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4850,7 +4623,6 @@ public function setNonEditableAliases($nonEditableAliases)
{
$this->nonEditableAliases = $nonEditableAliases;
}
-
public function getNonEditableAliases()
{
return $this->nonEditableAliases;
@@ -4859,7 +4631,6 @@ public function setOrgUnitPath($orgUnitPath)
{
$this->orgUnitPath = $orgUnitPath;
}
-
public function getOrgUnitPath()
{
return $this->orgUnitPath;
@@ -4868,7 +4639,6 @@ public function setOrganizations($organizations)
{
$this->organizations = $organizations;
}
-
public function getOrganizations()
{
return $this->organizations;
@@ -4877,7 +4647,6 @@ public function setPassword($password)
{
$this->password = $password;
}
-
public function getPassword()
{
return $this->password;
@@ -4886,7 +4655,6 @@ public function setPhones($phones)
{
$this->phones = $phones;
}
-
public function getPhones()
{
return $this->phones;
@@ -4895,7 +4663,6 @@ public function setPrimaryEmail($primaryEmail)
{
$this->primaryEmail = $primaryEmail;
}
-
public function getPrimaryEmail()
{
return $this->primaryEmail;
@@ -4904,7 +4671,6 @@ public function setRelations($relations)
{
$this->relations = $relations;
}
-
public function getRelations()
{
return $this->relations;
@@ -4913,7 +4679,6 @@ public function setSuspended($suspended)
{
$this->suspended = $suspended;
}
-
public function getSuspended()
{
return $this->suspended;
@@ -4922,7 +4687,6 @@ public function setSuspensionReason($suspensionReason)
{
$this->suspensionReason = $suspensionReason;
}
-
public function getSuspensionReason()
{
return $this->suspensionReason;
@@ -4931,12 +4695,10 @@ public function setThumbnailPhotoUrl($thumbnailPhotoUrl)
{
$this->thumbnailPhotoUrl = $thumbnailPhotoUrl;
}
-
public function getThumbnailPhotoUrl()
{
return $this->thumbnailPhotoUrl;
}
-
}
class Google_Service_Directory_UserAddress extends Google_Model
@@ -4957,11 +4719,11 @@ class Google_Service_Directory_UserAddress extends Google_Model
public $streetAddress;
public $type;
+
public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -4970,7 +4732,6 @@ public function setCountryCode($countryCode)
{
$this->countryCode = $countryCode;
}
-
public function getCountryCode()
{
return $this->countryCode;
@@ -4979,7 +4740,6 @@ public function setCustomType($customType)
{
$this->customType = $customType;
}
-
public function getCustomType()
{
return $this->customType;
@@ -4988,7 +4748,6 @@ public function setExtendedAddress($extendedAddress)
{
$this->extendedAddress = $extendedAddress;
}
-
public function getExtendedAddress()
{
return $this->extendedAddress;
@@ -4997,7 +4756,6 @@ public function setFormatted($formatted)
{
$this->formatted = $formatted;
}
-
public function getFormatted()
{
return $this->formatted;
@@ -5006,7 +4764,6 @@ public function setLocality($locality)
{
$this->locality = $locality;
}
-
public function getLocality()
{
return $this->locality;
@@ -5015,7 +4772,6 @@ public function setPoBox($poBox)
{
$this->poBox = $poBox;
}
-
public function getPoBox()
{
return $this->poBox;
@@ -5024,7 +4780,6 @@ public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
}
-
public function getPostalCode()
{
return $this->postalCode;
@@ -5033,7 +4788,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -5042,7 +4796,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -5051,7 +4804,6 @@ public function setSourceIsStructured($sourceIsStructured)
{
$this->sourceIsStructured = $sourceIsStructured;
}
-
public function getSourceIsStructured()
{
return $this->sourceIsStructured;
@@ -5060,7 +4812,6 @@ public function setStreetAddress($streetAddress)
{
$this->streetAddress = $streetAddress;
}
-
public function getStreetAddress()
{
return $this->streetAddress;
@@ -5069,28 +4820,18 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Directory_UserCustomProperties extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Directory_UserCustomSchemas extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Directory_UserEmail extends Google_Model
@@ -5102,11 +4843,11 @@ class Google_Service_Directory_UserEmail extends Google_Model
public $primary;
public $type;
+
public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -5115,7 +4856,6 @@ public function setCustomType($customType)
{
$this->customType = $customType;
}
-
public function getCustomType()
{
return $this->customType;
@@ -5124,7 +4864,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -5133,12 +4872,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Directory_UserExternalId extends Google_Model
@@ -5149,11 +4886,11 @@ class Google_Service_Directory_UserExternalId extends Google_Model
public $type;
public $value;
+
public function setCustomType($customType)
{
$this->customType = $customType;
}
-
public function getCustomType()
{
return $this->customType;
@@ -5162,7 +4899,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -5171,12 +4907,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Directory_UserIm extends Google_Model
@@ -5190,11 +4924,11 @@ class Google_Service_Directory_UserIm extends Google_Model
public $protocol;
public $type;
+
public function setCustomProtocol($customProtocol)
{
$this->customProtocol = $customProtocol;
}
-
public function getCustomProtocol()
{
return $this->customProtocol;
@@ -5203,7 +4937,6 @@ public function setCustomType($customType)
{
$this->customType = $customType;
}
-
public function getCustomType()
{
return $this->customType;
@@ -5212,7 +4945,6 @@ public function setIm($im)
{
$this->im = $im;
}
-
public function getIm()
{
return $this->im;
@@ -5221,7 +4953,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -5230,7 +4961,6 @@ public function setProtocol($protocol)
{
$this->protocol = $protocol;
}
-
public function getProtocol()
{
return $this->protocol;
@@ -5239,12 +4969,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Directory_UserMakeAdmin extends Google_Model
@@ -5253,16 +4981,15 @@ class Google_Service_Directory_UserMakeAdmin extends Google_Model
);
public $status;
+
public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Directory_UserName extends Google_Model
@@ -5273,11 +5000,11 @@ class Google_Service_Directory_UserName extends Google_Model
public $fullName;
public $givenName;
+
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -5286,7 +5013,6 @@ public function setFullName($fullName)
{
$this->fullName = $fullName;
}
-
public function getFullName()
{
return $this->fullName;
@@ -5295,12 +5021,10 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
}
-
}
class Google_Service_Directory_UserOrganization extends Google_Model
@@ -5319,11 +5043,11 @@ class Google_Service_Directory_UserOrganization extends Google_Model
public $title;
public $type;
+
public function setCostCenter($costCenter)
{
$this->costCenter = $costCenter;
}
-
public function getCostCenter()
{
return $this->costCenter;
@@ -5332,7 +5056,6 @@ public function setCustomType($customType)
{
$this->customType = $customType;
}
-
public function getCustomType()
{
return $this->customType;
@@ -5341,7 +5064,6 @@ public function setDepartment($department)
{
$this->department = $department;
}
-
public function getDepartment()
{
return $this->department;
@@ -5350,7 +5072,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5359,7 +5080,6 @@ public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -5368,7 +5088,6 @@ public function setLocation($location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -5377,7 +5096,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5386,7 +5104,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -5395,7 +5112,6 @@ public function setSymbol($symbol)
{
$this->symbol = $symbol;
}
-
public function getSymbol()
{
return $this->symbol;
@@ -5404,7 +5120,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -5413,12 +5128,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Directory_UserPhone extends Google_Model
@@ -5430,11 +5143,11 @@ class Google_Service_Directory_UserPhone extends Google_Model
public $type;
public $value;
+
public function setCustomType($customType)
{
$this->customType = $customType;
}
-
public function getCustomType()
{
return $this->customType;
@@ -5443,7 +5156,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -5452,7 +5164,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -5461,12 +5172,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Directory_UserPhoto extends Google_Model
@@ -5482,11 +5191,11 @@ class Google_Service_Directory_UserPhoto extends Google_Model
public $primaryEmail;
public $width;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5495,7 +5204,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -5504,7 +5212,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5513,7 +5220,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5522,7 +5228,6 @@ public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
-
public function getMimeType()
{
return $this->mimeType;
@@ -5531,7 +5236,6 @@ public function setPhotoData($photoData)
{
$this->photoData = $photoData;
}
-
public function getPhotoData()
{
return $this->photoData;
@@ -5540,7 +5244,6 @@ public function setPrimaryEmail($primaryEmail)
{
$this->primaryEmail = $primaryEmail;
}
-
public function getPrimaryEmail()
{
return $this->primaryEmail;
@@ -5549,12 +5252,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Directory_UserRelation extends Google_Model
@@ -5565,11 +5266,11 @@ class Google_Service_Directory_UserRelation extends Google_Model
public $type;
public $value;
+
public function setCustomType($customType)
{
$this->customType = $customType;
}
-
public function getCustomType()
{
return $this->customType;
@@ -5578,7 +5279,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -5587,12 +5287,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Directory_UserUndelete extends Google_Model
@@ -5601,16 +5299,15 @@ class Google_Service_Directory_UserUndelete extends Google_Model
);
public $orgUnitPath;
+
public function setOrgUnitPath($orgUnitPath)
{
$this->orgUnitPath = $orgUnitPath;
}
-
public function getOrgUnitPath()
{
return $this->orgUnitPath;
}
-
}
class Google_Service_Directory_Users extends Google_Collection
@@ -5626,11 +5323,11 @@ class Google_Service_Directory_Users extends Google_Collection
protected $usersType = 'Google_Service_Directory_User';
protected $usersDataType = 'array';
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5639,7 +5336,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5648,7 +5344,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -5657,7 +5352,6 @@ public function setTriggerEvent($triggerEvent)
{
$this->triggerEvent = $triggerEvent;
}
-
public function getTriggerEvent()
{
return $this->triggerEvent;
@@ -5666,12 +5360,10 @@ public function setUsers($users)
{
$this->users = $users;
}
-
public function getUsers()
{
return $this->users;
}
-
}
class Google_Service_Directory_VerificationCode extends Google_Model
@@ -5683,11 +5375,11 @@ class Google_Service_Directory_VerificationCode extends Google_Model
public $userId;
public $verificationCode;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5696,7 +5388,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5705,7 +5396,6 @@ public function setUserId($userId)
{
$this->userId = $userId;
}
-
public function getUserId()
{
return $this->userId;
@@ -5714,12 +5404,10 @@ public function setVerificationCode($verificationCode)
{
$this->verificationCode = $verificationCode;
}
-
public function getVerificationCode()
{
return $this->verificationCode;
}
-
}
class Google_Service_Directory_VerificationCodes extends Google_Collection
@@ -5732,11 +5420,11 @@ class Google_Service_Directory_VerificationCodes extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5745,7 +5433,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5754,10 +5441,8 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
From bb93bf57840b7f6cb92e31550f5028726827da2b Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The API for Google Play Game Services.
- *
* For more information about this service, see the API
@@ -32,11 +31,14 @@
class Google_Service_Games extends Google_Service
{
/** View and manage its own configuration data in your Google Drive. */
- const DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata";
+ const DRIVE_APPDATA =
+ "https://www.googleapis.com/auth/drive.appdata";
/** Share your Google+ profile information and view and manage your game activity. */
- const GAMES = "https://www.googleapis.com/auth/games";
+ const GAMES =
+ "https://www.googleapis.com/auth/games";
/** Know your basic profile info and list of people in your circles.. */
- const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login";
+ const PLUS_LOGIN =
+ "https://www.googleapis.com/auth/plus.login";
public $achievementDefinitions;
public $achievements;
@@ -1066,14 +1068,12 @@ class Google_Service_Games_AchievementDefinitions_Resource extends Google_Servic
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of achievement resources to return in the response, used for paging. For any
- * response, the actual number of achievement resources returned may be less than the specified
- * maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of achievement resources to
+ * return in the response, used for paging. For any response, the actual number
+ * of achievement resources returned may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_AchievementDefinitionsListResponse
*/
public function listAchievementDefinitions($optParams = array())
@@ -1099,15 +1099,13 @@ class Google_Service_Games_Achievements_Resource extends Google_Service_Resource
* Increments the steps of the achievement with the given ID for the currently
* authenticated player. (achievements.increment)
*
- * @param string $achievementId
- * The ID of the achievement used by this method.
- * @param int $stepsToIncrement
- * The number of steps to increment.
+ * @param string $achievementId The ID of the achievement used by this method.
+ * @param int $stepsToIncrement The number of steps to increment.
* @param array $optParams Optional parameters.
*
- * @opt_param string requestId
- * A randomly generated numeric ID for each request specified by the caller. This number is used at
- * the server to ensure that the request is handled correctly across retries.
+ * @opt_param string requestId A randomly generated numeric ID for each request
+ * specified by the caller. This number is used at the server to ensure that the
+ * request is handled correctly across retries.
* @return Google_Service_Games_AchievementIncrementResponse
*/
public function increment($achievementId, $stepsToIncrement, $optParams = array())
@@ -1116,25 +1114,24 @@ public function increment($achievementId, $stepsToIncrement, $optParams = array(
$params = array_merge($params, $optParams);
return $this->call('increment', array($params), "Google_Service_Games_AchievementIncrementResponse");
}
+
/**
* Lists the progress for all your application's achievements for the currently
* authenticated player. (achievements.listAchievements)
*
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param string $playerId A player ID. A value of me may be used in place of
+ * the authenticated player's ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param string state
- * Tells the server to return only achievements with the specified state. If this parameter isn't
- * specified, all achievements are returned.
- * @opt_param int maxResults
- * The maximum number of achievement resources to return in the response, used for paging. For any
- * response, the actual number of achievement resources returned may be less than the specified
- * maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string state Tells the server to return only achievements with the
+ * specified state. If this parameter isn't specified, all achievements are
+ * returned.
+ * @opt_param int maxResults The maximum number of achievement resources to
+ * return in the response, used for paging. For any response, the actual number
+ * of achievement resources returned may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_PlayerAchievementListResponse
*/
public function listAchievements($playerId, $optParams = array())
@@ -1143,12 +1140,12 @@ public function listAchievements($playerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Games_PlayerAchievementListResponse");
}
+
/**
* Sets the state of the achievement with the given ID to REVEALED for the
* currently authenticated player. (achievements.reveal)
*
- * @param string $achievementId
- * The ID of the achievement used by this method.
+ * @param string $achievementId The ID of the achievement used by this method.
* @param array $optParams Optional parameters.
* @return Google_Service_Games_AchievementRevealResponse
*/
@@ -1158,16 +1155,15 @@ public function reveal($achievementId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('reveal', array($params), "Google_Service_Games_AchievementRevealResponse");
}
+
/**
* Sets the steps for the currently authenticated player towards unlocking an
* achievement. If the steps parameter is less than the current number of steps
* that the player already gained for the achievement, the achievement is not
* modified. (achievements.setStepsAtLeast)
*
- * @param string $achievementId
- * The ID of the achievement used by this method.
- * @param int $steps
- * The minimum value to set the steps to.
+ * @param string $achievementId The ID of the achievement used by this method.
+ * @param int $steps The minimum value to set the steps to.
* @param array $optParams Optional parameters.
* @return Google_Service_Games_AchievementSetStepsAtLeastResponse
*/
@@ -1177,12 +1173,12 @@ public function setStepsAtLeast($achievementId, $steps, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('setStepsAtLeast', array($params), "Google_Service_Games_AchievementSetStepsAtLeastResponse");
}
+
/**
* Unlocks this achievement for the currently authenticated player.
* (achievements.unlock)
*
- * @param string $achievementId
- * The ID of the achievement used by this method.
+ * @param string $achievementId The ID of the achievement used by this method.
* @param array $optParams Optional parameters.
* @return Google_Service_Games_AchievementUnlockResponse
*/
@@ -1192,6 +1188,7 @@ public function unlock($achievementId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('unlock', array($params), "Google_Service_Games_AchievementUnlockResponse");
}
+
/**
* Updates multiple achievements for the currently authenticated player.
* (achievements.updateMultiple)
@@ -1224,14 +1221,14 @@ class Google_Service_Games_Applications_Resource extends Google_Service_Resource
* application is not available for the specified platformType, the returned
* response will not include any instance data. (applications.get)
*
- * @param string $applicationId
- * The application ID from the Google Play developer console.
+ * @param string $applicationId The application ID from the Google Play
+ * developer console.
* @param array $optParams Optional parameters.
*
- * @opt_param string platformType
- * Restrict application details returned to the specific platform.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string platformType Restrict application details returned to the
+ * specific platform.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Application
*/
public function get($applicationId, $optParams = array())
@@ -1240,6 +1237,7 @@ public function get($applicationId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Games_Application");
}
+
/**
* Indicate that the the currently authenticated user is playing your
* application. (applications.played)
@@ -1271,13 +1269,12 @@ class Google_Service_Games_Events_Resource extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of events to return in the response, used for paging. For any response, the
- * actual number of events to return may be less than the specified maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of events to return in the
+ * response, used for paging. For any response, the actual number of events to
+ * return may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_PlayerEventListResponse
*/
public function listByPlayer($optParams = array())
@@ -1286,20 +1283,19 @@ public function listByPlayer($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('listByPlayer', array($params), "Google_Service_Games_PlayerEventListResponse");
}
+
/**
* Returns a list of the event definitions in this application.
* (events.listDefinitions)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of event definitions to return in the response, used for paging. For any
- * response, the actual number of event definitions to return may be less than the specified
- * maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of event definitions to return
+ * in the response, used for paging. For any response, the actual number of
+ * event definitions to return may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_EventDefinitionListResponse
*/
public function listDefinitions($optParams = array())
@@ -1308,6 +1304,7 @@ public function listDefinitions($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('listDefinitions', array($params), "Google_Service_Games_EventDefinitionListResponse");
}
+
/**
* Records a batch of changes to the number of times events have occurred for
* the currently authenticated user of this application. (events.record)
@@ -1315,8 +1312,8 @@ public function listDefinitions($optParams = array())
* @param Google_EventRecordRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_EventUpdateResponse
*/
public function record(Google_Service_Games_EventRecordRequest $postBody, $optParams = array())
@@ -1342,12 +1339,11 @@ class Google_Service_Games_Leaderboards_Resource extends Google_Service_Resource
* Retrieves the metadata of the leaderboard with the given ID.
* (leaderboards.get)
*
- * @param string $leaderboardId
- * The ID of the leaderboard.
+ * @param string $leaderboardId The ID of the leaderboard.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Leaderboard
*/
public function get($leaderboardId, $optParams = array())
@@ -1356,19 +1352,19 @@ public function get($leaderboardId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Games_Leaderboard");
}
+
/**
* Lists all the leaderboard metadata for your application.
* (leaderboards.listLeaderboards)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of leaderboards to return in the response. For any response, the actual
- * number of leaderboards returned may be less than the specified maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of leaderboards to return in the
+ * response. For any response, the actual number of leaderboards returned may be
+ * less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_LeaderboardListResponse
*/
public function listLeaderboards($optParams = array())
@@ -1403,24 +1399,23 @@ public function getMetagameConfig($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getMetagameConfig', array($params), "Google_Service_Games_MetagameConfig");
}
+
/**
* List play data aggregated per category for the player corresponding to
* playerId. (metagame.listCategoriesByPlayer)
*
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
- * @param string $collection
- * The collection of categories for which data will be returned.
+ * @param string $playerId A player ID. A value of me may be used in place of
+ * the authenticated player's ID.
+ * @param string $collection The collection of categories for which data will be
+ * returned.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of category resources to return in the response, used for paging. For any
- * response, the actual number of category resources returned may be less than the specified
- * maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of category resources to return
+ * in the response, used for paging. For any response, the actual number of
+ * category resources returned may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_CategoryListResponse
*/
public function listCategoriesByPlayer($playerId, $collection, $optParams = array())
@@ -1446,12 +1441,12 @@ class Google_Service_Games_Players_Resource extends Google_Service_Resource
* Retrieves the Player resource with the given ID. To retrieve the player for
* the currently authenticated user, set playerId to me. (players.get)
*
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param string $playerId A player ID. A value of me may be used in place of
+ * the authenticated player's ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Player
*/
public function get($playerId, $optParams = array())
@@ -1460,22 +1455,20 @@ public function get($playerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Games_Player");
}
+
/**
* Get the collection of players for the currently authenticated user.
* (players.listPlayers)
*
- * @param string $collection
- * Collection of players being retrieved
+ * @param string $collection Collection of players being retrieved
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of player resources to return in the response, used for paging. For any
- * response, the actual number of player resources returned may be less than the specified
- * maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of player resources to return in
+ * the response, used for paging. For any response, the actual number of player
+ * resources returned may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_PlayerListResponse
*/
public function listPlayers($collection, $optParams = array())
@@ -1510,6 +1503,7 @@ public function remove(Google_Service_Games_PushTokenId $postBody, $optParams =
$params = array_merge($params, $optParams);
return $this->call('remove', array($params));
}
+
/**
* Registers a push token for the current user and application.
* (pushtokens.update)
@@ -1541,13 +1535,11 @@ class Google_Service_Games_QuestMilestones_Resource extends Google_Service_Resou
* quest corresponding to questId has been claimed by the currently authorized
* user. (questMilestones.claim)
*
- * @param string $questId
- * The ID of the quest.
- * @param string $milestoneId
- * The ID of the milestone.
- * @param string $requestId
- * A numeric ID to ensure that the request is handled correctly across retries. Your client
- * application must generate this ID randomly.
+ * @param string $questId The ID of the quest.
+ * @param string $milestoneId The ID of the milestone.
+ * @param string $requestId A numeric ID to ensure that the request is handled
+ * correctly across retries. Your client application must generate this ID
+ * randomly.
* @param array $optParams Optional parameters.
*/
public function claim($questId, $milestoneId, $requestId, $optParams = array())
@@ -1573,12 +1565,11 @@ class Google_Service_Games_Quests_Resource extends Google_Service_Resource
* Indicates that the currently authorized user will participate in the quest.
* (quests.accept)
*
- * @param string $questId
- * The ID of the quest.
+ * @param string $questId The ID of the quest.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Quest
*/
public function accept($questId, $optParams = array())
@@ -1587,22 +1578,22 @@ public function accept($questId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('accept', array($params), "Google_Service_Games_Quest");
}
+
/**
* Get a list of quests for your application and the currently authenticated
* player. (quests.listQuests)
*
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param string $playerId A player ID. A value of me may be used in place of
+ * the authenticated player's ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of quest resources to return in the response, used for paging. For any
- * response, the actual number of quest resources returned may be less than the specified
- * maxResults. Acceptable values are 1 to 50, inclusive. (Default: 50).
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of quest resources to return in
+ * the response, used for paging. For any response, the actual number of quest
+ * resources returned may be less than the specified maxResults. Acceptable
+ * values are 1 to 50, inclusive. (Default: 50).
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_QuestListResponse
*/
public function listQuests($playerId, $optParams = array())
@@ -1627,14 +1618,11 @@ class Google_Service_Games_Revisions_Resource extends Google_Service_Resource
/**
* Checks whether the games client is out of date. (revisions.check)
*
- * @param string $clientRevision
- * The revision of the client SDK used by your application. Format:
- * [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are:
- - "ANDROID" - Client
- * is running the Android SDK.
- - "IOS" - Client is running the iOS SDK.
- - "WEB_APP" - Client is
- * running as a Web App.
+ * @param string $clientRevision The revision of the client SDK used by your
+ * application. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of
+ * PLATFORM_TYPE are: - "ANDROID" - Client is running the Android SDK. -
+ * "IOS" - Client is running the iOS SDK. - "WEB_APP" - Client is running as a
+ * Web App.
* @param array $optParams Optional parameters.
* @return Google_Service_Games_RevisionCheckResponse
*/
@@ -1664,8 +1652,8 @@ class Google_Service_Games_Rooms_Resource extends Google_Service_Resource
* @param Google_RoomCreateRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Room
*/
public function create(Google_Service_Games_RoomCreateRequest $postBody, $optParams = array())
@@ -1674,16 +1662,16 @@ public function create(Google_Service_Games_RoomCreateRequest $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Games_Room");
}
+
/**
* Decline an invitation to join a room. For internal use by the Games SDK only.
* Calling this method directly is unsupported. (rooms.decline)
*
- * @param string $roomId
- * The ID of the room.
+ * @param string $roomId The ID of the room.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Room
*/
public function decline($roomId, $optParams = array())
@@ -1692,12 +1680,12 @@ public function decline($roomId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('decline', array($params), "Google_Service_Games_Room");
}
+
/**
* Dismiss an invitation to join a room. For internal use by the Games SDK only.
* Calling this method directly is unsupported. (rooms.dismiss)
*
- * @param string $roomId
- * The ID of the room.
+ * @param string $roomId The ID of the room.
* @param array $optParams Optional parameters.
*/
public function dismiss($roomId, $optParams = array())
@@ -1706,15 +1694,15 @@ public function dismiss($roomId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('dismiss', array($params));
}
+
/**
* Get the data for a room. (rooms.get)
*
- * @param string $roomId
- * The ID of the room.
+ * @param string $roomId The ID of the room.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Room
*/
public function get($roomId, $optParams = array())
@@ -1723,17 +1711,17 @@ public function get($roomId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Games_Room");
}
+
/**
* Join a room. For internal use by the Games SDK only. Calling this method
* directly is unsupported. (rooms.join)
*
- * @param string $roomId
- * The ID of the room.
+ * @param string $roomId The ID of the room.
* @param Google_RoomJoinRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Room
*/
public function join($roomId, Google_Service_Games_RoomJoinRequest $postBody, $optParams = array())
@@ -1742,17 +1730,17 @@ public function join($roomId, Google_Service_Games_RoomJoinRequest $postBody, $o
$params = array_merge($params, $optParams);
return $this->call('join', array($params), "Google_Service_Games_Room");
}
+
/**
* Leave a room. For internal use by the Games SDK only. Calling this method
* directly is unsupported. (rooms.leave)
*
- * @param string $roomId
- * The ID of the room.
+ * @param string $roomId The ID of the room.
* @param Google_RoomLeaveRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Room
*/
public function leave($roomId, Google_Service_Games_RoomLeaveRequest $postBody, $optParams = array())
@@ -1761,18 +1749,18 @@ public function leave($roomId, Google_Service_Games_RoomLeaveRequest $postBody,
$params = array_merge($params, $optParams);
return $this->call('leave', array($params), "Google_Service_Games_Room");
}
+
/**
* Returns invitations to join rooms. (rooms.listRooms)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of rooms to return in the response, used for paging. For any response, the
- * actual number of rooms to return may be less than the specified maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of rooms to return in the
+ * response, used for paging. For any response, the actual number of rooms to
+ * return may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_RoomList
*/
public function listRooms($optParams = array())
@@ -1781,18 +1769,18 @@ public function listRooms($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Games_RoomList");
}
+
/**
* Updates sent by a client reporting the status of peers in a room. For
* internal use by the Games SDK only. Calling this method directly is
* unsupported. (rooms.reportStatus)
*
- * @param string $roomId
- * The ID of the room.
+ * @param string $roomId The ID of the room.
* @param Google_RoomP2PStatuses $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_RoomStatus
*/
public function reportStatus($roomId, Google_Service_Games_RoomP2PStatuses $postBody, $optParams = array())
@@ -1821,24 +1809,22 @@ class Google_Service_Games_Scores_Resource extends Google_Service_Resource
* cannot ask for 'ALL' leaderboards and 'ALL' timeSpans in the same request;
* only one parameter may be set to 'ALL'. (scores.get)
*
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
- * @param string $leaderboardId
- * The ID of the leaderboard. Can be set to 'ALL' to retrieve data for all leaderboards for this
- * application.
- * @param string $timeSpan
- * The time span for the scores and ranks you're requesting.
+ * @param string $playerId A player ID. A value of me may be used in place of
+ * the authenticated player's ID.
+ * @param string $leaderboardId The ID of the leaderboard. Can be set to 'ALL'
+ * to retrieve data for all leaderboards for this application.
+ * @param string $timeSpan The time span for the scores and ranks you're
+ * requesting.
* @param array $optParams Optional parameters.
*
- * @opt_param string includeRankType
- * The types of ranks to return. If the parameter is omitted, no ranks will be returned.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @opt_param int maxResults
- * The maximum number of leaderboard scores to return in the response. For any response, the actual
- * number of leaderboard scores returned may be less than the specified maxResults.
- * @opt_param string pageToken
- * The token returned by the previous request.
+ * @opt_param string includeRankType The types of ranks to return. If the
+ * parameter is omitted, no ranks will be returned.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
+ * @opt_param int maxResults The maximum number of leaderboard scores to return
+ * in the response. For any response, the actual number of leaderboard scores
+ * returned may be less than the specified maxResults.
+ * @opt_param string pageToken The token returned by the previous request.
* @return Google_Service_Games_PlayerLeaderboardScoreListResponse
*/
public function get($playerId, $leaderboardId, $timeSpan, $optParams = array())
@@ -1847,24 +1833,22 @@ public function get($playerId, $leaderboardId, $timeSpan, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Games_PlayerLeaderboardScoreListResponse");
}
+
/**
* Lists the scores in a leaderboard, starting from the top. (scores.listScores)
*
- * @param string $leaderboardId
- * The ID of the leaderboard.
- * @param string $collection
- * The collection of scores you're requesting.
- * @param string $timeSpan
- * The time span for the scores and ranks you're requesting.
+ * @param string $leaderboardId The ID of the leaderboard.
+ * @param string $collection The collection of scores you're requesting.
+ * @param string $timeSpan The time span for the scores and ranks you're
+ * requesting.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @opt_param int maxResults
- * The maximum number of leaderboard scores to return in the response. For any response, the actual
- * number of leaderboard scores returned may be less than the specified maxResults.
- * @opt_param string pageToken
- * The token returned by the previous request.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
+ * @opt_param int maxResults The maximum number of leaderboard scores to return
+ * in the response. For any response, the actual number of leaderboard scores
+ * returned may be less than the specified maxResults.
+ * @opt_param string pageToken The token returned by the previous request.
* @return Google_Service_Games_LeaderboardScores
*/
public function listScores($leaderboardId, $collection, $timeSpan, $optParams = array())
@@ -1873,32 +1857,29 @@ public function listScores($leaderboardId, $collection, $timeSpan, $optParams =
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Games_LeaderboardScores");
}
+
/**
* Lists the scores in a leaderboard around (and including) a player's score.
* (scores.listWindow)
*
- * @param string $leaderboardId
- * The ID of the leaderboard.
- * @param string $collection
- * The collection of scores you're requesting.
- * @param string $timeSpan
- * The time span for the scores and ranks you're requesting.
+ * @param string $leaderboardId The ID of the leaderboard.
+ * @param string $collection The collection of scores you're requesting.
+ * @param string $timeSpan The time span for the scores and ranks you're
+ * requesting.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @opt_param bool returnTopIfAbsent
- * True if the top scores should be returned when the player is not in the leaderboard. Defaults to
- * true.
- * @opt_param int resultsAbove
- * The preferred number of scores to return above the player's score. More scores may be returned
- * if the player is at the bottom of the leaderboard; fewer may be returned if the player is at the
- * top. Must be less than or equal to maxResults.
- * @opt_param int maxResults
- * The maximum number of leaderboard scores to return in the response. For any response, the actual
- * number of leaderboard scores returned may be less than the specified maxResults.
- * @opt_param string pageToken
- * The token returned by the previous request.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
+ * @opt_param bool returnTopIfAbsent True if the top scores should be returned
+ * when the player is not in the leaderboard. Defaults to true.
+ * @opt_param int resultsAbove The preferred number of scores to return above
+ * the player's score. More scores may be returned if the player is at the
+ * bottom of the leaderboard; fewer may be returned if the player is at the top.
+ * Must be less than or equal to maxResults.
+ * @opt_param int maxResults The maximum number of leaderboard scores to return
+ * in the response. For any response, the actual number of leaderboard scores
+ * returned may be less than the specified maxResults.
+ * @opt_param string pageToken The token returned by the previous request.
* @return Google_Service_Games_LeaderboardScores
*/
public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = array())
@@ -1907,24 +1888,24 @@ public function listWindow($leaderboardId, $collection, $timeSpan, $optParams =
$params = array_merge($params, $optParams);
return $this->call('listWindow', array($params), "Google_Service_Games_LeaderboardScores");
}
+
/**
* Submits a score to the specified leaderboard. (scores.submit)
*
- * @param string $leaderboardId
- * The ID of the leaderboard.
- * @param string $score
- * The score you're submitting. The submitted score is ignored if it is worse than a previously
- * submitted score, where worse depends on the leaderboard sort order. The meaning of the score
- * value depends on the leaderboard format type. For fixed-point, the score represents the raw
- * value. For time, the score represents elapsed time in milliseconds. For currency, the score
- * represents a value in micro units.
+ * @param string $leaderboardId The ID of the leaderboard.
+ * @param string $score The score you're submitting. The submitted score is
+ * ignored if it is worse than a previously submitted score, where worse depends
+ * on the leaderboard sort order. The meaning of the score value depends on the
+ * leaderboard format type. For fixed-point, the score represents the raw value.
+ * For time, the score represents elapsed time in milliseconds. For currency,
+ * the score represents a value in micro units.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @opt_param string scoreTag
- * Additional information about the score you're submitting. Values must contain no more than 64
- * URI-safe characters as defined by section 2.3 of RFC 3986.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
+ * @opt_param string scoreTag Additional information about the score you're
+ * submitting. Values must contain no more than 64 URI-safe characters as
+ * defined by section 2.3 of RFC 3986.
* @return Google_Service_Games_PlayerScoreResponse
*/
public function submit($leaderboardId, $score, $optParams = array())
@@ -1933,14 +1914,15 @@ public function submit($leaderboardId, $score, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('submit', array($params), "Google_Service_Games_PlayerScoreResponse");
}
+
/**
* Submits multiple scores to leaderboards. (scores.submitMultiple)
*
* @param Google_PlayerScoreSubmissionList $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_PlayerScoreListResponse
*/
public function submitMultiple(Google_Service_Games_PlayerScoreSubmissionList $postBody, $optParams = array())
@@ -1965,12 +1947,11 @@ class Google_Service_Games_Snapshots_Resource extends Google_Service_Resource
/**
* Retrieves the metadata for a given snapshot ID. (snapshots.get)
*
- * @param string $snapshotId
- * The ID of the snapshot.
+ * @param string $snapshotId The ID of the snapshot.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_Snapshot
*/
public function get($snapshotId, $optParams = array())
@@ -1979,22 +1960,21 @@ public function get($snapshotId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Games_Snapshot");
}
+
/**
* Retrieves a list of snapshots created by your application for the player
* corresponding to the player ID. (snapshots.listSnapshots)
*
- * @param string $playerId
- * A player ID. A value of me may be used in place of the authenticated player's ID.
+ * @param string $playerId A player ID. A value of me may be used in place of
+ * the authenticated player's ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxResults
- * The maximum number of snapshot resources to return in the response, used for paging. For any
- * response, the actual number of snapshot resources returned may be less than the specified
- * maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of snapshot resources to return
+ * in the response, used for paging. For any response, the actual number of
+ * snapshot resources returned may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_SnapshotListResponse
*/
public function listSnapshots($playerId, $optParams = array())
@@ -2019,8 +1999,7 @@ class Google_Service_Games_TurnBasedMatches_Resource extends Google_Service_Reso
/**
* Cancel a turn-based match. (turnBasedMatches.cancel)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param array $optParams Optional parameters.
*/
public function cancel($matchId, $optParams = array())
@@ -2029,14 +2008,15 @@ public function cancel($matchId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('cancel', array($params));
}
+
/**
* Create a turn-based match. (turnBasedMatches.create)
*
* @param Google_TurnBasedMatchCreateRequest $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_TurnBasedMatch
*/
public function create(Google_Service_Games_TurnBasedMatchCreateRequest $postBody, $optParams = array())
@@ -2045,15 +2025,15 @@ public function create(Google_Service_Games_TurnBasedMatchCreateRequest $postBod
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Games_TurnBasedMatch");
}
+
/**
* Decline an invitation to play a turn-based match. (turnBasedMatches.decline)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_TurnBasedMatch
*/
public function decline($matchId, $optParams = array())
@@ -2062,13 +2042,13 @@ public function decline($matchId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('decline', array($params), "Google_Service_Games_TurnBasedMatch");
}
+
/**
* Dismiss a turn-based match from the match list. The match will no longer show
* up in the list and will not generate notifications.
* (turnBasedMatches.dismiss)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param array $optParams Optional parameters.
*/
public function dismiss($matchId, $optParams = array())
@@ -2077,18 +2057,18 @@ public function dismiss($matchId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('dismiss', array($params));
}
+
/**
* Finish a turn-based match. Each player should make this call once, after all
* results are in. Only the player whose turn it is may make the first call to
* Finish, and can pass in the final match state. (turnBasedMatches.finish)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param Google_TurnBasedMatchResults $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_TurnBasedMatch
*/
public function finish($matchId, Google_Service_Games_TurnBasedMatchResults $postBody, $optParams = array())
@@ -2097,17 +2077,16 @@ public function finish($matchId, Google_Service_Games_TurnBasedMatchResults $pos
$params = array_merge($params, $optParams);
return $this->call('finish', array($params), "Google_Service_Games_TurnBasedMatch");
}
+
/**
* Get the data for a turn-based match. (turnBasedMatches.get)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @opt_param bool includeMatchData
- * Get match data along with metadata.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
+ * @opt_param bool includeMatchData Get match data along with metadata.
* @return Google_Service_Games_TurnBasedMatch
*/
public function get($matchId, $optParams = array())
@@ -2116,15 +2095,15 @@ public function get($matchId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Games_TurnBasedMatch");
}
+
/**
* Join a turn-based match. (turnBasedMatches.join)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_TurnBasedMatch
*/
public function join($matchId, $optParams = array())
@@ -2133,16 +2112,16 @@ public function join($matchId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('join', array($params), "Google_Service_Games_TurnBasedMatch");
}
+
/**
* Leave a turn-based match when it is not the current player's turn, without
* canceling the match. (turnBasedMatches.leave)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_TurnBasedMatch
*/
public function leave($matchId, $optParams = array())
@@ -2151,22 +2130,21 @@ public function leave($matchId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('leave', array($params), "Google_Service_Games_TurnBasedMatch");
}
+
/**
* Leave a turn-based match during the current player's turn, without canceling
* the match. (turnBasedMatches.leaveTurn)
*
- * @param string $matchId
- * The ID of the match.
- * @param int $matchVersion
- * The version of the match being updated.
+ * @param string $matchId The ID of the match.
+ * @param int $matchVersion The version of the match being updated.
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @opt_param string pendingParticipantId
- * The ID of another participant who should take their turn next. If not set, the match will wait
- * for other player(s) to join via automatching; this is only valid if automatch criteria is set on
- * the match with remaining slots for automatched players.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
+ * @opt_param string pendingParticipantId The ID of another participant who
+ * should take their turn next. If not set, the match will wait for other
+ * player(s) to join via automatching; this is only valid if automatch criteria
+ * is set on the match with remaining slots for automatched players.
* @return Google_Service_Games_TurnBasedMatch
*/
public function leaveTurn($matchId, $matchVersion, $optParams = array())
@@ -2175,27 +2153,27 @@ public function leaveTurn($matchId, $matchVersion, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('leaveTurn', array($params), "Google_Service_Games_TurnBasedMatch");
}
+
/**
* Returns turn-based matches the player is or was involved in.
* (turnBasedMatches.listTurnBasedMatches)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxCompletedMatches
- * The maximum number of completed or canceled matches to return in the response. If not set, all
- * matches returned could be completed or canceled.
- * @opt_param int maxResults
- * The maximum number of matches to return in the response, used for paging. For any response, the
- * actual number of matches to return may be less than the specified maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @opt_param bool includeMatchData
- * True if match data should be returned in the response. Note that not all data will necessarily
- * be returned if include_match_data is true; the server may decide to only return data for some of
- * the matches to limit download size for the client. The remainder of the data for these matches
- * will be retrievable on request.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxCompletedMatches The maximum number of completed or
+ * canceled matches to return in the response. If not set, all matches returned
+ * could be completed or canceled.
+ * @opt_param int maxResults The maximum number of matches to return in the
+ * response, used for paging. For any response, the actual number of matches to
+ * return may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
+ * @opt_param bool includeMatchData True if match data should be returned in the
+ * response. Note that not all data will necessarily be returned if
+ * include_match_data is true; the server may decide to only return data for
+ * some of the matches to limit download size for the client. The remainder of
+ * the data for these matches will be retrievable on request.
* @return Google_Service_Games_TurnBasedMatchList
*/
public function listTurnBasedMatches($optParams = array())
@@ -2204,21 +2182,21 @@ public function listTurnBasedMatches($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Games_TurnBasedMatchList");
}
+
/**
* Create a rematch of a match that was previously completed, with the same
* participants. This can be called by only one player on a match still in their
* list; the player must have called Finish first. Returns the newly created
* match; it will be the caller's turn. (turnBasedMatches.rematch)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param array $optParams Optional parameters.
*
- * @opt_param string requestId
- * A randomly generated numeric ID for each request specified by the caller. This number is used at
- * the server to ensure that the request is handled correctly across retries.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string requestId A randomly generated numeric ID for each request
+ * specified by the caller. This number is used at the server to ensure that the
+ * request is handled correctly across retries.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_TurnBasedMatchRematch
*/
public function rematch($matchId, $optParams = array())
@@ -2227,6 +2205,7 @@ public function rematch($matchId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('rematch', array($params), "Google_Service_Games_TurnBasedMatchRematch");
}
+
/**
* Returns turn-based matches the player is or was involved in that changed
* since the last sync call, with the least recent changes coming first. Matches
@@ -2235,21 +2214,20 @@ public function rematch($matchId, $optParams = array())
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The token returned by the previous request.
- * @opt_param int maxCompletedMatches
- * The maximum number of completed or canceled matches to return in the response. If not set, all
- * matches returned could be completed or canceled.
- * @opt_param int maxResults
- * The maximum number of matches to return in the response, used for paging. For any response, the
- * actual number of matches to return may be less than the specified maxResults.
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
- * @opt_param bool includeMatchData
- * True if match data should be returned in the response. Note that not all data will necessarily
- * be returned if include_match_data is true; the server may decide to only return data for some of
- * the matches to limit download size for the client. The remainder of the data for these matches
- * will be retrievable on request.
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxCompletedMatches The maximum number of completed or
+ * canceled matches to return in the response. If not set, all matches returned
+ * could be completed or canceled.
+ * @opt_param int maxResults The maximum number of matches to return in the
+ * response, used for paging. For any response, the actual number of matches to
+ * return may be less than the specified maxResults.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
+ * @opt_param bool includeMatchData True if match data should be returned in the
+ * response. Note that not all data will necessarily be returned if
+ * include_match_data is true; the server may decide to only return data for
+ * some of the matches to limit download size for the client. The remainder of
+ * the data for these matches will be retrievable on request.
* @return Google_Service_Games_TurnBasedMatchSync
*/
public function sync($optParams = array())
@@ -2258,16 +2236,16 @@ public function sync($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('sync', array($params), "Google_Service_Games_TurnBasedMatchSync");
}
+
/**
* Commit the results of a player turn. (turnBasedMatches.takeTurn)
*
- * @param string $matchId
- * The ID of the match.
+ * @param string $matchId The ID of the match.
* @param Google_TurnBasedMatchTurn $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string language
- * The preferred language to use for strings returned by this method.
+ * @opt_param string language The preferred language to use for strings returned
+ * by this method.
* @return Google_Service_Games_TurnBasedMatch
*/
public function takeTurn($matchId, Google_Service_Games_TurnBasedMatchTurn $postBody, $optParams = array())
@@ -2299,11 +2277,11 @@ class Google_Service_Games_AchievementDefinition extends Google_Model
public $totalSteps;
public $unlockedIconUrl;
+
public function setAchievementType($achievementType)
{
$this->achievementType = $achievementType;
}
-
public function getAchievementType()
{
return $this->achievementType;
@@ -2312,7 +2290,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2321,7 +2298,6 @@ public function setExperiencePoints($experiencePoints)
{
$this->experiencePoints = $experiencePoints;
}
-
public function getExperiencePoints()
{
return $this->experiencePoints;
@@ -2330,7 +2306,6 @@ public function setFormattedTotalSteps($formattedTotalSteps)
{
$this->formattedTotalSteps = $formattedTotalSteps;
}
-
public function getFormattedTotalSteps()
{
return $this->formattedTotalSteps;
@@ -2339,7 +2314,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2348,7 +2322,6 @@ public function setInitialState($initialState)
{
$this->initialState = $initialState;
}
-
public function getInitialState()
{
return $this->initialState;
@@ -2357,7 +2330,6 @@ public function setIsRevealedIconUrlDefault($isRevealedIconUrlDefault)
{
$this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault;
}
-
public function getIsRevealedIconUrlDefault()
{
return $this->isRevealedIconUrlDefault;
@@ -2366,7 +2338,6 @@ public function setIsUnlockedIconUrlDefault($isUnlockedIconUrlDefault)
{
$this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault;
}
-
public function getIsUnlockedIconUrlDefault()
{
return $this->isUnlockedIconUrlDefault;
@@ -2375,7 +2346,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2384,7 +2354,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2393,7 +2362,6 @@ public function setRevealedIconUrl($revealedIconUrl)
{
$this->revealedIconUrl = $revealedIconUrl;
}
-
public function getRevealedIconUrl()
{
return $this->revealedIconUrl;
@@ -2402,7 +2370,6 @@ public function setTotalSteps($totalSteps)
{
$this->totalSteps = $totalSteps;
}
-
public function getTotalSteps()
{
return $this->totalSteps;
@@ -2411,12 +2378,10 @@ public function setUnlockedIconUrl($unlockedIconUrl)
{
$this->unlockedIconUrl = $unlockedIconUrl;
}
-
public function getUnlockedIconUrl()
{
return $this->unlockedIconUrl;
}
-
}
class Google_Service_Games_AchievementDefinitionsListResponse extends Google_Collection
@@ -2429,11 +2394,11 @@ class Google_Service_Games_AchievementDefinitionsListResponse extends Google_Col
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2442,7 +2407,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2451,12 +2415,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_AchievementIncrementResponse extends Google_Model
@@ -2467,11 +2429,11 @@ class Google_Service_Games_AchievementIncrementResponse extends Google_Model
public $kind;
public $newlyUnlocked;
+
public function setCurrentSteps($currentSteps)
{
$this->currentSteps = $currentSteps;
}
-
public function getCurrentSteps()
{
return $this->currentSteps;
@@ -2480,7 +2442,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2489,12 +2450,10 @@ public function setNewlyUnlocked($newlyUnlocked)
{
$this->newlyUnlocked = $newlyUnlocked;
}
-
public function getNewlyUnlocked()
{
return $this->newlyUnlocked;
}
-
}
class Google_Service_Games_AchievementRevealResponse extends Google_Model
@@ -2504,11 +2463,11 @@ class Google_Service_Games_AchievementRevealResponse extends Google_Model
public $currentState;
public $kind;
+
public function setCurrentState($currentState)
{
$this->currentState = $currentState;
}
-
public function getCurrentState()
{
return $this->currentState;
@@ -2517,12 +2476,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_AchievementSetStepsAtLeastResponse extends Google_Model
@@ -2533,11 +2490,11 @@ class Google_Service_Games_AchievementSetStepsAtLeastResponse extends Google_Mod
public $kind;
public $newlyUnlocked;
+
public function setCurrentSteps($currentSteps)
{
$this->currentSteps = $currentSteps;
}
-
public function getCurrentSteps()
{
return $this->currentSteps;
@@ -2546,7 +2503,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2555,12 +2511,10 @@ public function setNewlyUnlocked($newlyUnlocked)
{
$this->newlyUnlocked = $newlyUnlocked;
}
-
public function getNewlyUnlocked()
{
return $this->newlyUnlocked;
}
-
}
class Google_Service_Games_AchievementUnlockResponse extends Google_Model
@@ -2570,11 +2524,11 @@ class Google_Service_Games_AchievementUnlockResponse extends Google_Model
public $kind;
public $newlyUnlocked;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2583,12 +2537,10 @@ public function setNewlyUnlocked($newlyUnlocked)
{
$this->newlyUnlocked = $newlyUnlocked;
}
-
public function getNewlyUnlocked()
{
return $this->newlyUnlocked;
}
-
}
class Google_Service_Games_AchievementUpdateMultipleRequest extends Google_Collection
@@ -2600,11 +2552,11 @@ class Google_Service_Games_AchievementUpdateMultipleRequest extends Google_Colle
protected $updatesType = 'Google_Service_Games_AchievementUpdateRequest';
protected $updatesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2613,12 +2565,10 @@ public function setUpdates($updates)
{
$this->updates = $updates;
}
-
public function getUpdates()
{
return $this->updates;
}
-
}
class Google_Service_Games_AchievementUpdateMultipleResponse extends Google_Collection
@@ -2630,11 +2580,11 @@ class Google_Service_Games_AchievementUpdateMultipleResponse extends Google_Coll
protected $updatedAchievementsType = 'Google_Service_Games_AchievementUpdateResponse';
protected $updatedAchievementsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2643,12 +2593,10 @@ public function setUpdatedAchievements($updatedAchievements)
{
$this->updatedAchievements = $updatedAchievements;
}
-
public function getUpdatedAchievements()
{
return $this->updatedAchievements;
}
-
}
class Google_Service_Games_AchievementUpdateRequest extends Google_Model
@@ -2663,11 +2611,11 @@ class Google_Service_Games_AchievementUpdateRequest extends Google_Model
protected $setStepsAtLeastPayloadDataType = '';
public $updateType;
+
public function setAchievementId($achievementId)
{
$this->achievementId = $achievementId;
}
-
public function getAchievementId()
{
return $this->achievementId;
@@ -2676,7 +2624,6 @@ public function setIncrementPayload(Google_Service_Games_GamesAchievementIncreme
{
$this->incrementPayload = $incrementPayload;
}
-
public function getIncrementPayload()
{
return $this->incrementPayload;
@@ -2685,7 +2632,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2694,7 +2640,6 @@ public function setSetStepsAtLeastPayload(Google_Service_Games_GamesAchievementS
{
$this->setStepsAtLeastPayload = $setStepsAtLeastPayload;
}
-
public function getSetStepsAtLeastPayload()
{
return $this->setStepsAtLeastPayload;
@@ -2703,12 +2648,10 @@ public function setUpdateType($updateType)
{
$this->updateType = $updateType;
}
-
public function getUpdateType()
{
return $this->updateType;
}
-
}
class Google_Service_Games_AchievementUpdateResponse extends Google_Model
@@ -2722,11 +2665,11 @@ class Google_Service_Games_AchievementUpdateResponse extends Google_Model
public $newlyUnlocked;
public $updateOccurred;
+
public function setAchievementId($achievementId)
{
$this->achievementId = $achievementId;
}
-
public function getAchievementId()
{
return $this->achievementId;
@@ -2735,7 +2678,6 @@ public function setCurrentState($currentState)
{
$this->currentState = $currentState;
}
-
public function getCurrentState()
{
return $this->currentState;
@@ -2744,7 +2686,6 @@ public function setCurrentSteps($currentSteps)
{
$this->currentSteps = $currentSteps;
}
-
public function getCurrentSteps()
{
return $this->currentSteps;
@@ -2753,7 +2694,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2762,7 +2702,6 @@ public function setNewlyUnlocked($newlyUnlocked)
{
$this->newlyUnlocked = $newlyUnlocked;
}
-
public function getNewlyUnlocked()
{
return $this->newlyUnlocked;
@@ -2771,12 +2710,10 @@ public function setUpdateOccurred($updateOccurred)
{
$this->updateOccurred = $updateOccurred;
}
-
public function getUpdateOccurred()
{
return $this->updateOccurred;
}
-
}
class Google_Service_Games_AggregateStats extends Google_Model
@@ -2789,11 +2726,11 @@ class Google_Service_Games_AggregateStats extends Google_Model
public $min;
public $sum;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -2802,7 +2739,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2811,7 +2747,6 @@ public function setMax($max)
{
$this->max = $max;
}
-
public function getMax()
{
return $this->max;
@@ -2820,7 +2755,6 @@ public function setMin($min)
{
$this->min = $min;
}
-
public function getMin()
{
return $this->min;
@@ -2829,12 +2763,10 @@ public function setSum($sum)
{
$this->sum = $sum;
}
-
public function getSum()
{
return $this->sum;
}
-
}
class Google_Service_Games_AnonymousPlayer extends Google_Model
@@ -2845,11 +2777,11 @@ class Google_Service_Games_AnonymousPlayer extends Google_Model
public $displayName;
public $kind;
+
public function setAvatarImageUrl($avatarImageUrl)
{
$this->avatarImageUrl = $avatarImageUrl;
}
-
public function getAvatarImageUrl()
{
return $this->avatarImageUrl;
@@ -2858,7 +2790,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -2867,12 +2798,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_Application extends Google_Collection
@@ -2899,11 +2828,11 @@ class Google_Service_Games_Application extends Google_Collection
public $name;
public $themeColor;
+
public function setAchievementCount($achievementCount)
{
$this->achievementCount = $achievementCount;
}
-
public function getAchievementCount()
{
return $this->achievementCount;
@@ -2912,7 +2841,6 @@ public function setAssets($assets)
{
$this->assets = $assets;
}
-
public function getAssets()
{
return $this->assets;
@@ -2921,7 +2849,6 @@ public function setAuthor($author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -2930,7 +2857,6 @@ public function setCategory(Google_Service_Games_ApplicationCategory $category)
{
$this->category = $category;
}
-
public function getCategory()
{
return $this->category;
@@ -2939,7 +2865,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -2948,7 +2873,6 @@ public function setEnabledFeatures($enabledFeatures)
{
$this->enabledFeatures = $enabledFeatures;
}
-
public function getEnabledFeatures()
{
return $this->enabledFeatures;
@@ -2957,7 +2881,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -2966,7 +2889,6 @@ public function setInstances($instances)
{
$this->instances = $instances;
}
-
public function getInstances()
{
return $this->instances;
@@ -2975,7 +2897,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2984,7 +2905,6 @@ public function setLastUpdatedTimestamp($lastUpdatedTimestamp)
{
$this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
}
-
public function getLastUpdatedTimestamp()
{
return $this->lastUpdatedTimestamp;
@@ -2993,7 +2913,6 @@ public function setLeaderboardCount($leaderboardCount)
{
$this->leaderboardCount = $leaderboardCount;
}
-
public function getLeaderboardCount()
{
return $this->leaderboardCount;
@@ -3002,7 +2921,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3011,12 +2929,10 @@ public function setThemeColor($themeColor)
{
$this->themeColor = $themeColor;
}
-
public function getThemeColor()
{
return $this->themeColor;
}
-
}
class Google_Service_Games_ApplicationCategory extends Google_Model
@@ -3027,11 +2943,11 @@ class Google_Service_Games_ApplicationCategory extends Google_Model
public $primary;
public $secondary;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3040,7 +2956,6 @@ public function setPrimary($primary)
{
$this->primary = $primary;
}
-
public function getPrimary()
{
return $this->primary;
@@ -3049,12 +2964,10 @@ public function setSecondary($secondary)
{
$this->secondary = $secondary;
}
-
public function getSecondary()
{
return $this->secondary;
}
-
}
class Google_Service_Games_Category extends Google_Model
@@ -3065,11 +2978,11 @@ class Google_Service_Games_Category extends Google_Model
public $experiencePoints;
public $kind;
+
public function setCategory($category)
{
$this->category = $category;
}
-
public function getCategory()
{
return $this->category;
@@ -3078,7 +2991,6 @@ public function setExperiencePoints($experiencePoints)
{
$this->experiencePoints = $experiencePoints;
}
-
public function getExperiencePoints()
{
return $this->experiencePoints;
@@ -3087,12 +2999,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_CategoryListResponse extends Google_Collection
@@ -3105,11 +3015,11 @@ class Google_Service_Games_CategoryListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3118,7 +3028,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3127,12 +3036,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_EventBatchRecordFailure extends Google_Model
@@ -3144,11 +3051,11 @@ class Google_Service_Games_EventBatchRecordFailure extends Google_Model
protected $rangeType = 'Google_Service_Games_EventPeriodRange';
protected $rangeDataType = '';
+
public function setFailureCause($failureCause)
{
$this->failureCause = $failureCause;
}
-
public function getFailureCause()
{
return $this->failureCause;
@@ -3157,7 +3064,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3166,12 +3072,10 @@ public function setRange(Google_Service_Games_EventPeriodRange $range)
{
$this->range = $range;
}
-
public function getRange()
{
return $this->range;
}
-
}
class Google_Service_Games_EventChild extends Google_Model
@@ -3181,11 +3085,11 @@ class Google_Service_Games_EventChild extends Google_Model
public $childId;
public $kind;
+
public function setChildId($childId)
{
$this->childId = $childId;
}
-
public function getChildId()
{
return $this->childId;
@@ -3194,12 +3098,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_EventDefinition extends Google_Collection
@@ -3217,11 +3119,11 @@ class Google_Service_Games_EventDefinition extends Google_Collection
public $kind;
public $visibility;
+
public function setChildEvents($childEvents)
{
$this->childEvents = $childEvents;
}
-
public function getChildEvents()
{
return $this->childEvents;
@@ -3230,7 +3132,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -3239,7 +3140,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -3248,7 +3148,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3257,7 +3156,6 @@ public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
}
-
public function getImageUrl()
{
return $this->imageUrl;
@@ -3266,7 +3164,6 @@ public function setIsDefaultImageUrl($isDefaultImageUrl)
{
$this->isDefaultImageUrl = $isDefaultImageUrl;
}
-
public function getIsDefaultImageUrl()
{
return $this->isDefaultImageUrl;
@@ -3275,7 +3172,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3284,12 +3180,10 @@ public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
-
public function getVisibility()
{
return $this->visibility;
}
-
}
class Google_Service_Games_EventDefinitionListResponse extends Google_Collection
@@ -3302,11 +3196,11 @@ class Google_Service_Games_EventDefinitionListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3315,7 +3209,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3324,12 +3217,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_EventPeriodRange extends Google_Model
@@ -3340,11 +3231,11 @@ class Google_Service_Games_EventPeriodRange extends Google_Model
public $periodEndMillis;
public $periodStartMillis;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3353,7 +3244,6 @@ public function setPeriodEndMillis($periodEndMillis)
{
$this->periodEndMillis = $periodEndMillis;
}
-
public function getPeriodEndMillis()
{
return $this->periodEndMillis;
@@ -3362,12 +3252,10 @@ public function setPeriodStartMillis($periodStartMillis)
{
$this->periodStartMillis = $periodStartMillis;
}
-
public function getPeriodStartMillis()
{
return $this->periodStartMillis;
}
-
}
class Google_Service_Games_EventPeriodUpdate extends Google_Collection
@@ -3381,11 +3269,11 @@ class Google_Service_Games_EventPeriodUpdate extends Google_Collection
protected $updatesType = 'Google_Service_Games_EventUpdateRequest';
protected $updatesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3394,7 +3282,6 @@ public function setTimePeriod(Google_Service_Games_EventPeriodRange $timePeriod)
{
$this->timePeriod = $timePeriod;
}
-
public function getTimePeriod()
{
return $this->timePeriod;
@@ -3403,12 +3290,10 @@ public function setUpdates($updates)
{
$this->updates = $updates;
}
-
public function getUpdates()
{
return $this->updates;
}
-
}
class Google_Service_Games_EventRecordFailure extends Google_Model
@@ -3419,11 +3304,11 @@ class Google_Service_Games_EventRecordFailure extends Google_Model
public $failureCause;
public $kind;
+
public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -3432,7 +3317,6 @@ public function setFailureCause($failureCause)
{
$this->failureCause = $failureCause;
}
-
public function getFailureCause()
{
return $this->failureCause;
@@ -3441,12 +3325,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_EventRecordRequest extends Google_Collection
@@ -3460,11 +3342,11 @@ class Google_Service_Games_EventRecordRequest extends Google_Collection
protected $timePeriodsType = 'Google_Service_Games_EventPeriodUpdate';
protected $timePeriodsDataType = 'array';
+
public function setCurrentTimeMillis($currentTimeMillis)
{
$this->currentTimeMillis = $currentTimeMillis;
}
-
public function getCurrentTimeMillis()
{
return $this->currentTimeMillis;
@@ -3473,7 +3355,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3482,7 +3363,6 @@ public function setRequestId($requestId)
{
$this->requestId = $requestId;
}
-
public function getRequestId()
{
return $this->requestId;
@@ -3491,12 +3371,10 @@ public function setTimePeriods($timePeriods)
{
$this->timePeriods = $timePeriods;
}
-
public function getTimePeriods()
{
return $this->timePeriods;
}
-
}
class Google_Service_Games_EventUpdateRequest extends Google_Model
@@ -3507,11 +3385,11 @@ class Google_Service_Games_EventUpdateRequest extends Google_Model
public $kind;
public $updateCount;
+
public function setDefinitionId($definitionId)
{
$this->definitionId = $definitionId;
}
-
public function getDefinitionId()
{
return $this->definitionId;
@@ -3520,7 +3398,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3529,12 +3406,10 @@ public function setUpdateCount($updateCount)
{
$this->updateCount = $updateCount;
}
-
public function getUpdateCount()
{
return $this->updateCount;
}
-
}
class Google_Service_Games_EventUpdateResponse extends Google_Collection
@@ -3550,11 +3425,11 @@ class Google_Service_Games_EventUpdateResponse extends Google_Collection
protected $playerEventsType = 'Google_Service_Games_PlayerEvent';
protected $playerEventsDataType = 'array';
+
public function setBatchFailures($batchFailures)
{
$this->batchFailures = $batchFailures;
}
-
public function getBatchFailures()
{
return $this->batchFailures;
@@ -3563,7 +3438,6 @@ public function setEventFailures($eventFailures)
{
$this->eventFailures = $eventFailures;
}
-
public function getEventFailures()
{
return $this->eventFailures;
@@ -3572,7 +3446,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3581,12 +3454,10 @@ public function setPlayerEvents($playerEvents)
{
$this->playerEvents = $playerEvents;
}
-
public function getPlayerEvents()
{
return $this->playerEvents;
}
-
}
class Google_Service_Games_GamesAchievementIncrement extends Google_Model
@@ -3597,11 +3468,11 @@ class Google_Service_Games_GamesAchievementIncrement extends Google_Model
public $requestId;
public $steps;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3610,7 +3481,6 @@ public function setRequestId($requestId)
{
$this->requestId = $requestId;
}
-
public function getRequestId()
{
return $this->requestId;
@@ -3619,12 +3489,10 @@ public function setSteps($steps)
{
$this->steps = $steps;
}
-
public function getSteps()
{
return $this->steps;
}
-
}
class Google_Service_Games_GamesAchievementSetStepsAtLeast extends Google_Model
@@ -3634,11 +3502,11 @@ class Google_Service_Games_GamesAchievementSetStepsAtLeast extends Google_Model
public $kind;
public $steps;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3647,12 +3515,10 @@ public function setSteps($steps)
{
$this->steps = $steps;
}
-
public function getSteps()
{
return $this->steps;
}
-
}
class Google_Service_Games_ImageAsset extends Google_Model
@@ -3665,11 +3531,11 @@ class Google_Service_Games_ImageAsset extends Google_Model
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -3678,7 +3544,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3687,7 +3552,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3696,7 +3560,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -3705,12 +3568,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Games_Instance extends Google_Model
@@ -3730,11 +3591,11 @@ class Google_Service_Games_Instance extends Google_Model
protected $webInstanceType = 'Google_Service_Games_InstanceWebDetails';
protected $webInstanceDataType = '';
+
public function setAcquisitionUri($acquisitionUri)
{
$this->acquisitionUri = $acquisitionUri;
}
-
public function getAcquisitionUri()
{
return $this->acquisitionUri;
@@ -3743,7 +3604,6 @@ public function setAndroidInstance(Google_Service_Games_InstanceAndroidDetails $
{
$this->androidInstance = $androidInstance;
}
-
public function getAndroidInstance()
{
return $this->androidInstance;
@@ -3752,7 +3612,6 @@ public function setIosInstance(Google_Service_Games_InstanceIosDetails $iosInsta
{
$this->iosInstance = $iosInstance;
}
-
public function getIosInstance()
{
return $this->iosInstance;
@@ -3761,7 +3620,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3770,7 +3628,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3779,7 +3636,6 @@ public function setPlatformType($platformType)
{
$this->platformType = $platformType;
}
-
public function getPlatformType()
{
return $this->platformType;
@@ -3788,7 +3644,6 @@ public function setRealtimePlay($realtimePlay)
{
$this->realtimePlay = $realtimePlay;
}
-
public function getRealtimePlay()
{
return $this->realtimePlay;
@@ -3797,7 +3652,6 @@ public function setTurnBasedPlay($turnBasedPlay)
{
$this->turnBasedPlay = $turnBasedPlay;
}
-
public function getTurnBasedPlay()
{
return $this->turnBasedPlay;
@@ -3806,12 +3660,10 @@ public function setWebInstance(Google_Service_Games_InstanceWebDetails $webInsta
{
$this->webInstance = $webInstance;
}
-
public function getWebInstance()
{
return $this->webInstance;
}
-
}
class Google_Service_Games_InstanceAndroidDetails extends Google_Model
@@ -3823,11 +3675,11 @@ class Google_Service_Games_InstanceAndroidDetails extends Google_Model
public $packageName;
public $preferred;
+
public function setEnablePiracyCheck($enablePiracyCheck)
{
$this->enablePiracyCheck = $enablePiracyCheck;
}
-
public function getEnablePiracyCheck()
{
return $this->enablePiracyCheck;
@@ -3836,7 +3688,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3845,7 +3696,6 @@ public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
-
public function getPackageName()
{
return $this->packageName;
@@ -3854,12 +3704,10 @@ public function setPreferred($preferred)
{
$this->preferred = $preferred;
}
-
public function getPreferred()
{
return $this->preferred;
}
-
}
class Google_Service_Games_InstanceIosDetails extends Google_Model
@@ -3874,11 +3722,11 @@ class Google_Service_Games_InstanceIosDetails extends Google_Model
public $supportIpad;
public $supportIphone;
+
public function setBundleIdentifier($bundleIdentifier)
{
$this->bundleIdentifier = $bundleIdentifier;
}
-
public function getBundleIdentifier()
{
return $this->bundleIdentifier;
@@ -3887,7 +3735,6 @@ public function setItunesAppId($itunesAppId)
{
$this->itunesAppId = $itunesAppId;
}
-
public function getItunesAppId()
{
return $this->itunesAppId;
@@ -3896,7 +3743,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3905,7 +3751,6 @@ public function setPreferredForIpad($preferredForIpad)
{
$this->preferredForIpad = $preferredForIpad;
}
-
public function getPreferredForIpad()
{
return $this->preferredForIpad;
@@ -3914,7 +3759,6 @@ public function setPreferredForIphone($preferredForIphone)
{
$this->preferredForIphone = $preferredForIphone;
}
-
public function getPreferredForIphone()
{
return $this->preferredForIphone;
@@ -3923,7 +3767,6 @@ public function setSupportIpad($supportIpad)
{
$this->supportIpad = $supportIpad;
}
-
public function getSupportIpad()
{
return $this->supportIpad;
@@ -3932,12 +3775,10 @@ public function setSupportIphone($supportIphone)
{
$this->supportIphone = $supportIphone;
}
-
public function getSupportIphone()
{
return $this->supportIphone;
}
-
}
class Google_Service_Games_InstanceWebDetails extends Google_Model
@@ -3948,11 +3789,11 @@ class Google_Service_Games_InstanceWebDetails extends Google_Model
public $launchUrl;
public $preferred;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3961,7 +3802,6 @@ public function setLaunchUrl($launchUrl)
{
$this->launchUrl = $launchUrl;
}
-
public function getLaunchUrl()
{
return $this->launchUrl;
@@ -3970,12 +3810,10 @@ public function setPreferred($preferred)
{
$this->preferred = $preferred;
}
-
public function getPreferred()
{
return $this->preferred;
}
-
}
class Google_Service_Games_Leaderboard extends Google_Model
@@ -3989,11 +3827,11 @@ class Google_Service_Games_Leaderboard extends Google_Model
public $name;
public $order;
+
public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
}
-
public function getIconUrl()
{
return $this->iconUrl;
@@ -4002,7 +3840,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4011,7 +3848,6 @@ public function setIsIconUrlDefault($isIconUrlDefault)
{
$this->isIconUrlDefault = $isIconUrlDefault;
}
-
public function getIsIconUrlDefault()
{
return $this->isIconUrlDefault;
@@ -4020,7 +3856,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4029,7 +3864,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4038,12 +3872,10 @@ public function setOrder($order)
{
$this->order = $order;
}
-
public function getOrder()
{
return $this->order;
}
-
}
class Google_Service_Games_LeaderboardEntry extends Google_Model
@@ -4061,11 +3893,11 @@ class Google_Service_Games_LeaderboardEntry extends Google_Model
public $timeSpan;
public $writeTimestampMillis;
+
public function setFormattedScore($formattedScore)
{
$this->formattedScore = $formattedScore;
}
-
public function getFormattedScore()
{
return $this->formattedScore;
@@ -4074,7 +3906,6 @@ public function setFormattedScoreRank($formattedScoreRank)
{
$this->formattedScoreRank = $formattedScoreRank;
}
-
public function getFormattedScoreRank()
{
return $this->formattedScoreRank;
@@ -4083,7 +3914,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4092,7 +3922,6 @@ public function setPlayer(Google_Service_Games_Player $player)
{
$this->player = $player;
}
-
public function getPlayer()
{
return $this->player;
@@ -4101,7 +3930,6 @@ public function setScoreRank($scoreRank)
{
$this->scoreRank = $scoreRank;
}
-
public function getScoreRank()
{
return $this->scoreRank;
@@ -4110,7 +3938,6 @@ public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
}
-
public function getScoreTag()
{
return $this->scoreTag;
@@ -4119,7 +3946,6 @@ public function setScoreValue($scoreValue)
{
$this->scoreValue = $scoreValue;
}
-
public function getScoreValue()
{
return $this->scoreValue;
@@ -4128,7 +3954,6 @@ public function setTimeSpan($timeSpan)
{
$this->timeSpan = $timeSpan;
}
-
public function getTimeSpan()
{
return $this->timeSpan;
@@ -4137,12 +3962,10 @@ public function setWriteTimestampMillis($writeTimestampMillis)
{
$this->writeTimestampMillis = $writeTimestampMillis;
}
-
public function getWriteTimestampMillis()
{
return $this->writeTimestampMillis;
}
-
}
class Google_Service_Games_LeaderboardListResponse extends Google_Collection
@@ -4155,11 +3978,11 @@ class Google_Service_Games_LeaderboardListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4168,7 +3991,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4177,12 +3999,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_LeaderboardScoreRank extends Google_Model
@@ -4195,11 +4015,11 @@ class Google_Service_Games_LeaderboardScoreRank extends Google_Model
public $numScores;
public $rank;
+
public function setFormattedNumScores($formattedNumScores)
{
$this->formattedNumScores = $formattedNumScores;
}
-
public function getFormattedNumScores()
{
return $this->formattedNumScores;
@@ -4208,7 +4028,6 @@ public function setFormattedRank($formattedRank)
{
$this->formattedRank = $formattedRank;
}
-
public function getFormattedRank()
{
return $this->formattedRank;
@@ -4217,7 +4036,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4226,7 +4044,6 @@ public function setNumScores($numScores)
{
$this->numScores = $numScores;
}
-
public function getNumScores()
{
return $this->numScores;
@@ -4235,12 +4052,10 @@ public function setRank($rank)
{
$this->rank = $rank;
}
-
public function getRank()
{
return $this->rank;
}
-
}
class Google_Service_Games_LeaderboardScores extends Google_Collection
@@ -4257,11 +4072,11 @@ class Google_Service_Games_LeaderboardScores extends Google_Collection
protected $playerScoreDataType = '';
public $prevPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4270,7 +4085,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4279,7 +4093,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4288,7 +4101,6 @@ public function setNumScores($numScores)
{
$this->numScores = $numScores;
}
-
public function getNumScores()
{
return $this->numScores;
@@ -4297,7 +4109,6 @@ public function setPlayerScore(Google_Service_Games_LeaderboardEntry $playerScor
{
$this->playerScore = $playerScore;
}
-
public function getPlayerScore()
{
return $this->playerScore;
@@ -4306,12 +4117,10 @@ public function setPrevPageToken($prevPageToken)
{
$this->prevPageToken = $prevPageToken;
}
-
public function getPrevPageToken()
{
return $this->prevPageToken;
}
-
}
class Google_Service_Games_MetagameConfig extends Google_Collection
@@ -4324,11 +4133,11 @@ class Google_Service_Games_MetagameConfig extends Google_Collection
protected $playerLevelsType = 'Google_Service_Games_PlayerLevel';
protected $playerLevelsDataType = 'array';
+
public function setCurrentVersion($currentVersion)
{
$this->currentVersion = $currentVersion;
}
-
public function getCurrentVersion()
{
return $this->currentVersion;
@@ -4337,7 +4146,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4346,12 +4154,10 @@ public function setPlayerLevels($playerLevels)
{
$this->playerLevels = $playerLevels;
}
-
public function getPlayerLevels()
{
return $this->playerLevels;
}
-
}
class Google_Service_Games_NetworkDiagnostics extends Google_Model
@@ -4366,11 +4172,11 @@ class Google_Service_Games_NetworkDiagnostics extends Google_Model
public $networkOperatorName;
public $registrationLatencyMillis;
+
public function setAndroidNetworkSubtype($androidNetworkSubtype)
{
$this->androidNetworkSubtype = $androidNetworkSubtype;
}
-
public function getAndroidNetworkSubtype()
{
return $this->androidNetworkSubtype;
@@ -4379,7 +4185,6 @@ public function setAndroidNetworkType($androidNetworkType)
{
$this->androidNetworkType = $androidNetworkType;
}
-
public function getAndroidNetworkType()
{
return $this->androidNetworkType;
@@ -4388,7 +4193,6 @@ public function setIosNetworkType($iosNetworkType)
{
$this->iosNetworkType = $iosNetworkType;
}
-
public function getIosNetworkType()
{
return $this->iosNetworkType;
@@ -4397,7 +4201,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4406,7 +4209,6 @@ public function setNetworkOperatorCode($networkOperatorCode)
{
$this->networkOperatorCode = $networkOperatorCode;
}
-
public function getNetworkOperatorCode()
{
return $this->networkOperatorCode;
@@ -4415,7 +4217,6 @@ public function setNetworkOperatorName($networkOperatorName)
{
$this->networkOperatorName = $networkOperatorName;
}
-
public function getNetworkOperatorName()
{
return $this->networkOperatorName;
@@ -4424,12 +4225,10 @@ public function setRegistrationLatencyMillis($registrationLatencyMillis)
{
$this->registrationLatencyMillis = $registrationLatencyMillis;
}
-
public function getRegistrationLatencyMillis()
{
return $this->registrationLatencyMillis;
}
-
}
class Google_Service_Games_ParticipantResult extends Google_Model
@@ -4441,11 +4240,11 @@ class Google_Service_Games_ParticipantResult extends Google_Model
public $placing;
public $result;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4454,7 +4253,6 @@ public function setParticipantId($participantId)
{
$this->participantId = $participantId;
}
-
public function getParticipantId()
{
return $this->participantId;
@@ -4463,7 +4261,6 @@ public function setPlacing($placing)
{
$this->placing = $placing;
}
-
public function getPlacing()
{
return $this->placing;
@@ -4472,12 +4269,10 @@ public function setResult($result)
{
$this->result = $result;
}
-
public function getResult()
{
return $this->result;
}
-
}
class Google_Service_Games_PeerChannelDiagnostics extends Google_Model
@@ -4496,11 +4291,11 @@ class Google_Service_Games_PeerChannelDiagnostics extends Google_Model
protected $roundtripLatencyMillisType = 'Google_Service_Games_AggregateStats';
protected $roundtripLatencyMillisDataType = '';
+
public function setBytesReceived(Google_Service_Games_AggregateStats $bytesReceived)
{
$this->bytesReceived = $bytesReceived;
}
-
public function getBytesReceived()
{
return $this->bytesReceived;
@@ -4509,7 +4304,6 @@ public function setBytesSent(Google_Service_Games_AggregateStats $bytesSent)
{
$this->bytesSent = $bytesSent;
}
-
public function getBytesSent()
{
return $this->bytesSent;
@@ -4518,7 +4312,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4527,7 +4320,6 @@ public function setNumMessagesLost($numMessagesLost)
{
$this->numMessagesLost = $numMessagesLost;
}
-
public function getNumMessagesLost()
{
return $this->numMessagesLost;
@@ -4536,7 +4328,6 @@ public function setNumMessagesReceived($numMessagesReceived)
{
$this->numMessagesReceived = $numMessagesReceived;
}
-
public function getNumMessagesReceived()
{
return $this->numMessagesReceived;
@@ -4545,7 +4336,6 @@ public function setNumMessagesSent($numMessagesSent)
{
$this->numMessagesSent = $numMessagesSent;
}
-
public function getNumMessagesSent()
{
return $this->numMessagesSent;
@@ -4554,7 +4344,6 @@ public function setNumSendFailures($numSendFailures)
{
$this->numSendFailures = $numSendFailures;
}
-
public function getNumSendFailures()
{
return $this->numSendFailures;
@@ -4563,12 +4352,10 @@ public function setRoundtripLatencyMillis(Google_Service_Games_AggregateStats $r
{
$this->roundtripLatencyMillis = $roundtripLatencyMillis;
}
-
public function getRoundtripLatencyMillis()
{
return $this->roundtripLatencyMillis;
}
-
}
class Google_Service_Games_PeerSessionDiagnostics extends Google_Model
@@ -4583,11 +4370,11 @@ class Google_Service_Games_PeerSessionDiagnostics extends Google_Model
protected $unreliableChannelType = 'Google_Service_Games_PeerChannelDiagnostics';
protected $unreliableChannelDataType = '';
+
public function setConnectedTimestampMillis($connectedTimestampMillis)
{
$this->connectedTimestampMillis = $connectedTimestampMillis;
}
-
public function getConnectedTimestampMillis()
{
return $this->connectedTimestampMillis;
@@ -4596,7 +4383,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4605,7 +4391,6 @@ public function setParticipantId($participantId)
{
$this->participantId = $participantId;
}
-
public function getParticipantId()
{
return $this->participantId;
@@ -4614,7 +4399,6 @@ public function setReliableChannel(Google_Service_Games_PeerChannelDiagnostics $
{
$this->reliableChannel = $reliableChannel;
}
-
public function getReliableChannel()
{
return $this->reliableChannel;
@@ -4623,12 +4407,10 @@ public function setUnreliableChannel(Google_Service_Games_PeerChannelDiagnostics
{
$this->unreliableChannel = $unreliableChannel;
}
-
public function getUnreliableChannel()
{
return $this->unreliableChannel;
}
-
}
class Google_Service_Games_Played extends Google_Model
@@ -4639,11 +4421,11 @@ class Google_Service_Games_Played extends Google_Model
public $kind;
public $timeMillis;
+
public function setAutoMatched($autoMatched)
{
$this->autoMatched = $autoMatched;
}
-
public function getAutoMatched()
{
return $this->autoMatched;
@@ -4652,7 +4434,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4661,12 +4442,10 @@ public function setTimeMillis($timeMillis)
{
$this->timeMillis = $timeMillis;
}
-
public function getTimeMillis()
{
return $this->timeMillis;
}
-
}
class Google_Service_Games_Player extends Google_Model
@@ -4685,11 +4464,11 @@ class Google_Service_Games_Player extends Google_Model
public $playerId;
public $title;
+
public function setAvatarImageUrl($avatarImageUrl)
{
$this->avatarImageUrl = $avatarImageUrl;
}
-
public function getAvatarImageUrl()
{
return $this->avatarImageUrl;
@@ -4698,7 +4477,6 @@ public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -4707,7 +4485,6 @@ public function setExperienceInfo(Google_Service_Games_PlayerExperienceInfo $exp
{
$this->experienceInfo = $experienceInfo;
}
-
public function getExperienceInfo()
{
return $this->experienceInfo;
@@ -4716,7 +4493,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4725,7 +4501,6 @@ public function setLastPlayedWith(Google_Service_Games_Played $lastPlayedWith)
{
$this->lastPlayedWith = $lastPlayedWith;
}
-
public function getLastPlayedWith()
{
return $this->lastPlayedWith;
@@ -4734,7 +4509,6 @@ public function setName(Google_Service_Games_PlayerName $name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -4743,7 +4517,6 @@ public function setPlayerId($playerId)
{
$this->playerId = $playerId;
}
-
public function getPlayerId()
{
return $this->playerId;
@@ -4752,12 +4525,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Games_PlayerAchievement extends Google_Model
@@ -4772,11 +4543,11 @@ class Google_Service_Games_PlayerAchievement extends Google_Model
public $kind;
public $lastUpdatedTimestamp;
+
public function setAchievementState($achievementState)
{
$this->achievementState = $achievementState;
}
-
public function getAchievementState()
{
return $this->achievementState;
@@ -4785,7 +4556,6 @@ public function setCurrentSteps($currentSteps)
{
$this->currentSteps = $currentSteps;
}
-
public function getCurrentSteps()
{
return $this->currentSteps;
@@ -4794,7 +4564,6 @@ public function setExperiencePoints($experiencePoints)
{
$this->experiencePoints = $experiencePoints;
}
-
public function getExperiencePoints()
{
return $this->experiencePoints;
@@ -4803,7 +4572,6 @@ public function setFormattedCurrentStepsString($formattedCurrentStepsString)
{
$this->formattedCurrentStepsString = $formattedCurrentStepsString;
}
-
public function getFormattedCurrentStepsString()
{
return $this->formattedCurrentStepsString;
@@ -4812,7 +4580,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4821,7 +4588,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4830,12 +4596,10 @@ public function setLastUpdatedTimestamp($lastUpdatedTimestamp)
{
$this->lastUpdatedTimestamp = $lastUpdatedTimestamp;
}
-
public function getLastUpdatedTimestamp()
{
return $this->lastUpdatedTimestamp;
}
-
}
class Google_Service_Games_PlayerAchievementListResponse extends Google_Collection
@@ -4848,11 +4612,11 @@ class Google_Service_Games_PlayerAchievementListResponse extends Google_Collecti
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4861,7 +4625,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4870,12 +4633,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_PlayerEvent extends Google_Model
@@ -4888,11 +4649,11 @@ class Google_Service_Games_PlayerEvent extends Google_Model
public $numEvents;
public $playerId;
+
public function setDefinitionId($definitionId)
{
$this->definitionId = $definitionId;
}
-
public function getDefinitionId()
{
return $this->definitionId;
@@ -4901,7 +4662,6 @@ public function setFormattedNumEvents($formattedNumEvents)
{
$this->formattedNumEvents = $formattedNumEvents;
}
-
public function getFormattedNumEvents()
{
return $this->formattedNumEvents;
@@ -4910,7 +4670,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4919,7 +4678,6 @@ public function setNumEvents($numEvents)
{
$this->numEvents = $numEvents;
}
-
public function getNumEvents()
{
return $this->numEvents;
@@ -4928,12 +4686,10 @@ public function setPlayerId($playerId)
{
$this->playerId = $playerId;
}
-
public function getPlayerId()
{
return $this->playerId;
}
-
}
class Google_Service_Games_PlayerEventListResponse extends Google_Collection
@@ -4946,11 +4702,11 @@ class Google_Service_Games_PlayerEventListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4959,7 +4715,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4968,12 +4723,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_PlayerExperienceInfo extends Google_Model
@@ -4988,11 +4741,11 @@ class Google_Service_Games_PlayerExperienceInfo extends Google_Model
protected $nextLevelType = 'Google_Service_Games_PlayerLevel';
protected $nextLevelDataType = '';
+
public function setCurrentExperiencePoints($currentExperiencePoints)
{
$this->currentExperiencePoints = $currentExperiencePoints;
}
-
public function getCurrentExperiencePoints()
{
return $this->currentExperiencePoints;
@@ -5001,7 +4754,6 @@ public function setCurrentLevel(Google_Service_Games_PlayerLevel $currentLevel)
{
$this->currentLevel = $currentLevel;
}
-
public function getCurrentLevel()
{
return $this->currentLevel;
@@ -5010,7 +4762,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5019,7 +4770,6 @@ public function setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis)
{
$this->lastLevelUpTimestampMillis = $lastLevelUpTimestampMillis;
}
-
public function getLastLevelUpTimestampMillis()
{
return $this->lastLevelUpTimestampMillis;
@@ -5028,12 +4778,10 @@ public function setNextLevel(Google_Service_Games_PlayerLevel $nextLevel)
{
$this->nextLevel = $nextLevel;
}
-
public function getNextLevel()
{
return $this->nextLevel;
}
-
}
class Google_Service_Games_PlayerLeaderboardScore extends Google_Model
@@ -5053,11 +4801,11 @@ class Google_Service_Games_PlayerLeaderboardScore extends Google_Model
public $timeSpan;
public $writeTimestamp;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5066,7 +4814,6 @@ public function setLeaderboardId($leaderboardId)
{
$this->leaderboardId = $leaderboardId;
}
-
public function getLeaderboardId()
{
return $this->leaderboardId;
@@ -5075,7 +4822,6 @@ public function setPublicRank(Google_Service_Games_LeaderboardScoreRank $publicR
{
$this->publicRank = $publicRank;
}
-
public function getPublicRank()
{
return $this->publicRank;
@@ -5084,7 +4830,6 @@ public function setScoreString($scoreString)
{
$this->scoreString = $scoreString;
}
-
public function getScoreString()
{
return $this->scoreString;
@@ -5093,7 +4838,6 @@ public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
}
-
public function getScoreTag()
{
return $this->scoreTag;
@@ -5102,7 +4846,6 @@ public function setScoreValue($scoreValue)
{
$this->scoreValue = $scoreValue;
}
-
public function getScoreValue()
{
return $this->scoreValue;
@@ -5111,7 +4854,6 @@ public function setSocialRank(Google_Service_Games_LeaderboardScoreRank $socialR
{
$this->socialRank = $socialRank;
}
-
public function getSocialRank()
{
return $this->socialRank;
@@ -5120,7 +4862,6 @@ public function setTimeSpan($timeSpan)
{
$this->timeSpan = $timeSpan;
}
-
public function getTimeSpan()
{
return $this->timeSpan;
@@ -5129,12 +4870,10 @@ public function setWriteTimestamp($writeTimestamp)
{
$this->writeTimestamp = $writeTimestamp;
}
-
public function getWriteTimestamp()
{
return $this->writeTimestamp;
}
-
}
class Google_Service_Games_PlayerLeaderboardScoreListResponse extends Google_Collection
@@ -5149,11 +4888,11 @@ class Google_Service_Games_PlayerLeaderboardScoreListResponse extends Google_Col
protected $playerType = 'Google_Service_Games_Player';
protected $playerDataType = '';
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5162,7 +4901,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5171,7 +4909,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -5180,12 +4917,10 @@ public function setPlayer(Google_Service_Games_Player $player)
{
$this->player = $player;
}
-
public function getPlayer()
{
return $this->player;
}
-
}
class Google_Service_Games_PlayerLevel extends Google_Model
@@ -5197,11 +4932,11 @@ class Google_Service_Games_PlayerLevel extends Google_Model
public $maxExperiencePoints;
public $minExperiencePoints;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5210,7 +4945,6 @@ public function setLevel($level)
{
$this->level = $level;
}
-
public function getLevel()
{
return $this->level;
@@ -5219,7 +4953,6 @@ public function setMaxExperiencePoints($maxExperiencePoints)
{
$this->maxExperiencePoints = $maxExperiencePoints;
}
-
public function getMaxExperiencePoints()
{
return $this->maxExperiencePoints;
@@ -5228,12 +4961,10 @@ public function setMinExperiencePoints($minExperiencePoints)
{
$this->minExperiencePoints = $minExperiencePoints;
}
-
public function getMinExperiencePoints()
{
return $this->minExperiencePoints;
}
-
}
class Google_Service_Games_PlayerListResponse extends Google_Collection
@@ -5246,11 +4977,11 @@ class Google_Service_Games_PlayerListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5259,7 +4990,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5268,12 +4998,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_PlayerName extends Google_Model
@@ -5283,11 +5011,11 @@ class Google_Service_Games_PlayerName extends Google_Model
public $familyName;
public $givenName;
+
public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -5296,12 +5024,10 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
}
-
}
class Google_Service_Games_PlayerScore extends Google_Model
@@ -5314,11 +5040,11 @@ class Google_Service_Games_PlayerScore extends Google_Model
public $scoreTag;
public $timeSpan;
+
public function setFormattedScore($formattedScore)
{
$this->formattedScore = $formattedScore;
}
-
public function getFormattedScore()
{
return $this->formattedScore;
@@ -5327,7 +5053,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5336,7 +5061,6 @@ public function setScore($score)
{
$this->score = $score;
}
-
public function getScore()
{
return $this->score;
@@ -5345,7 +5069,6 @@ public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
}
-
public function getScoreTag()
{
return $this->scoreTag;
@@ -5354,12 +5077,10 @@ public function setTimeSpan($timeSpan)
{
$this->timeSpan = $timeSpan;
}
-
public function getTimeSpan()
{
return $this->timeSpan;
}
-
}
class Google_Service_Games_PlayerScoreListResponse extends Google_Collection
@@ -5371,11 +5092,11 @@ class Google_Service_Games_PlayerScoreListResponse extends Google_Collection
protected $submittedScoresType = 'Google_Service_Games_PlayerScoreResponse';
protected $submittedScoresDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5384,12 +5105,10 @@ public function setSubmittedScores($submittedScores)
{
$this->submittedScores = $submittedScores;
}
-
public function getSubmittedScores()
{
return $this->submittedScores;
}
-
}
class Google_Service_Games_PlayerScoreResponse extends Google_Collection
@@ -5405,11 +5124,11 @@ class Google_Service_Games_PlayerScoreResponse extends Google_Collection
protected $unbeatenScoresType = 'Google_Service_Games_PlayerScore';
protected $unbeatenScoresDataType = 'array';
+
public function setBeatenScoreTimeSpans($beatenScoreTimeSpans)
{
$this->beatenScoreTimeSpans = $beatenScoreTimeSpans;
}
-
public function getBeatenScoreTimeSpans()
{
return $this->beatenScoreTimeSpans;
@@ -5418,7 +5137,6 @@ public function setFormattedScore($formattedScore)
{
$this->formattedScore = $formattedScore;
}
-
public function getFormattedScore()
{
return $this->formattedScore;
@@ -5427,7 +5145,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5436,7 +5153,6 @@ public function setLeaderboardId($leaderboardId)
{
$this->leaderboardId = $leaderboardId;
}
-
public function getLeaderboardId()
{
return $this->leaderboardId;
@@ -5445,7 +5161,6 @@ public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
}
-
public function getScoreTag()
{
return $this->scoreTag;
@@ -5454,12 +5169,10 @@ public function setUnbeatenScores($unbeatenScores)
{
$this->unbeatenScores = $unbeatenScores;
}
-
public function getUnbeatenScores()
{
return $this->unbeatenScores;
}
-
}
class Google_Service_Games_PlayerScoreSubmissionList extends Google_Collection
@@ -5471,11 +5184,11 @@ class Google_Service_Games_PlayerScoreSubmissionList extends Google_Collection
protected $scoresType = 'Google_Service_Games_ScoreSubmission';
protected $scoresDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5484,12 +5197,10 @@ public function setScores($scores)
{
$this->scores = $scores;
}
-
public function getScores()
{
return $this->scores;
}
-
}
class Google_Service_Games_PushToken extends Google_Model
@@ -5502,11 +5213,11 @@ class Google_Service_Games_PushToken extends Google_Model
public $kind;
public $language;
+
public function setClientRevision($clientRevision)
{
$this->clientRevision = $clientRevision;
}
-
public function getClientRevision()
{
return $this->clientRevision;
@@ -5515,7 +5226,6 @@ public function setId(Google_Service_Games_PushTokenId $id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5524,7 +5234,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5533,12 +5242,10 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
}
-
}
class Google_Service_Games_PushTokenId extends Google_Model
@@ -5549,11 +5256,11 @@ class Google_Service_Games_PushTokenId extends Google_Model
protected $iosDataType = '';
public $kind;
+
public function setIos(Google_Service_Games_PushTokenIdIos $ios)
{
$this->ios = $ios;
}
-
public function getIos()
{
return $this->ios;
@@ -5562,12 +5269,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_PushTokenIdIos extends Google_Model
@@ -5579,11 +5284,11 @@ class Google_Service_Games_PushTokenIdIos extends Google_Model
public $apnsDeviceToken;
public $apnsEnvironment;
+
public function setApnsDeviceToken($apnsDeviceToken)
{
$this->apnsDeviceToken = $apnsDeviceToken;
}
-
public function getApnsDeviceToken()
{
return $this->apnsDeviceToken;
@@ -5592,12 +5297,10 @@ public function setApnsEnvironment($apnsEnvironment)
{
$this->apnsEnvironment = $apnsEnvironment;
}
-
public function getApnsEnvironment()
{
return $this->apnsEnvironment;
}
-
}
class Google_Service_Games_Quest extends Google_Collection
@@ -5623,11 +5326,11 @@ class Google_Service_Games_Quest extends Google_Collection
public $startTimestampMillis;
public $state;
+
public function setAcceptedTimestampMillis($acceptedTimestampMillis)
{
$this->acceptedTimestampMillis = $acceptedTimestampMillis;
}
-
public function getAcceptedTimestampMillis()
{
return $this->acceptedTimestampMillis;
@@ -5636,7 +5339,6 @@ public function setApplicationId($applicationId)
{
$this->applicationId = $applicationId;
}
-
public function getApplicationId()
{
return $this->applicationId;
@@ -5645,7 +5347,6 @@ public function setBannerUrl($bannerUrl)
{
$this->bannerUrl = $bannerUrl;
}
-
public function getBannerUrl()
{
return $this->bannerUrl;
@@ -5654,7 +5355,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -5663,7 +5363,6 @@ public function setEndTimestampMillis($endTimestampMillis)
{
$this->endTimestampMillis = $endTimestampMillis;
}
-
public function getEndTimestampMillis()
{
return $this->endTimestampMillis;
@@ -5672,7 +5371,6 @@ public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
}
-
public function getIconUrl()
{
return $this->iconUrl;
@@ -5681,7 +5379,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5690,7 +5387,6 @@ public function setIsDefaultBannerUrl($isDefaultBannerUrl)
{
$this->isDefaultBannerUrl = $isDefaultBannerUrl;
}
-
public function getIsDefaultBannerUrl()
{
return $this->isDefaultBannerUrl;
@@ -5699,7 +5395,6 @@ public function setIsDefaultIconUrl($isDefaultIconUrl)
{
$this->isDefaultIconUrl = $isDefaultIconUrl;
}
-
public function getIsDefaultIconUrl()
{
return $this->isDefaultIconUrl;
@@ -5708,7 +5403,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5717,7 +5411,6 @@ public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis)
{
$this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis;
}
-
public function getLastUpdatedTimestampMillis()
{
return $this->lastUpdatedTimestampMillis;
@@ -5726,7 +5419,6 @@ public function setMilestones($milestones)
{
$this->milestones = $milestones;
}
-
public function getMilestones()
{
return $this->milestones;
@@ -5735,7 +5427,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5744,7 +5435,6 @@ public function setNotifyTimestampMillis($notifyTimestampMillis)
{
$this->notifyTimestampMillis = $notifyTimestampMillis;
}
-
public function getNotifyTimestampMillis()
{
return $this->notifyTimestampMillis;
@@ -5753,7 +5443,6 @@ public function setStartTimestampMillis($startTimestampMillis)
{
$this->startTimestampMillis = $startTimestampMillis;
}
-
public function getStartTimestampMillis()
{
return $this->startTimestampMillis;
@@ -5762,12 +5451,10 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_Games_QuestContribution extends Google_Model
@@ -5778,11 +5465,11 @@ class Google_Service_Games_QuestContribution extends Google_Model
public $kind;
public $value;
+
public function setFormattedValue($formattedValue)
{
$this->formattedValue = $formattedValue;
}
-
public function getFormattedValue()
{
return $this->formattedValue;
@@ -5791,7 +5478,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5800,12 +5486,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Games_QuestCriterion extends Google_Model
@@ -5821,11 +5505,11 @@ class Google_Service_Games_QuestCriterion extends Google_Model
protected $initialPlayerProgressDataType = '';
public $kind;
+
public function setCompletionContribution(Google_Service_Games_QuestContribution $completionContribution)
{
$this->completionContribution = $completionContribution;
}
-
public function getCompletionContribution()
{
return $this->completionContribution;
@@ -5834,7 +5518,6 @@ public function setCurrentContribution(Google_Service_Games_QuestContribution $c
{
$this->currentContribution = $currentContribution;
}
-
public function getCurrentContribution()
{
return $this->currentContribution;
@@ -5843,7 +5526,6 @@ public function setEventId($eventId)
{
$this->eventId = $eventId;
}
-
public function getEventId()
{
return $this->eventId;
@@ -5852,7 +5534,6 @@ public function setInitialPlayerProgress(Google_Service_Games_QuestContribution
{
$this->initialPlayerProgress = $initialPlayerProgress;
}
-
public function getInitialPlayerProgress()
{
return $this->initialPlayerProgress;
@@ -5861,12 +5542,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_QuestListResponse extends Google_Collection
@@ -5879,11 +5558,11 @@ class Google_Service_Games_QuestListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5892,7 +5571,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5901,12 +5579,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_QuestMilestone extends Google_Collection
@@ -5921,11 +5597,11 @@ class Google_Service_Games_QuestMilestone extends Google_Collection
public $kind;
public $state;
+
public function setCompletionRewardData($completionRewardData)
{
$this->completionRewardData = $completionRewardData;
}
-
public function getCompletionRewardData()
{
return $this->completionRewardData;
@@ -5934,7 +5610,6 @@ public function setCriteria($criteria)
{
$this->criteria = $criteria;
}
-
public function getCriteria()
{
return $this->criteria;
@@ -5943,7 +5618,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5952,7 +5626,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5961,12 +5634,10 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_Games_RevisionCheckResponse extends Google_Model
@@ -5977,11 +5648,11 @@ class Google_Service_Games_RevisionCheckResponse extends Google_Model
public $kind;
public $revisionStatus;
+
public function setApiVersion($apiVersion)
{
$this->apiVersion = $apiVersion;
}
-
public function getApiVersion()
{
return $this->apiVersion;
@@ -5990,7 +5661,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5999,12 +5669,10 @@ public function setRevisionStatus($revisionStatus)
{
$this->revisionStatus = $revisionStatus;
}
-
public function getRevisionStatus()
{
return $this->revisionStatus;
}
-
}
class Google_Service_Games_Room extends Google_Collection
@@ -6031,11 +5699,11 @@ class Google_Service_Games_Room extends Google_Collection
public $status;
public $variant;
+
public function setApplicationId($applicationId)
{
$this->applicationId = $applicationId;
}
-
public function getApplicationId()
{
return $this->applicationId;
@@ -6044,7 +5712,6 @@ public function setAutoMatchingCriteria(Google_Service_Games_RoomAutoMatchingCri
{
$this->autoMatchingCriteria = $autoMatchingCriteria;
}
-
public function getAutoMatchingCriteria()
{
return $this->autoMatchingCriteria;
@@ -6053,7 +5720,6 @@ public function setAutoMatchingStatus(Google_Service_Games_RoomAutoMatchStatus $
{
$this->autoMatchingStatus = $autoMatchingStatus;
}
-
public function getAutoMatchingStatus()
{
return $this->autoMatchingStatus;
@@ -6062,7 +5728,6 @@ public function setCreationDetails(Google_Service_Games_RoomModification $creati
{
$this->creationDetails = $creationDetails;
}
-
public function getCreationDetails()
{
return $this->creationDetails;
@@ -6071,7 +5736,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6080,7 +5744,6 @@ public function setInviterId($inviterId)
{
$this->inviterId = $inviterId;
}
-
public function getInviterId()
{
return $this->inviterId;
@@ -6089,7 +5752,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6098,7 +5760,6 @@ public function setLastUpdateDetails(Google_Service_Games_RoomModification $last
{
$this->lastUpdateDetails = $lastUpdateDetails;
}
-
public function getLastUpdateDetails()
{
return $this->lastUpdateDetails;
@@ -6107,7 +5768,6 @@ public function setParticipants($participants)
{
$this->participants = $participants;
}
-
public function getParticipants()
{
return $this->participants;
@@ -6116,7 +5776,6 @@ public function setRoomId($roomId)
{
$this->roomId = $roomId;
}
-
public function getRoomId()
{
return $this->roomId;
@@ -6125,7 +5784,6 @@ public function setRoomStatusVersion($roomStatusVersion)
{
$this->roomStatusVersion = $roomStatusVersion;
}
-
public function getRoomStatusVersion()
{
return $this->roomStatusVersion;
@@ -6134,7 +5792,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -6143,12 +5800,10 @@ public function setVariant($variant)
{
$this->variant = $variant;
}
-
public function getVariant()
{
return $this->variant;
}
-
}
class Google_Service_Games_RoomAutoMatchStatus extends Google_Model
@@ -6158,11 +5813,11 @@ class Google_Service_Games_RoomAutoMatchStatus extends Google_Model
public $kind;
public $waitEstimateSeconds;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6171,12 +5826,10 @@ public function setWaitEstimateSeconds($waitEstimateSeconds)
{
$this->waitEstimateSeconds = $waitEstimateSeconds;
}
-
public function getWaitEstimateSeconds()
{
return $this->waitEstimateSeconds;
}
-
}
class Google_Service_Games_RoomAutoMatchingCriteria extends Google_Model
@@ -6188,11 +5841,11 @@ class Google_Service_Games_RoomAutoMatchingCriteria extends Google_Model
public $maxAutoMatchingPlayers;
public $minAutoMatchingPlayers;
+
public function setExclusiveBitmask($exclusiveBitmask)
{
$this->exclusiveBitmask = $exclusiveBitmask;
}
-
public function getExclusiveBitmask()
{
return $this->exclusiveBitmask;
@@ -6201,7 +5854,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6210,7 +5862,6 @@ public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers)
{
$this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers;
}
-
public function getMaxAutoMatchingPlayers()
{
return $this->maxAutoMatchingPlayers;
@@ -6219,12 +5870,10 @@ public function setMinAutoMatchingPlayers($minAutoMatchingPlayers)
{
$this->minAutoMatchingPlayers = $minAutoMatchingPlayers;
}
-
public function getMinAutoMatchingPlayers()
{
return $this->minAutoMatchingPlayers;
}
-
}
class Google_Service_Games_RoomClientAddress extends Google_Model
@@ -6234,11 +5883,11 @@ class Google_Service_Games_RoomClientAddress extends Google_Model
public $kind;
public $xmppAddress;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6247,12 +5896,10 @@ public function setXmppAddress($xmppAddress)
{
$this->xmppAddress = $xmppAddress;
}
-
public function getXmppAddress()
{
return $this->xmppAddress;
}
-
}
class Google_Service_Games_RoomCreateRequest extends Google_Collection
@@ -6272,11 +5919,11 @@ class Google_Service_Games_RoomCreateRequest extends Google_Collection
public $requestId;
public $variant;
+
public function setAutoMatchingCriteria(Google_Service_Games_RoomAutoMatchingCriteria $autoMatchingCriteria)
{
$this->autoMatchingCriteria = $autoMatchingCriteria;
}
-
public function getAutoMatchingCriteria()
{
return $this->autoMatchingCriteria;
@@ -6285,7 +5932,6 @@ public function setCapabilities($capabilities)
{
$this->capabilities = $capabilities;
}
-
public function getCapabilities()
{
return $this->capabilities;
@@ -6294,7 +5940,6 @@ public function setClientAddress(Google_Service_Games_RoomClientAddress $clientA
{
$this->clientAddress = $clientAddress;
}
-
public function getClientAddress()
{
return $this->clientAddress;
@@ -6303,7 +5948,6 @@ public function setInvitedPlayerIds($invitedPlayerIds)
{
$this->invitedPlayerIds = $invitedPlayerIds;
}
-
public function getInvitedPlayerIds()
{
return $this->invitedPlayerIds;
@@ -6312,7 +5956,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6321,7 +5964,6 @@ public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $n
{
$this->networkDiagnostics = $networkDiagnostics;
}
-
public function getNetworkDiagnostics()
{
return $this->networkDiagnostics;
@@ -6330,7 +5972,6 @@ public function setRequestId($requestId)
{
$this->requestId = $requestId;
}
-
public function getRequestId()
{
return $this->requestId;
@@ -6339,12 +5980,10 @@ public function setVariant($variant)
{
$this->variant = $variant;
}
-
public function getVariant()
{
return $this->variant;
}
-
}
class Google_Service_Games_RoomJoinRequest extends Google_Collection
@@ -6359,11 +5998,11 @@ class Google_Service_Games_RoomJoinRequest extends Google_Collection
protected $networkDiagnosticsType = 'Google_Service_Games_NetworkDiagnostics';
protected $networkDiagnosticsDataType = '';
+
public function setCapabilities($capabilities)
{
$this->capabilities = $capabilities;
}
-
public function getCapabilities()
{
return $this->capabilities;
@@ -6372,7 +6011,6 @@ public function setClientAddress(Google_Service_Games_RoomClientAddress $clientA
{
$this->clientAddress = $clientAddress;
}
-
public function getClientAddress()
{
return $this->clientAddress;
@@ -6381,7 +6019,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6390,12 +6027,10 @@ public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $n
{
$this->networkDiagnostics = $networkDiagnostics;
}
-
public function getNetworkDiagnostics()
{
return $this->networkDiagnostics;
}
-
}
class Google_Service_Games_RoomLeaveDiagnostics extends Google_Collection
@@ -6413,11 +6048,11 @@ class Google_Service_Games_RoomLeaveDiagnostics extends Google_Collection
protected $peerSessionDataType = 'array';
public $socketsUsed;
+
public function setAndroidNetworkSubtype($androidNetworkSubtype)
{
$this->androidNetworkSubtype = $androidNetworkSubtype;
}
-
public function getAndroidNetworkSubtype()
{
return $this->androidNetworkSubtype;
@@ -6426,7 +6061,6 @@ public function setAndroidNetworkType($androidNetworkType)
{
$this->androidNetworkType = $androidNetworkType;
}
-
public function getAndroidNetworkType()
{
return $this->androidNetworkType;
@@ -6435,7 +6069,6 @@ public function setIosNetworkType($iosNetworkType)
{
$this->iosNetworkType = $iosNetworkType;
}
-
public function getIosNetworkType()
{
return $this->iosNetworkType;
@@ -6444,7 +6077,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6453,7 +6085,6 @@ public function setNetworkOperatorCode($networkOperatorCode)
{
$this->networkOperatorCode = $networkOperatorCode;
}
-
public function getNetworkOperatorCode()
{
return $this->networkOperatorCode;
@@ -6462,7 +6093,6 @@ public function setNetworkOperatorName($networkOperatorName)
{
$this->networkOperatorName = $networkOperatorName;
}
-
public function getNetworkOperatorName()
{
return $this->networkOperatorName;
@@ -6471,7 +6101,6 @@ public function setPeerSession($peerSession)
{
$this->peerSession = $peerSession;
}
-
public function getPeerSession()
{
return $this->peerSession;
@@ -6480,12 +6109,10 @@ public function setSocketsUsed($socketsUsed)
{
$this->socketsUsed = $socketsUsed;
}
-
public function getSocketsUsed()
{
return $this->socketsUsed;
}
-
}
class Google_Service_Games_RoomLeaveRequest extends Google_Model
@@ -6497,11 +6124,11 @@ class Google_Service_Games_RoomLeaveRequest extends Google_Model
protected $leaveDiagnosticsDataType = '';
public $reason;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6510,7 +6137,6 @@ public function setLeaveDiagnostics(Google_Service_Games_RoomLeaveDiagnostics $l
{
$this->leaveDiagnostics = $leaveDiagnostics;
}
-
public function getLeaveDiagnostics()
{
return $this->leaveDiagnostics;
@@ -6519,12 +6145,10 @@ public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
}
-
}
class Google_Service_Games_RoomList extends Google_Collection
@@ -6537,11 +6161,11 @@ class Google_Service_Games_RoomList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -6550,7 +6174,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6559,12 +6182,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_RoomModification extends Google_Model
@@ -6575,11 +6196,11 @@ class Google_Service_Games_RoomModification extends Google_Model
public $modifiedTimestampMillis;
public $participantId;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6588,7 +6209,6 @@ public function setModifiedTimestampMillis($modifiedTimestampMillis)
{
$this->modifiedTimestampMillis = $modifiedTimestampMillis;
}
-
public function getModifiedTimestampMillis()
{
return $this->modifiedTimestampMillis;
@@ -6597,12 +6217,10 @@ public function setParticipantId($participantId)
{
$this->participantId = $participantId;
}
-
public function getParticipantId()
{
return $this->participantId;
}
-
}
class Google_Service_Games_RoomP2PStatus extends Google_Model
@@ -6618,11 +6236,11 @@ class Google_Service_Games_RoomP2PStatus extends Google_Model
public $status;
public $unreliableRoundtripLatencyMillis;
+
public function setConnectionSetupLatencyMillis($connectionSetupLatencyMillis)
{
$this->connectionSetupLatencyMillis = $connectionSetupLatencyMillis;
}
-
public function getConnectionSetupLatencyMillis()
{
return $this->connectionSetupLatencyMillis;
@@ -6631,7 +6249,6 @@ public function setError($error)
{
$this->error = $error;
}
-
public function getError()
{
return $this->error;
@@ -6640,7 +6257,6 @@ public function setErrorReason($errorReason)
{
$this->errorReason = $errorReason;
}
-
public function getErrorReason()
{
return $this->errorReason;
@@ -6649,7 +6265,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6658,7 +6273,6 @@ public function setParticipantId($participantId)
{
$this->participantId = $participantId;
}
-
public function getParticipantId()
{
return $this->participantId;
@@ -6667,7 +6281,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -6676,12 +6289,10 @@ public function setUnreliableRoundtripLatencyMillis($unreliableRoundtripLatencyM
{
$this->unreliableRoundtripLatencyMillis = $unreliableRoundtripLatencyMillis;
}
-
public function getUnreliableRoundtripLatencyMillis()
{
return $this->unreliableRoundtripLatencyMillis;
}
-
}
class Google_Service_Games_RoomP2PStatuses extends Google_Collection
@@ -6693,11 +6304,11 @@ class Google_Service_Games_RoomP2PStatuses extends Google_Collection
protected $updatesType = 'Google_Service_Games_RoomP2PStatus';
protected $updatesDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6706,12 +6317,10 @@ public function setUpdates($updates)
{
$this->updates = $updates;
}
-
public function getUpdates()
{
return $this->updates;
}
-
}
class Google_Service_Games_RoomParticipant extends Google_Collection
@@ -6733,11 +6342,11 @@ class Google_Service_Games_RoomParticipant extends Google_Collection
protected $playerDataType = '';
public $status;
+
public function setAutoMatched($autoMatched)
{
$this->autoMatched = $autoMatched;
}
-
public function getAutoMatched()
{
return $this->autoMatched;
@@ -6746,7 +6355,6 @@ public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoM
{
$this->autoMatchedPlayer = $autoMatchedPlayer;
}
-
public function getAutoMatchedPlayer()
{
return $this->autoMatchedPlayer;
@@ -6755,7 +6363,6 @@ public function setCapabilities($capabilities)
{
$this->capabilities = $capabilities;
}
-
public function getCapabilities()
{
return $this->capabilities;
@@ -6764,7 +6371,6 @@ public function setClientAddress(Google_Service_Games_RoomClientAddress $clientA
{
$this->clientAddress = $clientAddress;
}
-
public function getClientAddress()
{
return $this->clientAddress;
@@ -6773,7 +6379,6 @@ public function setConnected($connected)
{
$this->connected = $connected;
}
-
public function getConnected()
{
return $this->connected;
@@ -6782,7 +6387,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -6791,7 +6395,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6800,7 +6403,6 @@ public function setLeaveReason($leaveReason)
{
$this->leaveReason = $leaveReason;
}
-
public function getLeaveReason()
{
return $this->leaveReason;
@@ -6809,7 +6411,6 @@ public function setPlayer(Google_Service_Games_Player $player)
{
$this->player = $player;
}
-
public function getPlayer()
{
return $this->player;
@@ -6818,12 +6419,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Games_RoomStatus extends Google_Collection
@@ -6840,11 +6439,11 @@ class Google_Service_Games_RoomStatus extends Google_Collection
public $status;
public $statusVersion;
+
public function setAutoMatchingStatus(Google_Service_Games_RoomAutoMatchStatus $autoMatchingStatus)
{
$this->autoMatchingStatus = $autoMatchingStatus;
}
-
public function getAutoMatchingStatus()
{
return $this->autoMatchingStatus;
@@ -6853,7 +6452,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6862,7 +6460,6 @@ public function setParticipants($participants)
{
$this->participants = $participants;
}
-
public function getParticipants()
{
return $this->participants;
@@ -6871,7 +6468,6 @@ public function setRoomId($roomId)
{
$this->roomId = $roomId;
}
-
public function getRoomId()
{
return $this->roomId;
@@ -6880,7 +6476,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -6889,12 +6484,10 @@ public function setStatusVersion($statusVersion)
{
$this->statusVersion = $statusVersion;
}
-
public function getStatusVersion()
{
return $this->statusVersion;
}
-
}
class Google_Service_Games_ScoreSubmission extends Google_Model
@@ -6907,11 +6500,11 @@ class Google_Service_Games_ScoreSubmission extends Google_Model
public $scoreTag;
public $signature;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -6920,7 +6513,6 @@ public function setLeaderboardId($leaderboardId)
{
$this->leaderboardId = $leaderboardId;
}
-
public function getLeaderboardId()
{
return $this->leaderboardId;
@@ -6929,7 +6521,6 @@ public function setScore($score)
{
$this->score = $score;
}
-
public function getScore()
{
return $this->score;
@@ -6938,7 +6529,6 @@ public function setScoreTag($scoreTag)
{
$this->scoreTag = $scoreTag;
}
-
public function getScoreTag()
{
return $this->scoreTag;
@@ -6947,12 +6537,10 @@ public function setSignature($signature)
{
$this->signature = $signature;
}
-
public function getSignature()
{
return $this->signature;
}
-
}
class Google_Service_Games_Snapshot extends Google_Model
@@ -6972,11 +6560,11 @@ class Google_Service_Games_Snapshot extends Google_Model
public $type;
public $uniqueName;
+
public function setCoverImage(Google_Service_Games_SnapshotImage $coverImage)
{
$this->coverImage = $coverImage;
}
-
public function getCoverImage()
{
return $this->coverImage;
@@ -6985,7 +6573,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -6994,7 +6581,6 @@ public function setDriveId($driveId)
{
$this->driveId = $driveId;
}
-
public function getDriveId()
{
return $this->driveId;
@@ -7003,7 +6589,6 @@ public function setDurationMillis($durationMillis)
{
$this->durationMillis = $durationMillis;
}
-
public function getDurationMillis()
{
return $this->durationMillis;
@@ -7012,7 +6597,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7021,7 +6605,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7030,7 +6613,6 @@ public function setLastModifiedMillis($lastModifiedMillis)
{
$this->lastModifiedMillis = $lastModifiedMillis;
}
-
public function getLastModifiedMillis()
{
return $this->lastModifiedMillis;
@@ -7039,7 +6621,6 @@ public function setProgressValue($progressValue)
{
$this->progressValue = $progressValue;
}
-
public function getProgressValue()
{
return $this->progressValue;
@@ -7048,7 +6629,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -7057,7 +6637,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -7066,12 +6645,10 @@ public function setUniqueName($uniqueName)
{
$this->uniqueName = $uniqueName;
}
-
public function getUniqueName()
{
return $this->uniqueName;
}
-
}
class Google_Service_Games_SnapshotImage extends Google_Model
@@ -7085,11 +6662,11 @@ class Google_Service_Games_SnapshotImage extends Google_Model
public $url;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -7098,7 +6675,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7107,7 +6683,6 @@ public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
-
public function getMimeType()
{
return $this->mimeType;
@@ -7116,7 +6691,6 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
@@ -7125,12 +6699,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Games_SnapshotListResponse extends Google_Collection
@@ -7143,11 +6715,11 @@ class Google_Service_Games_SnapshotListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7156,7 +6728,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7165,12 +6736,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_TurnBasedAutoMatchingCriteria extends Google_Model
@@ -7182,11 +6751,11 @@ class Google_Service_Games_TurnBasedAutoMatchingCriteria extends Google_Model
public $maxAutoMatchingPlayers;
public $minAutoMatchingPlayers;
+
public function setExclusiveBitmask($exclusiveBitmask)
{
$this->exclusiveBitmask = $exclusiveBitmask;
}
-
public function getExclusiveBitmask()
{
return $this->exclusiveBitmask;
@@ -7195,7 +6764,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7204,7 +6772,6 @@ public function setMaxAutoMatchingPlayers($maxAutoMatchingPlayers)
{
$this->maxAutoMatchingPlayers = $maxAutoMatchingPlayers;
}
-
public function getMaxAutoMatchingPlayers()
{
return $this->maxAutoMatchingPlayers;
@@ -7213,12 +6780,10 @@ public function setMinAutoMatchingPlayers($minAutoMatchingPlayers)
{
$this->minAutoMatchingPlayers = $minAutoMatchingPlayers;
}
-
public function getMinAutoMatchingPlayers()
{
return $this->minAutoMatchingPlayers;
}
-
}
class Google_Service_Games_TurnBasedMatch extends Google_Collection
@@ -7254,11 +6819,11 @@ class Google_Service_Games_TurnBasedMatch extends Google_Collection
public $variant;
public $withParticipantId;
+
public function setApplicationId($applicationId)
{
$this->applicationId = $applicationId;
}
-
public function getApplicationId()
{
return $this->applicationId;
@@ -7267,7 +6832,6 @@ public function setAutoMatchingCriteria(Google_Service_Games_TurnBasedAutoMatchi
{
$this->autoMatchingCriteria = $autoMatchingCriteria;
}
-
public function getAutoMatchingCriteria()
{
return $this->autoMatchingCriteria;
@@ -7276,7 +6840,6 @@ public function setCreationDetails(Google_Service_Games_TurnBasedMatchModificati
{
$this->creationDetails = $creationDetails;
}
-
public function getCreationDetails()
{
return $this->creationDetails;
@@ -7285,7 +6848,6 @@ public function setData(Google_Service_Games_TurnBasedMatchData $data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -7294,7 +6856,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -7303,7 +6864,6 @@ public function setInviterId($inviterId)
{
$this->inviterId = $inviterId;
}
-
public function getInviterId()
{
return $this->inviterId;
@@ -7312,7 +6872,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7321,7 +6880,6 @@ public function setLastUpdateDetails(Google_Service_Games_TurnBasedMatchModifica
{
$this->lastUpdateDetails = $lastUpdateDetails;
}
-
public function getLastUpdateDetails()
{
return $this->lastUpdateDetails;
@@ -7330,7 +6888,6 @@ public function setMatchId($matchId)
{
$this->matchId = $matchId;
}
-
public function getMatchId()
{
return $this->matchId;
@@ -7339,7 +6896,6 @@ public function setMatchNumber($matchNumber)
{
$this->matchNumber = $matchNumber;
}
-
public function getMatchNumber()
{
return $this->matchNumber;
@@ -7348,7 +6904,6 @@ public function setMatchVersion($matchVersion)
{
$this->matchVersion = $matchVersion;
}
-
public function getMatchVersion()
{
return $this->matchVersion;
@@ -7357,7 +6912,6 @@ public function setParticipants($participants)
{
$this->participants = $participants;
}
-
public function getParticipants()
{
return $this->participants;
@@ -7366,7 +6920,6 @@ public function setPendingParticipantId($pendingParticipantId)
{
$this->pendingParticipantId = $pendingParticipantId;
}
-
public function getPendingParticipantId()
{
return $this->pendingParticipantId;
@@ -7375,7 +6928,6 @@ public function setPreviousMatchData(Google_Service_Games_TurnBasedMatchData $pr
{
$this->previousMatchData = $previousMatchData;
}
-
public function getPreviousMatchData()
{
return $this->previousMatchData;
@@ -7384,7 +6936,6 @@ public function setRematchId($rematchId)
{
$this->rematchId = $rematchId;
}
-
public function getRematchId()
{
return $this->rematchId;
@@ -7393,7 +6944,6 @@ public function setResults($results)
{
$this->results = $results;
}
-
public function getResults()
{
return $this->results;
@@ -7402,7 +6952,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -7411,7 +6960,6 @@ public function setUserMatchStatus($userMatchStatus)
{
$this->userMatchStatus = $userMatchStatus;
}
-
public function getUserMatchStatus()
{
return $this->userMatchStatus;
@@ -7420,7 +6968,6 @@ public function setVariant($variant)
{
$this->variant = $variant;
}
-
public function getVariant()
{
return $this->variant;
@@ -7429,12 +6976,10 @@ public function setWithParticipantId($withParticipantId)
{
$this->withParticipantId = $withParticipantId;
}
-
public function getWithParticipantId()
{
return $this->withParticipantId;
}
-
}
class Google_Service_Games_TurnBasedMatchCreateRequest extends Google_Collection
@@ -7449,11 +6994,11 @@ class Google_Service_Games_TurnBasedMatchCreateRequest extends Google_Collection
public $requestId;
public $variant;
+
public function setAutoMatchingCriteria(Google_Service_Games_TurnBasedAutoMatchingCriteria $autoMatchingCriteria)
{
$this->autoMatchingCriteria = $autoMatchingCriteria;
}
-
public function getAutoMatchingCriteria()
{
return $this->autoMatchingCriteria;
@@ -7462,7 +7007,6 @@ public function setInvitedPlayerIds($invitedPlayerIds)
{
$this->invitedPlayerIds = $invitedPlayerIds;
}
-
public function getInvitedPlayerIds()
{
return $this->invitedPlayerIds;
@@ -7471,7 +7015,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7480,7 +7023,6 @@ public function setRequestId($requestId)
{
$this->requestId = $requestId;
}
-
public function getRequestId()
{
return $this->requestId;
@@ -7489,12 +7031,10 @@ public function setVariant($variant)
{
$this->variant = $variant;
}
-
public function getVariant()
{
return $this->variant;
}
-
}
class Google_Service_Games_TurnBasedMatchData extends Google_Model
@@ -7505,11 +7045,11 @@ class Google_Service_Games_TurnBasedMatchData extends Google_Model
public $dataAvailable;
public $kind;
+
public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -7518,7 +7058,6 @@ public function setDataAvailable($dataAvailable)
{
$this->dataAvailable = $dataAvailable;
}
-
public function getDataAvailable()
{
return $this->dataAvailable;
@@ -7527,12 +7066,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_TurnBasedMatchDataRequest extends Google_Model
@@ -7542,11 +7079,11 @@ class Google_Service_Games_TurnBasedMatchDataRequest extends Google_Model
public $data;
public $kind;
+
public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -7555,12 +7092,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Games_TurnBasedMatchList extends Google_Collection
@@ -7573,11 +7108,11 @@ class Google_Service_Games_TurnBasedMatchList extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7586,7 +7121,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7595,12 +7129,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_TurnBasedMatchModification extends Google_Model
@@ -7611,11 +7143,11 @@ class Google_Service_Games_TurnBasedMatchModification extends Google_Model
public $modifiedTimestampMillis;
public $participantId;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7624,7 +7156,6 @@ public function setModifiedTimestampMillis($modifiedTimestampMillis)
{
$this->modifiedTimestampMillis = $modifiedTimestampMillis;
}
-
public function getModifiedTimestampMillis()
{
return $this->modifiedTimestampMillis;
@@ -7633,12 +7164,10 @@ public function setParticipantId($participantId)
{
$this->participantId = $participantId;
}
-
public function getParticipantId()
{
return $this->participantId;
}
-
}
class Google_Service_Games_TurnBasedMatchParticipant extends Google_Model
@@ -7654,11 +7183,11 @@ class Google_Service_Games_TurnBasedMatchParticipant extends Google_Model
protected $playerDataType = '';
public $status;
+
public function setAutoMatched($autoMatched)
{
$this->autoMatched = $autoMatched;
}
-
public function getAutoMatched()
{
return $this->autoMatched;
@@ -7667,7 +7196,6 @@ public function setAutoMatchedPlayer(Google_Service_Games_AnonymousPlayer $autoM
{
$this->autoMatchedPlayer = $autoMatchedPlayer;
}
-
public function getAutoMatchedPlayer()
{
return $this->autoMatchedPlayer;
@@ -7676,7 +7204,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -7685,7 +7212,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7694,7 +7220,6 @@ public function setPlayer(Google_Service_Games_Player $player)
{
$this->player = $player;
}
-
public function getPlayer()
{
return $this->player;
@@ -7703,12 +7228,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Games_TurnBasedMatchRematch extends Google_Model
@@ -7721,11 +7244,11 @@ class Google_Service_Games_TurnBasedMatchRematch extends Google_Model
protected $rematchType = 'Google_Service_Games_TurnBasedMatch';
protected $rematchDataType = '';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7734,7 +7257,6 @@ public function setPreviousMatch(Google_Service_Games_TurnBasedMatch $previousMa
{
$this->previousMatch = $previousMatch;
}
-
public function getPreviousMatch()
{
return $this->previousMatch;
@@ -7743,12 +7265,10 @@ public function setRematch(Google_Service_Games_TurnBasedMatch $rematch)
{
$this->rematch = $rematch;
}
-
public function getRematch()
{
return $this->rematch;
}
-
}
class Google_Service_Games_TurnBasedMatchResults extends Google_Collection
@@ -7763,11 +7283,11 @@ class Google_Service_Games_TurnBasedMatchResults extends Google_Collection
protected $resultsType = 'Google_Service_Games_ParticipantResult';
protected $resultsDataType = 'array';
+
public function setData(Google_Service_Games_TurnBasedMatchDataRequest $data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -7776,7 +7296,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7785,7 +7304,6 @@ public function setMatchVersion($matchVersion)
{
$this->matchVersion = $matchVersion;
}
-
public function getMatchVersion()
{
return $this->matchVersion;
@@ -7794,12 +7312,10 @@ public function setResults($results)
{
$this->results = $results;
}
-
public function getResults()
{
return $this->results;
}
-
}
class Google_Service_Games_TurnBasedMatchSync extends Google_Collection
@@ -7813,11 +7329,11 @@ class Google_Service_Games_TurnBasedMatchSync extends Google_Collection
public $moreAvailable;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -7826,7 +7342,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7835,7 +7350,6 @@ public function setMoreAvailable($moreAvailable)
{
$this->moreAvailable = $moreAvailable;
}
-
public function getMoreAvailable()
{
return $this->moreAvailable;
@@ -7844,12 +7358,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Games_TurnBasedMatchTurn extends Google_Collection
@@ -7865,11 +7377,11 @@ class Google_Service_Games_TurnBasedMatchTurn extends Google_Collection
protected $resultsType = 'Google_Service_Games_ParticipantResult';
protected $resultsDataType = 'array';
+
public function setData(Google_Service_Games_TurnBasedMatchDataRequest $data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -7878,7 +7390,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -7887,7 +7398,6 @@ public function setMatchVersion($matchVersion)
{
$this->matchVersion = $matchVersion;
}
-
public function getMatchVersion()
{
return $this->matchVersion;
@@ -7896,7 +7406,6 @@ public function setPendingParticipantId($pendingParticipantId)
{
$this->pendingParticipantId = $pendingParticipantId;
}
-
public function getPendingParticipantId()
{
return $this->pendingParticipantId;
@@ -7905,10 +7414,8 @@ public function setResults($results)
{
$this->results = $results;
}
-
public function getResults()
{
return $this->results;
}
-
}
From d0f4935c357cee00669895b7a875e403f23f1d45 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for spectrum-management functions.
- *
* For more information about this service, see the API
@@ -112,6 +111,7 @@ public function getSpectrum(Google_Service_Spectrum_PawsGetSpectrumRequest $post
$params = array_merge($params, $optParams);
return $this->call('getSpectrum', array($params), "Google_Service_Spectrum_PawsGetSpectrumResponse");
}
+
/**
* The Google Spectrum Database does not support batch requests, so this method
* always yields an UNIMPLEMENTED error. (paws.getSpectrumBatch)
@@ -126,6 +126,7 @@ public function getSpectrumBatch(Google_Service_Spectrum_PawsGetSpectrumBatchReq
$params = array_merge($params, $optParams);
return $this->call('getSpectrumBatch', array($params), "Google_Service_Spectrum_PawsGetSpectrumBatchResponse");
}
+
/**
* Initializes the connection between a white space device and the database.
* (paws.init)
@@ -140,6 +141,7 @@ public function init(Google_Service_Spectrum_PawsInitRequest $postBody, $optPara
$params = array_merge($params, $optParams);
return $this->call('init', array($params), "Google_Service_Spectrum_PawsInitResponse");
}
+
/**
* Notifies the database that the device has selected certain frequency ranges
* for transmission. Only to be invoked when required by the regulator. The
@@ -157,6 +159,7 @@ public function notifySpectrumUse(Google_Service_Spectrum_PawsNotifySpectrumUseR
$params = array_merge($params, $optParams);
return $this->call('notifySpectrumUse', array($params), "Google_Service_Spectrum_PawsNotifySpectrumUseResponse");
}
+
/**
* The Google Spectrum Database implements registration in the getSpectrum
* method. As such this always returns an UNIMPLEMENTED error. (paws.register)
@@ -171,6 +174,7 @@ public function register(Google_Service_Spectrum_PawsRegisterRequest $postBody,
$params = array_merge($params, $optParams);
return $this->call('register', array($params), "Google_Service_Spectrum_PawsRegisterResponse");
}
+
/**
* Validates a device for white space use in accordance with regulatory rules.
* The Google Spectrum Database does not support master/slave configurations, so
@@ -199,11 +203,11 @@ class Google_Service_Spectrum_AntennaCharacteristics extends Google_Model
public $heightType;
public $heightUncertainty;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -212,7 +216,6 @@ public function setHeightType($heightType)
{
$this->heightType = $heightType;
}
-
public function getHeightType()
{
return $this->heightType;
@@ -221,12 +224,10 @@ public function setHeightUncertainty($heightUncertainty)
{
$this->heightUncertainty = $heightUncertainty;
}
-
public function getHeightUncertainty()
{
return $this->heightUncertainty;
}
-
}
class Google_Service_Spectrum_DatabaseSpec extends Google_Model
@@ -236,11 +237,11 @@ class Google_Service_Spectrum_DatabaseSpec extends Google_Model
public $name;
public $uri;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -249,12 +250,10 @@ public function setUri($uri)
{
$this->uri = $uri;
}
-
public function getUri()
{
return $this->uri;
}
-
}
class Google_Service_Spectrum_DbUpdateSpec extends Google_Collection
@@ -265,16 +264,15 @@ class Google_Service_Spectrum_DbUpdateSpec extends Google_Collection
protected $databasesType = 'Google_Service_Spectrum_DatabaseSpec';
protected $databasesDataType = 'array';
+
public function setDatabases($databases)
{
$this->databases = $databases;
}
-
public function getDatabases()
{
return $this->databases;
}
-
}
class Google_Service_Spectrum_DeviceCapabilities extends Google_Collection
@@ -285,16 +283,15 @@ class Google_Service_Spectrum_DeviceCapabilities extends Google_Collection
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
protected $frequencyRangesDataType = 'array';
+
public function setFrequencyRanges($frequencyRanges)
{
$this->frequencyRanges = $frequencyRanges;
}
-
public function getFrequencyRanges()
{
return $this->frequencyRanges;
}
-
}
class Google_Service_Spectrum_DeviceDescriptor extends Google_Collection
@@ -313,11 +310,11 @@ class Google_Service_Spectrum_DeviceDescriptor extends Google_Collection
public $rulesetIds;
public $serialNumber;
+
public function setEtsiEnDeviceCategory($etsiEnDeviceCategory)
{
$this->etsiEnDeviceCategory = $etsiEnDeviceCategory;
}
-
public function getEtsiEnDeviceCategory()
{
return $this->etsiEnDeviceCategory;
@@ -326,7 +323,6 @@ public function setEtsiEnDeviceEmissionsClass($etsiEnDeviceEmissionsClass)
{
$this->etsiEnDeviceEmissionsClass = $etsiEnDeviceEmissionsClass;
}
-
public function getEtsiEnDeviceEmissionsClass()
{
return $this->etsiEnDeviceEmissionsClass;
@@ -335,7 +331,6 @@ public function setEtsiEnDeviceType($etsiEnDeviceType)
{
$this->etsiEnDeviceType = $etsiEnDeviceType;
}
-
public function getEtsiEnDeviceType()
{
return $this->etsiEnDeviceType;
@@ -344,7 +339,6 @@ public function setEtsiEnTechnologyId($etsiEnTechnologyId)
{
$this->etsiEnTechnologyId = $etsiEnTechnologyId;
}
-
public function getEtsiEnTechnologyId()
{
return $this->etsiEnTechnologyId;
@@ -353,7 +347,6 @@ public function setFccId($fccId)
{
$this->fccId = $fccId;
}
-
public function getFccId()
{
return $this->fccId;
@@ -362,7 +355,6 @@ public function setFccTvbdDeviceType($fccTvbdDeviceType)
{
$this->fccTvbdDeviceType = $fccTvbdDeviceType;
}
-
public function getFccTvbdDeviceType()
{
return $this->fccTvbdDeviceType;
@@ -371,7 +363,6 @@ public function setManufacturerId($manufacturerId)
{
$this->manufacturerId = $manufacturerId;
}
-
public function getManufacturerId()
{
return $this->manufacturerId;
@@ -380,7 +371,6 @@ public function setModelId($modelId)
{
$this->modelId = $modelId;
}
-
public function getModelId()
{
return $this->modelId;
@@ -389,7 +379,6 @@ public function setRulesetIds($rulesetIds)
{
$this->rulesetIds = $rulesetIds;
}
-
public function getRulesetIds()
{
return $this->rulesetIds;
@@ -398,12 +387,10 @@ public function setSerialNumber($serialNumber)
{
$this->serialNumber = $serialNumber;
}
-
public function getSerialNumber()
{
return $this->serialNumber;
}
-
}
class Google_Service_Spectrum_DeviceOwner extends Google_Model
@@ -415,11 +402,11 @@ class Google_Service_Spectrum_DeviceOwner extends Google_Model
protected $ownerType = 'Google_Service_Spectrum_Vcard';
protected $ownerDataType = '';
+
public function setOperator(Google_Service_Spectrum_Vcard $operator)
{
$this->operator = $operator;
}
-
public function getOperator()
{
return $this->operator;
@@ -428,12 +415,10 @@ public function setOwner(Google_Service_Spectrum_Vcard $owner)
{
$this->owner = $owner;
}
-
public function getOwner()
{
return $this->owner;
}
-
}
class Google_Service_Spectrum_DeviceValidity extends Google_Model
@@ -445,11 +430,11 @@ class Google_Service_Spectrum_DeviceValidity extends Google_Model
public $isValid;
public $reason;
+
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
{
$this->deviceDesc = $deviceDesc;
}
-
public function getDeviceDesc()
{
return $this->deviceDesc;
@@ -458,7 +443,6 @@ public function setIsValid($isValid)
{
$this->isValid = $isValid;
}
-
public function getIsValid()
{
return $this->isValid;
@@ -467,12 +451,10 @@ public function setReason($reason)
{
$this->reason = $reason;
}
-
public function getReason()
{
return $this->reason;
}
-
}
class Google_Service_Spectrum_EventTime extends Google_Model
@@ -482,11 +464,11 @@ class Google_Service_Spectrum_EventTime extends Google_Model
public $startTime;
public $stopTime;
+
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -495,12 +477,10 @@ public function setStopTime($stopTime)
{
$this->stopTime = $stopTime;
}
-
public function getStopTime()
{
return $this->stopTime;
}
-
}
class Google_Service_Spectrum_FrequencyRange extends Google_Model
@@ -512,11 +492,11 @@ class Google_Service_Spectrum_FrequencyRange extends Google_Model
public $startHz;
public $stopHz;
+
public function setChannelId($channelId)
{
$this->channelId = $channelId;
}
-
public function getChannelId()
{
return $this->channelId;
@@ -525,7 +505,6 @@ public function setMaxPowerDBm($maxPowerDBm)
{
$this->maxPowerDBm = $maxPowerDBm;
}
-
public function getMaxPowerDBm()
{
return $this->maxPowerDBm;
@@ -534,7 +513,6 @@ public function setStartHz($startHz)
{
$this->startHz = $startHz;
}
-
public function getStartHz()
{
return $this->startHz;
@@ -543,12 +521,10 @@ public function setStopHz($stopHz)
{
$this->stopHz = $stopHz;
}
-
public function getStopHz()
{
return $this->stopHz;
}
-
}
class Google_Service_Spectrum_GeoLocation extends Google_Model
@@ -561,11 +537,11 @@ class Google_Service_Spectrum_GeoLocation extends Google_Model
protected $regionType = 'Google_Service_Spectrum_GeoLocationPolygon';
protected $regionDataType = '';
+
public function setConfidence($confidence)
{
$this->confidence = $confidence;
}
-
public function getConfidence()
{
return $this->confidence;
@@ -574,7 +550,6 @@ public function setPoint(Google_Service_Spectrum_GeoLocationEllipse $point)
{
$this->point = $point;
}
-
public function getPoint()
{
return $this->point;
@@ -583,12 +558,10 @@ public function setRegion(Google_Service_Spectrum_GeoLocationPolygon $region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
}
-
}
class Google_Service_Spectrum_GeoLocationEllipse extends Google_Model
@@ -601,11 +574,11 @@ class Google_Service_Spectrum_GeoLocationEllipse extends Google_Model
public $semiMajorAxis;
public $semiMinorAxis;
+
public function setCenter(Google_Service_Spectrum_GeoLocationPoint $center)
{
$this->center = $center;
}
-
public function getCenter()
{
return $this->center;
@@ -614,7 +587,6 @@ public function setOrientation($orientation)
{
$this->orientation = $orientation;
}
-
public function getOrientation()
{
return $this->orientation;
@@ -623,7 +595,6 @@ public function setSemiMajorAxis($semiMajorAxis)
{
$this->semiMajorAxis = $semiMajorAxis;
}
-
public function getSemiMajorAxis()
{
return $this->semiMajorAxis;
@@ -632,12 +603,10 @@ public function setSemiMinorAxis($semiMinorAxis)
{
$this->semiMinorAxis = $semiMinorAxis;
}
-
public function getSemiMinorAxis()
{
return $this->semiMinorAxis;
}
-
}
class Google_Service_Spectrum_GeoLocationPoint extends Google_Model
@@ -647,11 +616,11 @@ class Google_Service_Spectrum_GeoLocationPoint extends Google_Model
public $latitude;
public $longitude;
+
public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -660,12 +629,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_Spectrum_GeoLocationPolygon extends Google_Collection
@@ -676,16 +643,15 @@ class Google_Service_Spectrum_GeoLocationPolygon extends Google_Collection
protected $exteriorType = 'Google_Service_Spectrum_GeoLocationPoint';
protected $exteriorDataType = 'array';
+
public function setExterior($exterior)
{
$this->exterior = $exterior;
}
-
public function getExterior()
{
return $this->exterior;
}
-
}
class Google_Service_Spectrum_GeoSpectrumSchedule extends Google_Collection
@@ -698,11 +664,11 @@ class Google_Service_Spectrum_GeoSpectrumSchedule extends Google_Collection
protected $spectrumSchedulesType = 'Google_Service_Spectrum_SpectrumSchedule';
protected $spectrumSchedulesDataType = 'array';
+
public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -711,12 +677,10 @@ public function setSpectrumSchedules($spectrumSchedules)
{
$this->spectrumSchedules = $spectrumSchedules;
}
-
public function getSpectrumSchedules()
{
return $this->spectrumSchedules;
}
-
}
class Google_Service_Spectrum_PawsGetSpectrumBatchRequest extends Google_Collection
@@ -740,11 +704,11 @@ class Google_Service_Spectrum_PawsGetSpectrumBatchRequest extends Google_Collect
public $type;
public $version;
+
public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
{
$this->antenna = $antenna;
}
-
public function getAntenna()
{
return $this->antenna;
@@ -753,7 +717,6 @@ public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capa
{
$this->capabilities = $capabilities;
}
-
public function getCapabilities()
{
return $this->capabilities;
@@ -762,7 +725,6 @@ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDe
{
$this->deviceDesc = $deviceDesc;
}
-
public function getDeviceDesc()
{
return $this->deviceDesc;
@@ -771,7 +733,6 @@ public function setLocations($locations)
{
$this->locations = $locations;
}
-
public function getLocations()
{
return $this->locations;
@@ -780,7 +741,6 @@ public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $ma
{
$this->masterDeviceDesc = $masterDeviceDesc;
}
-
public function getMasterDeviceDesc()
{
return $this->masterDeviceDesc;
@@ -789,7 +749,6 @@ public function setOwner(Google_Service_Spectrum_DeviceOwner $owner)
{
$this->owner = $owner;
}
-
public function getOwner()
{
return $this->owner;
@@ -798,7 +757,6 @@ public function setRequestType($requestType)
{
$this->requestType = $requestType;
}
-
public function getRequestType()
{
return $this->requestType;
@@ -807,7 +765,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -816,12 +773,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collection
@@ -845,11 +800,11 @@ class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collec
public $type;
public $version;
+
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
{
$this->databaseChange = $databaseChange;
}
-
public function getDatabaseChange()
{
return $this->databaseChange;
@@ -858,7 +813,6 @@ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDe
{
$this->deviceDesc = $deviceDesc;
}
-
public function getDeviceDesc()
{
return $this->deviceDesc;
@@ -867,7 +821,6 @@ public function setGeoSpectrumSchedules($geoSpectrumSchedules)
{
$this->geoSpectrumSchedules = $geoSpectrumSchedules;
}
-
public function getGeoSpectrumSchedules()
{
return $this->geoSpectrumSchedules;
@@ -876,7 +829,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -885,7 +837,6 @@ public function setMaxContiguousBwHz($maxContiguousBwHz)
{
$this->maxContiguousBwHz = $maxContiguousBwHz;
}
-
public function getMaxContiguousBwHz()
{
return $this->maxContiguousBwHz;
@@ -894,7 +845,6 @@ public function setMaxTotalBwHz($maxTotalBwHz)
{
$this->maxTotalBwHz = $maxTotalBwHz;
}
-
public function getMaxTotalBwHz()
{
return $this->maxTotalBwHz;
@@ -903,7 +853,6 @@ public function setNeedsSpectrumReport($needsSpectrumReport)
{
$this->needsSpectrumReport = $needsSpectrumReport;
}
-
public function getNeedsSpectrumReport()
{
return $this->needsSpectrumReport;
@@ -912,7 +861,6 @@ public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
{
$this->rulesetInfo = $rulesetInfo;
}
-
public function getRulesetInfo()
{
return $this->rulesetInfo;
@@ -921,7 +869,6 @@ public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
-
public function getTimestamp()
{
return $this->timestamp;
@@ -930,7 +877,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -939,12 +885,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsGetSpectrumRequest extends Google_Model
@@ -967,11 +911,11 @@ class Google_Service_Spectrum_PawsGetSpectrumRequest extends Google_Model
public $type;
public $version;
+
public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
{
$this->antenna = $antenna;
}
-
public function getAntenna()
{
return $this->antenna;
@@ -980,7 +924,6 @@ public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capa
{
$this->capabilities = $capabilities;
}
-
public function getCapabilities()
{
return $this->capabilities;
@@ -989,7 +932,6 @@ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDe
{
$this->deviceDesc = $deviceDesc;
}
-
public function getDeviceDesc()
{
return $this->deviceDesc;
@@ -998,7 +940,6 @@ public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1007,7 +948,6 @@ public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $ma
{
$this->masterDeviceDesc = $masterDeviceDesc;
}
-
public function getMasterDeviceDesc()
{
return $this->masterDeviceDesc;
@@ -1016,7 +956,6 @@ public function setOwner(Google_Service_Spectrum_DeviceOwner $owner)
{
$this->owner = $owner;
}
-
public function getOwner()
{
return $this->owner;
@@ -1025,7 +964,6 @@ public function setRequestType($requestType)
{
$this->requestType = $requestType;
}
-
public function getRequestType()
{
return $this->requestType;
@@ -1034,7 +972,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1043,12 +980,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection
@@ -1072,11 +1007,11 @@ class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection
public $type;
public $version;
+
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
{
$this->databaseChange = $databaseChange;
}
-
public function getDatabaseChange()
{
return $this->databaseChange;
@@ -1085,7 +1020,6 @@ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDe
{
$this->deviceDesc = $deviceDesc;
}
-
public function getDeviceDesc()
{
return $this->deviceDesc;
@@ -1094,7 +1028,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1103,7 +1036,6 @@ public function setMaxContiguousBwHz($maxContiguousBwHz)
{
$this->maxContiguousBwHz = $maxContiguousBwHz;
}
-
public function getMaxContiguousBwHz()
{
return $this->maxContiguousBwHz;
@@ -1112,7 +1044,6 @@ public function setMaxTotalBwHz($maxTotalBwHz)
{
$this->maxTotalBwHz = $maxTotalBwHz;
}
-
public function getMaxTotalBwHz()
{
return $this->maxTotalBwHz;
@@ -1121,7 +1052,6 @@ public function setNeedsSpectrumReport($needsSpectrumReport)
{
$this->needsSpectrumReport = $needsSpectrumReport;
}
-
public function getNeedsSpectrumReport()
{
return $this->needsSpectrumReport;
@@ -1130,7 +1060,6 @@ public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
{
$this->rulesetInfo = $rulesetInfo;
}
-
public function getRulesetInfo()
{
return $this->rulesetInfo;
@@ -1139,7 +1068,6 @@ public function setSpectrumSchedules($spectrumSchedules)
{
$this->spectrumSchedules = $spectrumSchedules;
}
-
public function getSpectrumSchedules()
{
return $this->spectrumSchedules;
@@ -1148,7 +1076,6 @@ public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
-
public function getTimestamp()
{
return $this->timestamp;
@@ -1157,7 +1084,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1166,12 +1092,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsInitRequest extends Google_Model
@@ -1185,11 +1109,11 @@ class Google_Service_Spectrum_PawsInitRequest extends Google_Model
public $type;
public $version;
+
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
{
$this->deviceDesc = $deviceDesc;
}
-
public function getDeviceDesc()
{
return $this->deviceDesc;
@@ -1198,7 +1122,6 @@ public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1207,7 +1130,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1216,12 +1138,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsInitResponse extends Google_Model
@@ -1236,11 +1156,11 @@ class Google_Service_Spectrum_PawsInitResponse extends Google_Model
public $type;
public $version;
+
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
{
$this->databaseChange = $databaseChange;
}
-
public function getDatabaseChange()
{
return $this->databaseChange;
@@ -1249,7 +1169,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1258,7 +1177,6 @@ public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo)
{
$this->rulesetInfo = $rulesetInfo;
}
-
public function getRulesetInfo()
{
return $this->rulesetInfo;
@@ -1267,7 +1185,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1276,12 +1193,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsNotifySpectrumUseRequest extends Google_Collection
@@ -1298,11 +1213,11 @@ class Google_Service_Spectrum_PawsNotifySpectrumUseRequest extends Google_Collec
public $type;
public $version;
+
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc)
{
$this->deviceDesc = $deviceDesc;
}
-
public function getDeviceDesc()
{
return $this->deviceDesc;
@@ -1311,7 +1226,6 @@ public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1320,7 +1234,6 @@ public function setSpectra($spectra)
{
$this->spectra = $spectra;
}
-
public function getSpectra()
{
return $this->spectra;
@@ -1329,7 +1242,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1338,12 +1250,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsNotifySpectrumUseResponse extends Google_Model
@@ -1354,11 +1264,11 @@ class Google_Service_Spectrum_PawsNotifySpectrumUseResponse extends Google_Model
public $type;
public $version;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1367,7 +1277,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1376,12 +1285,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsRegisterRequest extends Google_Model
@@ -1399,11 +1306,11 @@ class Google_Service_Spectrum_PawsRegisterRequest extends Google_Model
public $type;
public $version;
+
public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna)
{
$this->antenna = $antenna;
}
-
public function getAntenna()
{
return $this->antenna;
@@ -1412,7 +1319,6 @@ public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDe
{
$this->deviceDesc = $deviceDesc;
}
-
public function getDeviceDesc()
{
return $this->deviceDesc;
@@ -1421,7 +1327,6 @@ public function setDeviceOwner(Google_Service_Spectrum_DeviceOwner $deviceOwner)
{
$this->deviceOwner = $deviceOwner;
}
-
public function getDeviceOwner()
{
return $this->deviceOwner;
@@ -1430,7 +1335,6 @@ public function setLocation(Google_Service_Spectrum_GeoLocation $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1439,7 +1343,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1448,12 +1351,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsRegisterResponse extends Google_Model
@@ -1466,11 +1367,11 @@ class Google_Service_Spectrum_PawsRegisterResponse extends Google_Model
public $type;
public $version;
+
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
{
$this->databaseChange = $databaseChange;
}
-
public function getDatabaseChange()
{
return $this->databaseChange;
@@ -1479,7 +1380,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1488,7 +1388,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1497,12 +1396,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsVerifyDeviceRequest extends Google_Collection
@@ -1515,11 +1412,11 @@ class Google_Service_Spectrum_PawsVerifyDeviceRequest extends Google_Collection
public $type;
public $version;
+
public function setDeviceDescs($deviceDescs)
{
$this->deviceDescs = $deviceDescs;
}
-
public function getDeviceDescs()
{
return $this->deviceDescs;
@@ -1528,7 +1425,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1537,12 +1433,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_PawsVerifyDeviceResponse extends Google_Collection
@@ -1558,11 +1452,11 @@ class Google_Service_Spectrum_PawsVerifyDeviceResponse extends Google_Collection
public $type;
public $version;
+
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange)
{
$this->databaseChange = $databaseChange;
}
-
public function getDatabaseChange()
{
return $this->databaseChange;
@@ -1571,7 +1465,6 @@ public function setDeviceValidities($deviceValidities)
{
$this->deviceValidities = $deviceValidities;
}
-
public function getDeviceValidities()
{
return $this->deviceValidities;
@@ -1580,7 +1473,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1589,7 +1481,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -1598,12 +1489,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Spectrum_RulesetInfo extends Google_Collection
@@ -1616,11 +1505,11 @@ class Google_Service_Spectrum_RulesetInfo extends Google_Collection
public $maxPollingSecs;
public $rulesetIds;
+
public function setAuthority($authority)
{
$this->authority = $authority;
}
-
public function getAuthority()
{
return $this->authority;
@@ -1629,7 +1518,6 @@ public function setMaxLocationChange($maxLocationChange)
{
$this->maxLocationChange = $maxLocationChange;
}
-
public function getMaxLocationChange()
{
return $this->maxLocationChange;
@@ -1638,7 +1526,6 @@ public function setMaxPollingSecs($maxPollingSecs)
{
$this->maxPollingSecs = $maxPollingSecs;
}
-
public function getMaxPollingSecs()
{
return $this->maxPollingSecs;
@@ -1647,12 +1534,10 @@ public function setRulesetIds($rulesetIds)
{
$this->rulesetIds = $rulesetIds;
}
-
public function getRulesetIds()
{
return $this->rulesetIds;
}
-
}
class Google_Service_Spectrum_SpectrumMessage extends Google_Collection
@@ -1664,11 +1549,11 @@ class Google_Service_Spectrum_SpectrumMessage extends Google_Collection
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
protected $frequencyRangesDataType = 'array';
+
public function setBandwidth($bandwidth)
{
$this->bandwidth = $bandwidth;
}
-
public function getBandwidth()
{
return $this->bandwidth;
@@ -1677,12 +1562,10 @@ public function setFrequencyRanges($frequencyRanges)
{
$this->frequencyRanges = $frequencyRanges;
}
-
public function getFrequencyRanges()
{
return $this->frequencyRanges;
}
-
}
class Google_Service_Spectrum_SpectrumSchedule extends Google_Collection
@@ -1695,11 +1578,11 @@ class Google_Service_Spectrum_SpectrumSchedule extends Google_Collection
protected $spectraType = 'Google_Service_Spectrum_SpectrumMessage';
protected $spectraDataType = 'array';
+
public function setEventTime(Google_Service_Spectrum_EventTime $eventTime)
{
$this->eventTime = $eventTime;
}
-
public function getEventTime()
{
return $this->eventTime;
@@ -1708,12 +1591,10 @@ public function setSpectra($spectra)
{
$this->spectra = $spectra;
}
-
public function getSpectra()
{
return $this->spectra;
}
-
}
class Google_Service_Spectrum_Vcard extends Google_Model
@@ -1730,11 +1611,11 @@ class Google_Service_Spectrum_Vcard extends Google_Model
protected $telType = 'Google_Service_Spectrum_VcardTelephone';
protected $telDataType = '';
+
public function setAdr(Google_Service_Spectrum_VcardAddress $adr)
{
$this->adr = $adr;
}
-
public function getAdr()
{
return $this->adr;
@@ -1743,7 +1624,6 @@ public function setEmail(Google_Service_Spectrum_VcardTypedText $email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -1752,7 +1632,6 @@ public function setFn($fn)
{
$this->fn = $fn;
}
-
public function getFn()
{
return $this->fn;
@@ -1761,7 +1640,6 @@ public function setOrg(Google_Service_Spectrum_VcardTypedText $org)
{
$this->org = $org;
}
-
public function getOrg()
{
return $this->org;
@@ -1770,12 +1648,10 @@ public function setTel(Google_Service_Spectrum_VcardTelephone $tel)
{
$this->tel = $tel;
}
-
public function getTel()
{
return $this->tel;
}
-
}
class Google_Service_Spectrum_VcardAddress extends Google_Model
@@ -1789,11 +1665,11 @@ class Google_Service_Spectrum_VcardAddress extends Google_Model
public $region;
public $street;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1802,7 +1678,6 @@ public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -1811,7 +1686,6 @@ public function setLocality($locality)
{
$this->locality = $locality;
}
-
public function getLocality()
{
return $this->locality;
@@ -1820,7 +1694,6 @@ public function setPobox($pobox)
{
$this->pobox = $pobox;
}
-
public function getPobox()
{
return $this->pobox;
@@ -1829,7 +1702,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -1838,12 +1710,10 @@ public function setStreet($street)
{
$this->street = $street;
}
-
public function getStreet()
{
return $this->street;
}
-
}
class Google_Service_Spectrum_VcardTelephone extends Google_Model
@@ -1852,16 +1722,15 @@ class Google_Service_Spectrum_VcardTelephone extends Google_Model
);
public $uri;
+
public function setUri($uri)
{
$this->uri = $uri;
}
-
public function getUri()
{
return $this->uri;
}
-
}
class Google_Service_Spectrum_VcardTypedText extends Google_Model
@@ -1870,14 +1739,13 @@ class Google_Service_Spectrum_VcardTypedText extends Google_Model
);
public $text;
+
public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
}
-
}
From 9b3477aa4d245a81e09b6bea8fea61767ebd3f9e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you create and manage your customers and their subscriptions.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Reseller extends Google_Service
{
/** Manage users on your domain. */
- const APPS_ORDER = "https://www.googleapis.com/auth/apps.order";
+ const APPS_ORDER =
+ "https://www.googleapis.com/auth/apps.order";
/** Manage users on your domain. */
- const APPS_ORDER_READONLY = "https://www.googleapis.com/auth/apps.order.readonly";
+ const APPS_ORDER_READONLY =
+ "https://www.googleapis.com/auth/apps.order.readonly";
public $customers;
public $subscriptions;
@@ -294,8 +295,7 @@ class Google_Service_Reseller_Customers_Resource extends Google_Service_Resource
* Gets a customer resource if one exists and is owned by the reseller.
* (customers.get)
*
- * @param string $customerId
- * Id of the Customer
+ * @param string $customerId Id of the Customer
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Customer
*/
@@ -305,15 +305,16 @@ public function get($customerId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Reseller_Customer");
}
+
/**
* Creates a customer resource if one does not already exist. (customers.insert)
*
* @param Google_Customer $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string customerAuthToken
- * An auth token needed for inserting a customer for which domain already exists. Can be generated
- * at https://www.google.com/a/cpanel//TransferToken. Optional.
+ * @opt_param string customerAuthToken An auth token needed for inserting a
+ * customer for which domain already exists. Can be generated at
+ * https://www.google.com/a/cpanel//TransferToken. Optional.
* @return Google_Service_Reseller_Customer
*/
public function insert(Google_Service_Reseller_Customer $postBody, $optParams = array())
@@ -322,12 +323,12 @@ public function insert(Google_Service_Reseller_Customer $postBody, $optParams =
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Reseller_Customer");
}
+
/**
* Update a customer resource if one it exists and is owned by the reseller.
* This method supports patch semantics. (customers.patch)
*
- * @param string $customerId
- * Id of the Customer
+ * @param string $customerId Id of the Customer
* @param Google_Customer $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Customer
@@ -338,12 +339,12 @@ public function patch($customerId, Google_Service_Reseller_Customer $postBody, $
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Reseller_Customer");
}
+
/**
* Update a customer resource if one it exists and is owned by the reseller.
* (customers.update)
*
- * @param string $customerId
- * Id of the Customer
+ * @param string $customerId Id of the Customer
* @param Google_Customer $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Customer
@@ -371,10 +372,9 @@ class Google_Service_Reseller_Subscriptions_Resource extends Google_Service_Reso
* Activates a subscription previously suspended by the reseller
* (subscriptions.activate)
*
- * @param string $customerId
- * Id of the Customer
- * @param string $subscriptionId
- * Id of the subscription, which is unique for a customer
+ * @param string $customerId Id of the Customer
+ * @param string $subscriptionId Id of the subscription, which is unique for a
+ * customer
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Subscription
*/
@@ -384,13 +384,13 @@ public function activate($customerId, $subscriptionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('activate', array($params), "Google_Service_Reseller_Subscription");
}
+
/**
* Changes the plan of a subscription (subscriptions.changePlan)
*
- * @param string $customerId
- * Id of the Customer
- * @param string $subscriptionId
- * Id of the subscription, which is unique for a customer
+ * @param string $customerId Id of the Customer
+ * @param string $subscriptionId Id of the subscription, which is unique for a
+ * customer
* @param Google_ChangePlanRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Subscription
@@ -401,14 +401,14 @@ public function changePlan($customerId, $subscriptionId, Google_Service_Reseller
$params = array_merge($params, $optParams);
return $this->call('changePlan', array($params), "Google_Service_Reseller_Subscription");
}
+
/**
* Changes the renewal settings of a subscription
* (subscriptions.changeRenewalSettings)
*
- * @param string $customerId
- * Id of the Customer
- * @param string $subscriptionId
- * Id of the subscription, which is unique for a customer
+ * @param string $customerId Id of the Customer
+ * @param string $subscriptionId Id of the subscription, which is unique for a
+ * customer
* @param Google_RenewalSettings $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Subscription
@@ -419,13 +419,13 @@ public function changeRenewalSettings($customerId, $subscriptionId, Google_Servi
$params = array_merge($params, $optParams);
return $this->call('changeRenewalSettings', array($params), "Google_Service_Reseller_Subscription");
}
+
/**
* Changes the seats configuration of a subscription (subscriptions.changeSeats)
*
- * @param string $customerId
- * Id of the Customer
- * @param string $subscriptionId
- * Id of the subscription, which is unique for a customer
+ * @param string $customerId Id of the Customer
+ * @param string $subscriptionId Id of the subscription, which is unique for a
+ * customer
* @param Google_Seats $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Subscription
@@ -436,15 +436,15 @@ public function changeSeats($customerId, $subscriptionId, Google_Service_Reselle
$params = array_merge($params, $optParams);
return $this->call('changeSeats', array($params), "Google_Service_Reseller_Subscription");
}
+
/**
* Cancels/Downgrades a subscription. (subscriptions.delete)
*
- * @param string $customerId
- * Id of the Customer
- * @param string $subscriptionId
- * Id of the subscription, which is unique for a customer
- * @param string $deletionType
- * Whether the subscription is to be fully cancelled or downgraded
+ * @param string $customerId Id of the Customer
+ * @param string $subscriptionId Id of the subscription, which is unique for a
+ * customer
+ * @param string $deletionType Whether the subscription is to be fully cancelled
+ * or downgraded
* @param array $optParams Optional parameters.
*/
public function delete($customerId, $subscriptionId, $deletionType, $optParams = array())
@@ -453,13 +453,13 @@ public function delete($customerId, $subscriptionId, $deletionType, $optParams =
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a subscription of the customer. (subscriptions.get)
*
- * @param string $customerId
- * Id of the Customer
- * @param string $subscriptionId
- * Id of the subscription, which is unique for a customer
+ * @param string $customerId Id of the Customer
+ * @param string $subscriptionId Id of the subscription, which is unique for a
+ * customer
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Subscription
*/
@@ -469,17 +469,17 @@ public function get($customerId, $subscriptionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Reseller_Subscription");
}
+
/**
* Creates/Transfers a subscription for the customer. (subscriptions.insert)
*
- * @param string $customerId
- * Id of the Customer
+ * @param string $customerId Id of the Customer
* @param Google_Subscription $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string customerAuthToken
- * An auth token needed for transferring a subscription. Can be generated at
- * https://www.google.com/a/cpanel/customer-domain/TransferToken. Optional.
+ * @opt_param string customerAuthToken An auth token needed for transferring a
+ * subscription. Can be generated at https://www.google.com/a/cpanel/customer-
+ * domain/TransferToken. Optional.
* @return Google_Service_Reseller_Subscription
*/
public function insert($customerId, Google_Service_Reseller_Subscription $postBody, $optParams = array())
@@ -488,23 +488,21 @@ public function insert($customerId, Google_Service_Reseller_Subscription $postBo
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Reseller_Subscription");
}
+
/**
* Lists subscriptions of a reseller, optionally filtered by a customer name
* prefix. (subscriptions.listSubscriptions)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string customerAuthToken
- * An auth token needed if the customer is not a resold customer of this reseller. Can be generated
- * at https://www.google.com/a/cpanel/customer-domain/TransferToken.Optional.
- * @opt_param string pageToken
- * Token to specify next page in the list
- * @opt_param string customerId
- * Id of the Customer
- * @opt_param string maxResults
- * Maximum number of results to return
- * @opt_param string customerNamePrefix
- * Prefix of the customer's domain name by which the subscriptions should be filtered. Optional
+ * @opt_param string customerAuthToken An auth token needed if the customer is
+ * not a resold customer of this reseller. Can be generated at
+ * https://www.google.com/a/cpanel/customer-domain/TransferToken.Optional.
+ * @opt_param string pageToken Token to specify next page in the list
+ * @opt_param string customerId Id of the Customer
+ * @opt_param string maxResults Maximum number of results to return
+ * @opt_param string customerNamePrefix Prefix of the customer's domain name by
+ * which the subscriptions should be filtered. Optional
* @return Google_Service_Reseller_Subscriptions
*/
public function listSubscriptions($optParams = array())
@@ -513,13 +511,13 @@ public function listSubscriptions($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Reseller_Subscriptions");
}
+
/**
* Starts paid service of a trial subscription (subscriptions.startPaidService)
*
- * @param string $customerId
- * Id of the Customer
- * @param string $subscriptionId
- * Id of the subscription, which is unique for a customer
+ * @param string $customerId Id of the Customer
+ * @param string $subscriptionId Id of the subscription, which is unique for a
+ * customer
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Subscription
*/
@@ -529,13 +527,13 @@ public function startPaidService($customerId, $subscriptionId, $optParams = arra
$params = array_merge($params, $optParams);
return $this->call('startPaidService', array($params), "Google_Service_Reseller_Subscription");
}
+
/**
* Suspends an active subscription (subscriptions.suspend)
*
- * @param string $customerId
- * Id of the Customer
- * @param string $subscriptionId
- * Id of the subscription, which is unique for a customer
+ * @param string $customerId Id of the Customer
+ * @param string $subscriptionId Id of the subscription, which is unique for a
+ * customer
* @param array $optParams Optional parameters.
* @return Google_Service_Reseller_Subscription
*/
@@ -565,11 +563,11 @@ class Google_Service_Reseller_Address extends Google_Model
public $postalCode;
public $region;
+
public function setAddressLine1($addressLine1)
{
$this->addressLine1 = $addressLine1;
}
-
public function getAddressLine1()
{
return $this->addressLine1;
@@ -578,7 +576,6 @@ public function setAddressLine2($addressLine2)
{
$this->addressLine2 = $addressLine2;
}
-
public function getAddressLine2()
{
return $this->addressLine2;
@@ -587,7 +584,6 @@ public function setAddressLine3($addressLine3)
{
$this->addressLine3 = $addressLine3;
}
-
public function getAddressLine3()
{
return $this->addressLine3;
@@ -596,7 +592,6 @@ public function setContactName($contactName)
{
$this->contactName = $contactName;
}
-
public function getContactName()
{
return $this->contactName;
@@ -605,7 +600,6 @@ public function setCountryCode($countryCode)
{
$this->countryCode = $countryCode;
}
-
public function getCountryCode()
{
return $this->countryCode;
@@ -614,7 +608,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -623,7 +616,6 @@ public function setLocality($locality)
{
$this->locality = $locality;
}
-
public function getLocality()
{
return $this->locality;
@@ -632,7 +624,6 @@ public function setOrganizationName($organizationName)
{
$this->organizationName = $organizationName;
}
-
public function getOrganizationName()
{
return $this->organizationName;
@@ -641,7 +632,6 @@ public function setPostalCode($postalCode)
{
$this->postalCode = $postalCode;
}
-
public function getPostalCode()
{
return $this->postalCode;
@@ -650,12 +640,10 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
}
-
}
class Google_Service_Reseller_ChangePlanRequest extends Google_Model
@@ -668,11 +656,11 @@ class Google_Service_Reseller_ChangePlanRequest extends Google_Model
protected $seatsType = 'Google_Service_Reseller_Seats';
protected $seatsDataType = '';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -681,7 +669,6 @@ public function setPlanName($planName)
{
$this->planName = $planName;
}
-
public function getPlanName()
{
return $this->planName;
@@ -690,7 +677,6 @@ public function setPurchaseOrderId($purchaseOrderId)
{
$this->purchaseOrderId = $purchaseOrderId;
}
-
public function getPurchaseOrderId()
{
return $this->purchaseOrderId;
@@ -699,12 +685,10 @@ public function setSeats(Google_Service_Reseller_Seats $seats)
{
$this->seats = $seats;
}
-
public function getSeats()
{
return $this->seats;
}
-
}
class Google_Service_Reseller_Customer extends Google_Model
@@ -720,11 +704,11 @@ class Google_Service_Reseller_Customer extends Google_Model
protected $postalAddressDataType = '';
public $resourceUiUrl;
+
public function setAlternateEmail($alternateEmail)
{
$this->alternateEmail = $alternateEmail;
}
-
public function getAlternateEmail()
{
return $this->alternateEmail;
@@ -733,7 +717,6 @@ public function setCustomerDomain($customerDomain)
{
$this->customerDomain = $customerDomain;
}
-
public function getCustomerDomain()
{
return $this->customerDomain;
@@ -742,7 +725,6 @@ public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
-
public function getCustomerId()
{
return $this->customerId;
@@ -751,7 +733,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -760,7 +741,6 @@ public function setPhoneNumber($phoneNumber)
{
$this->phoneNumber = $phoneNumber;
}
-
public function getPhoneNumber()
{
return $this->phoneNumber;
@@ -769,7 +749,6 @@ public function setPostalAddress(Google_Service_Reseller_Address $postalAddress)
{
$this->postalAddress = $postalAddress;
}
-
public function getPostalAddress()
{
return $this->postalAddress;
@@ -778,12 +757,10 @@ public function setResourceUiUrl($resourceUiUrl)
{
$this->resourceUiUrl = $resourceUiUrl;
}
-
public function getResourceUiUrl()
{
return $this->resourceUiUrl;
}
-
}
class Google_Service_Reseller_RenewalSettings extends Google_Model
@@ -793,11 +770,11 @@ class Google_Service_Reseller_RenewalSettings extends Google_Model
public $kind;
public $renewalType;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -806,12 +783,10 @@ public function setRenewalType($renewalType)
{
$this->renewalType = $renewalType;
}
-
public function getRenewalType()
{
return $this->renewalType;
}
-
}
class Google_Service_Reseller_Seats extends Google_Model
@@ -823,11 +798,11 @@ class Google_Service_Reseller_Seats extends Google_Model
public $maximumNumberOfSeats;
public $numberOfSeats;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -836,7 +811,6 @@ public function setLicensedNumberOfSeats($licensedNumberOfSeats)
{
$this->licensedNumberOfSeats = $licensedNumberOfSeats;
}
-
public function getLicensedNumberOfSeats()
{
return $this->licensedNumberOfSeats;
@@ -845,7 +819,6 @@ public function setMaximumNumberOfSeats($maximumNumberOfSeats)
{
$this->maximumNumberOfSeats = $maximumNumberOfSeats;
}
-
public function getMaximumNumberOfSeats()
{
return $this->maximumNumberOfSeats;
@@ -854,12 +827,10 @@ public function setNumberOfSeats($numberOfSeats)
{
$this->numberOfSeats = $numberOfSeats;
}
-
public function getNumberOfSeats()
{
return $this->numberOfSeats;
}
-
}
class Google_Service_Reseller_Subscription extends Google_Model
@@ -885,11 +856,11 @@ class Google_Service_Reseller_Subscription extends Google_Model
protected $trialSettingsType = 'Google_Service_Reseller_SubscriptionTrialSettings';
protected $trialSettingsDataType = '';
+
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
-
public function getCreationTime()
{
return $this->creationTime;
@@ -898,7 +869,6 @@ public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
-
public function getCustomerId()
{
return $this->customerId;
@@ -907,7 +877,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -916,7 +885,6 @@ public function setPlan(Google_Service_Reseller_SubscriptionPlan $plan)
{
$this->plan = $plan;
}
-
public function getPlan()
{
return $this->plan;
@@ -925,7 +893,6 @@ public function setPurchaseOrderId($purchaseOrderId)
{
$this->purchaseOrderId = $purchaseOrderId;
}
-
public function getPurchaseOrderId()
{
return $this->purchaseOrderId;
@@ -934,7 +901,6 @@ public function setRenewalSettings(Google_Service_Reseller_RenewalSettings $rene
{
$this->renewalSettings = $renewalSettings;
}
-
public function getRenewalSettings()
{
return $this->renewalSettings;
@@ -943,7 +909,6 @@ public function setResourceUiUrl($resourceUiUrl)
{
$this->resourceUiUrl = $resourceUiUrl;
}
-
public function getResourceUiUrl()
{
return $this->resourceUiUrl;
@@ -952,7 +917,6 @@ public function setSeats(Google_Service_Reseller_Seats $seats)
{
$this->seats = $seats;
}
-
public function getSeats()
{
return $this->seats;
@@ -961,7 +925,6 @@ public function setSkuId($skuId)
{
$this->skuId = $skuId;
}
-
public function getSkuId()
{
return $this->skuId;
@@ -970,7 +933,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -979,7 +941,6 @@ public function setSubscriptionId($subscriptionId)
{
$this->subscriptionId = $subscriptionId;
}
-
public function getSubscriptionId()
{
return $this->subscriptionId;
@@ -988,7 +949,6 @@ public function setTransferInfo(Google_Service_Reseller_SubscriptionTransferInfo
{
$this->transferInfo = $transferInfo;
}
-
public function getTransferInfo()
{
return $this->transferInfo;
@@ -997,12 +957,10 @@ public function setTrialSettings(Google_Service_Reseller_SubscriptionTrialSettin
{
$this->trialSettings = $trialSettings;
}
-
public function getTrialSettings()
{
return $this->trialSettings;
}
-
}
class Google_Service_Reseller_SubscriptionPlan extends Google_Model
@@ -1014,11 +972,11 @@ class Google_Service_Reseller_SubscriptionPlan extends Google_Model
public $isCommitmentPlan;
public $planName;
+
public function setCommitmentInterval(Google_Service_Reseller_SubscriptionPlanCommitmentInterval $commitmentInterval)
{
$this->commitmentInterval = $commitmentInterval;
}
-
public function getCommitmentInterval()
{
return $this->commitmentInterval;
@@ -1027,7 +985,6 @@ public function setIsCommitmentPlan($isCommitmentPlan)
{
$this->isCommitmentPlan = $isCommitmentPlan;
}
-
public function getIsCommitmentPlan()
{
return $this->isCommitmentPlan;
@@ -1036,12 +993,10 @@ public function setPlanName($planName)
{
$this->planName = $planName;
}
-
public function getPlanName()
{
return $this->planName;
}
-
}
class Google_Service_Reseller_SubscriptionPlanCommitmentInterval extends Google_Model
@@ -1051,11 +1006,11 @@ class Google_Service_Reseller_SubscriptionPlanCommitmentInterval extends Google_
public $endTime;
public $startTime;
+
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -1064,12 +1019,10 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
}
-
}
class Google_Service_Reseller_SubscriptionTransferInfo extends Google_Model
@@ -1079,11 +1032,11 @@ class Google_Service_Reseller_SubscriptionTransferInfo extends Google_Model
public $minimumTransferableSeats;
public $transferabilityExpirationTime;
+
public function setMinimumTransferableSeats($minimumTransferableSeats)
{
$this->minimumTransferableSeats = $minimumTransferableSeats;
}
-
public function getMinimumTransferableSeats()
{
return $this->minimumTransferableSeats;
@@ -1092,12 +1045,10 @@ public function setTransferabilityExpirationTime($transferabilityExpirationTime)
{
$this->transferabilityExpirationTime = $transferabilityExpirationTime;
}
-
public function getTransferabilityExpirationTime()
{
return $this->transferabilityExpirationTime;
}
-
}
class Google_Service_Reseller_SubscriptionTrialSettings extends Google_Model
@@ -1107,11 +1058,11 @@ class Google_Service_Reseller_SubscriptionTrialSettings extends Google_Model
public $isInTrial;
public $trialEndTime;
+
public function setIsInTrial($isInTrial)
{
$this->isInTrial = $isInTrial;
}
-
public function getIsInTrial()
{
return $this->isInTrial;
@@ -1120,12 +1071,10 @@ public function setTrialEndTime($trialEndTime)
{
$this->trialEndTime = $trialEndTime;
}
-
public function getTrialEndTime()
{
return $this->trialEndTime;
}
-
}
class Google_Service_Reseller_Subscriptions extends Google_Collection
@@ -1138,11 +1087,11 @@ class Google_Service_Reseller_Subscriptions extends Google_Collection
protected $subscriptionsType = 'Google_Service_Reseller_Subscription';
protected $subscriptionsDataType = 'array';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1151,7 +1100,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1160,10 +1108,8 @@ public function setSubscriptions($subscriptions)
{
$this->subscriptions = $subscriptions;
}
-
public function getSubscriptions()
{
return $this->subscriptions;
}
-
}
From bee753ed94055137d2a7ab85709808855c3201b5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you manage your tasks and task lists.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Tasks extends Google_Service
{
/** Manage your tasks. */
- const TASKS = "https://www.googleapis.com/auth/tasks";
+ const TASKS =
+ "https://www.googleapis.com/auth/tasks";
/** View your tasks. */
- const TASKS_READONLY = "https://www.googleapis.com/auth/tasks.readonly";
+ const TASKS_READONLY =
+ "https://www.googleapis.com/auth/tasks.readonly";
public $tasklists;
public $tasks;
@@ -308,8 +309,7 @@ class Google_Service_Tasks_Tasklists_Resource extends Google_Service_Resource
/**
* Deletes the authenticated user's specified task list. (tasklists.delete)
*
- * @param string $tasklist
- * Task list identifier.
+ * @param string $tasklist Task list identifier.
* @param array $optParams Optional parameters.
*/
public function delete($tasklist, $optParams = array())
@@ -318,11 +318,11 @@ public function delete($tasklist, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns the authenticated user's specified task list. (tasklists.get)
*
- * @param string $tasklist
- * Task list identifier.
+ * @param string $tasklist Task list identifier.
* @param array $optParams Optional parameters.
* @return Google_Service_Tasks_TaskList
*/
@@ -332,6 +332,7 @@ public function get($tasklist, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Tasks_TaskList");
}
+
/**
* Creates a new task list and adds it to the authenticated user's task lists.
* (tasklists.insert)
@@ -346,15 +347,16 @@ public function insert(Google_Service_Tasks_TaskList $postBody, $optParams = arr
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Tasks_TaskList");
}
+
/**
* Returns all the authenticated user's task lists. (tasklists.listTasklists)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Token specifying the result page to return. Optional.
- * @opt_param string maxResults
- * Maximum number of task lists returned on one page. Optional. The default is 100.
+ * @opt_param string pageToken Token specifying the result page to return.
+ * Optional.
+ * @opt_param string maxResults Maximum number of task lists returned on one
+ * page. Optional. The default is 100.
* @return Google_Service_Tasks_TaskLists
*/
public function listTasklists($optParams = array())
@@ -363,12 +365,12 @@ public function listTasklists($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tasks_TaskLists");
}
+
/**
* Updates the authenticated user's specified task list. This method supports
* patch semantics. (tasklists.patch)
*
- * @param string $tasklist
- * Task list identifier.
+ * @param string $tasklist Task list identifier.
* @param Google_TaskList $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Tasks_TaskList
@@ -379,11 +381,11 @@ public function patch($tasklist, Google_Service_Tasks_TaskList $postBody, $optPa
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Tasks_TaskList");
}
+
/**
* Updates the authenticated user's specified task list. (tasklists.update)
*
- * @param string $tasklist
- * Task list identifier.
+ * @param string $tasklist Task list identifier.
* @param Google_TaskList $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Tasks_TaskList
@@ -412,8 +414,7 @@ class Google_Service_Tasks_Tasks_Resource extends Google_Service_Resource
* will be marked as 'hidden' and no longer be returned by default when
* retrieving all tasks for a task list. (tasks.clear)
*
- * @param string $tasklist
- * Task list identifier.
+ * @param string $tasklist Task list identifier.
* @param array $optParams Optional parameters.
*/
public function clear($tasklist, $optParams = array())
@@ -422,13 +423,12 @@ public function clear($tasklist, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('clear', array($params));
}
+
/**
* Deletes the specified task from the task list. (tasks.delete)
*
- * @param string $tasklist
- * Task list identifier.
- * @param string $task
- * Task identifier.
+ * @param string $tasklist Task list identifier.
+ * @param string $task Task identifier.
* @param array $optParams Optional parameters.
*/
public function delete($tasklist, $task, $optParams = array())
@@ -437,13 +437,12 @@ public function delete($tasklist, $task, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns the specified task. (tasks.get)
*
- * @param string $tasklist
- * Task list identifier.
- * @param string $task
- * Task identifier.
+ * @param string $tasklist Task list identifier.
+ * @param string $task Task identifier.
* @param array $optParams Optional parameters.
* @return Google_Service_Tasks_Task
*/
@@ -453,20 +452,19 @@ public function get($tasklist, $task, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Tasks_Task");
}
+
/**
* Creates a new task on the specified task list. (tasks.insert)
*
- * @param string $tasklist
- * Task list identifier.
+ * @param string $tasklist Task list identifier.
* @param Google_Task $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string parent
- * Parent task identifier. If the task is created at the top level, this parameter is omitted.
- * Optional.
- * @opt_param string previous
- * Previous sibling task identifier. If the task is created at the first position among its
- * siblings, this parameter is omitted. Optional.
+ * @opt_param string parent Parent task identifier. If the task is created at
+ * the top level, this parameter is omitted. Optional.
+ * @opt_param string previous Previous sibling task identifier. If the task is
+ * created at the first position among its siblings, this parameter is omitted.
+ * Optional.
* @return Google_Service_Tasks_Task
*/
public function insert($tasklist, Google_Service_Tasks_Task $postBody, $optParams = array())
@@ -475,40 +473,36 @@ public function insert($tasklist, Google_Service_Tasks_Task $postBody, $optParam
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Tasks_Task");
}
+
/**
* Returns all tasks in the specified task list. (tasks.listTasks)
*
- * @param string $tasklist
- * Task list identifier.
+ * @param string $tasklist Task list identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param string dueMax
- * Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default
- * is not to filter by due date.
- * @opt_param bool showDeleted
- * Flag indicating whether deleted tasks are returned in the result. Optional. The default is
- * False.
- * @opt_param string updatedMin
- * Lower bound for a task's last modification time (as a RFC 3339 timestamp) to filter by.
- * Optional. The default is not to filter by last modification time.
- * @opt_param string completedMin
- * Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The
- * default is not to filter by completion date.
- * @opt_param string maxResults
- * Maximum number of task lists returned on one page. Optional. The default is 100.
- * @opt_param bool showCompleted
- * Flag indicating whether completed tasks are returned in the result. Optional. The default is
- * True.
- * @opt_param string pageToken
- * Token specifying the result page to return. Optional.
- * @opt_param string completedMax
- * Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The
- * default is not to filter by completion date.
- * @opt_param bool showHidden
- * Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.
- * @opt_param string dueMin
- * Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default
- * is not to filter by due date.
+ * @opt_param string dueMax Upper bound for a task's due date (as a RFC 3339
+ * timestamp) to filter by. Optional. The default is not to filter by due date.
+ * @opt_param bool showDeleted Flag indicating whether deleted tasks are
+ * returned in the result. Optional. The default is False.
+ * @opt_param string updatedMin Lower bound for a task's last modification time
+ * (as a RFC 3339 timestamp) to filter by. Optional. The default is not to
+ * filter by last modification time.
+ * @opt_param string completedMin Lower bound for a task's completion date (as a
+ * RFC 3339 timestamp) to filter by. Optional. The default is not to filter by
+ * completion date.
+ * @opt_param string maxResults Maximum number of task lists returned on one
+ * page. Optional. The default is 100.
+ * @opt_param bool showCompleted Flag indicating whether completed tasks are
+ * returned in the result. Optional. The default is True.
+ * @opt_param string pageToken Token specifying the result page to return.
+ * Optional.
+ * @opt_param string completedMax Upper bound for a task's completion date (as a
+ * RFC 3339 timestamp) to filter by. Optional. The default is not to filter by
+ * completion date.
+ * @opt_param bool showHidden Flag indicating whether hidden tasks are returned
+ * in the result. Optional. The default is False.
+ * @opt_param string dueMin Lower bound for a task's due date (as a RFC 3339
+ * timestamp) to filter by. Optional. The default is not to filter by due date.
* @return Google_Service_Tasks_Tasks
*/
public function listTasks($tasklist, $optParams = array())
@@ -517,23 +511,21 @@ public function listTasks($tasklist, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Tasks_Tasks");
}
+
/**
* Moves the specified task to another position in the task list. This can
* include putting it as a child task under a new parent and/or move it to a
* different position among its sibling tasks. (tasks.move)
*
- * @param string $tasklist
- * Task list identifier.
- * @param string $task
- * Task identifier.
+ * @param string $tasklist Task list identifier.
+ * @param string $task Task identifier.
* @param array $optParams Optional parameters.
*
- * @opt_param string parent
- * New parent task identifier. If the task is moved to the top level, this parameter is omitted.
- * Optional.
- * @opt_param string previous
- * New previous sibling task identifier. If the task is moved to the first position among its
- * siblings, this parameter is omitted. Optional.
+ * @opt_param string parent New parent task identifier. If the task is moved to
+ * the top level, this parameter is omitted. Optional.
+ * @opt_param string previous New previous sibling task identifier. If the task
+ * is moved to the first position among its siblings, this parameter is omitted.
+ * Optional.
* @return Google_Service_Tasks_Task
*/
public function move($tasklist, $task, $optParams = array())
@@ -542,14 +534,13 @@ public function move($tasklist, $task, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('move', array($params), "Google_Service_Tasks_Task");
}
+
/**
* Updates the specified task. This method supports patch semantics.
* (tasks.patch)
*
- * @param string $tasklist
- * Task list identifier.
- * @param string $task
- * Task identifier.
+ * @param string $tasklist Task list identifier.
+ * @param string $task Task identifier.
* @param Google_Task $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Tasks_Task
@@ -560,13 +551,12 @@ public function patch($tasklist, $task, Google_Service_Tasks_Task $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Tasks_Task");
}
+
/**
* Updates the specified task. (tasks.update)
*
- * @param string $tasklist
- * Task list identifier.
- * @param string $task
- * Task identifier.
+ * @param string $tasklist Task list identifier.
+ * @param string $task Task identifier.
* @param Google_Task $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Tasks_Task
@@ -604,11 +594,11 @@ class Google_Service_Tasks_Task extends Google_Collection
public $title;
public $updated;
+
public function setCompleted($completed)
{
$this->completed = $completed;
}
-
public function getCompleted()
{
return $this->completed;
@@ -617,7 +607,6 @@ public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -626,7 +615,6 @@ public function setDue($due)
{
$this->due = $due;
}
-
public function getDue()
{
return $this->due;
@@ -635,7 +623,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -644,7 +631,6 @@ public function setHidden($hidden)
{
$this->hidden = $hidden;
}
-
public function getHidden()
{
return $this->hidden;
@@ -653,7 +639,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -662,7 +647,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -671,7 +655,6 @@ public function setLinks($links)
{
$this->links = $links;
}
-
public function getLinks()
{
return $this->links;
@@ -680,7 +663,6 @@ public function setNotes($notes)
{
$this->notes = $notes;
}
-
public function getNotes()
{
return $this->notes;
@@ -689,7 +671,6 @@ public function setParent($parent)
{
$this->parent = $parent;
}
-
public function getParent()
{
return $this->parent;
@@ -698,7 +679,6 @@ public function setPosition($position)
{
$this->position = $position;
}
-
public function getPosition()
{
return $this->position;
@@ -707,7 +687,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -716,7 +695,6 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
@@ -725,7 +703,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -734,12 +711,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Tasks_TaskLinks extends Google_Model
@@ -750,11 +725,11 @@ class Google_Service_Tasks_TaskLinks extends Google_Model
public $link;
public $type;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -763,7 +738,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -772,12 +746,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Tasks_TaskList extends Google_Model
@@ -791,11 +763,11 @@ class Google_Service_Tasks_TaskList extends Google_Model
public $title;
public $updated;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -804,7 +776,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -813,7 +784,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -822,7 +792,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -831,7 +800,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -840,12 +808,10 @@ public function setUpdated($updated)
{
$this->updated = $updated;
}
-
public function getUpdated()
{
return $this->updated;
}
-
}
class Google_Service_Tasks_TaskLists extends Google_Collection
@@ -859,11 +825,11 @@ class Google_Service_Tasks_TaskLists extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -872,7 +838,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -881,7 +846,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -890,12 +854,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Tasks_Tasks extends Google_Collection
@@ -909,11 +871,11 @@ class Google_Service_Tasks_Tasks extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -922,7 +884,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -931,7 +892,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -940,10 +900,8 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
From 9c6a9c76176ff601ddfd6d41dbf7d43f36ca939a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you search over a website or collection of websites
- *
* For more information about this service, see the API
@@ -211,78 +210,60 @@ class Google_Service_Customsearch_Cse_Resource extends Google_Service_Resource
* Returns metadata about the search performed, metadata about the custom search
* engine used for the search, and the search results. (cse.listCse)
*
- * @param string $q
- * Query
+ * @param string $q Query
* @param array $optParams Optional parameters.
*
- * @opt_param string sort
- * The sort expression to apply to the results
- * @opt_param string orTerms
- * Provides additional search terms to check for in a document, where each document in the search
- * results must contain at least one of the additional search terms
- * @opt_param string highRange
- * Creates a range in form as_nlo value..as_nhi value and attempts to append it to query
- * @opt_param string num
- * Number of search results to return
- * @opt_param string cr
- * Country restrict(s).
- * @opt_param string imgType
- * Returns images of a type, which can be one of: clipart, face, lineart, news, and photo.
- * @opt_param string gl
- * Geolocation of end user.
- * @opt_param string relatedSite
- * Specifies that all search results should be pages that are related to the specified URL
- * @opt_param string searchType
- * Specifies the search type: image.
- * @opt_param string fileType
- * Returns images of a specified type. Some of the allowed values are: bmp, gif, png, jpg, svg,
- * pdf, ...
- * @opt_param string start
- * The index of the first result to return
- * @opt_param string imgDominantColor
- * Returns images of a specific dominant color: yellow, green, teal, blue, purple, pink, white,
- * gray, black and brown.
- * @opt_param string lr
- * The language restriction for the search results
- * @opt_param string siteSearch
- * Specifies all search results should be pages from a given site
- * @opt_param string cref
- * The URL of a linked custom search engine
- * @opt_param string dateRestrict
- * Specifies all search results are from a time period
- * @opt_param string safe
- * Search safety level
- * @opt_param string c2coff
- * Turns off the translation between zh-CN and zh-TW.
- * @opt_param string googlehost
- * The local Google domain to use to perform the search.
- * @opt_param string hq
- * Appends the extra query terms to the query.
- * @opt_param string exactTerms
- * Identifies a phrase that all documents in the search results must contain
- * @opt_param string hl
- * Sets the user interface language.
- * @opt_param string lowRange
- * Creates a range in form as_nlo value..as_nhi value and attempts to append it to query
- * @opt_param string imgSize
- * Returns images of a specified size, where size can be one of: icon, small, medium, large,
- * xlarge, xxlarge, and huge.
- * @opt_param string imgColorType
- * Returns black and white, grayscale, or color images: mono, gray, and color.
- * @opt_param string rights
- * Filters based on licensing. Supported values include: cc_publicdomain, cc_attribute,
- * cc_sharealike, cc_noncommercial, cc_nonderived and combinations of these.
- * @opt_param string excludeTerms
- * Identifies a word or phrase that should not appear in any documents in the search results
- * @opt_param string filter
- * Controls turning on or off the duplicate content filter.
- * @opt_param string linkSite
- * Specifies that all search results should contain a link to a particular URL
- * @opt_param string cx
- * The custom search engine ID to scope this search query
- * @opt_param string siteSearchFilter
- * Controls whether to include or exclude results from the site named in the as_sitesearch
- * parameter
+ * @opt_param string sort The sort expression to apply to the results
+ * @opt_param string orTerms Provides additional search terms to check for in a
+ * document, where each document in the search results must contain at least one
+ * of the additional search terms
+ * @opt_param string highRange Creates a range in form as_nlo value..as_nhi
+ * value and attempts to append it to query
+ * @opt_param string num Number of search results to return
+ * @opt_param string cr Country restrict(s).
+ * @opt_param string imgType Returns images of a type, which can be one of:
+ * clipart, face, lineart, news, and photo.
+ * @opt_param string gl Geolocation of end user.
+ * @opt_param string relatedSite Specifies that all search results should be
+ * pages that are related to the specified URL
+ * @opt_param string searchType Specifies the search type: image.
+ * @opt_param string fileType Returns images of a specified type. Some of the
+ * allowed values are: bmp, gif, png, jpg, svg, pdf, ...
+ * @opt_param string start The index of the first result to return
+ * @opt_param string imgDominantColor Returns images of a specific dominant
+ * color: yellow, green, teal, blue, purple, pink, white, gray, black and brown.
+ * @opt_param string lr The language restriction for the search results
+ * @opt_param string siteSearch Specifies all search results should be pages
+ * from a given site
+ * @opt_param string cref The URL of a linked custom search engine
+ * @opt_param string dateRestrict Specifies all search results are from a time
+ * period
+ * @opt_param string safe Search safety level
+ * @opt_param string c2coff Turns off the translation between zh-CN and zh-TW.
+ * @opt_param string googlehost The local Google domain to use to perform the
+ * search.
+ * @opt_param string hq Appends the extra query terms to the query.
+ * @opt_param string exactTerms Identifies a phrase that all documents in the
+ * search results must contain
+ * @opt_param string hl Sets the user interface language.
+ * @opt_param string lowRange Creates a range in form as_nlo value..as_nhi value
+ * and attempts to append it to query
+ * @opt_param string imgSize Returns images of a specified size, where size can
+ * be one of: icon, small, medium, large, xlarge, xxlarge, and huge.
+ * @opt_param string imgColorType Returns black and white, grayscale, or color
+ * images: mono, gray, and color.
+ * @opt_param string rights Filters based on licensing. Supported values
+ * include: cc_publicdomain, cc_attribute, cc_sharealike, cc_noncommercial,
+ * cc_nonderived and combinations of these.
+ * @opt_param string excludeTerms Identifies a word or phrase that should not
+ * appear in any documents in the search results
+ * @opt_param string filter Controls turning on or off the duplicate content
+ * filter.
+ * @opt_param string linkSite Specifies that all search results should contain a
+ * link to a particular URL
+ * @opt_param string cx The custom search engine ID to scope this search query
+ * @opt_param string siteSearchFilter Controls whether to include or exclude
+ * results from the site named in the as_sitesearch parameter
* @return Google_Service_Customsearch_Search
*/
public function listCse($q, $optParams = array())
@@ -305,11 +286,11 @@ class Google_Service_Customsearch_Context extends Google_Collection
protected $facetsDataType = 'array';
public $title;
+
public function setFacets($facets)
{
$this->facets = $facets;
}
-
public function getFacets()
{
return $this->facets;
@@ -318,12 +299,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Customsearch_ContextFacets extends Google_Model
@@ -335,11 +314,11 @@ class Google_Service_Customsearch_ContextFacets extends Google_Model
public $label;
public $labelWithOp;
+
public function setAnchor($anchor)
{
$this->anchor = $anchor;
}
-
public function getAnchor()
{
return $this->anchor;
@@ -348,7 +327,6 @@ public function setLabel($label)
{
$this->label = $label;
}
-
public function getLabel()
{
return $this->label;
@@ -357,12 +335,10 @@ public function setLabelWithOp($labelWithOp)
{
$this->labelWithOp = $labelWithOp;
}
-
public function getLabelWithOp()
{
return $this->labelWithOp;
}
-
}
class Google_Service_Customsearch_Promotion extends Google_Collection
@@ -379,11 +355,11 @@ class Google_Service_Customsearch_Promotion extends Google_Collection
public $link;
public $title;
+
public function setBodyLines($bodyLines)
{
$this->bodyLines = $bodyLines;
}
-
public function getBodyLines()
{
return $this->bodyLines;
@@ -392,7 +368,6 @@ public function setDisplayLink($displayLink)
{
$this->displayLink = $displayLink;
}
-
public function getDisplayLink()
{
return $this->displayLink;
@@ -401,7 +376,6 @@ public function setHtmlTitle($htmlTitle)
{
$this->htmlTitle = $htmlTitle;
}
-
public function getHtmlTitle()
{
return $this->htmlTitle;
@@ -410,7 +384,6 @@ public function setImage(Google_Service_Customsearch_PromotionImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -419,7 +392,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -428,12 +400,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Customsearch_PromotionBodyLines extends Google_Model
@@ -445,11 +415,11 @@ class Google_Service_Customsearch_PromotionBodyLines extends Google_Model
public $title;
public $url;
+
public function setHtmlTitle($htmlTitle)
{
$this->htmlTitle = $htmlTitle;
}
-
public function getHtmlTitle()
{
return $this->htmlTitle;
@@ -458,7 +428,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -467,7 +436,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -476,12 +444,10 @@ public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Customsearch_PromotionImage extends Google_Model
@@ -492,11 +458,11 @@ class Google_Service_Customsearch_PromotionImage extends Google_Model
public $source;
public $width;
+
public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -505,7 +471,6 @@ public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -514,12 +479,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Customsearch_Query extends Google_Model
@@ -564,11 +527,11 @@ class Google_Service_Customsearch_Query extends Google_Model
public $title;
public $totalResults;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -577,7 +540,6 @@ public function setCr($cr)
{
$this->cr = $cr;
}
-
public function getCr()
{
return $this->cr;
@@ -586,7 +548,6 @@ public function setCref($cref)
{
$this->cref = $cref;
}
-
public function getCref()
{
return $this->cref;
@@ -595,7 +556,6 @@ public function setCx($cx)
{
$this->cx = $cx;
}
-
public function getCx()
{
return $this->cx;
@@ -604,7 +564,6 @@ public function setDateRestrict($dateRestrict)
{
$this->dateRestrict = $dateRestrict;
}
-
public function getDateRestrict()
{
return $this->dateRestrict;
@@ -613,7 +572,6 @@ public function setDisableCnTwTranslation($disableCnTwTranslation)
{
$this->disableCnTwTranslation = $disableCnTwTranslation;
}
-
public function getDisableCnTwTranslation()
{
return $this->disableCnTwTranslation;
@@ -622,7 +580,6 @@ public function setExactTerms($exactTerms)
{
$this->exactTerms = $exactTerms;
}
-
public function getExactTerms()
{
return $this->exactTerms;
@@ -631,7 +588,6 @@ public function setExcludeTerms($excludeTerms)
{
$this->excludeTerms = $excludeTerms;
}
-
public function getExcludeTerms()
{
return $this->excludeTerms;
@@ -640,7 +596,6 @@ public function setFileType($fileType)
{
$this->fileType = $fileType;
}
-
public function getFileType()
{
return $this->fileType;
@@ -649,7 +604,6 @@ public function setFilter($filter)
{
$this->filter = $filter;
}
-
public function getFilter()
{
return $this->filter;
@@ -658,7 +612,6 @@ public function setGl($gl)
{
$this->gl = $gl;
}
-
public function getGl()
{
return $this->gl;
@@ -667,7 +620,6 @@ public function setGoogleHost($googleHost)
{
$this->googleHost = $googleHost;
}
-
public function getGoogleHost()
{
return $this->googleHost;
@@ -676,7 +628,6 @@ public function setHighRange($highRange)
{
$this->highRange = $highRange;
}
-
public function getHighRange()
{
return $this->highRange;
@@ -685,7 +636,6 @@ public function setHl($hl)
{
$this->hl = $hl;
}
-
public function getHl()
{
return $this->hl;
@@ -694,7 +644,6 @@ public function setHq($hq)
{
$this->hq = $hq;
}
-
public function getHq()
{
return $this->hq;
@@ -703,7 +652,6 @@ public function setImgColorType($imgColorType)
{
$this->imgColorType = $imgColorType;
}
-
public function getImgColorType()
{
return $this->imgColorType;
@@ -712,7 +660,6 @@ public function setImgDominantColor($imgDominantColor)
{
$this->imgDominantColor = $imgDominantColor;
}
-
public function getImgDominantColor()
{
return $this->imgDominantColor;
@@ -721,7 +668,6 @@ public function setImgSize($imgSize)
{
$this->imgSize = $imgSize;
}
-
public function getImgSize()
{
return $this->imgSize;
@@ -730,7 +676,6 @@ public function setImgType($imgType)
{
$this->imgType = $imgType;
}
-
public function getImgType()
{
return $this->imgType;
@@ -739,7 +684,6 @@ public function setInputEncoding($inputEncoding)
{
$this->inputEncoding = $inputEncoding;
}
-
public function getInputEncoding()
{
return $this->inputEncoding;
@@ -748,7 +692,6 @@ public function setLanguage($language)
{
$this->language = $language;
}
-
public function getLanguage()
{
return $this->language;
@@ -757,7 +700,6 @@ public function setLinkSite($linkSite)
{
$this->linkSite = $linkSite;
}
-
public function getLinkSite()
{
return $this->linkSite;
@@ -766,7 +708,6 @@ public function setLowRange($lowRange)
{
$this->lowRange = $lowRange;
}
-
public function getLowRange()
{
return $this->lowRange;
@@ -775,7 +716,6 @@ public function setOrTerms($orTerms)
{
$this->orTerms = $orTerms;
}
-
public function getOrTerms()
{
return $this->orTerms;
@@ -784,7 +724,6 @@ public function setOutputEncoding($outputEncoding)
{
$this->outputEncoding = $outputEncoding;
}
-
public function getOutputEncoding()
{
return $this->outputEncoding;
@@ -793,7 +732,6 @@ public function setRelatedSite($relatedSite)
{
$this->relatedSite = $relatedSite;
}
-
public function getRelatedSite()
{
return $this->relatedSite;
@@ -802,7 +740,6 @@ public function setRights($rights)
{
$this->rights = $rights;
}
-
public function getRights()
{
return $this->rights;
@@ -811,7 +748,6 @@ public function setSafe($safe)
{
$this->safe = $safe;
}
-
public function getSafe()
{
return $this->safe;
@@ -820,7 +756,6 @@ public function setSearchTerms($searchTerms)
{
$this->searchTerms = $searchTerms;
}
-
public function getSearchTerms()
{
return $this->searchTerms;
@@ -829,7 +764,6 @@ public function setSearchType($searchType)
{
$this->searchType = $searchType;
}
-
public function getSearchType()
{
return $this->searchType;
@@ -838,7 +772,6 @@ public function setSiteSearch($siteSearch)
{
$this->siteSearch = $siteSearch;
}
-
public function getSiteSearch()
{
return $this->siteSearch;
@@ -847,7 +780,6 @@ public function setSiteSearchFilter($siteSearchFilter)
{
$this->siteSearchFilter = $siteSearchFilter;
}
-
public function getSiteSearchFilter()
{
return $this->siteSearchFilter;
@@ -856,7 +788,6 @@ public function setSort($sort)
{
$this->sort = $sort;
}
-
public function getSort()
{
return $this->sort;
@@ -865,7 +796,6 @@ public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
-
public function getStartIndex()
{
return $this->startIndex;
@@ -874,7 +804,6 @@ public function setStartPage($startPage)
{
$this->startPage = $startPage;
}
-
public function getStartPage()
{
return $this->startPage;
@@ -883,7 +812,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -892,12 +820,10 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
}
-
}
class Google_Service_Customsearch_Result extends Google_Collection
@@ -923,11 +849,11 @@ class Google_Service_Customsearch_Result extends Google_Collection
public $snippet;
public $title;
+
public function setCacheId($cacheId)
{
$this->cacheId = $cacheId;
}
-
public function getCacheId()
{
return $this->cacheId;
@@ -936,7 +862,6 @@ public function setDisplayLink($displayLink)
{
$this->displayLink = $displayLink;
}
-
public function getDisplayLink()
{
return $this->displayLink;
@@ -945,7 +870,6 @@ public function setFileFormat($fileFormat)
{
$this->fileFormat = $fileFormat;
}
-
public function getFileFormat()
{
return $this->fileFormat;
@@ -954,7 +878,6 @@ public function setFormattedUrl($formattedUrl)
{
$this->formattedUrl = $formattedUrl;
}
-
public function getFormattedUrl()
{
return $this->formattedUrl;
@@ -963,7 +886,6 @@ public function setHtmlFormattedUrl($htmlFormattedUrl)
{
$this->htmlFormattedUrl = $htmlFormattedUrl;
}
-
public function getHtmlFormattedUrl()
{
return $this->htmlFormattedUrl;
@@ -972,7 +894,6 @@ public function setHtmlSnippet($htmlSnippet)
{
$this->htmlSnippet = $htmlSnippet;
}
-
public function getHtmlSnippet()
{
return $this->htmlSnippet;
@@ -981,7 +902,6 @@ public function setHtmlTitle($htmlTitle)
{
$this->htmlTitle = $htmlTitle;
}
-
public function getHtmlTitle()
{
return $this->htmlTitle;
@@ -990,7 +910,6 @@ public function setImage(Google_Service_Customsearch_ResultImage $image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -999,7 +918,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1008,7 +926,6 @@ public function setLabels($labels)
{
$this->labels = $labels;
}
-
public function getLabels()
{
return $this->labels;
@@ -1017,7 +934,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -1026,7 +942,6 @@ public function setMime($mime)
{
$this->mime = $mime;
}
-
public function getMime()
{
return $this->mime;
@@ -1035,7 +950,6 @@ public function setPagemap($pagemap)
{
$this->pagemap = $pagemap;
}
-
public function getPagemap()
{
return $this->pagemap;
@@ -1044,7 +958,6 @@ public function setSnippet($snippet)
{
$this->snippet = $snippet;
}
-
public function getSnippet()
{
return $this->snippet;
@@ -1053,12 +966,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Customsearch_ResultImage extends Google_Model
@@ -1073,11 +984,11 @@ class Google_Service_Customsearch_ResultImage extends Google_Model
public $thumbnailWidth;
public $width;
+
public function setByteSize($byteSize)
{
$this->byteSize = $byteSize;
}
-
public function getByteSize()
{
return $this->byteSize;
@@ -1086,7 +997,6 @@ public function setContextLink($contextLink)
{
$this->contextLink = $contextLink;
}
-
public function getContextLink()
{
return $this->contextLink;
@@ -1095,7 +1005,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -1104,7 +1013,6 @@ public function setThumbnailHeight($thumbnailHeight)
{
$this->thumbnailHeight = $thumbnailHeight;
}
-
public function getThumbnailHeight()
{
return $this->thumbnailHeight;
@@ -1113,7 +1021,6 @@ public function setThumbnailLink($thumbnailLink)
{
$this->thumbnailLink = $thumbnailLink;
}
-
public function getThumbnailLink()
{
return $this->thumbnailLink;
@@ -1122,7 +1029,6 @@ public function setThumbnailWidth($thumbnailWidth)
{
$this->thumbnailWidth = $thumbnailWidth;
}
-
public function getThumbnailWidth()
{
return $this->thumbnailWidth;
@@ -1131,12 +1037,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Customsearch_ResultLabels extends Google_Model
@@ -1148,11 +1052,11 @@ class Google_Service_Customsearch_ResultLabels extends Google_Model
public $labelWithOp;
public $name;
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -1161,7 +1065,6 @@ public function setLabelWithOp($labelWithOp)
{
$this->labelWithOp = $labelWithOp;
}
-
public function getLabelWithOp()
{
return $this->labelWithOp;
@@ -1170,28 +1073,18 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Customsearch_ResultPagemap extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Customsearch_ResultPagemapItemElement extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Customsearch_Search extends Google_Collection
@@ -1215,11 +1108,11 @@ class Google_Service_Customsearch_Search extends Google_Collection
protected $urlType = 'Google_Service_Customsearch_SearchUrl';
protected $urlDataType = '';
+
public function setContext(Google_Service_Customsearch_Context $context)
{
$this->context = $context;
}
-
public function getContext()
{
return $this->context;
@@ -1228,7 +1121,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1237,7 +1129,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1246,7 +1137,6 @@ public function setPromotions($promotions)
{
$this->promotions = $promotions;
}
-
public function getPromotions()
{
return $this->promotions;
@@ -1255,7 +1145,6 @@ public function setQueries($queries)
{
$this->queries = $queries;
}
-
public function getQueries()
{
return $this->queries;
@@ -1264,7 +1153,6 @@ public function setSearchInformation(Google_Service_Customsearch_SearchSearchInf
{
$this->searchInformation = $searchInformation;
}
-
public function getSearchInformation()
{
return $this->searchInformation;
@@ -1273,7 +1161,6 @@ public function setSpelling(Google_Service_Customsearch_SearchSpelling $spelling
{
$this->spelling = $spelling;
}
-
public function getSpelling()
{
return $this->spelling;
@@ -1282,20 +1169,14 @@ public function setUrl(Google_Service_Customsearch_SearchUrl $url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
class Google_Service_Customsearch_SearchQueries extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Customsearch_SearchSearchInformation extends Google_Model
@@ -1307,11 +1188,11 @@ class Google_Service_Customsearch_SearchSearchInformation extends Google_Model
public $searchTime;
public $totalResults;
+
public function setFormattedSearchTime($formattedSearchTime)
{
$this->formattedSearchTime = $formattedSearchTime;
}
-
public function getFormattedSearchTime()
{
return $this->formattedSearchTime;
@@ -1320,7 +1201,6 @@ public function setFormattedTotalResults($formattedTotalResults)
{
$this->formattedTotalResults = $formattedTotalResults;
}
-
public function getFormattedTotalResults()
{
return $this->formattedTotalResults;
@@ -1329,7 +1209,6 @@ public function setSearchTime($searchTime)
{
$this->searchTime = $searchTime;
}
-
public function getSearchTime()
{
return $this->searchTime;
@@ -1338,12 +1217,10 @@ public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
-
public function getTotalResults()
{
return $this->totalResults;
}
-
}
class Google_Service_Customsearch_SearchSpelling extends Google_Model
@@ -1353,11 +1230,11 @@ class Google_Service_Customsearch_SearchSpelling extends Google_Model
public $correctedQuery;
public $htmlCorrectedQuery;
+
public function setCorrectedQuery($correctedQuery)
{
$this->correctedQuery = $correctedQuery;
}
-
public function getCorrectedQuery()
{
return $this->correctedQuery;
@@ -1366,12 +1243,10 @@ public function setHtmlCorrectedQuery($htmlCorrectedQuery)
{
$this->htmlCorrectedQuery = $htmlCorrectedQuery;
}
-
public function getHtmlCorrectedQuery()
{
return $this->htmlCorrectedQuery;
}
-
}
class Google_Service_Customsearch_SearchUrl extends Google_Model
@@ -1381,11 +1256,11 @@ class Google_Service_Customsearch_SearchUrl extends Google_Model
public $template;
public $type;
+
public function setTemplate($template)
{
$this->template = $template;
}
-
public function getTemplate()
{
return $this->template;
@@ -1394,10 +1269,8 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
From e79e896a67d403ea09b242c7f4cd5d71ea67ef37 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for accessing Google Cloud Datastore.
- *
* For more information about this service, see the API
@@ -32,11 +31,14 @@
class Google_Service_Datastore extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** View and manage your Google Cloud Datastore data. */
- const DATASTORE = "https://www.googleapis.com/auth/datastore";
+ const DATASTORE =
+ "https://www.googleapis.com/auth/datastore";
/** View your email address. */
- const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email";
+ const USERINFO_EMAIL =
+ "https://www.googleapis.com/auth/userinfo.email";
public $datasets;
@@ -142,8 +144,7 @@ class Google_Service_Datastore_Datasets_Resource extends Google_Service_Resource
* Allocate IDs for incomplete keys (useful for referencing an entity before it
* is inserted). (datasets.allocateIds)
*
- * @param string $datasetId
- * Identifies the dataset.
+ * @param string $datasetId Identifies the dataset.
* @param Google_AllocateIdsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Datastore_AllocateIdsResponse
@@ -154,11 +155,11 @@ public function allocateIds($datasetId, Google_Service_Datastore_AllocateIdsRequ
$params = array_merge($params, $optParams);
return $this->call('allocateIds', array($params), "Google_Service_Datastore_AllocateIdsResponse");
}
+
/**
* Begin a new transaction. (datasets.beginTransaction)
*
- * @param string $datasetId
- * Identifies the dataset.
+ * @param string $datasetId Identifies the dataset.
* @param Google_BeginTransactionRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Datastore_BeginTransactionResponse
@@ -169,12 +170,12 @@ public function beginTransaction($datasetId, Google_Service_Datastore_BeginTrans
$params = array_merge($params, $optParams);
return $this->call('beginTransaction', array($params), "Google_Service_Datastore_BeginTransactionResponse");
}
+
/**
* Commit a transaction, optionally creating, deleting or modifying some
* entities. (datasets.commit)
*
- * @param string $datasetId
- * Identifies the dataset.
+ * @param string $datasetId Identifies the dataset.
* @param Google_CommitRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Datastore_CommitResponse
@@ -185,11 +186,11 @@ public function commit($datasetId, Google_Service_Datastore_CommitRequest $postB
$params = array_merge($params, $optParams);
return $this->call('commit', array($params), "Google_Service_Datastore_CommitResponse");
}
+
/**
* Look up some entities by key. (datasets.lookup)
*
- * @param string $datasetId
- * Identifies the dataset.
+ * @param string $datasetId Identifies the dataset.
* @param Google_LookupRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Datastore_LookupResponse
@@ -200,11 +201,11 @@ public function lookup($datasetId, Google_Service_Datastore_LookupRequest $postB
$params = array_merge($params, $optParams);
return $this->call('lookup', array($params), "Google_Service_Datastore_LookupResponse");
}
+
/**
* Roll back a transaction. (datasets.rollback)
*
- * @param string $datasetId
- * Identifies the dataset.
+ * @param string $datasetId Identifies the dataset.
* @param Google_RollbackRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Datastore_RollbackResponse
@@ -215,11 +216,11 @@ public function rollback($datasetId, Google_Service_Datastore_RollbackRequest $p
$params = array_merge($params, $optParams);
return $this->call('rollback', array($params), "Google_Service_Datastore_RollbackResponse");
}
+
/**
* Query for entities. (datasets.runQuery)
*
- * @param string $datasetId
- * Identifies the dataset.
+ * @param string $datasetId Identifies the dataset.
* @param Google_RunQueryRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Datastore_RunQueryResponse
@@ -243,16 +244,15 @@ class Google_Service_Datastore_AllocateIdsRequest extends Google_Collection
protected $keysType = 'Google_Service_Datastore_Key';
protected $keysDataType = 'array';
+
public function setKeys($keys)
{
$this->keys = $keys;
}
-
public function getKeys()
{
return $this->keys;
}
-
}
class Google_Service_Datastore_AllocateIdsResponse extends Google_Collection
@@ -265,11 +265,11 @@ class Google_Service_Datastore_AllocateIdsResponse extends Google_Collection
protected $keysType = 'Google_Service_Datastore_Key';
protected $keysDataType = 'array';
+
public function setHeader(Google_Service_Datastore_ResponseHeader $header)
{
$this->header = $header;
}
-
public function getHeader()
{
return $this->header;
@@ -278,12 +278,10 @@ public function setKeys($keys)
{
$this->keys = $keys;
}
-
public function getKeys()
{
return $this->keys;
}
-
}
class Google_Service_Datastore_BeginTransactionRequest extends Google_Model
@@ -292,16 +290,15 @@ class Google_Service_Datastore_BeginTransactionRequest extends Google_Model
);
public $isolationLevel;
+
public function setIsolationLevel($isolationLevel)
{
$this->isolationLevel = $isolationLevel;
}
-
public function getIsolationLevel()
{
return $this->isolationLevel;
}
-
}
class Google_Service_Datastore_BeginTransactionResponse extends Google_Model
@@ -312,11 +309,11 @@ class Google_Service_Datastore_BeginTransactionResponse extends Google_Model
protected $headerDataType = '';
public $transaction;
+
public function setHeader(Google_Service_Datastore_ResponseHeader $header)
{
$this->header = $header;
}
-
public function getHeader()
{
return $this->header;
@@ -325,12 +322,10 @@ public function setTransaction($transaction)
{
$this->transaction = $transaction;
}
-
public function getTransaction()
{
return $this->transaction;
}
-
}
class Google_Service_Datastore_CommitRequest extends Google_Model
@@ -343,11 +338,11 @@ class Google_Service_Datastore_CommitRequest extends Google_Model
protected $mutationDataType = '';
public $transaction;
+
public function setIgnoreReadOnly($ignoreReadOnly)
{
$this->ignoreReadOnly = $ignoreReadOnly;
}
-
public function getIgnoreReadOnly()
{
return $this->ignoreReadOnly;
@@ -356,7 +351,6 @@ public function setMode($mode)
{
$this->mode = $mode;
}
-
public function getMode()
{
return $this->mode;
@@ -365,7 +359,6 @@ public function setMutation(Google_Service_Datastore_Mutation $mutation)
{
$this->mutation = $mutation;
}
-
public function getMutation()
{
return $this->mutation;
@@ -374,12 +367,10 @@ public function setTransaction($transaction)
{
$this->transaction = $transaction;
}
-
public function getTransaction()
{
return $this->transaction;
}
-
}
class Google_Service_Datastore_CommitResponse extends Google_Model
@@ -391,11 +382,11 @@ class Google_Service_Datastore_CommitResponse extends Google_Model
protected $mutationResultType = 'Google_Service_Datastore_MutationResult';
protected $mutationResultDataType = '';
+
public function setHeader(Google_Service_Datastore_ResponseHeader $header)
{
$this->header = $header;
}
-
public function getHeader()
{
return $this->header;
@@ -404,12 +395,10 @@ public function setMutationResult(Google_Service_Datastore_MutationResult $mutat
{
$this->mutationResult = $mutationResult;
}
-
public function getMutationResult()
{
return $this->mutationResult;
}
-
}
class Google_Service_Datastore_CompositeFilter extends Google_Collection
@@ -421,11 +410,11 @@ class Google_Service_Datastore_CompositeFilter extends Google_Collection
protected $filtersDataType = 'array';
public $operator;
+
public function setFilters($filters)
{
$this->filters = $filters;
}
-
public function getFilters()
{
return $this->filters;
@@ -434,12 +423,10 @@ public function setOperator($operator)
{
$this->operator = $operator;
}
-
public function getOperator()
{
return $this->operator;
}
-
}
class Google_Service_Datastore_Entity extends Google_Model
@@ -451,11 +438,11 @@ class Google_Service_Datastore_Entity extends Google_Model
protected $propertiesType = 'Google_Service_Datastore_Property';
protected $propertiesDataType = 'map';
+
public function setKey(Google_Service_Datastore_Key $key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -464,20 +451,14 @@ public function setProperties($properties)
{
$this->properties = $properties;
}
-
public function getProperties()
{
return $this->properties;
}
-
}
class Google_Service_Datastore_EntityProperties extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Datastore_EntityResult extends Google_Model
@@ -487,16 +468,15 @@ class Google_Service_Datastore_EntityResult extends Google_Model
protected $entityType = 'Google_Service_Datastore_Entity';
protected $entityDataType = '';
+
public function setEntity(Google_Service_Datastore_Entity $entity)
{
$this->entity = $entity;
}
-
public function getEntity()
{
return $this->entity;
}
-
}
class Google_Service_Datastore_Filter extends Google_Model
@@ -508,11 +488,11 @@ class Google_Service_Datastore_Filter extends Google_Model
protected $propertyFilterType = 'Google_Service_Datastore_PropertyFilter';
protected $propertyFilterDataType = '';
+
public function setCompositeFilter(Google_Service_Datastore_CompositeFilter $compositeFilter)
{
$this->compositeFilter = $compositeFilter;
}
-
public function getCompositeFilter()
{
return $this->compositeFilter;
@@ -521,12 +501,10 @@ public function setPropertyFilter(Google_Service_Datastore_PropertyFilter $prope
{
$this->propertyFilter = $propertyFilter;
}
-
public function getPropertyFilter()
{
return $this->propertyFilter;
}
-
}
class Google_Service_Datastore_GqlQuery extends Google_Collection
@@ -541,11 +519,11 @@ class Google_Service_Datastore_GqlQuery extends Google_Collection
protected $numberArgsDataType = 'array';
public $queryString;
+
public function setAllowLiteral($allowLiteral)
{
$this->allowLiteral = $allowLiteral;
}
-
public function getAllowLiteral()
{
return $this->allowLiteral;
@@ -554,7 +532,6 @@ public function setNameArgs($nameArgs)
{
$this->nameArgs = $nameArgs;
}
-
public function getNameArgs()
{
return $this->nameArgs;
@@ -563,7 +540,6 @@ public function setNumberArgs($numberArgs)
{
$this->numberArgs = $numberArgs;
}
-
public function getNumberArgs()
{
return $this->numberArgs;
@@ -572,12 +548,10 @@ public function setQueryString($queryString)
{
$this->queryString = $queryString;
}
-
public function getQueryString()
{
return $this->queryString;
}
-
}
class Google_Service_Datastore_GqlQueryArg extends Google_Model
@@ -589,11 +563,11 @@ class Google_Service_Datastore_GqlQueryArg extends Google_Model
protected $valueType = 'Google_Service_Datastore_Value';
protected $valueDataType = '';
+
public function setCursor($cursor)
{
$this->cursor = $cursor;
}
-
public function getCursor()
{
return $this->cursor;
@@ -602,7 +576,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -611,12 +584,10 @@ public function setValue(Google_Service_Datastore_Value $value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Datastore_Key extends Google_Collection
@@ -629,11 +600,11 @@ class Google_Service_Datastore_Key extends Google_Collection
protected $pathType = 'Google_Service_Datastore_KeyPathElement';
protected $pathDataType = 'array';
+
public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId)
{
$this->partitionId = $partitionId;
}
-
public function getPartitionId()
{
return $this->partitionId;
@@ -642,12 +613,10 @@ public function setPath($path)
{
$this->path = $path;
}
-
public function getPath()
{
return $this->path;
}
-
}
class Google_Service_Datastore_KeyPathElement extends Google_Model
@@ -658,11 +627,11 @@ class Google_Service_Datastore_KeyPathElement extends Google_Model
public $kind;
public $name;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -671,7 +640,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -680,12 +648,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Datastore_KindExpression extends Google_Model
@@ -694,16 +660,15 @@ class Google_Service_Datastore_KindExpression extends Google_Model
);
public $name;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Datastore_LookupRequest extends Google_Collection
@@ -716,11 +681,11 @@ class Google_Service_Datastore_LookupRequest extends Google_Collection
protected $readOptionsType = 'Google_Service_Datastore_ReadOptions';
protected $readOptionsDataType = '';
+
public function setKeys($keys)
{
$this->keys = $keys;
}
-
public function getKeys()
{
return $this->keys;
@@ -729,12 +694,10 @@ public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions
{
$this->readOptions = $readOptions;
}
-
public function getReadOptions()
{
return $this->readOptions;
}
-
}
class Google_Service_Datastore_LookupResponse extends Google_Collection
@@ -751,11 +714,11 @@ class Google_Service_Datastore_LookupResponse extends Google_Collection
protected $missingType = 'Google_Service_Datastore_EntityResult';
protected $missingDataType = 'array';
+
public function setDeferred($deferred)
{
$this->deferred = $deferred;
}
-
public function getDeferred()
{
return $this->deferred;
@@ -764,7 +727,6 @@ public function setFound($found)
{
$this->found = $found;
}
-
public function getFound()
{
return $this->found;
@@ -773,7 +735,6 @@ public function setHeader(Google_Service_Datastore_ResponseHeader $header)
{
$this->header = $header;
}
-
public function getHeader()
{
return $this->header;
@@ -782,12 +743,10 @@ public function setMissing($missing)
{
$this->missing = $missing;
}
-
public function getMissing()
{
return $this->missing;
}
-
}
class Google_Service_Datastore_Mutation extends Google_Collection
@@ -807,11 +766,11 @@ class Google_Service_Datastore_Mutation extends Google_Collection
protected $upsertType = 'Google_Service_Datastore_Entity';
protected $upsertDataType = 'array';
+
public function setDelete($delete)
{
$this->delete = $delete;
}
-
public function getDelete()
{
return $this->delete;
@@ -820,7 +779,6 @@ public function setForce($force)
{
$this->force = $force;
}
-
public function getForce()
{
return $this->force;
@@ -829,7 +787,6 @@ public function setInsert($insert)
{
$this->insert = $insert;
}
-
public function getInsert()
{
return $this->insert;
@@ -838,7 +795,6 @@ public function setInsertAutoId($insertAutoId)
{
$this->insertAutoId = $insertAutoId;
}
-
public function getInsertAutoId()
{
return $this->insertAutoId;
@@ -847,7 +803,6 @@ public function setUpdate($update)
{
$this->update = $update;
}
-
public function getUpdate()
{
return $this->update;
@@ -856,12 +811,10 @@ public function setUpsert($upsert)
{
$this->upsert = $upsert;
}
-
public function getUpsert()
{
return $this->upsert;
}
-
}
class Google_Service_Datastore_MutationResult extends Google_Collection
@@ -873,11 +826,11 @@ class Google_Service_Datastore_MutationResult extends Google_Collection
protected $insertAutoIdKeysType = 'Google_Service_Datastore_Key';
protected $insertAutoIdKeysDataType = 'array';
+
public function setIndexUpdates($indexUpdates)
{
$this->indexUpdates = $indexUpdates;
}
-
public function getIndexUpdates()
{
return $this->indexUpdates;
@@ -886,12 +839,10 @@ public function setInsertAutoIdKeys($insertAutoIdKeys)
{
$this->insertAutoIdKeys = $insertAutoIdKeys;
}
-
public function getInsertAutoIdKeys()
{
return $this->insertAutoIdKeys;
}
-
}
class Google_Service_Datastore_PartitionId extends Google_Model
@@ -901,11 +852,11 @@ class Google_Service_Datastore_PartitionId extends Google_Model
public $datasetId;
public $namespace;
+
public function setDatasetId($datasetId)
{
$this->datasetId = $datasetId;
}
-
public function getDatasetId()
{
return $this->datasetId;
@@ -914,12 +865,10 @@ public function setNamespace($namespace)
{
$this->namespace = $namespace;
}
-
public function getNamespace()
{
return $this->namespace;
}
-
}
class Google_Service_Datastore_Property extends Google_Collection
@@ -943,11 +892,11 @@ class Google_Service_Datastore_Property extends Google_Collection
public $meaning;
public $stringValue;
+
public function setBlobKeyValue($blobKeyValue)
{
$this->blobKeyValue = $blobKeyValue;
}
-
public function getBlobKeyValue()
{
return $this->blobKeyValue;
@@ -956,7 +905,6 @@ public function setBlobValue($blobValue)
{
$this->blobValue = $blobValue;
}
-
public function getBlobValue()
{
return $this->blobValue;
@@ -965,7 +913,6 @@ public function setBooleanValue($booleanValue)
{
$this->booleanValue = $booleanValue;
}
-
public function getBooleanValue()
{
return $this->booleanValue;
@@ -974,7 +921,6 @@ public function setDateTimeValue($dateTimeValue)
{
$this->dateTimeValue = $dateTimeValue;
}
-
public function getDateTimeValue()
{
return $this->dateTimeValue;
@@ -983,7 +929,6 @@ public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
}
-
public function getDoubleValue()
{
return $this->doubleValue;
@@ -992,7 +937,6 @@ public function setEntityValue(Google_Service_Datastore_Entity $entityValue)
{
$this->entityValue = $entityValue;
}
-
public function getEntityValue()
{
return $this->entityValue;
@@ -1001,7 +945,6 @@ public function setIndexed($indexed)
{
$this->indexed = $indexed;
}
-
public function getIndexed()
{
return $this->indexed;
@@ -1010,7 +953,6 @@ public function setIntegerValue($integerValue)
{
$this->integerValue = $integerValue;
}
-
public function getIntegerValue()
{
return $this->integerValue;
@@ -1019,7 +961,6 @@ public function setKeyValue(Google_Service_Datastore_Key $keyValue)
{
$this->keyValue = $keyValue;
}
-
public function getKeyValue()
{
return $this->keyValue;
@@ -1028,7 +969,6 @@ public function setListValue($listValue)
{
$this->listValue = $listValue;
}
-
public function getListValue()
{
return $this->listValue;
@@ -1037,7 +977,6 @@ public function setMeaning($meaning)
{
$this->meaning = $meaning;
}
-
public function getMeaning()
{
return $this->meaning;
@@ -1046,12 +985,10 @@ public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
}
-
public function getStringValue()
{
return $this->stringValue;
}
-
}
class Google_Service_Datastore_PropertyExpression extends Google_Model
@@ -1062,11 +999,11 @@ class Google_Service_Datastore_PropertyExpression extends Google_Model
protected $propertyType = 'Google_Service_Datastore_PropertyReference';
protected $propertyDataType = '';
+
public function setAggregationFunction($aggregationFunction)
{
$this->aggregationFunction = $aggregationFunction;
}
-
public function getAggregationFunction()
{
return $this->aggregationFunction;
@@ -1075,12 +1012,10 @@ public function setProperty(Google_Service_Datastore_PropertyReference $property
{
$this->property = $property;
}
-
public function getProperty()
{
return $this->property;
}
-
}
class Google_Service_Datastore_PropertyFilter extends Google_Model
@@ -1093,11 +1028,11 @@ class Google_Service_Datastore_PropertyFilter extends Google_Model
protected $valueType = 'Google_Service_Datastore_Value';
protected $valueDataType = '';
+
public function setOperator($operator)
{
$this->operator = $operator;
}
-
public function getOperator()
{
return $this->operator;
@@ -1106,7 +1041,6 @@ public function setProperty(Google_Service_Datastore_PropertyReference $property
{
$this->property = $property;
}
-
public function getProperty()
{
return $this->property;
@@ -1115,12 +1049,10 @@ public function setValue(Google_Service_Datastore_Value $value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Datastore_PropertyOrder extends Google_Model
@@ -1131,11 +1063,11 @@ class Google_Service_Datastore_PropertyOrder extends Google_Model
protected $propertyType = 'Google_Service_Datastore_PropertyReference';
protected $propertyDataType = '';
+
public function setDirection($direction)
{
$this->direction = $direction;
}
-
public function getDirection()
{
return $this->direction;
@@ -1144,12 +1076,10 @@ public function setProperty(Google_Service_Datastore_PropertyReference $property
{
$this->property = $property;
}
-
public function getProperty()
{
return $this->property;
}
-
}
class Google_Service_Datastore_PropertyReference extends Google_Model
@@ -1158,16 +1088,15 @@ class Google_Service_Datastore_PropertyReference extends Google_Model
);
public $name;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Datastore_Query extends Google_Collection
@@ -1190,11 +1119,11 @@ class Google_Service_Datastore_Query extends Google_Collection
protected $projectionDataType = 'array';
public $startCursor;
+
public function setEndCursor($endCursor)
{
$this->endCursor = $endCursor;
}
-
public function getEndCursor()
{
return $this->endCursor;
@@ -1203,7 +1132,6 @@ public function setFilter(Google_Service_Datastore_Filter $filter)
{
$this->filter = $filter;
}
-
public function getFilter()
{
return $this->filter;
@@ -1212,7 +1140,6 @@ public function setGroupBy($groupBy)
{
$this->groupBy = $groupBy;
}
-
public function getGroupBy()
{
return $this->groupBy;
@@ -1221,7 +1148,6 @@ public function setKinds($kinds)
{
$this->kinds = $kinds;
}
-
public function getKinds()
{
return $this->kinds;
@@ -1230,7 +1156,6 @@ public function setLimit($limit)
{
$this->limit = $limit;
}
-
public function getLimit()
{
return $this->limit;
@@ -1239,7 +1164,6 @@ public function setOffset($offset)
{
$this->offset = $offset;
}
-
public function getOffset()
{
return $this->offset;
@@ -1248,7 +1172,6 @@ public function setOrder($order)
{
$this->order = $order;
}
-
public function getOrder()
{
return $this->order;
@@ -1257,7 +1180,6 @@ public function setProjection($projection)
{
$this->projection = $projection;
}
-
public function getProjection()
{
return $this->projection;
@@ -1266,12 +1188,10 @@ public function setStartCursor($startCursor)
{
$this->startCursor = $startCursor;
}
-
public function getStartCursor()
{
return $this->startCursor;
}
-
}
class Google_Service_Datastore_QueryResultBatch extends Google_Collection
@@ -1286,11 +1206,11 @@ class Google_Service_Datastore_QueryResultBatch extends Google_Collection
public $moreResults;
public $skippedResults;
+
public function setEndCursor($endCursor)
{
$this->endCursor = $endCursor;
}
-
public function getEndCursor()
{
return $this->endCursor;
@@ -1299,7 +1219,6 @@ public function setEntityResultType($entityResultType)
{
$this->entityResultType = $entityResultType;
}
-
public function getEntityResultType()
{
return $this->entityResultType;
@@ -1308,7 +1227,6 @@ public function setEntityResults($entityResults)
{
$this->entityResults = $entityResults;
}
-
public function getEntityResults()
{
return $this->entityResults;
@@ -1317,7 +1235,6 @@ public function setMoreResults($moreResults)
{
$this->moreResults = $moreResults;
}
-
public function getMoreResults()
{
return $this->moreResults;
@@ -1326,12 +1243,10 @@ public function setSkippedResults($skippedResults)
{
$this->skippedResults = $skippedResults;
}
-
public function getSkippedResults()
{
return $this->skippedResults;
}
-
}
class Google_Service_Datastore_ReadOptions extends Google_Model
@@ -1341,11 +1256,11 @@ class Google_Service_Datastore_ReadOptions extends Google_Model
public $readConsistency;
public $transaction;
+
public function setReadConsistency($readConsistency)
{
$this->readConsistency = $readConsistency;
}
-
public function getReadConsistency()
{
return $this->readConsistency;
@@ -1354,12 +1269,10 @@ public function setTransaction($transaction)
{
$this->transaction = $transaction;
}
-
public function getTransaction()
{
return $this->transaction;
}
-
}
class Google_Service_Datastore_ResponseHeader extends Google_Model
@@ -1368,16 +1281,15 @@ class Google_Service_Datastore_ResponseHeader extends Google_Model
);
public $kind;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Datastore_RollbackRequest extends Google_Model
@@ -1386,16 +1298,15 @@ class Google_Service_Datastore_RollbackRequest extends Google_Model
);
public $transaction;
+
public function setTransaction($transaction)
{
$this->transaction = $transaction;
}
-
public function getTransaction()
{
return $this->transaction;
}
-
}
class Google_Service_Datastore_RollbackResponse extends Google_Model
@@ -1405,16 +1316,15 @@ class Google_Service_Datastore_RollbackResponse extends Google_Model
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
protected $headerDataType = '';
+
public function setHeader(Google_Service_Datastore_ResponseHeader $header)
{
$this->header = $header;
}
-
public function getHeader()
{
return $this->header;
}
-
}
class Google_Service_Datastore_RunQueryRequest extends Google_Model
@@ -1430,11 +1340,11 @@ class Google_Service_Datastore_RunQueryRequest extends Google_Model
protected $readOptionsType = 'Google_Service_Datastore_ReadOptions';
protected $readOptionsDataType = '';
+
public function setGqlQuery(Google_Service_Datastore_GqlQuery $gqlQuery)
{
$this->gqlQuery = $gqlQuery;
}
-
public function getGqlQuery()
{
return $this->gqlQuery;
@@ -1443,7 +1353,6 @@ public function setPartitionId(Google_Service_Datastore_PartitionId $partitionId
{
$this->partitionId = $partitionId;
}
-
public function getPartitionId()
{
return $this->partitionId;
@@ -1452,7 +1361,6 @@ public function setQuery(Google_Service_Datastore_Query $query)
{
$this->query = $query;
}
-
public function getQuery()
{
return $this->query;
@@ -1461,12 +1369,10 @@ public function setReadOptions(Google_Service_Datastore_ReadOptions $readOptions
{
$this->readOptions = $readOptions;
}
-
public function getReadOptions()
{
return $this->readOptions;
}
-
}
class Google_Service_Datastore_RunQueryResponse extends Google_Model
@@ -1478,11 +1384,11 @@ class Google_Service_Datastore_RunQueryResponse extends Google_Model
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
protected $headerDataType = '';
+
public function setBatch(Google_Service_Datastore_QueryResultBatch $batch)
{
$this->batch = $batch;
}
-
public function getBatch()
{
return $this->batch;
@@ -1491,12 +1397,10 @@ public function setHeader(Google_Service_Datastore_ResponseHeader $header)
{
$this->header = $header;
}
-
public function getHeader()
{
return $this->header;
}
-
}
class Google_Service_Datastore_Value extends Google_Collection
@@ -1520,11 +1424,11 @@ class Google_Service_Datastore_Value extends Google_Collection
public $meaning;
public $stringValue;
+
public function setBlobKeyValue($blobKeyValue)
{
$this->blobKeyValue = $blobKeyValue;
}
-
public function getBlobKeyValue()
{
return $this->blobKeyValue;
@@ -1533,7 +1437,6 @@ public function setBlobValue($blobValue)
{
$this->blobValue = $blobValue;
}
-
public function getBlobValue()
{
return $this->blobValue;
@@ -1542,7 +1445,6 @@ public function setBooleanValue($booleanValue)
{
$this->booleanValue = $booleanValue;
}
-
public function getBooleanValue()
{
return $this->booleanValue;
@@ -1551,7 +1453,6 @@ public function setDateTimeValue($dateTimeValue)
{
$this->dateTimeValue = $dateTimeValue;
}
-
public function getDateTimeValue()
{
return $this->dateTimeValue;
@@ -1560,7 +1461,6 @@ public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
}
-
public function getDoubleValue()
{
return $this->doubleValue;
@@ -1569,7 +1469,6 @@ public function setEntityValue(Google_Service_Datastore_Entity $entityValue)
{
$this->entityValue = $entityValue;
}
-
public function getEntityValue()
{
return $this->entityValue;
@@ -1578,7 +1477,6 @@ public function setIndexed($indexed)
{
$this->indexed = $indexed;
}
-
public function getIndexed()
{
return $this->indexed;
@@ -1587,7 +1485,6 @@ public function setIntegerValue($integerValue)
{
$this->integerValue = $integerValue;
}
-
public function getIntegerValue()
{
return $this->integerValue;
@@ -1596,7 +1493,6 @@ public function setKeyValue(Google_Service_Datastore_Key $keyValue)
{
$this->keyValue = $keyValue;
}
-
public function getKeyValue()
{
return $this->keyValue;
@@ -1605,7 +1501,6 @@ public function setListValue($listValue)
{
$this->listValue = $listValue;
}
-
public function getListValue()
{
return $this->listValue;
@@ -1614,7 +1509,6 @@ public function setMeaning($meaning)
{
$this->meaning = $meaning;
}
-
public function getMeaning()
{
return $this->meaning;
@@ -1623,10 +1517,8 @@ public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
}
-
public function getStringValue()
{
return $this->stringValue;
}
-
}
From 553616b71694633385df5e3291ae717773c79c63 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Google Fit API
- *
* For more information about this service, see the API
@@ -32,17 +31,23 @@
class Google_Service_Fitness extends Google_Service
{
/** View your activity information in Google Fit. */
- const FITNESS_ACTIVITY_READ = "https://www.googleapis.com/auth/fitness.activity.read";
+ const FITNESS_ACTIVITY_READ =
+ "https://www.googleapis.com/auth/fitness.activity.read";
/** View and store your activity information in Google Fit. */
- const FITNESS_ACTIVITY_WRITE = "https://www.googleapis.com/auth/fitness.activity.write";
+ const FITNESS_ACTIVITY_WRITE =
+ "https://www.googleapis.com/auth/fitness.activity.write";
/** View body sensor information in Google Fit. */
- const FITNESS_BODY_READ = "https://www.googleapis.com/auth/fitness.body.read";
+ const FITNESS_BODY_READ =
+ "https://www.googleapis.com/auth/fitness.body.read";
/** View and store body sensor data in Google Fit. */
- const FITNESS_BODY_WRITE = "https://www.googleapis.com/auth/fitness.body.write";
+ const FITNESS_BODY_WRITE =
+ "https://www.googleapis.com/auth/fitness.body.write";
/** View your stored location data in Google Fit. */
- const FITNESS_LOCATION_READ = "https://www.googleapis.com/auth/fitness.location.read";
+ const FITNESS_LOCATION_READ =
+ "https://www.googleapis.com/auth/fitness.location.read";
/** View and store your location data in Google Fit. */
- const FITNESS_LOCATION_WRITE = "https://www.googleapis.com/auth/fitness.location.write";
+ const FITNESS_LOCATION_WRITE =
+ "https://www.googleapis.com/auth/fitness.location.write";
public $users_dataSources;
public $users_dataSources_datasets;
@@ -311,7 +316,6 @@ public function __construct(Google_Client $client)
*/
class Google_Service_Fitness_Users_Resource extends Google_Service_Resource
{
-
}
/**
@@ -335,9 +339,8 @@ class Google_Service_Fitness_UsersDataSources_Resource extends Google_Service_Re
* developer project number is obfuscated when read by any other developer
* reading public data types. (dataSources.create)
*
- * @param string $userId
- * Create the data source for the person identified. Use me to indicate the authenticated user.
- * Only me is supported at this time.
+ * @param string $userId Create the data source for the person identified. Use
+ * me to indicate the authenticated user. Only me is supported at this time.
* @param Google_DataSource $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fitness_DataSource
@@ -348,14 +351,14 @@ public function create($userId, Google_Service_Fitness_DataSource $postBody, $op
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_Fitness_DataSource");
}
+
/**
* Returns a data source identified by a data stream ID. (dataSources.get)
*
- * @param string $userId
- * Retrieve a data source for the person identified. Use me to indicate the authenticated user.
- * Only me is supported at this time.
- * @param string $dataSourceId
- * The data stream ID of the data source to retrieve.
+ * @param string $userId Retrieve a data source for the person identified. Use
+ * me to indicate the authenticated user. Only me is supported at this time.
+ * @param string $dataSourceId The data stream ID of the data source to
+ * retrieve.
* @param array $optParams Optional parameters.
* @return Google_Service_Fitness_DataSource
*/
@@ -365,20 +368,19 @@ public function get($userId, $dataSourceId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Fitness_DataSource");
}
+
/**
* Lists all data sources that are visible to the developer, using the OAuth
* scopes provided. The list is not exhaustive: the user may have private data
* sources that are only visible to other developers or calls using other
* scopes. (dataSources.listUsersDataSources)
*
- * @param string $userId
- * List data sources for the person identified. Use me to indicate the authenticated user. Only me
- * is supported at this time.
+ * @param string $userId List data sources for the person identified. Use me to
+ * indicate the authenticated user. Only me is supported at this time.
* @param array $optParams Optional parameters.
*
- * @opt_param string dataTypeName
- * The names of data types to include in the list. If not specified, all data sources will be
- * returned.
+ * @opt_param string dataTypeName The names of data types to include in the
+ * list. If not specified, all data sources will be returned.
* @return Google_Service_Fitness_ListDataSourcesResponse
*/
public function listUsersDataSources($userId, $optParams = array())
@@ -387,6 +389,7 @@ public function listUsersDataSources($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Fitness_ListDataSourcesResponse");
}
+
/**
* Updates a given data source. It is an error to modify the data source's data
* stream ID, data type, type, stream name or device information apart from the
@@ -396,11 +399,9 @@ public function listUsersDataSources($userId, $optParams = array())
* Data sources are identified by their data stream ID. This method supports
* patch semantics. (dataSources.patch)
*
- * @param string $userId
- * Update the data source for the person identified. Use me to indicate the authenticated user.
- * Only me is supported at this time.
- * @param string $dataSourceId
- * The data stream ID of the data source to update.
+ * @param string $userId Update the data source for the person identified. Use
+ * me to indicate the authenticated user. Only me is supported at this time.
+ * @param string $dataSourceId The data stream ID of the data source to update.
* @param Google_DataSource $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fitness_DataSource
@@ -411,6 +412,7 @@ public function patch($userId, $dataSourceId, Google_Service_Fitness_DataSource
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Fitness_DataSource");
}
+
/**
* Updates a given data source. It is an error to modify the data source's data
* stream ID, data type, type, stream name or device information apart from the
@@ -419,11 +421,9 @@ public function patch($userId, $dataSourceId, Google_Service_Fitness_DataSource
*
* Data sources are identified by their data stream ID. (dataSources.update)
*
- * @param string $userId
- * Update the data source for the person identified. Use me to indicate the authenticated user.
- * Only me is supported at this time.
- * @param string $dataSourceId
- * The data stream ID of the data source to update.
+ * @param string $userId Update the data source for the person identified. Use
+ * me to indicate the authenticated user. Only me is supported at this time.
+ * @param string $dataSourceId The data stream ID of the data source to update.
* @param Google_DataSource $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Fitness_DataSource
@@ -456,21 +456,20 @@ class Google_Service_Fitness_UsersDataSourcesDatasets_Resource extends Google_Se
* the dataset, only the overlapping portion of the data point will be deleted.
* (datasets.delete)
*
- * @param string $userId
- * Delete a dataset for the person identified. Use me to indicate the authenticated user. Only me
- * is supported at this time.
- * @param string $dataSourceId
- * The data stream ID of the data source that created the dataset.
- * @param string $datasetId
- * Dataset identifier that is a composite of the minimum data point start time and maximum data
- * point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-
- * endTime" where startTime and endTime are 64 bit integers.
+ * @param string $userId Delete a dataset for the person identified. Use me to
+ * indicate the authenticated user. Only me is supported at this time.
+ * @param string $dataSourceId The data stream ID of the data source that
+ * created the dataset.
+ * @param string $datasetId Dataset identifier that is a composite of the
+ * minimum data point start time and maximum data point end time represented as
+ * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime"
+ * where startTime and endTime are 64 bit integers.
* @param array $optParams Optional parameters.
*
- * @opt_param string modifiedTimeMillis
- * When the operation was performed on the client.
- * @opt_param string currentTimeMillis
- * The client's current time in milliseconds since epoch.
+ * @opt_param string modifiedTimeMillis When the operation was performed on the
+ * client.
+ * @opt_param string currentTimeMillis The client's current time in milliseconds
+ * since epoch.
*/
public function delete($userId, $dataSourceId, $datasetId, $optParams = array())
{
@@ -478,6 +477,7 @@ public function delete($userId, $dataSourceId, $datasetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Returns a dataset containing all data points whose start and end times
* overlap with the specified range of the dataset minimum start time and
@@ -485,15 +485,14 @@ public function delete($userId, $dataSourceId, $datasetId, $optParams = array())
* or equal to the dataset end time and whose end time is greater than or equal
* to the dataset start time. (datasets.get)
*
- * @param string $userId
- * Retrieve a dataset for the person identified. Use me to indicate the authenticated user. Only me
- * is supported at this time.
- * @param string $dataSourceId
- * The data stream ID of the data source that created the dataset.
- * @param string $datasetId
- * Dataset identifier that is a composite of the minimum data point start time and maximum data
- * point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-
- * endTime" where startTime and endTime are 64 bit integers.
+ * @param string $userId Retrieve a dataset for the person identified. Use me to
+ * indicate the authenticated user. Only me is supported at this time.
+ * @param string $dataSourceId The data stream ID of the data source that
+ * created the dataset.
+ * @param string $datasetId Dataset identifier that is a composite of the
+ * minimum data point start time and maximum data point end time represented as
+ * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime"
+ * where startTime and endTime are 64 bit integers.
* @param array $optParams Optional parameters.
* @return Google_Service_Fitness_Dataset
*/
@@ -503,27 +502,27 @@ public function get($userId, $dataSourceId, $datasetId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Fitness_Dataset");
}
+
/**
* Adds data points to a dataset. The dataset need not be previously created.
* All points within the given dataset will be returned with subsquent calls to
* retrieve this dataset. Data points can belong to more than one dataset. This
* method does not use patch semantics. (datasets.patch)
*
- * @param string $userId
- * Patch a dataset for the person identified. Use me to indicate the authenticated user. Only me is
- * supported at this time.
- * @param string $dataSourceId
- * The data stream ID of the data source that created the dataset.
- * @param string $datasetId
- * Dataset identifier that is a composite of the minimum data point start time and maximum data
- * point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-
- * endTime" where startTime and endTime are 64 bit integers.
+ * @param string $userId Patch a dataset for the person identified. Use me to
+ * indicate the authenticated user. Only me is supported at this time.
+ * @param string $dataSourceId The data stream ID of the data source that
+ * created the dataset.
+ * @param string $datasetId Dataset identifier that is a composite of the
+ * minimum data point start time and maximum data point end time represented as
+ * nanoseconds from the epoch. The ID is formatted like: "startTime-endTime"
+ * where startTime and endTime are 64 bit integers.
* @param Google_Dataset $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string currentTimeMillis
- * The client's current time in milliseconds since epoch. Note that the minStartTimeNs and
- * maxEndTimeNs properties in the request body are in nanoseconds instead of milliseconds.
+ * @opt_param string currentTimeMillis The client's current time in milliseconds
+ * since epoch. Note that the minStartTimeNs and maxEndTimeNs properties in the
+ * request body are in nanoseconds instead of milliseconds.
* @return Google_Service_Fitness_Dataset
*/
public function patch($userId, $dataSourceId, $datasetId, Google_Service_Fitness_Dataset $postBody, $optParams = array())
@@ -547,15 +546,13 @@ class Google_Service_Fitness_UsersSessions_Resource extends Google_Service_Resou
/**
* Deletes a session specified by the given session ID. (sessions.delete)
*
- * @param string $userId
- * Delete a session for the person identified. Use me to indicate the authenticated user. Only me
- * is supported at this time.
- * @param string $sessionId
- * The ID of the session to be deleted.
+ * @param string $userId Delete a session for the person identified. Use me to
+ * indicate the authenticated user. Only me is supported at this time.
+ * @param string $sessionId The ID of the session to be deleted.
* @param array $optParams Optional parameters.
*
- * @opt_param string currentTimeMillis
- * The client's current time in milliseconds since epoch.
+ * @opt_param string currentTimeMillis The client's current time in milliseconds
+ * since epoch.
*/
public function delete($userId, $sessionId, $optParams = array())
{
@@ -563,26 +560,24 @@ public function delete($userId, $sessionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Lists sessions previously created. (sessions.listUsersSessions)
*
- * @param string $userId
- * List sessions for the person identified. Use me to indicate the authenticated user. Only me is
- * supported at this time.
+ * @param string $userId List sessions for the person identified. Use me to
+ * indicate the authenticated user. Only me is supported at this time.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, which is used to page through large result sets. To get the next page of
- * results, set this parameter to the value of nextPageToken from the previous response.
- * @opt_param string endTime
- * An RFC3339 timestamp. Only sessions ending between the start and end times will be included in
- * the response.
- * @opt_param bool includeDeleted
- * If true, deleted sessions will be returned. When set to true, sessions returned in this response
- * will only have an ID and will not have any other fields.
- * @opt_param string startTime
- * An RFC3339 timestamp. Only sessions ending between the start and end times will be included in
- * the response.
+ * @opt_param string pageToken The continuation token, which is used to page
+ * through large result sets. To get the next page of results, set this
+ * parameter to the value of nextPageToken from the previous response.
+ * @opt_param string endTime An RFC3339 timestamp. Only sessions ending between
+ * the start and end times will be included in the response.
+ * @opt_param bool includeDeleted If true, deleted sessions will be returned.
+ * When set to true, sessions returned in this response will only have an ID and
+ * will not have any other fields.
+ * @opt_param string startTime An RFC3339 timestamp. Only sessions ending
+ * between the start and end times will be included in the response.
* @return Google_Service_Fitness_ListSessionsResponse
*/
public function listUsersSessions($userId, $optParams = array())
@@ -591,19 +586,18 @@ public function listUsersSessions($userId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Fitness_ListSessionsResponse");
}
+
/**
* Updates or insert a given session. (sessions.update)
*
- * @param string $userId
- * Create sessions for the person identified. Use me to indicate the authenticated user. Only me is
- * supported at this time.
- * @param string $sessionId
- * The ID of the session to be created.
+ * @param string $userId Create sessions for the person identified. Use me to
+ * indicate the authenticated user. Only me is supported at this time.
+ * @param string $sessionId The ID of the session to be created.
* @param Google_Session $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string currentTimeMillis
- * The client's current time in milliseconds since epoch.
+ * @opt_param string currentTimeMillis The client's current time in milliseconds
+ * since epoch.
* @return Google_Service_Fitness_Session
*/
public function update($userId, $sessionId, Google_Service_Fitness_Session $postBody, $optParams = array())
@@ -626,11 +620,11 @@ class Google_Service_Fitness_Application extends Google_Model
public $packageName;
public $version;
+
public function setDetailsUrl($detailsUrl)
{
$this->detailsUrl = $detailsUrl;
}
-
public function getDetailsUrl()
{
return $this->detailsUrl;
@@ -639,7 +633,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -648,7 +641,6 @@ public function setPackageName($packageName)
{
$this->packageName = $packageName;
}
-
public function getPackageName()
{
return $this->packageName;
@@ -657,12 +649,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Fitness_DataPoint extends Google_Collection
@@ -680,11 +670,11 @@ class Google_Service_Fitness_DataPoint extends Google_Collection
protected $valueType = 'Google_Service_Fitness_Value';
protected $valueDataType = 'array';
+
public function setComputationTimeMillis($computationTimeMillis)
{
$this->computationTimeMillis = $computationTimeMillis;
}
-
public function getComputationTimeMillis()
{
return $this->computationTimeMillis;
@@ -693,7 +683,6 @@ public function setDataTypeName($dataTypeName)
{
$this->dataTypeName = $dataTypeName;
}
-
public function getDataTypeName()
{
return $this->dataTypeName;
@@ -702,7 +691,6 @@ public function setEndTimeNanos($endTimeNanos)
{
$this->endTimeNanos = $endTimeNanos;
}
-
public function getEndTimeNanos()
{
return $this->endTimeNanos;
@@ -711,7 +699,6 @@ public function setModifiedTimeMillis($modifiedTimeMillis)
{
$this->modifiedTimeMillis = $modifiedTimeMillis;
}
-
public function getModifiedTimeMillis()
{
return $this->modifiedTimeMillis;
@@ -720,7 +707,6 @@ public function setOriginDataSourceId($originDataSourceId)
{
$this->originDataSourceId = $originDataSourceId;
}
-
public function getOriginDataSourceId()
{
return $this->originDataSourceId;
@@ -729,7 +715,6 @@ public function setRawTimestampNanos($rawTimestampNanos)
{
$this->rawTimestampNanos = $rawTimestampNanos;
}
-
public function getRawTimestampNanos()
{
return $this->rawTimestampNanos;
@@ -738,7 +723,6 @@ public function setStartTimeNanos($startTimeNanos)
{
$this->startTimeNanos = $startTimeNanos;
}
-
public function getStartTimeNanos()
{
return $this->startTimeNanos;
@@ -747,12 +731,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Fitness_DataSource extends Google_Model
@@ -770,11 +752,11 @@ class Google_Service_Fitness_DataSource extends Google_Model
public $name;
public $type;
+
public function setApplication(Google_Service_Fitness_Application $application)
{
$this->application = $application;
}
-
public function getApplication()
{
return $this->application;
@@ -783,7 +765,6 @@ public function setDataStreamId($dataStreamId)
{
$this->dataStreamId = $dataStreamId;
}
-
public function getDataStreamId()
{
return $this->dataStreamId;
@@ -792,7 +773,6 @@ public function setDataStreamName($dataStreamName)
{
$this->dataStreamName = $dataStreamName;
}
-
public function getDataStreamName()
{
return $this->dataStreamName;
@@ -801,7 +781,6 @@ public function setDataType(Google_Service_Fitness_DataType $dataType)
{
$this->dataType = $dataType;
}
-
public function getDataType()
{
return $this->dataType;
@@ -810,7 +789,6 @@ public function setDevice(Google_Service_Fitness_Device $device)
{
$this->device = $device;
}
-
public function getDevice()
{
return $this->device;
@@ -819,7 +797,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -828,12 +805,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Fitness_DataType extends Google_Collection
@@ -845,11 +820,11 @@ class Google_Service_Fitness_DataType extends Google_Collection
protected $fieldDataType = 'array';
public $name;
+
public function setField($field)
{
$this->field = $field;
}
-
public function getField()
{
return $this->field;
@@ -858,12 +833,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Fitness_DataTypeField extends Google_Model
@@ -873,11 +846,11 @@ class Google_Service_Fitness_DataTypeField extends Google_Model
public $format;
public $name;
+
public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
@@ -886,12 +859,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_Fitness_Dataset extends Google_Collection
@@ -905,11 +876,11 @@ class Google_Service_Fitness_Dataset extends Google_Collection
protected $pointType = 'Google_Service_Fitness_DataPoint';
protected $pointDataType = 'array';
+
public function setDataSourceId($dataSourceId)
{
$this->dataSourceId = $dataSourceId;
}
-
public function getDataSourceId()
{
return $this->dataSourceId;
@@ -918,7 +889,6 @@ public function setMaxEndTimeNs($maxEndTimeNs)
{
$this->maxEndTimeNs = $maxEndTimeNs;
}
-
public function getMaxEndTimeNs()
{
return $this->maxEndTimeNs;
@@ -927,7 +897,6 @@ public function setMinStartTimeNs($minStartTimeNs)
{
$this->minStartTimeNs = $minStartTimeNs;
}
-
public function getMinStartTimeNs()
{
return $this->minStartTimeNs;
@@ -936,12 +905,10 @@ public function setPoint($point)
{
$this->point = $point;
}
-
public function getPoint()
{
return $this->point;
}
-
}
class Google_Service_Fitness_Device extends Google_Model
@@ -954,11 +921,11 @@ class Google_Service_Fitness_Device extends Google_Model
public $uid;
public $version;
+
public function setManufacturer($manufacturer)
{
$this->manufacturer = $manufacturer;
}
-
public function getManufacturer()
{
return $this->manufacturer;
@@ -967,7 +934,6 @@ public function setModel($model)
{
$this->model = $model;
}
-
public function getModel()
{
return $this->model;
@@ -976,7 +942,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -985,7 +950,6 @@ public function setUid($uid)
{
$this->uid = $uid;
}
-
public function getUid()
{
return $this->uid;
@@ -994,12 +958,10 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Fitness_ListDataSourcesResponse extends Google_Collection
@@ -1010,16 +972,15 @@ class Google_Service_Fitness_ListDataSourcesResponse extends Google_Collection
protected $dataSourceType = 'Google_Service_Fitness_DataSource';
protected $dataSourceDataType = 'array';
+
public function setDataSource($dataSource)
{
$this->dataSource = $dataSource;
}
-
public function getDataSource()
{
return $this->dataSource;
}
-
}
class Google_Service_Fitness_ListSessionsResponse extends Google_Collection
@@ -1033,11 +994,11 @@ class Google_Service_Fitness_ListSessionsResponse extends Google_Collection
protected $sessionType = 'Google_Service_Fitness_Session';
protected $sessionDataType = 'array';
+
public function setDeletedSession($deletedSession)
{
$this->deletedSession = $deletedSession;
}
-
public function getDeletedSession()
{
return $this->deletedSession;
@@ -1046,7 +1007,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1055,12 +1015,10 @@ public function setSession($session)
{
$this->session = $session;
}
-
public function getSession()
{
return $this->session;
}
-
}
class Google_Service_Fitness_Session extends Google_Model
@@ -1077,11 +1035,11 @@ class Google_Service_Fitness_Session extends Google_Model
public $name;
public $startTimeMillis;
+
public function setActivityType($activityType)
{
$this->activityType = $activityType;
}
-
public function getActivityType()
{
return $this->activityType;
@@ -1090,7 +1048,6 @@ public function setApplication(Google_Service_Fitness_Application $application)
{
$this->application = $application;
}
-
public function getApplication()
{
return $this->application;
@@ -1099,7 +1056,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -1108,7 +1064,6 @@ public function setEndTimeMillis($endTimeMillis)
{
$this->endTimeMillis = $endTimeMillis;
}
-
public function getEndTimeMillis()
{
return $this->endTimeMillis;
@@ -1117,7 +1072,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1126,7 +1080,6 @@ public function setModifiedTimeMillis($modifiedTimeMillis)
{
$this->modifiedTimeMillis = $modifiedTimeMillis;
}
-
public function getModifiedTimeMillis()
{
return $this->modifiedTimeMillis;
@@ -1135,7 +1088,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1144,12 +1096,10 @@ public function setStartTimeMillis($startTimeMillis)
{
$this->startTimeMillis = $startTimeMillis;
}
-
public function getStartTimeMillis()
{
return $this->startTimeMillis;
}
-
}
class Google_Service_Fitness_Value extends Google_Model
@@ -1159,11 +1109,11 @@ class Google_Service_Fitness_Value extends Google_Model
public $fpVal;
public $intVal;
+
public function setFpVal($fpVal)
{
$this->fpVal = $fpVal;
}
-
public function getFpVal()
{
return $this->fpVal;
@@ -1172,10 +1122,8 @@ public function setIntVal($intVal)
{
$this->intVal = $intVal;
}
-
public function getIntVal()
{
return $this->intVal;
}
-
}
From a2c5494dff911a8eb61a4562811fb7bebe9eaa0f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you analyze the performance of a web page and get tailored suggestions to make that page faster.
- *
* For more information about this service, see the API
@@ -109,20 +109,17 @@ class Google_Service_Pagespeedonline_Pagespeedapi_Resource extends Google_Servic
* Speed score, a list of suggestions to make that page faster, and other
* information. (pagespeedapi.runpagespeed)
*
- * @param string $url
- * The URL to fetch and analyze
+ * @param string $url The URL to fetch and analyze
* @param array $optParams Optional parameters.
*
- * @opt_param bool screenshot
- * Indicates if binary data containing a screenshot should be included
- * @opt_param string locale
- * The locale used to localize formatted results
- * @opt_param string rule
- * A Page Speed rule to run; if none are given, all rules are run
- * @opt_param string strategy
- * The analysis strategy to use
- * @opt_param bool filter_third_party_resources
- * Indicates if third party resources should be filtered out before PageSpeed analysis.
+ * @opt_param bool screenshot Indicates if binary data containing a screenshot
+ * should be included
+ * @opt_param string locale The locale used to localize formatted results
+ * @opt_param string rule A Page Speed rule to run; if none are given, all rules
+ * are run
+ * @opt_param string strategy The analysis strategy to use
+ * @opt_param bool filter_third_party_resources Indicates if third party
+ * resources should be filtered out before PageSpeed analysis.
* @return Google_Service_Pagespeedonline_Result
*/
public function runpagespeed($url, $optParams = array())
@@ -156,11 +153,11 @@ class Google_Service_Pagespeedonline_Result extends Google_Collection
protected $versionType = 'Google_Service_Pagespeedonline_ResultVersion';
protected $versionDataType = '';
+
public function setFormattedResults(Google_Service_Pagespeedonline_ResultFormattedResults $formattedResults)
{
$this->formattedResults = $formattedResults;
}
-
public function getFormattedResults()
{
return $this->formattedResults;
@@ -169,7 +166,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -178,7 +174,6 @@ public function setInvalidRules($invalidRules)
{
$this->invalidRules = $invalidRules;
}
-
public function getInvalidRules()
{
return $this->invalidRules;
@@ -187,7 +182,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -196,7 +190,6 @@ public function setPageStats(Google_Service_Pagespeedonline_ResultPageStats $pag
{
$this->pageStats = $pageStats;
}
-
public function getPageStats()
{
return $this->pageStats;
@@ -205,7 +198,6 @@ public function setResponseCode($responseCode)
{
$this->responseCode = $responseCode;
}
-
public function getResponseCode()
{
return $this->responseCode;
@@ -214,7 +206,6 @@ public function setScore($score)
{
$this->score = $score;
}
-
public function getScore()
{
return $this->score;
@@ -223,7 +214,6 @@ public function setScreenshot(Google_Service_Pagespeedonline_ResultScreenshot $s
{
$this->screenshot = $screenshot;
}
-
public function getScreenshot()
{
return $this->screenshot;
@@ -232,7 +222,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -241,12 +230,10 @@ public function setVersion(Google_Service_Pagespeedonline_ResultVersion $version
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResults extends Google_Model
@@ -257,11 +244,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResults extends Google_Model
protected $ruleResultsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement';
protected $ruleResultsDataType = 'map';
+
public function setLocale($locale)
{
$this->locale = $locale;
}
-
public function getLocale()
{
return $this->locale;
@@ -270,20 +257,14 @@ public function setRuleResults($ruleResults)
{
$this->ruleResults = $ruleResults;
}
-
public function getRuleResults()
{
return $this->ruleResults;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResults extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement extends Google_Collection
@@ -296,11 +277,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement ex
protected $urlBlocksType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks';
protected $urlBlocksDataType = 'array';
+
public function setLocalizedRuleName($localizedRuleName)
{
$this->localizedRuleName = $localizedRuleName;
}
-
public function getLocalizedRuleName()
{
return $this->localizedRuleName;
@@ -309,7 +290,6 @@ public function setRuleImpact($ruleImpact)
{
$this->ruleImpact = $ruleImpact;
}
-
public function getRuleImpact()
{
return $this->ruleImpact;
@@ -318,12 +298,10 @@ public function setUrlBlocks($urlBlocks)
{
$this->urlBlocks = $urlBlocks;
}
-
public function getUrlBlocks()
{
return $this->urlBlocks;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks extends Google_Collection
@@ -336,11 +314,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
protected $urlsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls';
protected $urlsDataType = 'array';
+
public function setHeader(Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader $header)
{
$this->header = $header;
}
-
public function getHeader()
{
return $this->header;
@@ -349,12 +327,10 @@ public function setUrls($urls)
{
$this->urls = $urls;
}
-
public function getUrls()
{
return $this->urls;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader extends Google_Collection
@@ -366,11 +342,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
protected $argsDataType = 'array';
public $format;
+
public function setArgs($args)
{
$this->args = $args;
}
-
public function getArgs()
{
return $this->args;
@@ -379,12 +355,10 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs extends Google_Model
@@ -394,11 +368,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
public $type;
public $value;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -407,12 +381,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls extends Google_Collection
@@ -425,11 +397,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
protected $resultType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult';
protected $resultDataType = '';
+
public function setDetails($details)
{
$this->details = $details;
}
-
public function getDetails()
{
return $this->details;
@@ -438,12 +410,10 @@ public function setResult(Google_Service_Pagespeedonline_ResultFormattedResultsR
{
$this->result = $result;
}
-
public function getResult()
{
return $this->result;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails extends Google_Collection
@@ -455,11 +425,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
protected $argsDataType = 'array';
public $format;
+
public function setArgs($args)
{
$this->args = $args;
}
-
public function getArgs()
{
return $this->args;
@@ -468,12 +438,10 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetailsArgs extends Google_Model
@@ -483,11 +451,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
public $type;
public $value;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -496,12 +464,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult extends Google_Collection
@@ -513,11 +479,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
protected $argsDataType = 'array';
public $format;
+
public function setArgs($args)
{
$this->args = $args;
}
-
public function getArgs()
{
return $this->args;
@@ -526,12 +492,10 @@ public function setFormat($format)
{
$this->format = $format;
}
-
public function getFormat()
{
return $this->format;
}
-
}
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResultArgs extends Google_Model
@@ -541,11 +505,11 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
public $type;
public $value;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -554,12 +518,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Pagespeedonline_ResultPageStats extends Google_Model
@@ -580,11 +542,11 @@ class Google_Service_Pagespeedonline_ResultPageStats extends Google_Model
public $textResponseBytes;
public $totalRequestBytes;
+
public function setCssResponseBytes($cssResponseBytes)
{
$this->cssResponseBytes = $cssResponseBytes;
}
-
public function getCssResponseBytes()
{
return $this->cssResponseBytes;
@@ -593,7 +555,6 @@ public function setFlashResponseBytes($flashResponseBytes)
{
$this->flashResponseBytes = $flashResponseBytes;
}
-
public function getFlashResponseBytes()
{
return $this->flashResponseBytes;
@@ -602,7 +563,6 @@ public function setHtmlResponseBytes($htmlResponseBytes)
{
$this->htmlResponseBytes = $htmlResponseBytes;
}
-
public function getHtmlResponseBytes()
{
return $this->htmlResponseBytes;
@@ -611,7 +571,6 @@ public function setImageResponseBytes($imageResponseBytes)
{
$this->imageResponseBytes = $imageResponseBytes;
}
-
public function getImageResponseBytes()
{
return $this->imageResponseBytes;
@@ -620,7 +579,6 @@ public function setJavascriptResponseBytes($javascriptResponseBytes)
{
$this->javascriptResponseBytes = $javascriptResponseBytes;
}
-
public function getJavascriptResponseBytes()
{
return $this->javascriptResponseBytes;
@@ -629,7 +587,6 @@ public function setNumberCssResources($numberCssResources)
{
$this->numberCssResources = $numberCssResources;
}
-
public function getNumberCssResources()
{
return $this->numberCssResources;
@@ -638,7 +595,6 @@ public function setNumberHosts($numberHosts)
{
$this->numberHosts = $numberHosts;
}
-
public function getNumberHosts()
{
return $this->numberHosts;
@@ -647,7 +603,6 @@ public function setNumberJsResources($numberJsResources)
{
$this->numberJsResources = $numberJsResources;
}
-
public function getNumberJsResources()
{
return $this->numberJsResources;
@@ -656,7 +611,6 @@ public function setNumberResources($numberResources)
{
$this->numberResources = $numberResources;
}
-
public function getNumberResources()
{
return $this->numberResources;
@@ -665,7 +619,6 @@ public function setNumberStaticResources($numberStaticResources)
{
$this->numberStaticResources = $numberStaticResources;
}
-
public function getNumberStaticResources()
{
return $this->numberStaticResources;
@@ -674,7 +627,6 @@ public function setOtherResponseBytes($otherResponseBytes)
{
$this->otherResponseBytes = $otherResponseBytes;
}
-
public function getOtherResponseBytes()
{
return $this->otherResponseBytes;
@@ -683,7 +635,6 @@ public function setTextResponseBytes($textResponseBytes)
{
$this->textResponseBytes = $textResponseBytes;
}
-
public function getTextResponseBytes()
{
return $this->textResponseBytes;
@@ -692,12 +643,10 @@ public function setTotalRequestBytes($totalRequestBytes)
{
$this->totalRequestBytes = $totalRequestBytes;
}
-
public function getTotalRequestBytes()
{
return $this->totalRequestBytes;
}
-
}
class Google_Service_Pagespeedonline_ResultScreenshot extends Google_Model
@@ -710,11 +659,11 @@ class Google_Service_Pagespeedonline_ResultScreenshot extends Google_Model
public $mimeType;
public $width;
+
public function setData($data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -723,7 +672,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -732,7 +680,6 @@ public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
-
public function getMimeType()
{
return $this->mimeType;
@@ -741,12 +688,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Pagespeedonline_ResultVersion extends Google_Model
@@ -756,11 +701,11 @@ class Google_Service_Pagespeedonline_ResultVersion extends Google_Model
public $major;
public $minor;
+
public function setMajor($major)
{
$this->major = $major;
}
-
public function getMajor()
{
return $this->major;
@@ -769,10 +714,8 @@ public function setMinor($minor)
{
$this->minor = $minor;
}
-
public function getMinor()
{
return $this->minor;
}
-
}
From 87a4a28063ca0f716f3e10a535334ea69218d5b5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * API for accessing Google Cloud and API monitoring data.
- *
* For more information about this service, see the API
@@ -32,7 +31,8 @@
class Google_Service_CloudMonitoring extends Google_Service
{
/** View monitoring data for all of your Google Cloud and API projects. */
- const MONITORING_READONLY = "https://www.googleapis.com/auth/monitoring.readonly";
+ const MONITORING_READONLY =
+ "https://www.googleapis.com/auth/monitoring.readonly";
public $metricDescriptors;
public $timeseries;
@@ -207,21 +207,20 @@ class Google_Service_CloudMonitoring_MetricDescriptors_Resource extends Google_S
* subsequent pages of results by setting the pageToken query parameter to the
* value of the nextPageToken. (metricDescriptors.listMetricDescriptors)
*
- * @param string $project
- * The project id. The value can be the numeric project ID or string-based project name.
+ * @param string $project The project id. The value can be the numeric project
+ * ID or string-based project name.
* @param array $optParams Optional parameters.
*
- * @opt_param int count
- * Maximum number of metric descriptors per page. Used for pagination. If not specified, count =
- * 100.
- * @opt_param string pageToken
- * The pagination token, which is used to page through large result sets. Set this value to the
- * value of the nextPageToken to retrieve the next page of results.
- * @opt_param string query
- * The query used to search against existing metrics. Separate keywords with a space; the service
- * joins all keywords with AND, meaning that all keywords must match for a metric to be returned.
- * If this field is omitted, all metrics are returned. If an empty string is passed with this
- * field, no metrics are returned.
+ * @opt_param int count Maximum number of metric descriptors per page. Used for
+ * pagination. If not specified, count = 100.
+ * @opt_param string pageToken The pagination token, which is used to page
+ * through large result sets. Set this value to the value of the nextPageToken
+ * to retrieve the next page of results.
+ * @opt_param string query The query used to search against existing metrics.
+ * Separate keywords with a space; the service joins all keywords with AND,
+ * meaning that all keywords must match for a metric to be returned. If this
+ * field is omitted, all metrics are returned. If an empty string is passed with
+ * this field, no metrics are returned.
* @return Google_Service_CloudMonitoring_ListMetricDescriptorsResponse
*/
public function listMetricDescriptors($project, $optParams = array())
@@ -250,48 +249,38 @@ class Google_Service_CloudMonitoring_Timeseries_Resource extends Google_Service_
* subsequent pages of results by setting the pageToken query parameter to the
* value of the nextPageToken. (timeseries.listTimeseries)
*
- * @param string $project
- * The project ID to which this time series belongs. The value can be the numeric project ID or
- * string-based project name.
- * @param string $metric
- * Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
- * compute.googleapis.com/instance/disk/read_ops_count.
- * @param string $youngest
- * End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
+ * @param string $project The project ID to which this time series belongs. The
+ * value can be the numeric project ID or string-based project name.
+ * @param string $metric Metric names are protocol-free URLs as listed in the
+ * Supported Metrics page. For example,
+ * compute.googleapis.com/instance/disk/read_ops_count.
+ * @param string $youngest End of the time interval (inclusive), which is
+ * expressed as an RFC 3339 timestamp.
* @param array $optParams Optional parameters.
*
- * @opt_param int count
- * Maximum number of data points per page, which is used for pagination of results.
- * @opt_param string timespan
- * Length of the time interval to query, which is an alternative way to declare the interval:
- * (youngest - timespan, youngest]. The timespan and oldest parameters should not be used together.
- * Units:
- - s: second
- - m: minute
- - h: hour
- - d: day
- - w: week Examples: 2s, 3m, 4w. Only
- * one unit is allowed, for example: 2w3d is not allowed; you should use 17d instead.
- If neither
- * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
- * youngest].
- * @opt_param string labels
- * A collection of labels for the matching time series, which are represented as:
- - key==value:
- * key equals the value
- - key=~value: key regex matches the value
- - key!=value: key does not
- * equal the value
- - key!~value: key regex does not match the value For example, to list all of
- * the time series descriptors for the region us-central1, you could specify:
- * label=cloud.googleapis.com%2Flocation=~us-central1.*
- * @opt_param string pageToken
- * The pagination token, which is used to page through large result sets. Set this value to the
- * value of the nextPageToken to retrieve the next page of results.
- * @opt_param string oldest
- * Start of the time interval (exclusive), which is expressed as an RFC 3339 timestamp. If neither
- * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
- * youngest]
+ * @opt_param int count Maximum number of data points per page, which is used
+ * for pagination of results.
+ * @opt_param string timespan Length of the time interval to query, which is an
+ * alternative way to declare the interval: (youngest - timespan, youngest]. The
+ * timespan and oldest parameters should not be used together. Units: - s:
+ * second - m: minute - h: hour - d: day - w: week Examples: 2s, 3m, 4w.
+ * Only one unit is allowed, for example: 2w3d is not allowed; you should use
+ * 17d instead.
+ *
+ * If neither oldest nor timespan is specified, the default time interval will
+ * be (youngest - 4 hours, youngest].
+ * @opt_param string labels A collection of labels for the matching time series,
+ * which are represented as: - key==value: key equals the value - key=~value:
+ * key regex matches the value - key!=value: key does not equal the value -
+ * key!~value: key regex does not match the value For example, to list all of
+ * the time series descriptors for the region us-central1, you could specify:
+ * label=cloud.googleapis.com%2Flocation=~us-central1.*
+ * @opt_param string pageToken The pagination token, which is used to page
+ * through large result sets. Set this value to the value of the nextPageToken
+ * to retrieve the next page of results.
+ * @opt_param string oldest Start of the time interval (exclusive), which is
+ * expressed as an RFC 3339 timestamp. If neither oldest nor timespan is
+ * specified, the default time interval will be (youngest - 4 hours, youngest]
* @return Google_Service_CloudMonitoring_ListTimeseriesResponse
*/
public function listTimeseries($project, $metric, $youngest, $optParams = array())
@@ -320,49 +309,38 @@ class Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource extends Goog
* subsequent pages of results by setting the pageToken query parameter to the
* value of the nextPageToken. (timeseriesDescriptors.listTimeseriesDescriptors)
*
- * @param string $project
- * The project ID to which this time series belongs. The value can be the numeric project ID or
- * string-based project name.
- * @param string $metric
- * Metric names are protocol-free URLs as listed in the Supported Metrics page. For example,
- * compute.googleapis.com/instance/disk/read_ops_count.
- * @param string $youngest
- * End of the time interval (inclusive), which is expressed as an RFC 3339 timestamp.
+ * @param string $project The project ID to which this time series belongs. The
+ * value can be the numeric project ID or string-based project name.
+ * @param string $metric Metric names are protocol-free URLs as listed in the
+ * Supported Metrics page. For example,
+ * compute.googleapis.com/instance/disk/read_ops_count.
+ * @param string $youngest End of the time interval (inclusive), which is
+ * expressed as an RFC 3339 timestamp.
* @param array $optParams Optional parameters.
*
- * @opt_param int count
- * Maximum number of time series descriptors per page. Used for pagination. If not specified, count
- * = 100.
- * @opt_param string timespan
- * Length of the time interval to query, which is an alternative way to declare the interval:
- * (youngest - timespan, youngest]. The timespan and oldest parameters should not be used together.
- * Units:
- - s: second
- - m: minute
- - h: hour
- - d: day
- - w: week Examples: 2s, 3m, 4w. Only
- * one unit is allowed, for example: 2w3d is not allowed; you should use 17d instead.
- If neither
- * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
- * youngest].
- * @opt_param string labels
- * A collection of labels for the matching time series, which are represented as:
- - key==value:
- * key equals the value
- - key=~value: key regex matches the value
- - key!=value: key does not
- * equal the value
- - key!~value: key regex does not match the value For example, to list all of
- * the time series descriptors for the region us-central1, you could specify:
- * label=cloud.googleapis.com%2Flocation=~us-central1.*
- * @opt_param string pageToken
- * The pagination token, which is used to page through large result sets. Set this value to the
- * value of the nextPageToken to retrieve the next page of results.
- * @opt_param string oldest
- * Start of the time interval (exclusive), which is expressed as an RFC 3339 timestamp. If neither
- * oldest nor timespan is specified, the default time interval will be (youngest - 4 hours,
- * youngest]
+ * @opt_param int count Maximum number of time series descriptors per page. Used
+ * for pagination. If not specified, count = 100.
+ * @opt_param string timespan Length of the time interval to query, which is an
+ * alternative way to declare the interval: (youngest - timespan, youngest]. The
+ * timespan and oldest parameters should not be used together. Units: - s:
+ * second - m: minute - h: hour - d: day - w: week Examples: 2s, 3m, 4w.
+ * Only one unit is allowed, for example: 2w3d is not allowed; you should use
+ * 17d instead.
+ *
+ * If neither oldest nor timespan is specified, the default time interval will
+ * be (youngest - 4 hours, youngest].
+ * @opt_param string labels A collection of labels for the matching time series,
+ * which are represented as: - key==value: key equals the value - key=~value:
+ * key regex matches the value - key!=value: key does not equal the value -
+ * key!~value: key regex does not match the value For example, to list all of
+ * the time series descriptors for the region us-central1, you could specify:
+ * label=cloud.googleapis.com%2Flocation=~us-central1.*
+ * @opt_param string pageToken The pagination token, which is used to page
+ * through large result sets. Set this value to the value of the nextPageToken
+ * to retrieve the next page of results.
+ * @opt_param string oldest Start of the time interval (exclusive), which is
+ * expressed as an RFC 3339 timestamp. If neither oldest nor timespan is
+ * specified, the default time interval will be (youngest - 4 hours, youngest]
* @return Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse
*/
public function listTimeseriesDescriptors($project, $metric, $youngest, $optParams = array())
@@ -382,16 +360,15 @@ class Google_Service_CloudMonitoring_ListMetricDescriptorsRequest extends Google
);
public $kind;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_CloudMonitoring_ListMetricDescriptorsResponse extends Google_Collection
@@ -404,11 +381,11 @@ class Google_Service_CloudMonitoring_ListMetricDescriptorsResponse extends Googl
protected $metricsDataType = 'array';
public $nextPageToken;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -417,7 +394,6 @@ public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
-
public function getMetrics()
{
return $this->metrics;
@@ -426,12 +402,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsRequest extends Google_Model
@@ -440,16 +414,15 @@ class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsRequest extends Go
);
public $kind;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
@@ -464,11 +437,11 @@ class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse extends G
protected $timeseriesDataType = 'array';
public $youngest;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -477,7 +450,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -486,7 +458,6 @@ public function setOldest($oldest)
{
$this->oldest = $oldest;
}
-
public function getOldest()
{
return $this->oldest;
@@ -495,7 +466,6 @@ public function setTimeseries($timeseries)
{
$this->timeseries = $timeseries;
}
-
public function getTimeseries()
{
return $this->timeseries;
@@ -504,12 +474,10 @@ public function setYoungest($youngest)
{
$this->youngest = $youngest;
}
-
public function getYoungest()
{
return $this->youngest;
}
-
}
class Google_Service_CloudMonitoring_ListTimeseriesRequest extends Google_Model
@@ -518,16 +486,15 @@ class Google_Service_CloudMonitoring_ListTimeseriesRequest extends Google_Model
);
public $kind;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_CloudMonitoring_ListTimeseriesResponse extends Google_Collection
@@ -542,11 +509,11 @@ class Google_Service_CloudMonitoring_ListTimeseriesResponse extends Google_Colle
protected $timeseriesDataType = 'array';
public $youngest;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -555,7 +522,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -564,7 +530,6 @@ public function setOldest($oldest)
{
$this->oldest = $oldest;
}
-
public function getOldest()
{
return $this->oldest;
@@ -573,7 +538,6 @@ public function setTimeseries($timeseries)
{
$this->timeseries = $timeseries;
}
-
public function getTimeseries()
{
return $this->timeseries;
@@ -582,12 +546,10 @@ public function setYoungest($youngest)
{
$this->youngest = $youngest;
}
-
public function getYoungest()
{
return $this->youngest;
}
-
}
class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection
@@ -603,11 +565,11 @@ class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection
protected $typeDescriptorType = 'Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor';
protected $typeDescriptorDataType = '';
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -616,7 +578,6 @@ public function setLabels($labels)
{
$this->labels = $labels;
}
-
public function getLabels()
{
return $this->labels;
@@ -625,7 +586,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -634,7 +594,6 @@ public function setProject($project)
{
$this->project = $project;
}
-
public function getProject()
{
return $this->project;
@@ -643,12 +602,10 @@ public function setTypeDescriptor(Google_Service_CloudMonitoring_MetricDescripto
{
$this->typeDescriptor = $typeDescriptor;
}
-
public function getTypeDescriptor()
{
return $this->typeDescriptor;
}
-
}
class Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor extends Google_Model
@@ -658,11 +615,11 @@ class Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor extends Goo
public $description;
public $key;
+
public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -671,12 +628,10 @@ public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
}
-
}
class Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor extends Google_Model
@@ -686,11 +641,11 @@ class Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor extends Goog
public $metricType;
public $valueType;
+
public function setMetricType($metricType)
{
$this->metricType = $metricType;
}
-
public function getMetricType()
{
return $this->metricType;
@@ -699,12 +654,10 @@ public function setValueType($valueType)
{
$this->valueType = $valueType;
}
-
public function getValueType()
{
return $this->valueType;
}
-
}
class Google_Service_CloudMonitoring_Point extends Google_Model
@@ -720,11 +673,11 @@ class Google_Service_CloudMonitoring_Point extends Google_Model
public $start;
public $stringValue;
+
public function setBoolValue($boolValue)
{
$this->boolValue = $boolValue;
}
-
public function getBoolValue()
{
return $this->boolValue;
@@ -733,7 +686,6 @@ public function setDistributionValue(Google_Service_CloudMonitoring_PointDistrib
{
$this->distributionValue = $distributionValue;
}
-
public function getDistributionValue()
{
return $this->distributionValue;
@@ -742,7 +694,6 @@ public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
}
-
public function getDoubleValue()
{
return $this->doubleValue;
@@ -751,7 +702,6 @@ public function setEnd($end)
{
$this->end = $end;
}
-
public function getEnd()
{
return $this->end;
@@ -760,7 +710,6 @@ public function setInt64Value($int64Value)
{
$this->int64Value = $int64Value;
}
-
public function getInt64Value()
{
return $this->int64Value;
@@ -769,7 +718,6 @@ public function setStart($start)
{
$this->start = $start;
}
-
public function getStart()
{
return $this->start;
@@ -778,12 +726,10 @@ public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
}
-
public function getStringValue()
{
return $this->stringValue;
}
-
}
class Google_Service_CloudMonitoring_PointDistribution extends Google_Collection
@@ -798,11 +744,11 @@ class Google_Service_CloudMonitoring_PointDistribution extends Google_Collection
protected $underflowBucketType = 'Google_Service_CloudMonitoring_PointDistributionUnderflowBucket';
protected $underflowBucketDataType = '';
+
public function setBuckets($buckets)
{
$this->buckets = $buckets;
}
-
public function getBuckets()
{
return $this->buckets;
@@ -811,7 +757,6 @@ public function setOverflowBucket(Google_Service_CloudMonitoring_PointDistributi
{
$this->overflowBucket = $overflowBucket;
}
-
public function getOverflowBucket()
{
return $this->overflowBucket;
@@ -820,12 +765,10 @@ public function setUnderflowBucket(Google_Service_CloudMonitoring_PointDistribut
{
$this->underflowBucket = $underflowBucket;
}
-
public function getUnderflowBucket()
{
return $this->underflowBucket;
}
-
}
class Google_Service_CloudMonitoring_PointDistributionBucket extends Google_Model
@@ -836,11 +779,11 @@ class Google_Service_CloudMonitoring_PointDistributionBucket extends Google_Mode
public $lowerBound;
public $upperBound;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -849,7 +792,6 @@ public function setLowerBound($lowerBound)
{
$this->lowerBound = $lowerBound;
}
-
public function getLowerBound()
{
return $this->lowerBound;
@@ -858,12 +800,10 @@ public function setUpperBound($upperBound)
{
$this->upperBound = $upperBound;
}
-
public function getUpperBound()
{
return $this->upperBound;
}
-
}
class Google_Service_CloudMonitoring_PointDistributionOverflowBucket extends Google_Model
@@ -873,11 +813,11 @@ class Google_Service_CloudMonitoring_PointDistributionOverflowBucket extends Goo
public $count;
public $lowerBound;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -886,12 +826,10 @@ public function setLowerBound($lowerBound)
{
$this->lowerBound = $lowerBound;
}
-
public function getLowerBound()
{
return $this->lowerBound;
}
-
}
class Google_Service_CloudMonitoring_PointDistributionUnderflowBucket extends Google_Model
@@ -901,11 +839,11 @@ class Google_Service_CloudMonitoring_PointDistributionUnderflowBucket extends Go
public $count;
public $upperBound;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -914,12 +852,10 @@ public function setUpperBound($upperBound)
{
$this->upperBound = $upperBound;
}
-
public function getUpperBound()
{
return $this->upperBound;
}
-
}
class Google_Service_CloudMonitoring_Timeseries extends Google_Collection
@@ -932,11 +868,11 @@ class Google_Service_CloudMonitoring_Timeseries extends Google_Collection
protected $timeseriesDescType = 'Google_Service_CloudMonitoring_TimeseriesDescriptor';
protected $timeseriesDescDataType = '';
+
public function setPoints($points)
{
$this->points = $points;
}
-
public function getPoints()
{
return $this->points;
@@ -945,12 +881,10 @@ public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescr
{
$this->timeseriesDesc = $timeseriesDesc;
}
-
public function getTimeseriesDesc()
{
return $this->timeseriesDesc;
}
-
}
class Google_Service_CloudMonitoring_TimeseriesDescriptor extends Google_Model
@@ -961,11 +895,11 @@ class Google_Service_CloudMonitoring_TimeseriesDescriptor extends Google_Model
public $metric;
public $project;
+
public function setLabels($labels)
{
$this->labels = $labels;
}
-
public function getLabels()
{
return $this->labels;
@@ -974,7 +908,6 @@ public function setMetric($metric)
{
$this->metric = $metric;
}
-
public function getMetric()
{
return $this->metric;
@@ -983,12 +916,10 @@ public function setProject($project)
{
$this->project = $project;
}
-
public function getProject()
{
return $this->project;
}
-
}
class Google_Service_CloudMonitoring_TimeseriesDescriptorLabel extends Google_Model
@@ -998,11 +929,11 @@ class Google_Service_CloudMonitoring_TimeseriesDescriptorLabel extends Google_Mo
public $key;
public $value;
+
public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -1011,18 +942,12 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_CloudMonitoring_TimeseriesDescriptorLabels extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
From 9f5aaa6a66c68210cbe7ef79ab369ce42798210d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you view and manage jobs in a Coordinate team.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_Coordinate extends Google_Service
{
/** View and manage your Google Maps Coordinate jobs. */
- const COORDINATE = "https://www.googleapis.com/auth/coordinate";
+ const COORDINATE =
+ "https://www.googleapis.com/auth/coordinate";
/** View your Google Coordinate jobs. */
- const COORDINATE_READONLY = "https://www.googleapis.com/auth/coordinate.readonly";
+ const COORDINATE_READONLY =
+ "https://www.googleapis.com/auth/coordinate.readonly";
public $customFieldDef;
public $jobs;
@@ -449,8 +450,7 @@ class Google_Service_Coordinate_CustomFieldDef_Resource extends Google_Service_R
* Retrieves a list of custom field definitions for a team.
* (customFieldDef.listCustomFieldDef)
*
- * @param string $teamId
- * Team ID
+ * @param string $teamId Team ID
* @param array $optParams Optional parameters.
* @return Google_Service_Coordinate_CustomFieldDefListResponse
*/
@@ -476,10 +476,8 @@ class Google_Service_Coordinate_Jobs_Resource extends Google_Service_Resource
/**
* Retrieves a job, including all the changes made to the job. (jobs.get)
*
- * @param string $teamId
- * Team ID
- * @param string $jobId
- * Job number
+ * @param string $teamId Team ID
+ * @param string $jobId Job number
* @param array $optParams Optional parameters.
* @return Google_Service_Coordinate_Job
*/
@@ -489,33 +487,26 @@ public function get($teamId, $jobId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Coordinate_Job");
}
+
/**
* Inserts a new job. Only the state field of the job should be set.
* (jobs.insert)
*
- * @param string $teamId
- * Team ID
- * @param string $address
- * Job address as newline (Unix) separated string
- * @param double $lat
- * The latitude coordinate of this job's location.
- * @param double $lng
- * The longitude coordinate of this job's location.
- * @param string $title
- * Job title
+ * @param string $teamId Team ID
+ * @param string $address Job address as newline (Unix) separated string
+ * @param double $lat The latitude coordinate of this job's location.
+ * @param double $lng The longitude coordinate of this job's location.
+ * @param string $title Job title
* @param Google_Job $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string customerName
- * Customer name
- * @opt_param string note
- * Job note as newline (Unix) separated string
- * @opt_param string assignee
- * Assignee email address, or empty string to unassign.
- * @opt_param string customerPhoneNumber
- * Customer phone number
- * @opt_param string customField
- * Map from custom field id (from /team//custom_fields) to the field value. For example '123=Alice'
+ * @opt_param string customerName Customer name
+ * @opt_param string note Job note as newline (Unix) separated string
+ * @opt_param string assignee Assignee email address, or empty string to
+ * unassign.
+ * @opt_param string customerPhoneNumber Customer phone number
+ * @opt_param string customField Map from custom field id (from
+ * /team//custom_fields) to the field value. For example '123=Alice'
* @return Google_Service_Coordinate_Job
*/
public function insert($teamId, $address, $lat, $lng, $title, Google_Service_Coordinate_Job $postBody, $optParams = array())
@@ -524,19 +515,17 @@ public function insert($teamId, $address, $lat, $lng, $title, Google_Service_Coo
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Coordinate_Job");
}
+
/**
* Retrieves jobs created or modified since the given timestamp. (jobs.listJobs)
*
- * @param string $teamId
- * Team ID
+ * @param string $teamId Team ID
* @param array $optParams Optional parameters.
*
- * @opt_param string minModifiedTimestampMs
- * Minimum time a job was modified in milliseconds since epoch.
- * @opt_param string maxResults
- * Maximum number of results to return in one page.
- * @opt_param string pageToken
- * Continuation token
+ * @opt_param string minModifiedTimestampMs Minimum time a job was modified in
+ * milliseconds since epoch.
+ * @opt_param string maxResults Maximum number of results to return in one page.
+ * @opt_param string pageToken Continuation token
* @return Google_Service_Coordinate_JobListResponse
*/
public function listJobs($teamId, $optParams = array())
@@ -545,37 +534,28 @@ public function listJobs($teamId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Coordinate_JobListResponse");
}
+
/**
* Updates a job. Fields that are set in the job state will be updated. This
* method supports patch semantics. (jobs.patch)
*
- * @param string $teamId
- * Team ID
- * @param string $jobId
- * Job number
+ * @param string $teamId Team ID
+ * @param string $jobId Job number
* @param Google_Job $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string customerName
- * Customer name
- * @opt_param string title
- * Job title
- * @opt_param string note
- * Job note as newline (Unix) separated string
- * @opt_param string assignee
- * Assignee email address, or empty string to unassign.
- * @opt_param string customerPhoneNumber
- * Customer phone number
- * @opt_param string address
- * Job address as newline (Unix) separated string
- * @opt_param double lat
- * The latitude coordinate of this job's location.
- * @opt_param string progress
- * Job progress
- * @opt_param double lng
- * The longitude coordinate of this job's location.
- * @opt_param string customField
- * Map from custom field id (from /team//custom_fields) to the field value. For example '123=Alice'
+ * @opt_param string customerName Customer name
+ * @opt_param string title Job title
+ * @opt_param string note Job note as newline (Unix) separated string
+ * @opt_param string assignee Assignee email address, or empty string to
+ * unassign.
+ * @opt_param string customerPhoneNumber Customer phone number
+ * @opt_param string address Job address as newline (Unix) separated string
+ * @opt_param double lat The latitude coordinate of this job's location.
+ * @opt_param string progress Job progress
+ * @opt_param double lng The longitude coordinate of this job's location.
+ * @opt_param string customField Map from custom field id (from
+ * /team//custom_fields) to the field value. For example '123=Alice'
* @return Google_Service_Coordinate_Job
*/
public function patch($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array())
@@ -584,37 +564,28 @@ public function patch($teamId, $jobId, Google_Service_Coordinate_Job $postBody,
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Coordinate_Job");
}
+
/**
* Updates a job. Fields that are set in the job state will be updated.
* (jobs.update)
*
- * @param string $teamId
- * Team ID
- * @param string $jobId
- * Job number
+ * @param string $teamId Team ID
+ * @param string $jobId Job number
* @param Google_Job $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string customerName
- * Customer name
- * @opt_param string title
- * Job title
- * @opt_param string note
- * Job note as newline (Unix) separated string
- * @opt_param string assignee
- * Assignee email address, or empty string to unassign.
- * @opt_param string customerPhoneNumber
- * Customer phone number
- * @opt_param string address
- * Job address as newline (Unix) separated string
- * @opt_param double lat
- * The latitude coordinate of this job's location.
- * @opt_param string progress
- * Job progress
- * @opt_param double lng
- * The longitude coordinate of this job's location.
- * @opt_param string customField
- * Map from custom field id (from /team//custom_fields) to the field value. For example '123=Alice'
+ * @opt_param string customerName Customer name
+ * @opt_param string title Job title
+ * @opt_param string note Job note as newline (Unix) separated string
+ * @opt_param string assignee Assignee email address, or empty string to
+ * unassign.
+ * @opt_param string customerPhoneNumber Customer phone number
+ * @opt_param string address Job address as newline (Unix) separated string
+ * @opt_param double lat The latitude coordinate of this job's location.
+ * @opt_param string progress Job progress
+ * @opt_param double lng The longitude coordinate of this job's location.
+ * @opt_param string customField Map from custom field id (from
+ * /team//custom_fields) to the field value. For example '123=Alice'
* @return Google_Service_Coordinate_Job
*/
public function update($teamId, $jobId, Google_Service_Coordinate_Job $postBody, $optParams = array())
@@ -639,18 +610,14 @@ class Google_Service_Coordinate_Location_Resource extends Google_Service_Resourc
/**
* Retrieves a list of locations for a worker. (location.listLocation)
*
- * @param string $teamId
- * Team ID
- * @param string $workerEmail
- * Worker email address.
- * @param string $startTimestampMs
- * Start timestamp in milliseconds since the epoch.
+ * @param string $teamId Team ID
+ * @param string $workerEmail Worker email address.
+ * @param string $startTimestampMs Start timestamp in milliseconds since the
+ * epoch.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * Continuation token
- * @opt_param string maxResults
- * Maximum number of results to return in one page.
+ * @opt_param string pageToken Continuation token
+ * @opt_param string maxResults Maximum number of results to return in one page.
* @return Google_Service_Coordinate_LocationListResponse
*/
public function listLocation($teamId, $workerEmail, $startTimestampMs, $optParams = array())
@@ -675,10 +642,8 @@ class Google_Service_Coordinate_Schedule_Resource extends Google_Service_Resourc
/**
* Retrieves the schedule for a job. (schedule.get)
*
- * @param string $teamId
- * Team ID
- * @param string $jobId
- * Job number
+ * @param string $teamId Team ID
+ * @param string $jobId Job number
* @param array $optParams Optional parameters.
* @return Google_Service_Coordinate_Schedule
*/
@@ -688,26 +653,21 @@ public function get($teamId, $jobId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Coordinate_Schedule");
}
+
/**
* Replaces the schedule of a job with the provided schedule. This method
* supports patch semantics. (schedule.patch)
*
- * @param string $teamId
- * Team ID
- * @param string $jobId
- * Job number
+ * @param string $teamId Team ID
+ * @param string $jobId Job number
* @param Google_Schedule $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool allDay
- * Whether the job is scheduled for the whole day. Time of day in start/end times is ignored if
- * this is true.
- * @opt_param string startTime
- * Scheduled start time in milliseconds since epoch.
- * @opt_param string duration
- * Job duration in milliseconds.
- * @opt_param string endTime
- * Scheduled end time in milliseconds since epoch.
+ * @opt_param bool allDay Whether the job is scheduled for the whole day. Time
+ * of day in start/end times is ignored if this is true.
+ * @opt_param string startTime Scheduled start time in milliseconds since epoch.
+ * @opt_param string duration Job duration in milliseconds.
+ * @opt_param string endTime Scheduled end time in milliseconds since epoch.
* @return Google_Service_Coordinate_Schedule
*/
public function patch($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array())
@@ -716,25 +676,20 @@ public function patch($teamId, $jobId, Google_Service_Coordinate_Schedule $postB
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Coordinate_Schedule");
}
+
/**
* Replaces the schedule of a job with the provided schedule. (schedule.update)
*
- * @param string $teamId
- * Team ID
- * @param string $jobId
- * Job number
+ * @param string $teamId Team ID
+ * @param string $jobId Job number
* @param Google_Schedule $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool allDay
- * Whether the job is scheduled for the whole day. Time of day in start/end times is ignored if
- * this is true.
- * @opt_param string startTime
- * Scheduled start time in milliseconds since epoch.
- * @opt_param string duration
- * Job duration in milliseconds.
- * @opt_param string endTime
- * Scheduled end time in milliseconds since epoch.
+ * @opt_param bool allDay Whether the job is scheduled for the whole day. Time
+ * of day in start/end times is ignored if this is true.
+ * @opt_param string startTime Scheduled start time in milliseconds since epoch.
+ * @opt_param string duration Job duration in milliseconds.
+ * @opt_param string endTime Scheduled end time in milliseconds since epoch.
* @return Google_Service_Coordinate_Schedule
*/
public function update($teamId, $jobId, Google_Service_Coordinate_Schedule $postBody, $optParams = array())
@@ -759,8 +714,7 @@ class Google_Service_Coordinate_Worker_Resource extends Google_Service_Resource
/**
* Retrieves a list of workers in a team. (worker.listWorker)
*
- * @param string $teamId
- * Team ID
+ * @param string $teamId Team ID
* @param array $optParams Optional parameters.
* @return Google_Service_Coordinate_WorkerListResponse
*/
@@ -783,11 +737,11 @@ class Google_Service_Coordinate_CustomField extends Google_Model
public $kind;
public $value;
+
public function setCustomFieldId($customFieldId)
{
$this->customFieldId = $customFieldId;
}
-
public function getCustomFieldId()
{
return $this->customFieldId;
@@ -796,7 +750,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -805,12 +758,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Coordinate_CustomFieldDef extends Google_Model
@@ -824,11 +775,11 @@ class Google_Service_Coordinate_CustomFieldDef extends Google_Model
public $requiredForCheckout;
public $type;
+
public function setEnabled($enabled)
{
$this->enabled = $enabled;
}
-
public function getEnabled()
{
return $this->enabled;
@@ -837,7 +788,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -846,7 +796,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -855,7 +804,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -864,7 +812,6 @@ public function setRequiredForCheckout($requiredForCheckout)
{
$this->requiredForCheckout = $requiredForCheckout;
}
-
public function getRequiredForCheckout()
{
return $this->requiredForCheckout;
@@ -873,12 +820,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Coordinate_CustomFieldDefListResponse extends Google_Collection
@@ -890,11 +835,11 @@ class Google_Service_Coordinate_CustomFieldDefListResponse extends Google_Collec
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -903,12 +848,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Coordinate_CustomFields extends Google_Collection
@@ -920,11 +863,11 @@ class Google_Service_Coordinate_CustomFields extends Google_Collection
protected $customFieldDataType = 'array';
public $kind;
+
public function setCustomField($customField)
{
$this->customField = $customField;
}
-
public function getCustomField()
{
return $this->customField;
@@ -933,12 +876,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Coordinate_Job extends Google_Collection
@@ -953,11 +894,11 @@ class Google_Service_Coordinate_Job extends Google_Collection
protected $stateType = 'Google_Service_Coordinate_JobState';
protected $stateDataType = '';
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -966,7 +907,6 @@ public function setJobChange($jobChange)
{
$this->jobChange = $jobChange;
}
-
public function getJobChange()
{
return $this->jobChange;
@@ -975,7 +915,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -984,12 +923,10 @@ public function setState(Google_Service_Coordinate_JobState $state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_Coordinate_JobChange extends Google_Model
@@ -1001,11 +938,11 @@ class Google_Service_Coordinate_JobChange extends Google_Model
protected $stateDataType = '';
public $timestamp;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1014,7 +951,6 @@ public function setState(Google_Service_Coordinate_JobState $state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
@@ -1023,12 +959,10 @@ public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
-
public function getTimestamp()
{
return $this->timestamp;
}
-
}
class Google_Service_Coordinate_JobListResponse extends Google_Collection
@@ -1041,11 +975,11 @@ class Google_Service_Coordinate_JobListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1054,7 +988,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1063,12 +996,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_Coordinate_JobState extends Google_Collection
@@ -1088,11 +1019,11 @@ class Google_Service_Coordinate_JobState extends Google_Collection
public $progress;
public $title;
+
public function setAssignee($assignee)
{
$this->assignee = $assignee;
}
-
public function getAssignee()
{
return $this->assignee;
@@ -1101,7 +1032,6 @@ public function setCustomFields(Google_Service_Coordinate_CustomFields $customFi
{
$this->customFields = $customFields;
}
-
public function getCustomFields()
{
return $this->customFields;
@@ -1110,7 +1040,6 @@ public function setCustomerName($customerName)
{
$this->customerName = $customerName;
}
-
public function getCustomerName()
{
return $this->customerName;
@@ -1119,7 +1048,6 @@ public function setCustomerPhoneNumber($customerPhoneNumber)
{
$this->customerPhoneNumber = $customerPhoneNumber;
}
-
public function getCustomerPhoneNumber()
{
return $this->customerPhoneNumber;
@@ -1128,7 +1056,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1137,7 +1064,6 @@ public function setLocation(Google_Service_Coordinate_Location $location)
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -1146,7 +1072,6 @@ public function setNote($note)
{
$this->note = $note;
}
-
public function getNote()
{
return $this->note;
@@ -1155,7 +1080,6 @@ public function setProgress($progress)
{
$this->progress = $progress;
}
-
public function getProgress()
{
return $this->progress;
@@ -1164,12 +1088,10 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
}
-
}
class Google_Service_Coordinate_Location extends Google_Collection
@@ -1182,11 +1104,11 @@ class Google_Service_Coordinate_Location extends Google_Collection
public $lat;
public $lng;
+
public function setAddressLine($addressLine)
{
$this->addressLine = $addressLine;
}
-
public function getAddressLine()
{
return $this->addressLine;
@@ -1195,7 +1117,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1204,7 +1125,6 @@ public function setLat($lat)
{
$this->lat = $lat;
}
-
public function getLat()
{
return $this->lat;
@@ -1213,12 +1133,10 @@ public function setLng($lng)
{
$this->lng = $lng;
}
-
public function getLng()
{
return $this->lng;
}
-
}
class Google_Service_Coordinate_LocationListResponse extends Google_Collection
@@ -1233,11 +1151,11 @@ class Google_Service_Coordinate_LocationListResponse extends Google_Collection
protected $tokenPaginationType = 'Google_Service_Coordinate_TokenPagination';
protected $tokenPaginationDataType = '';
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1246,7 +1164,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1255,7 +1172,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1264,12 +1180,10 @@ public function setTokenPagination(Google_Service_Coordinate_TokenPagination $to
{
$this->tokenPagination = $tokenPagination;
}
-
public function getTokenPagination()
{
return $this->tokenPagination;
}
-
}
class Google_Service_Coordinate_LocationRecord extends Google_Model
@@ -1282,11 +1196,11 @@ class Google_Service_Coordinate_LocationRecord extends Google_Model
public $latitude;
public $longitude;
+
public function setCollectionTime($collectionTime)
{
$this->collectionTime = $collectionTime;
}
-
public function getCollectionTime()
{
return $this->collectionTime;
@@ -1295,7 +1209,6 @@ public function setConfidenceRadius($confidenceRadius)
{
$this->confidenceRadius = $confidenceRadius;
}
-
public function getConfidenceRadius()
{
return $this->confidenceRadius;
@@ -1304,7 +1217,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1313,7 +1225,6 @@ public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -1322,12 +1233,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_Coordinate_Schedule extends Google_Model
@@ -1340,11 +1249,11 @@ class Google_Service_Coordinate_Schedule extends Google_Model
public $kind;
public $startTime;
+
public function setAllDay($allDay)
{
$this->allDay = $allDay;
}
-
public function getAllDay()
{
return $this->allDay;
@@ -1353,7 +1262,6 @@ public function setDuration($duration)
{
$this->duration = $duration;
}
-
public function getDuration()
{
return $this->duration;
@@ -1362,7 +1270,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -1371,7 +1278,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1380,12 +1286,10 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
}
-
}
class Google_Service_Coordinate_TokenPagination extends Google_Model
@@ -1396,11 +1300,11 @@ class Google_Service_Coordinate_TokenPagination extends Google_Model
public $nextPageToken;
public $previousPageToken;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1409,7 +1313,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -1418,12 +1321,10 @@ public function setPreviousPageToken($previousPageToken)
{
$this->previousPageToken = $previousPageToken;
}
-
public function getPreviousPageToken()
{
return $this->previousPageToken;
}
-
}
class Google_Service_Coordinate_Worker extends Google_Model
@@ -1433,11 +1334,11 @@ class Google_Service_Coordinate_Worker extends Google_Model
public $id;
public $kind;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1446,12 +1347,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Coordinate_WorkerListResponse extends Google_Collection
@@ -1463,11 +1362,11 @@ class Google_Service_Coordinate_WorkerListResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1476,10 +1375,8 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
From d33ea1841dfb374b581c35b908c595ee01a96c42 Mon Sep 17 00:00:00 2001
From: Ian Barber
* For more information about this service, see the API
- * Documentation
+ * Documentation
*
- * API for Cloud SQL database instance management.
- *
* For more information about this service, see the API
@@ -32,9 +31,11 @@
class Google_Service_SQLAdmin extends Google_Service
{
/** View and manage your data across Google Cloud Platform services. */
- const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
+ const CLOUD_PLATFORM =
+ "https://www.googleapis.com/auth/cloud-platform";
/** Manage your Google SQL Service instances. */
- const SQLSERVICE_ADMIN = "https://www.googleapis.com/auth/sqlservice.admin";
+ const SQLSERVICE_ADMIN =
+ "https://www.googleapis.com/auth/sqlservice.admin";
public $backupRuns;
public $flags;
@@ -528,16 +529,14 @@ class Google_Service_SQLAdmin_BackupRuns_Resource extends Google_Service_Resourc
* Retrieves information about a specified backup run for a Cloud SQL instance.
* (backupRuns.get)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
- * @param string $backupConfiguration
- * Identifier for the backup configuration. This gets generated automatically when a backup
- * configuration is created.
- * @param string $dueTime
- * The start time of the four-hour backup window. The backup can occur any time in the window. The
- * time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $backupConfiguration Identifier for the backup configuration.
+ * This gets generated automatically when a backup configuration is created.
+ * @param string $dueTime The start time of the four-hour backup window. The
+ * backup can occur any time in the window. The time is in RFC 3339 format, for
+ * example 2012-11-15T16:19:00.094Z.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_BackupRun
*/
@@ -547,23 +546,21 @@ public function get($project, $instance, $backupConfiguration, $dueTime, $optPar
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun");
}
+
/**
* Lists all backup runs associated with a Cloud SQL instance.
* (backupRuns.listBackupRuns)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
- * @param string $backupConfiguration
- * Identifier for the backup configuration. This gets generated automatically when a backup
- * configuration is created.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $backupConfiguration Identifier for the backup configuration.
+ * This gets generated automatically when a backup configuration is created.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A previously-returned page token representing part of the larger set of results to view.
- * @opt_param int maxResults
- * Maximum number of backup runs per response.
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
+ * @opt_param int maxResults Maximum number of backup runs per response.
* @return Google_Service_SQLAdmin_BackupRunsListResponse
*/
public function listBackupRuns($project, $instance, $backupConfiguration, $optParams = array())
@@ -615,8 +612,8 @@ class Google_Service_SQLAdmin_Instances_Resource extends Google_Service_Resource
* Creates a Cloud SQL instance as a clone of a source instance.
* (instances.cloneInstances)
*
- * @param string $project
- * Project ID of the source as well as the clone Cloud SQL instance.
+ * @param string $project Project ID of the source as well as the clone Cloud
+ * SQL instance.
* @param Google_InstancesCloneRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesCloneResponse
@@ -627,13 +624,14 @@ public function cloneInstances($project, Google_Service_SQLAdmin_InstancesCloneR
$params = array_merge($params, $optParams);
return $this->call('clone', array($params), "Google_Service_SQLAdmin_InstancesCloneResponse");
}
+
/**
* Deletes a Cloud SQL instance. (instances.delete)
*
- * @param string $project
- * Project ID of the project that contains the instance to be deleted.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance
+ * to be deleted.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesDeleteResponse
*/
@@ -643,14 +641,15 @@ public function delete($project, $instance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_SQLAdmin_InstancesDeleteResponse");
}
+
/**
* Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a
* MySQL dump file. (instances.export)
*
- * @param string $project
- * Project ID of the project that contains the instance to be exported.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance
+ * to be exported.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param Google_InstancesExportRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesExportResponse
@@ -661,13 +660,13 @@ public function export($project, $instance, Google_Service_SQLAdmin_InstancesExp
$params = array_merge($params, $optParams);
return $this->call('export', array($params), "Google_Service_SQLAdmin_InstancesExportResponse");
}
+
/**
* Retrieves information about a Cloud SQL instance. (instances.get)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Database instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_DatabaseInstance
*/
@@ -677,14 +676,14 @@ public function get($project, $instance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance");
}
+
/**
* Imports data into a Cloud SQL instance from a MySQL dump file stored in a
* Google Cloud Storage bucket. (instances.import)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param Google_InstancesImportRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesImportResponse
@@ -695,11 +694,12 @@ public function import($project, $instance, Google_Service_SQLAdmin_InstancesImp
$params = array_merge($params, $optParams);
return $this->call('import', array($params), "Google_Service_SQLAdmin_InstancesImportResponse");
}
+
/**
* Creates a new Cloud SQL instance. (instances.insert)
*
- * @param string $project
- * Project ID of the project to which the newly created Cloud SQL instances should belong.
+ * @param string $project Project ID of the project to which the newly created
+ * Cloud SQL instances should belong.
* @param Google_DatabaseInstance $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesInsertResponse
@@ -710,18 +710,19 @@ public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postB
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_SQLAdmin_InstancesInsertResponse");
}
+
/**
* Lists instances for a given project, in alphabetical order by instance name.
* (instances.listInstances)
*
- * @param string $project
- * Project ID of the project for which to list Cloud SQL instances.
+ * @param string $project Project ID of the project for which to list Cloud SQL
+ * instances.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * A previously-returned page token representing part of the larger set of results to view.
- * @opt_param string maxResults
- * The maximum number of results to return per response.
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
+ * @opt_param string maxResults The maximum number of results to return per
+ * response.
* @return Google_Service_SQLAdmin_InstancesListResponse
*/
public function listInstances($project, $optParams = array())
@@ -730,14 +731,14 @@ public function listInstances($project, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse");
}
+
/**
* Updates the settings of a Cloud SQL instance. This method supports patch
* semantics. (instances.patch)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param Google_DatabaseInstance $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesUpdateResponse
@@ -748,14 +749,13 @@ public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInsta
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_SQLAdmin_InstancesUpdateResponse");
}
+
/**
* Promotes the read replica instance to be a stand-alone Cloud SQL instance.
* (instances.promoteReplica)
*
- * @param string $project
- * ID of the project that contains the read replica.
- * @param string $instance
- * Cloud SQL read replica instance name.
+ * @param string $project ID of the project that contains the read replica.
+ * @param string $instance Cloud SQL read replica instance name.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesPromoteReplicaResponse
*/
@@ -765,14 +765,14 @@ public function promoteReplica($project, $instance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_InstancesPromoteReplicaResponse");
}
+
/**
* Deletes all client certificates and generates a new server SSL certificate
* for a Cloud SQL instance. (instances.resetSslConfig)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesResetSslConfigResponse
*/
@@ -782,13 +782,14 @@ public function resetSslConfig($project, $instance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_InstancesResetSslConfigResponse");
}
+
/**
* Restarts a Cloud SQL instance. (instances.restart)
*
- * @param string $project
- * Project ID of the project that contains the instance to be restarted.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance
+ * to be restarted.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesRestartResponse
*/
@@ -798,19 +799,19 @@ public function restart($project, $instance, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('restart', array($params), "Google_Service_SQLAdmin_InstancesRestartResponse");
}
+
/**
* Restores a backup of a Cloud SQL instance. (instances.restoreBackup)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
- * @param string $backupConfiguration
- * The identifier of the backup configuration. This gets generated automatically when a backup
- * configuration is created.
- * @param string $dueTime
- * The start time of the four-hour backup window. The backup can occur any time in the window. The
- * time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $backupConfiguration The identifier of the backup
+ * configuration. This gets generated automatically when a backup configuration
+ * is created.
+ * @param string $dueTime The start time of the four-hour backup window. The
+ * backup can occur any time in the window. The time is in RFC 3339 format, for
+ * example 2012-11-15T16:19:00.094Z.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesRestoreBackupResponse
*/
@@ -820,14 +821,14 @@ public function restoreBackup($project, $instance, $backupConfiguration, $dueTim
$params = array_merge($params, $optParams);
return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_InstancesRestoreBackupResponse");
}
+
/**
* Sets the password for the root user of the specified Cloud SQL instance.
* (instances.setRootPassword)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param Google_InstanceSetRootPasswordRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesSetRootPasswordResponse
@@ -838,13 +839,13 @@ public function setRootPassword($project, $instance, Google_Service_SQLAdmin_Ins
$params = array_merge($params, $optParams);
return $this->call('setRootPassword', array($params), "Google_Service_SQLAdmin_InstancesSetRootPasswordResponse");
}
+
/**
* Updates the settings of a Cloud SQL instance. (instances.update)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param Google_DatabaseInstance $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstancesUpdateResponse
@@ -872,12 +873,10 @@ class Google_Service_SQLAdmin_Operations_Resource extends Google_Service_Resourc
* Retrieves information about a specific operation that was performed on a
* Cloud SQL instance. (operations.get)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
- * @param string $operation
- * Instance operation ID.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $operation Instance operation ID.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_InstanceOperation
*/
@@ -887,20 +886,19 @@ public function get($project, $instance, $operation, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_SQLAdmin_InstanceOperation");
}
+
/**
* Lists all operations that have been performed on a Cloud SQL instance.
* (operations.listOperations)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param array $optParams Optional parameters.
*
- * @opt_param string maxResults
- * Maximum number of operations per response.
- * @opt_param string pageToken
- * A previously-returned page token representing part of the larger set of results to view.
+ * @opt_param string maxResults Maximum number of operations per response.
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
* @return Google_Service_SQLAdmin_OperationsListResponse
*/
public function listOperations($project, $instance, $optParams = array())
@@ -925,12 +923,11 @@ class Google_Service_SQLAdmin_SslCerts_Resource extends Google_Service_Resource
/**
* Deletes an SSL certificate from a Cloud SQL instance. (sslCerts.delete)
*
- * @param string $project
- * Project ID of the project that contains the instance to be deleted.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
- * @param string $sha1Fingerprint
- * Sha1 FingerPrint.
+ * @param string $project Project ID of the project that contains the instance
+ * to be deleted.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $sha1Fingerprint Sha1 FingerPrint.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_SslCertsDeleteResponse
*/
@@ -940,16 +937,15 @@ public function delete($project, $instance, $sha1Fingerprint, $optParams = array
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_SQLAdmin_SslCertsDeleteResponse");
}
+
/**
* Retrieves an SSL certificate as specified by its SHA-1 fingerprint.
* (sslCerts.get)
*
- * @param string $project
- * Project ID of the project that contains the instance.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
- * @param string $sha1Fingerprint
- * Sha1 FingerPrint.
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $sha1Fingerprint Sha1 FingerPrint.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_SslCert
*/
@@ -959,14 +955,15 @@ public function get($project, $instance, $sha1Fingerprint, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert");
}
+
/**
* Creates an SSL certificate and returns the certificate, the associated
* private key, and the server certificate authority. (sslCerts.insert)
*
- * @param string $project
- * Project ID of the project to which the newly created Cloud SQL instances should belong.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project to which the newly created
+ * Cloud SQL instances should belong.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param Google_SslCertsInsertRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_SslCertsInsertResponse
@@ -977,14 +974,15 @@ public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInse
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse");
}
+
/**
* Lists all of the current SSL certificates defined for a Cloud SQL instance.
* (sslCerts.listSslCerts)
*
- * @param string $project
- * Project ID of the project for which to list Cloud SQL instances.
- * @param string $instance
- * Cloud SQL instance ID. This does not include the project ID.
+ * @param string $project Project ID of the project for which to list Cloud SQL
+ * instances.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_SslCertsListResponse
*/
@@ -1011,8 +1009,7 @@ class Google_Service_SQLAdmin_Tiers_Resource extends Google_Service_Resource
* Lists service tiers that can be used to create Google Cloud SQL instances.
* (tiers.listTiers)
*
- * @param string $project
- * Project ID of the project for which to list tiers.
+ * @param string $project Project ID of the project for which to list tiers.
* @param array $optParams Optional parameters.
* @return Google_Service_SQLAdmin_TiersListResponse
*/
@@ -1037,11 +1034,11 @@ class Google_Service_SQLAdmin_BackupConfiguration extends Google_Model
public $kind;
public $startTime;
+
public function setBinaryLogEnabled($binaryLogEnabled)
{
$this->binaryLogEnabled = $binaryLogEnabled;
}
-
public function getBinaryLogEnabled()
{
return $this->binaryLogEnabled;
@@ -1050,7 +1047,6 @@ public function setEnabled($enabled)
{
$this->enabled = $enabled;
}
-
public function getEnabled()
{
return $this->enabled;
@@ -1059,7 +1055,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1068,7 +1063,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1077,12 +1071,10 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
}
-
}
class Google_Service_SQLAdmin_BackupRun extends Google_Model
@@ -1100,11 +1092,11 @@ class Google_Service_SQLAdmin_BackupRun extends Google_Model
public $startTime;
public $status;
+
public function setBackupConfiguration($backupConfiguration)
{
$this->backupConfiguration = $backupConfiguration;
}
-
public function getBackupConfiguration()
{
return $this->backupConfiguration;
@@ -1113,7 +1105,6 @@ public function setDueTime($dueTime)
{
$this->dueTime = $dueTime;
}
-
public function getDueTime()
{
return $this->dueTime;
@@ -1122,7 +1113,6 @@ public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -1131,7 +1121,6 @@ public function setEnqueuedTime($enqueuedTime)
{
$this->enqueuedTime = $enqueuedTime;
}
-
public function getEnqueuedTime()
{
return $this->enqueuedTime;
@@ -1140,7 +1129,6 @@ public function setError(Google_Service_SQLAdmin_OperationError $error)
{
$this->error = $error;
}
-
public function getError()
{
return $this->error;
@@ -1149,7 +1137,6 @@ public function setInstance($instance)
{
$this->instance = $instance;
}
-
public function getInstance()
{
return $this->instance;
@@ -1158,7 +1145,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1167,7 +1153,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -1176,12 +1161,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
@@ -1194,11 +1177,11 @@ class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1207,7 +1190,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1216,12 +1198,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_SQLAdmin_BinLogCoordinates extends Google_Model
@@ -1232,11 +1212,11 @@ class Google_Service_SQLAdmin_BinLogCoordinates extends Google_Model
public $binLogPosition;
public $kind;
+
public function setBinLogFileName($binLogFileName)
{
$this->binLogFileName = $binLogFileName;
}
-
public function getBinLogFileName()
{
return $this->binLogFileName;
@@ -1245,7 +1225,6 @@ public function setBinLogPosition($binLogPosition)
{
$this->binLogPosition = $binLogPosition;
}
-
public function getBinLogPosition()
{
return $this->binLogPosition;
@@ -1254,12 +1233,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_SQLAdmin_CloneContext extends Google_Model
@@ -1272,11 +1249,11 @@ class Google_Service_SQLAdmin_CloneContext extends Google_Model
public $kind;
public $sourceInstanceName;
+
public function setBinLogCoordinates(Google_Service_SQLAdmin_BinLogCoordinates $binLogCoordinates)
{
$this->binLogCoordinates = $binLogCoordinates;
}
-
public function getBinLogCoordinates()
{
return $this->binLogCoordinates;
@@ -1285,7 +1262,6 @@ public function setDestinationInstanceName($destinationInstanceName)
{
$this->destinationInstanceName = $destinationInstanceName;
}
-
public function getDestinationInstanceName()
{
return $this->destinationInstanceName;
@@ -1294,7 +1270,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1303,12 +1278,10 @@ public function setSourceInstanceName($sourceInstanceName)
{
$this->sourceInstanceName = $sourceInstanceName;
}
-
public function getSourceInstanceName()
{
return $this->sourceInstanceName;
}
-
}
class Google_Service_SQLAdmin_DatabaseFlags extends Google_Model
@@ -1318,11 +1291,11 @@ class Google_Service_SQLAdmin_DatabaseFlags extends Google_Model
public $name;
public $value;
+
public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1331,12 +1304,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
@@ -1364,11 +1335,11 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
protected $settingsDataType = '';
public $state;
+
public function setCurrentDiskSize($currentDiskSize)
{
$this->currentDiskSize = $currentDiskSize;
}
-
public function getCurrentDiskSize()
{
return $this->currentDiskSize;
@@ -1377,7 +1348,6 @@ public function setDatabaseVersion($databaseVersion)
{
$this->databaseVersion = $databaseVersion;
}
-
public function getDatabaseVersion()
{
return $this->databaseVersion;
@@ -1386,7 +1356,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -1395,7 +1364,6 @@ public function setInstance($instance)
{
$this->instance = $instance;
}
-
public function getInstance()
{
return $this->instance;
@@ -1404,7 +1372,6 @@ public function setInstanceType($instanceType)
{
$this->instanceType = $instanceType;
}
-
public function getInstanceType()
{
return $this->instanceType;
@@ -1413,7 +1380,6 @@ public function setIpAddresses($ipAddresses)
{
$this->ipAddresses = $ipAddresses;
}
-
public function getIpAddresses()
{
return $this->ipAddresses;
@@ -1422,7 +1388,6 @@ public function setIpv6Address($ipv6Address)
{
$this->ipv6Address = $ipv6Address;
}
-
public function getIpv6Address()
{
return $this->ipv6Address;
@@ -1431,7 +1396,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1440,7 +1404,6 @@ public function setMasterInstanceName($masterInstanceName)
{
$this->masterInstanceName = $masterInstanceName;
}
-
public function getMasterInstanceName()
{
return $this->masterInstanceName;
@@ -1449,7 +1412,6 @@ public function setMaxDiskSize($maxDiskSize)
{
$this->maxDiskSize = $maxDiskSize;
}
-
public function getMaxDiskSize()
{
return $this->maxDiskSize;
@@ -1458,7 +1420,6 @@ public function setProject($project)
{
$this->project = $project;
}
-
public function getProject()
{
return $this->project;
@@ -1467,7 +1428,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -1476,7 +1436,6 @@ public function setReplicaNames($replicaNames)
{
$this->replicaNames = $replicaNames;
}
-
public function getReplicaNames()
{
return $this->replicaNames;
@@ -1485,7 +1444,6 @@ public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
{
$this->serverCaCert = $serverCaCert;
}
-
public function getServerCaCert()
{
return $this->serverCaCert;
@@ -1494,7 +1452,6 @@ public function setSettings(Google_Service_SQLAdmin_Settings $settings)
{
$this->settings = $settings;
}
-
public function getSettings()
{
return $this->settings;
@@ -1503,12 +1460,10 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
}
-
}
class Google_Service_SQLAdmin_ExportContext extends Google_Collection
@@ -1521,11 +1476,11 @@ class Google_Service_SQLAdmin_ExportContext extends Google_Collection
public $table;
public $uri;
+
public function setDatabase($database)
{
$this->database = $database;
}
-
public function getDatabase()
{
return $this->database;
@@ -1534,7 +1489,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1543,7 +1497,6 @@ public function setTable($table)
{
$this->table = $table;
}
-
public function getTable()
{
return $this->table;
@@ -1552,12 +1505,10 @@ public function setUri($uri)
{
$this->uri = $uri;
}
-
public function getUri()
{
return $this->uri;
}
-
}
class Google_Service_SQLAdmin_Flag extends Google_Collection
@@ -1573,11 +1524,11 @@ class Google_Service_SQLAdmin_Flag extends Google_Collection
public $name;
public $type;
+
public function setAllowedStringValues($allowedStringValues)
{
$this->allowedStringValues = $allowedStringValues;
}
-
public function getAllowedStringValues()
{
return $this->allowedStringValues;
@@ -1586,7 +1537,6 @@ public function setAppliesTo($appliesTo)
{
$this->appliesTo = $appliesTo;
}
-
public function getAppliesTo()
{
return $this->appliesTo;
@@ -1595,7 +1545,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1604,7 +1553,6 @@ public function setMaxValue($maxValue)
{
$this->maxValue = $maxValue;
}
-
public function getMaxValue()
{
return $this->maxValue;
@@ -1613,7 +1561,6 @@ public function setMinValue($minValue)
{
$this->minValue = $minValue;
}
-
public function getMinValue()
{
return $this->minValue;
@@ -1622,7 +1569,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -1631,12 +1577,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_SQLAdmin_FlagsListResponse extends Google_Collection
@@ -1648,11 +1592,11 @@ class Google_Service_SQLAdmin_FlagsListResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -1661,12 +1605,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_SQLAdmin_ImportContext extends Google_Collection
@@ -1678,11 +1620,11 @@ class Google_Service_SQLAdmin_ImportContext extends Google_Collection
public $kind;
public $uri;
+
public function setDatabase($database)
{
$this->database = $database;
}
-
public function getDatabase()
{
return $this->database;
@@ -1691,7 +1633,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1700,12 +1641,10 @@ public function setUri($uri)
{
$this->uri = $uri;
}
-
public function getUri()
{
return $this->uri;
}
-
}
class Google_Service_SQLAdmin_InstanceOperation extends Google_Collection
@@ -1729,11 +1668,11 @@ class Google_Service_SQLAdmin_InstanceOperation extends Google_Collection
public $state;
public $userEmailAddress;
+
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
-
public function getEndTime()
{
return $this->endTime;
@@ -1742,7 +1681,6 @@ public function setEnqueuedTime($enqueuedTime)
{
$this->enqueuedTime = $enqueuedTime;
}
-
public function getEnqueuedTime()
{
return $this->enqueuedTime;
@@ -1751,7 +1689,6 @@ public function setError($error)
{
$this->error = $error;
}
-
public function getError()
{
return $this->error;
@@ -1760,7 +1697,6 @@ public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportCo
{
$this->exportContext = $exportContext;
}
-
public function getExportContext()
{
return $this->exportContext;
@@ -1769,7 +1705,6 @@ public function setImportContext(Google_Service_SQLAdmin_ImportContext $importCo
{
$this->importContext = $importContext;
}
-
public function getImportContext()
{
return $this->importContext;
@@ -1778,7 +1713,6 @@ public function setInstance($instance)
{
$this->instance = $instance;
}
-
public function getInstance()
{
return $this->instance;
@@ -1787,7 +1721,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1796,7 +1729,6 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
@@ -1805,7 +1737,6 @@ public function setOperationType($operationType)
{
$this->operationType = $operationType;
}
-
public function getOperationType()
{
return $this->operationType;
@@ -1814,7 +1745,6 @@ public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
-
public function getStartTime()
{
return $this->startTime;
@@ -1823,7 +1753,6 @@ public function setState($state)
{
$this->state = $state;
}
-
public function getState()
{
return $this->state;
@@ -1832,12 +1761,10 @@ public function setUserEmailAddress($userEmailAddress)
{
$this->userEmailAddress = $userEmailAddress;
}
-
public function getUserEmailAddress()
{
return $this->userEmailAddress;
}
-
}
class Google_Service_SQLAdmin_InstanceSetRootPasswordRequest extends Google_Model
@@ -1847,16 +1774,15 @@ class Google_Service_SQLAdmin_InstanceSetRootPasswordRequest extends Google_Mode
protected $setRootPasswordContextType = 'Google_Service_SQLAdmin_SetRootPasswordContext';
protected $setRootPasswordContextDataType = '';
+
public function setSetRootPasswordContext(Google_Service_SQLAdmin_SetRootPasswordContext $setRootPasswordContext)
{
$this->setRootPasswordContext = $setRootPasswordContext;
}
-
public function getSetRootPasswordContext()
{
return $this->setRootPasswordContext;
}
-
}
class Google_Service_SQLAdmin_InstancesCloneRequest extends Google_Model
@@ -1866,16 +1792,15 @@ class Google_Service_SQLAdmin_InstancesCloneRequest extends Google_Model
protected $cloneContextType = 'Google_Service_SQLAdmin_CloneContext';
protected $cloneContextDataType = '';
+
public function setCloneContext(Google_Service_SQLAdmin_CloneContext $cloneContext)
{
$this->cloneContext = $cloneContext;
}
-
public function getCloneContext()
{
return $this->cloneContext;
}
-
}
class Google_Service_SQLAdmin_InstancesCloneResponse extends Google_Model
@@ -1885,11 +1810,11 @@ class Google_Service_SQLAdmin_InstancesCloneResponse extends Google_Model
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1898,12 +1823,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesDeleteResponse extends Google_Model
@@ -1913,11 +1836,11 @@ class Google_Service_SQLAdmin_InstancesDeleteResponse extends Google_Model
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1926,12 +1849,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesExportRequest extends Google_Model
@@ -1941,16 +1862,15 @@ class Google_Service_SQLAdmin_InstancesExportRequest extends Google_Model
protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
protected $exportContextDataType = '';
+
public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
{
$this->exportContext = $exportContext;
}
-
public function getExportContext()
{
return $this->exportContext;
}
-
}
class Google_Service_SQLAdmin_InstancesExportResponse extends Google_Model
@@ -1960,11 +1880,11 @@ class Google_Service_SQLAdmin_InstancesExportResponse extends Google_Model
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1973,12 +1893,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesImportRequest extends Google_Model
@@ -1988,16 +1906,15 @@ class Google_Service_SQLAdmin_InstancesImportRequest extends Google_Model
protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
protected $importContextDataType = '';
+
public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
{
$this->importContext = $importContext;
}
-
public function getImportContext()
{
return $this->importContext;
}
-
}
class Google_Service_SQLAdmin_InstancesImportResponse extends Google_Model
@@ -2007,11 +1924,11 @@ class Google_Service_SQLAdmin_InstancesImportResponse extends Google_Model
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2020,12 +1937,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesInsertResponse extends Google_Model
@@ -2035,11 +1950,11 @@ class Google_Service_SQLAdmin_InstancesInsertResponse extends Google_Model
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2048,12 +1963,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
@@ -2066,11 +1979,11 @@ class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2079,7 +1992,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2088,12 +2000,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_SQLAdmin_InstancesPromoteReplicaResponse extends Google_Model
@@ -2103,11 +2013,11 @@ class Google_Service_SQLAdmin_InstancesPromoteReplicaResponse extends Google_Mod
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2116,12 +2026,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesResetSslConfigResponse extends Google_Model
@@ -2131,11 +2039,11 @@ class Google_Service_SQLAdmin_InstancesResetSslConfigResponse extends Google_Mod
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2144,12 +2052,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesRestartResponse extends Google_Model
@@ -2159,11 +2065,11 @@ class Google_Service_SQLAdmin_InstancesRestartResponse extends Google_Model
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2172,12 +2078,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesRestoreBackupResponse extends Google_Model
@@ -2187,11 +2091,11 @@ class Google_Service_SQLAdmin_InstancesRestoreBackupResponse extends Google_Mode
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2200,12 +2104,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesSetRootPasswordResponse extends Google_Model
@@ -2215,11 +2117,11 @@ class Google_Service_SQLAdmin_InstancesSetRootPasswordResponse extends Google_Mo
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2228,12 +2130,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_InstancesUpdateResponse extends Google_Model
@@ -2243,11 +2143,11 @@ class Google_Service_SQLAdmin_InstancesUpdateResponse extends Google_Model
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2256,12 +2156,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
@@ -2274,11 +2172,11 @@ class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
public $kind;
public $requireSsl;
+
public function setAuthorizedNetworks($authorizedNetworks)
{
$this->authorizedNetworks = $authorizedNetworks;
}
-
public function getAuthorizedNetworks()
{
return $this->authorizedNetworks;
@@ -2287,7 +2185,6 @@ public function setEnabled($enabled)
{
$this->enabled = $enabled;
}
-
public function getEnabled()
{
return $this->enabled;
@@ -2296,7 +2193,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2305,12 +2201,10 @@ public function setRequireSsl($requireSsl)
{
$this->requireSsl = $requireSsl;
}
-
public function getRequireSsl()
{
return $this->requireSsl;
}
-
}
class Google_Service_SQLAdmin_IpMapping extends Google_Model
@@ -2320,11 +2214,11 @@ class Google_Service_SQLAdmin_IpMapping extends Google_Model
public $ipAddress;
public $timeToRetire;
+
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
-
public function getIpAddress()
{
return $this->ipAddress;
@@ -2333,12 +2227,10 @@ public function setTimeToRetire($timeToRetire)
{
$this->timeToRetire = $timeToRetire;
}
-
public function getTimeToRetire()
{
return $this->timeToRetire;
}
-
}
class Google_Service_SQLAdmin_LocationPreference extends Google_Model
@@ -2349,11 +2241,11 @@ class Google_Service_SQLAdmin_LocationPreference extends Google_Model
public $kind;
public $zone;
+
public function setFollowGaeApplication($followGaeApplication)
{
$this->followGaeApplication = $followGaeApplication;
}
-
public function getFollowGaeApplication()
{
return $this->followGaeApplication;
@@ -2362,7 +2254,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2371,12 +2262,10 @@ public function setZone($zone)
{
$this->zone = $zone;
}
-
public function getZone()
{
return $this->zone;
}
-
}
class Google_Service_SQLAdmin_OperationError extends Google_Model
@@ -2386,11 +2275,11 @@ class Google_Service_SQLAdmin_OperationError extends Google_Model
public $code;
public $kind;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -2399,12 +2288,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
@@ -2417,11 +2304,11 @@ class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
public $kind;
public $nextPageToken;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2430,7 +2317,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2439,12 +2325,10 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
}
-
}
class Google_Service_SQLAdmin_SetRootPasswordContext extends Google_Model
@@ -2454,11 +2338,11 @@ class Google_Service_SQLAdmin_SetRootPasswordContext extends Google_Model
public $kind;
public $password;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2467,12 +2351,10 @@ public function setPassword($password)
{
$this->password = $password;
}
-
public function getPassword()
{
return $this->password;
}
-
}
class Google_Service_SQLAdmin_Settings extends Google_Collection
@@ -2497,11 +2379,11 @@ class Google_Service_SQLAdmin_Settings extends Google_Collection
public $settingsVersion;
public $tier;
+
public function setActivationPolicy($activationPolicy)
{
$this->activationPolicy = $activationPolicy;
}
-
public function getActivationPolicy()
{
return $this->activationPolicy;
@@ -2510,7 +2392,6 @@ public function setAuthorizedGaeApplications($authorizedGaeApplications)
{
$this->authorizedGaeApplications = $authorizedGaeApplications;
}
-
public function getAuthorizedGaeApplications()
{
return $this->authorizedGaeApplications;
@@ -2519,7 +2400,6 @@ public function setBackupConfiguration($backupConfiguration)
{
$this->backupConfiguration = $backupConfiguration;
}
-
public function getBackupConfiguration()
{
return $this->backupConfiguration;
@@ -2528,7 +2408,6 @@ public function setDatabaseFlags($databaseFlags)
{
$this->databaseFlags = $databaseFlags;
}
-
public function getDatabaseFlags()
{
return $this->databaseFlags;
@@ -2537,7 +2416,6 @@ public function setDatabaseReplicationEnabled($databaseReplicationEnabled)
{
$this->databaseReplicationEnabled = $databaseReplicationEnabled;
}
-
public function getDatabaseReplicationEnabled()
{
return $this->databaseReplicationEnabled;
@@ -2546,7 +2424,6 @@ public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipCo
{
$this->ipConfiguration = $ipConfiguration;
}
-
public function getIpConfiguration()
{
return $this->ipConfiguration;
@@ -2555,7 +2432,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2564,7 +2440,6 @@ public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference
{
$this->locationPreference = $locationPreference;
}
-
public function getLocationPreference()
{
return $this->locationPreference;
@@ -2573,7 +2448,6 @@ public function setPricingPlan($pricingPlan)
{
$this->pricingPlan = $pricingPlan;
}
-
public function getPricingPlan()
{
return $this->pricingPlan;
@@ -2582,7 +2456,6 @@ public function setReplicationType($replicationType)
{
$this->replicationType = $replicationType;
}
-
public function getReplicationType()
{
return $this->replicationType;
@@ -2591,7 +2464,6 @@ public function setSettingsVersion($settingsVersion)
{
$this->settingsVersion = $settingsVersion;
}
-
public function getSettingsVersion()
{
return $this->settingsVersion;
@@ -2600,12 +2472,10 @@ public function setTier($tier)
{
$this->tier = $tier;
}
-
public function getTier()
{
return $this->tier;
}
-
}
class Google_Service_SQLAdmin_SslCert extends Google_Model
@@ -2621,11 +2491,11 @@ class Google_Service_SQLAdmin_SslCert extends Google_Model
public $kind;
public $sha1Fingerprint;
+
public function setCert($cert)
{
$this->cert = $cert;
}
-
public function getCert()
{
return $this->cert;
@@ -2634,7 +2504,6 @@ public function setCertSerialNumber($certSerialNumber)
{
$this->certSerialNumber = $certSerialNumber;
}
-
public function getCertSerialNumber()
{
return $this->certSerialNumber;
@@ -2643,7 +2512,6 @@ public function setCommonName($commonName)
{
$this->commonName = $commonName;
}
-
public function getCommonName()
{
return $this->commonName;
@@ -2652,7 +2520,6 @@ public function setCreateTime($createTime)
{
$this->createTime = $createTime;
}
-
public function getCreateTime()
{
return $this->createTime;
@@ -2661,7 +2528,6 @@ public function setExpirationTime($expirationTime)
{
$this->expirationTime = $expirationTime;
}
-
public function getExpirationTime()
{
return $this->expirationTime;
@@ -2670,7 +2536,6 @@ public function setInstance($instance)
{
$this->instance = $instance;
}
-
public function getInstance()
{
return $this->instance;
@@ -2679,7 +2544,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2688,12 +2552,10 @@ public function setSha1Fingerprint($sha1Fingerprint)
{
$this->sha1Fingerprint = $sha1Fingerprint;
}
-
public function getSha1Fingerprint()
{
return $this->sha1Fingerprint;
}
-
}
class Google_Service_SQLAdmin_SslCertDetail extends Google_Model
@@ -2704,11 +2566,11 @@ class Google_Service_SQLAdmin_SslCertDetail extends Google_Model
protected $certInfoDataType = '';
public $certPrivateKey;
+
public function setCertInfo(Google_Service_SQLAdmin_SslCert $certInfo)
{
$this->certInfo = $certInfo;
}
-
public function getCertInfo()
{
return $this->certInfo;
@@ -2717,12 +2579,10 @@ public function setCertPrivateKey($certPrivateKey)
{
$this->certPrivateKey = $certPrivateKey;
}
-
public function getCertPrivateKey()
{
return $this->certPrivateKey;
}
-
}
class Google_Service_SQLAdmin_SslCertsDeleteResponse extends Google_Model
@@ -2732,11 +2592,11 @@ class Google_Service_SQLAdmin_SslCertsDeleteResponse extends Google_Model
public $kind;
public $operation;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2745,12 +2605,10 @@ public function setOperation($operation)
{
$this->operation = $operation;
}
-
public function getOperation()
{
return $this->operation;
}
-
}
class Google_Service_SQLAdmin_SslCertsInsertRequest extends Google_Model
@@ -2759,16 +2617,15 @@ class Google_Service_SQLAdmin_SslCertsInsertRequest extends Google_Model
);
public $commonName;
+
public function setCommonName($commonName)
{
$this->commonName = $commonName;
}
-
public function getCommonName()
{
return $this->commonName;
}
-
}
class Google_Service_SQLAdmin_SslCertsInsertResponse extends Google_Model
@@ -2781,11 +2638,11 @@ class Google_Service_SQLAdmin_SslCertsInsertResponse extends Google_Model
protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
protected $serverCaCertDataType = '';
+
public function setClientCert(Google_Service_SQLAdmin_SslCertDetail $clientCert)
{
$this->clientCert = $clientCert;
}
-
public function getClientCert()
{
return $this->clientCert;
@@ -2794,7 +2651,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2803,12 +2659,10 @@ public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
{
$this->serverCaCert = $serverCaCert;
}
-
public function getServerCaCert()
{
return $this->serverCaCert;
}
-
}
class Google_Service_SQLAdmin_SslCertsListResponse extends Google_Collection
@@ -2820,11 +2674,11 @@ class Google_Service_SQLAdmin_SslCertsListResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2833,12 +2687,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_SQLAdmin_Tier extends Google_Collection
@@ -2854,11 +2706,11 @@ class Google_Service_SQLAdmin_Tier extends Google_Collection
public $region;
public $tier;
+
public function setDiskQuota($diskQuota)
{
$this->diskQuota = $diskQuota;
}
-
public function getDiskQuota()
{
return $this->diskQuota;
@@ -2867,7 +2719,6 @@ public function setRAM($rAM)
{
$this->rAM = $rAM;
}
-
public function getRAM()
{
return $this->rAM;
@@ -2876,7 +2727,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2885,7 +2735,6 @@ public function setRegion($region)
{
$this->region = $region;
}
-
public function getRegion()
{
return $this->region;
@@ -2894,12 +2743,10 @@ public function setTier($tier)
{
$this->tier = $tier;
}
-
public function getTier()
{
return $this->tier;
}
-
}
class Google_Service_SQLAdmin_TiersListResponse extends Google_Collection
@@ -2911,11 +2758,11 @@ class Google_Service_SQLAdmin_TiersListResponse extends Google_Collection
protected $itemsDataType = 'array';
public $kind;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -2924,10 +2771,8 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
From 5bf7b43640b3f7053c4cd1bb0be43cc0de849363 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Groups Migration Api.
- *
* For more information about this service, see the API
@@ -86,8 +85,7 @@ class Google_Service_GroupsMigration_Archive_Resource extends Google_Service_Res
/**
* Inserts a new mail into the archive of the Google group. (archive.insert)
*
- * @param string $groupId
- * The group ID
+ * @param string $groupId The group ID
* @param array $optParams Optional parameters.
* @return Google_Service_GroupsMigration_Groups
*/
@@ -109,11 +107,11 @@ class Google_Service_GroupsMigration_Groups extends Google_Model
public $kind;
public $responseCode;
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -122,10 +120,8 @@ public function setResponseCode($responseCode)
{
$this->responseCode = $responseCode;
}
-
public function getResponseCode()
{
return $this->responseCode;
}
-
}
From 4e395cb1639661ab70c3e2d7bf4669beff43bee0 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you find the least expensive flights between an origin and a destination.
- *
* For more information about this service, see the API
@@ -103,11 +103,11 @@ class Google_Service_QPXExpress_AircraftData extends Google_Model
public $kind;
public $name;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -116,7 +116,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -125,12 +124,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_QPXExpress_AirportData extends Google_Model
@@ -142,11 +139,11 @@ class Google_Service_QPXExpress_AirportData extends Google_Model
public $kind;
public $name;
+
public function setCity($city)
{
$this->city = $city;
}
-
public function getCity()
{
return $this->city;
@@ -155,7 +152,6 @@ public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -164,7 +160,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -173,12 +168,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_QPXExpress_BagDescriptor extends Google_Collection
@@ -192,11 +185,11 @@ class Google_Service_QPXExpress_BagDescriptor extends Google_Collection
public $kind;
public $subcode;
+
public function setCommercialName($commercialName)
{
$this->commercialName = $commercialName;
}
-
public function getCommercialName()
{
return $this->commercialName;
@@ -205,7 +198,6 @@ public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -214,7 +206,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -223,7 +214,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -232,12 +222,10 @@ public function setSubcode($subcode)
{
$this->subcode = $subcode;
}
-
public function getSubcode()
{
return $this->subcode;
}
-
}
class Google_Service_QPXExpress_CarrierData extends Google_Model
@@ -248,11 +236,11 @@ class Google_Service_QPXExpress_CarrierData extends Google_Model
public $kind;
public $name;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -261,7 +249,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -270,12 +257,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_QPXExpress_CityData extends Google_Model
@@ -287,11 +272,11 @@ class Google_Service_QPXExpress_CityData extends Google_Model
public $kind;
public $name;
+
public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -300,7 +285,6 @@ public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -309,7 +293,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -318,12 +301,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_QPXExpress_Data extends Google_Collection
@@ -343,11 +324,11 @@ class Google_Service_QPXExpress_Data extends Google_Collection
protected $taxType = 'Google_Service_QPXExpress_TaxData';
protected $taxDataType = 'array';
+
public function setAircraft($aircraft)
{
$this->aircraft = $aircraft;
}
-
public function getAircraft()
{
return $this->aircraft;
@@ -356,7 +337,6 @@ public function setAirport($airport)
{
$this->airport = $airport;
}
-
public function getAirport()
{
return $this->airport;
@@ -365,7 +345,6 @@ public function setCarrier($carrier)
{
$this->carrier = $carrier;
}
-
public function getCarrier()
{
return $this->carrier;
@@ -374,7 +353,6 @@ public function setCity($city)
{
$this->city = $city;
}
-
public function getCity()
{
return $this->city;
@@ -383,7 +361,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -392,12 +369,10 @@ public function setTax($tax)
{
$this->tax = $tax;
}
-
public function getTax()
{
return $this->tax;
}
-
}
class Google_Service_QPXExpress_FareInfo extends Google_Model
@@ -412,11 +387,11 @@ class Google_Service_QPXExpress_FareInfo extends Google_Model
public $origin;
public $private;
+
public function setBasisCode($basisCode)
{
$this->basisCode = $basisCode;
}
-
public function getBasisCode()
{
return $this->basisCode;
@@ -425,7 +400,6 @@ public function setCarrier($carrier)
{
$this->carrier = $carrier;
}
-
public function getCarrier()
{
return $this->carrier;
@@ -434,7 +408,6 @@ public function setDestination($destination)
{
$this->destination = $destination;
}
-
public function getDestination()
{
return $this->destination;
@@ -443,7 +416,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -452,7 +424,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -461,7 +432,6 @@ public function setOrigin($origin)
{
$this->origin = $origin;
}
-
public function getOrigin()
{
return $this->origin;
@@ -470,12 +440,10 @@ public function setPrivate($private)
{
$this->private = $private;
}
-
public function getPrivate()
{
return $this->private;
}
-
}
class Google_Service_QPXExpress_FlightInfo extends Google_Model
@@ -485,11 +453,11 @@ class Google_Service_QPXExpress_FlightInfo extends Google_Model
public $carrier;
public $number;
+
public function setCarrier($carrier)
{
$this->carrier = $carrier;
}
-
public function getCarrier()
{
return $this->carrier;
@@ -498,12 +466,10 @@ public function setNumber($number)
{
$this->number = $number;
}
-
public function getNumber()
{
return $this->number;
}
-
}
class Google_Service_QPXExpress_FreeBaggageAllowance extends Google_Collection
@@ -519,11 +485,11 @@ class Google_Service_QPXExpress_FreeBaggageAllowance extends Google_Collection
public $pieces;
public $pounds;
+
public function setBagDescriptor($bagDescriptor)
{
$this->bagDescriptor = $bagDescriptor;
}
-
public function getBagDescriptor()
{
return $this->bagDescriptor;
@@ -532,7 +498,6 @@ public function setKilos($kilos)
{
$this->kilos = $kilos;
}
-
public function getKilos()
{
return $this->kilos;
@@ -541,7 +506,6 @@ public function setKilosPerPiece($kilosPerPiece)
{
$this->kilosPerPiece = $kilosPerPiece;
}
-
public function getKilosPerPiece()
{
return $this->kilosPerPiece;
@@ -550,7 +514,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -559,7 +522,6 @@ public function setPieces($pieces)
{
$this->pieces = $pieces;
}
-
public function getPieces()
{
return $this->pieces;
@@ -568,12 +530,10 @@ public function setPounds($pounds)
{
$this->pounds = $pounds;
}
-
public function getPounds()
{
return $this->pounds;
}
-
}
class Google_Service_QPXExpress_LegInfo extends Google_Model
@@ -598,11 +558,11 @@ class Google_Service_QPXExpress_LegInfo extends Google_Model
public $originTerminal;
public $secure;
+
public function setAircraft($aircraft)
{
$this->aircraft = $aircraft;
}
-
public function getAircraft()
{
return $this->aircraft;
@@ -611,7 +571,6 @@ public function setArrivalTime($arrivalTime)
{
$this->arrivalTime = $arrivalTime;
}
-
public function getArrivalTime()
{
return $this->arrivalTime;
@@ -620,7 +579,6 @@ public function setChangePlane($changePlane)
{
$this->changePlane = $changePlane;
}
-
public function getChangePlane()
{
return $this->changePlane;
@@ -629,7 +587,6 @@ public function setConnectionDuration($connectionDuration)
{
$this->connectionDuration = $connectionDuration;
}
-
public function getConnectionDuration()
{
return $this->connectionDuration;
@@ -638,7 +595,6 @@ public function setDepartureTime($departureTime)
{
$this->departureTime = $departureTime;
}
-
public function getDepartureTime()
{
return $this->departureTime;
@@ -647,7 +603,6 @@ public function setDestination($destination)
{
$this->destination = $destination;
}
-
public function getDestination()
{
return $this->destination;
@@ -656,7 +611,6 @@ public function setDestinationTerminal($destinationTerminal)
{
$this->destinationTerminal = $destinationTerminal;
}
-
public function getDestinationTerminal()
{
return $this->destinationTerminal;
@@ -665,7 +619,6 @@ public function setDuration($duration)
{
$this->duration = $duration;
}
-
public function getDuration()
{
return $this->duration;
@@ -674,7 +627,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -683,7 +635,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -692,7 +643,6 @@ public function setMeal($meal)
{
$this->meal = $meal;
}
-
public function getMeal()
{
return $this->meal;
@@ -701,7 +651,6 @@ public function setMileage($mileage)
{
$this->mileage = $mileage;
}
-
public function getMileage()
{
return $this->mileage;
@@ -710,7 +659,6 @@ public function setOnTimePerformance($onTimePerformance)
{
$this->onTimePerformance = $onTimePerformance;
}
-
public function getOnTimePerformance()
{
return $this->onTimePerformance;
@@ -719,7 +667,6 @@ public function setOperatingDisclosure($operatingDisclosure)
{
$this->operatingDisclosure = $operatingDisclosure;
}
-
public function getOperatingDisclosure()
{
return $this->operatingDisclosure;
@@ -728,7 +675,6 @@ public function setOrigin($origin)
{
$this->origin = $origin;
}
-
public function getOrigin()
{
return $this->origin;
@@ -737,7 +683,6 @@ public function setOriginTerminal($originTerminal)
{
$this->originTerminal = $originTerminal;
}
-
public function getOriginTerminal()
{
return $this->originTerminal;
@@ -746,12 +691,10 @@ public function setSecure($secure)
{
$this->secure = $secure;
}
-
public function getSecure()
{
return $this->secure;
}
-
}
class Google_Service_QPXExpress_PassengerCounts extends Google_Model
@@ -765,11 +708,11 @@ class Google_Service_QPXExpress_PassengerCounts extends Google_Model
public $kind;
public $seniorCount;
+
public function setAdultCount($adultCount)
{
$this->adultCount = $adultCount;
}
-
public function getAdultCount()
{
return $this->adultCount;
@@ -778,7 +721,6 @@ public function setChildCount($childCount)
{
$this->childCount = $childCount;
}
-
public function getChildCount()
{
return $this->childCount;
@@ -787,7 +729,6 @@ public function setInfantInLapCount($infantInLapCount)
{
$this->infantInLapCount = $infantInLapCount;
}
-
public function getInfantInLapCount()
{
return $this->infantInLapCount;
@@ -796,7 +737,6 @@ public function setInfantInSeatCount($infantInSeatCount)
{
$this->infantInSeatCount = $infantInSeatCount;
}
-
public function getInfantInSeatCount()
{
return $this->infantInSeatCount;
@@ -805,7 +745,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -814,12 +753,10 @@ public function setSeniorCount($seniorCount)
{
$this->seniorCount = $seniorCount;
}
-
public function getSeniorCount()
{
return $this->seniorCount;
}
-
}
class Google_Service_QPXExpress_PricingInfo extends Google_Collection
@@ -845,11 +782,11 @@ class Google_Service_QPXExpress_PricingInfo extends Google_Collection
protected $taxType = 'Google_Service_QPXExpress_TaxInfo';
protected $taxDataType = 'array';
+
public function setBaseFareTotal($baseFareTotal)
{
$this->baseFareTotal = $baseFareTotal;
}
-
public function getBaseFareTotal()
{
return $this->baseFareTotal;
@@ -858,7 +795,6 @@ public function setFare($fare)
{
$this->fare = $fare;
}
-
public function getFare()
{
return $this->fare;
@@ -867,7 +803,6 @@ public function setFareCalculation($fareCalculation)
{
$this->fareCalculation = $fareCalculation;
}
-
public function getFareCalculation()
{
return $this->fareCalculation;
@@ -876,7 +811,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -885,7 +819,6 @@ public function setLatestTicketingTime($latestTicketingTime)
{
$this->latestTicketingTime = $latestTicketingTime;
}
-
public function getLatestTicketingTime()
{
return $this->latestTicketingTime;
@@ -894,7 +827,6 @@ public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passeng
{
$this->passengers = $passengers;
}
-
public function getPassengers()
{
return $this->passengers;
@@ -903,7 +835,6 @@ public function setPtc($ptc)
{
$this->ptc = $ptc;
}
-
public function getPtc()
{
return $this->ptc;
@@ -912,7 +843,6 @@ public function setRefundable($refundable)
{
$this->refundable = $refundable;
}
-
public function getRefundable()
{
return $this->refundable;
@@ -921,7 +851,6 @@ public function setSaleFareTotal($saleFareTotal)
{
$this->saleFareTotal = $saleFareTotal;
}
-
public function getSaleFareTotal()
{
return $this->saleFareTotal;
@@ -930,7 +859,6 @@ public function setSaleTaxTotal($saleTaxTotal)
{
$this->saleTaxTotal = $saleTaxTotal;
}
-
public function getSaleTaxTotal()
{
return $this->saleTaxTotal;
@@ -939,7 +867,6 @@ public function setSaleTotal($saleTotal)
{
$this->saleTotal = $saleTotal;
}
-
public function getSaleTotal()
{
return $this->saleTotal;
@@ -948,7 +875,6 @@ public function setSegmentPricing($segmentPricing)
{
$this->segmentPricing = $segmentPricing;
}
-
public function getSegmentPricing()
{
return $this->segmentPricing;
@@ -957,12 +883,10 @@ public function setTax($tax)
{
$this->tax = $tax;
}
-
public function getTax()
{
return $this->tax;
}
-
}
class Google_Service_QPXExpress_SegmentInfo extends Google_Collection
@@ -984,11 +908,11 @@ class Google_Service_QPXExpress_SegmentInfo extends Google_Collection
public $marriedSegmentGroup;
public $subjectToGovernmentApproval;
+
public function setBookingCode($bookingCode)
{
$this->bookingCode = $bookingCode;
}
-
public function getBookingCode()
{
return $this->bookingCode;
@@ -997,7 +921,6 @@ public function setBookingCodeCount($bookingCodeCount)
{
$this->bookingCodeCount = $bookingCodeCount;
}
-
public function getBookingCodeCount()
{
return $this->bookingCodeCount;
@@ -1006,7 +929,6 @@ public function setCabin($cabin)
{
$this->cabin = $cabin;
}
-
public function getCabin()
{
return $this->cabin;
@@ -1015,7 +937,6 @@ public function setConnectionDuration($connectionDuration)
{
$this->connectionDuration = $connectionDuration;
}
-
public function getConnectionDuration()
{
return $this->connectionDuration;
@@ -1024,7 +945,6 @@ public function setDuration($duration)
{
$this->duration = $duration;
}
-
public function getDuration()
{
return $this->duration;
@@ -1033,7 +953,6 @@ public function setFlight(Google_Service_QPXExpress_FlightInfo $flight)
{
$this->flight = $flight;
}
-
public function getFlight()
{
return $this->flight;
@@ -1042,7 +961,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1051,7 +969,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1060,7 +977,6 @@ public function setLeg($leg)
{
$this->leg = $leg;
}
-
public function getLeg()
{
return $this->leg;
@@ -1069,7 +985,6 @@ public function setMarriedSegmentGroup($marriedSegmentGroup)
{
$this->marriedSegmentGroup = $marriedSegmentGroup;
}
-
public function getMarriedSegmentGroup()
{
return $this->marriedSegmentGroup;
@@ -1078,12 +993,10 @@ public function setSubjectToGovernmentApproval($subjectToGovernmentApproval)
{
$this->subjectToGovernmentApproval = $subjectToGovernmentApproval;
}
-
public function getSubjectToGovernmentApproval()
{
return $this->subjectToGovernmentApproval;
}
-
}
class Google_Service_QPXExpress_SegmentPricing extends Google_Collection
@@ -1097,11 +1010,11 @@ class Google_Service_QPXExpress_SegmentPricing extends Google_Collection
public $kind;
public $segmentId;
+
public function setFareId($fareId)
{
$this->fareId = $fareId;
}
-
public function getFareId()
{
return $this->fareId;
@@ -1110,7 +1023,6 @@ public function setFreeBaggageOption($freeBaggageOption)
{
$this->freeBaggageOption = $freeBaggageOption;
}
-
public function getFreeBaggageOption()
{
return $this->freeBaggageOption;
@@ -1119,7 +1031,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1128,12 +1039,10 @@ public function setSegmentId($segmentId)
{
$this->segmentId = $segmentId;
}
-
public function getSegmentId()
{
return $this->segmentId;
}
-
}
class Google_Service_QPXExpress_SliceInfo extends Google_Collection
@@ -1146,11 +1055,11 @@ class Google_Service_QPXExpress_SliceInfo extends Google_Collection
protected $segmentType = 'Google_Service_QPXExpress_SegmentInfo';
protected $segmentDataType = 'array';
+
public function setDuration($duration)
{
$this->duration = $duration;
}
-
public function getDuration()
{
return $this->duration;
@@ -1159,7 +1068,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1168,12 +1076,10 @@ public function setSegment($segment)
{
$this->segment = $segment;
}
-
public function getSegment()
{
return $this->segment;
}
-
}
class Google_Service_QPXExpress_SliceInput extends Google_Collection
@@ -1194,11 +1100,11 @@ class Google_Service_QPXExpress_SliceInput extends Google_Collection
public $preferredCabin;
public $prohibitedCarrier;
+
public function setAlliance($alliance)
{
$this->alliance = $alliance;
}
-
public function getAlliance()
{
return $this->alliance;
@@ -1207,7 +1113,6 @@ public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
@@ -1216,7 +1121,6 @@ public function setDestination($destination)
{
$this->destination = $destination;
}
-
public function getDestination()
{
return $this->destination;
@@ -1225,7 +1129,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1234,7 +1137,6 @@ public function setMaxConnectionDuration($maxConnectionDuration)
{
$this->maxConnectionDuration = $maxConnectionDuration;
}
-
public function getMaxConnectionDuration()
{
return $this->maxConnectionDuration;
@@ -1243,7 +1145,6 @@ public function setMaxStops($maxStops)
{
$this->maxStops = $maxStops;
}
-
public function getMaxStops()
{
return $this->maxStops;
@@ -1252,7 +1153,6 @@ public function setOrigin($origin)
{
$this->origin = $origin;
}
-
public function getOrigin()
{
return $this->origin;
@@ -1261,7 +1161,6 @@ public function setPermittedCarrier($permittedCarrier)
{
$this->permittedCarrier = $permittedCarrier;
}
-
public function getPermittedCarrier()
{
return $this->permittedCarrier;
@@ -1270,7 +1169,6 @@ public function setPermittedDepartureTime(Google_Service_QPXExpress_TimeOfDayRan
{
$this->permittedDepartureTime = $permittedDepartureTime;
}
-
public function getPermittedDepartureTime()
{
return $this->permittedDepartureTime;
@@ -1279,7 +1177,6 @@ public function setPreferredCabin($preferredCabin)
{
$this->preferredCabin = $preferredCabin;
}
-
public function getPreferredCabin()
{
return $this->preferredCabin;
@@ -1288,12 +1185,10 @@ public function setProhibitedCarrier($prohibitedCarrier)
{
$this->prohibitedCarrier = $prohibitedCarrier;
}
-
public function getProhibitedCarrier()
{
return $this->prohibitedCarrier;
}
-
}
class Google_Service_QPXExpress_TaxData extends Google_Model
@@ -1304,11 +1199,11 @@ class Google_Service_QPXExpress_TaxData extends Google_Model
public $kind;
public $name;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1317,7 +1212,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1326,12 +1220,10 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
}
-
}
class Google_Service_QPXExpress_TaxInfo extends Google_Model
@@ -1345,11 +1237,11 @@ class Google_Service_QPXExpress_TaxInfo extends Google_Model
public $kind;
public $salePrice;
+
public function setChargeType($chargeType)
{
$this->chargeType = $chargeType;
}
-
public function getChargeType()
{
return $this->chargeType;
@@ -1358,7 +1250,6 @@ public function setCode($code)
{
$this->code = $code;
}
-
public function getCode()
{
return $this->code;
@@ -1367,7 +1258,6 @@ public function setCountry($country)
{
$this->country = $country;
}
-
public function getCountry()
{
return $this->country;
@@ -1376,7 +1266,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1385,7 +1274,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1394,12 +1282,10 @@ public function setSalePrice($salePrice)
{
$this->salePrice = $salePrice;
}
-
public function getSalePrice()
{
return $this->salePrice;
}
-
}
class Google_Service_QPXExpress_TimeOfDayRange extends Google_Model
@@ -1410,11 +1296,11 @@ class Google_Service_QPXExpress_TimeOfDayRange extends Google_Model
public $kind;
public $latestTime;
+
public function setEarliestTime($earliestTime)
{
$this->earliestTime = $earliestTime;
}
-
public function getEarliestTime()
{
return $this->earliestTime;
@@ -1423,7 +1309,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1432,12 +1317,10 @@ public function setLatestTime($latestTime)
{
$this->latestTime = $latestTime;
}
-
public function getLatestTime()
{
return $this->latestTime;
}
-
}
class Google_Service_QPXExpress_TripOption extends Google_Collection
@@ -1453,11 +1336,11 @@ class Google_Service_QPXExpress_TripOption extends Google_Collection
protected $sliceType = 'Google_Service_QPXExpress_SliceInfo';
protected $sliceDataType = 'array';
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -1466,7 +1349,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1475,7 +1357,6 @@ public function setPricing($pricing)
{
$this->pricing = $pricing;
}
-
public function getPricing()
{
return $this->pricing;
@@ -1484,7 +1365,6 @@ public function setSaleTotal($saleTotal)
{
$this->saleTotal = $saleTotal;
}
-
public function getSaleTotal()
{
return $this->saleTotal;
@@ -1493,12 +1373,10 @@ public function setSlice($slice)
{
$this->slice = $slice;
}
-
public function getSlice()
{
return $this->slice;
}
-
}
class Google_Service_QPXExpress_TripOptionsRequest extends Google_Collection
@@ -1515,11 +1393,11 @@ class Google_Service_QPXExpress_TripOptionsRequest extends Google_Collection
protected $sliceDataType = 'array';
public $solutions;
+
public function setMaxPrice($maxPrice)
{
$this->maxPrice = $maxPrice;
}
-
public function getMaxPrice()
{
return $this->maxPrice;
@@ -1528,7 +1406,6 @@ public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passeng
{
$this->passengers = $passengers;
}
-
public function getPassengers()
{
return $this->passengers;
@@ -1537,7 +1414,6 @@ public function setRefundable($refundable)
{
$this->refundable = $refundable;
}
-
public function getRefundable()
{
return $this->refundable;
@@ -1546,7 +1422,6 @@ public function setSaleCountry($saleCountry)
{
$this->saleCountry = $saleCountry;
}
-
public function getSaleCountry()
{
return $this->saleCountry;
@@ -1555,7 +1430,6 @@ public function setSlice($slice)
{
$this->slice = $slice;
}
-
public function getSlice()
{
return $this->slice;
@@ -1564,12 +1438,10 @@ public function setSolutions($solutions)
{
$this->solutions = $solutions;
}
-
public function getSolutions()
{
return $this->solutions;
}
-
}
class Google_Service_QPXExpress_TripOptionsResponse extends Google_Collection
@@ -1584,11 +1456,11 @@ class Google_Service_QPXExpress_TripOptionsResponse extends Google_Collection
protected $tripOptionType = 'Google_Service_QPXExpress_TripOption';
protected $tripOptionDataType = 'array';
+
public function setData(Google_Service_QPXExpress_Data $data)
{
$this->data = $data;
}
-
public function getData()
{
return $this->data;
@@ -1597,7 +1469,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1606,7 +1477,6 @@ public function setRequestId($requestId)
{
$this->requestId = $requestId;
}
-
public function getRequestId()
{
return $this->requestId;
@@ -1615,12 +1485,10 @@ public function setTripOption($tripOption)
{
$this->tripOption = $tripOption;
}
-
public function getTripOption()
{
return $this->tripOption;
}
-
}
class Google_Service_QPXExpress_TripsSearchRequest extends Google_Model
@@ -1630,16 +1498,15 @@ class Google_Service_QPXExpress_TripsSearchRequest extends Google_Model
protected $requestType = 'Google_Service_QPXExpress_TripOptionsRequest';
protected $requestDataType = '';
+
public function setRequest(Google_Service_QPXExpress_TripOptionsRequest $request)
{
$this->request = $request;
}
-
public function getRequest()
{
return $this->request;
}
-
}
class Google_Service_QPXExpress_TripsSearchResponse extends Google_Model
@@ -1650,11 +1517,11 @@ class Google_Service_QPXExpress_TripsSearchResponse extends Google_Model
protected $tripsType = 'Google_Service_QPXExpress_TripOptionsResponse';
protected $tripsDataType = '';
+
public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -1663,10 +1530,8 @@ public function setTrips(Google_Service_QPXExpress_TripOptionsResponse $trips)
{
$this->trips = $trips;
}
-
public function getTrips()
{
return $this->trips;
}
-
}
From 8ff1036fe5954f37ef724ad58077919b8c4f491e Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you access OAuth2 protocol related APIs.
- *
* For more information about this service, see the API
@@ -32,13 +31,17 @@
class Google_Service_Oauth2 extends Google_Service
{
/** Know your basic profile info and list of people in your circles.. */
- const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login";
+ const PLUS_LOGIN =
+ "https://www.googleapis.com/auth/plus.login";
/** Know who you are on Google. */
- const PLUS_ME = "https://www.googleapis.com/auth/plus.me";
+ const PLUS_ME =
+ "https://www.googleapis.com/auth/plus.me";
/** View your email address. */
- const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email";
+ const USERINFO_EMAIL =
+ "https://www.googleapis.com/auth/userinfo.email";
/** View your basic profile info. */
- const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile";
+ const USERINFO_PROFILE =
+ "https://www.googleapis.com/auth/userinfo.profile";
public $userinfo;
public $userinfo_v2_me;
@@ -114,9 +117,7 @@ public function __construct(Google_Client $client)
* @param array $optParams Optional parameters.
*
* @opt_param string access_token
- *
* @opt_param string id_token
- *
* @return Google_Service_Oauth2_Tokeninfo
*/
public function tokeninfo($optParams = array())
@@ -163,7 +164,6 @@ public function get($optParams = array())
*/
class Google_Service_Oauth2_UserinfoV2_Resource extends Google_Service_Resource
{
-
}
/**
@@ -212,11 +212,11 @@ class Google_Service_Oauth2_Tokeninfo extends Google_Model
public $userId;
public $verifiedEmail;
+
public function setAccessType($accessType)
{
$this->accessType = $accessType;
}
-
public function getAccessType()
{
return $this->accessType;
@@ -225,7 +225,6 @@ public function setAudience($audience)
{
$this->audience = $audience;
}
-
public function getAudience()
{
return $this->audience;
@@ -234,7 +233,6 @@ public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -243,7 +241,6 @@ public function setExpiresIn($expiresIn)
{
$this->expiresIn = $expiresIn;
}
-
public function getExpiresIn()
{
return $this->expiresIn;
@@ -252,7 +249,6 @@ public function setIssuedTo($issuedTo)
{
$this->issuedTo = $issuedTo;
}
-
public function getIssuedTo()
{
return $this->issuedTo;
@@ -261,7 +257,6 @@ public function setScope($scope)
{
$this->scope = $scope;
}
-
public function getScope()
{
return $this->scope;
@@ -270,7 +265,6 @@ public function setUserId($userId)
{
$this->userId = $userId;
}
-
public function getUserId()
{
return $this->userId;
@@ -279,12 +273,10 @@ public function setVerifiedEmail($verifiedEmail)
{
$this->verifiedEmail = $verifiedEmail;
}
-
public function getVerifiedEmail()
{
return $this->verifiedEmail;
}
-
}
class Google_Service_Oauth2_Userinfoplus extends Google_Model
@@ -306,11 +298,11 @@ class Google_Service_Oauth2_Userinfoplus extends Google_Model
public $picture;
public $verifiedEmail;
+
public function setEmail($email)
{
$this->email = $email;
}
-
public function getEmail()
{
return $this->email;
@@ -319,7 +311,6 @@ public function setFamilyName($familyName)
{
$this->familyName = $familyName;
}
-
public function getFamilyName()
{
return $this->familyName;
@@ -328,7 +319,6 @@ public function setGender($gender)
{
$this->gender = $gender;
}
-
public function getGender()
{
return $this->gender;
@@ -337,7 +327,6 @@ public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
-
public function getGivenName()
{
return $this->givenName;
@@ -346,7 +335,6 @@ public function setHd($hd)
{
$this->hd = $hd;
}
-
public function getHd()
{
return $this->hd;
@@ -355,7 +343,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -364,7 +351,6 @@ public function setLink($link)
{
$this->link = $link;
}
-
public function getLink()
{
return $this->link;
@@ -373,7 +359,6 @@ public function setLocale($locale)
{
$this->locale = $locale;
}
-
public function getLocale()
{
return $this->locale;
@@ -382,7 +367,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -391,7 +375,6 @@ public function setPicture($picture)
{
$this->picture = $picture;
}
-
public function getPicture()
{
return $this->picture;
@@ -400,10 +383,8 @@ public function setVerifiedEmail($verifiedEmail)
{
$this->verifiedEmail = $verifiedEmail;
}
-
public function getVerifiedEmail()
{
return $this->verifiedEmail;
}
-
}
From 09957473939dd46ec590e0023e74fd2e8b20b8e8 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * The API to interact with Drive.
- *
* For more information about this service, see the API
@@ -32,19 +31,26 @@
class Google_Service_Drive extends Google_Service
{
/** View and manage the files and documents in your Google Drive. */
- const DRIVE = "https://www.googleapis.com/auth/drive";
+ const DRIVE =
+ "https://www.googleapis.com/auth/drive";
/** View and manage its own configuration data in your Google Drive. */
- const DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata";
+ const DRIVE_APPDATA =
+ "https://www.googleapis.com/auth/drive.appdata";
/** View your Google Drive apps. */
- const DRIVE_APPS_READONLY = "https://www.googleapis.com/auth/drive.apps.readonly";
+ const DRIVE_APPS_READONLY =
+ "https://www.googleapis.com/auth/drive.apps.readonly";
/** View and manage Google Drive files that you have opened or created with this app. */
- const DRIVE_FILE = "https://www.googleapis.com/auth/drive.file";
+ const DRIVE_FILE =
+ "https://www.googleapis.com/auth/drive.file";
/** View metadata for files and documents in your Google Drive. */
- const DRIVE_METADATA_READONLY = "https://www.googleapis.com/auth/drive.metadata.readonly";
+ const DRIVE_METADATA_READONLY =
+ "https://www.googleapis.com/auth/drive.metadata.readonly";
/** View the files and documents in your Google Drive. */
- const DRIVE_READONLY = "https://www.googleapis.com/auth/drive.readonly";
+ const DRIVE_READONLY =
+ "https://www.googleapis.com/auth/drive.readonly";
/** Modify your Google Apps Script scripts' behavior. */
- const DRIVE_SCRIPTS = "https://www.googleapis.com/auth/drive.scripts";
+ const DRIVE_SCRIPTS =
+ "https://www.googleapis.com/auth/drive.scripts";
public $about;
public $apps;
@@ -1274,14 +1280,15 @@ class Google_Service_Drive_About_Resource extends Google_Service_Resource
*
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeSubscribed
- * When calculating the number of remaining change IDs, whether to include public files the user
- * has opened and shared files. When set to false, this counts only change IDs for owned files and
- * any shared or public files that the user has explicitly added to a folder they own.
- * @opt_param string maxChangeIdCount
- * Maximum number of remaining change IDs to count
- * @opt_param string startChangeId
- * Change ID to start counting from when calculating number of remaining change IDs
+ * @opt_param bool includeSubscribed When calculating the number of remaining
+ * change IDs, whether to include public files the user has opened and shared
+ * files. When set to false, this counts only change IDs for owned files and any
+ * shared or public files that the user has explicitly added to a folder they
+ * own.
+ * @opt_param string maxChangeIdCount Maximum number of remaining change IDs to
+ * count
+ * @opt_param string startChangeId Change ID to start counting from when
+ * calculating number of remaining change IDs
* @return Google_Service_Drive_About
*/
public function get($optParams = array())
@@ -1306,8 +1313,7 @@ class Google_Service_Drive_Apps_Resource extends Google_Service_Resource
/**
* Gets a specific app. (apps.get)
*
- * @param string $appId
- * The ID of the app.
+ * @param string $appId The ID of the app.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_App
*/
@@ -1317,22 +1323,25 @@ public function get($appId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_App");
}
+
/**
* Lists a user's installed apps. (apps.listApps)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string languageCode
- * A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format
- * (http://www.unicode.org/reports/tr35/).
- * @opt_param string appFilterExtensions
- * A comma-separated list of file extensions for open with filtering. All apps within the given app
- * query scope which can open any of the given file extensions will be included in the response. If
- * appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists.
- * @opt_param string appFilterMimeTypes
- * A comma-separated list of MIME types for open with filtering. All apps within the given app
- * query scope which can open any of the given MIME types will be included in the response. If
- * appFilterExtensions are provided as well, the result is a union of the two resulting app lists.
+ * @opt_param string languageCode A language or locale code, as defined by BCP
+ * 47, with some extensions from Unicode's LDML format
+ * (http://www.unicode.org/reports/tr35/).
+ * @opt_param string appFilterExtensions A comma-separated list of file
+ * extensions for open with filtering. All apps within the given app query scope
+ * which can open any of the given file extensions will be included in the
+ * response. If appFilterMimeTypes are provided as well, the result is a union
+ * of the two resulting app lists.
+ * @opt_param string appFilterMimeTypes A comma-separated list of MIME types for
+ * open with filtering. All apps within the given app query scope which can open
+ * any of the given MIME types will be included in the response. If
+ * appFilterExtensions are provided as well, the result is a union of the two
+ * resulting app lists.
* @return Google_Service_Drive_AppList
*/
public function listApps($optParams = array())
@@ -1357,8 +1366,7 @@ class Google_Service_Drive_Changes_Resource extends Google_Service_Resource
/**
* Gets a specific change. (changes.get)
*
- * @param string $changeId
- * The ID of the change.
+ * @param string $changeId The ID of the change.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Change
*/
@@ -1368,23 +1376,20 @@ public function get($changeId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_Change");
}
+
/**
* Lists the changes for a user. (changes.listChanges)
*
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeSubscribed
- * Whether to include public files the user has opened and shared files. When set to false, the
- * list only includes owned files plus any shared or public files the user has explicitly added to
- * a folder they own.
- * @opt_param string startChangeId
- * Change ID to start listing changes from.
- * @opt_param bool includeDeleted
- * Whether to include deleted items.
- * @opt_param int maxResults
- * Maximum number of changes to return.
- * @opt_param string pageToken
- * Page token for changes.
+ * @opt_param bool includeSubscribed Whether to include public files the user
+ * has opened and shared files. When set to false, the list only includes owned
+ * files plus any shared or public files the user has explicitly added to a
+ * folder they own.
+ * @opt_param string startChangeId Change ID to start listing changes from.
+ * @opt_param bool includeDeleted Whether to include deleted items.
+ * @opt_param int maxResults Maximum number of changes to return.
+ * @opt_param string pageToken Page token for changes.
* @return Google_Service_Drive_ChangeList
*/
public function listChanges($optParams = array())
@@ -1393,24 +1398,21 @@ public function listChanges($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Drive_ChangeList");
}
+
/**
* Subscribe to changes for a user. (changes.watch)
*
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeSubscribed
- * Whether to include public files the user has opened and shared files. When set to false, the
- * list only includes owned files plus any shared or public files the user has explicitly added to
- * a folder they own.
- * @opt_param string startChangeId
- * Change ID to start listing changes from.
- * @opt_param bool includeDeleted
- * Whether to include deleted items.
- * @opt_param int maxResults
- * Maximum number of changes to return.
- * @opt_param string pageToken
- * Page token for changes.
+ * @opt_param bool includeSubscribed Whether to include public files the user
+ * has opened and shared files. When set to false, the list only includes owned
+ * files plus any shared or public files the user has explicitly added to a
+ * folder they own.
+ * @opt_param string startChangeId Change ID to start listing changes from.
+ * @opt_param bool includeDeleted Whether to include deleted items.
+ * @opt_param int maxResults Maximum number of changes to return.
+ * @opt_param string pageToken Page token for changes.
* @return Google_Service_Drive_Channel
*/
public function watch(Google_Service_Drive_Channel $postBody, $optParams = array())
@@ -1460,10 +1462,8 @@ class Google_Service_Drive_Children_Resource extends Google_Service_Resource
/**
* Removes a child from a folder. (children.delete)
*
- * @param string $folderId
- * The ID of the folder.
- * @param string $childId
- * The ID of the child.
+ * @param string $folderId The ID of the folder.
+ * @param string $childId The ID of the child.
* @param array $optParams Optional parameters.
*/
public function delete($folderId, $childId, $optParams = array())
@@ -1472,13 +1472,12 @@ public function delete($folderId, $childId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a specific child reference. (children.get)
*
- * @param string $folderId
- * The ID of the folder.
- * @param string $childId
- * The ID of the child.
+ * @param string $folderId The ID of the folder.
+ * @param string $childId The ID of the child.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_ChildReference
*/
@@ -1488,11 +1487,11 @@ public function get($folderId, $childId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_ChildReference");
}
+
/**
* Inserts a file into a folder. (children.insert)
*
- * @param string $folderId
- * The ID of the folder.
+ * @param string $folderId The ID of the folder.
* @param Google_ChildReference $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_ChildReference
@@ -1503,19 +1502,16 @@ public function insert($folderId, Google_Service_Drive_ChildReference $postBody,
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Drive_ChildReference");
}
+
/**
* Lists a folder's children. (children.listChildren)
*
- * @param string $folderId
- * The ID of the folder.
+ * @param string $folderId The ID of the folder.
* @param array $optParams Optional parameters.
*
- * @opt_param string q
- * Query string for searching children.
- * @opt_param string pageToken
- * Page token for children.
- * @opt_param int maxResults
- * Maximum number of children to return.
+ * @opt_param string q Query string for searching children.
+ * @opt_param string pageToken Page token for children.
+ * @opt_param int maxResults Maximum number of children to return.
* @return Google_Service_Drive_ChildList
*/
public function listChildren($folderId, $optParams = array())
@@ -1540,10 +1536,8 @@ class Google_Service_Drive_Comments_Resource extends Google_Service_Resource
/**
* Deletes a comment. (comments.delete)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
* @param array $optParams Optional parameters.
*/
public function delete($fileId, $commentId, $optParams = array())
@@ -1552,18 +1546,16 @@ public function delete($fileId, $commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a comment by ID. (comments.get)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeDeleted
- * If set, this will succeed when retrieving a deleted comment, and will include any deleted
- * replies.
+ * @opt_param bool includeDeleted If set, this will succeed when retrieving a
+ * deleted comment, and will include any deleted replies.
* @return Google_Service_Drive_Comment
*/
public function get($fileId, $commentId, $optParams = array())
@@ -1572,11 +1564,11 @@ public function get($fileId, $commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_Comment");
}
+
/**
* Creates a new comment on the given file. (comments.insert)
*
- * @param string $fileId
- * The ID of the file.
+ * @param string $fileId The ID of the file.
* @param Google_Comment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Comment
@@ -1587,24 +1579,22 @@ public function insert($fileId, Google_Service_Drive_Comment $postBody, $optPara
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Drive_Comment");
}
+
/**
* Lists a file's comments. (comments.listComments)
*
- * @param string $fileId
- * The ID of the file.
+ * @param string $fileId The ID of the file.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param string updatedMin
- * Only discussions that were updated after this timestamp will be returned. Formatted as an RFC
- * 3339 timestamp.
- * @opt_param bool includeDeleted
- * If set, all comments and replies, including deleted comments and replies (with content stripped)
- * will be returned.
- * @opt_param int maxResults
- * The maximum number of discussions to include in the response, used for paging.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of "nextPageToken" from the previous response.
+ * @opt_param string updatedMin Only discussions that were updated after this
+ * timestamp will be returned. Formatted as an RFC 3339 timestamp.
+ * @opt_param bool includeDeleted If set, all comments and replies, including
+ * deleted comments and replies (with content stripped) will be returned.
+ * @opt_param int maxResults The maximum number of discussions to include in the
+ * response, used for paging.
* @return Google_Service_Drive_CommentList
*/
public function listComments($fileId, $optParams = array())
@@ -1613,14 +1603,13 @@ public function listComments($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Drive_CommentList");
}
+
/**
* Updates an existing comment. This method supports patch semantics.
* (comments.patch)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
* @param Google_Comment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Comment
@@ -1631,13 +1620,12 @@ public function patch($fileId, $commentId, Google_Service_Drive_Comment $postBod
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Drive_Comment");
}
+
/**
* Updates an existing comment. (comments.update)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
* @param Google_Comment $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Comment
@@ -1664,27 +1652,23 @@ class Google_Service_Drive_Files_Resource extends Google_Service_Resource
/**
* Creates a copy of the specified file. (files.copy)
*
- * @param string $fileId
- * The ID of the file to copy.
+ * @param string $fileId The ID of the file to copy.
* @param Google_DriveFile $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool convert
- * Whether to convert this file to the corresponding Google Docs format.
- * @opt_param string ocrLanguage
- * If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
- * @opt_param string visibility
- * The visibility of the new file. This parameter is only relevant when the source is not a native
- * Google Doc and convert=false.
- * @opt_param bool pinned
- * Whether to pin the head revision of the new copy. A file can have a maximum of 200 pinned
- * revisions.
- * @opt_param bool ocr
- * Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
- * @opt_param string timedTextTrackName
- * The timed text track name.
- * @opt_param string timedTextLanguage
- * The language of the timed text.
+ * @opt_param bool convert Whether to convert this file to the corresponding
+ * Google Docs format.
+ * @opt_param string ocrLanguage If ocr is true, hints at the language to use.
+ * Valid values are ISO 639-1 codes.
+ * @opt_param string visibility The visibility of the new file. This parameter
+ * is only relevant when the source is not a native Google Doc and
+ * convert=false.
+ * @opt_param bool pinned Whether to pin the head revision of the new copy. A
+ * file can have a maximum of 200 pinned revisions.
+ * @opt_param bool ocr Whether to attempt OCR on .jpg, .png, .gif, or .pdf
+ * uploads.
+ * @opt_param string timedTextTrackName The timed text track name.
+ * @opt_param string timedTextLanguage The language of the timed text.
* @return Google_Service_Drive_DriveFile
*/
public function copy($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
@@ -1693,11 +1677,11 @@ public function copy($fileId, Google_Service_Drive_DriveFile $postBody, $optPara
$params = array_merge($params, $optParams);
return $this->call('copy', array($params), "Google_Service_Drive_DriveFile");
}
+
/**
* Permanently deletes a file by ID. Skips the trash. (files.delete)
*
- * @param string $fileId
- * The ID of the file to delete.
+ * @param string $fileId The ID of the file to delete.
* @param array $optParams Optional parameters.
*/
public function delete($fileId, $optParams = array())
@@ -1706,6 +1690,7 @@ public function delete($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Permanently deletes all of the user's trashed files. (files.emptyTrash)
*
@@ -1717,19 +1702,19 @@ public function emptyTrash($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('emptyTrash', array($params));
}
+
/**
* Gets a file's metadata by ID. (files.get)
*
- * @param string $fileId
- * The ID for the file in question.
+ * @param string $fileId The ID for the file in question.
* @param array $optParams Optional parameters.
*
- * @opt_param bool acknowledgeAbuse
- * Whether the user is acknowledging the risk of downloading known malware or other abusive files.
- * @opt_param bool updateViewedDate
- * Whether to update the view date after successfully retrieving the file.
- * @opt_param string projection
- * This parameter is deprecated and has no function.
+ * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk
+ * of downloading known malware or other abusive files.
+ * @opt_param bool updateViewedDate Whether to update the view date after
+ * successfully retrieving the file.
+ * @opt_param string projection This parameter is deprecated and has no
+ * function.
* @return Google_Service_Drive_DriveFile
*/
public function get($fileId, $optParams = array())
@@ -1738,29 +1723,27 @@ public function get($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_DriveFile");
}
+
/**
* Insert a new file. (files.insert)
*
* @param Google_DriveFile $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool convert
- * Whether to convert this file to the corresponding Google Docs format.
- * @opt_param bool useContentAsIndexableText
- * Whether to use the content as indexable text.
- * @opt_param string ocrLanguage
- * If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
- * @opt_param string visibility
- * The visibility of the new file. This parameter is only relevant when convert=false.
- * @opt_param bool pinned
- * Whether to pin the head revision of the uploaded file. A file can have a maximum of 200 pinned
- * revisions.
- * @opt_param bool ocr
- * Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
- * @opt_param string timedTextTrackName
- * The timed text track name.
- * @opt_param string timedTextLanguage
- * The language of the timed text.
+ * @opt_param bool convert Whether to convert this file to the corresponding
+ * Google Docs format.
+ * @opt_param bool useContentAsIndexableText Whether to use the content as
+ * indexable text.
+ * @opt_param string ocrLanguage If ocr is true, hints at the language to use.
+ * Valid values are ISO 639-1 codes.
+ * @opt_param string visibility The visibility of the new file. This parameter
+ * is only relevant when convert=false.
+ * @opt_param bool pinned Whether to pin the head revision of the uploaded file.
+ * A file can have a maximum of 200 pinned revisions.
+ * @opt_param bool ocr Whether to attempt OCR on .jpg, .png, .gif, or .pdf
+ * uploads.
+ * @opt_param string timedTextTrackName The timed text track name.
+ * @opt_param string timedTextLanguage The language of the timed text.
* @return Google_Service_Drive_DriveFile
*/
public function insert(Google_Service_Drive_DriveFile $postBody, $optParams = array())
@@ -1769,21 +1752,19 @@ public function insert(Google_Service_Drive_DriveFile $postBody, $optParams = ar
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Drive_DriveFile");
}
+
/**
* Lists the user's files. (files.listFiles)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string q
- * Query string for searching files.
- * @opt_param string pageToken
- * Page token for files.
- * @opt_param string corpus
- * The body of items (files/documents) to which the query applies.
- * @opt_param string projection
- * This parameter is deprecated and has no function.
- * @opt_param int maxResults
- * Maximum number of files to return.
+ * @opt_param string q Query string for searching files.
+ * @opt_param string pageToken Page token for files.
+ * @opt_param string corpus The body of items (files/documents) to which the
+ * query applies.
+ * @opt_param string projection This parameter is deprecated and has no
+ * function.
+ * @opt_param int maxResults Maximum number of files to return.
* @return Google_Service_Drive_FileList
*/
public function listFiles($optParams = array())
@@ -1792,41 +1773,38 @@ public function listFiles($optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Drive_FileList");
}
+
/**
* Updates file metadata and/or content. This method supports patch semantics.
* (files.patch)
*
- * @param string $fileId
- * The ID of the file to update.
+ * @param string $fileId The ID of the file to update.
* @param Google_DriveFile $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string addParents
- * Comma-separated list of parent IDs to add.
- * @opt_param bool updateViewedDate
- * Whether to update the view date after successfully updating the file.
- * @opt_param string removeParents
- * Comma-separated list of parent IDs to remove.
- * @opt_param bool setModifiedDate
- * Whether to set the modified date with the supplied modified date.
- * @opt_param bool convert
- * Whether to convert this file to the corresponding Google Docs format.
- * @opt_param bool useContentAsIndexableText
- * Whether to use the content as indexable text.
- * @opt_param string ocrLanguage
- * If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
- * @opt_param bool pinned
- * Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
- * @opt_param bool newRevision
- * Whether a blob upload should create a new revision. If false, the blob data in the current head
- * revision is replaced. If true or not set, a new blob is created as head revision, and previous
- * revisions are preserved (causing increased use of the user's data storage quota).
- * @opt_param bool ocr
- * Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
- * @opt_param string timedTextLanguage
- * The language of the timed text.
- * @opt_param string timedTextTrackName
- * The timed text track name.
+ * @opt_param string addParents Comma-separated list of parent IDs to add.
+ * @opt_param bool updateViewedDate Whether to update the view date after
+ * successfully updating the file.
+ * @opt_param string removeParents Comma-separated list of parent IDs to remove.
+ * @opt_param bool setModifiedDate Whether to set the modified date with the
+ * supplied modified date.
+ * @opt_param bool convert Whether to convert this file to the corresponding
+ * Google Docs format.
+ * @opt_param bool useContentAsIndexableText Whether to use the content as
+ * indexable text.
+ * @opt_param string ocrLanguage If ocr is true, hints at the language to use.
+ * Valid values are ISO 639-1 codes.
+ * @opt_param bool pinned Whether to pin the new revision. A file can have a
+ * maximum of 200 pinned revisions.
+ * @opt_param bool newRevision Whether a blob upload should create a new
+ * revision. If false, the blob data in the current head revision is replaced.
+ * If true or not set, a new blob is created as head revision, and previous
+ * revisions are preserved (causing increased use of the user's data storage
+ * quota).
+ * @opt_param bool ocr Whether to attempt OCR on .jpg, .png, .gif, or .pdf
+ * uploads.
+ * @opt_param string timedTextLanguage The language of the timed text.
+ * @opt_param string timedTextTrackName The timed text track name.
* @return Google_Service_Drive_DriveFile
*/
public function patch($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
@@ -1835,11 +1813,11 @@ public function patch($fileId, Google_Service_Drive_DriveFile $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Drive_DriveFile");
}
+
/**
* Set the file's updated time to the current server time. (files.touch)
*
- * @param string $fileId
- * The ID of the file to update.
+ * @param string $fileId The ID of the file to update.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_DriveFile
*/
@@ -1849,11 +1827,11 @@ public function touch($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('touch', array($params), "Google_Service_Drive_DriveFile");
}
+
/**
* Moves a file to the trash. (files.trash)
*
- * @param string $fileId
- * The ID of the file to trash.
+ * @param string $fileId The ID of the file to trash.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_DriveFile
*/
@@ -1863,11 +1841,11 @@ public function trash($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('trash', array($params), "Google_Service_Drive_DriveFile");
}
+
/**
* Restores a file from the trash. (files.untrash)
*
- * @param string $fileId
- * The ID of the file to untrash.
+ * @param string $fileId The ID of the file to untrash.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_DriveFile
*/
@@ -1877,40 +1855,37 @@ public function untrash($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('untrash', array($params), "Google_Service_Drive_DriveFile");
}
+
/**
* Updates file metadata and/or content. (files.update)
*
- * @param string $fileId
- * The ID of the file to update.
+ * @param string $fileId The ID of the file to update.
* @param Google_DriveFile $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string addParents
- * Comma-separated list of parent IDs to add.
- * @opt_param bool updateViewedDate
- * Whether to update the view date after successfully updating the file.
- * @opt_param string removeParents
- * Comma-separated list of parent IDs to remove.
- * @opt_param bool setModifiedDate
- * Whether to set the modified date with the supplied modified date.
- * @opt_param bool convert
- * Whether to convert this file to the corresponding Google Docs format.
- * @opt_param bool useContentAsIndexableText
- * Whether to use the content as indexable text.
- * @opt_param string ocrLanguage
- * If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
- * @opt_param bool pinned
- * Whether to pin the new revision. A file can have a maximum of 200 pinned revisions.
- * @opt_param bool newRevision
- * Whether a blob upload should create a new revision. If false, the blob data in the current head
- * revision is replaced. If true or not set, a new blob is created as head revision, and previous
- * revisions are preserved (causing increased use of the user's data storage quota).
- * @opt_param bool ocr
- * Whether to attempt OCR on .jpg, .png, .gif, or .pdf uploads.
- * @opt_param string timedTextLanguage
- * The language of the timed text.
- * @opt_param string timedTextTrackName
- * The timed text track name.
+ * @opt_param string addParents Comma-separated list of parent IDs to add.
+ * @opt_param bool updateViewedDate Whether to update the view date after
+ * successfully updating the file.
+ * @opt_param string removeParents Comma-separated list of parent IDs to remove.
+ * @opt_param bool setModifiedDate Whether to set the modified date with the
+ * supplied modified date.
+ * @opt_param bool convert Whether to convert this file to the corresponding
+ * Google Docs format.
+ * @opt_param bool useContentAsIndexableText Whether to use the content as
+ * indexable text.
+ * @opt_param string ocrLanguage If ocr is true, hints at the language to use.
+ * Valid values are ISO 639-1 codes.
+ * @opt_param bool pinned Whether to pin the new revision. A file can have a
+ * maximum of 200 pinned revisions.
+ * @opt_param bool newRevision Whether a blob upload should create a new
+ * revision. If false, the blob data in the current head revision is replaced.
+ * If true or not set, a new blob is created as head revision, and previous
+ * revisions are preserved (causing increased use of the user's data storage
+ * quota).
+ * @opt_param bool ocr Whether to attempt OCR on .jpg, .png, .gif, or .pdf
+ * uploads.
+ * @opt_param string timedTextLanguage The language of the timed text.
+ * @opt_param string timedTextTrackName The timed text track name.
* @return Google_Service_Drive_DriveFile
*/
public function update($fileId, Google_Service_Drive_DriveFile $postBody, $optParams = array())
@@ -1919,20 +1894,20 @@ public function update($fileId, Google_Service_Drive_DriveFile $postBody, $optPa
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Drive_DriveFile");
}
+
/**
* Subscribe to changes on a file (files.watch)
*
- * @param string $fileId
- * The ID for the file in question.
+ * @param string $fileId The ID for the file in question.
* @param Google_Channel $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool acknowledgeAbuse
- * Whether the user is acknowledging the risk of downloading known malware or other abusive files.
- * @opt_param bool updateViewedDate
- * Whether to update the view date after successfully retrieving the file.
- * @opt_param string projection
- * This parameter is deprecated and has no function.
+ * @opt_param bool acknowledgeAbuse Whether the user is acknowledging the risk
+ * of downloading known malware or other abusive files.
+ * @opt_param bool updateViewedDate Whether to update the view date after
+ * successfully retrieving the file.
+ * @opt_param string projection This parameter is deprecated and has no
+ * function.
* @return Google_Service_Drive_Channel
*/
public function watch($fileId, Google_Service_Drive_Channel $postBody, $optParams = array())
@@ -1957,10 +1932,8 @@ class Google_Service_Drive_Parents_Resource extends Google_Service_Resource
/**
* Removes a parent from a file. (parents.delete)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $parentId
- * The ID of the parent.
+ * @param string $fileId The ID of the file.
+ * @param string $parentId The ID of the parent.
* @param array $optParams Optional parameters.
*/
public function delete($fileId, $parentId, $optParams = array())
@@ -1969,13 +1942,12 @@ public function delete($fileId, $parentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a specific parent reference. (parents.get)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $parentId
- * The ID of the parent.
+ * @param string $fileId The ID of the file.
+ * @param string $parentId The ID of the parent.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_ParentReference
*/
@@ -1985,11 +1957,11 @@ public function get($fileId, $parentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_ParentReference");
}
+
/**
* Adds a parent folder for a file. (parents.insert)
*
- * @param string $fileId
- * The ID of the file.
+ * @param string $fileId The ID of the file.
* @param Google_ParentReference $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_ParentReference
@@ -2000,11 +1972,11 @@ public function insert($fileId, Google_Service_Drive_ParentReference $postBody,
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Drive_ParentReference");
}
+
/**
* Lists a file's parents. (parents.listParents)
*
- * @param string $fileId
- * The ID of the file.
+ * @param string $fileId The ID of the file.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_ParentList
*/
@@ -2030,10 +2002,8 @@ class Google_Service_Drive_Permissions_Resource extends Google_Service_Resource
/**
* Deletes a permission from a file. (permissions.delete)
*
- * @param string $fileId
- * The ID for the file.
- * @param string $permissionId
- * The ID for the permission.
+ * @param string $fileId The ID for the file.
+ * @param string $permissionId The ID for the permission.
* @param array $optParams Optional parameters.
*/
public function delete($fileId, $permissionId, $optParams = array())
@@ -2042,13 +2012,12 @@ public function delete($fileId, $permissionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a permission by ID. (permissions.get)
*
- * @param string $fileId
- * The ID for the file.
- * @param string $permissionId
- * The ID for the permission.
+ * @param string $fileId The ID for the file.
+ * @param string $permissionId The ID for the permission.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Permission
*/
@@ -2058,11 +2027,11 @@ public function get($fileId, $permissionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_Permission");
}
+
/**
* Returns the permission ID for an email address. (permissions.getIdForEmail)
*
- * @param string $email
- * The email address for which to return a permission ID
+ * @param string $email The email address for which to return a permission ID
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_PermissionId
*/
@@ -2072,19 +2041,19 @@ public function getIdForEmail($email, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getIdForEmail', array($params), "Google_Service_Drive_PermissionId");
}
+
/**
* Inserts a permission for a file. (permissions.insert)
*
- * @param string $fileId
- * The ID for the file.
+ * @param string $fileId The ID for the file.
* @param Google_Permission $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string emailMessage
- * A custom message to include in notification emails.
- * @opt_param bool sendNotificationEmails
- * Whether to send notification emails when sharing to users or groups. This parameter is ignored
- * and an email is sent if the role is owner.
+ * @opt_param string emailMessage A custom message to include in notification
+ * emails.
+ * @opt_param bool sendNotificationEmails Whether to send notification emails
+ * when sharing to users or groups. This parameter is ignored and an email is
+ * sent if the role is owner.
* @return Google_Service_Drive_Permission
*/
public function insert($fileId, Google_Service_Drive_Permission $postBody, $optParams = array())
@@ -2093,11 +2062,11 @@ public function insert($fileId, Google_Service_Drive_Permission $postBody, $optP
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Drive_Permission");
}
+
/**
* Lists a file's permissions. (permissions.listPermissions)
*
- * @param string $fileId
- * The ID for the file.
+ * @param string $fileId The ID for the file.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_PermissionList
*/
@@ -2107,19 +2076,18 @@ public function listPermissions($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Drive_PermissionList");
}
+
/**
* Updates a permission. This method supports patch semantics.
* (permissions.patch)
*
- * @param string $fileId
- * The ID for the file.
- * @param string $permissionId
- * The ID for the permission.
+ * @param string $fileId The ID for the file.
+ * @param string $permissionId The ID for the permission.
* @param Google_Permission $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool transferOwnership
- * Whether changing a role to 'owner' should also downgrade the current owners to writers.
+ * @opt_param bool transferOwnership Whether changing a role to 'owner' should
+ * also downgrade the current owners to writers.
* @return Google_Service_Drive_Permission
*/
public function patch($fileId, $permissionId, Google_Service_Drive_Permission $postBody, $optParams = array())
@@ -2128,18 +2096,17 @@ public function patch($fileId, $permissionId, Google_Service_Drive_Permission $p
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Drive_Permission");
}
+
/**
* Updates a permission. (permissions.update)
*
- * @param string $fileId
- * The ID for the file.
- * @param string $permissionId
- * The ID for the permission.
+ * @param string $fileId The ID for the file.
+ * @param string $permissionId The ID for the permission.
* @param Google_Permission $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param bool transferOwnership
- * Whether changing a role to 'owner' should also downgrade the current owners to writers.
+ * @opt_param bool transferOwnership Whether changing a role to 'owner' should
+ * also downgrade the current owners to writers.
* @return Google_Service_Drive_Permission
*/
public function update($fileId, $permissionId, Google_Service_Drive_Permission $postBody, $optParams = array())
@@ -2164,14 +2131,11 @@ class Google_Service_Drive_Properties_Resource extends Google_Service_Resource
/**
* Deletes a property. (properties.delete)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $propertyKey
- * The key of the property.
+ * @param string $fileId The ID of the file.
+ * @param string $propertyKey The key of the property.
* @param array $optParams Optional parameters.
*
- * @opt_param string visibility
- * The visibility of the property.
+ * @opt_param string visibility The visibility of the property.
*/
public function delete($fileId, $propertyKey, $optParams = array())
{
@@ -2179,17 +2143,15 @@ public function delete($fileId, $propertyKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a property by its key. (properties.get)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $propertyKey
- * The key of the property.
+ * @param string $fileId The ID of the file.
+ * @param string $propertyKey The key of the property.
* @param array $optParams Optional parameters.
*
- * @opt_param string visibility
- * The visibility of the property.
+ * @opt_param string visibility The visibility of the property.
* @return Google_Service_Drive_Property
*/
public function get($fileId, $propertyKey, $optParams = array())
@@ -2198,11 +2160,11 @@ public function get($fileId, $propertyKey, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_Property");
}
+
/**
* Adds a property to a file. (properties.insert)
*
- * @param string $fileId
- * The ID of the file.
+ * @param string $fileId The ID of the file.
* @param Google_Property $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Property
@@ -2213,11 +2175,11 @@ public function insert($fileId, Google_Service_Drive_Property $postBody, $optPar
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Drive_Property");
}
+
/**
* Lists a file's properties. (properties.listProperties)
*
- * @param string $fileId
- * The ID of the file.
+ * @param string $fileId The ID of the file.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_PropertyList
*/
@@ -2227,18 +2189,16 @@ public function listProperties($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Drive_PropertyList");
}
+
/**
* Updates a property. This method supports patch semantics. (properties.patch)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $propertyKey
- * The key of the property.
+ * @param string $fileId The ID of the file.
+ * @param string $propertyKey The key of the property.
* @param Google_Property $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string visibility
- * The visibility of the property.
+ * @opt_param string visibility The visibility of the property.
* @return Google_Service_Drive_Property
*/
public function patch($fileId, $propertyKey, Google_Service_Drive_Property $postBody, $optParams = array())
@@ -2247,18 +2207,16 @@ public function patch($fileId, $propertyKey, Google_Service_Drive_Property $post
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Drive_Property");
}
+
/**
* Updates a property. (properties.update)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $propertyKey
- * The key of the property.
+ * @param string $fileId The ID of the file.
+ * @param string $propertyKey The key of the property.
* @param Google_Property $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string visibility
- * The visibility of the property.
+ * @opt_param string visibility The visibility of the property.
* @return Google_Service_Drive_Property
*/
public function update($fileId, $propertyKey, Google_Service_Drive_Property $postBody, $optParams = array())
@@ -2284,14 +2242,14 @@ class Google_Service_Drive_Realtime_Resource extends Google_Service_Resource
* Exports the contents of the Realtime API data model associated with this file
* as JSON. (realtime.get)
*
- * @param string $fileId
- * The ID of the file that the Realtime API data model is associated with.
+ * @param string $fileId The ID of the file that the Realtime API data model is
+ * associated with.
* @param array $optParams Optional parameters.
*
- * @opt_param int revision
- * The revision of the Realtime API data model to export. Revisions start at 1 (the initial empty
- * data model) and are incremented with each change. If this parameter is excluded, the most recent
- * data model will be returned.
+ * @opt_param int revision The revision of the Realtime API data model to
+ * export. Revisions start at 1 (the initial empty data model) and are
+ * incremented with each change. If this parameter is excluded, the most recent
+ * data model will be returned.
*/
public function get($fileId, $optParams = array())
{
@@ -2299,19 +2257,20 @@ public function get($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params));
}
+
/**
* Overwrites the Realtime API data model associated with this file with the
* provided JSON data model. (realtime.update)
*
- * @param string $fileId
- * The ID of the file that the Realtime API data model is associated with.
+ * @param string $fileId The ID of the file that the Realtime API data model is
+ * associated with.
* @param array $optParams Optional parameters.
*
- * @opt_param string baseRevision
- * The revision of the model to diff the uploaded model against. If set, the uploaded model is
- * diffed against the provided revision and those differences are merged with any changes made to
- * the model after the provided revision. If not set, the uploaded model replaces the current model
- * on the server.
+ * @opt_param string baseRevision The revision of the model to diff the uploaded
+ * model against. If set, the uploaded model is diffed against the provided
+ * revision and those differences are merged with any changes made to the model
+ * after the provided revision. If not set, the uploaded model replaces the
+ * current model on the server.
*/
public function update($fileId, $optParams = array())
{
@@ -2335,12 +2294,9 @@ class Google_Service_Drive_Replies_Resource extends Google_Service_Resource
/**
* Deletes a reply. (replies.delete)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
- * @param string $replyId
- * The ID of the reply.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
+ * @param string $replyId The ID of the reply.
* @param array $optParams Optional parameters.
*/
public function delete($fileId, $commentId, $replyId, $optParams = array())
@@ -2349,19 +2305,17 @@ public function delete($fileId, $commentId, $replyId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a reply. (replies.get)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
- * @param string $replyId
- * The ID of the reply.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
+ * @param string $replyId The ID of the reply.
* @param array $optParams Optional parameters.
*
- * @opt_param bool includeDeleted
- * If set, this will succeed when retrieving a deleted reply.
+ * @opt_param bool includeDeleted If set, this will succeed when retrieving a
+ * deleted reply.
* @return Google_Service_Drive_CommentReply
*/
public function get($fileId, $commentId, $replyId, $optParams = array())
@@ -2370,13 +2324,12 @@ public function get($fileId, $commentId, $replyId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_CommentReply");
}
+
/**
* Creates a new reply to the given comment. (replies.insert)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
* @param Google_CommentReply $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_CommentReply
@@ -2387,22 +2340,21 @@ public function insert($fileId, $commentId, Google_Service_Drive_CommentReply $p
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Drive_CommentReply");
}
+
/**
* Lists all of the replies to a comment. (replies.listReplies)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
* @param array $optParams Optional parameters.
*
- * @opt_param string pageToken
- * The continuation token, used to page through large result sets. To get the next page of results,
- * set this parameter to the value of "nextPageToken" from the previous response.
- * @opt_param bool includeDeleted
- * If set, all replies, including deleted replies (with content stripped) will be returned.
- * @opt_param int maxResults
- * The maximum number of replies to include in the response, used for paging.
+ * @opt_param string pageToken The continuation token, used to page through
+ * large result sets. To get the next page of results, set this parameter to the
+ * value of "nextPageToken" from the previous response.
+ * @opt_param bool includeDeleted If set, all replies, including deleted replies
+ * (with content stripped) will be returned.
+ * @opt_param int maxResults The maximum number of replies to include in the
+ * response, used for paging.
* @return Google_Service_Drive_CommentReplyList
*/
public function listReplies($fileId, $commentId, $optParams = array())
@@ -2411,16 +2363,14 @@ public function listReplies($fileId, $commentId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Drive_CommentReplyList");
}
+
/**
* Updates an existing reply. This method supports patch semantics.
* (replies.patch)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
- * @param string $replyId
- * The ID of the reply.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
+ * @param string $replyId The ID of the reply.
* @param Google_CommentReply $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_CommentReply
@@ -2431,15 +2381,13 @@ public function patch($fileId, $commentId, $replyId, Google_Service_Drive_Commen
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Drive_CommentReply");
}
+
/**
* Updates an existing reply. (replies.update)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $commentId
- * The ID of the comment.
- * @param string $replyId
- * The ID of the reply.
+ * @param string $fileId The ID of the file.
+ * @param string $commentId The ID of the comment.
+ * @param string $replyId The ID of the reply.
* @param Google_CommentReply $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_CommentReply
@@ -2466,10 +2414,8 @@ class Google_Service_Drive_Revisions_Resource extends Google_Service_Resource
/**
* Removes a revision. (revisions.delete)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $revisionId
- * The ID of the revision.
+ * @param string $fileId The ID of the file.
+ * @param string $revisionId The ID of the revision.
* @param array $optParams Optional parameters.
*/
public function delete($fileId, $revisionId, $optParams = array())
@@ -2478,13 +2424,12 @@ public function delete($fileId, $revisionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params));
}
+
/**
* Gets a specific revision. (revisions.get)
*
- * @param string $fileId
- * The ID of the file.
- * @param string $revisionId
- * The ID of the revision.
+ * @param string $fileId The ID of the file.
+ * @param string $revisionId The ID of the revision.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Revision
*/
@@ -2494,11 +2439,11 @@ public function get($fileId, $revisionId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Drive_Revision");
}
+
/**
* Lists a file's revisions. (revisions.listRevisions)
*
- * @param string $fileId
- * The ID of the file.
+ * @param string $fileId The ID of the file.
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_RevisionList
*/
@@ -2508,13 +2453,12 @@ public function listRevisions($fileId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Drive_RevisionList");
}
+
/**
* Updates a revision. This method supports patch semantics. (revisions.patch)
*
- * @param string $fileId
- * The ID for the file.
- * @param string $revisionId
- * The ID for the revision.
+ * @param string $fileId The ID for the file.
+ * @param string $revisionId The ID for the revision.
* @param Google_Revision $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Revision
@@ -2525,13 +2469,12 @@ public function patch($fileId, $revisionId, Google_Service_Drive_Revision $postB
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Drive_Revision");
}
+
/**
* Updates a revision. (revisions.update)
*
- * @param string $fileId
- * The ID for the file.
- * @param string $revisionId
- * The ID for the revision.
+ * @param string $fileId The ID for the file.
+ * @param string $revisionId The ID for the revision.
* @param Google_Revision $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Drive_Revision
@@ -2583,11 +2526,11 @@ class Google_Service_Drive_About extends Google_Collection
protected $userType = 'Google_Service_Drive_User';
protected $userDataType = '';
+
public function setAdditionalRoleInfo($additionalRoleInfo)
{
$this->additionalRoleInfo = $additionalRoleInfo;
}
-
public function getAdditionalRoleInfo()
{
return $this->additionalRoleInfo;
@@ -2596,7 +2539,6 @@ public function setDomainSharingPolicy($domainSharingPolicy)
{
$this->domainSharingPolicy = $domainSharingPolicy;
}
-
public function getDomainSharingPolicy()
{
return $this->domainSharingPolicy;
@@ -2605,7 +2547,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -2614,7 +2555,6 @@ public function setExportFormats($exportFormats)
{
$this->exportFormats = $exportFormats;
}
-
public function getExportFormats()
{
return $this->exportFormats;
@@ -2623,7 +2563,6 @@ public function setFeatures($features)
{
$this->features = $features;
}
-
public function getFeatures()
{
return $this->features;
@@ -2632,7 +2571,6 @@ public function setImportFormats($importFormats)
{
$this->importFormats = $importFormats;
}
-
public function getImportFormats()
{
return $this->importFormats;
@@ -2641,7 +2579,6 @@ public function setIsCurrentAppInstalled($isCurrentAppInstalled)
{
$this->isCurrentAppInstalled = $isCurrentAppInstalled;
}
-
public function getIsCurrentAppInstalled()
{
return $this->isCurrentAppInstalled;
@@ -2650,7 +2587,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -2659,7 +2595,6 @@ public function setLanguageCode($languageCode)
{
$this->languageCode = $languageCode;
}
-
public function getLanguageCode()
{
return $this->languageCode;
@@ -2668,7 +2603,6 @@ public function setLargestChangeId($largestChangeId)
{
$this->largestChangeId = $largestChangeId;
}
-
public function getLargestChangeId()
{
return $this->largestChangeId;
@@ -2677,7 +2611,6 @@ public function setMaxUploadSizes($maxUploadSizes)
{
$this->maxUploadSizes = $maxUploadSizes;
}
-
public function getMaxUploadSizes()
{
return $this->maxUploadSizes;
@@ -2686,7 +2619,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -2695,7 +2627,6 @@ public function setPermissionId($permissionId)
{
$this->permissionId = $permissionId;
}
-
public function getPermissionId()
{
return $this->permissionId;
@@ -2704,7 +2635,6 @@ public function setQuotaBytesByService($quotaBytesByService)
{
$this->quotaBytesByService = $quotaBytesByService;
}
-
public function getQuotaBytesByService()
{
return $this->quotaBytesByService;
@@ -2713,7 +2643,6 @@ public function setQuotaBytesTotal($quotaBytesTotal)
{
$this->quotaBytesTotal = $quotaBytesTotal;
}
-
public function getQuotaBytesTotal()
{
return $this->quotaBytesTotal;
@@ -2722,7 +2651,6 @@ public function setQuotaBytesUsed($quotaBytesUsed)
{
$this->quotaBytesUsed = $quotaBytesUsed;
}
-
public function getQuotaBytesUsed()
{
return $this->quotaBytesUsed;
@@ -2731,7 +2659,6 @@ public function setQuotaBytesUsedAggregate($quotaBytesUsedAggregate)
{
$this->quotaBytesUsedAggregate = $quotaBytesUsedAggregate;
}
-
public function getQuotaBytesUsedAggregate()
{
return $this->quotaBytesUsedAggregate;
@@ -2740,7 +2667,6 @@ public function setQuotaBytesUsedInTrash($quotaBytesUsedInTrash)
{
$this->quotaBytesUsedInTrash = $quotaBytesUsedInTrash;
}
-
public function getQuotaBytesUsedInTrash()
{
return $this->quotaBytesUsedInTrash;
@@ -2749,7 +2675,6 @@ public function setQuotaType($quotaType)
{
$this->quotaType = $quotaType;
}
-
public function getQuotaType()
{
return $this->quotaType;
@@ -2758,7 +2683,6 @@ public function setRemainingChangeIds($remainingChangeIds)
{
$this->remainingChangeIds = $remainingChangeIds;
}
-
public function getRemainingChangeIds()
{
return $this->remainingChangeIds;
@@ -2767,7 +2691,6 @@ public function setRootFolderId($rootFolderId)
{
$this->rootFolderId = $rootFolderId;
}
-
public function getRootFolderId()
{
return $this->rootFolderId;
@@ -2776,7 +2699,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -2785,12 +2707,10 @@ public function setUser(Google_Service_Drive_User $user)
{
$this->user = $user;
}
-
public function getUser()
{
return $this->user;
}
-
}
class Google_Service_Drive_AboutAdditionalRoleInfo extends Google_Collection
@@ -2802,11 +2722,11 @@ class Google_Service_Drive_AboutAdditionalRoleInfo extends Google_Collection
protected $roleSetsDataType = 'array';
public $type;
+
public function setRoleSets($roleSets)
{
$this->roleSets = $roleSets;
}
-
public function getRoleSets()
{
return $this->roleSets;
@@ -2815,12 +2735,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Drive_AboutAdditionalRoleInfoRoleSets extends Google_Collection
@@ -2831,11 +2749,11 @@ class Google_Service_Drive_AboutAdditionalRoleInfoRoleSets extends Google_Collec
public $additionalRoles;
public $primaryRole;
+
public function setAdditionalRoles($additionalRoles)
{
$this->additionalRoles = $additionalRoles;
}
-
public function getAdditionalRoles()
{
return $this->additionalRoles;
@@ -2844,12 +2762,10 @@ public function setPrimaryRole($primaryRole)
{
$this->primaryRole = $primaryRole;
}
-
public function getPrimaryRole()
{
return $this->primaryRole;
}
-
}
class Google_Service_Drive_AboutExportFormats extends Google_Collection
@@ -2860,11 +2776,11 @@ class Google_Service_Drive_AboutExportFormats extends Google_Collection
public $source;
public $targets;
+
public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -2873,12 +2789,10 @@ public function setTargets($targets)
{
$this->targets = $targets;
}
-
public function getTargets()
{
return $this->targets;
}
-
}
class Google_Service_Drive_AboutFeatures extends Google_Model
@@ -2888,11 +2802,11 @@ class Google_Service_Drive_AboutFeatures extends Google_Model
public $featureName;
public $featureRate;
+
public function setFeatureName($featureName)
{
$this->featureName = $featureName;
}
-
public function getFeatureName()
{
return $this->featureName;
@@ -2901,12 +2815,10 @@ public function setFeatureRate($featureRate)
{
$this->featureRate = $featureRate;
}
-
public function getFeatureRate()
{
return $this->featureRate;
}
-
}
class Google_Service_Drive_AboutImportFormats extends Google_Collection
@@ -2917,11 +2829,11 @@ class Google_Service_Drive_AboutImportFormats extends Google_Collection
public $source;
public $targets;
+
public function setSource($source)
{
$this->source = $source;
}
-
public function getSource()
{
return $this->source;
@@ -2930,12 +2842,10 @@ public function setTargets($targets)
{
$this->targets = $targets;
}
-
public function getTargets()
{
return $this->targets;
}
-
}
class Google_Service_Drive_AboutMaxUploadSizes extends Google_Model
@@ -2945,11 +2855,11 @@ class Google_Service_Drive_AboutMaxUploadSizes extends Google_Model
public $size;
public $type;
+
public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
@@ -2958,12 +2868,10 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Drive_AboutQuotaBytesByService extends Google_Model
@@ -2973,11 +2881,11 @@ class Google_Service_Drive_AboutQuotaBytesByService extends Google_Model
public $bytesUsed;
public $serviceName;
+
public function setBytesUsed($bytesUsed)
{
$this->bytesUsed = $bytesUsed;
}
-
public function getBytesUsed()
{
return $this->bytesUsed;
@@ -2986,12 +2894,10 @@ public function setServiceName($serviceName)
{
$this->serviceName = $serviceName;
}
-
public function getServiceName()
{
return $this->serviceName;
}
-
}
class Google_Service_Drive_App extends Google_Collection
@@ -3025,11 +2931,11 @@ class Google_Service_Drive_App extends Google_Collection
public $supportsOfflineCreate;
public $useByDefault;
+
public function setAuthorized($authorized)
{
$this->authorized = $authorized;
}
-
public function getAuthorized()
{
return $this->authorized;
@@ -3038,7 +2944,6 @@ public function setCreateInFolderTemplate($createInFolderTemplate)
{
$this->createInFolderTemplate = $createInFolderTemplate;
}
-
public function getCreateInFolderTemplate()
{
return $this->createInFolderTemplate;
@@ -3047,7 +2952,6 @@ public function setCreateUrl($createUrl)
{
$this->createUrl = $createUrl;
}
-
public function getCreateUrl()
{
return $this->createUrl;
@@ -3056,7 +2960,6 @@ public function setHasDriveWideScope($hasDriveWideScope)
{
$this->hasDriveWideScope = $hasDriveWideScope;
}
-
public function getHasDriveWideScope()
{
return $this->hasDriveWideScope;
@@ -3065,7 +2968,6 @@ public function setIcons($icons)
{
$this->icons = $icons;
}
-
public function getIcons()
{
return $this->icons;
@@ -3074,7 +2976,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3083,7 +2984,6 @@ public function setInstalled($installed)
{
$this->installed = $installed;
}
-
public function getInstalled()
{
return $this->installed;
@@ -3092,7 +2992,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3101,7 +3000,6 @@ public function setLongDescription($longDescription)
{
$this->longDescription = $longDescription;
}
-
public function getLongDescription()
{
return $this->longDescription;
@@ -3110,7 +3008,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -3119,7 +3016,6 @@ public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
-
public function getObjectType()
{
return $this->objectType;
@@ -3128,7 +3024,6 @@ public function setOpenUrlTemplate($openUrlTemplate)
{
$this->openUrlTemplate = $openUrlTemplate;
}
-
public function getOpenUrlTemplate()
{
return $this->openUrlTemplate;
@@ -3137,7 +3032,6 @@ public function setPrimaryFileExtensions($primaryFileExtensions)
{
$this->primaryFileExtensions = $primaryFileExtensions;
}
-
public function getPrimaryFileExtensions()
{
return $this->primaryFileExtensions;
@@ -3146,7 +3040,6 @@ public function setPrimaryMimeTypes($primaryMimeTypes)
{
$this->primaryMimeTypes = $primaryMimeTypes;
}
-
public function getPrimaryMimeTypes()
{
return $this->primaryMimeTypes;
@@ -3155,7 +3048,6 @@ public function setProductId($productId)
{
$this->productId = $productId;
}
-
public function getProductId()
{
return $this->productId;
@@ -3164,7 +3056,6 @@ public function setProductUrl($productUrl)
{
$this->productUrl = $productUrl;
}
-
public function getProductUrl()
{
return $this->productUrl;
@@ -3173,7 +3064,6 @@ public function setSecondaryFileExtensions($secondaryFileExtensions)
{
$this->secondaryFileExtensions = $secondaryFileExtensions;
}
-
public function getSecondaryFileExtensions()
{
return $this->secondaryFileExtensions;
@@ -3182,7 +3072,6 @@ public function setSecondaryMimeTypes($secondaryMimeTypes)
{
$this->secondaryMimeTypes = $secondaryMimeTypes;
}
-
public function getSecondaryMimeTypes()
{
return $this->secondaryMimeTypes;
@@ -3191,7 +3080,6 @@ public function setShortDescription($shortDescription)
{
$this->shortDescription = $shortDescription;
}
-
public function getShortDescription()
{
return $this->shortDescription;
@@ -3200,7 +3088,6 @@ public function setSupportsCreate($supportsCreate)
{
$this->supportsCreate = $supportsCreate;
}
-
public function getSupportsCreate()
{
return $this->supportsCreate;
@@ -3209,7 +3096,6 @@ public function setSupportsImport($supportsImport)
{
$this->supportsImport = $supportsImport;
}
-
public function getSupportsImport()
{
return $this->supportsImport;
@@ -3218,7 +3104,6 @@ public function setSupportsMultiOpen($supportsMultiOpen)
{
$this->supportsMultiOpen = $supportsMultiOpen;
}
-
public function getSupportsMultiOpen()
{
return $this->supportsMultiOpen;
@@ -3227,7 +3112,6 @@ public function setSupportsOfflineCreate($supportsOfflineCreate)
{
$this->supportsOfflineCreate = $supportsOfflineCreate;
}
-
public function getSupportsOfflineCreate()
{
return $this->supportsOfflineCreate;
@@ -3236,12 +3120,10 @@ public function setUseByDefault($useByDefault)
{
$this->useByDefault = $useByDefault;
}
-
public function getUseByDefault()
{
return $this->useByDefault;
}
-
}
class Google_Service_Drive_AppIcons extends Google_Model
@@ -3252,11 +3134,11 @@ class Google_Service_Drive_AppIcons extends Google_Model
public $iconUrl;
public $size;
+
public function setCategory($category)
{
$this->category = $category;
}
-
public function getCategory()
{
return $this->category;
@@ -3265,7 +3147,6 @@ public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
}
-
public function getIconUrl()
{
return $this->iconUrl;
@@ -3274,12 +3155,10 @@ public function setSize($size)
{
$this->size = $size;
}
-
public function getSize()
{
return $this->size;
}
-
}
class Google_Service_Drive_AppList extends Google_Collection
@@ -3294,11 +3173,11 @@ class Google_Service_Drive_AppList extends Google_Collection
public $kind;
public $selfLink;
+
public function setDefaultAppIds($defaultAppIds)
{
$this->defaultAppIds = $defaultAppIds;
}
-
public function getDefaultAppIds()
{
return $this->defaultAppIds;
@@ -3307,7 +3186,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3316,7 +3194,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3325,7 +3202,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3334,12 +3210,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_Change extends Google_Model
@@ -3355,11 +3229,11 @@ class Google_Service_Drive_Change extends Google_Model
public $modificationDate;
public $selfLink;
+
public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -3368,7 +3242,6 @@ public function setFile(Google_Service_Drive_DriveFile $file)
{
$this->file = $file;
}
-
public function getFile()
{
return $this->file;
@@ -3377,7 +3250,6 @@ public function setFileId($fileId)
{
$this->fileId = $fileId;
}
-
public function getFileId()
{
return $this->fileId;
@@ -3386,7 +3258,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3395,7 +3266,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3404,7 +3274,6 @@ public function setModificationDate($modificationDate)
{
$this->modificationDate = $modificationDate;
}
-
public function getModificationDate()
{
return $this->modificationDate;
@@ -3413,12 +3282,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_ChangeList extends Google_Collection
@@ -3435,11 +3302,11 @@ class Google_Service_Drive_ChangeList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3448,7 +3315,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3457,7 +3323,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3466,7 +3331,6 @@ public function setLargestChangeId($largestChangeId)
{
$this->largestChangeId = $largestChangeId;
}
-
public function getLargestChangeId()
{
return $this->largestChangeId;
@@ -3475,7 +3339,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -3484,7 +3347,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3493,12 +3355,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_Channel extends Google_Model
@@ -3516,11 +3376,11 @@ class Google_Service_Drive_Channel extends Google_Model
public $token;
public $type;
+
public function setAddress($address)
{
$this->address = $address;
}
-
public function getAddress()
{
return $this->address;
@@ -3529,7 +3389,6 @@ public function setExpiration($expiration)
{
$this->expiration = $expiration;
}
-
public function getExpiration()
{
return $this->expiration;
@@ -3538,7 +3397,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3547,7 +3405,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3556,7 +3413,6 @@ public function setParams($params)
{
$this->params = $params;
}
-
public function getParams()
{
return $this->params;
@@ -3565,7 +3421,6 @@ public function setPayload($payload)
{
$this->payload = $payload;
}
-
public function getPayload()
{
return $this->payload;
@@ -3574,7 +3429,6 @@ public function setResourceId($resourceId)
{
$this->resourceId = $resourceId;
}
-
public function getResourceId()
{
return $this->resourceId;
@@ -3583,7 +3437,6 @@ public function setResourceUri($resourceUri)
{
$this->resourceUri = $resourceUri;
}
-
public function getResourceUri()
{
return $this->resourceUri;
@@ -3592,7 +3445,6 @@ public function setToken($token)
{
$this->token = $token;
}
-
public function getToken()
{
return $this->token;
@@ -3601,20 +3453,14 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
}
-
}
class Google_Service_Drive_ChannelParams extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Drive_ChildList extends Google_Collection
@@ -3630,11 +3476,11 @@ class Google_Service_Drive_ChildList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -3643,7 +3489,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3652,7 +3497,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3661,7 +3505,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -3670,7 +3513,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3679,12 +3521,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_ChildReference extends Google_Model
@@ -3696,11 +3536,11 @@ class Google_Service_Drive_ChildReference extends Google_Model
public $kind;
public $selfLink;
+
public function setChildLink($childLink)
{
$this->childLink = $childLink;
}
-
public function getChildLink()
{
return $this->childLink;
@@ -3709,7 +3549,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -3718,7 +3557,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3727,12 +3565,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_Comment extends Google_Collection
@@ -3759,11 +3595,11 @@ class Google_Service_Drive_Comment extends Google_Collection
public $selfLink;
public $status;
+
public function setAnchor($anchor)
{
$this->anchor = $anchor;
}
-
public function getAnchor()
{
return $this->anchor;
@@ -3772,7 +3608,6 @@ public function setAuthor(Google_Service_Drive_User $author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -3781,7 +3616,6 @@ public function setCommentId($commentId)
{
$this->commentId = $commentId;
}
-
public function getCommentId()
{
return $this->commentId;
@@ -3790,7 +3624,6 @@ public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -3799,7 +3632,6 @@ public function setContext(Google_Service_Drive_CommentContext $context)
{
$this->context = $context;
}
-
public function getContext()
{
return $this->context;
@@ -3808,7 +3640,6 @@ public function setCreatedDate($createdDate)
{
$this->createdDate = $createdDate;
}
-
public function getCreatedDate()
{
return $this->createdDate;
@@ -3817,7 +3648,6 @@ public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -3826,7 +3656,6 @@ public function setFileId($fileId)
{
$this->fileId = $fileId;
}
-
public function getFileId()
{
return $this->fileId;
@@ -3835,7 +3664,6 @@ public function setFileTitle($fileTitle)
{
$this->fileTitle = $fileTitle;
}
-
public function getFileTitle()
{
return $this->fileTitle;
@@ -3844,7 +3672,6 @@ public function setHtmlContent($htmlContent)
{
$this->htmlContent = $htmlContent;
}
-
public function getHtmlContent()
{
return $this->htmlContent;
@@ -3853,7 +3680,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3862,7 +3688,6 @@ public function setModifiedDate($modifiedDate)
{
$this->modifiedDate = $modifiedDate;
}
-
public function getModifiedDate()
{
return $this->modifiedDate;
@@ -3871,7 +3696,6 @@ public function setReplies($replies)
{
$this->replies = $replies;
}
-
public function getReplies()
{
return $this->replies;
@@ -3880,7 +3704,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -3889,12 +3712,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Drive_CommentContext extends Google_Model
@@ -3904,11 +3725,11 @@ class Google_Service_Drive_CommentContext extends Google_Model
public $type;
public $value;
+
public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -3917,12 +3738,10 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
}
-
}
class Google_Service_Drive_CommentList extends Google_Collection
@@ -3937,11 +3756,11 @@ class Google_Service_Drive_CommentList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -3950,7 +3769,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -3959,7 +3777,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -3968,7 +3785,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -3977,12 +3793,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_CommentReply extends Google_Model
@@ -4000,11 +3814,11 @@ class Google_Service_Drive_CommentReply extends Google_Model
public $replyId;
public $verb;
+
public function setAuthor(Google_Service_Drive_User $author)
{
$this->author = $author;
}
-
public function getAuthor()
{
return $this->author;
@@ -4013,7 +3827,6 @@ public function setContent($content)
{
$this->content = $content;
}
-
public function getContent()
{
return $this->content;
@@ -4022,7 +3835,6 @@ public function setCreatedDate($createdDate)
{
$this->createdDate = $createdDate;
}
-
public function getCreatedDate()
{
return $this->createdDate;
@@ -4031,7 +3843,6 @@ public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
-
public function getDeleted()
{
return $this->deleted;
@@ -4040,7 +3851,6 @@ public function setHtmlContent($htmlContent)
{
$this->htmlContent = $htmlContent;
}
-
public function getHtmlContent()
{
return $this->htmlContent;
@@ -4049,7 +3859,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4058,7 +3867,6 @@ public function setModifiedDate($modifiedDate)
{
$this->modifiedDate = $modifiedDate;
}
-
public function getModifiedDate()
{
return $this->modifiedDate;
@@ -4067,7 +3875,6 @@ public function setReplyId($replyId)
{
$this->replyId = $replyId;
}
-
public function getReplyId()
{
return $this->replyId;
@@ -4076,12 +3883,10 @@ public function setVerb($verb)
{
$this->verb = $verb;
}
-
public function getVerb()
{
return $this->verb;
}
-
}
class Google_Service_Drive_CommentReplyList extends Google_Collection
@@ -4096,11 +3901,11 @@ class Google_Service_Drive_CommentReplyList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -4109,7 +3914,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4118,7 +3922,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -4127,7 +3930,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -4136,12 +3938,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_DriveFile extends Google_Collection
@@ -4212,11 +4012,11 @@ class Google_Service_Drive_DriveFile extends Google_Collection
public $webViewLink;
public $writersCanShare;
+
public function setAlternateLink($alternateLink)
{
$this->alternateLink = $alternateLink;
}
-
public function getAlternateLink()
{
return $this->alternateLink;
@@ -4225,7 +4025,6 @@ public function setAppDataContents($appDataContents)
{
$this->appDataContents = $appDataContents;
}
-
public function getAppDataContents()
{
return $this->appDataContents;
@@ -4234,7 +4033,6 @@ public function setCopyable($copyable)
{
$this->copyable = $copyable;
}
-
public function getCopyable()
{
return $this->copyable;
@@ -4243,7 +4041,6 @@ public function setCreatedDate($createdDate)
{
$this->createdDate = $createdDate;
}
-
public function getCreatedDate()
{
return $this->createdDate;
@@ -4252,7 +4049,6 @@ public function setDefaultOpenWithLink($defaultOpenWithLink)
{
$this->defaultOpenWithLink = $defaultOpenWithLink;
}
-
public function getDefaultOpenWithLink()
{
return $this->defaultOpenWithLink;
@@ -4261,7 +4057,6 @@ public function setDescription($description)
{
$this->description = $description;
}
-
public function getDescription()
{
return $this->description;
@@ -4270,7 +4065,6 @@ public function setDownloadUrl($downloadUrl)
{
$this->downloadUrl = $downloadUrl;
}
-
public function getDownloadUrl()
{
return $this->downloadUrl;
@@ -4279,7 +4073,6 @@ public function setEditable($editable)
{
$this->editable = $editable;
}
-
public function getEditable()
{
return $this->editable;
@@ -4288,7 +4081,6 @@ public function setEmbedLink($embedLink)
{
$this->embedLink = $embedLink;
}
-
public function getEmbedLink()
{
return $this->embedLink;
@@ -4297,7 +4089,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -4306,7 +4097,6 @@ public function setExplicitlyTrashed($explicitlyTrashed)
{
$this->explicitlyTrashed = $explicitlyTrashed;
}
-
public function getExplicitlyTrashed()
{
return $this->explicitlyTrashed;
@@ -4315,7 +4105,6 @@ public function setExportLinks($exportLinks)
{
$this->exportLinks = $exportLinks;
}
-
public function getExportLinks()
{
return $this->exportLinks;
@@ -4324,7 +4113,6 @@ public function setFileExtension($fileExtension)
{
$this->fileExtension = $fileExtension;
}
-
public function getFileExtension()
{
return $this->fileExtension;
@@ -4333,7 +4121,6 @@ public function setFileSize($fileSize)
{
$this->fileSize = $fileSize;
}
-
public function getFileSize()
{
return $this->fileSize;
@@ -4342,7 +4129,6 @@ public function setHeadRevisionId($headRevisionId)
{
$this->headRevisionId = $headRevisionId;
}
-
public function getHeadRevisionId()
{
return $this->headRevisionId;
@@ -4351,7 +4137,6 @@ public function setIconLink($iconLink)
{
$this->iconLink = $iconLink;
}
-
public function getIconLink()
{
return $this->iconLink;
@@ -4360,7 +4145,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -4369,7 +4153,6 @@ public function setImageMediaMetadata(Google_Service_Drive_DriveFileImageMediaMe
{
$this->imageMediaMetadata = $imageMediaMetadata;
}
-
public function getImageMediaMetadata()
{
return $this->imageMediaMetadata;
@@ -4378,7 +4161,6 @@ public function setIndexableText(Google_Service_Drive_DriveFileIndexableText $in
{
$this->indexableText = $indexableText;
}
-
public function getIndexableText()
{
return $this->indexableText;
@@ -4387,7 +4169,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -4396,7 +4177,6 @@ public function setLabels(Google_Service_Drive_DriveFileLabels $labels)
{
$this->labels = $labels;
}
-
public function getLabels()
{
return $this->labels;
@@ -4405,7 +4185,6 @@ public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUse
{
$this->lastModifyingUser = $lastModifyingUser;
}
-
public function getLastModifyingUser()
{
return $this->lastModifyingUser;
@@ -4414,7 +4193,6 @@ public function setLastModifyingUserName($lastModifyingUserName)
{
$this->lastModifyingUserName = $lastModifyingUserName;
}
-
public function getLastModifyingUserName()
{
return $this->lastModifyingUserName;
@@ -4423,7 +4201,6 @@ public function setLastViewedByMeDate($lastViewedByMeDate)
{
$this->lastViewedByMeDate = $lastViewedByMeDate;
}
-
public function getLastViewedByMeDate()
{
return $this->lastViewedByMeDate;
@@ -4432,7 +4209,6 @@ public function setMarkedViewedByMeDate($markedViewedByMeDate)
{
$this->markedViewedByMeDate = $markedViewedByMeDate;
}
-
public function getMarkedViewedByMeDate()
{
return $this->markedViewedByMeDate;
@@ -4441,7 +4217,6 @@ public function setMd5Checksum($md5Checksum)
{
$this->md5Checksum = $md5Checksum;
}
-
public function getMd5Checksum()
{
return $this->md5Checksum;
@@ -4450,7 +4225,6 @@ public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
-
public function getMimeType()
{
return $this->mimeType;
@@ -4459,7 +4233,6 @@ public function setModifiedByMeDate($modifiedByMeDate)
{
$this->modifiedByMeDate = $modifiedByMeDate;
}
-
public function getModifiedByMeDate()
{
return $this->modifiedByMeDate;
@@ -4468,7 +4241,6 @@ public function setModifiedDate($modifiedDate)
{
$this->modifiedDate = $modifiedDate;
}
-
public function getModifiedDate()
{
return $this->modifiedDate;
@@ -4477,7 +4249,6 @@ public function setOpenWithLinks($openWithLinks)
{
$this->openWithLinks = $openWithLinks;
}
-
public function getOpenWithLinks()
{
return $this->openWithLinks;
@@ -4486,7 +4257,6 @@ public function setOriginalFilename($originalFilename)
{
$this->originalFilename = $originalFilename;
}
-
public function getOriginalFilename()
{
return $this->originalFilename;
@@ -4495,7 +4265,6 @@ public function setOwnerNames($ownerNames)
{
$this->ownerNames = $ownerNames;
}
-
public function getOwnerNames()
{
return $this->ownerNames;
@@ -4504,7 +4273,6 @@ public function setOwners($owners)
{
$this->owners = $owners;
}
-
public function getOwners()
{
return $this->owners;
@@ -4513,7 +4281,6 @@ public function setParents($parents)
{
$this->parents = $parents;
}
-
public function getParents()
{
return $this->parents;
@@ -4522,7 +4289,6 @@ public function setPermissions($permissions)
{
$this->permissions = $permissions;
}
-
public function getPermissions()
{
return $this->permissions;
@@ -4531,7 +4297,6 @@ public function setProperties($properties)
{
$this->properties = $properties;
}
-
public function getProperties()
{
return $this->properties;
@@ -4540,7 +4305,6 @@ public function setQuotaBytesUsed($quotaBytesUsed)
{
$this->quotaBytesUsed = $quotaBytesUsed;
}
-
public function getQuotaBytesUsed()
{
return $this->quotaBytesUsed;
@@ -4549,7 +4313,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -4558,7 +4321,6 @@ public function setShared($shared)
{
$this->shared = $shared;
}
-
public function getShared()
{
return $this->shared;
@@ -4567,7 +4329,6 @@ public function setSharedWithMeDate($sharedWithMeDate)
{
$this->sharedWithMeDate = $sharedWithMeDate;
}
-
public function getSharedWithMeDate()
{
return $this->sharedWithMeDate;
@@ -4576,7 +4337,6 @@ public function setSharingUser(Google_Service_Drive_User $sharingUser)
{
$this->sharingUser = $sharingUser;
}
-
public function getSharingUser()
{
return $this->sharingUser;
@@ -4585,7 +4345,6 @@ public function setThumbnail(Google_Service_Drive_DriveFileThumbnail $thumbnail)
{
$this->thumbnail = $thumbnail;
}
-
public function getThumbnail()
{
return $this->thumbnail;
@@ -4594,7 +4353,6 @@ public function setThumbnailLink($thumbnailLink)
{
$this->thumbnailLink = $thumbnailLink;
}
-
public function getThumbnailLink()
{
return $this->thumbnailLink;
@@ -4603,7 +4361,6 @@ public function setTitle($title)
{
$this->title = $title;
}
-
public function getTitle()
{
return $this->title;
@@ -4612,7 +4369,6 @@ public function setUserPermission(Google_Service_Drive_Permission $userPermissio
{
$this->userPermission = $userPermission;
}
-
public function getUserPermission()
{
return $this->userPermission;
@@ -4621,7 +4377,6 @@ public function setVersion($version)
{
$this->version = $version;
}
-
public function getVersion()
{
return $this->version;
@@ -4630,7 +4385,6 @@ public function setVideoMediaMetadata(Google_Service_Drive_DriveFileVideoMediaMe
{
$this->videoMediaMetadata = $videoMediaMetadata;
}
-
public function getVideoMediaMetadata()
{
return $this->videoMediaMetadata;
@@ -4639,7 +4393,6 @@ public function setWebContentLink($webContentLink)
{
$this->webContentLink = $webContentLink;
}
-
public function getWebContentLink()
{
return $this->webContentLink;
@@ -4648,7 +4401,6 @@ public function setWebViewLink($webViewLink)
{
$this->webViewLink = $webViewLink;
}
-
public function getWebViewLink()
{
return $this->webViewLink;
@@ -4657,20 +4409,14 @@ public function setWritersCanShare($writersCanShare)
{
$this->writersCanShare = $writersCanShare;
}
-
public function getWritersCanShare()
{
return $this->writersCanShare;
}
-
}
class Google_Service_Drive_DriveFileExportLinks extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Drive_DriveFileImageMediaMetadata extends Google_Model
@@ -4700,11 +4446,11 @@ class Google_Service_Drive_DriveFileImageMediaMetadata extends Google_Model
public $whiteBalance;
public $width;
+
public function setAperture($aperture)
{
$this->aperture = $aperture;
}
-
public function getAperture()
{
return $this->aperture;
@@ -4713,7 +4459,6 @@ public function setCameraMake($cameraMake)
{
$this->cameraMake = $cameraMake;
}
-
public function getCameraMake()
{
return $this->cameraMake;
@@ -4722,7 +4467,6 @@ public function setCameraModel($cameraModel)
{
$this->cameraModel = $cameraModel;
}
-
public function getCameraModel()
{
return $this->cameraModel;
@@ -4731,7 +4475,6 @@ public function setColorSpace($colorSpace)
{
$this->colorSpace = $colorSpace;
}
-
public function getColorSpace()
{
return $this->colorSpace;
@@ -4740,7 +4483,6 @@ public function setDate($date)
{
$this->date = $date;
}
-
public function getDate()
{
return $this->date;
@@ -4749,7 +4491,6 @@ public function setExposureBias($exposureBias)
{
$this->exposureBias = $exposureBias;
}
-
public function getExposureBias()
{
return $this->exposureBias;
@@ -4758,7 +4499,6 @@ public function setExposureMode($exposureMode)
{
$this->exposureMode = $exposureMode;
}
-
public function getExposureMode()
{
return $this->exposureMode;
@@ -4767,7 +4507,6 @@ public function setExposureTime($exposureTime)
{
$this->exposureTime = $exposureTime;
}
-
public function getExposureTime()
{
return $this->exposureTime;
@@ -4776,7 +4515,6 @@ public function setFlashUsed($flashUsed)
{
$this->flashUsed = $flashUsed;
}
-
public function getFlashUsed()
{
return $this->flashUsed;
@@ -4785,7 +4523,6 @@ public function setFocalLength($focalLength)
{
$this->focalLength = $focalLength;
}
-
public function getFocalLength()
{
return $this->focalLength;
@@ -4794,7 +4531,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -4803,7 +4539,6 @@ public function setIsoSpeed($isoSpeed)
{
$this->isoSpeed = $isoSpeed;
}
-
public function getIsoSpeed()
{
return $this->isoSpeed;
@@ -4812,7 +4547,6 @@ public function setLens($lens)
{
$this->lens = $lens;
}
-
public function getLens()
{
return $this->lens;
@@ -4821,7 +4555,6 @@ public function setLocation(Google_Service_Drive_DriveFileImageMediaMetadataLoca
{
$this->location = $location;
}
-
public function getLocation()
{
return $this->location;
@@ -4830,7 +4563,6 @@ public function setMaxApertureValue($maxApertureValue)
{
$this->maxApertureValue = $maxApertureValue;
}
-
public function getMaxApertureValue()
{
return $this->maxApertureValue;
@@ -4839,7 +4571,6 @@ public function setMeteringMode($meteringMode)
{
$this->meteringMode = $meteringMode;
}
-
public function getMeteringMode()
{
return $this->meteringMode;
@@ -4848,7 +4579,6 @@ public function setRotation($rotation)
{
$this->rotation = $rotation;
}
-
public function getRotation()
{
return $this->rotation;
@@ -4857,7 +4587,6 @@ public function setSensor($sensor)
{
$this->sensor = $sensor;
}
-
public function getSensor()
{
return $this->sensor;
@@ -4866,7 +4595,6 @@ public function setSubjectDistance($subjectDistance)
{
$this->subjectDistance = $subjectDistance;
}
-
public function getSubjectDistance()
{
return $this->subjectDistance;
@@ -4875,7 +4603,6 @@ public function setWhiteBalance($whiteBalance)
{
$this->whiteBalance = $whiteBalance;
}
-
public function getWhiteBalance()
{
return $this->whiteBalance;
@@ -4884,12 +4611,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Drive_DriveFileImageMediaMetadataLocation extends Google_Model
@@ -4900,11 +4625,11 @@ class Google_Service_Drive_DriveFileImageMediaMetadataLocation extends Google_Mo
public $latitude;
public $longitude;
+
public function setAltitude($altitude)
{
$this->altitude = $altitude;
}
-
public function getAltitude()
{
return $this->altitude;
@@ -4913,7 +4638,6 @@ public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
-
public function getLatitude()
{
return $this->latitude;
@@ -4922,12 +4646,10 @@ public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
-
public function getLongitude()
{
return $this->longitude;
}
-
}
class Google_Service_Drive_DriveFileIndexableText extends Google_Model
@@ -4936,16 +4658,15 @@ class Google_Service_Drive_DriveFileIndexableText extends Google_Model
);
public $text;
+
public function setText($text)
{
$this->text = $text;
}
-
public function getText()
{
return $this->text;
}
-
}
class Google_Service_Drive_DriveFileLabels extends Google_Model
@@ -4958,11 +4679,11 @@ class Google_Service_Drive_DriveFileLabels extends Google_Model
public $trashed;
public $viewed;
+
public function setHidden($hidden)
{
$this->hidden = $hidden;
}
-
public function getHidden()
{
return $this->hidden;
@@ -4971,7 +4692,6 @@ public function setRestricted($restricted)
{
$this->restricted = $restricted;
}
-
public function getRestricted()
{
return $this->restricted;
@@ -4980,7 +4700,6 @@ public function setStarred($starred)
{
$this->starred = $starred;
}
-
public function getStarred()
{
return $this->starred;
@@ -4989,7 +4708,6 @@ public function setTrashed($trashed)
{
$this->trashed = $trashed;
}
-
public function getTrashed()
{
return $this->trashed;
@@ -4998,20 +4716,14 @@ public function setViewed($viewed)
{
$this->viewed = $viewed;
}
-
public function getViewed()
{
return $this->viewed;
}
-
}
class Google_Service_Drive_DriveFileOpenWithLinks extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Drive_DriveFileThumbnail extends Google_Model
@@ -5021,11 +4733,11 @@ class Google_Service_Drive_DriveFileThumbnail extends Google_Model
public $image;
public $mimeType;
+
public function setImage($image)
{
$this->image = $image;
}
-
public function getImage()
{
return $this->image;
@@ -5034,12 +4746,10 @@ public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
-
public function getMimeType()
{
return $this->mimeType;
}
-
}
class Google_Service_Drive_DriveFileVideoMediaMetadata extends Google_Model
@@ -5050,11 +4760,11 @@ class Google_Service_Drive_DriveFileVideoMediaMetadata extends Google_Model
public $height;
public $width;
+
public function setDurationMillis($durationMillis)
{
$this->durationMillis = $durationMillis;
}
-
public function getDurationMillis()
{
return $this->durationMillis;
@@ -5063,7 +4773,6 @@ public function setHeight($height)
{
$this->height = $height;
}
-
public function getHeight()
{
return $this->height;
@@ -5072,12 +4781,10 @@ public function setWidth($width)
{
$this->width = $width;
}
-
public function getWidth()
{
return $this->width;
}
-
}
class Google_Service_Drive_FileList extends Google_Collection
@@ -5093,11 +4800,11 @@ class Google_Service_Drive_FileList extends Google_Collection
public $nextPageToken;
public $selfLink;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5106,7 +4813,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5115,7 +4821,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5124,7 +4829,6 @@ public function setNextLink($nextLink)
{
$this->nextLink = $nextLink;
}
-
public function getNextLink()
{
return $this->nextLink;
@@ -5133,7 +4837,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -5142,12 +4845,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_ParentList extends Google_Collection
@@ -5161,11 +4862,11 @@ class Google_Service_Drive_ParentList extends Google_Collection
public $kind;
public $selfLink;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5174,7 +4875,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5183,7 +4883,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5192,12 +4891,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_ParentReference extends Google_Model
@@ -5210,11 +4907,11 @@ class Google_Service_Drive_ParentReference extends Google_Model
public $parentLink;
public $selfLink;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5223,7 +4920,6 @@ public function setIsRoot($isRoot)
{
$this->isRoot = $isRoot;
}
-
public function getIsRoot()
{
return $this->isRoot;
@@ -5232,7 +4928,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5241,7 +4936,6 @@ public function setParentLink($parentLink)
{
$this->parentLink = $parentLink;
}
-
public function getParentLink()
{
return $this->parentLink;
@@ -5250,12 +4944,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_Permission extends Google_Collection
@@ -5278,11 +4970,11 @@ class Google_Service_Drive_Permission extends Google_Collection
public $value;
public $withLink;
+
public function setAdditionalRoles($additionalRoles)
{
$this->additionalRoles = $additionalRoles;
}
-
public function getAdditionalRoles()
{
return $this->additionalRoles;
@@ -5291,7 +4983,6 @@ public function setAuthKey($authKey)
{
$this->authKey = $authKey;
}
-
public function getAuthKey()
{
return $this->authKey;
@@ -5300,7 +4991,6 @@ public function setDomain($domain)
{
$this->domain = $domain;
}
-
public function getDomain()
{
return $this->domain;
@@ -5309,7 +4999,6 @@ public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
}
-
public function getEmailAddress()
{
return $this->emailAddress;
@@ -5318,7 +5007,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5327,7 +5015,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5336,7 +5023,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5345,7 +5031,6 @@ public function setName($name)
{
$this->name = $name;
}
-
public function getName()
{
return $this->name;
@@ -5354,7 +5039,6 @@ public function setPhotoLink($photoLink)
{
$this->photoLink = $photoLink;
}
-
public function getPhotoLink()
{
return $this->photoLink;
@@ -5363,7 +5047,6 @@ public function setRole($role)
{
$this->role = $role;
}
-
public function getRole()
{
return $this->role;
@@ -5372,7 +5055,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -5381,7 +5063,6 @@ public function setType($type)
{
$this->type = $type;
}
-
public function getType()
{
return $this->type;
@@ -5390,7 +5071,6 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
@@ -5399,12 +5079,10 @@ public function setWithLink($withLink)
{
$this->withLink = $withLink;
}
-
public function getWithLink()
{
return $this->withLink;
}
-
}
class Google_Service_Drive_PermissionId extends Google_Model
@@ -5414,11 +5092,11 @@ class Google_Service_Drive_PermissionId extends Google_Model
public $id;
public $kind;
+
public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5427,12 +5105,10 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
}
-
}
class Google_Service_Drive_PermissionList extends Google_Collection
@@ -5446,11 +5122,11 @@ class Google_Service_Drive_PermissionList extends Google_Collection
public $kind;
public $selfLink;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5459,7 +5135,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5468,7 +5143,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5477,12 +5151,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_Property extends Google_Model
@@ -5496,11 +5168,11 @@ class Google_Service_Drive_Property extends Google_Model
public $value;
public $visibility;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5509,7 +5181,6 @@ public function setKey($key)
{
$this->key = $key;
}
-
public function getKey()
{
return $this->key;
@@ -5518,7 +5189,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5527,7 +5197,6 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
@@ -5536,7 +5205,6 @@ public function setValue($value)
{
$this->value = $value;
}
-
public function getValue()
{
return $this->value;
@@ -5545,12 +5213,10 @@ public function setVisibility($visibility)
{
$this->visibility = $visibility;
}
-
public function getVisibility()
{
return $this->visibility;
}
-
}
class Google_Service_Drive_PropertyList extends Google_Collection
@@ -5564,11 +5230,11 @@ class Google_Service_Drive_PropertyList extends Google_Collection
public $kind;
public $selfLink;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5577,7 +5243,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5586,7 +5251,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5595,12 +5259,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_Revision extends Google_Model
@@ -5627,11 +5289,11 @@ class Google_Service_Drive_Revision extends Google_Model
public $publishedOutsideDomain;
public $selfLink;
+
public function setDownloadUrl($downloadUrl)
{
$this->downloadUrl = $downloadUrl;
}
-
public function getDownloadUrl()
{
return $this->downloadUrl;
@@ -5640,7 +5302,6 @@ public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5649,7 +5310,6 @@ public function setExportLinks($exportLinks)
{
$this->exportLinks = $exportLinks;
}
-
public function getExportLinks()
{
return $this->exportLinks;
@@ -5658,7 +5318,6 @@ public function setFileSize($fileSize)
{
$this->fileSize = $fileSize;
}
-
public function getFileSize()
{
return $this->fileSize;
@@ -5667,7 +5326,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -5676,7 +5334,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5685,7 +5342,6 @@ public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUse
{
$this->lastModifyingUser = $lastModifyingUser;
}
-
public function getLastModifyingUser()
{
return $this->lastModifyingUser;
@@ -5694,7 +5350,6 @@ public function setLastModifyingUserName($lastModifyingUserName)
{
$this->lastModifyingUserName = $lastModifyingUserName;
}
-
public function getLastModifyingUserName()
{
return $this->lastModifyingUserName;
@@ -5703,7 +5358,6 @@ public function setMd5Checksum($md5Checksum)
{
$this->md5Checksum = $md5Checksum;
}
-
public function getMd5Checksum()
{
return $this->md5Checksum;
@@ -5712,7 +5366,6 @@ public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
-
public function getMimeType()
{
return $this->mimeType;
@@ -5721,7 +5374,6 @@ public function setModifiedDate($modifiedDate)
{
$this->modifiedDate = $modifiedDate;
}
-
public function getModifiedDate()
{
return $this->modifiedDate;
@@ -5730,7 +5382,6 @@ public function setOriginalFilename($originalFilename)
{
$this->originalFilename = $originalFilename;
}
-
public function getOriginalFilename()
{
return $this->originalFilename;
@@ -5739,7 +5390,6 @@ public function setPinned($pinned)
{
$this->pinned = $pinned;
}
-
public function getPinned()
{
return $this->pinned;
@@ -5748,7 +5398,6 @@ public function setPublishAuto($publishAuto)
{
$this->publishAuto = $publishAuto;
}
-
public function getPublishAuto()
{
return $this->publishAuto;
@@ -5757,7 +5406,6 @@ public function setPublished($published)
{
$this->published = $published;
}
-
public function getPublished()
{
return $this->published;
@@ -5766,7 +5414,6 @@ public function setPublishedLink($publishedLink)
{
$this->publishedLink = $publishedLink;
}
-
public function getPublishedLink()
{
return $this->publishedLink;
@@ -5775,7 +5422,6 @@ public function setPublishedOutsideDomain($publishedOutsideDomain)
{
$this->publishedOutsideDomain = $publishedOutsideDomain;
}
-
public function getPublishedOutsideDomain()
{
return $this->publishedOutsideDomain;
@@ -5784,20 +5430,14 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_RevisionExportLinks extends Google_Model
{
- protected $internal_gapi_mappings = array(
- );
-
-
}
class Google_Service_Drive_RevisionList extends Google_Collection
@@ -5811,11 +5451,11 @@ class Google_Service_Drive_RevisionList extends Google_Collection
public $kind;
public $selfLink;
+
public function setEtag($etag)
{
$this->etag = $etag;
}
-
public function getEtag()
{
return $this->etag;
@@ -5824,7 +5464,6 @@ public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -5833,7 +5472,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5842,12 +5480,10 @@ public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
-
public function getSelfLink()
{
return $this->selfLink;
}
-
}
class Google_Service_Drive_User extends Google_Model
@@ -5862,11 +5498,11 @@ class Google_Service_Drive_User extends Google_Model
protected $pictureType = 'Google_Service_Drive_UserPicture';
protected $pictureDataType = '';
+
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
-
public function getDisplayName()
{
return $this->displayName;
@@ -5875,7 +5511,6 @@ public function setEmailAddress($emailAddress)
{
$this->emailAddress = $emailAddress;
}
-
public function getEmailAddress()
{
return $this->emailAddress;
@@ -5884,7 +5519,6 @@ public function setIsAuthenticatedUser($isAuthenticatedUser)
{
$this->isAuthenticatedUser = $isAuthenticatedUser;
}
-
public function getIsAuthenticatedUser()
{
return $this->isAuthenticatedUser;
@@ -5893,7 +5527,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -5902,7 +5535,6 @@ public function setPermissionId($permissionId)
{
$this->permissionId = $permissionId;
}
-
public function getPermissionId()
{
return $this->permissionId;
@@ -5911,12 +5543,10 @@ public function setPicture(Google_Service_Drive_UserPicture $picture)
{
$this->picture = $picture;
}
-
public function getPicture()
{
return $this->picture;
}
-
}
class Google_Service_Drive_UserPicture extends Google_Model
@@ -5925,14 +5555,13 @@ class Google_Service_Drive_UserPicture extends Google_Model
);
public $url;
+
public function setUrl($url)
{
$this->url = $url;
}
-
public function getUrl()
{
return $this->url;
}
-
}
From bb11b52dc1bf8c6911a66f6ac1edff63ceeb175a Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * Lets you create, inspect, and manage goo.gl short URLs
- *
* For more information about this service, see the API
@@ -32,7 +31,8 @@
class Google_Service_Urlshortener extends Google_Service
{
/** Manage your goo.gl short URLs. */
- const URLSHORTENER = "https://www.googleapis.com/auth/urlshortener";
+ const URLSHORTENER =
+ "https://www.googleapis.com/auth/urlshortener";
public $url;
@@ -108,12 +108,10 @@ class Google_Service_Urlshortener_Url_Resource extends Google_Service_Resource
/**
* Expands a short URL or gets creation time and analytics. (url.get)
*
- * @param string $shortUrl
- * The short URL, including the protocol.
+ * @param string $shortUrl The short URL, including the protocol.
* @param array $optParams Optional parameters.
*
- * @opt_param string projection
- * Additional information to return.
+ * @opt_param string projection Additional information to return.
* @return Google_Service_Urlshortener_Url
*/
public function get($shortUrl, $optParams = array())
@@ -122,6 +120,7 @@ public function get($shortUrl, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Urlshortener_Url");
}
+
/**
* Creates a new short URL. (url.insert)
*
@@ -135,15 +134,15 @@ public function insert(Google_Service_Urlshortener_Url $postBody, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Urlshortener_Url");
}
+
/**
* Retrieves a list of URLs shortened by a user. (url.listUrl)
*
* @param array $optParams Optional parameters.
*
- * @opt_param string start-token
- * Token for requesting successive pages of results.
- * @opt_param string projection
- * Additional information to return.
+ * @opt_param string start-token Token for requesting successive pages of
+ * results.
+ * @opt_param string projection Additional information to return.
* @return Google_Service_Urlshortener_UrlHistory
*/
public function listUrl($optParams = array())
@@ -173,11 +172,11 @@ class Google_Service_Urlshortener_AnalyticsSnapshot extends Google_Collection
protected $referrersDataType = 'array';
public $shortUrlClicks;
+
public function setBrowsers($browsers)
{
$this->browsers = $browsers;
}
-
public function getBrowsers()
{
return $this->browsers;
@@ -186,7 +185,6 @@ public function setCountries($countries)
{
$this->countries = $countries;
}
-
public function getCountries()
{
return $this->countries;
@@ -195,7 +193,6 @@ public function setLongUrlClicks($longUrlClicks)
{
$this->longUrlClicks = $longUrlClicks;
}
-
public function getLongUrlClicks()
{
return $this->longUrlClicks;
@@ -204,7 +201,6 @@ public function setPlatforms($platforms)
{
$this->platforms = $platforms;
}
-
public function getPlatforms()
{
return $this->platforms;
@@ -213,7 +209,6 @@ public function setReferrers($referrers)
{
$this->referrers = $referrers;
}
-
public function getReferrers()
{
return $this->referrers;
@@ -222,12 +217,10 @@ public function setShortUrlClicks($shortUrlClicks)
{
$this->shortUrlClicks = $shortUrlClicks;
}
-
public function getShortUrlClicks()
{
return $this->shortUrlClicks;
}
-
}
class Google_Service_Urlshortener_AnalyticsSummary extends Google_Model
@@ -245,11 +238,11 @@ class Google_Service_Urlshortener_AnalyticsSummary extends Google_Model
protected $weekType = 'Google_Service_Urlshortener_AnalyticsSnapshot';
protected $weekDataType = '';
+
public function setAllTime(Google_Service_Urlshortener_AnalyticsSnapshot $allTime)
{
$this->allTime = $allTime;
}
-
public function getAllTime()
{
return $this->allTime;
@@ -258,7 +251,6 @@ public function setDay(Google_Service_Urlshortener_AnalyticsSnapshot $day)
{
$this->day = $day;
}
-
public function getDay()
{
return $this->day;
@@ -267,7 +259,6 @@ public function setMonth(Google_Service_Urlshortener_AnalyticsSnapshot $month)
{
$this->month = $month;
}
-
public function getMonth()
{
return $this->month;
@@ -276,7 +267,6 @@ public function setTwoHours(Google_Service_Urlshortener_AnalyticsSnapshot $twoHo
{
$this->twoHours = $twoHours;
}
-
public function getTwoHours()
{
return $this->twoHours;
@@ -285,12 +275,10 @@ public function setWeek(Google_Service_Urlshortener_AnalyticsSnapshot $week)
{
$this->week = $week;
}
-
public function getWeek()
{
return $this->week;
}
-
}
class Google_Service_Urlshortener_StringCount extends Google_Model
@@ -300,11 +288,11 @@ class Google_Service_Urlshortener_StringCount extends Google_Model
public $count;
public $id;
+
public function setCount($count)
{
$this->count = $count;
}
-
public function getCount()
{
return $this->count;
@@ -313,12 +301,10 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
}
-
}
class Google_Service_Urlshortener_Url extends Google_Model
@@ -333,11 +319,11 @@ class Google_Service_Urlshortener_Url extends Google_Model
public $longUrl;
public $status;
+
public function setAnalytics(Google_Service_Urlshortener_AnalyticsSummary $analytics)
{
$this->analytics = $analytics;
}
-
public function getAnalytics()
{
return $this->analytics;
@@ -346,7 +332,6 @@ public function setCreated($created)
{
$this->created = $created;
}
-
public function getCreated()
{
return $this->created;
@@ -355,7 +340,6 @@ public function setId($id)
{
$this->id = $id;
}
-
public function getId()
{
return $this->id;
@@ -364,7 +348,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -373,7 +356,6 @@ public function setLongUrl($longUrl)
{
$this->longUrl = $longUrl;
}
-
public function getLongUrl()
{
return $this->longUrl;
@@ -382,12 +364,10 @@ public function setStatus($status)
{
$this->status = $status;
}
-
public function getStatus()
{
return $this->status;
}
-
}
class Google_Service_Urlshortener_UrlHistory extends Google_Collection
@@ -402,11 +382,11 @@ class Google_Service_Urlshortener_UrlHistory extends Google_Collection
public $nextPageToken;
public $totalItems;
+
public function setItems($items)
{
$this->items = $items;
}
-
public function getItems()
{
return $this->items;
@@ -415,7 +395,6 @@ public function setItemsPerPage($itemsPerPage)
{
$this->itemsPerPage = $itemsPerPage;
}
-
public function getItemsPerPage()
{
return $this->itemsPerPage;
@@ -424,7 +403,6 @@ public function setKind($kind)
{
$this->kind = $kind;
}
-
public function getKind()
{
return $this->kind;
@@ -433,7 +411,6 @@ public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
-
public function getNextPageToken()
{
return $this->nextPageToken;
@@ -442,10 +419,8 @@ public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
-
public function getTotalItems()
{
return $this->totalItems;
}
-
}
From 213f24c9e2d38473776e7f2fe3d20e2aaed85496 Mon Sep 17 00:00:00 2001
From: Veres Lajos
* For more information about this service, see the API
- * Documentation
+ * Documentation
*
* API for working with Fusion Tables data.
* For more information about this service, see the API
- * Documentation
+ * Documentation
*
* For more information about this service, see the API
- * Documentation
+ * Documentation
*
\n";
}
+
```
## Frequently Asked Questions ##
From ba940794f406811c06aa9277d19dea2d2eaac08f Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...);
+ * $budget = $adexchangebuyerService->budget;
+ *
+ */
+class Google_Service_AdExchangeBuyer_Budget_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Returns the budget information for the adgroup specified by the accountId and
+ * billingId. (budget.get)
+ *
+ * @param string $accountId The account id to get the budget information for.
+ * @param string $billingId The billing id to get the budget information for.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_Budget
+ */
+ public function get($accountId, $billingId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'billingId' => $billingId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Budget");
+ }
+
+ /**
+ * Updates the budget amount for the budget of the adgroup specified by the
+ * accountId and billingId, with the budget amount in the request. This method
+ * supports patch semantics. (budget.patch)
+ *
+ * @param string $accountId The account id associated with the budget being
+ * updated.
+ * @param string $billingId The billing id associated with the budget being
+ * updated.
+ * @param Google_Budget $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_Budget
+ */
+ public function patch($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Budget");
+ }
+
+ /**
+ * Updates the budget amount for the budget of the adgroup specified by the
+ * accountId and billingId, with the budget amount in the request.
+ * (budget.update)
+ *
+ * @param string $accountId The account id associated with the budget being
+ * updated.
+ * @param string $billingId The billing id associated with the budget being
+ * updated.
+ * @param Google_Budget $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_Budget
+ */
+ public function update($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Budget");
+ }
+}
+
/**
* The "creatives" collection of methods.
* Typical usage is:
@@ -920,6 +1044,68 @@ public function getKind()
}
}
+class Google_Service_AdExchangeBuyer_Budget extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $billingId;
+ public $budgetAmount;
+ public $currencyCode;
+ public $id;
+ public $kind;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setBillingId($billingId)
+ {
+ $this->billingId = $billingId;
+ }
+ public function getBillingId()
+ {
+ return $this->billingId;
+ }
+ public function setBudgetAmount($budgetAmount)
+ {
+ $this->budgetAmount = $budgetAmount;
+ }
+ public function getBudgetAmount()
+ {
+ return $this->budgetAmount;
+ }
+ public function setCurrencyCode($currencyCode)
+ {
+ $this->currencyCode = $currencyCode;
+ }
+ public function getCurrencyCode()
+ {
+ return $this->currencyCode;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{
protected $collection_key = 'vendorType';
From fd19c50e224fbaa2062e1a9e5d9db7803d9275eb Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $booksService = new Google_Service_Books(...);
+ * $dictionary = $booksService->dictionary;
+ *
+ */
+class Google_Service_Books_Dictionary_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Returns a list of offline dictionary meatadata available
+ * (dictionary.listOfflineMetadata)
+ *
+ * @param string $cpksver The device/version ID from which to request the data.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Books_Metadata
+ */
+ public function listOfflineMetadata($cpksver, $optParams = array())
+ {
+ $params = array('cpksver' => $cpksver);
+ $params = array_merge($params, $optParams);
+ return $this->call('listOfflineMetadata', array($params), "Google_Service_Books_Metadata");
+ }
+}
+
/**
* The "layers" collection of methods.
* Typical usage is:
@@ -1786,9 +1838,10 @@ public function get($annotationId, $optParams = array())
* @param Google_Annotation $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string source String to identify the originator of this request.
+ * @opt_param string country ISO-3166-1 code to override the IP-based location.
* @opt_param bool showOnlySummaryInResponse Requests that only the summary of
* the specified layer be provided in the response.
+ * @opt_param string source String to identify the originator of this request.
* @return Google_Service_Books_Annotation
*/
public function insert(Google_Service_Books_Annotation $postBody, $optParams = array())
@@ -4419,6 +4472,89 @@ public function getVolumeId()
}
}
+class Google_Service_Books_Metadata extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_Books_MetadataItems';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Books_MetadataItems extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ "downloadUrl" => "download_url",
+ "encryptedKey" => "encrypted_key",
+ );
+ public $downloadUrl;
+ public $encryptedKey;
+ public $language;
+ public $size;
+ public $version;
+
+
+ public function setDownloadUrl($downloadUrl)
+ {
+ $this->downloadUrl = $downloadUrl;
+ }
+ public function getDownloadUrl()
+ {
+ return $this->downloadUrl;
+ }
+ public function setEncryptedKey($encryptedKey)
+ {
+ $this->encryptedKey = $encryptedKey;
+ }
+ public function getEncryptedKey()
+ {
+ return $this->encryptedKey;
+ }
+ public function setLanguage($language)
+ {
+ $this->language = $language;
+ }
+ public function getLanguage()
+ {
+ return $this->language;
+ }
+ public function setSize($size)
+ {
+ $this->size = $size;
+ }
+ public function getSize()
+ {
+ return $this->size;
+ }
+ public function setVersion($version)
+ {
+ $this->version = $version;
+ }
+ public function getVersion()
+ {
+ return $this->version;
+ }
+}
+
class Google_Service_Books_Offers extends Google_Collection
{
protected $collection_key = 'items';
From c72f6e4c7be0d805d6e35ad1aa333d2ae7b23844 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...);
- * $budget = $adexchangebuyerService->budget;
- *
- */
-class Google_Service_AdExchangeBuyer_Budget_Resource extends Google_Service_Resource
-{
-
- /**
- * Returns the budget information for the adgroup specified by the accountId and
- * billingId. (budget.get)
- *
- * @param string $accountId The account id to get the budget information for.
- * @param string $billingId The billing id to get the budget information for.
- * @param array $optParams Optional parameters.
- * @return Google_Service_AdExchangeBuyer_Budget
- */
- public function get($accountId, $billingId, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'billingId' => $billingId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Budget");
- }
-
- /**
- * Updates the budget amount for the budget of the adgroup specified by the
- * accountId and billingId, with the budget amount in the request. This method
- * supports patch semantics. (budget.patch)
- *
- * @param string $accountId The account id associated with the budget being
- * updated.
- * @param string $billingId The billing id associated with the budget being
- * updated.
- * @param Google_Budget $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_AdExchangeBuyer_Budget
- */
- public function patch($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Budget");
- }
-
- /**
- * Updates the budget amount for the budget of the adgroup specified by the
- * accountId and billingId, with the budget amount in the request.
- * (budget.update)
- *
- * @param string $accountId The account id associated with the budget being
- * updated.
- * @param string $billingId The billing id associated with the budget being
- * updated.
- * @param Google_Budget $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_AdExchangeBuyer_Budget
- */
- public function update($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array())
- {
- $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Budget");
- }
-}
-
/**
* The "creatives" collection of methods.
* Typical usage is:
@@ -1044,68 +920,6 @@ public function getKind()
}
}
-class Google_Service_AdExchangeBuyer_Budget extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $accountId;
- public $billingId;
- public $budgetAmount;
- public $currencyCode;
- public $id;
- public $kind;
-
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setBillingId($billingId)
- {
- $this->billingId = $billingId;
- }
- public function getBillingId()
- {
- return $this->billingId;
- }
- public function setBudgetAmount($budgetAmount)
- {
- $this->budgetAmount = $budgetAmount;
- }
- public function getBudgetAmount()
- {
- return $this->budgetAmount;
- }
- public function setCurrencyCode($currencyCode)
- {
- $this->currencyCode = $currencyCode;
- }
- public function getCurrencyCode()
- {
- return $this->currencyCode;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{
protected $collection_key = 'vendorType';
From 1319b2f66ced815effbfc07243ae8eb0132bf598 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...);
+ * $budget = $adexchangebuyerService->budget;
+ *
+ */
+class Google_Service_AdExchangeBuyer_Budget_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Returns the budget information for the adgroup specified by the accountId and
+ * billingId. (budget.get)
+ *
+ * @param string $accountId The account id to get the budget information for.
+ * @param string $billingId The billing id to get the budget information for.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_Budget
+ */
+ public function get($accountId, $billingId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'billingId' => $billingId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AdExchangeBuyer_Budget");
+ }
+
+ /**
+ * Updates the budget amount for the budget of the adgroup specified by the
+ * accountId and billingId, with the budget amount in the request. This method
+ * supports patch semantics. (budget.patch)
+ *
+ * @param string $accountId The account id associated with the budget being
+ * updated.
+ * @param string $billingId The billing id associated with the budget being
+ * updated.
+ * @param Google_Budget $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_Budget
+ */
+ public function patch($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AdExchangeBuyer_Budget");
+ }
+
+ /**
+ * Updates the budget amount for the budget of the adgroup specified by the
+ * accountId and billingId, with the budget amount in the request.
+ * (budget.update)
+ *
+ * @param string $accountId The account id associated with the budget being
+ * updated.
+ * @param string $billingId The billing id associated with the budget being
+ * updated.
+ * @param Google_Budget $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AdExchangeBuyer_Budget
+ */
+ public function update($accountId, $billingId, Google_Service_AdExchangeBuyer_Budget $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AdExchangeBuyer_Budget");
+ }
+}
+
/**
* The "creatives" collection of methods.
* Typical usage is:
@@ -920,6 +1044,68 @@ public function getKind()
}
}
+class Google_Service_AdExchangeBuyer_Budget extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $billingId;
+ public $budgetAmount;
+ public $currencyCode;
+ public $id;
+ public $kind;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setBillingId($billingId)
+ {
+ $this->billingId = $billingId;
+ }
+ public function getBillingId()
+ {
+ return $this->billingId;
+ }
+ public function setBudgetAmount($budgetAmount)
+ {
+ $this->budgetAmount = $budgetAmount;
+ }
+ public function getBudgetAmount()
+ {
+ return $this->budgetAmount;
+ }
+ public function setCurrencyCode($currencyCode)
+ {
+ $this->currencyCode = $currencyCode;
+ }
+ public function getCurrencyCode()
+ {
+ return $this->currencyCode;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
{
protected $collection_key = 'vendorType';
From c0afacd55a976800894f4daa704b57ef51dc9de5 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $booksService = new Google_Service_Books(...);
+ * $onboarding = $booksService->onboarding;
+ *
+ */
+class Google_Service_Books_Onboarding_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List categories for onboarding experience. (onboarding.listCategories)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code.
+ * Default is en-US if unset.
+ * @return Google_Service_Books_Category
+ */
+ public function listCategories($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('listCategories', array($params), "Google_Service_Books_Category");
+ }
+
+ /**
+ * List available volumes under categories for onboarding experience.
+ * (onboarding.listCategoryVolumes)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string locale ISO-639-1 language and ISO-3166-1 country code.
+ * Default is en-US if unset.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * page.
+ * @opt_param string categoryId List of category ids requested.
+ * @opt_param string pageSize Number of maximum results per page to be included
+ * in the response.
+ * @return Google_Service_Books_Volume2
+ */
+ public function listCategoryVolumes($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('listCategoryVolumes', array($params), "Google_Service_Books_Volume2");
+ }
+}
+
/**
* The "promooffer" collection of methods.
* Typical usage is:
@@ -3218,6 +3346,69 @@ public function getKind()
}
}
+class Google_Service_Books_Category extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_Books_CategoryItems';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Books_CategoryItems extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $badgeUrl;
+ public $categoryId;
+ public $name;
+
+
+ public function setBadgeUrl($badgeUrl)
+ {
+ $this->badgeUrl = $badgeUrl;
+ }
+ public function getBadgeUrl()
+ {
+ return $this->badgeUrl;
+ }
+ public function setCategoryId($categoryId)
+ {
+ $this->categoryId = $categoryId;
+ }
+ public function getCategoryId()
+ {
+ return $this->categoryId;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
class Google_Service_Books_ConcurrentAccessRestriction extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -4942,6 +5133,59 @@ public function getUrl()
}
}
+class Google_Service_Books_Usersettings extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $notesExportType = 'Google_Service_Books_UsersettingsNotesExport';
+ protected $notesExportDataType = '';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNotesExport(Google_Service_Books_UsersettingsNotesExport $notesExport)
+ {
+ $this->notesExport = $notesExport;
+ }
+ public function getNotesExport()
+ {
+ return $this->notesExport;
+ }
+}
+
+class Google_Service_Books_UsersettingsNotesExport extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $folderName;
+ public $isEnabled;
+
+
+ public function setFolderName($folderName)
+ {
+ $this->folderName = $folderName;
+ }
+ public function getFolderName()
+ {
+ return $this->folderName;
+ }
+ public function setIsEnabled($isEnabled)
+ {
+ $this->isEnabled = $isEnabled;
+ }
+ public function getIsEnabled()
+ {
+ return $this->isEnabled;
+ }
+}
+
class Google_Service_Books_Volume extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -5056,6 +5300,43 @@ public function getVolumeInfo()
}
}
+class Google_Service_Books_Volume2 extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_Books_Volume';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
class Google_Service_Books_VolumeAccessInfo extends Google_Model
{
protected $internal_gapi_mappings = array(
From 8a9bd13d9a6f7b4b1d07e5e989051cb681ded48c Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Dataflow extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View your email address. */ + const USERINFO_EMAIL = + "https://www.googleapis.com/auth/userinfo.email"; + + public $v1b3_projects_jobs; + public $v1b3_projects_jobs_messages; + public $v1b3_projects_jobs_workItems; + + + /** + * Constructs the internal representation of the Dataflow service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'dataflow/v1b3/projects/'; + $this->version = 'v1beta3'; + $this->serviceName = 'dataflow'; + + $this->v1b3_projects_jobs = new Google_Service_Dataflow_V1b3ProjectsJobs_Resource( + $this, + $this->serviceName, + 'jobs', + array( + 'methods' => array( + 'create' => array( + 'path' => '{projectId}/jobs', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{projectId}/jobs/{jobId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getMetrics' => array( + 'path' => '{projectId}/jobs/{jobId}/metrics', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{projectId}/jobs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => '{projectId}/jobs/{jobId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => '{projectId}/jobs/{jobId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->v1b3_projects_jobs_messages = new Google_Service_Dataflow_V1b3ProjectsJobsMessages_Resource( + $this, + $this->serviceName, + 'messages', + array( + 'methods' => array( + 'list' => array( + 'path' => '{projectId}/jobs/{jobId}/messages', + 'httpMethod' => 'GET', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minimumImportance' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->v1b3_projects_jobs_workItems = new Google_Service_Dataflow_V1b3ProjectsJobsWorkItems_Resource( + $this, + $this->serviceName, + 'workItems', + array( + 'methods' => array( + 'lease' => array( + 'path' => '{projectId}/jobs/{jobId}/workItems:lease', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reportStatus' => array( + 'path' => '{projectId}/jobs/{jobId}/workItems:reportStatus', + 'httpMethod' => 'POST', + 'parameters' => array( + 'projectId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'jobId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "v1b3" collection of methods. + * Typical usage is: + *
+ * $dataflowService = new Google_Service_Dataflow(...);
+ * $v1b3 = $dataflowService->v1b3;
+ *
+ */
+class Google_Service_Dataflow_V1b3_Resource extends Google_Service_Resource
+{
+}
+
+/**
+ * The "projects" collection of methods.
+ * Typical usage is:
+ *
+ * $dataflowService = new Google_Service_Dataflow(...);
+ * $projects = $dataflowService->projects;
+ *
+ */
+class Google_Service_Dataflow_V1b3Projects_Resource extends Google_Service_Resource
+{
+}
+
+/**
+ * The "jobs" collection of methods.
+ * Typical usage is:
+ *
+ * $dataflowService = new Google_Service_Dataflow(...);
+ * $jobs = $dataflowService->jobs;
+ *
+ */
+class Google_Service_Dataflow_V1b3ProjectsJobs_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a dataflow job. (jobs.create)
+ *
+ * @param string $projectId
+ * @param Google_Job $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string view
+ * @return Google_Service_Dataflow_Job
+ */
+ public function create($projectId, Google_Service_Dataflow_Job $postBody, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Dataflow_Job");
+ }
+
+ /**
+ * Gets the state of the specified dataflow job. (jobs.get)
+ *
+ * @param string $projectId
+ * @param string $jobId
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string view
+ * @return Google_Service_Dataflow_Job
+ */
+ public function get($projectId, $jobId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'jobId' => $jobId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dataflow_Job");
+ }
+
+ /**
+ * Request the job status. (jobs.getMetrics)
+ *
+ * @param string $projectId
+ * @param string $jobId
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string startTime
+ * @return Google_Service_Dataflow_JobMetrics
+ */
+ public function getMetrics($projectId, $jobId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'jobId' => $jobId);
+ $params = array_merge($params, $optParams);
+ return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics");
+ }
+
+ /**
+ * List the jobs of a project (jobs.listV1b3ProjectsJobs)
+ *
+ * @param string $projectId
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken
+ * @opt_param string view
+ * @opt_param int pageSize
+ * @return Google_Service_Dataflow_ListJobsResponse
+ */
+ public function listV1b3ProjectsJobs($projectId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse");
+ }
+
+ /**
+ * Updates the state of an existing dataflow job. This method supports patch
+ * semantics. (jobs.patch)
+ *
+ * @param string $projectId
+ * @param string $jobId
+ * @param Google_Job $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dataflow_Job
+ */
+ public function patch($projectId, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dataflow_Job");
+ }
+
+ /**
+ * Updates the state of an existing dataflow job. (jobs.update)
+ *
+ * @param string $projectId
+ * @param string $jobId
+ * @param Google_Job $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dataflow_Job
+ */
+ public function update($projectId, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dataflow_Job");
+ }
+}
+
+/**
+ * The "messages" collection of methods.
+ * Typical usage is:
+ *
+ * $dataflowService = new Google_Service_Dataflow(...);
+ * $messages = $dataflowService->messages;
+ *
+ */
+class Google_Service_Dataflow_V1b3ProjectsJobsMessages_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Request the job status. (messages.listV1b3ProjectsJobsMessages)
+ *
+ * @param string $projectId
+ * @param string $jobId
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int pageSize
+ * @opt_param string pageToken
+ * @opt_param string startTime
+ * @opt_param string endTime
+ * @opt_param string minimumImportance
+ * @return Google_Service_Dataflow_ListJobMessagesResponse
+ */
+ public function listV1b3ProjectsJobsMessages($projectId, $jobId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'jobId' => $jobId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dataflow_ListJobMessagesResponse");
+ }
+}
+/**
+ * The "workItems" collection of methods.
+ * Typical usage is:
+ *
+ * $dataflowService = new Google_Service_Dataflow(...);
+ * $workItems = $dataflowService->workItems;
+ *
+ */
+class Google_Service_Dataflow_V1b3ProjectsJobsWorkItems_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Leases a dataflow WorkItem to run. (workItems.lease)
+ *
+ * @param string $projectId
+ * @param string $jobId
+ * @param Google_LeaseWorkItemRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dataflow_LeaseWorkItemResponse
+ */
+ public function lease($projectId, $jobId, Google_Service_Dataflow_LeaseWorkItemRequest $postBody, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('lease', array($params), "Google_Service_Dataflow_LeaseWorkItemResponse");
+ }
+
+ /**
+ * Reports the status of dataflow WorkItems leased by a worker.
+ * (workItems.reportStatus)
+ *
+ * @param string $projectId
+ * @param string $jobId
+ * @param Google_ReportWorkItemStatusRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dataflow_ReportWorkItemStatusResponse
+ */
+ public function reportStatus($projectId, $jobId, Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('reportStatus', array($params), "Google_Service_Dataflow_ReportWorkItemStatusResponse");
+ }
+}
+
+
+
+
+class Google_Service_Dataflow_ApproximateProgress extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $percentComplete;
+ protected $positionType = 'Google_Service_Dataflow_Position';
+ protected $positionDataType = '';
+ public $remainingTime;
+
+
+ public function setPercentComplete($percentComplete)
+ {
+ $this->percentComplete = $percentComplete;
+ }
+ public function getPercentComplete()
+ {
+ return $this->percentComplete;
+ }
+ public function setPosition(Google_Service_Dataflow_Position $position)
+ {
+ $this->position = $position;
+ }
+ public function getPosition()
+ {
+ return $this->position;
+ }
+ public function setRemainingTime($remainingTime)
+ {
+ $this->remainingTime = $remainingTime;
+ }
+ public function getRemainingTime()
+ {
+ return $this->remainingTime;
+ }
+}
+
+class Google_Service_Dataflow_AutoscalingSettings extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $algorithm;
+ public $maxNumWorkers;
+
+
+ public function setAlgorithm($algorithm)
+ {
+ $this->algorithm = $algorithm;
+ }
+ public function getAlgorithm()
+ {
+ return $this->algorithm;
+ }
+ public function setMaxNumWorkers($maxNumWorkers)
+ {
+ $this->maxNumWorkers = $maxNumWorkers;
+ }
+ public function getMaxNumWorkers()
+ {
+ return $this->maxNumWorkers;
+ }
+}
+
+class Google_Service_Dataflow_ComputationTopology extends Google_Collection
+{
+ protected $collection_key = 'outputs';
+ protected $internal_gapi_mappings = array(
+ );
+ public $computationId;
+ protected $inputsType = 'Google_Service_Dataflow_StreamLocation';
+ protected $inputsDataType = 'array';
+ protected $keyRangesType = 'Google_Service_Dataflow_KeyRangeLocation';
+ protected $keyRangesDataType = 'array';
+ protected $outputsType = 'Google_Service_Dataflow_StreamLocation';
+ protected $outputsDataType = 'array';
+
+
+ public function setComputationId($computationId)
+ {
+ $this->computationId = $computationId;
+ }
+ public function getComputationId()
+ {
+ return $this->computationId;
+ }
+ public function setInputs($inputs)
+ {
+ $this->inputs = $inputs;
+ }
+ public function getInputs()
+ {
+ return $this->inputs;
+ }
+ public function setKeyRanges($keyRanges)
+ {
+ $this->keyRanges = $keyRanges;
+ }
+ public function getKeyRanges()
+ {
+ return $this->keyRanges;
+ }
+ public function setOutputs($outputs)
+ {
+ $this->outputs = $outputs;
+ }
+ public function getOutputs()
+ {
+ return $this->outputs;
+ }
+}
+
+class Google_Service_Dataflow_DataDiskAssignment extends Google_Collection
+{
+ protected $collection_key = 'dataDisks';
+ protected $internal_gapi_mappings = array(
+ );
+ public $dataDisks;
+ public $vmInstance;
+
+
+ public function setDataDisks($dataDisks)
+ {
+ $this->dataDisks = $dataDisks;
+ }
+ public function getDataDisks()
+ {
+ return $this->dataDisks;
+ }
+ public function setVmInstance($vmInstance)
+ {
+ $this->vmInstance = $vmInstance;
+ }
+ public function getVmInstance()
+ {
+ return $this->vmInstance;
+ }
+}
+
+class Google_Service_Dataflow_Disk extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $diskType;
+ public $mountPoint;
+ public $sizeGb;
+
+
+ public function setDiskType($diskType)
+ {
+ $this->diskType = $diskType;
+ }
+ public function getDiskType()
+ {
+ return $this->diskType;
+ }
+ public function setMountPoint($mountPoint)
+ {
+ $this->mountPoint = $mountPoint;
+ }
+ public function getMountPoint()
+ {
+ return $this->mountPoint;
+ }
+ public function setSizeGb($sizeGb)
+ {
+ $this->sizeGb = $sizeGb;
+ }
+ public function getSizeGb()
+ {
+ return $this->sizeGb;
+ }
+}
+
+class Google_Service_Dataflow_Environment extends Google_Collection
+{
+ protected $collection_key = 'workerPools';
+ protected $internal_gapi_mappings = array(
+ );
+ public $clusterManagerApiService;
+ public $dataset;
+ public $experiments;
+ public $tempStoragePrefix;
+ public $userAgent;
+ public $version;
+ protected $workerPoolsType = 'Google_Service_Dataflow_WorkerPool';
+ protected $workerPoolsDataType = 'array';
+
+
+ public function setClusterManagerApiService($clusterManagerApiService)
+ {
+ $this->clusterManagerApiService = $clusterManagerApiService;
+ }
+ public function getClusterManagerApiService()
+ {
+ return $this->clusterManagerApiService;
+ }
+ public function setDataset($dataset)
+ {
+ $this->dataset = $dataset;
+ }
+ public function getDataset()
+ {
+ return $this->dataset;
+ }
+ public function setExperiments($experiments)
+ {
+ $this->experiments = $experiments;
+ }
+ public function getExperiments()
+ {
+ return $this->experiments;
+ }
+ public function setTempStoragePrefix($tempStoragePrefix)
+ {
+ $this->tempStoragePrefix = $tempStoragePrefix;
+ }
+ public function getTempStoragePrefix()
+ {
+ return $this->tempStoragePrefix;
+ }
+ public function setUserAgent($userAgent)
+ {
+ $this->userAgent = $userAgent;
+ }
+ public function getUserAgent()
+ {
+ return $this->userAgent;
+ }
+ public function setVersion($version)
+ {
+ $this->version = $version;
+ }
+ public function getVersion()
+ {
+ return $this->version;
+ }
+ public function setWorkerPools($workerPools)
+ {
+ $this->workerPools = $workerPools;
+ }
+ public function getWorkerPools()
+ {
+ return $this->workerPools;
+ }
+}
+
+class Google_Service_Dataflow_EnvironmentUserAgent extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_EnvironmentVersion extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_FlattenInstruction extends Google_Collection
+{
+ protected $collection_key = 'inputs';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $inputsType = 'Google_Service_Dataflow_InstructionInput';
+ protected $inputsDataType = 'array';
+
+
+ public function setInputs($inputs)
+ {
+ $this->inputs = $inputs;
+ }
+ public function getInputs()
+ {
+ return $this->inputs;
+ }
+}
+
+class Google_Service_Dataflow_InstructionInput extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $outputNum;
+ public $producerInstructionIndex;
+
+
+ public function setOutputNum($outputNum)
+ {
+ $this->outputNum = $outputNum;
+ }
+ public function getOutputNum()
+ {
+ return $this->outputNum;
+ }
+ public function setProducerInstructionIndex($producerInstructionIndex)
+ {
+ $this->producerInstructionIndex = $producerInstructionIndex;
+ }
+ public function getProducerInstructionIndex()
+ {
+ return $this->producerInstructionIndex;
+ }
+}
+
+class Google_Service_Dataflow_InstructionOutput extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $codec;
+ public $name;
+
+
+ public function setCodec($codec)
+ {
+ $this->codec = $codec;
+ }
+ public function getCodec()
+ {
+ return $this->codec;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dataflow_InstructionOutputCodec extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_Job extends Google_Collection
+{
+ protected $collection_key = 'steps';
+ protected $internal_gapi_mappings = array(
+ );
+ public $createTime;
+ public $currentState;
+ public $currentStateTime;
+ protected $environmentType = 'Google_Service_Dataflow_Environment';
+ protected $environmentDataType = '';
+ protected $executionInfoType = 'Google_Service_Dataflow_JobExecutionInfo';
+ protected $executionInfoDataType = '';
+ public $id;
+ public $name;
+ public $projectId;
+ public $requestedState;
+ protected $stepsType = 'Google_Service_Dataflow_Step';
+ protected $stepsDataType = 'array';
+ public $type;
+
+
+ public function setCreateTime($createTime)
+ {
+ $this->createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setCurrentState($currentState)
+ {
+ $this->currentState = $currentState;
+ }
+ public function getCurrentState()
+ {
+ return $this->currentState;
+ }
+ public function setCurrentStateTime($currentStateTime)
+ {
+ $this->currentStateTime = $currentStateTime;
+ }
+ public function getCurrentStateTime()
+ {
+ return $this->currentStateTime;
+ }
+ public function setEnvironment(Google_Service_Dataflow_Environment $environment)
+ {
+ $this->environment = $environment;
+ }
+ public function getEnvironment()
+ {
+ return $this->environment;
+ }
+ public function setExecutionInfo(Google_Service_Dataflow_JobExecutionInfo $executionInfo)
+ {
+ $this->executionInfo = $executionInfo;
+ }
+ public function getExecutionInfo()
+ {
+ return $this->executionInfo;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+ public function setRequestedState($requestedState)
+ {
+ $this->requestedState = $requestedState;
+ }
+ public function getRequestedState()
+ {
+ return $this->requestedState;
+ }
+ public function setSteps($steps)
+ {
+ $this->steps = $steps;
+ }
+ public function getSteps()
+ {
+ return $this->steps;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Dataflow_JobExecutionInfo extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $stagesType = 'Google_Service_Dataflow_JobExecutionStageInfo';
+ protected $stagesDataType = 'map';
+
+
+ public function setStages($stages)
+ {
+ $this->stages = $stages;
+ }
+ public function getStages()
+ {
+ return $this->stages;
+ }
+}
+
+class Google_Service_Dataflow_JobExecutionInfoStages extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_JobExecutionStageInfo extends Google_Collection
+{
+ protected $collection_key = 'stepName';
+ protected $internal_gapi_mappings = array(
+ );
+ public $stepName;
+
+
+ public function setStepName($stepName)
+ {
+ $this->stepName = $stepName;
+ }
+ public function getStepName()
+ {
+ return $this->stepName;
+ }
+}
+
+class Google_Service_Dataflow_JobMessage extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $messageImportance;
+ public $messageText;
+ public $time;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setMessageImportance($messageImportance)
+ {
+ $this->messageImportance = $messageImportance;
+ }
+ public function getMessageImportance()
+ {
+ return $this->messageImportance;
+ }
+ public function setMessageText($messageText)
+ {
+ $this->messageText = $messageText;
+ }
+ public function getMessageText()
+ {
+ return $this->messageText;
+ }
+ public function setTime($time)
+ {
+ $this->time = $time;
+ }
+ public function getTime()
+ {
+ return $this->time;
+ }
+}
+
+class Google_Service_Dataflow_JobMetrics extends Google_Collection
+{
+ protected $collection_key = 'metrics';
+ protected $internal_gapi_mappings = array(
+ );
+ public $metricTime;
+ protected $metricsType = 'Google_Service_Dataflow_MetricUpdate';
+ protected $metricsDataType = 'array';
+
+
+ public function setMetricTime($metricTime)
+ {
+ $this->metricTime = $metricTime;
+ }
+ public function getMetricTime()
+ {
+ return $this->metricTime;
+ }
+ public function setMetrics($metrics)
+ {
+ $this->metrics = $metrics;
+ }
+ public function getMetrics()
+ {
+ return $this->metrics;
+ }
+}
+
+class Google_Service_Dataflow_KeyRangeLocation extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $dataDisk;
+ public $deliveryEndpoint;
+ public $end;
+ public $persistentDirectory;
+ public $start;
+
+
+ public function setDataDisk($dataDisk)
+ {
+ $this->dataDisk = $dataDisk;
+ }
+ public function getDataDisk()
+ {
+ return $this->dataDisk;
+ }
+ public function setDeliveryEndpoint($deliveryEndpoint)
+ {
+ $this->deliveryEndpoint = $deliveryEndpoint;
+ }
+ public function getDeliveryEndpoint()
+ {
+ return $this->deliveryEndpoint;
+ }
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+ public function getEnd()
+ {
+ return $this->end;
+ }
+ public function setPersistentDirectory($persistentDirectory)
+ {
+ $this->persistentDirectory = $persistentDirectory;
+ }
+ public function getPersistentDirectory()
+ {
+ return $this->persistentDirectory;
+ }
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
+
+class Google_Service_Dataflow_LeaseWorkItemRequest extends Google_Collection
+{
+ protected $collection_key = 'workerCapabilities';
+ protected $internal_gapi_mappings = array(
+ );
+ public $currentWorkerTime;
+ public $requestedLeaseDuration;
+ public $workItemTypes;
+ public $workerCapabilities;
+ public $workerId;
+
+
+ public function setCurrentWorkerTime($currentWorkerTime)
+ {
+ $this->currentWorkerTime = $currentWorkerTime;
+ }
+ public function getCurrentWorkerTime()
+ {
+ return $this->currentWorkerTime;
+ }
+ public function setRequestedLeaseDuration($requestedLeaseDuration)
+ {
+ $this->requestedLeaseDuration = $requestedLeaseDuration;
+ }
+ public function getRequestedLeaseDuration()
+ {
+ return $this->requestedLeaseDuration;
+ }
+ public function setWorkItemTypes($workItemTypes)
+ {
+ $this->workItemTypes = $workItemTypes;
+ }
+ public function getWorkItemTypes()
+ {
+ return $this->workItemTypes;
+ }
+ public function setWorkerCapabilities($workerCapabilities)
+ {
+ $this->workerCapabilities = $workerCapabilities;
+ }
+ public function getWorkerCapabilities()
+ {
+ return $this->workerCapabilities;
+ }
+ public function setWorkerId($workerId)
+ {
+ $this->workerId = $workerId;
+ }
+ public function getWorkerId()
+ {
+ return $this->workerId;
+ }
+}
+
+class Google_Service_Dataflow_LeaseWorkItemResponse extends Google_Collection
+{
+ protected $collection_key = 'workItems';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $workItemsType = 'Google_Service_Dataflow_WorkItem';
+ protected $workItemsDataType = 'array';
+
+
+ public function setWorkItems($workItems)
+ {
+ $this->workItems = $workItems;
+ }
+ public function getWorkItems()
+ {
+ return $this->workItems;
+ }
+}
+
+class Google_Service_Dataflow_ListJobMessagesResponse extends Google_Collection
+{
+ protected $collection_key = 'jobMessages';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $jobMessagesType = 'Google_Service_Dataflow_JobMessage';
+ protected $jobMessagesDataType = 'array';
+ public $nextPageToken;
+
+
+ public function setJobMessages($jobMessages)
+ {
+ $this->jobMessages = $jobMessages;
+ }
+ public function getJobMessages()
+ {
+ return $this->jobMessages;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dataflow_ListJobsResponse extends Google_Collection
+{
+ protected $collection_key = 'jobs';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $jobsType = 'Google_Service_Dataflow_Job';
+ protected $jobsDataType = 'array';
+ public $nextPageToken;
+
+
+ public function setJobs($jobs)
+ {
+ $this->jobs = $jobs;
+ }
+ public function getJobs()
+ {
+ return $this->jobs;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dataflow_MapTask extends Google_Collection
+{
+ protected $collection_key = 'instructions';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $instructionsType = 'Google_Service_Dataflow_ParallelInstruction';
+ protected $instructionsDataType = 'array';
+ public $stageName;
+ public $systemName;
+
+
+ public function setInstructions($instructions)
+ {
+ $this->instructions = $instructions;
+ }
+ public function getInstructions()
+ {
+ return $this->instructions;
+ }
+ public function setStageName($stageName)
+ {
+ $this->stageName = $stageName;
+ }
+ public function getStageName()
+ {
+ return $this->stageName;
+ }
+ public function setSystemName($systemName)
+ {
+ $this->systemName = $systemName;
+ }
+ public function getSystemName()
+ {
+ return $this->systemName;
+ }
+}
+
+class Google_Service_Dataflow_MetricStructuredName extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $context;
+ public $name;
+ public $origin;
+
+
+ public function setContext($context)
+ {
+ $this->context = $context;
+ }
+ public function getContext()
+ {
+ return $this->context;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOrigin($origin)
+ {
+ $this->origin = $origin;
+ }
+ public function getOrigin()
+ {
+ return $this->origin;
+ }
+}
+
+class Google_Service_Dataflow_MetricStructuredNameContext extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_MetricUpdate extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $cumulative;
+ public $internal;
+ public $kind;
+ public $meanCount;
+ public $meanSum;
+ protected $nameType = 'Google_Service_Dataflow_MetricStructuredName';
+ protected $nameDataType = '';
+ public $scalar;
+ public $set;
+ public $updateTime;
+
+
+ public function setCumulative($cumulative)
+ {
+ $this->cumulative = $cumulative;
+ }
+ public function getCumulative()
+ {
+ return $this->cumulative;
+ }
+ public function setInternal($internal)
+ {
+ $this->internal = $internal;
+ }
+ public function getInternal()
+ {
+ return $this->internal;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMeanCount($meanCount)
+ {
+ $this->meanCount = $meanCount;
+ }
+ public function getMeanCount()
+ {
+ return $this->meanCount;
+ }
+ public function setMeanSum($meanSum)
+ {
+ $this->meanSum = $meanSum;
+ }
+ public function getMeanSum()
+ {
+ return $this->meanSum;
+ }
+ public function setName(Google_Service_Dataflow_MetricStructuredName $name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setScalar($scalar)
+ {
+ $this->scalar = $scalar;
+ }
+ public function getScalar()
+ {
+ return $this->scalar;
+ }
+ public function setSet($set)
+ {
+ $this->set = $set;
+ }
+ public function getSet()
+ {
+ return $this->set;
+ }
+ public function setUpdateTime($updateTime)
+ {
+ $this->updateTime = $updateTime;
+ }
+ public function getUpdateTime()
+ {
+ return $this->updateTime;
+ }
+}
+
+class Google_Service_Dataflow_MultiOutputInfo extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $tag;
+
+
+ public function setTag($tag)
+ {
+ $this->tag = $tag;
+ }
+ public function getTag()
+ {
+ return $this->tag;
+ }
+}
+
+class Google_Service_Dataflow_Package extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $location;
+ public $name;
+
+
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+ public function getLocation()
+ {
+ return $this->location;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dataflow_ParDoInstruction extends Google_Collection
+{
+ protected $collection_key = 'sideInputs';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $inputType = 'Google_Service_Dataflow_InstructionInput';
+ protected $inputDataType = '';
+ protected $multiOutputInfosType = 'Google_Service_Dataflow_MultiOutputInfo';
+ protected $multiOutputInfosDataType = 'array';
+ public $numOutputs;
+ protected $sideInputsType = 'Google_Service_Dataflow_SideInputInfo';
+ protected $sideInputsDataType = 'array';
+ public $userFn;
+
+
+ public function setInput(Google_Service_Dataflow_InstructionInput $input)
+ {
+ $this->input = $input;
+ }
+ public function getInput()
+ {
+ return $this->input;
+ }
+ public function setMultiOutputInfos($multiOutputInfos)
+ {
+ $this->multiOutputInfos = $multiOutputInfos;
+ }
+ public function getMultiOutputInfos()
+ {
+ return $this->multiOutputInfos;
+ }
+ public function setNumOutputs($numOutputs)
+ {
+ $this->numOutputs = $numOutputs;
+ }
+ public function getNumOutputs()
+ {
+ return $this->numOutputs;
+ }
+ public function setSideInputs($sideInputs)
+ {
+ $this->sideInputs = $sideInputs;
+ }
+ public function getSideInputs()
+ {
+ return $this->sideInputs;
+ }
+ public function setUserFn($userFn)
+ {
+ $this->userFn = $userFn;
+ }
+ public function getUserFn()
+ {
+ return $this->userFn;
+ }
+}
+
+class Google_Service_Dataflow_ParDoInstructionUserFn extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_ParallelInstruction extends Google_Collection
+{
+ protected $collection_key = 'outputs';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $flattenType = 'Google_Service_Dataflow_FlattenInstruction';
+ protected $flattenDataType = '';
+ public $name;
+ protected $outputsType = 'Google_Service_Dataflow_InstructionOutput';
+ protected $outputsDataType = 'array';
+ protected $parDoType = 'Google_Service_Dataflow_ParDoInstruction';
+ protected $parDoDataType = '';
+ protected $partialGroupByKeyType = 'Google_Service_Dataflow_PartialGroupByKeyInstruction';
+ protected $partialGroupByKeyDataType = '';
+ protected $readType = 'Google_Service_Dataflow_ReadInstruction';
+ protected $readDataType = '';
+ public $systemName;
+ protected $writeType = 'Google_Service_Dataflow_WriteInstruction';
+ protected $writeDataType = '';
+
+
+ public function setFlatten(Google_Service_Dataflow_FlattenInstruction $flatten)
+ {
+ $this->flatten = $flatten;
+ }
+ public function getFlatten()
+ {
+ return $this->flatten;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOutputs($outputs)
+ {
+ $this->outputs = $outputs;
+ }
+ public function getOutputs()
+ {
+ return $this->outputs;
+ }
+ public function setParDo(Google_Service_Dataflow_ParDoInstruction $parDo)
+ {
+ $this->parDo = $parDo;
+ }
+ public function getParDo()
+ {
+ return $this->parDo;
+ }
+ public function setPartialGroupByKey(Google_Service_Dataflow_PartialGroupByKeyInstruction $partialGroupByKey)
+ {
+ $this->partialGroupByKey = $partialGroupByKey;
+ }
+ public function getPartialGroupByKey()
+ {
+ return $this->partialGroupByKey;
+ }
+ public function setRead(Google_Service_Dataflow_ReadInstruction $read)
+ {
+ $this->read = $read;
+ }
+ public function getRead()
+ {
+ return $this->read;
+ }
+ public function setSystemName($systemName)
+ {
+ $this->systemName = $systemName;
+ }
+ public function getSystemName()
+ {
+ return $this->systemName;
+ }
+ public function setWrite(Google_Service_Dataflow_WriteInstruction $write)
+ {
+ $this->write = $write;
+ }
+ public function getWrite()
+ {
+ return $this->write;
+ }
+}
+
+class Google_Service_Dataflow_PartialGroupByKeyInstruction extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $inputType = 'Google_Service_Dataflow_InstructionInput';
+ protected $inputDataType = '';
+ public $inputElementCodec;
+
+
+ public function setInput(Google_Service_Dataflow_InstructionInput $input)
+ {
+ $this->input = $input;
+ }
+ public function getInput()
+ {
+ return $this->input;
+ }
+ public function setInputElementCodec($inputElementCodec)
+ {
+ $this->inputElementCodec = $inputElementCodec;
+ }
+ public function getInputElementCodec()
+ {
+ return $this->inputElementCodec;
+ }
+}
+
+class Google_Service_Dataflow_PartialGroupByKeyInstructionInputElementCodec extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_Position extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $byteOffset;
+ public $end;
+ public $key;
+ public $recordIndex;
+ public $shufflePosition;
+
+
+ public function setByteOffset($byteOffset)
+ {
+ $this->byteOffset = $byteOffset;
+ }
+ public function getByteOffset()
+ {
+ return $this->byteOffset;
+ }
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+ public function getEnd()
+ {
+ return $this->end;
+ }
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function setRecordIndex($recordIndex)
+ {
+ $this->recordIndex = $recordIndex;
+ }
+ public function getRecordIndex()
+ {
+ return $this->recordIndex;
+ }
+ public function setShufflePosition($shufflePosition)
+ {
+ $this->shufflePosition = $shufflePosition;
+ }
+ public function getShufflePosition()
+ {
+ return $this->shufflePosition;
+ }
+}
+
+class Google_Service_Dataflow_PubsubLocation extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $subscription;
+ public $topic;
+
+
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+ public function setTopic($topic)
+ {
+ $this->topic = $topic;
+ }
+ public function getTopic()
+ {
+ return $this->topic;
+ }
+}
+
+class Google_Service_Dataflow_ReadInstruction extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $sourceType = 'Google_Service_Dataflow_Source';
+ protected $sourceDataType = '';
+
+
+ public function setSource(Google_Service_Dataflow_Source $source)
+ {
+ $this->source = $source;
+ }
+ public function getSource()
+ {
+ return $this->source;
+ }
+}
+
+class Google_Service_Dataflow_ReportWorkItemStatusRequest extends Google_Collection
+{
+ protected $collection_key = 'workItemStatuses';
+ protected $internal_gapi_mappings = array(
+ );
+ public $currentWorkerTime;
+ protected $workItemStatusesType = 'Google_Service_Dataflow_WorkItemStatus';
+ protected $workItemStatusesDataType = 'array';
+ public $workerId;
+
+
+ public function setCurrentWorkerTime($currentWorkerTime)
+ {
+ $this->currentWorkerTime = $currentWorkerTime;
+ }
+ public function getCurrentWorkerTime()
+ {
+ return $this->currentWorkerTime;
+ }
+ public function setWorkItemStatuses($workItemStatuses)
+ {
+ $this->workItemStatuses = $workItemStatuses;
+ }
+ public function getWorkItemStatuses()
+ {
+ return $this->workItemStatuses;
+ }
+ public function setWorkerId($workerId)
+ {
+ $this->workerId = $workerId;
+ }
+ public function getWorkerId()
+ {
+ return $this->workerId;
+ }
+}
+
+class Google_Service_Dataflow_ReportWorkItemStatusResponse extends Google_Collection
+{
+ protected $collection_key = 'workItemServiceStates';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $workItemServiceStatesType = 'Google_Service_Dataflow_WorkItemServiceState';
+ protected $workItemServiceStatesDataType = 'array';
+
+
+ public function setWorkItemServiceStates($workItemServiceStates)
+ {
+ $this->workItemServiceStates = $workItemServiceStates;
+ }
+ public function getWorkItemServiceStates()
+ {
+ return $this->workItemServiceStates;
+ }
+}
+
+class Google_Service_Dataflow_SeqMapTask extends Google_Collection
+{
+ protected $collection_key = 'outputInfos';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $inputsType = 'Google_Service_Dataflow_SideInputInfo';
+ protected $inputsDataType = 'array';
+ public $name;
+ protected $outputInfosType = 'Google_Service_Dataflow_SeqMapTaskOutputInfo';
+ protected $outputInfosDataType = 'array';
+ public $stageName;
+ public $systemName;
+ public $userFn;
+
+
+ public function setInputs($inputs)
+ {
+ $this->inputs = $inputs;
+ }
+ public function getInputs()
+ {
+ return $this->inputs;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOutputInfos($outputInfos)
+ {
+ $this->outputInfos = $outputInfos;
+ }
+ public function getOutputInfos()
+ {
+ return $this->outputInfos;
+ }
+ public function setStageName($stageName)
+ {
+ $this->stageName = $stageName;
+ }
+ public function getStageName()
+ {
+ return $this->stageName;
+ }
+ public function setSystemName($systemName)
+ {
+ $this->systemName = $systemName;
+ }
+ public function getSystemName()
+ {
+ return $this->systemName;
+ }
+ public function setUserFn($userFn)
+ {
+ $this->userFn = $userFn;
+ }
+ public function getUserFn()
+ {
+ return $this->userFn;
+ }
+}
+
+class Google_Service_Dataflow_SeqMapTaskOutputInfo extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $sinkType = 'Google_Service_Dataflow_Sink';
+ protected $sinkDataType = '';
+ public $tag;
+
+
+ public function setSink(Google_Service_Dataflow_Sink $sink)
+ {
+ $this->sink = $sink;
+ }
+ public function getSink()
+ {
+ return $this->sink;
+ }
+ public function setTag($tag)
+ {
+ $this->tag = $tag;
+ }
+ public function getTag()
+ {
+ return $this->tag;
+ }
+}
+
+class Google_Service_Dataflow_SeqMapTaskUserFn extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_ShellTask extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $command;
+ public $exitCode;
+
+
+ public function setCommand($command)
+ {
+ $this->command = $command;
+ }
+ public function getCommand()
+ {
+ return $this->command;
+ }
+ public function setExitCode($exitCode)
+ {
+ $this->exitCode = $exitCode;
+ }
+ public function getExitCode()
+ {
+ return $this->exitCode;
+ }
+}
+
+class Google_Service_Dataflow_SideInputInfo extends Google_Collection
+{
+ protected $collection_key = 'sources';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $sourcesType = 'Google_Service_Dataflow_Source';
+ protected $sourcesDataType = 'array';
+ public $tag;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setSources($sources)
+ {
+ $this->sources = $sources;
+ }
+ public function getSources()
+ {
+ return $this->sources;
+ }
+ public function setTag($tag)
+ {
+ $this->tag = $tag;
+ }
+ public function getTag()
+ {
+ return $this->tag;
+ }
+}
+
+class Google_Service_Dataflow_SideInputInfoKind extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_Sink extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $codec;
+ public $spec;
+
+
+ public function setCodec($codec)
+ {
+ $this->codec = $codec;
+ }
+ public function getCodec()
+ {
+ return $this->codec;
+ }
+ public function setSpec($spec)
+ {
+ $this->spec = $spec;
+ }
+ public function getSpec()
+ {
+ return $this->spec;
+ }
+}
+
+class Google_Service_Dataflow_SinkCodec extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_SinkSpec extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_Source extends Google_Collection
+{
+ protected $collection_key = 'baseSpecs';
+ protected $internal_gapi_mappings = array(
+ );
+ public $baseSpecs;
+ public $codec;
+ public $doesNotNeedSplitting;
+ protected $metadataType = 'Google_Service_Dataflow_SourceMetadata';
+ protected $metadataDataType = '';
+ public $spec;
+
+
+ public function setBaseSpecs($baseSpecs)
+ {
+ $this->baseSpecs = $baseSpecs;
+ }
+ public function getBaseSpecs()
+ {
+ return $this->baseSpecs;
+ }
+ public function setCodec($codec)
+ {
+ $this->codec = $codec;
+ }
+ public function getCodec()
+ {
+ return $this->codec;
+ }
+ public function setDoesNotNeedSplitting($doesNotNeedSplitting)
+ {
+ $this->doesNotNeedSplitting = $doesNotNeedSplitting;
+ }
+ public function getDoesNotNeedSplitting()
+ {
+ return $this->doesNotNeedSplitting;
+ }
+ public function setMetadata(Google_Service_Dataflow_SourceMetadata $metadata)
+ {
+ $this->metadata = $metadata;
+ }
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
+ public function setSpec($spec)
+ {
+ $this->spec = $spec;
+ }
+ public function getSpec()
+ {
+ return $this->spec;
+ }
+}
+
+class Google_Service_Dataflow_SourceBaseSpecs extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_SourceCodec extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_SourceGetMetadataRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $sourceType = 'Google_Service_Dataflow_Source';
+ protected $sourceDataType = '';
+
+
+ public function setSource(Google_Service_Dataflow_Source $source)
+ {
+ $this->source = $source;
+ }
+ public function getSource()
+ {
+ return $this->source;
+ }
+}
+
+class Google_Service_Dataflow_SourceGetMetadataResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $metadataType = 'Google_Service_Dataflow_SourceMetadata';
+ protected $metadataDataType = '';
+
+
+ public function setMetadata(Google_Service_Dataflow_SourceMetadata $metadata)
+ {
+ $this->metadata = $metadata;
+ }
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
+}
+
+class Google_Service_Dataflow_SourceMetadata extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $estimatedSizeBytes;
+ public $infinite;
+ public $producesSortedKeys;
+
+
+ public function setEstimatedSizeBytes($estimatedSizeBytes)
+ {
+ $this->estimatedSizeBytes = $estimatedSizeBytes;
+ }
+ public function getEstimatedSizeBytes()
+ {
+ return $this->estimatedSizeBytes;
+ }
+ public function setInfinite($infinite)
+ {
+ $this->infinite = $infinite;
+ }
+ public function getInfinite()
+ {
+ return $this->infinite;
+ }
+ public function setProducesSortedKeys($producesSortedKeys)
+ {
+ $this->producesSortedKeys = $producesSortedKeys;
+ }
+ public function getProducesSortedKeys()
+ {
+ return $this->producesSortedKeys;
+ }
+}
+
+class Google_Service_Dataflow_SourceOperationRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $getMetadataType = 'Google_Service_Dataflow_SourceGetMetadataRequest';
+ protected $getMetadataDataType = '';
+ protected $splitType = 'Google_Service_Dataflow_SourceSplitRequest';
+ protected $splitDataType = '';
+
+
+ public function setGetMetadata(Google_Service_Dataflow_SourceGetMetadataRequest $getMetadata)
+ {
+ $this->getMetadata = $getMetadata;
+ }
+ public function getGetMetadata()
+ {
+ return $this->getMetadata;
+ }
+ public function setSplit(Google_Service_Dataflow_SourceSplitRequest $split)
+ {
+ $this->split = $split;
+ }
+ public function getSplit()
+ {
+ return $this->split;
+ }
+}
+
+class Google_Service_Dataflow_SourceOperationResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $getMetadataType = 'Google_Service_Dataflow_SourceGetMetadataResponse';
+ protected $getMetadataDataType = '';
+ protected $splitType = 'Google_Service_Dataflow_SourceSplitResponse';
+ protected $splitDataType = '';
+
+
+ public function setGetMetadata(Google_Service_Dataflow_SourceGetMetadataResponse $getMetadata)
+ {
+ $this->getMetadata = $getMetadata;
+ }
+ public function getGetMetadata()
+ {
+ return $this->getMetadata;
+ }
+ public function setSplit(Google_Service_Dataflow_SourceSplitResponse $split)
+ {
+ $this->split = $split;
+ }
+ public function getSplit()
+ {
+ return $this->split;
+ }
+}
+
+class Google_Service_Dataflow_SourceSpec extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_SourceSplitOptions extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $desiredShardSizeBytes;
+
+
+ public function setDesiredShardSizeBytes($desiredShardSizeBytes)
+ {
+ $this->desiredShardSizeBytes = $desiredShardSizeBytes;
+ }
+ public function getDesiredShardSizeBytes()
+ {
+ return $this->desiredShardSizeBytes;
+ }
+}
+
+class Google_Service_Dataflow_SourceSplitRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $optionsType = 'Google_Service_Dataflow_SourceSplitOptions';
+ protected $optionsDataType = '';
+ protected $sourceType = 'Google_Service_Dataflow_Source';
+ protected $sourceDataType = '';
+
+
+ public function setOptions(Google_Service_Dataflow_SourceSplitOptions $options)
+ {
+ $this->options = $options;
+ }
+ public function getOptions()
+ {
+ return $this->options;
+ }
+ public function setSource(Google_Service_Dataflow_Source $source)
+ {
+ $this->source = $source;
+ }
+ public function getSource()
+ {
+ return $this->source;
+ }
+}
+
+class Google_Service_Dataflow_SourceSplitResponse extends Google_Collection
+{
+ protected $collection_key = 'shards';
+ protected $internal_gapi_mappings = array(
+ );
+ public $outcome;
+ protected $shardsType = 'Google_Service_Dataflow_SourceSplitShard';
+ protected $shardsDataType = 'array';
+
+
+ public function setOutcome($outcome)
+ {
+ $this->outcome = $outcome;
+ }
+ public function getOutcome()
+ {
+ return $this->outcome;
+ }
+ public function setShards($shards)
+ {
+ $this->shards = $shards;
+ }
+ public function getShards()
+ {
+ return $this->shards;
+ }
+}
+
+class Google_Service_Dataflow_SourceSplitShard extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $derivationMode;
+ protected $sourceType = 'Google_Service_Dataflow_Source';
+ protected $sourceDataType = '';
+
+
+ public function setDerivationMode($derivationMode)
+ {
+ $this->derivationMode = $derivationMode;
+ }
+ public function getDerivationMode()
+ {
+ return $this->derivationMode;
+ }
+ public function setSource(Google_Service_Dataflow_Source $source)
+ {
+ $this->source = $source;
+ }
+ public function getSource()
+ {
+ return $this->source;
+ }
+}
+
+class Google_Service_Dataflow_Status extends Google_Collection
+{
+ protected $collection_key = 'details';
+ protected $internal_gapi_mappings = array(
+ );
+ public $code;
+ public $details;
+ public $message;
+
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setDetails($details)
+ {
+ $this->details = $details;
+ }
+ public function getDetails()
+ {
+ return $this->details;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Dataflow_StatusDetails extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_Step extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $name;
+ public $properties;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setProperties($properties)
+ {
+ $this->properties = $properties;
+ }
+ public function getProperties()
+ {
+ return $this->properties;
+ }
+}
+
+class Google_Service_Dataflow_StepProperties extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_StreamLocation extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $pubsubLocationType = 'Google_Service_Dataflow_PubsubLocation';
+ protected $pubsubLocationDataType = '';
+ protected $streamingStageLocationType = 'Google_Service_Dataflow_StreamingStageLocation';
+ protected $streamingStageLocationDataType = '';
+
+
+ public function setPubsubLocation(Google_Service_Dataflow_PubsubLocation $pubsubLocation)
+ {
+ $this->pubsubLocation = $pubsubLocation;
+ }
+ public function getPubsubLocation()
+ {
+ return $this->pubsubLocation;
+ }
+ public function setStreamingStageLocation(Google_Service_Dataflow_StreamingStageLocation $streamingStageLocation)
+ {
+ $this->streamingStageLocation = $streamingStageLocation;
+ }
+ public function getStreamingStageLocation()
+ {
+ return $this->streamingStageLocation;
+ }
+}
+
+class Google_Service_Dataflow_StreamingSetupTask extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $receiveWorkPort;
+ protected $streamingComputationTopologyType = 'Google_Service_Dataflow_TopologyConfig';
+ protected $streamingComputationTopologyDataType = '';
+ public $workerHarnessPort;
+
+
+ public function setReceiveWorkPort($receiveWorkPort)
+ {
+ $this->receiveWorkPort = $receiveWorkPort;
+ }
+ public function getReceiveWorkPort()
+ {
+ return $this->receiveWorkPort;
+ }
+ public function setStreamingComputationTopology(Google_Service_Dataflow_TopologyConfig $streamingComputationTopology)
+ {
+ $this->streamingComputationTopology = $streamingComputationTopology;
+ }
+ public function getStreamingComputationTopology()
+ {
+ return $this->streamingComputationTopology;
+ }
+ public function setWorkerHarnessPort($workerHarnessPort)
+ {
+ $this->workerHarnessPort = $workerHarnessPort;
+ }
+ public function getWorkerHarnessPort()
+ {
+ return $this->workerHarnessPort;
+ }
+}
+
+class Google_Service_Dataflow_StreamingStageLocation extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $streamId;
+
+
+ public function setStreamId($streamId)
+ {
+ $this->streamId = $streamId;
+ }
+ public function getStreamId()
+ {
+ return $this->streamId;
+ }
+}
+
+class Google_Service_Dataflow_TaskRunnerSettings extends Google_Collection
+{
+ protected $collection_key = 'oauthScopes';
+ protected $internal_gapi_mappings = array(
+ );
+ public $alsologtostderr;
+ public $baseTaskDir;
+ public $baseUrl;
+ public $commandlinesFileName;
+ public $continueOnException;
+ public $dataflowApiVersion;
+ public $harnessCommand;
+ public $languageHint;
+ public $logDir;
+ public $logToSerialconsole;
+ public $logUploadLocation;
+ public $oauthScopes;
+ protected $parallelWorkerSettingsType = 'Google_Service_Dataflow_WorkerSettings';
+ protected $parallelWorkerSettingsDataType = '';
+ public $taskGroup;
+ public $taskUser;
+ public $tempStoragePrefix;
+ public $vmId;
+ public $workflowFileName;
+
+
+ public function setAlsologtostderr($alsologtostderr)
+ {
+ $this->alsologtostderr = $alsologtostderr;
+ }
+ public function getAlsologtostderr()
+ {
+ return $this->alsologtostderr;
+ }
+ public function setBaseTaskDir($baseTaskDir)
+ {
+ $this->baseTaskDir = $baseTaskDir;
+ }
+ public function getBaseTaskDir()
+ {
+ return $this->baseTaskDir;
+ }
+ public function setBaseUrl($baseUrl)
+ {
+ $this->baseUrl = $baseUrl;
+ }
+ public function getBaseUrl()
+ {
+ return $this->baseUrl;
+ }
+ public function setCommandlinesFileName($commandlinesFileName)
+ {
+ $this->commandlinesFileName = $commandlinesFileName;
+ }
+ public function getCommandlinesFileName()
+ {
+ return $this->commandlinesFileName;
+ }
+ public function setContinueOnException($continueOnException)
+ {
+ $this->continueOnException = $continueOnException;
+ }
+ public function getContinueOnException()
+ {
+ return $this->continueOnException;
+ }
+ public function setDataflowApiVersion($dataflowApiVersion)
+ {
+ $this->dataflowApiVersion = $dataflowApiVersion;
+ }
+ public function getDataflowApiVersion()
+ {
+ return $this->dataflowApiVersion;
+ }
+ public function setHarnessCommand($harnessCommand)
+ {
+ $this->harnessCommand = $harnessCommand;
+ }
+ public function getHarnessCommand()
+ {
+ return $this->harnessCommand;
+ }
+ public function setLanguageHint($languageHint)
+ {
+ $this->languageHint = $languageHint;
+ }
+ public function getLanguageHint()
+ {
+ return $this->languageHint;
+ }
+ public function setLogDir($logDir)
+ {
+ $this->logDir = $logDir;
+ }
+ public function getLogDir()
+ {
+ return $this->logDir;
+ }
+ public function setLogToSerialconsole($logToSerialconsole)
+ {
+ $this->logToSerialconsole = $logToSerialconsole;
+ }
+ public function getLogToSerialconsole()
+ {
+ return $this->logToSerialconsole;
+ }
+ public function setLogUploadLocation($logUploadLocation)
+ {
+ $this->logUploadLocation = $logUploadLocation;
+ }
+ public function getLogUploadLocation()
+ {
+ return $this->logUploadLocation;
+ }
+ public function setOauthScopes($oauthScopes)
+ {
+ $this->oauthScopes = $oauthScopes;
+ }
+ public function getOauthScopes()
+ {
+ return $this->oauthScopes;
+ }
+ public function setParallelWorkerSettings(Google_Service_Dataflow_WorkerSettings $parallelWorkerSettings)
+ {
+ $this->parallelWorkerSettings = $parallelWorkerSettings;
+ }
+ public function getParallelWorkerSettings()
+ {
+ return $this->parallelWorkerSettings;
+ }
+ public function setTaskGroup($taskGroup)
+ {
+ $this->taskGroup = $taskGroup;
+ }
+ public function getTaskGroup()
+ {
+ return $this->taskGroup;
+ }
+ public function setTaskUser($taskUser)
+ {
+ $this->taskUser = $taskUser;
+ }
+ public function getTaskUser()
+ {
+ return $this->taskUser;
+ }
+ public function setTempStoragePrefix($tempStoragePrefix)
+ {
+ $this->tempStoragePrefix = $tempStoragePrefix;
+ }
+ public function getTempStoragePrefix()
+ {
+ return $this->tempStoragePrefix;
+ }
+ public function setVmId($vmId)
+ {
+ $this->vmId = $vmId;
+ }
+ public function getVmId()
+ {
+ return $this->vmId;
+ }
+ public function setWorkflowFileName($workflowFileName)
+ {
+ $this->workflowFileName = $workflowFileName;
+ }
+ public function getWorkflowFileName()
+ {
+ return $this->workflowFileName;
+ }
+}
+
+class Google_Service_Dataflow_TopologyConfig extends Google_Collection
+{
+ protected $collection_key = 'dataDiskAssignments';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $computationsType = 'Google_Service_Dataflow_ComputationTopology';
+ protected $computationsDataType = 'array';
+ protected $dataDiskAssignmentsType = 'Google_Service_Dataflow_DataDiskAssignment';
+ protected $dataDiskAssignmentsDataType = 'array';
+
+
+ public function setComputations($computations)
+ {
+ $this->computations = $computations;
+ }
+ public function getComputations()
+ {
+ return $this->computations;
+ }
+ public function setDataDiskAssignments($dataDiskAssignments)
+ {
+ $this->dataDiskAssignments = $dataDiskAssignments;
+ }
+ public function getDataDiskAssignments()
+ {
+ return $this->dataDiskAssignments;
+ }
+}
+
+class Google_Service_Dataflow_WorkItem extends Google_Collection
+{
+ protected $collection_key = 'packages';
+ protected $internal_gapi_mappings = array(
+ );
+ public $configuration;
+ public $id;
+ public $jobId;
+ public $leaseExpireTime;
+ protected $mapTaskType = 'Google_Service_Dataflow_MapTask';
+ protected $mapTaskDataType = '';
+ protected $packagesType = 'Google_Service_Dataflow_Package';
+ protected $packagesDataType = 'array';
+ public $projectId;
+ public $reportStatusInterval;
+ protected $seqMapTaskType = 'Google_Service_Dataflow_SeqMapTask';
+ protected $seqMapTaskDataType = '';
+ protected $shellTaskType = 'Google_Service_Dataflow_ShellTask';
+ protected $shellTaskDataType = '';
+ protected $sourceOperationTaskType = 'Google_Service_Dataflow_SourceOperationRequest';
+ protected $sourceOperationTaskDataType = '';
+ protected $streamingSetupTaskType = 'Google_Service_Dataflow_StreamingSetupTask';
+ protected $streamingSetupTaskDataType = '';
+
+
+ public function setConfiguration($configuration)
+ {
+ $this->configuration = $configuration;
+ }
+ public function getConfiguration()
+ {
+ return $this->configuration;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setJobId($jobId)
+ {
+ $this->jobId = $jobId;
+ }
+ public function getJobId()
+ {
+ return $this->jobId;
+ }
+ public function setLeaseExpireTime($leaseExpireTime)
+ {
+ $this->leaseExpireTime = $leaseExpireTime;
+ }
+ public function getLeaseExpireTime()
+ {
+ return $this->leaseExpireTime;
+ }
+ public function setMapTask(Google_Service_Dataflow_MapTask $mapTask)
+ {
+ $this->mapTask = $mapTask;
+ }
+ public function getMapTask()
+ {
+ return $this->mapTask;
+ }
+ public function setPackages($packages)
+ {
+ $this->packages = $packages;
+ }
+ public function getPackages()
+ {
+ return $this->packages;
+ }
+ public function setProjectId($projectId)
+ {
+ $this->projectId = $projectId;
+ }
+ public function getProjectId()
+ {
+ return $this->projectId;
+ }
+ public function setReportStatusInterval($reportStatusInterval)
+ {
+ $this->reportStatusInterval = $reportStatusInterval;
+ }
+ public function getReportStatusInterval()
+ {
+ return $this->reportStatusInterval;
+ }
+ public function setSeqMapTask(Google_Service_Dataflow_SeqMapTask $seqMapTask)
+ {
+ $this->seqMapTask = $seqMapTask;
+ }
+ public function getSeqMapTask()
+ {
+ return $this->seqMapTask;
+ }
+ public function setShellTask(Google_Service_Dataflow_ShellTask $shellTask)
+ {
+ $this->shellTask = $shellTask;
+ }
+ public function getShellTask()
+ {
+ return $this->shellTask;
+ }
+ public function setSourceOperationTask(Google_Service_Dataflow_SourceOperationRequest $sourceOperationTask)
+ {
+ $this->sourceOperationTask = $sourceOperationTask;
+ }
+ public function getSourceOperationTask()
+ {
+ return $this->sourceOperationTask;
+ }
+ public function setStreamingSetupTask(Google_Service_Dataflow_StreamingSetupTask $streamingSetupTask)
+ {
+ $this->streamingSetupTask = $streamingSetupTask;
+ }
+ public function getStreamingSetupTask()
+ {
+ return $this->streamingSetupTask;
+ }
+}
+
+class Google_Service_Dataflow_WorkItemServiceState extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $harnessData;
+ public $leaseExpireTime;
+ public $reportStatusInterval;
+ protected $suggestedStopPointType = 'Google_Service_Dataflow_ApproximateProgress';
+ protected $suggestedStopPointDataType = '';
+ protected $suggestedStopPositionType = 'Google_Service_Dataflow_Position';
+ protected $suggestedStopPositionDataType = '';
+
+
+ public function setHarnessData($harnessData)
+ {
+ $this->harnessData = $harnessData;
+ }
+ public function getHarnessData()
+ {
+ return $this->harnessData;
+ }
+ public function setLeaseExpireTime($leaseExpireTime)
+ {
+ $this->leaseExpireTime = $leaseExpireTime;
+ }
+ public function getLeaseExpireTime()
+ {
+ return $this->leaseExpireTime;
+ }
+ public function setReportStatusInterval($reportStatusInterval)
+ {
+ $this->reportStatusInterval = $reportStatusInterval;
+ }
+ public function getReportStatusInterval()
+ {
+ return $this->reportStatusInterval;
+ }
+ public function setSuggestedStopPoint(Google_Service_Dataflow_ApproximateProgress $suggestedStopPoint)
+ {
+ $this->suggestedStopPoint = $suggestedStopPoint;
+ }
+ public function getSuggestedStopPoint()
+ {
+ return $this->suggestedStopPoint;
+ }
+ public function setSuggestedStopPosition(Google_Service_Dataflow_Position $suggestedStopPosition)
+ {
+ $this->suggestedStopPosition = $suggestedStopPosition;
+ }
+ public function getSuggestedStopPosition()
+ {
+ return $this->suggestedStopPosition;
+ }
+}
+
+class Google_Service_Dataflow_WorkItemServiceStateHarnessData extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_WorkItemStatus extends Google_Collection
+{
+ protected $collection_key = 'metricUpdates';
+ protected $internal_gapi_mappings = array(
+ );
+ public $completed;
+ protected $errorsType = 'Google_Service_Dataflow_Status';
+ protected $errorsDataType = 'array';
+ protected $metricUpdatesType = 'Google_Service_Dataflow_MetricUpdate';
+ protected $metricUpdatesDataType = 'array';
+ protected $progressType = 'Google_Service_Dataflow_ApproximateProgress';
+ protected $progressDataType = '';
+ public $reportIndex;
+ public $requestedLeaseDuration;
+ protected $sourceOperationResponseType = 'Google_Service_Dataflow_SourceOperationResponse';
+ protected $sourceOperationResponseDataType = '';
+ protected $stopPositionType = 'Google_Service_Dataflow_Position';
+ protected $stopPositionDataType = '';
+ public $workItemId;
+
+
+ public function setCompleted($completed)
+ {
+ $this->completed = $completed;
+ }
+ public function getCompleted()
+ {
+ return $this->completed;
+ }
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+ public function setMetricUpdates($metricUpdates)
+ {
+ $this->metricUpdates = $metricUpdates;
+ }
+ public function getMetricUpdates()
+ {
+ return $this->metricUpdates;
+ }
+ public function setProgress(Google_Service_Dataflow_ApproximateProgress $progress)
+ {
+ $this->progress = $progress;
+ }
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+ public function setReportIndex($reportIndex)
+ {
+ $this->reportIndex = $reportIndex;
+ }
+ public function getReportIndex()
+ {
+ return $this->reportIndex;
+ }
+ public function setRequestedLeaseDuration($requestedLeaseDuration)
+ {
+ $this->requestedLeaseDuration = $requestedLeaseDuration;
+ }
+ public function getRequestedLeaseDuration()
+ {
+ return $this->requestedLeaseDuration;
+ }
+ public function setSourceOperationResponse(Google_Service_Dataflow_SourceOperationResponse $sourceOperationResponse)
+ {
+ $this->sourceOperationResponse = $sourceOperationResponse;
+ }
+ public function getSourceOperationResponse()
+ {
+ return $this->sourceOperationResponse;
+ }
+ public function setStopPosition(Google_Service_Dataflow_Position $stopPosition)
+ {
+ $this->stopPosition = $stopPosition;
+ }
+ public function getStopPosition()
+ {
+ return $this->stopPosition;
+ }
+ public function setWorkItemId($workItemId)
+ {
+ $this->workItemId = $workItemId;
+ }
+ public function getWorkItemId()
+ {
+ return $this->workItemId;
+ }
+}
+
+class Google_Service_Dataflow_WorkerPool extends Google_Collection
+{
+ protected $collection_key = 'packages';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $autoscalingSettingsType = 'Google_Service_Dataflow_AutoscalingSettings';
+ protected $autoscalingSettingsDataType = '';
+ protected $dataDisksType = 'Google_Service_Dataflow_Disk';
+ protected $dataDisksDataType = 'array';
+ public $defaultPackageSet;
+ public $diskSizeGb;
+ public $diskSourceImage;
+ public $kind;
+ public $machineType;
+ public $metadata;
+ public $numWorkers;
+ public $onHostMaintenance;
+ protected $packagesType = 'Google_Service_Dataflow_Package';
+ protected $packagesDataType = 'array';
+ protected $taskrunnerSettingsType = 'Google_Service_Dataflow_TaskRunnerSettings';
+ protected $taskrunnerSettingsDataType = '';
+ public $teardownPolicy;
+ public $zone;
+
+
+ public function setAutoscalingSettings(Google_Service_Dataflow_AutoscalingSettings $autoscalingSettings)
+ {
+ $this->autoscalingSettings = $autoscalingSettings;
+ }
+ public function getAutoscalingSettings()
+ {
+ return $this->autoscalingSettings;
+ }
+ public function setDataDisks($dataDisks)
+ {
+ $this->dataDisks = $dataDisks;
+ }
+ public function getDataDisks()
+ {
+ return $this->dataDisks;
+ }
+ public function setDefaultPackageSet($defaultPackageSet)
+ {
+ $this->defaultPackageSet = $defaultPackageSet;
+ }
+ public function getDefaultPackageSet()
+ {
+ return $this->defaultPackageSet;
+ }
+ public function setDiskSizeGb($diskSizeGb)
+ {
+ $this->diskSizeGb = $diskSizeGb;
+ }
+ public function getDiskSizeGb()
+ {
+ return $this->diskSizeGb;
+ }
+ public function setDiskSourceImage($diskSourceImage)
+ {
+ $this->diskSourceImage = $diskSourceImage;
+ }
+ public function getDiskSourceImage()
+ {
+ return $this->diskSourceImage;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMachineType($machineType)
+ {
+ $this->machineType = $machineType;
+ }
+ public function getMachineType()
+ {
+ return $this->machineType;
+ }
+ public function setMetadata($metadata)
+ {
+ $this->metadata = $metadata;
+ }
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
+ public function setNumWorkers($numWorkers)
+ {
+ $this->numWorkers = $numWorkers;
+ }
+ public function getNumWorkers()
+ {
+ return $this->numWorkers;
+ }
+ public function setOnHostMaintenance($onHostMaintenance)
+ {
+ $this->onHostMaintenance = $onHostMaintenance;
+ }
+ public function getOnHostMaintenance()
+ {
+ return $this->onHostMaintenance;
+ }
+ public function setPackages($packages)
+ {
+ $this->packages = $packages;
+ }
+ public function getPackages()
+ {
+ return $this->packages;
+ }
+ public function setTaskrunnerSettings(Google_Service_Dataflow_TaskRunnerSettings $taskrunnerSettings)
+ {
+ $this->taskrunnerSettings = $taskrunnerSettings;
+ }
+ public function getTaskrunnerSettings()
+ {
+ return $this->taskrunnerSettings;
+ }
+ public function setTeardownPolicy($teardownPolicy)
+ {
+ $this->teardownPolicy = $teardownPolicy;
+ }
+ public function getTeardownPolicy()
+ {
+ return $this->teardownPolicy;
+ }
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+ public function getZone()
+ {
+ return $this->zone;
+ }
+}
+
+class Google_Service_Dataflow_WorkerPoolMetadata extends Google_Model
+{
+}
+
+class Google_Service_Dataflow_WorkerSettings extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $baseUrl;
+ public $reportingEnabled;
+ public $servicePath;
+ public $shuffleServicePath;
+ public $tempStoragePrefix;
+ public $workerId;
+
+
+ public function setBaseUrl($baseUrl)
+ {
+ $this->baseUrl = $baseUrl;
+ }
+ public function getBaseUrl()
+ {
+ return $this->baseUrl;
+ }
+ public function setReportingEnabled($reportingEnabled)
+ {
+ $this->reportingEnabled = $reportingEnabled;
+ }
+ public function getReportingEnabled()
+ {
+ return $this->reportingEnabled;
+ }
+ public function setServicePath($servicePath)
+ {
+ $this->servicePath = $servicePath;
+ }
+ public function getServicePath()
+ {
+ return $this->servicePath;
+ }
+ public function setShuffleServicePath($shuffleServicePath)
+ {
+ $this->shuffleServicePath = $shuffleServicePath;
+ }
+ public function getShuffleServicePath()
+ {
+ return $this->shuffleServicePath;
+ }
+ public function setTempStoragePrefix($tempStoragePrefix)
+ {
+ $this->tempStoragePrefix = $tempStoragePrefix;
+ }
+ public function getTempStoragePrefix()
+ {
+ return $this->tempStoragePrefix;
+ }
+ public function setWorkerId($workerId)
+ {
+ $this->workerId = $workerId;
+ }
+ public function getWorkerId()
+ {
+ return $this->workerId;
+ }
+}
+
+class Google_Service_Dataflow_WriteInstruction extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $inputType = 'Google_Service_Dataflow_InstructionInput';
+ protected $inputDataType = '';
+ protected $sinkType = 'Google_Service_Dataflow_Sink';
+ protected $sinkDataType = '';
+
+
+ public function setInput(Google_Service_Dataflow_InstructionInput $input)
+ {
+ $this->input = $input;
+ }
+ public function getInput()
+ {
+ return $this->input;
+ }
+ public function setSink(Google_Service_Dataflow_Sink $sink)
+ {
+ $this->sink = $sink;
+ }
+ public function getSink()
+ {
+ return $this->sink;
+ }
+}
From 52987e328d4633ca8ddfd8c426f8ac505f702bf3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani - * Lets you create, run and download reports.
+ * Manage your DoubleClick Campaign Manager ad campaigns and reports. * *
* For more information about this service, see the API
@@ -33,13 +33,60 @@ class Google_Service_Dfareporting extends Google_Service
/** View and manage DoubleClick for Advertisers reports. */
const DFAREPORTING =
"https://www.googleapis.com/auth/dfareporting";
+ /** View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns. */
+ const DFATRAFFICKING =
+ "https://www.googleapis.com/auth/dfatrafficking";
+ public $accountActiveAdSummaries;
+ public $accountPermissionGroups;
+ public $accountPermissions;
+ public $accountUserProfiles;
+ public $accounts;
+ public $ads;
+ public $advertiserGroups;
+ public $advertisers;
+ public $browsers;
+ public $campaignCreativeAssociations;
+ public $campaigns;
+ public $changeLogs;
+ public $cities;
+ public $connectionTypes;
+ public $contentCategories;
+ public $countries;
+ public $creativeAssets;
+ public $creativeFieldValues;
+ public $creativeFields;
+ public $creativeGroups;
+ public $creatives;
public $dimensionValues;
+ public $directorySiteContacts;
+ public $directorySites;
+ public $eventTags;
public $files;
+ public $floodlightActivities;
+ public $floodlightActivityGroups;
+ public $floodlightConfigurations;
+ public $landingPages;
+ public $metros;
+ public $mobileCarriers;
+ public $operatingSystemVersions;
+ public $operatingSystems;
+ public $placementGroups;
+ public $placementStrategies;
+ public $placements;
+ public $platformTypes;
+ public $postalCodes;
+ public $regions;
public $reports;
public $reports_compatibleFields;
public $reports_files;
+ public $sites;
+ public $sizes;
+ public $subaccounts;
public $userProfiles;
+ public $userRolePermissionGroups;
+ public $userRolePermissions;
+ public $userRoles;
/**
@@ -50,61 +97,58 @@ class Google_Service_Dfareporting extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'dfareporting/v1.3/';
- $this->version = 'v1.3';
+ $this->servicePath = 'dfareporting/v2.0/';
+ $this->version = 'v2.0';
$this->serviceName = 'dfareporting';
- $this->dimensionValues = new Google_Service_Dfareporting_DimensionValues_Resource(
+ $this->accountActiveAdSummaries = new Google_Service_Dfareporting_AccountActiveAdSummaries_Resource(
$this,
$this->serviceName,
- 'dimensionValues',
+ 'accountActiveAdSummaries',
array(
'methods' => array(
- 'query' => array(
- 'path' => 'userprofiles/{profileId}/dimensionvalues/query',
- 'httpMethod' => 'POST',
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}',
+ 'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'pageToken' => array(
- 'location' => 'query',
+ 'summaryAccountId' => array(
+ 'location' => 'path',
'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
+ 'required' => true,
),
),
),
)
)
);
- $this->files = new Google_Service_Dfareporting_Files_Resource(
+ $this->accountPermissionGroups = new Google_Service_Dfareporting_AccountPermissionGroups_Resource(
$this,
$this->serviceName,
- 'files',
+ 'accountPermissionGroups',
array(
'methods' => array(
'get' => array(
- 'path' => 'reports/{reportId}/files/{fileId}',
+ 'path' => 'userprofiles/{profileId}/accountPermissionGroups/{id}',
'httpMethod' => 'GET',
'parameters' => array(
- 'reportId' => array(
+ 'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'fileId' => array(
+ 'id' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
- 'path' => 'userprofiles/{profileId}/files',
+ 'path' => 'userprofiles/{profileId}/accountPermissionGroups',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
@@ -112,54 +156,34 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'sortField' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'maxResults' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'sortOrder' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'scope' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
),
),
)
)
);
- $this->reports = new Google_Service_Dfareporting_Reports_Resource(
+ $this->accountPermissions = new Google_Service_Dfareporting_AccountPermissions_Resource(
$this,
$this->serviceName,
- 'reports',
+ 'accountPermissions',
array(
'methods' => array(
- 'delete' => array(
- 'path' => 'userprofiles/{profileId}/reports/{reportId}',
- 'httpMethod' => 'DELETE',
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/accountPermissions/{id}',
+ 'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'reportId' => array(
+ 'id' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
- ),'get' => array(
- 'path' => 'userprofiles/{profileId}/reports/{reportId}',
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/accountPermissions',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
@@ -167,24 +191,34 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'reportId' => array(
+ ),
+ ),
+ )
+ )
+ );
+ $this->accountUserProfiles = new Google_Service_Dfareporting_AccountUserProfiles_Resource(
+ $this,
+ $this->serviceName,
+ 'accountUserProfiles',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/accountUserProfiles/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- ),
- ),'insert' => array(
- 'path' => 'userprofiles/{profileId}/reports',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'profileId' => array(
+ 'id' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
- 'path' => 'userprofiles/{profileId}/reports',
+ 'path' => 'userprofiles/{profileId}/accountUserProfiles',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
@@ -192,10 +226,23 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'subaccountId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'sortField' => array(
'location' => 'query',
'type' => 'string',
),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
@@ -204,17 +251,21 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
- 'sortOrder' => array(
+ 'userRoleId' => array(
'location' => 'query',
'type' => 'string',
),
- 'scope' => array(
+ 'sortOrder' => array(
'location' => 'query',
'type' => 'string',
),
+ 'active' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
),
),'patch' => array(
- 'path' => 'userprofiles/{profileId}/reports/{reportId}',
+ 'path' => 'userprofiles/{profileId}/accountUserProfiles',
'httpMethod' => 'PATCH',
'parameters' => array(
'profileId' => array(
@@ -222,59 +273,104 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'reportId' => array(
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/accountUserProfiles',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
- ),'run' => array(
- 'path' => 'userprofiles/{profileId}/reports/{reportId}/run',
- 'httpMethod' => 'POST',
+ ),
+ )
+ )
+ );
+ $this->accounts = new Google_Service_Dfareporting_Accounts_Resource(
+ $this,
+ $this->serviceName,
+ 'accounts',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/accounts/{id}',
+ 'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'reportId' => array(
+ 'id' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'synchronous' => array(
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/accounts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'active' => array(
'location' => 'query',
'type' => 'boolean',
),
),
- ),'update' => array(
- 'path' => 'userprofiles/{profileId}/reports/{reportId}',
- 'httpMethod' => 'PUT',
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/accounts',
+ 'httpMethod' => 'PATCH',
'parameters' => array(
'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'reportId' => array(
- 'location' => 'path',
+ 'id' => array(
+ 'location' => 'query',
'type' => 'string',
'required' => true,
),
),
- ),
- )
- )
- );
- $this->reports_compatibleFields = new Google_Service_Dfareporting_ReportsCompatibleFields_Resource(
- $this,
- $this->serviceName,
- 'compatibleFields',
- array(
- 'methods' => array(
- 'query' => array(
- 'path' => 'userprofiles/{profileId}/reports/compatiblefields/query',
- 'httpMethod' => 'POST',
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/accounts',
+ 'httpMethod' => 'PUT',
'parameters' => array(
'profileId' => array(
'location' => 'path',
@@ -286,14 +382,14 @@ public function __construct(Google_Client $client)
)
)
);
- $this->reports_files = new Google_Service_Dfareporting_ReportsFiles_Resource(
+ $this->ads = new Google_Service_Dfareporting_Ads_Resource(
$this,
$this->serviceName,
- 'files',
+ 'ads',
array(
'methods' => array(
'get' => array(
- 'path' => 'userprofiles/{profileId}/reports/{reportId}/files/{fileId}',
+ 'path' => 'userprofiles/{profileId}/ads/{id}',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
@@ -301,19 +397,24 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'reportId' => array(
+ 'id' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
- 'fileId' => array(
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/ads',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
- 'path' => 'userprofiles/{profileId}/reports/{reportId}/files',
+ 'path' => 'userprofiles/{profileId}/ads',
'httpMethod' => 'GET',
'parameters' => array(
'profileId' => array(
@@ -321,18 +422,37 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
- 'reportId' => array(
- 'location' => 'path',
+ 'landingPageIds' => array(
+ 'location' => 'query',
'type' => 'string',
- 'required' => true,
+ 'repeated' => true,
),
- 'sortField' => array(
+ 'overriddenEventTagId' => array(
'location' => 'query',
'type' => 'string',
),
- 'maxResults' => array(
+ 'campaignIds' => array(
'location' => 'query',
- 'type' => 'integer',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'archived' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'creativeOptimizationConfigurationIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'sslCompliant' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'sizeIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
),
'pageToken' => array(
'location' => 'query',
@@ -342,385 +462,15342 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
- ),
- ),
- )
- )
- );
- $this->userProfiles = new Google_Service_Dfareporting_UserProfiles_Resource(
- $this,
- $this->serviceName,
- 'userProfiles',
- array(
- 'methods' => array(
- 'get' => array(
- 'path' => 'userprofiles/{profileId}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'profileId' => array(
- 'location' => 'path',
+ 'type' => array(
+ 'location' => 'query',
'type' => 'string',
- 'required' => true,
+ 'repeated' => true,
),
- ),
- ),'list' => array(
- 'path' => 'userprofiles',
- 'httpMethod' => 'GET',
- 'parameters' => array(),
- ),
- )
- )
- );
- }
-}
-
-
-/**
- * The "dimensionValues" collection of methods.
- * Typical usage is:
- *
- * $dfareportingService = new Google_Service_Dfareporting(...);
- * $dimensionValues = $dfareportingService->dimensionValues;
- *
- */
-class Google_Service_Dfareporting_DimensionValues_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves list of report dimension values for a list of filters.
- * (dimensionValues.query)
- *
- * @param string $profileId The DFA user profile ID.
- * @param Google_DimensionValueRequest $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken The value of the nextToken from the previous
- * result page.
- * @opt_param int maxResults Maximum number of results to return.
- * @return Google_Service_Dfareporting_DimensionValueList
- */
+ 'sslRequired' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'creativeIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'creativeType' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'placementIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'active' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'compatibility' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'advertiserId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'audienceSegmentIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'remarketingListIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'dynamicClickTracker' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/ads',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/ads',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->advertiserGroups = new Google_Service_Dfareporting_AdvertiserGroups_Resource(
+ $this,
+ $this->serviceName,
+ 'advertiserGroups',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/advertiserGroups/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/advertiserGroups/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/advertiserGroups',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/advertiserGroups',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/advertiserGroups',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/advertiserGroups',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->advertisers = new Google_Service_Dfareporting_Advertisers_Resource(
+ $this,
+ $this->serviceName,
+ 'advertisers',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/advertisers/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/advertisers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/advertisers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'status' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'subaccountId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'includeAdvertisersWithoutGroupsOnly' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'onlyParent' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'floodlightConfigurationIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'advertiserGroupIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/advertisers',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/advertisers',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->browsers = new Google_Service_Dfareporting_Browsers_Resource(
+ $this,
+ $this->serviceName,
+ 'browsers',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/browsers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->campaignCreativeAssociations = new Google_Service_Dfareporting_CampaignCreativeAssociations_Resource(
+ $this,
+ $this->serviceName,
+ 'campaignCreativeAssociations',
+ array(
+ 'methods' => array(
+ 'insert' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->campaigns = new Google_Service_Dfareporting_Campaigns_Resource(
+ $this,
+ $this->serviceName,
+ 'campaigns',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'defaultLandingPageName' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'defaultLandingPageUrl' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'archived' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'subaccountId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'advertiserIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'excludedIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'advertiserGroupIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'overriddenEventTagId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'atLeastOneOptimizationActivity' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->changeLogs = new Google_Service_Dfareporting_ChangeLogs_Resource(
+ $this,
+ $this->serviceName,
+ 'changeLogs',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/changeLogs/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/changeLogs',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'minChangeTime' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxChangeTime' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'userProfileIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'objectIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'action' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'objectType' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->cities = new Google_Service_Dfareporting_Cities_Resource(
+ $this,
+ $this->serviceName,
+ 'cities',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/cities',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'dartIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'namePrefix' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'regionDartIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'countryDartIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->connectionTypes = new Google_Service_Dfareporting_ConnectionTypes_Resource(
+ $this,
+ $this->serviceName,
+ 'connectionTypes',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/connectionTypes',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->contentCategories = new Google_Service_Dfareporting_ContentCategories_Resource(
+ $this,
+ $this->serviceName,
+ 'contentCategories',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/contentCategories/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/contentCategories/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/contentCategories',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/contentCategories',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/contentCategories',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/contentCategories',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->countries = new Google_Service_Dfareporting_Countries_Resource(
+ $this,
+ $this->serviceName,
+ 'countries',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/countries/{dartId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'dartId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/countries',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->creativeAssets = new Google_Service_Dfareporting_CreativeAssets_Resource(
+ $this,
+ $this->serviceName,
+ 'creativeAssets',
+ array(
+ 'methods' => array(
+ 'insert' => array(
+ 'path' => 'userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'advertiserId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->creativeFieldValues = new Google_Service_Dfareporting_CreativeFieldValues_Resource(
+ $this,
+ $this->serviceName,
+ 'creativeFieldValues',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'creativeFieldId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'creativeFieldId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'creativeFieldId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'creativeFieldId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'creativeFieldId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'creativeFieldId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->creativeFields = new Google_Service_Dfareporting_CreativeFields_Resource(
+ $this,
+ $this->serviceName,
+ 'creativeFields',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'advertiserIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/creativeFields',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->creativeGroups = new Google_Service_Dfareporting_CreativeGroups_Resource(
+ $this,
+ $this->serviceName,
+ 'creativeGroups',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/creativeGroups/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/creativeGroups',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/creativeGroups',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'advertiserIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'groupNumber' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/creativeGroups',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/creativeGroups',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->creatives = new Google_Service_Dfareporting_Creatives_Resource(
+ $this,
+ $this->serviceName,
+ 'creatives',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/creatives/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/creatives',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/creatives',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'sizeIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'archived' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'campaignId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'renderingIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'advertiserId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'studioCreativeId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'companionCreativeIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'active' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'creativeFieldIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'types' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/creatives',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/creatives',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->dimensionValues = new Google_Service_Dfareporting_DimensionValues_Resource(
+ $this,
+ $this->serviceName,
+ 'dimensionValues',
+ array(
+ 'methods' => array(
+ 'query' => array(
+ 'path' => 'userprofiles/{profileId}/dimensionvalues/query',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->directorySiteContacts = new Google_Service_Dfareporting_DirectorySiteContacts_Resource(
+ $this,
+ $this->serviceName,
+ 'directorySiteContacts',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/directorySiteContacts/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/directorySiteContacts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'directorySiteIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->directorySites = new Google_Service_Dfareporting_DirectorySites_Resource(
+ $this,
+ $this->serviceName,
+ 'directorySites',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/directorySites/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/directorySites',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'acceptsInterstitialPlacements' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'countryId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'acceptsInStreamVideoPlacements' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'acceptsPublisherPaidPlacements' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'parentId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'active' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'dfp_network_code' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->eventTags = new Google_Service_Dfareporting_EventTags_Resource(
+ $this,
+ $this->serviceName,
+ 'eventTags',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/eventTags/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/eventTags/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/eventTags',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/eventTags',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'campaignId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'enabled' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'advertiserId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'adId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'eventTagTypes' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'definitionsOnly' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/eventTags',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/eventTags',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->files = new Google_Service_Dfareporting_Files_Resource(
+ $this,
+ $this->serviceName,
+ 'files',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'reports/{reportId}/files/{fileId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'reportId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/files',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'scope' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->floodlightActivities = new Google_Service_Dfareporting_FloodlightActivities_Resource(
+ $this,
+ $this->serviceName,
+ 'floodlightActivities',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivities/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'generatetag' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivities/generatetag',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'floodlightActivityId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivities/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivities',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivities',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'floodlightActivityGroupIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'floodlightConfigurationId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'floodlightActivityGroupName' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'advertiserId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'tagString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'floodlightActivityGroupTagString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'floodlightActivityGroupType' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivities',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivities',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->floodlightActivityGroups = new Google_Service_Dfareporting_FloodlightActivityGroups_Resource(
+ $this,
+ $this->serviceName,
+ 'floodlightActivityGroups',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivityGroups/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivityGroups/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivityGroups',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivityGroups',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'floodlightConfigurationId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'advertiserId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'type' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivityGroups',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightActivityGroups',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->floodlightConfigurations = new Google_Service_Dfareporting_FloodlightConfigurations_Resource(
+ $this,
+ $this->serviceName,
+ 'floodlightConfigurations',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightConfigurations/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightConfigurations',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightConfigurations',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/floodlightConfigurations',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->landingPages = new Google_Service_Dfareporting_LandingPages_Resource(
+ $this,
+ $this->serviceName,
+ 'landingPages',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/campaigns/{campaignId}/landingPages',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->metros = new Google_Service_Dfareporting_Metros_Resource(
+ $this,
+ $this->serviceName,
+ 'metros',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/metros',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->mobileCarriers = new Google_Service_Dfareporting_MobileCarriers_Resource(
+ $this,
+ $this->serviceName,
+ 'mobileCarriers',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/mobileCarriers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->operatingSystemVersions = new Google_Service_Dfareporting_OperatingSystemVersions_Resource(
+ $this,
+ $this->serviceName,
+ 'operatingSystemVersions',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/operatingSystemVersions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->operatingSystems = new Google_Service_Dfareporting_OperatingSystems_Resource(
+ $this,
+ $this->serviceName,
+ 'operatingSystems',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/operatingSystems',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->placementGroups = new Google_Service_Dfareporting_PlacementGroups_Resource(
+ $this,
+ $this->serviceName,
+ 'placementGroups',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/placementGroups/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/placementGroups',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/placementGroups',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'placementStrategyIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'archived' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'contentCategoryIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'directorySiteIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'advertiserIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'placementGroupType' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pricingTypes' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'siteIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'campaignIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/placementGroups',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/placementGroups',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->placementStrategies = new Google_Service_Dfareporting_PlacementStrategies_Resource(
+ $this,
+ $this->serviceName,
+ 'placementStrategies',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/placementStrategies/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/placementStrategies/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/placementStrategies',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/placementStrategies',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/placementStrategies',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/placementStrategies',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->placements = new Google_Service_Dfareporting_Placements_Resource(
+ $this,
+ $this->serviceName,
+ 'placements',
+ array(
+ 'methods' => array(
+ 'generatetags' => array(
+ 'path' => 'userprofiles/{profileId}/placements/generatetags',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'tagFormats' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'placementIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/placements/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/placements',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/placements',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'placementStrategyIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'archived' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'contentCategoryIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'directorySiteIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'advertiserIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'paymentSource' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'sizeIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'compatibilities' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'groupIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'pricingTypes' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'siteIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'campaignIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/placements',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/placements',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->platformTypes = new Google_Service_Dfareporting_PlatformTypes_Resource(
+ $this,
+ $this->serviceName,
+ 'platformTypes',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/platformTypes',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->postalCodes = new Google_Service_Dfareporting_PostalCodes_Resource(
+ $this,
+ $this->serviceName,
+ 'postalCodes',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/postalCodes',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->regions = new Google_Service_Dfareporting_Regions_Resource(
+ $this,
+ $this->serviceName,
+ 'regions',
+ array(
+ 'methods' => array(
+ 'list' => array(
+ 'path' => 'userprofiles/{profileId}/regions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->reports = new Google_Service_Dfareporting_Reports_Resource(
+ $this,
+ $this->serviceName,
+ 'reports',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/reports/{reportId}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'reportId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/reports/{reportId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'reportId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/reports',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/reports',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'scope' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/reports/{reportId}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'reportId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'run' => array(
+ 'path' => 'userprofiles/{profileId}/reports/{reportId}/run',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'reportId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'synchronous' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/reports/{reportId}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'reportId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->reports_compatibleFields = new Google_Service_Dfareporting_ReportsCompatibleFields_Resource(
+ $this,
+ $this->serviceName,
+ 'compatibleFields',
+ array(
+ 'methods' => array(
+ 'query' => array(
+ 'path' => 'userprofiles/{profileId}/reports/compatiblefields/query',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->reports_files = new Google_Service_Dfareporting_ReportsFiles_Resource(
+ $this,
+ $this->serviceName,
+ 'files',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/reports/{reportId}/files/{fileId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'reportId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'fileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/reports/{reportId}/files',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'reportId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->sites = new Google_Service_Dfareporting_Sites_Resource(
+ $this,
+ $this->serviceName,
+ 'sites',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/sites/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/sites',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/sites',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'acceptsInterstitialPlacements' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'subaccountId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'directorySiteIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'acceptsInStreamVideoPlacements' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'acceptsPublisherPaidPlacements' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'adWordsSite' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'unmappedSite' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'approved' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'campaignIds' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/sites',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/sites',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->sizes = new Google_Service_Dfareporting_Sizes_Resource(
+ $this,
+ $this->serviceName,
+ 'sizes',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/sizes/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/sizes',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/sizes',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'iabStandard' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'width' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'height' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->subaccounts = new Google_Service_Dfareporting_Subaccounts_Resource(
+ $this,
+ $this->serviceName,
+ 'subaccounts',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/subaccounts/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/subaccounts',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/subaccounts',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/subaccounts',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/subaccounts',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->userProfiles = new Google_Service_Dfareporting_UserProfiles_Resource(
+ $this,
+ $this->serviceName,
+ 'userProfiles',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(),
+ ),
+ )
+ )
+ );
+ $this->userRolePermissionGroups = new Google_Service_Dfareporting_UserRolePermissionGroups_Resource(
+ $this,
+ $this->serviceName,
+ 'userRolePermissionGroups',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/userRolePermissionGroups/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/userRolePermissionGroups',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->userRolePermissions = new Google_Service_Dfareporting_UserRolePermissions_Resource(
+ $this,
+ $this->serviceName,
+ 'userRolePermissions',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'userprofiles/{profileId}/userRolePermissions/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/userRolePermissions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->userRoles = new Google_Service_Dfareporting_UserRoles_Resource(
+ $this,
+ $this->serviceName,
+ 'userRoles',
+ array(
+ 'methods' => array(
+ 'delete' => array(
+ 'path' => 'userprofiles/{profileId}/userRoles/{id}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'userprofiles/{profileId}/userRoles/{id}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'insert' => array(
+ 'path' => 'userprofiles/{profileId}/userRoles',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'userprofiles/{profileId}/userRoles',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'searchString' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'subaccountId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortField' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'ids' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'repeated' => true,
+ ),
+ 'maxResults' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'sortOrder' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'accountUserRoleOnly' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'userprofiles/{profileId}/userRoles',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'id' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'userprofiles/{profileId}/userRoles',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'profileId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ }
+}
+
+
+/**
+ * The "accountActiveAdSummaries" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $accountActiveAdSummaries = $dfareportingService->accountActiveAdSummaries;
+ *
+ */
+class Google_Service_Dfareporting_AccountActiveAdSummaries_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets the account's active ad summary by account ID.
+ * (accountActiveAdSummaries.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $summaryAccountId Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AccountActiveAdSummary
+ */
+ public function get($profileId, $summaryAccountId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'summaryAccountId' => $summaryAccountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_AccountActiveAdSummary");
+ }
+}
+
+/**
+ * The "accountPermissionGroups" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $accountPermissionGroups = $dfareportingService->accountPermissionGroups;
+ *
+ */
+class Google_Service_Dfareporting_AccountPermissionGroups_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one account permission group by ID. (accountPermissionGroups.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Account permission group ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AccountPermissionGroup
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_AccountPermissionGroup");
+ }
+
+ /**
+ * Retrieves the list of account permission groups.
+ * (accountPermissionGroups.listAccountPermissionGroups)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AccountPermissionGroupsListResponse
+ */
+ public function listAccountPermissionGroups($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_AccountPermissionGroupsListResponse");
+ }
+}
+
+/**
+ * The "accountPermissions" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $accountPermissions = $dfareportingService->accountPermissions;
+ *
+ */
+class Google_Service_Dfareporting_AccountPermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one account permission by ID. (accountPermissions.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Account permission ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AccountPermission
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_AccountPermission");
+ }
+
+ /**
+ * Retrieves the list of account permissions.
+ * (accountPermissions.listAccountPermissions)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AccountPermissionsListResponse
+ */
+ public function listAccountPermissions($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_AccountPermissionsListResponse");
+ }
+}
+
+/**
+ * The "accountUserProfiles" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $accountUserProfiles = $dfareportingService->accountUserProfiles;
+ *
+ */
+class Google_Service_Dfareporting_AccountUserProfiles_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one account user profile by ID. (accountUserProfiles.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id User profile ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AccountUserProfile
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_AccountUserProfile");
+ }
+
+ /**
+ * Retrieves a list of account user profiles, possibly filtered.
+ * (accountUserProfiles.listAccountUserProfiles)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name, ID or
+ * email. Wildcards (*) are allowed. For example, "user profile*2010" will
+ * return objects with names like "user profile June 2010", "user profile April
+ * 2010" or simply "user profile 2010". Most of the searches also add wildcards
+ * implicitly at the start and the end of the search string. For example, a
+ * search string of "user profile" will match objects with name "my user
+ * profile", "user profile 2010" or simply "user profile".
+ * @opt_param string subaccountId Select only user profiles with the specified
+ * subaccount ID.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Select only user profiles with these IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string userRoleId Select only user profiles with the specified
+ * user role ID.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param bool active Select only active user profiles.
+ * @return Google_Service_Dfareporting_AccountUserProfilesListResponse
+ */
+ public function listAccountUserProfiles($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_AccountUserProfilesListResponse");
+ }
+
+ /**
+ * Updates an existing account user profile. This method supports patch
+ * semantics. (accountUserProfiles.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id User profile ID.
+ * @param Google_AccountUserProfile $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AccountUserProfile
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_AccountUserProfile $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_AccountUserProfile");
+ }
+
+ /**
+ * Updates an existing account user profile. (accountUserProfiles.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_AccountUserProfile $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AccountUserProfile
+ */
+ public function update($profileId, Google_Service_Dfareporting_AccountUserProfile $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_AccountUserProfile");
+ }
+}
+
+/**
+ * The "accounts" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $accounts = $dfareportingService->accounts;
+ *
+ */
+class Google_Service_Dfareporting_Accounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one account by ID. (accounts.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Account ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Account
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Account");
+ }
+
+ /**
+ * Retrieves the list of accounts, possibly filtered. (accounts.listAccounts)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "account*2010" will return objects
+ * with names like "account June 2010", "account April 2010" or simply "account
+ * 2010". Most of the searches also add wildcards implicitly at the start and
+ * the end of the search string. For example, a search string of "account" will
+ * match objects with name "my account", "account 2010" or simply "account".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Select only accounts with these IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param bool active Select only active accounts. Don't set this field to
+ * select both active and non-active accounts.
+ * @return Google_Service_Dfareporting_AccountsListResponse
+ */
+ public function listAccounts($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_AccountsListResponse");
+ }
+
+ /**
+ * Updates an existing account. This method supports patch semantics.
+ * (accounts.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Account ID.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Account
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_Account $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Account");
+ }
+
+ /**
+ * Updates an existing account. (accounts.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Account $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Account
+ */
+ public function update($profileId, Google_Service_Dfareporting_Account $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Account");
+ }
+}
+
+/**
+ * The "ads" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $ads = $dfareportingService->ads;
+ *
+ */
+class Google_Service_Dfareporting_Ads_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one ad by ID. (ads.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Ad ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Ad
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Ad");
+ }
+
+ /**
+ * Inserts a new ad. (ads.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Ad $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Ad
+ */
+ public function insert($profileId, Google_Service_Dfareporting_Ad $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Ad");
+ }
+
+ /**
+ * Retrieves a list of ads, possibly filtered. (ads.listAds)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string landingPageIds Select only ads with these landing page IDs.
+ * @opt_param string overriddenEventTagId Select only ads with this event tag
+ * override ID.
+ * @opt_param string campaignIds Select only ads with these campaign IDs.
+ * @opt_param bool archived Select only archived ads.
+ * @opt_param string creativeOptimizationConfigurationIds Select only ads with
+ * these creative optimization configuration IDs.
+ * @opt_param bool sslCompliant Select only ads that are ssl compliant.
+ * @opt_param string sizeIds Select only ads with these size IDs.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string type Select only ads with these types.
+ * @opt_param bool sslRequired Select only ads that require ssl.
+ * @opt_param string creativeIds Select only ads with these creative IDs
+ * assigned.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string creativeType Select only ads with the specified
+ * CreativeType.
+ * @opt_param string placementIds Select only ads with these placement IDs
+ * assigned.
+ * @opt_param bool active Select only active ads.
+ * @opt_param string compatibility Applicable when type is
+ * AD_SERVING_DEFAULT_AD. Select default ads with the specified compatibility.
+ * WEB and WEB_INTERSTITIAL refer to rendering either on desktop or on mobile
+ * devices for regular or interstitial ads respectively. APP and
+ * APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to
+ * rendering in in-stream video ads developed with the VAST standard.
+ * @opt_param string advertiserId Select only ads with this advertiser ID.
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "ad*2010" will return objects with
+ * names like "ad June 2010", "ad April 2010" or simply "ad 2010". Most of the
+ * searches also add wildcards implicitly at the start and the end of the search
+ * string. For example, a search string of "ad" will match objects with name "my
+ * ad", "ad 2010" or simply "ad".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string audienceSegmentIds Select only ads with these audience
+ * segment IDs.
+ * @opt_param string ids Select only ads with these IDs.
+ * @opt_param string remarketingListIds Select only ads whose list targeting
+ * expression use these remarketing list IDs.
+ * @opt_param bool dynamicClickTracker Applicable when type is
+ * AD_SERVING_CLICK_TRACKER. If true, select dynamic click trackers. If false,
+ * select static click trackers. Leave unset to select both.
+ * @return Google_Service_Dfareporting_AdsListResponse
+ */
+ public function listAds($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_AdsListResponse");
+ }
+
+ /**
+ * Updates an existing ad. This method supports patch semantics. (ads.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Ad ID.
+ * @param Google_Ad $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Ad
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_Ad $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Ad");
+ }
+
+ /**
+ * Updates an existing ad. (ads.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Ad $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Ad
+ */
+ public function update($profileId, Google_Service_Dfareporting_Ad $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Ad");
+ }
+}
+
+/**
+ * The "advertiserGroups" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $advertiserGroups = $dfareportingService->advertiserGroups;
+ *
+ */
+class Google_Service_Dfareporting_AdvertiserGroups_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing advertiser group. (advertiserGroups.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Advertiser group ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one advertiser group by ID. (advertiserGroups.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Advertiser group ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AdvertiserGroup
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_AdvertiserGroup");
+ }
+
+ /**
+ * Inserts a new advertiser group. (advertiserGroups.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_AdvertiserGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AdvertiserGroup
+ */
+ public function insert($profileId, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_AdvertiserGroup");
+ }
+
+ /**
+ * Retrieves a list of advertiser groups, possibly filtered.
+ * (advertiserGroups.listAdvertiserGroups)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "advertiser*2010" will return objects
+ * with names like "advertiser group June 2010", "advertiser group April 2010"
+ * or simply "advertiser group 2010". Most of the searches also add wildcards
+ * implicitly at the start and the end of the search string. For example, a
+ * search string of "advertisergroup" will match objects with name "my
+ * advertisergroup", "advertisergroup 2010" or simply "advertisergroup".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Set of IDs of specified advertiser groups to retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @return Google_Service_Dfareporting_AdvertiserGroupsListResponse
+ */
+ public function listAdvertiserGroups($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertiserGroupsListResponse");
+ }
+
+ /**
+ * Updates an existing advertiser group. This method supports patch semantics.
+ * (advertiserGroups.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Advertiser group ID.
+ * @param Google_AdvertiserGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AdvertiserGroup
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_AdvertiserGroup");
+ }
+
+ /**
+ * Updates an existing advertiser group. (advertiserGroups.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_AdvertiserGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_AdvertiserGroup
+ */
+ public function update($profileId, Google_Service_Dfareporting_AdvertiserGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_AdvertiserGroup");
+ }
+}
+
+/**
+ * The "advertisers" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $advertisers = $dfareportingService->advertisers;
+ *
+ */
+class Google_Service_Dfareporting_Advertisers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one advertiser by ID. (advertisers.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Advertiser ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Advertiser
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Advertiser");
+ }
+
+ /**
+ * Inserts a new advertiser. (advertisers.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Advertiser $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Advertiser
+ */
+ public function insert($profileId, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Advertiser");
+ }
+
+ /**
+ * Retrieves a list of advertisers, possibly filtered.
+ * (advertisers.listAdvertisers)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string status Specifies the status of retrieved advertisers.
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "advertiser*2010" will return objects
+ * with names like "advertiser June 2010", "advertiser April 2010" or simply
+ * "advertiser 2010". Most of the searches also add wildcards implicitly at the
+ * start and the end of the search string. For example, a search string of
+ * "advertiser" will match objects with name "my advertiser", "advertiser 2010"
+ * or simply "advertiser".
+ * @opt_param string subaccountId Subaccount ID of advertisers to retrieve.
+ * @opt_param bool includeAdvertisersWithoutGroupsOnly If true, will return only
+ * advertisers which do not belong to any advertiser group.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Set of IDs of specified advertisers to retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param bool onlyParent If true, will return only advertisers which use
+ * another advertiser's floodlight configuration.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string floodlightConfigurationIds Set of floodlight configuration
+ * IDs of advertisers to retrieve.
+ * @opt_param string advertiserGroupIds Set of advertiser group IDs of
+ * advertisers to retrieve.
+ * @return Google_Service_Dfareporting_AdvertisersListResponse
+ */
+ public function listAdvertisers($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertisersListResponse");
+ }
+
+ /**
+ * Updates an existing advertiser. This method supports patch semantics.
+ * (advertisers.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Advertiser ID.
+ * @param Google_Advertiser $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Advertiser
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Advertiser");
+ }
+
+ /**
+ * Updates an existing advertiser. (advertisers.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Advertiser $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Advertiser
+ */
+ public function update($profileId, Google_Service_Dfareporting_Advertiser $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Advertiser");
+ }
+}
+
+/**
+ * The "browsers" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $browsers = $dfareportingService->browsers;
+ *
+ */
+class Google_Service_Dfareporting_Browsers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of browsers. (browsers.listBrowsers)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_BrowsersListResponse
+ */
+ public function listBrowsers($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_BrowsersListResponse");
+ }
+}
+
+/**
+ * The "campaignCreativeAssociations" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $campaignCreativeAssociations = $dfareportingService->campaignCreativeAssociations;
+ *
+ */
+class Google_Service_Dfareporting_CampaignCreativeAssociations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Associates a creative with this campaign. This method creates a default ad
+ * with dimensions matching the creative in this campaign if such a default ad
+ * does not exist already. (campaignCreativeAssociations.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $campaignId Campaign ID in this association.
+ * @param Google_CampaignCreativeAssociation $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CampaignCreativeAssociation
+ */
+ public function insert($profileId, $campaignId, Google_Service_Dfareporting_CampaignCreativeAssociation $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_CampaignCreativeAssociation");
+ }
+
+ /**
+ * Retrieves the list of creative IDs associated with this campaign.
+ * (campaignCreativeAssociations.listCampaignCreativeAssociations)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $campaignId Campaign ID in this association.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @return Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse
+ */
+ public function listCampaignCreativeAssociations($profileId, $campaignId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'campaignId' => $campaignId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse");
+ }
+}
+
+/**
+ * The "campaigns" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $campaigns = $dfareportingService->campaigns;
+ *
+ */
+class Google_Service_Dfareporting_Campaigns_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one campaign by ID. (campaigns.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Campaign ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Campaign
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Campaign");
+ }
+
+ /**
+ * Inserts a new campaign. (campaigns.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $defaultLandingPageName Default landing page name for this new
+ * campaign.
+ * @param string $defaultLandingPageUrl Default landing page URL for this new
+ * campaign.
+ * @param Google_Campaign $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Campaign
+ */
+ public function insert($profileId, $defaultLandingPageName, $defaultLandingPageUrl, Google_Service_Dfareporting_Campaign $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'defaultLandingPageName' => $defaultLandingPageName, 'defaultLandingPageUrl' => $defaultLandingPageUrl, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Campaign");
+ }
+
+ /**
+ * Retrieves a list of campaigns, possibly filtered. (campaigns.listCampaigns)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool archived Select only archived campaigns. Don't set this field
+ * to select both archived and non-archived campaigns.
+ * @opt_param string searchString Allows searching for campaigns by name or ID.
+ * Wildcards (*) are allowed. For example, "campaign*2010" will return campaigns
+ * with names like "campaign June 2010", "campaign April 2010" or simply
+ * "campaign 2010". Most of the searches also add wildcards implicitly at the
+ * start and the end of the search string. For example, a search string of
+ * "campaign" will match campaigns with name "my campaign", "campaign 2010" or
+ * simply "campaign".
+ * @opt_param string subaccountId Select only campaigns that belong to this
+ * subaccount.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string advertiserIds Select only campaigns that belong to these
+ * advertisers.
+ * @opt_param string ids Select only campaigns with these IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string excludedIds Exclude campaigns with these IDs.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string advertiserGroupIds Select only campaigns whose advertisers
+ * belong to these advertiser groups.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string overriddenEventTagId Select only campaigns that have
+ * overridden this event tag ID.
+ * @opt_param bool atLeastOneOptimizationActivity Select only campaigns that
+ * have at least one optimization activity.
+ * @return Google_Service_Dfareporting_CampaignsListResponse
+ */
+ public function listCampaigns($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_CampaignsListResponse");
+ }
+
+ /**
+ * Updates an existing campaign. This method supports patch semantics.
+ * (campaigns.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Campaign ID.
+ * @param Google_Campaign $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Campaign
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_Campaign $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Campaign");
+ }
+
+ /**
+ * Updates an existing campaign. (campaigns.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Campaign $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Campaign
+ */
+ public function update($profileId, Google_Service_Dfareporting_Campaign $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Campaign");
+ }
+}
+
+/**
+ * The "changeLogs" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $changeLogs = $dfareportingService->changeLogs;
+ *
+ */
+class Google_Service_Dfareporting_ChangeLogs_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one change log by ID. (changeLogs.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Change log ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_ChangeLog
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_ChangeLog");
+ }
+
+ /**
+ * Retrieves a list of change logs. (changeLogs.listChangeLogs)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string minChangeTime Select only change logs whose change time is
+ * before the specified minChangeTime.The time should be formatted as an RFC3339
+ * date/time string. For example, for 10:54 PM on July 18th, 2014, in the
+ * America/New York time zone, the format is "2014-07-18T22:54:00-04:00". In
+ * other words, the year, month, day, the letter T, the hour (24-hour clock
+ * system), minute, second, and then the time zone offset.
+ * @opt_param string searchString Select only change logs whose object ID, user
+ * name, old or new values match the search string.
+ * @opt_param string maxChangeTime Select only change logs whose change time is
+ * before the specified maxChangeTime.The time should be formatted as an RFC3339
+ * date/time string. For example, for 10:54 PM on July 18th, 2014, in the
+ * America/New York time zone, the format is "2014-07-18T22:54:00-04:00". In
+ * other words, the year, month, day, the letter T, the hour (24-hour clock
+ * system), minute, second, and then the time zone offset.
+ * @opt_param string userProfileIds Select only change logs with these user
+ * profile IDs.
+ * @opt_param string ids Select only change logs with these IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string objectIds Select only change logs with these object IDs.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string action Select only change logs with the specified action.
+ * @opt_param string objectType Select only change logs with the specified
+ * object type.
+ * @return Google_Service_Dfareporting_ChangeLogsListResponse
+ */
+ public function listChangeLogs($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_ChangeLogsListResponse");
+ }
+}
+
+/**
+ * The "cities" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $cities = $dfareportingService->cities;
+ *
+ */
+class Google_Service_Dfareporting_Cities_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of cities, possibly filtered. (cities.listCities)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string dartIds Return cities with these IDs.
+ * @opt_param string namePrefix Select cities with names starting with this
+ * prefix.
+ * @opt_param string regionDartIds Select cities from these regions.
+ * @opt_param string countryDartIds Select cities from these countries.
+ * @return Google_Service_Dfareporting_CitiesListResponse
+ */
+ public function listCities($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_CitiesListResponse");
+ }
+}
+
+/**
+ * The "connectionTypes" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $connectionTypes = $dfareportingService->connectionTypes;
+ *
+ */
+class Google_Service_Dfareporting_ConnectionTypes_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of connection types. (connectionTypes.listConnectionTypes)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_ConnectionTypesListResponse
+ */
+ public function listConnectionTypes($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_ConnectionTypesListResponse");
+ }
+}
+
+/**
+ * The "contentCategories" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $contentCategories = $dfareportingService->contentCategories;
+ *
+ */
+class Google_Service_Dfareporting_ContentCategories_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing content category. (contentCategories.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Content category ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one content category by ID. (contentCategories.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Content category ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_ContentCategory
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_ContentCategory");
+ }
+
+ /**
+ * Inserts a new content category. (contentCategories.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_ContentCategory $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_ContentCategory
+ */
+ public function insert($profileId, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_ContentCategory");
+ }
+
+ /**
+ * Retrieves a list of content categories, possibly filtered.
+ * (contentCategories.listContentCategories)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "contentcategory*2010" will return
+ * objects with names like "contentcategory June 2010", "contentcategory April
+ * 2010" or simply "contentcategory 2010". Most of the searches also add
+ * wildcards implicitly at the start and the end of the search string. For
+ * example, a search string of "contentcategory" will match objects with name
+ * "my contentcategory", "contentcategory 2010" or simply "contentcategory".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Set of IDs of specified content categories to retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @return Google_Service_Dfareporting_ContentCategoriesListResponse
+ */
+ public function listContentCategories($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_ContentCategoriesListResponse");
+ }
+
+ /**
+ * Updates an existing content category. This method supports patch semantics.
+ * (contentCategories.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Content category ID.
+ * @param Google_ContentCategory $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_ContentCategory
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_ContentCategory");
+ }
+
+ /**
+ * Updates an existing content category. (contentCategories.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_ContentCategory $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_ContentCategory
+ */
+ public function update($profileId, Google_Service_Dfareporting_ContentCategory $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_ContentCategory");
+ }
+}
+
+/**
+ * The "countries" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $countries = $dfareportingService->countries;
+ *
+ */
+class Google_Service_Dfareporting_Countries_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one country by ID. (countries.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $dartId Country DART ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Country
+ */
+ public function get($profileId, $dartId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'dartId' => $dartId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Country");
+ }
+
+ /**
+ * Retrieves a list of countries. (countries.listCountries)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CountriesListResponse
+ */
+ public function listCountries($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_CountriesListResponse");
+ }
+}
+
+/**
+ * The "creativeAssets" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $creativeAssets = $dfareportingService->creativeAssets;
+ *
+ */
+class Google_Service_Dfareporting_CreativeAssets_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Inserts a new creative asset. (creativeAssets.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $advertiserId Advertiser ID of this creative. This is a
+ * required field.
+ * @param Google_CreativeAssetMetadata $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeAssetMetadata
+ */
+ public function insert($profileId, $advertiserId, Google_Service_Dfareporting_CreativeAssetMetadata $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'advertiserId' => $advertiserId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeAssetMetadata");
+ }
+}
+
+/**
+ * The "creativeFieldValues" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $creativeFieldValues = $dfareportingService->creativeFieldValues;
+ *
+ */
+class Google_Service_Dfareporting_CreativeFieldValues_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing creative field value. (creativeFieldValues.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $creativeFieldId Creative field ID for this creative field
+ * value.
+ * @param string $id Creative Field Value ID
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $creativeFieldId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one creative field value by ID. (creativeFieldValues.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $creativeFieldId Creative field ID for this creative field
+ * value.
+ * @param string $id Creative Field Value ID
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeFieldValue
+ */
+ public function get($profileId, $creativeFieldId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeFieldValue");
+ }
+
+ /**
+ * Inserts a new creative field value. (creativeFieldValues.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $creativeFieldId Creative field ID for this creative field
+ * value.
+ * @param Google_CreativeFieldValue $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeFieldValue
+ */
+ public function insert($profileId, $creativeFieldId, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeFieldValue");
+ }
+
+ /**
+ * Retrieves a list of creative field values, possibly filtered.
+ * (creativeFieldValues.listCreativeFieldValues)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $creativeFieldId Creative field ID for this creative field
+ * value.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for creative field values by
+ * their values. Wildcards (e.g. *) are not allowed.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Select only creative field values with these IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @return Google_Service_Dfareporting_CreativeFieldValuesListResponse
+ */
+ public function listCreativeFieldValues($profileId, $creativeFieldId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeFieldValuesListResponse");
+ }
+
+ /**
+ * Updates an existing creative field value. This method supports patch
+ * semantics. (creativeFieldValues.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $creativeFieldId Creative field ID for this creative field
+ * value.
+ * @param string $id Creative Field Value ID
+ * @param Google_CreativeFieldValue $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeFieldValue
+ */
+ public function patch($profileId, $creativeFieldId, $id, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeFieldValue");
+ }
+
+ /**
+ * Updates an existing creative field value. (creativeFieldValues.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $creativeFieldId Creative field ID for this creative field
+ * value.
+ * @param Google_CreativeFieldValue $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeFieldValue
+ */
+ public function update($profileId, $creativeFieldId, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'creativeFieldId' => $creativeFieldId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeFieldValue");
+ }
+}
+
+/**
+ * The "creativeFields" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $creativeFields = $dfareportingService->creativeFields;
+ *
+ */
+class Google_Service_Dfareporting_CreativeFields_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing creative field. (creativeFields.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Creative Field ID
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one creative field by ID. (creativeFields.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Creative Field ID
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeField
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeField");
+ }
+
+ /**
+ * Inserts a new creative field. (creativeFields.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_CreativeField $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeField
+ */
+ public function insert($profileId, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeField");
+ }
+
+ /**
+ * Retrieves a list of creative fields, possibly filtered.
+ * (creativeFields.listCreativeFields)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for creative fields by name
+ * or ID. Wildcards (*) are allowed. For example, "creativefield*2010" will
+ * return creative fields with names like "creativefield June 2010",
+ * "creativefield April 2010" or simply "creativefield 2010". Most of the
+ * searches also add wild-cards implicitly at the start and the end of the
+ * search string. For example, a search string of "creativefield" will match
+ * creative fields with the name "my creativefield", "creativefield 2010" or
+ * simply "creativefield".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string advertiserIds Select only creative fields that belong to
+ * these advertisers.
+ * @opt_param string ids Select only creative fields with these IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @return Google_Service_Dfareporting_CreativeFieldsListResponse
+ */
+ public function listCreativeFields($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeFieldsListResponse");
+ }
+
+ /**
+ * Updates an existing creative field. This method supports patch semantics.
+ * (creativeFields.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Creative Field ID
+ * @param Google_CreativeField $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeField
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeField");
+ }
+
+ /**
+ * Updates an existing creative field. (creativeFields.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_CreativeField $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeField
+ */
+ public function update($profileId, Google_Service_Dfareporting_CreativeField $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeField");
+ }
+}
+
+/**
+ * The "creativeGroups" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $creativeGroups = $dfareportingService->creativeGroups;
+ *
+ */
+class Google_Service_Dfareporting_CreativeGroups_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one creative group by ID. (creativeGroups.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Creative group ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeGroup
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_CreativeGroup");
+ }
+
+ /**
+ * Inserts a new creative group. (creativeGroups.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_CreativeGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeGroup
+ */
+ public function insert($profileId, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_CreativeGroup");
+ }
+
+ /**
+ * Retrieves a list of creative groups, possibly filtered.
+ * (creativeGroups.listCreativeGroups)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for creative groups by name
+ * or ID. Wildcards (*) are allowed. For example, "creativegroup*2010" will
+ * return creative groups with names like "creativegroup June 2010",
+ * "creativegroup April 2010" or simply "creativegroup 2010". Most of the
+ * searches also add wild-cards implicitly at the start and the end of the
+ * search string. For example, a search string of "creativegroup" will match
+ * creative groups with the name "my creativegroup", "creativegroup 2010" or
+ * simply "creativegroup".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string advertiserIds Select only creative groups that belong to
+ * these advertisers.
+ * @opt_param int groupNumber Select only creative groups that belong to this
+ * subgroup.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string ids Select only creative groups with these IDs.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @return Google_Service_Dfareporting_CreativeGroupsListResponse
+ */
+ public function listCreativeGroups($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_CreativeGroupsListResponse");
+ }
+
+ /**
+ * Updates an existing creative group. This method supports patch semantics.
+ * (creativeGroups.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Creative group ID.
+ * @param Google_CreativeGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeGroup
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_CreativeGroup");
+ }
+
+ /**
+ * Updates an existing creative group. (creativeGroups.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_CreativeGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CreativeGroup
+ */
+ public function update($profileId, Google_Service_Dfareporting_CreativeGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_CreativeGroup");
+ }
+}
+
+/**
+ * The "creatives" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $creatives = $dfareportingService->creatives;
+ *
+ */
+class Google_Service_Dfareporting_Creatives_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one creative by ID. (creatives.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Creative ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Creative
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Creative");
+ }
+
+ /**
+ * Inserts a new creative. (creatives.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Creative $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Creative
+ */
+ public function insert($profileId, Google_Service_Dfareporting_Creative $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Creative");
+ }
+
+ /**
+ * Retrieves a list of creatives, possibly filtered. (creatives.listCreatives)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string sizeIds Select only creatives with specified size.
+ * @opt_param bool archived Select only archived creatives. Leave blank to
+ * select archived and unarchived creatives.
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "creative*2010" will return objects
+ * with names like "creative June 2010", "creative April 2010" or simply
+ * "creative 2010". Most of the searches also add wildcards implicitly at the
+ * start and the end of the search string. For example, a search string of
+ * "creative" will match objects with name "my creative", "creative 2010" or
+ * simply "creative".
+ * @opt_param string campaignId Campaign ID of creatives to retrieve.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string renderingIds Select only creatives with specified rendering
+ * IDs.
+ * @opt_param string ids List of creative IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string advertiserId Advertiser ID.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string studioCreativeId Studio creative ID associated with DCM
+ * creatives.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string companionCreativeIds Select only in-stream video creatives
+ * with specified companion IDs.
+ * @opt_param bool active Select only active creatives. Leave blank to select
+ * active and inactive creatives.
+ * @opt_param string creativeFieldIds Select only creatives with specified
+ * creative field IDs.
+ * @opt_param string types Select only creatives with specified type of
+ * creative.
+ * @return Google_Service_Dfareporting_CreativesListResponse
+ */
+ public function listCreatives($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_CreativesListResponse");
+ }
+
+ /**
+ * Updates an existing creative. This method supports patch semantics.
+ * (creatives.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Creative ID.
+ * @param Google_Creative $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Creative
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_Creative $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Creative");
+ }
+
+ /**
+ * Updates an existing creative. (creatives.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Creative $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Creative
+ */
+ public function update($profileId, Google_Service_Dfareporting_Creative $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Creative");
+ }
+}
+
+/**
+ * The "dimensionValues" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $dimensionValues = $dfareportingService->dimensionValues;
+ *
+ */
+class Google_Service_Dfareporting_DimensionValues_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves list of report dimension values for a list of filters.
+ * (dimensionValues.query)
+ *
+ * @param string $profileId The DFA user profile ID.
+ * @param Google_DimensionValueRequest $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * result page.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @return Google_Service_Dfareporting_DimensionValueList
+ */
public function query($profileId, Google_Service_Dfareporting_DimensionValueRequest $postBody, $optParams = array())
{
- $params = array('profileId' => $profileId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('query', array($params), "Google_Service_Dfareporting_DimensionValueList");
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('query', array($params), "Google_Service_Dfareporting_DimensionValueList");
+ }
+}
+
+/**
+ * The "directorySiteContacts" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $directorySiteContacts = $dfareportingService->directorySiteContacts;
+ *
+ */
+class Google_Service_Dfareporting_DirectorySiteContacts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one directory site contact by ID. (directorySiteContacts.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Directory site contact ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_DirectorySiteContact
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_DirectorySiteContact");
+ }
+
+ /**
+ * Retrieves a list of directory site contacts, possibly filtered.
+ * (directorySiteContacts.listDirectorySiteContacts)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name, ID or
+ * email. Wildcards (*) are allowed. For example, "directory site contact*2010"
+ * will return objects with names like "directory site contact June 2010",
+ * "directory site contact April 2010" or simply "directory site contact 2010".
+ * Most of the searches also add wildcards implicitly at the start and the end
+ * of the search string. For example, a search string of "directory site
+ * contact" will match objects with name "my directory site contact", "directory
+ * site contact 2010" or simply "directory site contact".
+ * @opt_param string directorySiteIds Retrieve contacts of directory sites with
+ * this set of IDs. This is a required field.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Set of IDs of specified directory site contacts to
+ * retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @return Google_Service_Dfareporting_DirectorySiteContactsListResponse
+ */
+ public function listDirectorySiteContacts($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_DirectorySiteContactsListResponse");
+ }
+}
+
+/**
+ * The "directorySites" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $directorySites = $dfareportingService->directorySites;
+ *
+ */
+class Google_Service_Dfareporting_DirectorySites_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one directory site by ID. (directorySites.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Directory site ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_DirectorySite
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_DirectorySite");
+ }
+
+ /**
+ * Retrieves a list of directory sites, possibly filtered.
+ * (directorySites.listDirectorySites)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool acceptsInterstitialPlacements Select only sites that accept
+ * interstitial placements. This field be left blank.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string searchString Allows searching for objects by name, ID or
+ * URL. Wildcards (*) are allowed. For example, "directory site*2010" will
+ * return objects with names like "directory site June 2010", "directory site
+ * April 2010" or simply "directory site 2010". Most of the searches also add
+ * wildcards implicitly at the start and the end of the search string. For
+ * example, a search string of "directory site" will match objects with name "my
+ * directory site", "directory site 2010" or simply "directory site".
+ * @opt_param string countryId Country ID of directory sites to retrieve.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param bool acceptsInStreamVideoPlacements Select only sites that accept
+ * in-stream video placements. This field can be left blank.
+ * @opt_param string ids Set of IDs of specified directory sites to retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param bool acceptsPublisherPaidPlacements Select only directory sites
+ * that accept publisher paid placements. This field can be left blank.
+ * @opt_param string parentId Parent ID of directory sites to retrieve.
+ * @opt_param bool active Whether to retrieve active directory sites. Leave
+ * blank to retrieve both active and inactive directory sites.
+ * @opt_param string dfp_network_code DFP network code of directory sites to
+ * retrieve.
+ * @return Google_Service_Dfareporting_DirectorySitesListResponse
+ */
+ public function listDirectorySites($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_DirectorySitesListResponse");
+ }
+}
+
+/**
+ * The "eventTags" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $eventTags = $dfareportingService->eventTags;
+ *
+ */
+class Google_Service_Dfareporting_EventTags_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing event tag. (eventTags.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Event tag ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one event tag by ID. (eventTags.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Event tag ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_EventTag
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_EventTag");
+ }
+
+ /**
+ * Inserts a new event tag. (eventTags.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_EventTag $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_EventTag
+ */
+ public function insert($profileId, Google_Service_Dfareporting_EventTag $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_EventTag");
+ }
+
+ /**
+ * Retrieves a list of event tags, possibly filtered. (eventTags.listEventTags)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "eventtag*2010" will return objects
+ * with names like "eventtag June 2010", "eventtag April 2010" or simply
+ * "eventtag 2010". Most of the searches also add wildcards implicitly at the
+ * start and the end of the search string. For example, a search string of
+ * "eventtag" will match objects with name "my eventtag", "eventtag 2010" or
+ * simply "eventtag".
+ * @opt_param string campaignId Select only event tags that belong to this
+ * campaign.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param bool enabled Select only enabled event tags. When definitionsOnly
+ * is set to true, only the specified advertiser or campaign's event tags'
+ * enabledByDefault field is examined. When definitionsOnly is set to false, the
+ * specified ad or specified campaign's parent advertiser's or parent campaign's
+ * event tags' enabledByDefault and status fields are examined as well.
+ * @opt_param string ids Set of IDs of specified event tags to retrieve.
+ * @opt_param string advertiserId Select only event tags that belong to this
+ * advertiser.
+ * @opt_param string adId Select only event tags that belong to this ad.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string eventTagTypes Select only event tags with the specified
+ * event tag types. Event tag types can be used to specify whether to use a
+ * third-party pixel, a third-party JavaScript URL, or a third-party click-
+ * through URL for either impression or click tracking.
+ * @opt_param bool definitionsOnly Examine only the specified ad or campaign or
+ * advertiser's event tags for matching selector criteria. When set to false,
+ * the parent advertiser and parent campaign is examined as well. In addition,
+ * when set to false, the status field is examined as well along with the
+ * enabledByDefault field.
+ * @return Google_Service_Dfareporting_EventTagsListResponse
+ */
+ public function listEventTags($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_EventTagsListResponse");
+ }
+
+ /**
+ * Updates an existing event tag. This method supports patch semantics.
+ * (eventTags.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Event tag ID.
+ * @param Google_EventTag $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_EventTag
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_EventTag $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_EventTag");
+ }
+
+ /**
+ * Updates an existing event tag. (eventTags.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_EventTag $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_EventTag
+ */
+ public function update($profileId, Google_Service_Dfareporting_EventTag $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_EventTag");
+ }
+}
+
+/**
+ * The "files" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $files = $dfareportingService->files;
+ *
+ */
+class Google_Service_Dfareporting_Files_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a report file by its report ID and file ID. (files.get)
+ *
+ * @param string $reportId The ID of the report.
+ * @param string $fileId The ID of the report file.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_DfareportingFile
+ */
+ public function get($reportId, $fileId, $optParams = array())
+ {
+ $params = array('reportId' => $reportId, 'fileId' => $fileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile");
+ }
+
+ /**
+ * Lists files for a user profile. (files.listFiles)
+ *
+ * @param string $profileId The DFA profile ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
+ * @opt_param string scope The scope that defines which results are returned,
+ * default is 'MINE'.
+ * @return Google_Service_Dfareporting_FileList
+ */
+ public function listFiles($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_FileList");
+ }
+}
+
+/**
+ * The "floodlightActivities" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $floodlightActivities = $dfareportingService->floodlightActivities;
+ *
+ */
+class Google_Service_Dfareporting_FloodlightActivities_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing floodlight activity. (floodlightActivities.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Floodlight activity ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Generates a tag for a floodlight activity. (floodlightActivities.generatetag)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string floodlightActivityId Floodlight activity ID for which we
+ * want to generate a tag.
+ * @return Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse
+ */
+ public function generatetag($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('generatetag', array($params), "Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse");
+ }
+
+ /**
+ * Gets one floodlight activity by ID. (floodlightActivities.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Floodlight activity ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightActivity
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightActivity");
+ }
+
+ /**
+ * Inserts a new floodlight activity. (floodlightActivities.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_FloodlightActivity $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightActivity
+ */
+ public function insert($profileId, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_FloodlightActivity");
+ }
+
+ /**
+ * Retrieves a list of floodlight activities, possibly filtered.
+ * (floodlightActivities.listFloodlightActivities)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string floodlightActivityGroupIds Retrieve Floodlight activities
+ * with the specified Floodlight activity group IDs.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "floodlightactivity*2010" will return
+ * objects with names like "floodlightactivity June 2010", "floodlightactivity
+ * April 2010" or simply "floodlightactivity 2010". Most of the searches also
+ * add wildcards implicitly at the start and the end of the search string. For
+ * example, a search string of "floodlightactivity" will match objects with name
+ * "my floodlightactivity activity", "floodlightactivity 2010" or simply
+ * "floodlightactivity".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string floodlightConfigurationId Retrieve Floodlight activities
+ * for the specified Floodlight configuration ID. Must specify either ids,
+ * advertiserId, or floodlightConfigurationId for a non-empty result.
+ * @opt_param string ids Retrieve Floodlight activities with the specified IDs.
+ * Must specify either ids, advertiserId, or floodlightConfigurationId for a
+ * non-empty result.
+ * @opt_param string floodlightActivityGroupName Retrieve Floodlight activities
+ * with the specified Floodlight activity group name.
+ * @opt_param string advertiserId Retrieve Floodlight activities for the
+ * specified advertiser ID. Must specify either ids, advertiserId, or
+ * floodlightConfigurationId for a non-empty result.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string tagString Retrieve Floodlight activities with the specified
+ * tag string.
+ * @opt_param string floodlightActivityGroupTagString Retrieve Floodlight
+ * activities with the specified Floodlight activity group tag string.
+ * @opt_param string floodlightActivityGroupType Retrieve Floodlight activities
+ * with the specified Floodlight activity group type.
+ * @return Google_Service_Dfareporting_FloodlightActivitiesListResponse
+ */
+ public function listFloodlightActivities($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightActivitiesListResponse");
+ }
+
+ /**
+ * Updates an existing floodlight activity. This method supports patch
+ * semantics. (floodlightActivities.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Floodlight activity ID.
+ * @param Google_FloodlightActivity $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightActivity
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightActivity");
+ }
+
+ /**
+ * Updates an existing floodlight activity. (floodlightActivities.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_FloodlightActivity $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightActivity
+ */
+ public function update($profileId, Google_Service_Dfareporting_FloodlightActivity $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightActivity");
+ }
+}
+
+/**
+ * The "floodlightActivityGroups" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $floodlightActivityGroups = $dfareportingService->floodlightActivityGroups;
+ *
+ */
+class Google_Service_Dfareporting_FloodlightActivityGroups_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing floodlight activity group.
+ * (floodlightActivityGroups.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Floodlight activity Group ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one floodlight activity group by ID. (floodlightActivityGroups.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Floodlight activity Group ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightActivityGroup
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup");
+ }
+
+ /**
+ * Inserts a new floodlight activity group. (floodlightActivityGroups.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_FloodlightActivityGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightActivityGroup
+ */
+ public function insert($profileId, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup");
+ }
+
+ /**
+ * Retrieves a list of floodlight activity groups, possibly filtered.
+ * (floodlightActivityGroups.listFloodlightActivityGroups)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "floodlightactivitygroup*2010" will
+ * return objects with names like "floodlightactivitygroup June 2010",
+ * "floodlightactivitygroup April 2010" or simply "floodlightactivitygroup
+ * 2010". Most of the searches also add wildcards implicitly at the start and
+ * the end of the search string. For example, a search string of
+ * "floodlightactivitygroup" will match objects with name "my
+ * floodlightactivitygroup activity", "floodlightactivitygroup 2010" or simply
+ * "floodlightactivitygroup".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string floodlightConfigurationId Retrieve Floodlight activity
+ * groups with the specified Floodlight configuration ID. Must specify either
+ * ids, advertiserId, or floodlightConfigurationId for a non-empty result.
+ * @opt_param string ids Retrieve Floodlight activity groups with the specified
+ * IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for
+ * a non-empty result.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string advertiserId Retrieve Floodlight activity groups with the
+ * specified advertiser ID. Must specify either ids, advertiserId, or
+ * floodlightConfigurationId for a non-empty result.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string type Retrieve Floodlight activity groups with the specified
+ * Floodlight activity group type.
+ * @return Google_Service_Dfareporting_FloodlightActivityGroupsListResponse
+ */
+ public function listFloodlightActivityGroups($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightActivityGroupsListResponse");
+ }
+
+ /**
+ * Updates an existing floodlight activity group. This method supports patch
+ * semantics. (floodlightActivityGroups.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Floodlight activity Group ID.
+ * @param Google_FloodlightActivityGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightActivityGroup
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup");
+ }
+
+ /**
+ * Updates an existing floodlight activity group.
+ * (floodlightActivityGroups.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_FloodlightActivityGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightActivityGroup
+ */
+ public function update($profileId, Google_Service_Dfareporting_FloodlightActivityGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightActivityGroup");
+ }
+}
+
+/**
+ * The "floodlightConfigurations" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $floodlightConfigurations = $dfareportingService->floodlightConfigurations;
+ *
+ */
+class Google_Service_Dfareporting_FloodlightConfigurations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one floodlight configuration by ID. (floodlightConfigurations.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Floodlight configuration ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightConfiguration
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_FloodlightConfiguration");
+ }
+
+ /**
+ * Retrieves a list of floodlight configurations, possibly filtered.
+ * (floodlightConfigurations.listFloodlightConfigurations)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string ids Set of IDs of floodlight configurations to retrieve.
+ * Required field; otherwise an empty list will be returned.
+ * @return Google_Service_Dfareporting_FloodlightConfigurationsListResponse
+ */
+ public function listFloodlightConfigurations($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_FloodlightConfigurationsListResponse");
+ }
+
+ /**
+ * Updates an existing floodlight configuration. This method supports patch
+ * semantics. (floodlightConfigurations.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Floodlight configuration ID.
+ * @param Google_FloodlightConfiguration $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightConfiguration
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_FloodlightConfiguration $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_FloodlightConfiguration");
+ }
+
+ /**
+ * Updates an existing floodlight configuration.
+ * (floodlightConfigurations.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_FloodlightConfiguration $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_FloodlightConfiguration
+ */
+ public function update($profileId, Google_Service_Dfareporting_FloodlightConfiguration $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_FloodlightConfiguration");
+ }
+}
+
+/**
+ * The "landingPages" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $landingPages = $dfareportingService->landingPages;
+ *
+ */
+class Google_Service_Dfareporting_LandingPages_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing campaign landing page. (landingPages.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $campaignId Landing page campaign ID.
+ * @param string $id Landing page ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $campaignId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one campaign landing page by ID. (landingPages.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $campaignId Landing page campaign ID.
+ * @param string $id Landing page ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_LandingPage
+ */
+ public function get($profileId, $campaignId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_LandingPage");
+ }
+
+ /**
+ * Inserts a new landing page for this campaign. (landingPages.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $campaignId Landing page campaign ID.
+ * @param Google_LandingPage $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_LandingPage
+ */
+ public function insert($profileId, $campaignId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_LandingPage");
+ }
+
+ /**
+ * Retrieves the list of landing pages for this campaign.
+ * (landingPages.listLandingPages)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $campaignId Landing page campaign ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_LandingPagesListResponse
+ */
+ public function listLandingPages($profileId, $campaignId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'campaignId' => $campaignId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_LandingPagesListResponse");
+ }
+
+ /**
+ * Updates an existing campaign landing page. This method supports patch
+ * semantics. (landingPages.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $campaignId Landing page campaign ID.
+ * @param string $id Landing page ID.
+ * @param Google_LandingPage $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_LandingPage
+ */
+ public function patch($profileId, $campaignId, $id, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_LandingPage");
+ }
+
+ /**
+ * Updates an existing campaign landing page. (landingPages.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $campaignId Landing page campaign ID.
+ * @param Google_LandingPage $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_LandingPage
+ */
+ public function update($profileId, $campaignId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'campaignId' => $campaignId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_LandingPage");
+ }
+}
+
+/**
+ * The "metros" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $metros = $dfareportingService->metros;
+ *
+ */
+class Google_Service_Dfareporting_Metros_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of metros. (metros.listMetros)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_MetrosListResponse
+ */
+ public function listMetros($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_MetrosListResponse");
+ }
+}
+
+/**
+ * The "mobileCarriers" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $mobileCarriers = $dfareportingService->mobileCarriers;
+ *
+ */
+class Google_Service_Dfareporting_MobileCarriers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of mobile carriers. (mobileCarriers.listMobileCarriers)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_MobileCarriersListResponse
+ */
+ public function listMobileCarriers($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_MobileCarriersListResponse");
+ }
+}
+
+/**
+ * The "operatingSystemVersions" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $operatingSystemVersions = $dfareportingService->operatingSystemVersions;
+ *
+ */
+class Google_Service_Dfareporting_OperatingSystemVersions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of operating system versions.
+ * (operatingSystemVersions.listOperatingSystemVersions)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_OperatingSystemVersionsListResponse
+ */
+ public function listOperatingSystemVersions($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_OperatingSystemVersionsListResponse");
+ }
+}
+
+/**
+ * The "operatingSystems" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $operatingSystems = $dfareportingService->operatingSystems;
+ *
+ */
+class Google_Service_Dfareporting_OperatingSystems_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of operating systems.
+ * (operatingSystems.listOperatingSystems)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_OperatingSystemsListResponse
+ */
+ public function listOperatingSystems($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_OperatingSystemsListResponse");
+ }
+}
+
+/**
+ * The "placementGroups" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $placementGroups = $dfareportingService->placementGroups;
+ *
+ */
+class Google_Service_Dfareporting_PlacementGroups_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one placement group by ID. (placementGroups.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Placement group ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlacementGroup
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_PlacementGroup");
+ }
+
+ /**
+ * Inserts a new placement group. (placementGroups.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_PlacementGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlacementGroup
+ */
+ public function insert($profileId, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_PlacementGroup");
+ }
+
+ /**
+ * Retrieves a list of placement groups, possibly filtered.
+ * (placementGroups.listPlacementGroups)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string placementStrategyIds Select only placement groups that are
+ * associated with these placement strategies.
+ * @opt_param bool archived Select only archived placements. Don't set this
+ * field to select both archived and non-archived placements.
+ * @opt_param string searchString Allows searching for placement groups by name
+ * or ID. Wildcards (*) are allowed. For example, "placement*2010" will return
+ * placement groups with names like "placement group June 2010", "placement
+ * group May 2010" or simply "placements 2010". Most of the searches also add
+ * wildcards implicitly at the start and the end of the search string. For
+ * example, a search string of "placementgroup" will match placement groups with
+ * name "my placementgroup", "placementgroup 2010" or simply "placementgroup".
+ * @opt_param string contentCategoryIds Select only placement groups that are
+ * associated with these content categories.
+ * @opt_param string directorySiteIds Select only placement groups that are
+ * associated with these directory sites.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string advertiserIds Select only placement groups that belong to
+ * these advertisers.
+ * @opt_param string ids Select only placement groups with these IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string placementGroupType Select only placement groups belonging
+ * with this group type. A package is a simple group of placements that acts as
+ * a single pricing point for a group of tags. A roadblock is a group of
+ * placements that not only acts as a single pricing point but also assumes that
+ * all the tags in it will be served at the same time. A roadblock requires one
+ * of its assigned placements to be marked as primary for reporting.
+ * @opt_param string pricingTypes Select only placement groups with these
+ * pricing types.
+ * @opt_param string siteIds Select only placement groups that are associated
+ * with these sites.
+ * @opt_param string campaignIds Select only placement groups that belong to
+ * these campaigns.
+ * @return Google_Service_Dfareporting_PlacementGroupsListResponse
+ */
+ public function listPlacementGroups($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementGroupsListResponse");
+ }
+
+ /**
+ * Updates an existing placement group. This method supports patch semantics.
+ * (placementGroups.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Placement group ID.
+ * @param Google_PlacementGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlacementGroup
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_PlacementGroup");
+ }
+
+ /**
+ * Updates an existing placement group. (placementGroups.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_PlacementGroup $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlacementGroup
+ */
+ public function update($profileId, Google_Service_Dfareporting_PlacementGroup $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_PlacementGroup");
+ }
+}
+
+/**
+ * The "placementStrategies" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $placementStrategies = $dfareportingService->placementStrategies;
+ *
+ */
+class Google_Service_Dfareporting_PlacementStrategies_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing placement strategy. (placementStrategies.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Placement strategy ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one placement strategy by ID. (placementStrategies.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Placement strategy ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlacementStrategy
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_PlacementStrategy");
+ }
+
+ /**
+ * Inserts a new placement strategy. (placementStrategies.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_PlacementStrategy $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlacementStrategy
+ */
+ public function insert($profileId, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_PlacementStrategy");
+ }
+
+ /**
+ * Retrieves a list of placement strategies, possibly filtered.
+ * (placementStrategies.listPlacementStrategies)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "placementstrategy*2010" will return
+ * objects with names like "placementstrategy June 2010", "placementstrategy
+ * April 2010" or simply "placementstrategy 2010". Most of the searches also add
+ * wildcards implicitly at the start and the end of the search string. For
+ * example, a search string of "placementstrategy" will match objects with name
+ * "my placementstrategy", "placementstrategy 2010" or simply
+ * "placementstrategy".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Set of IDs of specified placement strategies to
+ * retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @return Google_Service_Dfareporting_PlacementStrategiesListResponse
+ */
+ public function listPlacementStrategies($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementStrategiesListResponse");
+ }
+
+ /**
+ * Updates an existing placement strategy. This method supports patch semantics.
+ * (placementStrategies.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Placement strategy ID.
+ * @param Google_PlacementStrategy $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlacementStrategy
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_PlacementStrategy");
+ }
+
+ /**
+ * Updates an existing placement strategy. (placementStrategies.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_PlacementStrategy $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlacementStrategy
+ */
+ public function update($profileId, Google_Service_Dfareporting_PlacementStrategy $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_PlacementStrategy");
+ }
+}
+
+/**
+ * The "placements" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $placements = $dfareportingService->placements;
+ *
+ */
+class Google_Service_Dfareporting_Placements_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Generates tags for a placement. (placements.generatetags)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string tagFormats Tag formats to generate for these placements.
+ * @opt_param string placementIds Generate tags for these placements.
+ * @opt_param string campaignId Generate placements belonging to this campaign.
+ * This is a required field.
+ * @return Google_Service_Dfareporting_PlacementsGenerateTagsResponse
+ */
+ public function generatetags($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('generatetags', array($params), "Google_Service_Dfareporting_PlacementsGenerateTagsResponse");
+ }
+
+ /**
+ * Gets one placement by ID. (placements.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Placement ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Placement
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Placement");
+ }
+
+ /**
+ * Inserts a new placement. (placements.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Placement $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Placement
+ */
+ public function insert($profileId, Google_Service_Dfareporting_Placement $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Placement");
+ }
+
+ /**
+ * Retrieves a list of placements, possibly filtered.
+ * (placements.listPlacements)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string placementStrategyIds Select only placements that are
+ * associated with these placement strategies.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param bool archived Select only archived placements. Don't set this
+ * field to select both archived and non-archived placements.
+ * @opt_param string searchString Allows searching for placements by name or ID.
+ * Wildcards (*) are allowed. For example, "placement*2010" will return
+ * placements with names like "placement June 2010", "placement May 2010" or
+ * simply "placements 2010". Most of the searches also add wildcards implicitly
+ * at the start and the end of the search string. For example, a search string
+ * of "placement" will match placements with name "my placement", "placement
+ * 2010" or simply "placement".
+ * @opt_param string contentCategoryIds Select only placements that are
+ * associated with these content categories.
+ * @opt_param string directorySiteIds Select only placements that are associated
+ * with these directory sites.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string advertiserIds Select only placements that belong to these
+ * advertisers.
+ * @opt_param string paymentSource Select only placements with this payment
+ * source.
+ * @opt_param string ids Select only placements with these IDs.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string sizeIds Select only placements that are associated with
+ * these sizes.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string compatibilities Select only placements that are associated
+ * with these compatibilities. WEB and WEB_INTERSTITIAL refer to rendering
+ * either on desktop or on mobile devices for regular or interstitial ads
+ * respectively. APP and APP_INTERSTITIAL are for rendering in mobile
+ * apps.IN_STREAM_VIDEO refers to rendering in in-stream video ads developed
+ * with the VAST standard.
+ * @opt_param string groupIds Select only placements that belong to these
+ * placement groups.
+ * @opt_param string pricingTypes Select only placements with these pricing
+ * types.
+ * @opt_param string siteIds Select only placements that are associated with
+ * these sites.
+ * @opt_param string campaignIds Select only placements that belong to these
+ * campaigns.
+ * @return Google_Service_Dfareporting_PlacementsListResponse
+ */
+ public function listPlacements($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_PlacementsListResponse");
+ }
+
+ /**
+ * Updates an existing placement. This method supports patch semantics.
+ * (placements.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Placement ID.
+ * @param Google_Placement $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Placement
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_Placement $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Placement");
+ }
+
+ /**
+ * Updates an existing placement. (placements.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Placement $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Placement
+ */
+ public function update($profileId, Google_Service_Dfareporting_Placement $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Placement");
+ }
+}
+
+/**
+ * The "platformTypes" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $platformTypes = $dfareportingService->platformTypes;
+ *
+ */
+class Google_Service_Dfareporting_PlatformTypes_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of platform types. (platformTypes.listPlatformTypes)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PlatformTypesListResponse
+ */
+ public function listPlatformTypes($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_PlatformTypesListResponse");
+ }
+}
+
+/**
+ * The "postalCodes" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $postalCodes = $dfareportingService->postalCodes;
+ *
+ */
+class Google_Service_Dfareporting_PostalCodes_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of postal codes. (postalCodes.listPostalCodes)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_PostalCodesListResponse
+ */
+ public function listPostalCodes($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_PostalCodesListResponse");
+ }
+}
+
+/**
+ * The "regions" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $regions = $dfareportingService->regions;
+ *
+ */
+class Google_Service_Dfareporting_Regions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of regions. (regions.listRegions)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_RegionsListResponse
+ */
+ public function listRegions($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_RegionsListResponse");
+ }
+}
+
+/**
+ * The "reports" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $reports = $dfareportingService->reports;
+ *
+ */
+class Google_Service_Dfareporting_Reports_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a report by its ID. (reports.delete)
+ *
+ * @param string $profileId The DFA user profile ID.
+ * @param string $reportId The ID of the report.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $reportId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'reportId' => $reportId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Retrieves a report by its ID. (reports.get)
+ *
+ * @param string $profileId The DFA user profile ID.
+ * @param string $reportId The ID of the report.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Report
+ */
+ public function get($profileId, $reportId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'reportId' => $reportId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Report");
+ }
+
+ /**
+ * Creates a report. (reports.insert)
+ *
+ * @param string $profileId The DFA user profile ID.
+ * @param Google_Report $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Report
+ */
+ public function insert($profileId, Google_Service_Dfareporting_Report $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Report");
+ }
+
+ /**
+ * Retrieves list of reports. (reports.listReports)
+ *
+ * @param string $profileId The DFA user profile ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
+ * @opt_param string scope The scope that defines which results are returned,
+ * default is 'MINE'.
+ * @return Google_Service_Dfareporting_ReportList
+ */
+ public function listReports($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_ReportList");
+ }
+
+ /**
+ * Updates a report. This method supports patch semantics. (reports.patch)
+ *
+ * @param string $profileId The DFA user profile ID.
+ * @param string $reportId The ID of the report.
+ * @param Google_Report $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Report
+ */
+ public function patch($profileId, $reportId, Google_Service_Dfareporting_Report $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Report");
+ }
+
+ /**
+ * Runs a report. (reports.run)
+ *
+ * @param string $profileId The DFA profile ID.
+ * @param string $reportId The ID of the report.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool synchronous If set and true, tries to run the report
+ * synchronously.
+ * @return Google_Service_Dfareporting_DfareportingFile
+ */
+ public function run($profileId, $reportId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'reportId' => $reportId);
+ $params = array_merge($params, $optParams);
+ return $this->call('run', array($params), "Google_Service_Dfareporting_DfareportingFile");
+ }
+
+ /**
+ * Updates a report. (reports.update)
+ *
+ * @param string $profileId The DFA user profile ID.
+ * @param string $reportId The ID of the report.
+ * @param Google_Report $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Report
+ */
+ public function update($profileId, $reportId, Google_Service_Dfareporting_Report $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Report");
+ }
+}
+
+/**
+ * The "compatibleFields" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $compatibleFields = $dfareportingService->compatibleFields;
+ *
+ */
+class Google_Service_Dfareporting_ReportsCompatibleFields_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Returns the fields that are compatible to be selected in the respective
+ * sections of a report criteria, given the fields already selected in the input
+ * report and user permissions. (compatibleFields.query)
+ *
+ * @param string $profileId The DFA user profile ID.
+ * @param Google_Report $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_CompatibleFields
+ */
+ public function query($profileId, Google_Service_Dfareporting_Report $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('query', array($params), "Google_Service_Dfareporting_CompatibleFields");
+ }
+}
+/**
+ * The "files" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $files = $dfareportingService->files;
+ *
+ */
+class Google_Service_Dfareporting_ReportsFiles_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a report file. (files.get)
+ *
+ * @param string $profileId The DFA profile ID.
+ * @param string $reportId The ID of the report.
+ * @param string $fileId The ID of the report file.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_DfareportingFile
+ */
+ public function get($profileId, $reportId, $fileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile");
+ }
+
+ /**
+ * Lists files for a report. (files.listReportsFiles)
+ *
+ * @param string $profileId The DFA profile ID.
+ * @param string $reportId The ID of the parent report.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
+ * @return Google_Service_Dfareporting_FileList
+ */
+ public function listReportsFiles($profileId, $reportId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'reportId' => $reportId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_FileList");
+ }
+}
+
+/**
+ * The "sites" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $sites = $dfareportingService->sites;
+ *
+ */
+class Google_Service_Dfareporting_Sites_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one site by ID. (sites.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Site ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Site
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Site");
+ }
+
+ /**
+ * Inserts a new site. (sites.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Site $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Site
+ */
+ public function insert($profileId, Google_Service_Dfareporting_Site $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Site");
+ }
+
+ /**
+ * Retrieves a list of sites, possibly filtered. (sites.listSites)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool acceptsInterstitialPlacements Select only sites that accept
+ * interstitial placements.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param string searchString Allows searching for objects by name, ID or
+ * keyName. Wildcards (*) are allowed. For example, "site*2010" will return
+ * objects with names like "site June 2010", "site April 2010" or simply "site
+ * 2010". Most of the searches also add wildcards implicitly at the start and
+ * the end of the search string. For example, a search string of "site" will
+ * match objects with name "my site", "site 2010" or simply "site".
+ * @opt_param string subaccountId Subaccount ID of sites to retrieve.
+ * @opt_param string directorySiteIds Directory site IDs of sites to retrieve.
+ * @opt_param bool acceptsInStreamVideoPlacements Select only sites that accept
+ * in-stream video placements.
+ * @opt_param string ids Set of IDs of specified sites to retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param bool acceptsPublisherPaidPlacements Select only sites that accept
+ * publisher paid placements.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param bool adWordsSite Select only AdWords sites.
+ * @opt_param bool unmappedSite Select only sites that have not been mapped to a
+ * directory site.
+ * @opt_param bool approved Select only approved sites.
+ * @opt_param string campaignIds Campaign IDs of sites to retrieve.
+ * @return Google_Service_Dfareporting_SitesListResponse
+ */
+ public function listSites($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_SitesListResponse");
+ }
+
+ /**
+ * Updates an existing site. This method supports patch semantics. (sites.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Site ID.
+ * @param Google_Site $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Site
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_Site $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Site");
+ }
+
+ /**
+ * Updates an existing site. (sites.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Site $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Site
+ */
+ public function update($profileId, Google_Service_Dfareporting_Site $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Site");
+ }
+}
+
+/**
+ * The "sizes" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $sizes = $dfareportingService->sizes;
+ *
+ */
+class Google_Service_Dfareporting_Sizes_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one size by ID. (sizes.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Size ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Size
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Size");
+ }
+
+ /**
+ * Inserts a new size. (sizes.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Size $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Size
+ */
+ public function insert($profileId, Google_Service_Dfareporting_Size $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Size");
+ }
+
+ /**
+ * Retrieves a list of sizes, possibly filtered. (sizes.listSizes)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool iabStandard Whether only IAB standard sizes should be
+ * retrieved.
+ * @opt_param int width Width of sizes to retrieve.
+ * @opt_param string ids Set of IDs of specified sizes to retrieve.
+ * @opt_param int height Height of sizes to retrieve.
+ * @return Google_Service_Dfareporting_SizesListResponse
+ */
+ public function listSizes($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_SizesListResponse");
+ }
+}
+
+/**
+ * The "subaccounts" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $subaccounts = $dfareportingService->subaccounts;
+ *
+ */
+class Google_Service_Dfareporting_Subaccounts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one subaccount by ID. (subaccounts.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Subaccount ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Subaccount
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_Subaccount");
+ }
+
+ /**
+ * Inserts a new subaccount. (subaccounts.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Subaccount $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Subaccount
+ */
+ public function insert($profileId, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_Subaccount");
+ }
+
+ /**
+ * Gets a list of subaccounts, possibly filtered. (subaccounts.listSubaccounts)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "subaccount*2010" will return objects
+ * with names like "subaccount June 2010", "subaccount April 2010" or simply
+ * "subaccount 2010". Most of the searches also add wildcards implicitly at the
+ * start and the end of the search string. For example, a search string of
+ * "subaccount" will match objects with name "my subaccount", "subaccount 2010"
+ * or simply "subaccount".
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids The set of IDs of the subaccounts to retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @return Google_Service_Dfareporting_SubaccountsListResponse
+ */
+ public function listSubaccounts($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_SubaccountsListResponse");
+ }
+
+ /**
+ * Updates an existing subaccount. This method supports patch semantics.
+ * (subaccounts.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id Subaccount ID.
+ * @param Google_Subaccount $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Subaccount
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_Subaccount");
+ }
+
+ /**
+ * Updates an existing subaccount. (subaccounts.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_Subaccount $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_Subaccount
+ */
+ public function update($profileId, Google_Service_Dfareporting_Subaccount $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_Subaccount");
+ }
+}
+
+/**
+ * The "userProfiles" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $userProfiles = $dfareportingService->userProfiles;
+ *
+ */
+class Google_Service_Dfareporting_UserProfiles_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one user profile by ID. (userProfiles.get)
+ *
+ * @param string $profileId The user profile ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserProfile
+ */
+ public function get($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_UserProfile");
+ }
+
+ /**
+ * Retrieves list of user profiles for a user. (userProfiles.listUserProfiles)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserProfileList
+ */
+ public function listUserProfiles($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_UserProfileList");
+ }
+}
+
+/**
+ * The "userRolePermissionGroups" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $userRolePermissionGroups = $dfareportingService->userRolePermissionGroups;
+ *
+ */
+class Google_Service_Dfareporting_UserRolePermissionGroups_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one user role permission group by ID. (userRolePermissionGroups.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id User role permission group ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserRolePermissionGroup
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_UserRolePermissionGroup");
+ }
+
+ /**
+ * Gets a list of all supported user role permission groups.
+ * (userRolePermissionGroups.listUserRolePermissionGroups)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserRolePermissionGroupsListResponse
+ */
+ public function listUserRolePermissionGroups($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolePermissionGroupsListResponse");
+ }
+}
+
+/**
+ * The "userRolePermissions" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $userRolePermissions = $dfareportingService->userRolePermissions;
+ *
+ */
+class Google_Service_Dfareporting_UserRolePermissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets one user role permission by ID. (userRolePermissions.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id User role permission ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserRolePermission
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_UserRolePermission");
+ }
+
+ /**
+ * Gets a list of user role permissions, possibly filtered.
+ * (userRolePermissions.listUserRolePermissions)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string ids Set of IDs of specified user role permissions to
+ * retrieve.
+ * @return Google_Service_Dfareporting_UserRolePermissionsListResponse
+ */
+ public function listUserRolePermissions($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolePermissionsListResponse");
+ }
+}
+
+/**
+ * The "userRoles" collection of methods.
+ * Typical usage is:
+ *
+ * $dfareportingService = new Google_Service_Dfareporting(...);
+ * $userRoles = $dfareportingService->userRoles;
+ *
+ */
+class Google_Service_Dfareporting_UserRoles_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes an existing user role. (userRoles.delete)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id User role ID.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets one user role by ID. (userRoles.get)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id User role ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserRole
+ */
+ public function get($profileId, $id, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Dfareporting_UserRole");
+ }
+
+ /**
+ * Inserts a new user role. (userRoles.insert)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_UserRole $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserRole
+ */
+ public function insert($profileId, Google_Service_Dfareporting_UserRole $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Dfareporting_UserRole");
+ }
+
+ /**
+ * Retrieves a list of user roles, possibly filtered. (userRoles.listUserRoles)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string searchString Allows searching for objects by name or ID.
+ * Wildcards (*) are allowed. For example, "userrole*2010" will return objects
+ * with names like "userrole June 2010", "userrole April 2010" or simply
+ * "userrole 2010". Most of the searches also add wildcards implicitly at the
+ * start and the end of the search string. For example, a search string of
+ * "userrole" will match objects with name "my userrole", "userrole 2010" or
+ * simply "userrole".
+ * @opt_param string subaccountId Select only user roles that belong to this
+ * subaccount.
+ * @opt_param string sortField The field by which to sort the list.
+ * @opt_param string ids Set of IDs of specified user roles to retrieve.
+ * @opt_param int maxResults Maximum number of results to return.
+ * @opt_param string pageToken The value of the nextPageToken from the previous
+ * result page.
+ * @opt_param string sortOrder Order of sorted results, default is ASCENDING.
+ * @opt_param bool accountUserRoleOnly If true, select only account level user
+ * roles not associated with any specific subaccount.
+ * @return Google_Service_Dfareporting_UserRolesListResponse
+ */
+ public function listUserRoles($profileId, $optParams = array())
+ {
+ $params = array('profileId' => $profileId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Dfareporting_UserRolesListResponse");
+ }
+
+ /**
+ * Updates an existing user role. This method supports patch semantics.
+ * (userRoles.patch)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param string $id User role ID.
+ * @param Google_UserRole $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserRole
+ */
+ public function patch($profileId, $id, Google_Service_Dfareporting_UserRole $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Dfareporting_UserRole");
+ }
+
+ /**
+ * Updates an existing user role. (userRoles.update)
+ *
+ * @param string $profileId User profile ID associated with this request.
+ * @param Google_UserRole $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dfareporting_UserRole
+ */
+ public function update($profileId, Google_Service_Dfareporting_UserRole $postBody, $optParams = array())
+ {
+ $params = array('profileId' => $profileId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Dfareporting_UserRole");
+ }
+}
+
+
+
+
+class Google_Service_Dfareporting_Account extends Google_Collection
+{
+ protected $collection_key = 'availablePermissionIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountPermissionIds;
+ public $accountProfile;
+ public $active;
+ public $activeAdsLimitTier;
+ public $activeViewOptOut;
+ public $availablePermissionIds;
+ public $comscoreVceEnabled;
+ public $countryId;
+ public $currencyId;
+ public $defaultCreativeSizeId;
+ public $description;
+ public $id;
+ public $kind;
+ public $locale;
+ public $maximumImageSize;
+ public $name;
+ public $nielsenOcrEnabled;
+ protected $reportsConfigurationType = 'Google_Service_Dfareporting_ReportsConfiguration';
+ protected $reportsConfigurationDataType = '';
+ public $teaserSizeLimit;
+
+
+ public function setAccountPermissionIds($accountPermissionIds)
+ {
+ $this->accountPermissionIds = $accountPermissionIds;
+ }
+ public function getAccountPermissionIds()
+ {
+ return $this->accountPermissionIds;
+ }
+ public function setAccountProfile($accountProfile)
+ {
+ $this->accountProfile = $accountProfile;
+ }
+ public function getAccountProfile()
+ {
+ return $this->accountProfile;
+ }
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setActiveAdsLimitTier($activeAdsLimitTier)
+ {
+ $this->activeAdsLimitTier = $activeAdsLimitTier;
+ }
+ public function getActiveAdsLimitTier()
+ {
+ return $this->activeAdsLimitTier;
+ }
+ public function setActiveViewOptOut($activeViewOptOut)
+ {
+ $this->activeViewOptOut = $activeViewOptOut;
+ }
+ public function getActiveViewOptOut()
+ {
+ return $this->activeViewOptOut;
+ }
+ public function setAvailablePermissionIds($availablePermissionIds)
+ {
+ $this->availablePermissionIds = $availablePermissionIds;
+ }
+ public function getAvailablePermissionIds()
+ {
+ return $this->availablePermissionIds;
+ }
+ public function setComscoreVceEnabled($comscoreVceEnabled)
+ {
+ $this->comscoreVceEnabled = $comscoreVceEnabled;
+ }
+ public function getComscoreVceEnabled()
+ {
+ return $this->comscoreVceEnabled;
+ }
+ public function setCountryId($countryId)
+ {
+ $this->countryId = $countryId;
+ }
+ public function getCountryId()
+ {
+ return $this->countryId;
+ }
+ public function setCurrencyId($currencyId)
+ {
+ $this->currencyId = $currencyId;
+ }
+ public function getCurrencyId()
+ {
+ return $this->currencyId;
+ }
+ public function setDefaultCreativeSizeId($defaultCreativeSizeId)
+ {
+ $this->defaultCreativeSizeId = $defaultCreativeSizeId;
+ }
+ public function getDefaultCreativeSizeId()
+ {
+ return $this->defaultCreativeSizeId;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLocale($locale)
+ {
+ $this->locale = $locale;
+ }
+ public function getLocale()
+ {
+ return $this->locale;
+ }
+ public function setMaximumImageSize($maximumImageSize)
+ {
+ $this->maximumImageSize = $maximumImageSize;
+ }
+ public function getMaximumImageSize()
+ {
+ return $this->maximumImageSize;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNielsenOcrEnabled($nielsenOcrEnabled)
+ {
+ $this->nielsenOcrEnabled = $nielsenOcrEnabled;
+ }
+ public function getNielsenOcrEnabled()
+ {
+ return $this->nielsenOcrEnabled;
+ }
+ public function setReportsConfiguration(Google_Service_Dfareporting_ReportsConfiguration $reportsConfiguration)
+ {
+ $this->reportsConfiguration = $reportsConfiguration;
+ }
+ public function getReportsConfiguration()
+ {
+ return $this->reportsConfiguration;
+ }
+ public function setTeaserSizeLimit($teaserSizeLimit)
+ {
+ $this->teaserSizeLimit = $teaserSizeLimit;
+ }
+ public function getTeaserSizeLimit()
+ {
+ return $this->teaserSizeLimit;
+ }
+}
+
+class Google_Service_Dfareporting_AccountActiveAdSummary extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $activeAds;
+ public $activeAdsLimitTier;
+ public $availableAds;
+ public $kind;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setActiveAds($activeAds)
+ {
+ $this->activeAds = $activeAds;
+ }
+ public function getActiveAds()
+ {
+ return $this->activeAds;
+ }
+ public function setActiveAdsLimitTier($activeAdsLimitTier)
+ {
+ $this->activeAdsLimitTier = $activeAdsLimitTier;
+ }
+ public function getActiveAdsLimitTier()
+ {
+ return $this->activeAdsLimitTier;
+ }
+ public function setAvailableAds($availableAds)
+ {
+ $this->availableAds = $availableAds;
+ }
+ public function getAvailableAds()
+ {
+ return $this->availableAds;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_AccountPermission extends Google_Collection
+{
+ protected $collection_key = 'accountProfiles';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountProfiles;
+ public $id;
+ public $kind;
+ public $level;
+ public $name;
+ public $permissionGroupId;
+
+
+ public function setAccountProfiles($accountProfiles)
+ {
+ $this->accountProfiles = $accountProfiles;
+ }
+ public function getAccountProfiles()
+ {
+ return $this->accountProfiles;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLevel($level)
+ {
+ $this->level = $level;
+ }
+ public function getLevel()
+ {
+ return $this->level;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPermissionGroupId($permissionGroupId)
+ {
+ $this->permissionGroupId = $permissionGroupId;
+ }
+ public function getPermissionGroupId()
+ {
+ return $this->permissionGroupId;
+ }
+}
+
+class Google_Service_Dfareporting_AccountPermissionGroup extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_AccountPermissionGroupsListResponse extends Google_Collection
+{
+ protected $collection_key = 'accountPermissionGroups';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountPermissionGroupsType = 'Google_Service_Dfareporting_AccountPermissionGroup';
+ protected $accountPermissionGroupsDataType = 'array';
+ public $kind;
+
+
+ public function setAccountPermissionGroups($accountPermissionGroups)
+ {
+ $this->accountPermissionGroups = $accountPermissionGroups;
+ }
+ public function getAccountPermissionGroups()
+ {
+ return $this->accountPermissionGroups;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_AccountPermissionsListResponse extends Google_Collection
+{
+ protected $collection_key = 'accountPermissions';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountPermissionsType = 'Google_Service_Dfareporting_AccountPermission';
+ protected $accountPermissionsDataType = 'array';
+ public $kind;
+
+
+ public function setAccountPermissions($accountPermissions)
+ {
+ $this->accountPermissions = $accountPermissions;
+ }
+ public function getAccountPermissions()
+ {
+ return $this->accountPermissions;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_AccountUserProfile extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $active;
+ protected $advertiserFilterType = 'Google_Service_Dfareporting_ObjectFilter';
+ protected $advertiserFilterDataType = '';
+ protected $campaignFilterType = 'Google_Service_Dfareporting_ObjectFilter';
+ protected $campaignFilterDataType = '';
+ public $comments;
+ public $email;
+ public $id;
+ public $kind;
+ public $locale;
+ public $name;
+ protected $siteFilterType = 'Google_Service_Dfareporting_ObjectFilter';
+ protected $siteFilterDataType = '';
+ public $subaccountId;
+ public $traffickerType;
+ public $userAccessType;
+ protected $userRoleFilterType = 'Google_Service_Dfareporting_ObjectFilter';
+ protected $userRoleFilterDataType = '';
+ public $userRoleId;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setAdvertiserFilter(Google_Service_Dfareporting_ObjectFilter $advertiserFilter)
+ {
+ $this->advertiserFilter = $advertiserFilter;
+ }
+ public function getAdvertiserFilter()
+ {
+ return $this->advertiserFilter;
+ }
+ public function setCampaignFilter(Google_Service_Dfareporting_ObjectFilter $campaignFilter)
+ {
+ $this->campaignFilter = $campaignFilter;
+ }
+ public function getCampaignFilter()
+ {
+ return $this->campaignFilter;
+ }
+ public function setComments($comments)
+ {
+ $this->comments = $comments;
+ }
+ public function getComments()
+ {
+ return $this->comments;
+ }
+ public function setEmail($email)
+ {
+ $this->email = $email;
+ }
+ public function getEmail()
+ {
+ return $this->email;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLocale($locale)
+ {
+ $this->locale = $locale;
+ }
+ public function getLocale()
+ {
+ return $this->locale;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSiteFilter(Google_Service_Dfareporting_ObjectFilter $siteFilter)
+ {
+ $this->siteFilter = $siteFilter;
+ }
+ public function getSiteFilter()
+ {
+ return $this->siteFilter;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setTraffickerType($traffickerType)
+ {
+ $this->traffickerType = $traffickerType;
+ }
+ public function getTraffickerType()
+ {
+ return $this->traffickerType;
+ }
+ public function setUserAccessType($userAccessType)
+ {
+ $this->userAccessType = $userAccessType;
+ }
+ public function getUserAccessType()
+ {
+ return $this->userAccessType;
+ }
+ public function setUserRoleFilter(Google_Service_Dfareporting_ObjectFilter $userRoleFilter)
+ {
+ $this->userRoleFilter = $userRoleFilter;
+ }
+ public function getUserRoleFilter()
+ {
+ return $this->userRoleFilter;
+ }
+ public function setUserRoleId($userRoleId)
+ {
+ $this->userRoleId = $userRoleId;
+ }
+ public function getUserRoleId()
+ {
+ return $this->userRoleId;
+ }
+}
+
+class Google_Service_Dfareporting_AccountUserProfilesListResponse extends Google_Collection
+{
+ protected $collection_key = 'accountUserProfiles';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountUserProfilesType = 'Google_Service_Dfareporting_AccountUserProfile';
+ protected $accountUserProfilesDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setAccountUserProfiles($accountUserProfiles)
+ {
+ $this->accountUserProfiles = $accountUserProfiles;
+ }
+ public function getAccountUserProfiles()
+ {
+ return $this->accountUserProfiles;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_AccountsListResponse extends Google_Collection
+{
+ protected $collection_key = 'accounts';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountsType = 'Google_Service_Dfareporting_Account';
+ protected $accountsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setAccounts($accounts)
+ {
+ $this->accounts = $accounts;
+ }
+ public function getAccounts()
+ {
+ return $this->accounts;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_Activities extends Google_Collection
+{
+ protected $collection_key = 'metricNames';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $filtersType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $filtersDataType = 'array';
+ public $kind;
+ public $metricNames;
+
+
+ public function setFilters($filters)
+ {
+ $this->filters = $filters;
+ }
+ public function getFilters()
+ {
+ return $this->filters;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMetricNames($metricNames)
+ {
+ $this->metricNames = $metricNames;
+ }
+ public function getMetricNames()
+ {
+ return $this->metricNames;
+ }
+}
+
+class Google_Service_Dfareporting_Ad extends Google_Collection
+{
+ protected $collection_key = 'placementAssignments';
+ protected $internal_gapi_mappings = array(
+ "remarketingListExpression" => "remarketing_list_expression",
+ );
+ public $accountId;
+ public $active;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $archived;
+ public $audienceSegmentId;
+ public $campaignId;
+ protected $campaignIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $campaignIdDimensionValueDataType = '';
+ protected $clickThroughUrlType = 'Google_Service_Dfareporting_ClickThroughUrl';
+ protected $clickThroughUrlDataType = '';
+ protected $clickThroughUrlSuffixPropertiesType = 'Google_Service_Dfareporting_ClickThroughUrlSuffixProperties';
+ protected $clickThroughUrlSuffixPropertiesDataType = '';
+ public $comments;
+ public $compatibility;
+ protected $createInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $createInfoDataType = '';
+ protected $creativeGroupAssignmentsType = 'Google_Service_Dfareporting_CreativeGroupAssignment';
+ protected $creativeGroupAssignmentsDataType = 'array';
+ protected $creativeRotationType = 'Google_Service_Dfareporting_CreativeRotation';
+ protected $creativeRotationDataType = '';
+ protected $dayPartTargetingType = 'Google_Service_Dfareporting_DayPartTargeting';
+ protected $dayPartTargetingDataType = '';
+ protected $defaultClickThroughEventTagPropertiesType = 'Google_Service_Dfareporting_DefaultClickThroughEventTagProperties';
+ protected $defaultClickThroughEventTagPropertiesDataType = '';
+ protected $deliveryScheduleType = 'Google_Service_Dfareporting_DeliverySchedule';
+ protected $deliveryScheduleDataType = '';
+ public $dynamicClickTracker;
+ public $endTime;
+ protected $eventTagOverridesType = 'Google_Service_Dfareporting_EventTagOverride';
+ protected $eventTagOverridesDataType = 'array';
+ protected $geoTargetingType = 'Google_Service_Dfareporting_GeoTargeting';
+ protected $geoTargetingDataType = '';
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ protected $keyValueTargetingExpressionType = 'Google_Service_Dfareporting_KeyValueTargetingExpression';
+ protected $keyValueTargetingExpressionDataType = '';
+ public $kind;
+ protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $lastModifiedInfoDataType = '';
+ public $name;
+ protected $placementAssignmentsType = 'Google_Service_Dfareporting_PlacementAssignment';
+ protected $placementAssignmentsDataType = 'array';
+ protected $remarketingListExpressionType = 'Google_Service_Dfareporting_ListTargetingExpression';
+ protected $remarketingListExpressionDataType = '';
+ protected $sizeType = 'Google_Service_Dfareporting_Size';
+ protected $sizeDataType = '';
+ public $sslCompliant;
+ public $sslRequired;
+ public $startTime;
+ public $subaccountId;
+ protected $technologyTargetingType = 'Google_Service_Dfareporting_TechnologyTargeting';
+ protected $technologyTargetingDataType = '';
+ public $type;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setArchived($archived)
+ {
+ $this->archived = $archived;
+ }
+ public function getArchived()
+ {
+ return $this->archived;
+ }
+ public function setAudienceSegmentId($audienceSegmentId)
+ {
+ $this->audienceSegmentId = $audienceSegmentId;
+ }
+ public function getAudienceSegmentId()
+ {
+ return $this->audienceSegmentId;
+ }
+ public function setCampaignId($campaignId)
+ {
+ $this->campaignId = $campaignId;
+ }
+ public function getCampaignId()
+ {
+ return $this->campaignId;
+ }
+ public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue)
+ {
+ $this->campaignIdDimensionValue = $campaignIdDimensionValue;
+ }
+ public function getCampaignIdDimensionValue()
+ {
+ return $this->campaignIdDimensionValue;
+ }
+ public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl)
+ {
+ $this->clickThroughUrl = $clickThroughUrl;
+ }
+ public function getClickThroughUrl()
+ {
+ return $this->clickThroughUrl;
+ }
+ public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties)
+ {
+ $this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties;
+ }
+ public function getClickThroughUrlSuffixProperties()
+ {
+ return $this->clickThroughUrlSuffixProperties;
+ }
+ public function setComments($comments)
+ {
+ $this->comments = $comments;
+ }
+ public function getComments()
+ {
+ return $this->comments;
+ }
+ public function setCompatibility($compatibility)
+ {
+ $this->compatibility = $compatibility;
+ }
+ public function getCompatibility()
+ {
+ return $this->compatibility;
+ }
+ public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo)
+ {
+ $this->createInfo = $createInfo;
+ }
+ public function getCreateInfo()
+ {
+ return $this->createInfo;
+ }
+ public function setCreativeGroupAssignments($creativeGroupAssignments)
+ {
+ $this->creativeGroupAssignments = $creativeGroupAssignments;
+ }
+ public function getCreativeGroupAssignments()
+ {
+ return $this->creativeGroupAssignments;
+ }
+ public function setCreativeRotation(Google_Service_Dfareporting_CreativeRotation $creativeRotation)
+ {
+ $this->creativeRotation = $creativeRotation;
+ }
+ public function getCreativeRotation()
+ {
+ return $this->creativeRotation;
+ }
+ public function setDayPartTargeting(Google_Service_Dfareporting_DayPartTargeting $dayPartTargeting)
+ {
+ $this->dayPartTargeting = $dayPartTargeting;
+ }
+ public function getDayPartTargeting()
+ {
+ return $this->dayPartTargeting;
+ }
+ public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties)
+ {
+ $this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties;
+ }
+ public function getDefaultClickThroughEventTagProperties()
+ {
+ return $this->defaultClickThroughEventTagProperties;
+ }
+ public function setDeliverySchedule(Google_Service_Dfareporting_DeliverySchedule $deliverySchedule)
+ {
+ $this->deliverySchedule = $deliverySchedule;
+ }
+ public function getDeliverySchedule()
+ {
+ return $this->deliverySchedule;
+ }
+ public function setDynamicClickTracker($dynamicClickTracker)
+ {
+ $this->dynamicClickTracker = $dynamicClickTracker;
+ }
+ public function getDynamicClickTracker()
+ {
+ return $this->dynamicClickTracker;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setEventTagOverrides($eventTagOverrides)
+ {
+ $this->eventTagOverrides = $eventTagOverrides;
+ }
+ public function getEventTagOverrides()
+ {
+ return $this->eventTagOverrides;
+ }
+ public function setGeoTargeting(Google_Service_Dfareporting_GeoTargeting $geoTargeting)
+ {
+ $this->geoTargeting = $geoTargeting;
+ }
+ public function getGeoTargeting()
+ {
+ return $this->geoTargeting;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setKeyValueTargetingExpression(Google_Service_Dfareporting_KeyValueTargetingExpression $keyValueTargetingExpression)
+ {
+ $this->keyValueTargetingExpression = $keyValueTargetingExpression;
+ }
+ public function getKeyValueTargetingExpression()
+ {
+ return $this->keyValueTargetingExpression;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
+ {
+ $this->lastModifiedInfo = $lastModifiedInfo;
+ }
+ public function getLastModifiedInfo()
+ {
+ return $this->lastModifiedInfo;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPlacementAssignments($placementAssignments)
+ {
+ $this->placementAssignments = $placementAssignments;
+ }
+ public function getPlacementAssignments()
+ {
+ return $this->placementAssignments;
+ }
+ public function setRemarketingListExpression(Google_Service_Dfareporting_ListTargetingExpression $remarketingListExpression)
+ {
+ $this->remarketingListExpression = $remarketingListExpression;
+ }
+ public function getRemarketingListExpression()
+ {
+ return $this->remarketingListExpression;
+ }
+ public function setSize(Google_Service_Dfareporting_Size $size)
+ {
+ $this->size = $size;
+ }
+ public function getSize()
+ {
+ return $this->size;
+ }
+ public function setSslCompliant($sslCompliant)
+ {
+ $this->sslCompliant = $sslCompliant;
+ }
+ public function getSslCompliant()
+ {
+ return $this->sslCompliant;
+ }
+ public function setSslRequired($sslRequired)
+ {
+ $this->sslRequired = $sslRequired;
+ }
+ public function getSslRequired()
+ {
+ return $this->sslRequired;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setTechnologyTargeting(Google_Service_Dfareporting_TechnologyTargeting $technologyTargeting)
+ {
+ $this->technologyTargeting = $technologyTargeting;
+ }
+ public function getTechnologyTargeting()
+ {
+ return $this->technologyTargeting;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Dfareporting_AdsListResponse extends Google_Collection
+{
+ protected $collection_key = 'ads';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $adsType = 'Google_Service_Dfareporting_Ad';
+ protected $adsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setAds($ads)
+ {
+ $this->ads = $ads;
+ }
+ public function getAds()
+ {
+ return $this->ads;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_Advertiser extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserGroupId;
+ public $clickThroughUrlSuffix;
+ public $defaultClickThroughEventTagId;
+ public $defaultEmail;
+ public $floodlightConfigurationId;
+ protected $floodlightConfigurationIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $floodlightConfigurationIdDimensionValueDataType = '';
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $kind;
+ public $name;
+ public $status;
+ public $subaccountId;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserGroupId($advertiserGroupId)
+ {
+ $this->advertiserGroupId = $advertiserGroupId;
+ }
+ public function getAdvertiserGroupId()
+ {
+ return $this->advertiserGroupId;
+ }
+ public function setClickThroughUrlSuffix($clickThroughUrlSuffix)
+ {
+ $this->clickThroughUrlSuffix = $clickThroughUrlSuffix;
+ }
+ public function getClickThroughUrlSuffix()
+ {
+ return $this->clickThroughUrlSuffix;
+ }
+ public function setDefaultClickThroughEventTagId($defaultClickThroughEventTagId)
+ {
+ $this->defaultClickThroughEventTagId = $defaultClickThroughEventTagId;
+ }
+ public function getDefaultClickThroughEventTagId()
+ {
+ return $this->defaultClickThroughEventTagId;
+ }
+ public function setDefaultEmail($defaultEmail)
+ {
+ $this->defaultEmail = $defaultEmail;
+ }
+ public function getDefaultEmail()
+ {
+ return $this->defaultEmail;
+ }
+ public function setFloodlightConfigurationId($floodlightConfigurationId)
+ {
+ $this->floodlightConfigurationId = $floodlightConfigurationId;
+ }
+ public function getFloodlightConfigurationId()
+ {
+ return $this->floodlightConfigurationId;
+ }
+ public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue)
+ {
+ $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue;
+ }
+ public function getFloodlightConfigurationIdDimensionValue()
+ {
+ return $this->floodlightConfigurationIdDimensionValue;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+}
+
+class Google_Service_Dfareporting_AdvertiserGroup extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_AdvertiserGroupsListResponse extends Google_Collection
+{
+ protected $collection_key = 'advertiserGroups';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $advertiserGroupsType = 'Google_Service_Dfareporting_AdvertiserGroup';
+ protected $advertiserGroupsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setAdvertiserGroups($advertiserGroups)
+ {
+ $this->advertiserGroups = $advertiserGroups;
+ }
+ public function getAdvertiserGroups()
+ {
+ return $this->advertiserGroups;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_AdvertisersListResponse extends Google_Collection
+{
+ protected $collection_key = 'advertisers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $advertisersType = 'Google_Service_Dfareporting_Advertiser';
+ protected $advertisersDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setAdvertisers($advertisers)
+ {
+ $this->advertisers = $advertisers;
+ }
+ public function getAdvertisers()
+ {
+ return $this->advertisers;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_AudienceSegment extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $allocation;
+ public $id;
+ public $name;
+
+
+ public function setAllocation($allocation)
+ {
+ $this->allocation = $allocation;
+ }
+ public function getAllocation()
+ {
+ return $this->allocation;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_AudienceSegmentGroup extends Google_Collection
+{
+ protected $collection_key = 'audienceSegments';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $audienceSegmentsType = 'Google_Service_Dfareporting_AudienceSegment';
+ protected $audienceSegmentsDataType = 'array';
+ public $id;
+ public $name;
+
+
+ public function setAudienceSegments($audienceSegments)
+ {
+ $this->audienceSegments = $audienceSegments;
+ }
+ public function getAudienceSegments()
+ {
+ return $this->audienceSegments;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_Browser extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $browserVersionId;
+ public $dartId;
+ public $kind;
+ public $majorVersion;
+ public $minorVersion;
+ public $name;
+
+
+ public function setBrowserVersionId($browserVersionId)
+ {
+ $this->browserVersionId = $browserVersionId;
+ }
+ public function getBrowserVersionId()
+ {
+ return $this->browserVersionId;
+ }
+ public function setDartId($dartId)
+ {
+ $this->dartId = $dartId;
+ }
+ public function getDartId()
+ {
+ return $this->dartId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMajorVersion($majorVersion)
+ {
+ $this->majorVersion = $majorVersion;
+ }
+ public function getMajorVersion()
+ {
+ return $this->majorVersion;
+ }
+ public function setMinorVersion($minorVersion)
+ {
+ $this->minorVersion = $minorVersion;
+ }
+ public function getMinorVersion()
+ {
+ return $this->minorVersion;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_BrowsersListResponse extends Google_Collection
+{
+ protected $collection_key = 'browsers';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $browsersType = 'Google_Service_Dfareporting_Browser';
+ protected $browsersDataType = 'array';
+ public $kind;
+
+
+ public function setBrowsers($browsers)
+ {
+ $this->browsers = $browsers;
+ }
+ public function getBrowsers()
+ {
+ return $this->browsers;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_Campaign extends Google_Collection
+{
+ protected $collection_key = 'traffickerEmails';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $additionalCreativeOptimizationConfigurationsType = 'Google_Service_Dfareporting_CreativeOptimizationConfiguration';
+ protected $additionalCreativeOptimizationConfigurationsDataType = 'array';
+ public $advertiserGroupId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $archived;
+ protected $audienceSegmentGroupsType = 'Google_Service_Dfareporting_AudienceSegmentGroup';
+ protected $audienceSegmentGroupsDataType = 'array';
+ public $billingInvoiceCode;
+ protected $clickThroughUrlSuffixPropertiesType = 'Google_Service_Dfareporting_ClickThroughUrlSuffixProperties';
+ protected $clickThroughUrlSuffixPropertiesDataType = '';
+ public $comment;
+ public $comscoreVceEnabled;
+ protected $createInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $createInfoDataType = '';
+ public $creativeGroupIds;
+ protected $creativeOptimizationConfigurationType = 'Google_Service_Dfareporting_CreativeOptimizationConfiguration';
+ protected $creativeOptimizationConfigurationDataType = '';
+ protected $defaultClickThroughEventTagPropertiesType = 'Google_Service_Dfareporting_DefaultClickThroughEventTagProperties';
+ protected $defaultClickThroughEventTagPropertiesDataType = '';
+ public $endDate;
+ protected $eventTagOverridesType = 'Google_Service_Dfareporting_EventTagOverride';
+ protected $eventTagOverridesDataType = 'array';
+ public $externalId;
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $kind;
+ protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $lastModifiedInfoDataType = '';
+ protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
+ protected $lookbackConfigurationDataType = '';
+ public $name;
+ public $nielsenOcrEnabled;
+ public $startDate;
+ public $subaccountId;
+ public $traffickerEmails;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdditionalCreativeOptimizationConfigurations($additionalCreativeOptimizationConfigurations)
+ {
+ $this->additionalCreativeOptimizationConfigurations = $additionalCreativeOptimizationConfigurations;
+ }
+ public function getAdditionalCreativeOptimizationConfigurations()
+ {
+ return $this->additionalCreativeOptimizationConfigurations;
+ }
+ public function setAdvertiserGroupId($advertiserGroupId)
+ {
+ $this->advertiserGroupId = $advertiserGroupId;
+ }
+ public function getAdvertiserGroupId()
+ {
+ return $this->advertiserGroupId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setArchived($archived)
+ {
+ $this->archived = $archived;
+ }
+ public function getArchived()
+ {
+ return $this->archived;
+ }
+ public function setAudienceSegmentGroups($audienceSegmentGroups)
+ {
+ $this->audienceSegmentGroups = $audienceSegmentGroups;
+ }
+ public function getAudienceSegmentGroups()
+ {
+ return $this->audienceSegmentGroups;
+ }
+ public function setBillingInvoiceCode($billingInvoiceCode)
+ {
+ $this->billingInvoiceCode = $billingInvoiceCode;
+ }
+ public function getBillingInvoiceCode()
+ {
+ return $this->billingInvoiceCode;
+ }
+ public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties)
+ {
+ $this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties;
+ }
+ public function getClickThroughUrlSuffixProperties()
+ {
+ return $this->clickThroughUrlSuffixProperties;
+ }
+ public function setComment($comment)
+ {
+ $this->comment = $comment;
+ }
+ public function getComment()
+ {
+ return $this->comment;
+ }
+ public function setComscoreVceEnabled($comscoreVceEnabled)
+ {
+ $this->comscoreVceEnabled = $comscoreVceEnabled;
+ }
+ public function getComscoreVceEnabled()
+ {
+ return $this->comscoreVceEnabled;
+ }
+ public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo)
+ {
+ $this->createInfo = $createInfo;
+ }
+ public function getCreateInfo()
+ {
+ return $this->createInfo;
+ }
+ public function setCreativeGroupIds($creativeGroupIds)
+ {
+ $this->creativeGroupIds = $creativeGroupIds;
+ }
+ public function getCreativeGroupIds()
+ {
+ return $this->creativeGroupIds;
+ }
+ public function setCreativeOptimizationConfiguration(Google_Service_Dfareporting_CreativeOptimizationConfiguration $creativeOptimizationConfiguration)
+ {
+ $this->creativeOptimizationConfiguration = $creativeOptimizationConfiguration;
+ }
+ public function getCreativeOptimizationConfiguration()
+ {
+ return $this->creativeOptimizationConfiguration;
+ }
+ public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties)
+ {
+ $this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties;
+ }
+ public function getDefaultClickThroughEventTagProperties()
+ {
+ return $this->defaultClickThroughEventTagProperties;
+ }
+ public function setEndDate($endDate)
+ {
+ $this->endDate = $endDate;
+ }
+ public function getEndDate()
+ {
+ return $this->endDate;
+ }
+ public function setEventTagOverrides($eventTagOverrides)
+ {
+ $this->eventTagOverrides = $eventTagOverrides;
+ }
+ public function getEventTagOverrides()
+ {
+ return $this->eventTagOverrides;
+ }
+ public function setExternalId($externalId)
+ {
+ $this->externalId = $externalId;
+ }
+ public function getExternalId()
+ {
+ return $this->externalId;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
+ {
+ $this->lastModifiedInfo = $lastModifiedInfo;
+ }
+ public function getLastModifiedInfo()
+ {
+ return $this->lastModifiedInfo;
+ }
+ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
+ {
+ $this->lookbackConfiguration = $lookbackConfiguration;
+ }
+ public function getLookbackConfiguration()
+ {
+ return $this->lookbackConfiguration;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNielsenOcrEnabled($nielsenOcrEnabled)
+ {
+ $this->nielsenOcrEnabled = $nielsenOcrEnabled;
+ }
+ public function getNielsenOcrEnabled()
+ {
+ return $this->nielsenOcrEnabled;
+ }
+ public function setStartDate($startDate)
+ {
+ $this->startDate = $startDate;
+ }
+ public function getStartDate()
+ {
+ return $this->startDate;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setTraffickerEmails($traffickerEmails)
+ {
+ $this->traffickerEmails = $traffickerEmails;
+ }
+ public function getTraffickerEmails()
+ {
+ return $this->traffickerEmails;
+ }
+}
+
+class Google_Service_Dfareporting_CampaignCreativeAssociation extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $creativeId;
+ public $kind;
+
+
+ public function setCreativeId($creativeId)
+ {
+ $this->creativeId = $creativeId;
+ }
+ public function getCreativeId()
+ {
+ return $this->creativeId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse extends Google_Collection
+{
+ protected $collection_key = 'campaignCreativeAssociations';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $campaignCreativeAssociationsType = 'Google_Service_Dfareporting_CampaignCreativeAssociation';
+ protected $campaignCreativeAssociationsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setCampaignCreativeAssociations($campaignCreativeAssociations)
+ {
+ $this->campaignCreativeAssociations = $campaignCreativeAssociations;
+ }
+ public function getCampaignCreativeAssociations()
+ {
+ return $this->campaignCreativeAssociations;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_CampaignsListResponse extends Google_Collection
+{
+ protected $collection_key = 'campaigns';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $campaignsType = 'Google_Service_Dfareporting_Campaign';
+ protected $campaignsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setCampaigns($campaigns)
+ {
+ $this->campaigns = $campaigns;
+ }
+ public function getCampaigns()
+ {
+ return $this->campaigns;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_ChangeLog extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $action;
+ public $changeTime;
+ public $fieldName;
+ public $id;
+ public $kind;
+ public $newValue;
+ public $objectId;
+ public $objectType;
+ public $oldValue;
+ public $subaccountId;
+ public $transactionId;
+ public $userProfileId;
+ public $userProfileName;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAction($action)
+ {
+ $this->action = $action;
+ }
+ public function getAction()
+ {
+ return $this->action;
+ }
+ public function setChangeTime($changeTime)
+ {
+ $this->changeTime = $changeTime;
+ }
+ public function getChangeTime()
+ {
+ return $this->changeTime;
+ }
+ public function setFieldName($fieldName)
+ {
+ $this->fieldName = $fieldName;
+ }
+ public function getFieldName()
+ {
+ return $this->fieldName;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNewValue($newValue)
+ {
+ $this->newValue = $newValue;
+ }
+ public function getNewValue()
+ {
+ return $this->newValue;
+ }
+ public function setObjectId($objectId)
+ {
+ $this->objectId = $objectId;
+ }
+ public function getObjectId()
+ {
+ return $this->objectId;
+ }
+ public function setObjectType($objectType)
+ {
+ $this->objectType = $objectType;
+ }
+ public function getObjectType()
+ {
+ return $this->objectType;
+ }
+ public function setOldValue($oldValue)
+ {
+ $this->oldValue = $oldValue;
+ }
+ public function getOldValue()
+ {
+ return $this->oldValue;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setTransactionId($transactionId)
+ {
+ $this->transactionId = $transactionId;
+ }
+ public function getTransactionId()
+ {
+ return $this->transactionId;
+ }
+ public function setUserProfileId($userProfileId)
+ {
+ $this->userProfileId = $userProfileId;
+ }
+ public function getUserProfileId()
+ {
+ return $this->userProfileId;
+ }
+ public function setUserProfileName($userProfileName)
+ {
+ $this->userProfileName = $userProfileName;
+ }
+ public function getUserProfileName()
+ {
+ return $this->userProfileName;
+ }
+}
+
+class Google_Service_Dfareporting_ChangeLogsListResponse extends Google_Collection
+{
+ protected $collection_key = 'changeLogs';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $changeLogsType = 'Google_Service_Dfareporting_ChangeLog';
+ protected $changeLogsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setChangeLogs($changeLogs)
+ {
+ $this->changeLogs = $changeLogs;
+ }
+ public function getChangeLogs()
+ {
+ return $this->changeLogs;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_CitiesListResponse extends Google_Collection
+{
+ protected $collection_key = 'cities';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $citiesType = 'Google_Service_Dfareporting_City';
+ protected $citiesDataType = 'array';
+ public $kind;
+
+
+ public function setCities($cities)
+ {
+ $this->cities = $cities;
+ }
+ public function getCities()
+ {
+ return $this->cities;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_City extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $countryCode;
+ public $countryDartId;
+ public $dartId;
+ public $kind;
+ public $metroCode;
+ public $metroDmaId;
+ public $name;
+ public $regionCode;
+ public $regionDartId;
+
+
+ public function setCountryCode($countryCode)
+ {
+ $this->countryCode = $countryCode;
+ }
+ public function getCountryCode()
+ {
+ return $this->countryCode;
+ }
+ public function setCountryDartId($countryDartId)
+ {
+ $this->countryDartId = $countryDartId;
+ }
+ public function getCountryDartId()
+ {
+ return $this->countryDartId;
+ }
+ public function setDartId($dartId)
+ {
+ $this->dartId = $dartId;
+ }
+ public function getDartId()
+ {
+ return $this->dartId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMetroCode($metroCode)
+ {
+ $this->metroCode = $metroCode;
+ }
+ public function getMetroCode()
+ {
+ return $this->metroCode;
+ }
+ public function setMetroDmaId($metroDmaId)
+ {
+ $this->metroDmaId = $metroDmaId;
+ }
+ public function getMetroDmaId()
+ {
+ return $this->metroDmaId;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setRegionCode($regionCode)
+ {
+ $this->regionCode = $regionCode;
+ }
+ public function getRegionCode()
+ {
+ return $this->regionCode;
+ }
+ public function setRegionDartId($regionDartId)
+ {
+ $this->regionDartId = $regionDartId;
+ }
+ public function getRegionDartId()
+ {
+ return $this->regionDartId;
+ }
+}
+
+class Google_Service_Dfareporting_ClickTag extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $eventName;
+ public $name;
+ public $value;
+
+
+ public function setEventName($eventName)
+ {
+ $this->eventName = $eventName;
+ }
+ public function getEventName()
+ {
+ return $this->eventName;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Dfareporting_ClickThroughUrl extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $customClickThroughUrl;
+ public $defaultLandingPage;
+ public $landingPageId;
+
+
+ public function setCustomClickThroughUrl($customClickThroughUrl)
+ {
+ $this->customClickThroughUrl = $customClickThroughUrl;
+ }
+ public function getCustomClickThroughUrl()
+ {
+ return $this->customClickThroughUrl;
+ }
+ public function setDefaultLandingPage($defaultLandingPage)
+ {
+ $this->defaultLandingPage = $defaultLandingPage;
+ }
+ public function getDefaultLandingPage()
+ {
+ return $this->defaultLandingPage;
+ }
+ public function setLandingPageId($landingPageId)
+ {
+ $this->landingPageId = $landingPageId;
+ }
+ public function getLandingPageId()
+ {
+ return $this->landingPageId;
+ }
+}
+
+class Google_Service_Dfareporting_ClickThroughUrlSuffixProperties extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $clickThroughUrlSuffix;
+ public $overrideInheritedSuffix;
+
+
+ public function setClickThroughUrlSuffix($clickThroughUrlSuffix)
+ {
+ $this->clickThroughUrlSuffix = $clickThroughUrlSuffix;
+ }
+ public function getClickThroughUrlSuffix()
+ {
+ return $this->clickThroughUrlSuffix;
+ }
+ public function setOverrideInheritedSuffix($overrideInheritedSuffix)
+ {
+ $this->overrideInheritedSuffix = $overrideInheritedSuffix;
+ }
+ public function getOverrideInheritedSuffix()
+ {
+ return $this->overrideInheritedSuffix;
+ }
+}
+
+class Google_Service_Dfareporting_CompanionClickThroughOverride extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $clickThroughUrlType = 'Google_Service_Dfareporting_ClickThroughUrl';
+ protected $clickThroughUrlDataType = '';
+ public $creativeId;
+
+
+ public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl)
+ {
+ $this->clickThroughUrl = $clickThroughUrl;
+ }
+ public function getClickThroughUrl()
+ {
+ return $this->clickThroughUrl;
+ }
+ public function setCreativeId($creativeId)
+ {
+ $this->creativeId = $creativeId;
+ }
+ public function getCreativeId()
+ {
+ return $this->creativeId;
+ }
+}
+
+class Google_Service_Dfareporting_CompatibleFields extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $crossDimensionReachReportCompatibleFieldsType = 'Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields';
+ protected $crossDimensionReachReportCompatibleFieldsDataType = '';
+ protected $floodlightReportCompatibleFieldsType = 'Google_Service_Dfareporting_FloodlightReportCompatibleFields';
+ protected $floodlightReportCompatibleFieldsDataType = '';
+ public $kind;
+ protected $pathToConversionReportCompatibleFieldsType = 'Google_Service_Dfareporting_PathToConversionReportCompatibleFields';
+ protected $pathToConversionReportCompatibleFieldsDataType = '';
+ protected $reachReportCompatibleFieldsType = 'Google_Service_Dfareporting_ReachReportCompatibleFields';
+ protected $reachReportCompatibleFieldsDataType = '';
+ protected $reportCompatibleFieldsType = 'Google_Service_Dfareporting_ReportCompatibleFields';
+ protected $reportCompatibleFieldsDataType = '';
+
+
+ public function setCrossDimensionReachReportCompatibleFields(Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields $crossDimensionReachReportCompatibleFields)
+ {
+ $this->crossDimensionReachReportCompatibleFields = $crossDimensionReachReportCompatibleFields;
+ }
+ public function getCrossDimensionReachReportCompatibleFields()
+ {
+ return $this->crossDimensionReachReportCompatibleFields;
+ }
+ public function setFloodlightReportCompatibleFields(Google_Service_Dfareporting_FloodlightReportCompatibleFields $floodlightReportCompatibleFields)
+ {
+ $this->floodlightReportCompatibleFields = $floodlightReportCompatibleFields;
+ }
+ public function getFloodlightReportCompatibleFields()
+ {
+ return $this->floodlightReportCompatibleFields;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setPathToConversionReportCompatibleFields(Google_Service_Dfareporting_PathToConversionReportCompatibleFields $pathToConversionReportCompatibleFields)
+ {
+ $this->pathToConversionReportCompatibleFields = $pathToConversionReportCompatibleFields;
+ }
+ public function getPathToConversionReportCompatibleFields()
+ {
+ return $this->pathToConversionReportCompatibleFields;
+ }
+ public function setReachReportCompatibleFields(Google_Service_Dfareporting_ReachReportCompatibleFields $reachReportCompatibleFields)
+ {
+ $this->reachReportCompatibleFields = $reachReportCompatibleFields;
+ }
+ public function getReachReportCompatibleFields()
+ {
+ return $this->reachReportCompatibleFields;
+ }
+ public function setReportCompatibleFields(Google_Service_Dfareporting_ReportCompatibleFields $reportCompatibleFields)
+ {
+ $this->reportCompatibleFields = $reportCompatibleFields;
+ }
+ public function getReportCompatibleFields()
+ {
+ return $this->reportCompatibleFields;
+ }
+}
+
+class Google_Service_Dfareporting_ConnectionType extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_ConnectionTypesListResponse extends Google_Collection
+{
+ protected $collection_key = 'connectionTypes';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $connectionTypesType = 'Google_Service_Dfareporting_ConnectionType';
+ protected $connectionTypesDataType = 'array';
+ public $kind;
+
+
+ public function setConnectionTypes($connectionTypes)
+ {
+ $this->connectionTypes = $connectionTypes;
+ }
+ public function getConnectionTypes()
+ {
+ return $this->connectionTypes;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_ContentCategoriesListResponse extends Google_Collection
+{
+ protected $collection_key = 'contentCategories';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $contentCategoriesType = 'Google_Service_Dfareporting_ContentCategory';
+ protected $contentCategoriesDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setContentCategories($contentCategories)
+ {
+ $this->contentCategories = $contentCategories;
+ }
+ public function getContentCategories()
+ {
+ return $this->contentCategories;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_ContentCategory extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $description;
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_CountriesListResponse extends Google_Collection
+{
+ protected $collection_key = 'countries';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $countriesType = 'Google_Service_Dfareporting_Country';
+ protected $countriesDataType = 'array';
+ public $kind;
+
+
+ public function setCountries($countries)
+ {
+ $this->countries = $countries;
+ }
+ public function getCountries()
+ {
+ return $this->countries;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_Country extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $countryCode;
+ public $dartId;
+ public $kind;
+ public $name;
+ public $sslEnabled;
+
+
+ public function setCountryCode($countryCode)
+ {
+ $this->countryCode = $countryCode;
+ }
+ public function getCountryCode()
+ {
+ return $this->countryCode;
+ }
+ public function setDartId($dartId)
+ {
+ $this->dartId = $dartId;
+ }
+ public function getDartId()
+ {
+ return $this->dartId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSslEnabled($sslEnabled)
+ {
+ $this->sslEnabled = $sslEnabled;
+ }
+ public function getSslEnabled()
+ {
+ return $this->sslEnabled;
+ }
+}
+
+class Google_Service_Dfareporting_Creative extends Google_Collection
+{
+ protected $collection_key = 'timerCustomEvents';
+ protected $internal_gapi_mappings = array(
+ "autoAdvanceImages" => "auto_advance_images",
+ );
+ public $accountId;
+ public $active;
+ public $adParameters;
+ public $adTagKeys;
+ public $advertiserId;
+ public $allowScriptAccess;
+ public $archived;
+ public $artworkType;
+ public $authoringTool;
+ public $autoAdvanceImages;
+ public $backgroundColor;
+ public $backupImageClickThroughUrl;
+ public $backupImageFeatures;
+ public $backupImageReportingLabel;
+ protected $backupImageTargetWindowType = 'Google_Service_Dfareporting_TargetWindow';
+ protected $backupImageTargetWindowDataType = '';
+ protected $clickTagsType = 'Google_Service_Dfareporting_ClickTag';
+ protected $clickTagsDataType = 'array';
+ public $commercialId;
+ public $companionCreatives;
+ public $compatibility;
+ protected $counterCustomEventsType = 'Google_Service_Dfareporting_CreativeCustomEvent';
+ protected $counterCustomEventsDataType = 'array';
+ protected $creativeAssetsType = 'Google_Service_Dfareporting_CreativeAsset';
+ protected $creativeAssetsDataType = 'array';
+ protected $creativeFieldAssignmentsType = 'Google_Service_Dfareporting_CreativeFieldAssignment';
+ protected $creativeFieldAssignmentsDataType = 'array';
+ public $customKeyValues;
+ protected $exitCustomEventsType = 'Google_Service_Dfareporting_CreativeCustomEvent';
+ protected $exitCustomEventsDataType = 'array';
+ protected $fsCommandType = 'Google_Service_Dfareporting_FsCommand';
+ protected $fsCommandDataType = '';
+ public $htmlCode;
+ public $htmlCodeLocked;
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $kind;
+ protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $lastModifiedInfoDataType = '';
+ public $latestTraffickedCreativeId;
+ public $name;
+ public $overrideCss;
+ public $redirectUrl;
+ public $renderingId;
+ protected $renderingIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $renderingIdDimensionValueDataType = '';
+ public $requiredFlashPluginVersion;
+ public $requiredFlashVersion;
+ protected $sizeType = 'Google_Service_Dfareporting_Size';
+ protected $sizeDataType = '';
+ public $skippable;
+ public $sslCompliant;
+ public $studioAdvertiserId;
+ public $studioCreativeId;
+ public $studioTraffickedCreativeId;
+ public $subaccountId;
+ public $thirdPartyBackupImageImpressionsUrl;
+ public $thirdPartyRichMediaImpressionsUrl;
+ protected $thirdPartyUrlsType = 'Google_Service_Dfareporting_ThirdPartyTrackingUrl';
+ protected $thirdPartyUrlsDataType = 'array';
+ protected $timerCustomEventsType = 'Google_Service_Dfareporting_CreativeCustomEvent';
+ protected $timerCustomEventsDataType = 'array';
+ public $totalFileSize;
+ public $type;
+ public $version;
+ public $videoDescription;
+ public $videoDuration;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setAdParameters($adParameters)
+ {
+ $this->adParameters = $adParameters;
+ }
+ public function getAdParameters()
+ {
+ return $this->adParameters;
+ }
+ public function setAdTagKeys($adTagKeys)
+ {
+ $this->adTagKeys = $adTagKeys;
+ }
+ public function getAdTagKeys()
+ {
+ return $this->adTagKeys;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAllowScriptAccess($allowScriptAccess)
+ {
+ $this->allowScriptAccess = $allowScriptAccess;
+ }
+ public function getAllowScriptAccess()
+ {
+ return $this->allowScriptAccess;
+ }
+ public function setArchived($archived)
+ {
+ $this->archived = $archived;
+ }
+ public function getArchived()
+ {
+ return $this->archived;
+ }
+ public function setArtworkType($artworkType)
+ {
+ $this->artworkType = $artworkType;
+ }
+ public function getArtworkType()
+ {
+ return $this->artworkType;
+ }
+ public function setAuthoringTool($authoringTool)
+ {
+ $this->authoringTool = $authoringTool;
+ }
+ public function getAuthoringTool()
+ {
+ return $this->authoringTool;
+ }
+ public function setAutoAdvanceImages($autoAdvanceImages)
+ {
+ $this->autoAdvanceImages = $autoAdvanceImages;
+ }
+ public function getAutoAdvanceImages()
+ {
+ return $this->autoAdvanceImages;
+ }
+ public function setBackgroundColor($backgroundColor)
+ {
+ $this->backgroundColor = $backgroundColor;
+ }
+ public function getBackgroundColor()
+ {
+ return $this->backgroundColor;
+ }
+ public function setBackupImageClickThroughUrl($backupImageClickThroughUrl)
+ {
+ $this->backupImageClickThroughUrl = $backupImageClickThroughUrl;
+ }
+ public function getBackupImageClickThroughUrl()
+ {
+ return $this->backupImageClickThroughUrl;
+ }
+ public function setBackupImageFeatures($backupImageFeatures)
+ {
+ $this->backupImageFeatures = $backupImageFeatures;
+ }
+ public function getBackupImageFeatures()
+ {
+ return $this->backupImageFeatures;
+ }
+ public function setBackupImageReportingLabel($backupImageReportingLabel)
+ {
+ $this->backupImageReportingLabel = $backupImageReportingLabel;
+ }
+ public function getBackupImageReportingLabel()
+ {
+ return $this->backupImageReportingLabel;
+ }
+ public function setBackupImageTargetWindow(Google_Service_Dfareporting_TargetWindow $backupImageTargetWindow)
+ {
+ $this->backupImageTargetWindow = $backupImageTargetWindow;
+ }
+ public function getBackupImageTargetWindow()
+ {
+ return $this->backupImageTargetWindow;
+ }
+ public function setClickTags($clickTags)
+ {
+ $this->clickTags = $clickTags;
+ }
+ public function getClickTags()
+ {
+ return $this->clickTags;
+ }
+ public function setCommercialId($commercialId)
+ {
+ $this->commercialId = $commercialId;
+ }
+ public function getCommercialId()
+ {
+ return $this->commercialId;
+ }
+ public function setCompanionCreatives($companionCreatives)
+ {
+ $this->companionCreatives = $companionCreatives;
+ }
+ public function getCompanionCreatives()
+ {
+ return $this->companionCreatives;
+ }
+ public function setCompatibility($compatibility)
+ {
+ $this->compatibility = $compatibility;
+ }
+ public function getCompatibility()
+ {
+ return $this->compatibility;
+ }
+ public function setCounterCustomEvents($counterCustomEvents)
+ {
+ $this->counterCustomEvents = $counterCustomEvents;
+ }
+ public function getCounterCustomEvents()
+ {
+ return $this->counterCustomEvents;
+ }
+ public function setCreativeAssets($creativeAssets)
+ {
+ $this->creativeAssets = $creativeAssets;
+ }
+ public function getCreativeAssets()
+ {
+ return $this->creativeAssets;
+ }
+ public function setCreativeFieldAssignments($creativeFieldAssignments)
+ {
+ $this->creativeFieldAssignments = $creativeFieldAssignments;
+ }
+ public function getCreativeFieldAssignments()
+ {
+ return $this->creativeFieldAssignments;
+ }
+ public function setCustomKeyValues($customKeyValues)
+ {
+ $this->customKeyValues = $customKeyValues;
+ }
+ public function getCustomKeyValues()
+ {
+ return $this->customKeyValues;
+ }
+ public function setExitCustomEvents($exitCustomEvents)
+ {
+ $this->exitCustomEvents = $exitCustomEvents;
+ }
+ public function getExitCustomEvents()
+ {
+ return $this->exitCustomEvents;
+ }
+ public function setFsCommand(Google_Service_Dfareporting_FsCommand $fsCommand)
+ {
+ $this->fsCommand = $fsCommand;
+ }
+ public function getFsCommand()
+ {
+ return $this->fsCommand;
+ }
+ public function setHtmlCode($htmlCode)
+ {
+ $this->htmlCode = $htmlCode;
+ }
+ public function getHtmlCode()
+ {
+ return $this->htmlCode;
+ }
+ public function setHtmlCodeLocked($htmlCodeLocked)
+ {
+ $this->htmlCodeLocked = $htmlCodeLocked;
+ }
+ public function getHtmlCodeLocked()
+ {
+ return $this->htmlCodeLocked;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
+ {
+ $this->lastModifiedInfo = $lastModifiedInfo;
+ }
+ public function getLastModifiedInfo()
+ {
+ return $this->lastModifiedInfo;
+ }
+ public function setLatestTraffickedCreativeId($latestTraffickedCreativeId)
+ {
+ $this->latestTraffickedCreativeId = $latestTraffickedCreativeId;
+ }
+ public function getLatestTraffickedCreativeId()
+ {
+ return $this->latestTraffickedCreativeId;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOverrideCss($overrideCss)
+ {
+ $this->overrideCss = $overrideCss;
+ }
+ public function getOverrideCss()
+ {
+ return $this->overrideCss;
+ }
+ public function setRedirectUrl($redirectUrl)
+ {
+ $this->redirectUrl = $redirectUrl;
+ }
+ public function getRedirectUrl()
+ {
+ return $this->redirectUrl;
+ }
+ public function setRenderingId($renderingId)
+ {
+ $this->renderingId = $renderingId;
+ }
+ public function getRenderingId()
+ {
+ return $this->renderingId;
+ }
+ public function setRenderingIdDimensionValue(Google_Service_Dfareporting_DimensionValue $renderingIdDimensionValue)
+ {
+ $this->renderingIdDimensionValue = $renderingIdDimensionValue;
+ }
+ public function getRenderingIdDimensionValue()
+ {
+ return $this->renderingIdDimensionValue;
+ }
+ public function setRequiredFlashPluginVersion($requiredFlashPluginVersion)
+ {
+ $this->requiredFlashPluginVersion = $requiredFlashPluginVersion;
+ }
+ public function getRequiredFlashPluginVersion()
+ {
+ return $this->requiredFlashPluginVersion;
+ }
+ public function setRequiredFlashVersion($requiredFlashVersion)
+ {
+ $this->requiredFlashVersion = $requiredFlashVersion;
+ }
+ public function getRequiredFlashVersion()
+ {
+ return $this->requiredFlashVersion;
+ }
+ public function setSize(Google_Service_Dfareporting_Size $size)
+ {
+ $this->size = $size;
+ }
+ public function getSize()
+ {
+ return $this->size;
+ }
+ public function setSkippable($skippable)
+ {
+ $this->skippable = $skippable;
+ }
+ public function getSkippable()
+ {
+ return $this->skippable;
+ }
+ public function setSslCompliant($sslCompliant)
+ {
+ $this->sslCompliant = $sslCompliant;
+ }
+ public function getSslCompliant()
+ {
+ return $this->sslCompliant;
+ }
+ public function setStudioAdvertiserId($studioAdvertiserId)
+ {
+ $this->studioAdvertiserId = $studioAdvertiserId;
+ }
+ public function getStudioAdvertiserId()
+ {
+ return $this->studioAdvertiserId;
+ }
+ public function setStudioCreativeId($studioCreativeId)
+ {
+ $this->studioCreativeId = $studioCreativeId;
+ }
+ public function getStudioCreativeId()
+ {
+ return $this->studioCreativeId;
+ }
+ public function setStudioTraffickedCreativeId($studioTraffickedCreativeId)
+ {
+ $this->studioTraffickedCreativeId = $studioTraffickedCreativeId;
+ }
+ public function getStudioTraffickedCreativeId()
+ {
+ return $this->studioTraffickedCreativeId;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setThirdPartyBackupImageImpressionsUrl($thirdPartyBackupImageImpressionsUrl)
+ {
+ $this->thirdPartyBackupImageImpressionsUrl = $thirdPartyBackupImageImpressionsUrl;
+ }
+ public function getThirdPartyBackupImageImpressionsUrl()
+ {
+ return $this->thirdPartyBackupImageImpressionsUrl;
+ }
+ public function setThirdPartyRichMediaImpressionsUrl($thirdPartyRichMediaImpressionsUrl)
+ {
+ $this->thirdPartyRichMediaImpressionsUrl = $thirdPartyRichMediaImpressionsUrl;
+ }
+ public function getThirdPartyRichMediaImpressionsUrl()
+ {
+ return $this->thirdPartyRichMediaImpressionsUrl;
+ }
+ public function setThirdPartyUrls($thirdPartyUrls)
+ {
+ $this->thirdPartyUrls = $thirdPartyUrls;
+ }
+ public function getThirdPartyUrls()
+ {
+ return $this->thirdPartyUrls;
+ }
+ public function setTimerCustomEvents($timerCustomEvents)
+ {
+ $this->timerCustomEvents = $timerCustomEvents;
+ }
+ public function getTimerCustomEvents()
+ {
+ return $this->timerCustomEvents;
+ }
+ public function setTotalFileSize($totalFileSize)
+ {
+ $this->totalFileSize = $totalFileSize;
+ }
+ public function getTotalFileSize()
+ {
+ return $this->totalFileSize;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setVersion($version)
+ {
+ $this->version = $version;
+ }
+ public function getVersion()
+ {
+ return $this->version;
+ }
+ public function setVideoDescription($videoDescription)
+ {
+ $this->videoDescription = $videoDescription;
+ }
+ public function getVideoDescription()
+ {
+ return $this->videoDescription;
+ }
+ public function setVideoDuration($videoDuration)
+ {
+ $this->videoDuration = $videoDuration;
+ }
+ public function getVideoDuration()
+ {
+ return $this->videoDuration;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
+{
+ protected $collection_key = 'detectedFeatures';
+ protected $internal_gapi_mappings = array(
+ );
+ public $actionScript3;
+ public $active;
+ public $alignment;
+ public $artworkType;
+ protected $assetIdentifierType = 'Google_Service_Dfareporting_CreativeAssetId';
+ protected $assetIdentifierDataType = '';
+ protected $backupImageExitType = 'Google_Service_Dfareporting_CreativeCustomEvent';
+ protected $backupImageExitDataType = '';
+ public $bitRate;
+ public $childAssetType;
+ protected $collapsedSizeType = 'Google_Service_Dfareporting_Size';
+ protected $collapsedSizeDataType = '';
+ public $customStartTimeValue;
+ public $detectedFeatures;
+ public $displayType;
+ public $duration;
+ public $durationType;
+ protected $expandedDimensionType = 'Google_Service_Dfareporting_Size';
+ protected $expandedDimensionDataType = '';
+ public $fileSize;
+ public $flashVersion;
+ public $hideFlashObjects;
+ public $hideSelectionBoxes;
+ public $horizontallyLocked;
+ public $id;
+ public $mimeType;
+ protected $offsetType = 'Google_Service_Dfareporting_OffsetPosition';
+ protected $offsetDataType = '';
+ public $originalBackup;
+ protected $positionType = 'Google_Service_Dfareporting_OffsetPosition';
+ protected $positionDataType = '';
+ public $positionLeftUnit;
+ public $positionTopUnit;
+ public $progressiveServingUrl;
+ public $pushdown;
+ public $pushdownDuration;
+ public $role;
+ protected $sizeType = 'Google_Service_Dfareporting_Size';
+ protected $sizeDataType = '';
+ public $sslCompliant;
+ public $startTimeType;
+ public $streamingServingUrl;
+ public $transparency;
+ public $verticallyLocked;
+ public $videoDuration;
+ public $windowMode;
+ public $zIndex;
+ public $zipFilename;
+ public $zipFilesize;
+
+
+ public function setActionScript3($actionScript3)
+ {
+ $this->actionScript3 = $actionScript3;
+ }
+ public function getActionScript3()
+ {
+ return $this->actionScript3;
+ }
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setAlignment($alignment)
+ {
+ $this->alignment = $alignment;
+ }
+ public function getAlignment()
+ {
+ return $this->alignment;
+ }
+ public function setArtworkType($artworkType)
+ {
+ $this->artworkType = $artworkType;
+ }
+ public function getArtworkType()
+ {
+ return $this->artworkType;
+ }
+ public function setAssetIdentifier(Google_Service_Dfareporting_CreativeAssetId $assetIdentifier)
+ {
+ $this->assetIdentifier = $assetIdentifier;
+ }
+ public function getAssetIdentifier()
+ {
+ return $this->assetIdentifier;
+ }
+ public function setBackupImageExit(Google_Service_Dfareporting_CreativeCustomEvent $backupImageExit)
+ {
+ $this->backupImageExit = $backupImageExit;
+ }
+ public function getBackupImageExit()
+ {
+ return $this->backupImageExit;
+ }
+ public function setBitRate($bitRate)
+ {
+ $this->bitRate = $bitRate;
+ }
+ public function getBitRate()
+ {
+ return $this->bitRate;
+ }
+ public function setChildAssetType($childAssetType)
+ {
+ $this->childAssetType = $childAssetType;
+ }
+ public function getChildAssetType()
+ {
+ return $this->childAssetType;
+ }
+ public function setCollapsedSize(Google_Service_Dfareporting_Size $collapsedSize)
+ {
+ $this->collapsedSize = $collapsedSize;
+ }
+ public function getCollapsedSize()
+ {
+ return $this->collapsedSize;
+ }
+ public function setCustomStartTimeValue($customStartTimeValue)
+ {
+ $this->customStartTimeValue = $customStartTimeValue;
+ }
+ public function getCustomStartTimeValue()
+ {
+ return $this->customStartTimeValue;
+ }
+ public function setDetectedFeatures($detectedFeatures)
+ {
+ $this->detectedFeatures = $detectedFeatures;
+ }
+ public function getDetectedFeatures()
+ {
+ return $this->detectedFeatures;
+ }
+ public function setDisplayType($displayType)
+ {
+ $this->displayType = $displayType;
+ }
+ public function getDisplayType()
+ {
+ return $this->displayType;
+ }
+ public function setDuration($duration)
+ {
+ $this->duration = $duration;
+ }
+ public function getDuration()
+ {
+ return $this->duration;
+ }
+ public function setDurationType($durationType)
+ {
+ $this->durationType = $durationType;
+ }
+ public function getDurationType()
+ {
+ return $this->durationType;
+ }
+ public function setExpandedDimension(Google_Service_Dfareporting_Size $expandedDimension)
+ {
+ $this->expandedDimension = $expandedDimension;
+ }
+ public function getExpandedDimension()
+ {
+ return $this->expandedDimension;
+ }
+ public function setFileSize($fileSize)
+ {
+ $this->fileSize = $fileSize;
+ }
+ public function getFileSize()
+ {
+ return $this->fileSize;
+ }
+ public function setFlashVersion($flashVersion)
+ {
+ $this->flashVersion = $flashVersion;
+ }
+ public function getFlashVersion()
+ {
+ return $this->flashVersion;
+ }
+ public function setHideFlashObjects($hideFlashObjects)
+ {
+ $this->hideFlashObjects = $hideFlashObjects;
+ }
+ public function getHideFlashObjects()
+ {
+ return $this->hideFlashObjects;
+ }
+ public function setHideSelectionBoxes($hideSelectionBoxes)
+ {
+ $this->hideSelectionBoxes = $hideSelectionBoxes;
+ }
+ public function getHideSelectionBoxes()
+ {
+ return $this->hideSelectionBoxes;
+ }
+ public function setHorizontallyLocked($horizontallyLocked)
+ {
+ $this->horizontallyLocked = $horizontallyLocked;
+ }
+ public function getHorizontallyLocked()
+ {
+ return $this->horizontallyLocked;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+ public function setOffset(Google_Service_Dfareporting_OffsetPosition $offset)
+ {
+ $this->offset = $offset;
+ }
+ public function getOffset()
+ {
+ return $this->offset;
+ }
+ public function setOriginalBackup($originalBackup)
+ {
+ $this->originalBackup = $originalBackup;
+ }
+ public function getOriginalBackup()
+ {
+ return $this->originalBackup;
+ }
+ public function setPosition(Google_Service_Dfareporting_OffsetPosition $position)
+ {
+ $this->position = $position;
+ }
+ public function getPosition()
+ {
+ return $this->position;
+ }
+ public function setPositionLeftUnit($positionLeftUnit)
+ {
+ $this->positionLeftUnit = $positionLeftUnit;
+ }
+ public function getPositionLeftUnit()
+ {
+ return $this->positionLeftUnit;
+ }
+ public function setPositionTopUnit($positionTopUnit)
+ {
+ $this->positionTopUnit = $positionTopUnit;
+ }
+ public function getPositionTopUnit()
+ {
+ return $this->positionTopUnit;
+ }
+ public function setProgressiveServingUrl($progressiveServingUrl)
+ {
+ $this->progressiveServingUrl = $progressiveServingUrl;
+ }
+ public function getProgressiveServingUrl()
+ {
+ return $this->progressiveServingUrl;
+ }
+ public function setPushdown($pushdown)
+ {
+ $this->pushdown = $pushdown;
+ }
+ public function getPushdown()
+ {
+ return $this->pushdown;
+ }
+ public function setPushdownDuration($pushdownDuration)
+ {
+ $this->pushdownDuration = $pushdownDuration;
+ }
+ public function getPushdownDuration()
+ {
+ return $this->pushdownDuration;
+ }
+ public function setRole($role)
+ {
+ $this->role = $role;
+ }
+ public function getRole()
+ {
+ return $this->role;
+ }
+ public function setSize(Google_Service_Dfareporting_Size $size)
+ {
+ $this->size = $size;
+ }
+ public function getSize()
+ {
+ return $this->size;
+ }
+ public function setSslCompliant($sslCompliant)
+ {
+ $this->sslCompliant = $sslCompliant;
+ }
+ public function getSslCompliant()
+ {
+ return $this->sslCompliant;
+ }
+ public function setStartTimeType($startTimeType)
+ {
+ $this->startTimeType = $startTimeType;
+ }
+ public function getStartTimeType()
+ {
+ return $this->startTimeType;
+ }
+ public function setStreamingServingUrl($streamingServingUrl)
+ {
+ $this->streamingServingUrl = $streamingServingUrl;
+ }
+ public function getStreamingServingUrl()
+ {
+ return $this->streamingServingUrl;
+ }
+ public function setTransparency($transparency)
+ {
+ $this->transparency = $transparency;
+ }
+ public function getTransparency()
+ {
+ return $this->transparency;
+ }
+ public function setVerticallyLocked($verticallyLocked)
+ {
+ $this->verticallyLocked = $verticallyLocked;
+ }
+ public function getVerticallyLocked()
+ {
+ return $this->verticallyLocked;
+ }
+ public function setVideoDuration($videoDuration)
+ {
+ $this->videoDuration = $videoDuration;
+ }
+ public function getVideoDuration()
+ {
+ return $this->videoDuration;
+ }
+ public function setWindowMode($windowMode)
+ {
+ $this->windowMode = $windowMode;
+ }
+ public function getWindowMode()
+ {
+ return $this->windowMode;
+ }
+ public function setZIndex($zIndex)
+ {
+ $this->zIndex = $zIndex;
+ }
+ public function getZIndex()
+ {
+ return $this->zIndex;
+ }
+ public function setZipFilename($zipFilename)
+ {
+ $this->zipFilename = $zipFilename;
+ }
+ public function getZipFilename()
+ {
+ return $this->zipFilename;
+ }
+ public function setZipFilesize($zipFilesize)
+ {
+ $this->zipFilesize = $zipFilesize;
+ }
+ public function getZipFilesize()
+ {
+ return $this->zipFilesize;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeAssetId extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $name;
+ public $type;
+
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeAssetMetadata extends Google_Collection
+{
+ protected $collection_key = 'warnedValidationRules';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $assetIdentifierType = 'Google_Service_Dfareporting_CreativeAssetId';
+ protected $assetIdentifierDataType = '';
+ protected $clickTagsType = 'Google_Service_Dfareporting_ClickTag';
+ protected $clickTagsDataType = 'array';
+ public $detectedFeatures;
+ public $kind;
+ public $warnedValidationRules;
+
+
+ public function setAssetIdentifier(Google_Service_Dfareporting_CreativeAssetId $assetIdentifier)
+ {
+ $this->assetIdentifier = $assetIdentifier;
+ }
+ public function getAssetIdentifier()
+ {
+ return $this->assetIdentifier;
+ }
+ public function setClickTags($clickTags)
+ {
+ $this->clickTags = $clickTags;
+ }
+ public function getClickTags()
+ {
+ return $this->clickTags;
+ }
+ public function setDetectedFeatures($detectedFeatures)
+ {
+ $this->detectedFeatures = $detectedFeatures;
+ }
+ public function getDetectedFeatures()
+ {
+ return $this->detectedFeatures;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setWarnedValidationRules($warnedValidationRules)
+ {
+ $this->warnedValidationRules = $warnedValidationRules;
+ }
+ public function getWarnedValidationRules()
+ {
+ return $this->warnedValidationRules;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeAssignment extends Google_Collection
+{
+ protected $collection_key = 'richMediaExitOverrides';
+ protected $internal_gapi_mappings = array(
+ );
+ public $active;
+ public $applyEventTags;
+ protected $clickThroughUrlType = 'Google_Service_Dfareporting_ClickThroughUrl';
+ protected $clickThroughUrlDataType = '';
+ protected $companionCreativeOverridesType = 'Google_Service_Dfareporting_CompanionClickThroughOverride';
+ protected $companionCreativeOverridesDataType = 'array';
+ protected $creativeGroupAssignmentsType = 'Google_Service_Dfareporting_CreativeGroupAssignment';
+ protected $creativeGroupAssignmentsDataType = 'array';
+ public $creativeId;
+ protected $creativeIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $creativeIdDimensionValueDataType = '';
+ public $endTime;
+ protected $richMediaExitOverridesType = 'Google_Service_Dfareporting_RichMediaExitOverride';
+ protected $richMediaExitOverridesDataType = 'array';
+ public $sequence;
+ public $sslCompliant;
+ public $startTime;
+ public $weight;
+
+
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setApplyEventTags($applyEventTags)
+ {
+ $this->applyEventTags = $applyEventTags;
+ }
+ public function getApplyEventTags()
+ {
+ return $this->applyEventTags;
+ }
+ public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl)
+ {
+ $this->clickThroughUrl = $clickThroughUrl;
+ }
+ public function getClickThroughUrl()
+ {
+ return $this->clickThroughUrl;
+ }
+ public function setCompanionCreativeOverrides($companionCreativeOverrides)
+ {
+ $this->companionCreativeOverrides = $companionCreativeOverrides;
+ }
+ public function getCompanionCreativeOverrides()
+ {
+ return $this->companionCreativeOverrides;
+ }
+ public function setCreativeGroupAssignments($creativeGroupAssignments)
+ {
+ $this->creativeGroupAssignments = $creativeGroupAssignments;
+ }
+ public function getCreativeGroupAssignments()
+ {
+ return $this->creativeGroupAssignments;
+ }
+ public function setCreativeId($creativeId)
+ {
+ $this->creativeId = $creativeId;
+ }
+ public function getCreativeId()
+ {
+ return $this->creativeId;
+ }
+ public function setCreativeIdDimensionValue(Google_Service_Dfareporting_DimensionValue $creativeIdDimensionValue)
+ {
+ $this->creativeIdDimensionValue = $creativeIdDimensionValue;
+ }
+ public function getCreativeIdDimensionValue()
+ {
+ return $this->creativeIdDimensionValue;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setRichMediaExitOverrides($richMediaExitOverrides)
+ {
+ $this->richMediaExitOverrides = $richMediaExitOverrides;
+ }
+ public function getRichMediaExitOverrides()
+ {
+ return $this->richMediaExitOverrides;
+ }
+ public function setSequence($sequence)
+ {
+ $this->sequence = $sequence;
+ }
+ public function getSequence()
+ {
+ return $this->sequence;
+ }
+ public function setSslCompliant($sslCompliant)
+ {
+ $this->sslCompliant = $sslCompliant;
+ }
+ public function getSslCompliant()
+ {
+ return $this->sslCompliant;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+ public function setWeight($weight)
+ {
+ $this->weight = $weight;
+ }
+ public function getWeight()
+ {
+ return $this->weight;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeCustomEvent extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $active;
+ public $advertiserCustomEventName;
+ public $advertiserCustomEventType;
+ public $artworkLabel;
+ public $artworkType;
+ public $exitUrl;
+ public $id;
+ protected $popupWindowPropertiesType = 'Google_Service_Dfareporting_PopupWindowProperties';
+ protected $popupWindowPropertiesDataType = '';
+ public $targetType;
+ public $videoReportingId;
+
+
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setAdvertiserCustomEventName($advertiserCustomEventName)
+ {
+ $this->advertiserCustomEventName = $advertiserCustomEventName;
+ }
+ public function getAdvertiserCustomEventName()
+ {
+ return $this->advertiserCustomEventName;
+ }
+ public function setAdvertiserCustomEventType($advertiserCustomEventType)
+ {
+ $this->advertiserCustomEventType = $advertiserCustomEventType;
+ }
+ public function getAdvertiserCustomEventType()
+ {
+ return $this->advertiserCustomEventType;
+ }
+ public function setArtworkLabel($artworkLabel)
+ {
+ $this->artworkLabel = $artworkLabel;
+ }
+ public function getArtworkLabel()
+ {
+ return $this->artworkLabel;
+ }
+ public function setArtworkType($artworkType)
+ {
+ $this->artworkType = $artworkType;
+ }
+ public function getArtworkType()
+ {
+ return $this->artworkType;
+ }
+ public function setExitUrl($exitUrl)
+ {
+ $this->exitUrl = $exitUrl;
+ }
+ public function getExitUrl()
+ {
+ return $this->exitUrl;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setPopupWindowProperties(Google_Service_Dfareporting_PopupWindowProperties $popupWindowProperties)
+ {
+ $this->popupWindowProperties = $popupWindowProperties;
+ }
+ public function getPopupWindowProperties()
+ {
+ return $this->popupWindowProperties;
+ }
+ public function setTargetType($targetType)
+ {
+ $this->targetType = $targetType;
+ }
+ public function getTargetType()
+ {
+ return $this->targetType;
+ }
+ public function setVideoReportingId($videoReportingId)
+ {
+ $this->videoReportingId = $videoReportingId;
+ }
+ public function getVideoReportingId()
+ {
+ return $this->videoReportingId;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeField extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $id;
+ public $kind;
+ public $name;
+ public $subaccountId;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeFieldAssignment extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $creativeFieldId;
+ public $creativeFieldValueId;
+
+
+ public function setCreativeFieldId($creativeFieldId)
+ {
+ $this->creativeFieldId = $creativeFieldId;
+ }
+ public function getCreativeFieldId()
+ {
+ return $this->creativeFieldId;
+ }
+ public function setCreativeFieldValueId($creativeFieldValueId)
+ {
+ $this->creativeFieldValueId = $creativeFieldValueId;
+ }
+ public function getCreativeFieldValueId()
+ {
+ return $this->creativeFieldValueId;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeFieldValue extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+ public $value;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeFieldValuesListResponse extends Google_Collection
+{
+ protected $collection_key = 'creativeFieldValues';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $creativeFieldValuesType = 'Google_Service_Dfareporting_CreativeFieldValue';
+ protected $creativeFieldValuesDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setCreativeFieldValues($creativeFieldValues)
+ {
+ $this->creativeFieldValues = $creativeFieldValues;
+ }
+ public function getCreativeFieldValues()
+ {
+ return $this->creativeFieldValues;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeFieldsListResponse extends Google_Collection
+{
+ protected $collection_key = 'creativeFields';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $creativeFieldsType = 'Google_Service_Dfareporting_CreativeField';
+ protected $creativeFieldsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setCreativeFields($creativeFields)
+ {
+ $this->creativeFields = $creativeFields;
+ }
+ public function getCreativeFields()
+ {
+ return $this->creativeFields;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeGroup extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $groupNumber;
+ public $id;
+ public $kind;
+ public $name;
+ public $subaccountId;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setGroupNumber($groupNumber)
+ {
+ $this->groupNumber = $groupNumber;
+ }
+ public function getGroupNumber()
+ {
+ return $this->groupNumber;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeGroupAssignment extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $creativeGroupId;
+ public $creativeGroupNumber;
+
+
+ public function setCreativeGroupId($creativeGroupId)
+ {
+ $this->creativeGroupId = $creativeGroupId;
+ }
+ public function getCreativeGroupId()
+ {
+ return $this->creativeGroupId;
+ }
+ public function setCreativeGroupNumber($creativeGroupNumber)
+ {
+ $this->creativeGroupNumber = $creativeGroupNumber;
+ }
+ public function getCreativeGroupNumber()
+ {
+ return $this->creativeGroupNumber;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeGroupsListResponse extends Google_Collection
+{
+ protected $collection_key = 'creativeGroups';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $creativeGroupsType = 'Google_Service_Dfareporting_CreativeGroup';
+ protected $creativeGroupsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setCreativeGroups($creativeGroups)
+ {
+ $this->creativeGroups = $creativeGroups;
+ }
+ public function getCreativeGroups()
+ {
+ return $this->creativeGroups;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeOptimizationConfiguration extends Google_Collection
+{
+ protected $collection_key = 'optimizationActivitys';
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $name;
+ protected $optimizationActivitysType = 'Google_Service_Dfareporting_OptimizationActivity';
+ protected $optimizationActivitysDataType = 'array';
+ public $optimizationModel;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOptimizationActivitys($optimizationActivitys)
+ {
+ $this->optimizationActivitys = $optimizationActivitys;
+ }
+ public function getOptimizationActivitys()
+ {
+ return $this->optimizationActivitys;
+ }
+ public function setOptimizationModel($optimizationModel)
+ {
+ $this->optimizationModel = $optimizationModel;
+ }
+ public function getOptimizationModel()
+ {
+ return $this->optimizationModel;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeRotation extends Google_Collection
+{
+ protected $collection_key = 'creativeAssignments';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $creativeAssignmentsType = 'Google_Service_Dfareporting_CreativeAssignment';
+ protected $creativeAssignmentsDataType = 'array';
+ public $creativeOptimizationConfigurationId;
+ public $type;
+ public $weightCalculationStrategy;
+
+
+ public function setCreativeAssignments($creativeAssignments)
+ {
+ $this->creativeAssignments = $creativeAssignments;
+ }
+ public function getCreativeAssignments()
+ {
+ return $this->creativeAssignments;
+ }
+ public function setCreativeOptimizationConfigurationId($creativeOptimizationConfigurationId)
+ {
+ $this->creativeOptimizationConfigurationId = $creativeOptimizationConfigurationId;
+ }
+ public function getCreativeOptimizationConfigurationId()
+ {
+ return $this->creativeOptimizationConfigurationId;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setWeightCalculationStrategy($weightCalculationStrategy)
+ {
+ $this->weightCalculationStrategy = $weightCalculationStrategy;
+ }
+ public function getWeightCalculationStrategy()
+ {
+ return $this->weightCalculationStrategy;
+ }
+}
+
+class Google_Service_Dfareporting_CreativeSettings extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $iFrameFooter;
+ public $iFrameHeader;
+
+
+ public function setIFrameFooter($iFrameFooter)
+ {
+ $this->iFrameFooter = $iFrameFooter;
+ }
+ public function getIFrameFooter()
+ {
+ return $this->iFrameFooter;
+ }
+ public function setIFrameHeader($iFrameHeader)
+ {
+ $this->iFrameHeader = $iFrameHeader;
+ }
+ public function getIFrameHeader()
+ {
+ return $this->iFrameHeader;
+ }
+}
+
+class Google_Service_Dfareporting_CreativesListResponse extends Google_Collection
+{
+ protected $collection_key = 'creatives';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $creativesType = 'Google_Service_Dfareporting_Creative';
+ protected $creativesDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setCreatives($creatives)
+ {
+ $this->creatives = $creatives;
+ }
+ public function getCreatives()
+ {
+ return $this->creatives;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields extends Google_Collection
+{
+ protected $collection_key = 'overlapMetrics';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $breakdownType = 'Google_Service_Dfareporting_Dimension';
+ protected $breakdownDataType = 'array';
+ protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
+ protected $dimensionFiltersDataType = 'array';
+ public $kind;
+ protected $metricsType = 'Google_Service_Dfareporting_Metric';
+ protected $metricsDataType = 'array';
+ protected $overlapMetricsType = 'Google_Service_Dfareporting_Metric';
+ protected $overlapMetricsDataType = 'array';
+
+
+ public function setBreakdown($breakdown)
+ {
+ $this->breakdown = $breakdown;
+ }
+ public function getBreakdown()
+ {
+ return $this->breakdown;
+ }
+ public function setDimensionFilters($dimensionFilters)
+ {
+ $this->dimensionFilters = $dimensionFilters;
+ }
+ public function getDimensionFilters()
+ {
+ return $this->dimensionFilters;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMetrics($metrics)
+ {
+ $this->metrics = $metrics;
+ }
+ public function getMetrics()
+ {
+ return $this->metrics;
+ }
+ public function setOverlapMetrics($overlapMetrics)
+ {
+ $this->overlapMetrics = $overlapMetrics;
+ }
+ public function getOverlapMetrics()
+ {
+ return $this->overlapMetrics;
+ }
+}
+
+class Google_Service_Dfareporting_CustomRichMediaEvents extends Google_Collection
+{
+ protected $collection_key = 'filteredEventIds';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $filteredEventIdsType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $filteredEventIdsDataType = 'array';
+ public $kind;
+
+
+ public function setFilteredEventIds($filteredEventIds)
+ {
+ $this->filteredEventIds = $filteredEventIds;
+ }
+ public function getFilteredEventIds()
+ {
+ return $this->filteredEventIds;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_DateRange extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $endDate;
+ public $kind;
+ public $relativeDateRange;
+ public $startDate;
+
+
+ public function setEndDate($endDate)
+ {
+ $this->endDate = $endDate;
+ }
+ public function getEndDate()
+ {
+ return $this->endDate;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setRelativeDateRange($relativeDateRange)
+ {
+ $this->relativeDateRange = $relativeDateRange;
+ }
+ public function getRelativeDateRange()
+ {
+ return $this->relativeDateRange;
+ }
+ public function setStartDate($startDate)
+ {
+ $this->startDate = $startDate;
+ }
+ public function getStartDate()
+ {
+ return $this->startDate;
+ }
+}
+
+class Google_Service_Dfareporting_DayPartTargeting extends Google_Collection
+{
+ protected $collection_key = 'hoursOfDay';
+ protected $internal_gapi_mappings = array(
+ );
+ public $daysOfWeek;
+ public $hoursOfDay;
+ public $userLocalTime;
+
+
+ public function setDaysOfWeek($daysOfWeek)
+ {
+ $this->daysOfWeek = $daysOfWeek;
+ }
+ public function getDaysOfWeek()
+ {
+ return $this->daysOfWeek;
+ }
+ public function setHoursOfDay($hoursOfDay)
+ {
+ $this->hoursOfDay = $hoursOfDay;
+ }
+ public function getHoursOfDay()
+ {
+ return $this->hoursOfDay;
+ }
+ public function setUserLocalTime($userLocalTime)
+ {
+ $this->userLocalTime = $userLocalTime;
+ }
+ public function getUserLocalTime()
+ {
+ return $this->userLocalTime;
+ }
+}
+
+class Google_Service_Dfareporting_DefaultClickThroughEventTagProperties extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $defaultClickThroughEventTagId;
+ public $overrideInheritedEventTag;
+
+
+ public function setDefaultClickThroughEventTagId($defaultClickThroughEventTagId)
+ {
+ $this->defaultClickThroughEventTagId = $defaultClickThroughEventTagId;
+ }
+ public function getDefaultClickThroughEventTagId()
+ {
+ return $this->defaultClickThroughEventTagId;
+ }
+ public function setOverrideInheritedEventTag($overrideInheritedEventTag)
+ {
+ $this->overrideInheritedEventTag = $overrideInheritedEventTag;
+ }
+ public function getOverrideInheritedEventTag()
+ {
+ return $this->overrideInheritedEventTag;
+ }
+}
+
+class Google_Service_Dfareporting_DeliverySchedule extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $frequencyCapType = 'Google_Service_Dfareporting_FrequencyCap';
+ protected $frequencyCapDataType = '';
+ public $hardCutoff;
+ public $impressionRatio;
+ public $priority;
+
+
+ public function setFrequencyCap(Google_Service_Dfareporting_FrequencyCap $frequencyCap)
+ {
+ $this->frequencyCap = $frequencyCap;
+ }
+ public function getFrequencyCap()
+ {
+ return $this->frequencyCap;
+ }
+ public function setHardCutoff($hardCutoff)
+ {
+ $this->hardCutoff = $hardCutoff;
+ }
+ public function getHardCutoff()
+ {
+ return $this->hardCutoff;
+ }
+ public function setImpressionRatio($impressionRatio)
+ {
+ $this->impressionRatio = $impressionRatio;
+ }
+ public function getImpressionRatio()
+ {
+ return $this->impressionRatio;
+ }
+ public function setPriority($priority)
+ {
+ $this->priority = $priority;
+ }
+ public function getPriority()
+ {
+ return $this->priority;
+ }
+}
+
+class Google_Service_Dfareporting_DfareportingFile extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
+ protected $dateRangeDataType = '';
+ public $etag;
+ public $fileName;
+ public $format;
+ public $id;
+ public $kind;
+ public $lastModifiedTime;
+ public $reportId;
+ public $status;
+ protected $urlsType = 'Google_Service_Dfareporting_DfareportingFileUrls';
+ protected $urlsDataType = '';
+
+
+ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
+ {
+ $this->dateRange = $dateRange;
+ }
+ public function getDateRange()
+ {
+ return $this->dateRange;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setFileName($fileName)
+ {
+ $this->fileName = $fileName;
+ }
+ public function getFileName()
+ {
+ return $this->fileName;
+ }
+ public function setFormat($format)
+ {
+ $this->format = $format;
+ }
+ public function getFormat()
+ {
+ return $this->format;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLastModifiedTime($lastModifiedTime)
+ {
+ $this->lastModifiedTime = $lastModifiedTime;
+ }
+ public function getLastModifiedTime()
+ {
+ return $this->lastModifiedTime;
+ }
+ public function setReportId($reportId)
+ {
+ $this->reportId = $reportId;
+ }
+ public function getReportId()
+ {
+ return $this->reportId;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setUrls(Google_Service_Dfareporting_DfareportingFileUrls $urls)
+ {
+ $this->urls = $urls;
+ }
+ public function getUrls()
+ {
+ return $this->urls;
+ }
+}
+
+class Google_Service_Dfareporting_DfareportingFileUrls extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $apiUrl;
+ public $browserUrl;
+
+
+ public function setApiUrl($apiUrl)
+ {
+ $this->apiUrl = $apiUrl;
+ }
+ public function getApiUrl()
+ {
+ return $this->apiUrl;
+ }
+ public function setBrowserUrl($browserUrl)
+ {
+ $this->browserUrl = $browserUrl;
+ }
+ public function getBrowserUrl()
+ {
+ return $this->browserUrl;
+ }
+}
+
+class Google_Service_Dfareporting_DfpSettings extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ "dfpNetworkCode" => "dfp_network_code",
+ "dfpNetworkName" => "dfp_network_name",
+ );
+ public $dfpNetworkCode;
+ public $dfpNetworkName;
+ public $programmaticPlacementAccepted;
+ public $pubPaidPlacementAccepted;
+ public $publisherPortalOnly;
+
+
+ public function setDfpNetworkCode($dfpNetworkCode)
+ {
+ $this->dfpNetworkCode = $dfpNetworkCode;
+ }
+ public function getDfpNetworkCode()
+ {
+ return $this->dfpNetworkCode;
+ }
+ public function setDfpNetworkName($dfpNetworkName)
+ {
+ $this->dfpNetworkName = $dfpNetworkName;
+ }
+ public function getDfpNetworkName()
+ {
+ return $this->dfpNetworkName;
+ }
+ public function setProgrammaticPlacementAccepted($programmaticPlacementAccepted)
+ {
+ $this->programmaticPlacementAccepted = $programmaticPlacementAccepted;
+ }
+ public function getProgrammaticPlacementAccepted()
+ {
+ return $this->programmaticPlacementAccepted;
+ }
+ public function setPubPaidPlacementAccepted($pubPaidPlacementAccepted)
+ {
+ $this->pubPaidPlacementAccepted = $pubPaidPlacementAccepted;
+ }
+ public function getPubPaidPlacementAccepted()
+ {
+ return $this->pubPaidPlacementAccepted;
+ }
+ public function setPublisherPortalOnly($publisherPortalOnly)
+ {
+ $this->publisherPortalOnly = $publisherPortalOnly;
+ }
+ public function getPublisherPortalOnly()
+ {
+ return $this->publisherPortalOnly;
+ }
+}
+
+class Google_Service_Dfareporting_Dimension extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $name;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_DimensionFilter extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $dimensionName;
+ public $kind;
+ public $value;
+
+
+ public function setDimensionName($dimensionName)
+ {
+ $this->dimensionName = $dimensionName;
+ }
+ public function getDimensionName()
+ {
+ return $this->dimensionName;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Dfareporting_DimensionValue extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $dimensionName;
+ public $etag;
+ public $id;
+ public $kind;
+ public $matchType;
+ public $value;
+
+
+ public function setDimensionName($dimensionName)
+ {
+ $this->dimensionName = $dimensionName;
+ }
+ public function getDimensionName()
+ {
+ return $this->dimensionName;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMatchType($matchType)
+ {
+ $this->matchType = $matchType;
+ }
+ public function getMatchType()
+ {
+ return $this->matchType;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Dfareporting_DimensionValueList extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ public $etag;
+ protected $itemsType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_DimensionValueRequest extends Google_Collection
+{
+ protected $collection_key = 'filters';
+ protected $internal_gapi_mappings = array(
+ );
+ public $dimensionName;
+ public $endDate;
+ protected $filtersType = 'Google_Service_Dfareporting_DimensionFilter';
+ protected $filtersDataType = 'array';
+ public $kind;
+ public $startDate;
+
+
+ public function setDimensionName($dimensionName)
+ {
+ $this->dimensionName = $dimensionName;
+ }
+ public function getDimensionName()
+ {
+ return $this->dimensionName;
+ }
+ public function setEndDate($endDate)
+ {
+ $this->endDate = $endDate;
+ }
+ public function getEndDate()
+ {
+ return $this->endDate;
+ }
+ public function setFilters($filters)
+ {
+ $this->filters = $filters;
+ }
+ public function getFilters()
+ {
+ return $this->filters;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setStartDate($startDate)
+ {
+ $this->startDate = $startDate;
+ }
+ public function getStartDate()
+ {
+ return $this->startDate;
+ }
+}
+
+class Google_Service_Dfareporting_DirectorySite extends Google_Collection
+{
+ protected $collection_key = 'interstitialTagFormats';
+ protected $internal_gapi_mappings = array(
+ );
+ public $active;
+ protected $contactAssignmentsType = 'Google_Service_Dfareporting_DirectorySiteContactAssignment';
+ protected $contactAssignmentsDataType = 'array';
+ public $countryId;
+ public $currencyId;
+ public $description;
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $inpageTagFormats;
+ public $interstitialTagFormats;
+ public $kind;
+ public $name;
+ public $parentId;
+ protected $settingsType = 'Google_Service_Dfareporting_DirectorySiteSettings';
+ protected $settingsDataType = '';
+ public $url;
+
+
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setContactAssignments($contactAssignments)
+ {
+ $this->contactAssignments = $contactAssignments;
+ }
+ public function getContactAssignments()
+ {
+ return $this->contactAssignments;
+ }
+ public function setCountryId($countryId)
+ {
+ $this->countryId = $countryId;
+ }
+ public function getCountryId()
+ {
+ return $this->countryId;
+ }
+ public function setCurrencyId($currencyId)
+ {
+ $this->currencyId = $currencyId;
+ }
+ public function getCurrencyId()
+ {
+ return $this->currencyId;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setInpageTagFormats($inpageTagFormats)
+ {
+ $this->inpageTagFormats = $inpageTagFormats;
+ }
+ public function getInpageTagFormats()
+ {
+ return $this->inpageTagFormats;
+ }
+ public function setInterstitialTagFormats($interstitialTagFormats)
+ {
+ $this->interstitialTagFormats = $interstitialTagFormats;
+ }
+ public function getInterstitialTagFormats()
+ {
+ return $this->interstitialTagFormats;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setParentId($parentId)
+ {
+ $this->parentId = $parentId;
+ }
+ public function getParentId()
+ {
+ return $this->parentId;
+ }
+ public function setSettings(Google_Service_Dfareporting_DirectorySiteSettings $settings)
+ {
+ $this->settings = $settings;
+ }
+ public function getSettings()
+ {
+ return $this->settings;
+ }
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Dfareporting_DirectorySiteContact extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $email;
+ public $firstName;
+ public $id;
+ public $kind;
+ public $lastName;
+ public $role;
+ public $type;
+
+
+ public function setEmail($email)
+ {
+ $this->email = $email;
+ }
+ public function getEmail()
+ {
+ return $this->email;
+ }
+ public function setFirstName($firstName)
+ {
+ $this->firstName = $firstName;
+ }
+ public function getFirstName()
+ {
+ return $this->firstName;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLastName($lastName)
+ {
+ $this->lastName = $lastName;
+ }
+ public function getLastName()
+ {
+ return $this->lastName;
+ }
+ public function setRole($role)
+ {
+ $this->role = $role;
+ }
+ public function getRole()
+ {
+ return $this->role;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Dfareporting_DirectorySiteContactAssignment extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $contactId;
+ public $visibility;
+
+
+ public function setContactId($contactId)
+ {
+ $this->contactId = $contactId;
+ }
+ public function getContactId()
+ {
+ return $this->contactId;
+ }
+ public function setVisibility($visibility)
+ {
+ $this->visibility = $visibility;
+ }
+ public function getVisibility()
+ {
+ return $this->visibility;
+ }
+}
+
+class Google_Service_Dfareporting_DirectorySiteContactsListResponse extends Google_Collection
+{
+ protected $collection_key = 'directorySiteContacts';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $directorySiteContactsType = 'Google_Service_Dfareporting_DirectorySiteContact';
+ protected $directorySiteContactsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setDirectorySiteContacts($directorySiteContacts)
+ {
+ $this->directorySiteContacts = $directorySiteContacts;
+ }
+ public function getDirectorySiteContacts()
+ {
+ return $this->directorySiteContacts;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_DirectorySiteSettings extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ "dfpSettings" => "dfp_settings",
+ "instreamVideoPlacementAccepted" => "instream_video_placement_accepted",
+ );
+ public $activeViewOptOut;
+ protected $dfpSettingsType = 'Google_Service_Dfareporting_DfpSettings';
+ protected $dfpSettingsDataType = '';
+ public $instreamVideoPlacementAccepted;
+ public $interstitialPlacementAccepted;
+ public $nielsenOcrOptOut;
+ public $verificationTagOptOut;
+ public $videoActiveViewOptOut;
+
+
+ public function setActiveViewOptOut($activeViewOptOut)
+ {
+ $this->activeViewOptOut = $activeViewOptOut;
+ }
+ public function getActiveViewOptOut()
+ {
+ return $this->activeViewOptOut;
+ }
+ public function setDfpSettings(Google_Service_Dfareporting_DfpSettings $dfpSettings)
+ {
+ $this->dfpSettings = $dfpSettings;
+ }
+ public function getDfpSettings()
+ {
+ return $this->dfpSettings;
+ }
+ public function setInstreamVideoPlacementAccepted($instreamVideoPlacementAccepted)
+ {
+ $this->instreamVideoPlacementAccepted = $instreamVideoPlacementAccepted;
+ }
+ public function getInstreamVideoPlacementAccepted()
+ {
+ return $this->instreamVideoPlacementAccepted;
+ }
+ public function setInterstitialPlacementAccepted($interstitialPlacementAccepted)
+ {
+ $this->interstitialPlacementAccepted = $interstitialPlacementAccepted;
+ }
+ public function getInterstitialPlacementAccepted()
+ {
+ return $this->interstitialPlacementAccepted;
+ }
+ public function setNielsenOcrOptOut($nielsenOcrOptOut)
+ {
+ $this->nielsenOcrOptOut = $nielsenOcrOptOut;
+ }
+ public function getNielsenOcrOptOut()
+ {
+ return $this->nielsenOcrOptOut;
+ }
+ public function setVerificationTagOptOut($verificationTagOptOut)
+ {
+ $this->verificationTagOptOut = $verificationTagOptOut;
+ }
+ public function getVerificationTagOptOut()
+ {
+ return $this->verificationTagOptOut;
+ }
+ public function setVideoActiveViewOptOut($videoActiveViewOptOut)
+ {
+ $this->videoActiveViewOptOut = $videoActiveViewOptOut;
+ }
+ public function getVideoActiveViewOptOut()
+ {
+ return $this->videoActiveViewOptOut;
+ }
+}
+
+class Google_Service_Dfareporting_DirectorySitesListResponse extends Google_Collection
+{
+ protected $collection_key = 'directorySites';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $directorySitesType = 'Google_Service_Dfareporting_DirectorySite';
+ protected $directorySitesDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setDirectorySites($directorySites)
+ {
+ $this->directorySites = $directorySites;
+ }
+ public function getDirectorySites()
+ {
+ return $this->directorySites;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_EventTag extends Google_Collection
+{
+ protected $collection_key = 'siteIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $campaignId;
+ protected $campaignIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $campaignIdDimensionValueDataType = '';
+ public $enabledByDefault;
+ public $id;
+ public $kind;
+ public $name;
+ public $siteFilterType;
+ public $siteIds;
+ public $sslCompliant;
+ public $status;
+ public $subaccountId;
+ public $type;
+ public $url;
+ public $urlEscapeLevels;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setCampaignId($campaignId)
+ {
+ $this->campaignId = $campaignId;
+ }
+ public function getCampaignId()
+ {
+ return $this->campaignId;
+ }
+ public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue)
+ {
+ $this->campaignIdDimensionValue = $campaignIdDimensionValue;
+ }
+ public function getCampaignIdDimensionValue()
+ {
+ return $this->campaignIdDimensionValue;
+ }
+ public function setEnabledByDefault($enabledByDefault)
+ {
+ $this->enabledByDefault = $enabledByDefault;
+ }
+ public function getEnabledByDefault()
+ {
+ return $this->enabledByDefault;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSiteFilterType($siteFilterType)
+ {
+ $this->siteFilterType = $siteFilterType;
+ }
+ public function getSiteFilterType()
+ {
+ return $this->siteFilterType;
+ }
+ public function setSiteIds($siteIds)
+ {
+ $this->siteIds = $siteIds;
+ }
+ public function getSiteIds()
+ {
+ return $this->siteIds;
+ }
+ public function setSslCompliant($sslCompliant)
+ {
+ $this->sslCompliant = $sslCompliant;
+ }
+ public function getSslCompliant()
+ {
+ return $this->sslCompliant;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+ public function getUrl()
+ {
+ return $this->url;
+ }
+ public function setUrlEscapeLevels($urlEscapeLevels)
+ {
+ $this->urlEscapeLevels = $urlEscapeLevels;
+ }
+ public function getUrlEscapeLevels()
+ {
+ return $this->urlEscapeLevels;
+ }
+}
+
+class Google_Service_Dfareporting_EventTagOverride extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $enabled;
+ public $id;
+
+
+ public function setEnabled($enabled)
+ {
+ $this->enabled = $enabled;
+ }
+ public function getEnabled()
+ {
+ return $this->enabled;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+}
+
+class Google_Service_Dfareporting_EventTagsListResponse extends Google_Collection
+{
+ protected $collection_key = 'eventTags';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $eventTagsType = 'Google_Service_Dfareporting_EventTag';
+ protected $eventTagsDataType = 'array';
+ public $kind;
+
+
+ public function setEventTags($eventTags)
+ {
+ $this->eventTags = $eventTags;
+ }
+ public function getEventTags()
+ {
+ return $this->eventTags;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_FileList extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ public $etag;
+ protected $itemsType = 'Google_Service_Dfareporting_DfareportingFile';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $floodlightActivityTag;
+ public $kind;
+
+
+ public function setFloodlightActivityTag($floodlightActivityTag)
+ {
+ $this->floodlightActivityTag = $floodlightActivityTag;
+ }
+ public function getFloodlightActivityTag()
+ {
+ return $this->floodlightActivityTag;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightActivitiesListResponse extends Google_Collection
+{
+ protected $collection_key = 'floodlightActivities';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $floodlightActivitiesType = 'Google_Service_Dfareporting_FloodlightActivity';
+ protected $floodlightActivitiesDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setFloodlightActivities($floodlightActivities)
+ {
+ $this->floodlightActivities = $floodlightActivities;
+ }
+ public function getFloodlightActivities()
+ {
+ return $this->floodlightActivities;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection
+{
+ protected $collection_key = 'userDefinedVariableTypes';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $cacheBustingType;
+ public $countingMethod;
+ protected $defaultTagsType = 'Google_Service_Dfareporting_FloodlightActivityDynamicTag';
+ protected $defaultTagsDataType = 'array';
+ public $expectedUrl;
+ public $floodlightActivityGroupId;
+ public $floodlightActivityGroupName;
+ public $floodlightActivityGroupTagString;
+ public $floodlightActivityGroupType;
+ public $floodlightConfigurationId;
+ protected $floodlightConfigurationIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $floodlightConfigurationIdDimensionValueDataType = '';
+ public $hidden;
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $imageTagEnabled;
+ public $kind;
+ public $name;
+ public $notes;
+ protected $publisherTagsType = 'Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag';
+ protected $publisherTagsDataType = 'array';
+ public $secure;
+ public $sslCompliant;
+ public $sslRequired;
+ public $subaccountId;
+ public $tagFormat;
+ public $tagString;
+ public $userDefinedVariableTypes;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setCacheBustingType($cacheBustingType)
+ {
+ $this->cacheBustingType = $cacheBustingType;
+ }
+ public function getCacheBustingType()
+ {
+ return $this->cacheBustingType;
+ }
+ public function setCountingMethod($countingMethod)
+ {
+ $this->countingMethod = $countingMethod;
+ }
+ public function getCountingMethod()
+ {
+ return $this->countingMethod;
+ }
+ public function setDefaultTags($defaultTags)
+ {
+ $this->defaultTags = $defaultTags;
+ }
+ public function getDefaultTags()
+ {
+ return $this->defaultTags;
+ }
+ public function setExpectedUrl($expectedUrl)
+ {
+ $this->expectedUrl = $expectedUrl;
+ }
+ public function getExpectedUrl()
+ {
+ return $this->expectedUrl;
+ }
+ public function setFloodlightActivityGroupId($floodlightActivityGroupId)
+ {
+ $this->floodlightActivityGroupId = $floodlightActivityGroupId;
+ }
+ public function getFloodlightActivityGroupId()
+ {
+ return $this->floodlightActivityGroupId;
+ }
+ public function setFloodlightActivityGroupName($floodlightActivityGroupName)
+ {
+ $this->floodlightActivityGroupName = $floodlightActivityGroupName;
+ }
+ public function getFloodlightActivityGroupName()
+ {
+ return $this->floodlightActivityGroupName;
+ }
+ public function setFloodlightActivityGroupTagString($floodlightActivityGroupTagString)
+ {
+ $this->floodlightActivityGroupTagString = $floodlightActivityGroupTagString;
+ }
+ public function getFloodlightActivityGroupTagString()
+ {
+ return $this->floodlightActivityGroupTagString;
+ }
+ public function setFloodlightActivityGroupType($floodlightActivityGroupType)
+ {
+ $this->floodlightActivityGroupType = $floodlightActivityGroupType;
+ }
+ public function getFloodlightActivityGroupType()
+ {
+ return $this->floodlightActivityGroupType;
+ }
+ public function setFloodlightConfigurationId($floodlightConfigurationId)
+ {
+ $this->floodlightConfigurationId = $floodlightConfigurationId;
+ }
+ public function getFloodlightConfigurationId()
+ {
+ return $this->floodlightConfigurationId;
+ }
+ public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue)
+ {
+ $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue;
+ }
+ public function getFloodlightConfigurationIdDimensionValue()
+ {
+ return $this->floodlightConfigurationIdDimensionValue;
+ }
+ public function setHidden($hidden)
+ {
+ $this->hidden = $hidden;
+ }
+ public function getHidden()
+ {
+ return $this->hidden;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setImageTagEnabled($imageTagEnabled)
+ {
+ $this->imageTagEnabled = $imageTagEnabled;
+ }
+ public function getImageTagEnabled()
+ {
+ return $this->imageTagEnabled;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setNotes($notes)
+ {
+ $this->notes = $notes;
+ }
+ public function getNotes()
+ {
+ return $this->notes;
+ }
+ public function setPublisherTags($publisherTags)
+ {
+ $this->publisherTags = $publisherTags;
+ }
+ public function getPublisherTags()
+ {
+ return $this->publisherTags;
+ }
+ public function setSecure($secure)
+ {
+ $this->secure = $secure;
+ }
+ public function getSecure()
+ {
+ return $this->secure;
+ }
+ public function setSslCompliant($sslCompliant)
+ {
+ $this->sslCompliant = $sslCompliant;
+ }
+ public function getSslCompliant()
+ {
+ return $this->sslCompliant;
+ }
+ public function setSslRequired($sslRequired)
+ {
+ $this->sslRequired = $sslRequired;
+ }
+ public function getSslRequired()
+ {
+ return $this->sslRequired;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setTagFormat($tagFormat)
+ {
+ $this->tagFormat = $tagFormat;
+ }
+ public function getTagFormat()
+ {
+ return $this->tagFormat;
+ }
+ public function setTagString($tagString)
+ {
+ $this->tagString = $tagString;
+ }
+ public function getTagString()
+ {
+ return $this->tagString;
+ }
+ public function setUserDefinedVariableTypes($userDefinedVariableTypes)
+ {
+ $this->userDefinedVariableTypes = $userDefinedVariableTypes;
+ }
+ public function getUserDefinedVariableTypes()
+ {
+ return $this->userDefinedVariableTypes;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightActivityDynamicTag extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $name;
+ public $tag;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setTag($tag)
+ {
+ $this->tag = $tag;
+ }
+ public function getTag()
+ {
+ return $this->tag;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightActivityGroup extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $floodlightConfigurationId;
+ protected $floodlightConfigurationIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $floodlightConfigurationIdDimensionValueDataType = '';
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $kind;
+ public $name;
+ public $subaccountId;
+ public $tagString;
+ public $type;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setFloodlightConfigurationId($floodlightConfigurationId)
+ {
+ $this->floodlightConfigurationId = $floodlightConfigurationId;
+ }
+ public function getFloodlightConfigurationId()
+ {
+ return $this->floodlightConfigurationId;
+ }
+ public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue)
+ {
+ $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue;
+ }
+ public function getFloodlightConfigurationIdDimensionValue()
+ {
+ return $this->floodlightConfigurationIdDimensionValue;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setTagString($tagString)
+ {
+ $this->tagString = $tagString;
+ }
+ public function getTagString()
+ {
+ return $this->tagString;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightActivityGroupsListResponse extends Google_Collection
+{
+ protected $collection_key = 'floodlightActivityGroups';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $floodlightActivityGroupsType = 'Google_Service_Dfareporting_FloodlightActivityGroup';
+ protected $floodlightActivityGroupsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setFloodlightActivityGroups($floodlightActivityGroups)
+ {
+ $this->floodlightActivityGroups = $floodlightActivityGroups;
+ }
+ public function getFloodlightActivityGroups()
+ {
+ return $this->floodlightActivityGroups;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $clickThrough;
+ public $directorySiteId;
+ protected $dynamicTagType = 'Google_Service_Dfareporting_FloodlightActivityDynamicTag';
+ protected $dynamicTagDataType = '';
+ public $siteId;
+ protected $siteIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $siteIdDimensionValueDataType = '';
+ public $viewThrough;
+
+
+ public function setClickThrough($clickThrough)
+ {
+ $this->clickThrough = $clickThrough;
+ }
+ public function getClickThrough()
+ {
+ return $this->clickThrough;
+ }
+ public function setDirectorySiteId($directorySiteId)
+ {
+ $this->directorySiteId = $directorySiteId;
+ }
+ public function getDirectorySiteId()
+ {
+ return $this->directorySiteId;
+ }
+ public function setDynamicTag(Google_Service_Dfareporting_FloodlightActivityDynamicTag $dynamicTag)
+ {
+ $this->dynamicTag = $dynamicTag;
+ }
+ public function getDynamicTag()
+ {
+ return $this->dynamicTag;
+ }
+ public function setSiteId($siteId)
+ {
+ $this->siteId = $siteId;
+ }
+ public function getSiteId()
+ {
+ return $this->siteId;
+ }
+ public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue)
+ {
+ $this->siteIdDimensionValue = $siteIdDimensionValue;
+ }
+ public function getSiteIdDimensionValue()
+ {
+ return $this->siteIdDimensionValue;
+ }
+ public function setViewThrough($viewThrough)
+ {
+ $this->viewThrough = $viewThrough;
+ }
+ public function getViewThrough()
+ {
+ return $this->viewThrough;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightConfiguration extends Google_Collection
+{
+ protected $collection_key = 'userDefinedVariableConfigurations';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $analyticsDataSharingEnabled;
+ public $exposureToConversionEnabled;
+ public $firstDayOfWeek;
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $kind;
+ protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
+ protected $lookbackConfigurationDataType = '';
+ public $naturalSearchConversionAttributionOption;
+ protected $omnitureSettingsType = 'Google_Service_Dfareporting_OmnitureSettings';
+ protected $omnitureSettingsDataType = '';
+ public $sslRequired;
+ public $standardVariableTypes;
+ public $subaccountId;
+ protected $tagSettingsType = 'Google_Service_Dfareporting_TagSettings';
+ protected $tagSettingsDataType = '';
+ protected $userDefinedVariableConfigurationsType = 'Google_Service_Dfareporting_UserDefinedVariableConfiguration';
+ protected $userDefinedVariableConfigurationsDataType = 'array';
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setAnalyticsDataSharingEnabled($analyticsDataSharingEnabled)
+ {
+ $this->analyticsDataSharingEnabled = $analyticsDataSharingEnabled;
+ }
+ public function getAnalyticsDataSharingEnabled()
+ {
+ return $this->analyticsDataSharingEnabled;
+ }
+ public function setExposureToConversionEnabled($exposureToConversionEnabled)
+ {
+ $this->exposureToConversionEnabled = $exposureToConversionEnabled;
+ }
+ public function getExposureToConversionEnabled()
+ {
+ return $this->exposureToConversionEnabled;
+ }
+ public function setFirstDayOfWeek($firstDayOfWeek)
+ {
+ $this->firstDayOfWeek = $firstDayOfWeek;
+ }
+ public function getFirstDayOfWeek()
+ {
+ return $this->firstDayOfWeek;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
+ {
+ $this->lookbackConfiguration = $lookbackConfiguration;
+ }
+ public function getLookbackConfiguration()
+ {
+ return $this->lookbackConfiguration;
+ }
+ public function setNaturalSearchConversionAttributionOption($naturalSearchConversionAttributionOption)
+ {
+ $this->naturalSearchConversionAttributionOption = $naturalSearchConversionAttributionOption;
+ }
+ public function getNaturalSearchConversionAttributionOption()
+ {
+ return $this->naturalSearchConversionAttributionOption;
+ }
+ public function setOmnitureSettings(Google_Service_Dfareporting_OmnitureSettings $omnitureSettings)
+ {
+ $this->omnitureSettings = $omnitureSettings;
+ }
+ public function getOmnitureSettings()
+ {
+ return $this->omnitureSettings;
+ }
+ public function setSslRequired($sslRequired)
+ {
+ $this->sslRequired = $sslRequired;
+ }
+ public function getSslRequired()
+ {
+ return $this->sslRequired;
+ }
+ public function setStandardVariableTypes($standardVariableTypes)
+ {
+ $this->standardVariableTypes = $standardVariableTypes;
+ }
+ public function getStandardVariableTypes()
+ {
+ return $this->standardVariableTypes;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setTagSettings(Google_Service_Dfareporting_TagSettings $tagSettings)
+ {
+ $this->tagSettings = $tagSettings;
+ }
+ public function getTagSettings()
+ {
+ return $this->tagSettings;
+ }
+ public function setUserDefinedVariableConfigurations($userDefinedVariableConfigurations)
+ {
+ $this->userDefinedVariableConfigurations = $userDefinedVariableConfigurations;
+ }
+ public function getUserDefinedVariableConfigurations()
+ {
+ return $this->userDefinedVariableConfigurations;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightConfigurationsListResponse extends Google_Collection
+{
+ protected $collection_key = 'floodlightConfigurations';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $floodlightConfigurationsType = 'Google_Service_Dfareporting_FloodlightConfiguration';
+ protected $floodlightConfigurationsDataType = 'array';
+ public $kind;
+
+
+ public function setFloodlightConfigurations($floodlightConfigurations)
+ {
+ $this->floodlightConfigurations = $floodlightConfigurations;
+ }
+ public function getFloodlightConfigurations()
+ {
+ return $this->floodlightConfigurations;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_Dfareporting_FloodlightReportCompatibleFields extends Google_Collection
+{
+ protected $collection_key = 'metrics';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
+ protected $dimensionFiltersDataType = 'array';
+ protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
+ protected $dimensionsDataType = 'array';
+ public $kind;
+ protected $metricsType = 'Google_Service_Dfareporting_Metric';
+ protected $metricsDataType = 'array';
+
+
+ public function setDimensionFilters($dimensionFilters)
+ {
+ $this->dimensionFilters = $dimensionFilters;
+ }
+ public function getDimensionFilters()
+ {
+ return $this->dimensionFilters;
+ }
+ public function setDimensions($dimensions)
+ {
+ $this->dimensions = $dimensions;
+ }
+ public function getDimensions()
+ {
+ return $this->dimensions;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMetrics($metrics)
+ {
+ $this->metrics = $metrics;
+ }
+ public function getMetrics()
+ {
+ return $this->metrics;
+ }
+}
+
+class Google_Service_Dfareporting_FrequencyCap extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $duration;
+ public $impressions;
+
+
+ public function setDuration($duration)
+ {
+ $this->duration = $duration;
+ }
+ public function getDuration()
+ {
+ return $this->duration;
+ }
+ public function setImpressions($impressions)
+ {
+ $this->impressions = $impressions;
+ }
+ public function getImpressions()
+ {
+ return $this->impressions;
+ }
+}
+
+class Google_Service_Dfareporting_FsCommand extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $left;
+ public $positionOption;
+ public $top;
+ public $windowHeight;
+ public $windowWidth;
+
+
+ public function setLeft($left)
+ {
+ $this->left = $left;
+ }
+ public function getLeft()
+ {
+ return $this->left;
+ }
+ public function setPositionOption($positionOption)
+ {
+ $this->positionOption = $positionOption;
+ }
+ public function getPositionOption()
+ {
+ return $this->positionOption;
+ }
+ public function setTop($top)
+ {
+ $this->top = $top;
+ }
+ public function getTop()
+ {
+ return $this->top;
+ }
+ public function setWindowHeight($windowHeight)
+ {
+ $this->windowHeight = $windowHeight;
+ }
+ public function getWindowHeight()
+ {
+ return $this->windowHeight;
+ }
+ public function setWindowWidth($windowWidth)
+ {
+ $this->windowWidth = $windowWidth;
+ }
+ public function getWindowWidth()
+ {
+ return $this->windowWidth;
+ }
+}
+
+class Google_Service_Dfareporting_GeoTargeting extends Google_Collection
+{
+ protected $collection_key = 'regions';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $citiesType = 'Google_Service_Dfareporting_City';
+ protected $citiesDataType = 'array';
+ protected $countriesType = 'Google_Service_Dfareporting_Country';
+ protected $countriesDataType = 'array';
+ public $excludeCountries;
+ protected $metrosType = 'Google_Service_Dfareporting_Metro';
+ protected $metrosDataType = 'array';
+ protected $postalCodesType = 'Google_Service_Dfareporting_PostalCode';
+ protected $postalCodesDataType = 'array';
+ protected $regionsType = 'Google_Service_Dfareporting_Region';
+ protected $regionsDataType = 'array';
+
+
+ public function setCities($cities)
+ {
+ $this->cities = $cities;
+ }
+ public function getCities()
+ {
+ return $this->cities;
+ }
+ public function setCountries($countries)
+ {
+ $this->countries = $countries;
+ }
+ public function getCountries()
+ {
+ return $this->countries;
+ }
+ public function setExcludeCountries($excludeCountries)
+ {
+ $this->excludeCountries = $excludeCountries;
+ }
+ public function getExcludeCountries()
+ {
+ return $this->excludeCountries;
+ }
+ public function setMetros($metros)
+ {
+ $this->metros = $metros;
+ }
+ public function getMetros()
+ {
+ return $this->metros;
+ }
+ public function setPostalCodes($postalCodes)
+ {
+ $this->postalCodes = $postalCodes;
+ }
+ public function getPostalCodes()
+ {
+ return $this->postalCodes;
+ }
+ public function setRegions($regions)
+ {
+ $this->regions = $regions;
+ }
+ public function getRegions()
+ {
+ return $this->regions;
+ }
+}
+
+class Google_Service_Dfareporting_KeyValueTargetingExpression extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $expression;
+
+
+ public function setExpression($expression)
+ {
+ $this->expression = $expression;
+ }
+ public function getExpression()
+ {
+ return $this->expression;
+ }
+}
+
+class Google_Service_Dfareporting_LandingPage extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $default;
+ public $id;
+ public $kind;
+ public $name;
+ public $url;
+
+
+ public function setDefault($default)
+ {
+ $this->default = $default;
+ }
+ public function getDefault()
+ {
+ return $this->default;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Dfareporting_LandingPagesListResponse extends Google_Collection
+{
+ protected $collection_key = 'landingPages';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $landingPagesType = 'Google_Service_Dfareporting_LandingPage';
+ protected $landingPagesDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLandingPages($landingPages)
+ {
+ $this->landingPages = $landingPages;
+ }
+ public function getLandingPages()
+ {
+ return $this->landingPages;
+ }
+}
+
+class Google_Service_Dfareporting_LastModifiedInfo extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $time;
+
+
+ public function setTime($time)
+ {
+ $this->time = $time;
+ }
+ public function getTime()
+ {
+ return $this->time;
+ }
+}
+
+class Google_Service_Dfareporting_ListTargetingExpression extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $expression;
+
+
+ public function setExpression($expression)
+ {
+ $this->expression = $expression;
+ }
+ public function getExpression()
+ {
+ return $this->expression;
+ }
+}
+
+class Google_Service_Dfareporting_LookbackConfiguration extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $clickDuration;
+ public $postImpressionActivitiesDuration;
+
+
+ public function setClickDuration($clickDuration)
+ {
+ $this->clickDuration = $clickDuration;
+ }
+ public function getClickDuration()
+ {
+ return $this->clickDuration;
+ }
+ public function setPostImpressionActivitiesDuration($postImpressionActivitiesDuration)
+ {
+ $this->postImpressionActivitiesDuration = $postImpressionActivitiesDuration;
+ }
+ public function getPostImpressionActivitiesDuration()
+ {
+ return $this->postImpressionActivitiesDuration;
+ }
+}
+
+class Google_Service_Dfareporting_Metric extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $name;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_Metro extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $countryCode;
+ public $countryDartId;
+ public $dartId;
+ public $dmaId;
+ public $kind;
+ public $metroCode;
+ public $name;
+
+
+ public function setCountryCode($countryCode)
+ {
+ $this->countryCode = $countryCode;
+ }
+ public function getCountryCode()
+ {
+ return $this->countryCode;
+ }
+ public function setCountryDartId($countryDartId)
+ {
+ $this->countryDartId = $countryDartId;
+ }
+ public function getCountryDartId()
+ {
+ return $this->countryDartId;
+ }
+ public function setDartId($dartId)
+ {
+ $this->dartId = $dartId;
+ }
+ public function getDartId()
+ {
+ return $this->dartId;
+ }
+ public function setDmaId($dmaId)
+ {
+ $this->dmaId = $dmaId;
+ }
+ public function getDmaId()
+ {
+ return $this->dmaId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMetroCode($metroCode)
+ {
+ $this->metroCode = $metroCode;
+ }
+ public function getMetroCode()
+ {
+ return $this->metroCode;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_MetrosListResponse extends Google_Collection
+{
+ protected $collection_key = 'metros';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $metrosType = 'Google_Service_Dfareporting_Metro';
+ protected $metrosDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMetros($metros)
+ {
+ $this->metros = $metros;
+ }
+ public function getMetros()
+ {
+ return $this->metros;
+ }
+}
+
+class Google_Service_Dfareporting_MobileCarrier extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $countryCode;
+ public $countryDartId;
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setCountryCode($countryCode)
+ {
+ $this->countryCode = $countryCode;
+ }
+ public function getCountryCode()
+ {
+ return $this->countryCode;
+ }
+ public function setCountryDartId($countryDartId)
+ {
+ $this->countryDartId = $countryDartId;
+ }
+ public function getCountryDartId()
+ {
+ return $this->countryDartId;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_MobileCarriersListResponse extends Google_Collection
+{
+ protected $collection_key = 'mobileCarriers';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $mobileCarriersType = 'Google_Service_Dfareporting_MobileCarrier';
+ protected $mobileCarriersDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMobileCarriers($mobileCarriers)
+ {
+ $this->mobileCarriers = $mobileCarriers;
+ }
+ public function getMobileCarriers()
+ {
+ return $this->mobileCarriers;
+ }
+}
+
+class Google_Service_Dfareporting_ObjectFilter extends Google_Collection
+{
+ protected $collection_key = 'objectIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $objectIds;
+ public $status;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setObjectIds($objectIds)
+ {
+ $this->objectIds = $objectIds;
+ }
+ public function getObjectIds()
+ {
+ return $this->objectIds;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+}
+
+class Google_Service_Dfareporting_OffsetPosition extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $left;
+ public $top;
+
+
+ public function setLeft($left)
+ {
+ $this->left = $left;
+ }
+ public function getLeft()
+ {
+ return $this->left;
+ }
+ public function setTop($top)
+ {
+ $this->top = $top;
+ }
+ public function getTop()
+ {
+ return $this->top;
+ }
+}
+
+class Google_Service_Dfareporting_OmnitureSettings extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $omnitureCostDataEnabled;
+ public $omnitureIntegrationEnabled;
+
+
+ public function setOmnitureCostDataEnabled($omnitureCostDataEnabled)
+ {
+ $this->omnitureCostDataEnabled = $omnitureCostDataEnabled;
+ }
+ public function getOmnitureCostDataEnabled()
+ {
+ return $this->omnitureCostDataEnabled;
+ }
+ public function setOmnitureIntegrationEnabled($omnitureIntegrationEnabled)
+ {
+ $this->omnitureIntegrationEnabled = $omnitureIntegrationEnabled;
+ }
+ public function getOmnitureIntegrationEnabled()
+ {
+ return $this->omnitureIntegrationEnabled;
+ }
+}
+
+class Google_Service_Dfareporting_OperatingSystem extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $dartId;
+ public $desktop;
+ public $kind;
+ public $mobile;
+ public $name;
+
+
+ public function setDartId($dartId)
+ {
+ $this->dartId = $dartId;
+ }
+ public function getDartId()
+ {
+ return $this->dartId;
+ }
+ public function setDesktop($desktop)
+ {
+ $this->desktop = $desktop;
+ }
+ public function getDesktop()
+ {
+ return $this->desktop;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMobile($mobile)
+ {
+ $this->mobile = $mobile;
+ }
+ public function getMobile()
+ {
+ return $this->mobile;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_OperatingSystemVersion extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+ public $majorVersion;
+ public $minorVersion;
+ public $name;
+ protected $operatingSystemType = 'Google_Service_Dfareporting_OperatingSystem';
+ protected $operatingSystemDataType = '';
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMajorVersion($majorVersion)
+ {
+ $this->majorVersion = $majorVersion;
+ }
+ public function getMajorVersion()
+ {
+ return $this->majorVersion;
+ }
+ public function setMinorVersion($minorVersion)
+ {
+ $this->minorVersion = $minorVersion;
+ }
+ public function getMinorVersion()
+ {
+ return $this->minorVersion;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOperatingSystem(Google_Service_Dfareporting_OperatingSystem $operatingSystem)
+ {
+ $this->operatingSystem = $operatingSystem;
+ }
+ public function getOperatingSystem()
+ {
+ return $this->operatingSystem;
+ }
+}
+
+class Google_Service_Dfareporting_OperatingSystemVersionsListResponse extends Google_Collection
+{
+ protected $collection_key = 'operatingSystemVersions';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $operatingSystemVersionsType = 'Google_Service_Dfareporting_OperatingSystemVersion';
+ protected $operatingSystemVersionsDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setOperatingSystemVersions($operatingSystemVersions)
+ {
+ $this->operatingSystemVersions = $operatingSystemVersions;
+ }
+ public function getOperatingSystemVersions()
+ {
+ return $this->operatingSystemVersions;
+ }
+}
+
+class Google_Service_Dfareporting_OperatingSystemsListResponse extends Google_Collection
+{
+ protected $collection_key = 'operatingSystems';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $operatingSystemsType = 'Google_Service_Dfareporting_OperatingSystem';
+ protected $operatingSystemsDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setOperatingSystems($operatingSystems)
+ {
+ $this->operatingSystems = $operatingSystems;
+ }
+ public function getOperatingSystems()
+ {
+ return $this->operatingSystems;
+ }
+}
+
+class Google_Service_Dfareporting_OptimizationActivity extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $floodlightActivityId;
+ protected $floodlightActivityIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $floodlightActivityIdDimensionValueDataType = '';
+ public $weight;
+
+
+ public function setFloodlightActivityId($floodlightActivityId)
+ {
+ $this->floodlightActivityId = $floodlightActivityId;
+ }
+ public function getFloodlightActivityId()
+ {
+ return $this->floodlightActivityId;
+ }
+ public function setFloodlightActivityIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightActivityIdDimensionValue)
+ {
+ $this->floodlightActivityIdDimensionValue = $floodlightActivityIdDimensionValue;
+ }
+ public function getFloodlightActivityIdDimensionValue()
+ {
+ return $this->floodlightActivityIdDimensionValue;
+ }
+ public function setWeight($weight)
+ {
+ $this->weight = $weight;
+ }
+ public function getWeight()
+ {
+ return $this->weight;
+ }
+}
+
+class Google_Service_Dfareporting_PathToConversionReportCompatibleFields extends Google_Collection
+{
+ protected $collection_key = 'perInteractionDimensions';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $conversionDimensionsType = 'Google_Service_Dfareporting_Dimension';
+ protected $conversionDimensionsDataType = 'array';
+ protected $customFloodlightVariablesType = 'Google_Service_Dfareporting_Dimension';
+ protected $customFloodlightVariablesDataType = 'array';
+ public $kind;
+ protected $metricsType = 'Google_Service_Dfareporting_Metric';
+ protected $metricsDataType = 'array';
+ protected $perInteractionDimensionsType = 'Google_Service_Dfareporting_Dimension';
+ protected $perInteractionDimensionsDataType = 'array';
+
+
+ public function setConversionDimensions($conversionDimensions)
+ {
+ $this->conversionDimensions = $conversionDimensions;
+ }
+ public function getConversionDimensions()
+ {
+ return $this->conversionDimensions;
+ }
+ public function setCustomFloodlightVariables($customFloodlightVariables)
+ {
+ $this->customFloodlightVariables = $customFloodlightVariables;
+ }
+ public function getCustomFloodlightVariables()
+ {
+ return $this->customFloodlightVariables;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMetrics($metrics)
+ {
+ $this->metrics = $metrics;
+ }
+ public function getMetrics()
+ {
+ return $this->metrics;
+ }
+ public function setPerInteractionDimensions($perInteractionDimensions)
+ {
+ $this->perInteractionDimensions = $perInteractionDimensions;
+ }
+ public function getPerInteractionDimensions()
+ {
+ return $this->perInteractionDimensions;
+ }
+}
+
+class Google_Service_Dfareporting_Placement extends Google_Collection
+{
+ protected $collection_key = 'tagFormats';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $archived;
+ public $campaignId;
+ protected $campaignIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $campaignIdDimensionValueDataType = '';
+ public $comment;
+ public $compatibility;
+ public $contentCategoryId;
+ protected $createInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $createInfoDataType = '';
+ public $directorySiteId;
+ protected $directorySiteIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $directorySiteIdDimensionValueDataType = '';
+ public $externalId;
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $keyName;
+ public $kind;
+ protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $lastModifiedInfoDataType = '';
+ protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
+ protected $lookbackConfigurationDataType = '';
+ public $name;
+ public $paymentApproved;
+ public $paymentSource;
+ public $placementGroupId;
+ protected $placementGroupIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $placementGroupIdDimensionValueDataType = '';
+ public $placementStrategyId;
+ protected $pricingScheduleType = 'Google_Service_Dfareporting_PricingSchedule';
+ protected $pricingScheduleDataType = '';
+ public $primary;
+ protected $publisherUpdateInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $publisherUpdateInfoDataType = '';
+ public $siteId;
+ protected $siteIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $siteIdDimensionValueDataType = '';
+ protected $sizeType = 'Google_Service_Dfareporting_Size';
+ protected $sizeDataType = '';
+ public $sslRequired;
+ public $status;
+ public $subaccountId;
+ public $tagFormats;
+ protected $tagSettingType = 'Google_Service_Dfareporting_TagSetting';
+ protected $tagSettingDataType = '';
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setArchived($archived)
+ {
+ $this->archived = $archived;
+ }
+ public function getArchived()
+ {
+ return $this->archived;
+ }
+ public function setCampaignId($campaignId)
+ {
+ $this->campaignId = $campaignId;
+ }
+ public function getCampaignId()
+ {
+ return $this->campaignId;
+ }
+ public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue)
+ {
+ $this->campaignIdDimensionValue = $campaignIdDimensionValue;
+ }
+ public function getCampaignIdDimensionValue()
+ {
+ return $this->campaignIdDimensionValue;
+ }
+ public function setComment($comment)
+ {
+ $this->comment = $comment;
+ }
+ public function getComment()
+ {
+ return $this->comment;
+ }
+ public function setCompatibility($compatibility)
+ {
+ $this->compatibility = $compatibility;
+ }
+ public function getCompatibility()
+ {
+ return $this->compatibility;
+ }
+ public function setContentCategoryId($contentCategoryId)
+ {
+ $this->contentCategoryId = $contentCategoryId;
+ }
+ public function getContentCategoryId()
+ {
+ return $this->contentCategoryId;
+ }
+ public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo)
+ {
+ $this->createInfo = $createInfo;
+ }
+ public function getCreateInfo()
+ {
+ return $this->createInfo;
+ }
+ public function setDirectorySiteId($directorySiteId)
+ {
+ $this->directorySiteId = $directorySiteId;
+ }
+ public function getDirectorySiteId()
+ {
+ return $this->directorySiteId;
+ }
+ public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue)
+ {
+ $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue;
+ }
+ public function getDirectorySiteIdDimensionValue()
+ {
+ return $this->directorySiteIdDimensionValue;
+ }
+ public function setExternalId($externalId)
+ {
+ $this->externalId = $externalId;
+ }
+ public function getExternalId()
+ {
+ return $this->externalId;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setKeyName($keyName)
+ {
+ $this->keyName = $keyName;
+ }
+ public function getKeyName()
+ {
+ return $this->keyName;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
+ {
+ $this->lastModifiedInfo = $lastModifiedInfo;
+ }
+ public function getLastModifiedInfo()
+ {
+ return $this->lastModifiedInfo;
+ }
+ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
+ {
+ $this->lookbackConfiguration = $lookbackConfiguration;
+ }
+ public function getLookbackConfiguration()
+ {
+ return $this->lookbackConfiguration;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPaymentApproved($paymentApproved)
+ {
+ $this->paymentApproved = $paymentApproved;
+ }
+ public function getPaymentApproved()
+ {
+ return $this->paymentApproved;
+ }
+ public function setPaymentSource($paymentSource)
+ {
+ $this->paymentSource = $paymentSource;
+ }
+ public function getPaymentSource()
+ {
+ return $this->paymentSource;
+ }
+ public function setPlacementGroupId($placementGroupId)
+ {
+ $this->placementGroupId = $placementGroupId;
+ }
+ public function getPlacementGroupId()
+ {
+ return $this->placementGroupId;
+ }
+ public function setPlacementGroupIdDimensionValue(Google_Service_Dfareporting_DimensionValue $placementGroupIdDimensionValue)
+ {
+ $this->placementGroupIdDimensionValue = $placementGroupIdDimensionValue;
+ }
+ public function getPlacementGroupIdDimensionValue()
+ {
+ return $this->placementGroupIdDimensionValue;
+ }
+ public function setPlacementStrategyId($placementStrategyId)
+ {
+ $this->placementStrategyId = $placementStrategyId;
+ }
+ public function getPlacementStrategyId()
+ {
+ return $this->placementStrategyId;
+ }
+ public function setPricingSchedule(Google_Service_Dfareporting_PricingSchedule $pricingSchedule)
+ {
+ $this->pricingSchedule = $pricingSchedule;
+ }
+ public function getPricingSchedule()
+ {
+ return $this->pricingSchedule;
+ }
+ public function setPrimary($primary)
+ {
+ $this->primary = $primary;
+ }
+ public function getPrimary()
+ {
+ return $this->primary;
+ }
+ public function setPublisherUpdateInfo(Google_Service_Dfareporting_LastModifiedInfo $publisherUpdateInfo)
+ {
+ $this->publisherUpdateInfo = $publisherUpdateInfo;
+ }
+ public function getPublisherUpdateInfo()
+ {
+ return $this->publisherUpdateInfo;
+ }
+ public function setSiteId($siteId)
+ {
+ $this->siteId = $siteId;
+ }
+ public function getSiteId()
+ {
+ return $this->siteId;
+ }
+ public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue)
+ {
+ $this->siteIdDimensionValue = $siteIdDimensionValue;
+ }
+ public function getSiteIdDimensionValue()
+ {
+ return $this->siteIdDimensionValue;
+ }
+ public function setSize(Google_Service_Dfareporting_Size $size)
+ {
+ $this->size = $size;
+ }
+ public function getSize()
+ {
+ return $this->size;
+ }
+ public function setSslRequired($sslRequired)
+ {
+ $this->sslRequired = $sslRequired;
+ }
+ public function getSslRequired()
+ {
+ return $this->sslRequired;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+ public function setTagFormats($tagFormats)
+ {
+ $this->tagFormats = $tagFormats;
+ }
+ public function getTagFormats()
+ {
+ return $this->tagFormats;
+ }
+ public function setTagSetting(Google_Service_Dfareporting_TagSetting $tagSetting)
+ {
+ $this->tagSetting = $tagSetting;
+ }
+ public function getTagSetting()
+ {
+ return $this->tagSetting;
+ }
+}
+
+class Google_Service_Dfareporting_PlacementAssignment extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $active;
+ public $placementId;
+ protected $placementIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $placementIdDimensionValueDataType = '';
+ public $sslRequired;
+
+
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setPlacementId($placementId)
+ {
+ $this->placementId = $placementId;
+ }
+ public function getPlacementId()
+ {
+ return $this->placementId;
+ }
+ public function setPlacementIdDimensionValue(Google_Service_Dfareporting_DimensionValue $placementIdDimensionValue)
+ {
+ $this->placementIdDimensionValue = $placementIdDimensionValue;
+ }
+ public function getPlacementIdDimensionValue()
+ {
+ return $this->placementIdDimensionValue;
+ }
+ public function setSslRequired($sslRequired)
+ {
+ $this->sslRequired = $sslRequired;
+ }
+ public function getSslRequired()
+ {
+ return $this->sslRequired;
}
}
-/**
- * The "files" collection of methods.
- * Typical usage is:
- *
- * $dfareportingService = new Google_Service_Dfareporting(...);
- * $files = $dfareportingService->files;
- *
- */
-class Google_Service_Dfareporting_Files_Resource extends Google_Service_Resource
+class Google_Service_Dfareporting_PlacementGroup extends Google_Collection
{
+ protected $collection_key = 'childPlacementIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $advertiserId;
+ protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $advertiserIdDimensionValueDataType = '';
+ public $archived;
+ public $campaignId;
+ protected $campaignIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $campaignIdDimensionValueDataType = '';
+ public $childPlacementIds;
+ public $comment;
+ public $contentCategoryId;
+ protected $createInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $createInfoDataType = '';
+ public $directorySiteId;
+ protected $directorySiteIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $directorySiteIdDimensionValueDataType = '';
+ public $externalId;
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $kind;
+ protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
+ protected $lastModifiedInfoDataType = '';
+ public $name;
+ public $placementGroupType;
+ public $placementStrategyId;
+ protected $pricingScheduleType = 'Google_Service_Dfareporting_PricingSchedule';
+ protected $pricingScheduleDataType = '';
+ public $primaryPlacementId;
+ protected $primaryPlacementIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $primaryPlacementIdDimensionValueDataType = '';
+ protected $programmaticSettingType = 'Google_Service_Dfareporting_ProgrammaticSetting';
+ protected $programmaticSettingDataType = '';
+ public $siteId;
+ protected $siteIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $siteIdDimensionValueDataType = '';
+ public $subaccountId;
- /**
- * Retrieves a report file by its report ID and file ID. (files.get)
- *
- * @param string $reportId The ID of the report.
- * @param string $fileId The ID of the report file.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_DfareportingFile
- */
- public function get($reportId, $fileId, $optParams = array())
+
+ public function setAccountId($accountId)
{
- $params = array('reportId' => $reportId, 'fileId' => $fileId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile");
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setAdvertiserId($advertiserId)
+ {
+ $this->advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
+ {
+ $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
+ }
+ public function getAdvertiserIdDimensionValue()
+ {
+ return $this->advertiserIdDimensionValue;
+ }
+ public function setArchived($archived)
+ {
+ $this->archived = $archived;
+ }
+ public function getArchived()
+ {
+ return $this->archived;
+ }
+ public function setCampaignId($campaignId)
+ {
+ $this->campaignId = $campaignId;
+ }
+ public function getCampaignId()
+ {
+ return $this->campaignId;
+ }
+ public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue)
+ {
+ $this->campaignIdDimensionValue = $campaignIdDimensionValue;
+ }
+ public function getCampaignIdDimensionValue()
+ {
+ return $this->campaignIdDimensionValue;
+ }
+ public function setChildPlacementIds($childPlacementIds)
+ {
+ $this->childPlacementIds = $childPlacementIds;
+ }
+ public function getChildPlacementIds()
+ {
+ return $this->childPlacementIds;
+ }
+ public function setComment($comment)
+ {
+ $this->comment = $comment;
+ }
+ public function getComment()
+ {
+ return $this->comment;
+ }
+ public function setContentCategoryId($contentCategoryId)
+ {
+ $this->contentCategoryId = $contentCategoryId;
+ }
+ public function getContentCategoryId()
+ {
+ return $this->contentCategoryId;
+ }
+ public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo)
+ {
+ $this->createInfo = $createInfo;
+ }
+ public function getCreateInfo()
+ {
+ return $this->createInfo;
+ }
+ public function setDirectorySiteId($directorySiteId)
+ {
+ $this->directorySiteId = $directorySiteId;
+ }
+ public function getDirectorySiteId()
+ {
+ return $this->directorySiteId;
+ }
+ public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue)
+ {
+ $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue;
+ }
+ public function getDirectorySiteIdDimensionValue()
+ {
+ return $this->directorySiteIdDimensionValue;
+ }
+ public function setExternalId($externalId)
+ {
+ $this->externalId = $externalId;
+ }
+ public function getExternalId()
+ {
+ return $this->externalId;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
+ {
+ $this->idDimensionValue = $idDimensionValue;
+ }
+ public function getIdDimensionValue()
+ {
+ return $this->idDimensionValue;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
+ {
+ $this->lastModifiedInfo = $lastModifiedInfo;
+ }
+ public function getLastModifiedInfo()
+ {
+ return $this->lastModifiedInfo;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPlacementGroupType($placementGroupType)
+ {
+ $this->placementGroupType = $placementGroupType;
+ }
+ public function getPlacementGroupType()
+ {
+ return $this->placementGroupType;
+ }
+ public function setPlacementStrategyId($placementStrategyId)
+ {
+ $this->placementStrategyId = $placementStrategyId;
+ }
+ public function getPlacementStrategyId()
+ {
+ return $this->placementStrategyId;
+ }
+ public function setPricingSchedule(Google_Service_Dfareporting_PricingSchedule $pricingSchedule)
+ {
+ $this->pricingSchedule = $pricingSchedule;
+ }
+ public function getPricingSchedule()
+ {
+ return $this->pricingSchedule;
+ }
+ public function setPrimaryPlacementId($primaryPlacementId)
+ {
+ $this->primaryPlacementId = $primaryPlacementId;
+ }
+ public function getPrimaryPlacementId()
+ {
+ return $this->primaryPlacementId;
+ }
+ public function setPrimaryPlacementIdDimensionValue(Google_Service_Dfareporting_DimensionValue $primaryPlacementIdDimensionValue)
+ {
+ $this->primaryPlacementIdDimensionValue = $primaryPlacementIdDimensionValue;
+ }
+ public function getPrimaryPlacementIdDimensionValue()
+ {
+ return $this->primaryPlacementIdDimensionValue;
+ }
+ public function setProgrammaticSetting(Google_Service_Dfareporting_ProgrammaticSetting $programmaticSetting)
+ {
+ $this->programmaticSetting = $programmaticSetting;
+ }
+ public function getProgrammaticSetting()
+ {
+ return $this->programmaticSetting;
+ }
+ public function setSiteId($siteId)
+ {
+ $this->siteId = $siteId;
+ }
+ public function getSiteId()
+ {
+ return $this->siteId;
+ }
+ public function setSiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $siteIdDimensionValue)
+ {
+ $this->siteIdDimensionValue = $siteIdDimensionValue;
+ }
+ public function getSiteIdDimensionValue()
+ {
+ return $this->siteIdDimensionValue;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
}
+}
- /**
- * Lists files for a user profile. (files.listFiles)
- *
- * @param string $profileId The DFA profile ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string sortField The field by which to sort the list.
- * @opt_param int maxResults Maximum number of results to return.
- * @opt_param string pageToken The value of the nextToken from the previous
- * result page.
- * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
- * @opt_param string scope The scope that defines which results are returned,
- * default is 'MINE'.
- * @return Google_Service_Dfareporting_FileList
- */
- public function listFiles($profileId, $optParams = array())
+class Google_Service_Dfareporting_PlacementGroupsListResponse extends Google_Collection
+{
+ protected $collection_key = 'placementGroups';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $nextPageToken;
+ protected $placementGroupsType = 'Google_Service_Dfareporting_PlacementGroup';
+ protected $placementGroupsDataType = 'array';
+
+
+ public function setKind($kind)
{
- $params = array('profileId' => $profileId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Dfareporting_FileList");
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setPlacementGroups($placementGroups)
+ {
+ $this->placementGroups = $placementGroups;
+ }
+ public function getPlacementGroups()
+ {
+ return $this->placementGroups;
}
}
-/**
- * The "reports" collection of methods.
- * Typical usage is:
- *
- * $dfareportingService = new Google_Service_Dfareporting(...);
- * $reports = $dfareportingService->reports;
- *
- */
-class Google_Service_Dfareporting_Reports_Resource extends Google_Service_Resource
+class Google_Service_Dfareporting_PlacementStrategiesListResponse extends Google_Collection
{
+ protected $collection_key = 'placementStrategies';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $nextPageToken;
+ protected $placementStrategiesType = 'Google_Service_Dfareporting_PlacementStrategy';
+ protected $placementStrategiesDataType = 'array';
- /**
- * Deletes a report by its ID. (reports.delete)
- *
- * @param string $profileId The DFA user profile ID.
- * @param string $reportId The ID of the report.
- * @param array $optParams Optional parameters.
- */
- public function delete($profileId, $reportId, $optParams = array())
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setPlacementStrategies($placementStrategies)
{
- $params = array('profileId' => $profileId, 'reportId' => $reportId);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ $this->placementStrategies = $placementStrategies;
}
-
- /**
- * Retrieves a report by its ID. (reports.get)
- *
- * @param string $profileId The DFA user profile ID.
- * @param string $reportId The ID of the report.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_Report
- */
- public function get($profileId, $reportId, $optParams = array())
+ public function getPlacementStrategies()
{
- $params = array('profileId' => $profileId, 'reportId' => $reportId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Dfareporting_Report");
+ return $this->placementStrategies;
}
+}
- /**
- * Creates a report. (reports.insert)
- *
- * @param string $profileId The DFA user profile ID.
- * @param Google_Report $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_Report
- */
- public function insert($profileId, Google_Service_Dfareporting_Report $postBody, $optParams = array())
+class Google_Service_Dfareporting_PlacementStrategy extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setAccountId($accountId)
{
- $params = array('profileId' => $profileId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_Dfareporting_Report");
+ $this->accountId = $accountId;
}
-
- /**
- * Retrieves list of reports. (reports.listReports)
- *
- * @param string $profileId The DFA user profile ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string sortField The field by which to sort the list.
- * @opt_param int maxResults Maximum number of results to return.
- * @opt_param string pageToken The value of the nextToken from the previous
- * result page.
- * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
- * @opt_param string scope The scope that defines which results are returned,
- * default is 'MINE'.
- * @return Google_Service_Dfareporting_ReportList
- */
- public function listReports($profileId, $optParams = array())
+ public function getAccountId()
{
- $params = array('profileId' => $profileId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Dfareporting_ReportList");
+ return $this->accountId;
}
-
- /**
- * Updates a report. This method supports patch semantics. (reports.patch)
- *
- * @param string $profileId The DFA user profile ID.
- * @param string $reportId The ID of the report.
- * @param Google_Report $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_Report
- */
- public function patch($profileId, $reportId, Google_Service_Dfareporting_Report $postBody, $optParams = array())
+ public function setId($id)
{
- $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Dfareporting_Report");
+ $this->id = $id;
}
-
- /**
- * Runs a report. (reports.run)
- *
- * @param string $profileId The DFA profile ID.
- * @param string $reportId The ID of the report.
- * @param array $optParams Optional parameters.
- *
- * @opt_param bool synchronous If set and true, tries to run the report
- * synchronously.
- * @return Google_Service_Dfareporting_DfareportingFile
- */
- public function run($profileId, $reportId, $optParams = array())
+ public function getId()
{
- $params = array('profileId' => $profileId, 'reportId' => $reportId);
- $params = array_merge($params, $optParams);
- return $this->call('run', array($params), "Google_Service_Dfareporting_DfareportingFile");
+ return $this->id;
}
-
- /**
- * Updates a report. (reports.update)
- *
- * @param string $profileId The DFA user profile ID.
- * @param string $reportId The ID of the report.
- * @param Google_Report $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_Report
- */
- public function update($profileId, $reportId, Google_Service_Dfareporting_Report $postBody, $optParams = array())
+ public function setKind($kind)
{
- $params = array('profileId' => $profileId, 'reportId' => $reportId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Dfareporting_Report");
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
}
}
-/**
- * The "compatibleFields" collection of methods.
- * Typical usage is:
- *
- * $dfareportingService = new Google_Service_Dfareporting(...);
- * $compatibleFields = $dfareportingService->compatibleFields;
- *
- */
-class Google_Service_Dfareporting_ReportsCompatibleFields_Resource extends Google_Service_Resource
+class Google_Service_Dfareporting_PlacementTag extends Google_Collection
{
+ protected $collection_key = 'tagDatas';
+ protected $internal_gapi_mappings = array(
+ );
+ public $placementId;
+ protected $tagDatasType = 'Google_Service_Dfareporting_TagData';
+ protected $tagDatasDataType = 'array';
- /**
- * Returns the fields that are compatible to be selected in the respective
- * sections of a report criteria, given the fields already selected in the input
- * report and user permissions. (compatibleFields.query)
- *
- * @param string $profileId The DFA user profile ID.
- * @param Google_Report $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_CompatibleFields
- */
- public function query($profileId, Google_Service_Dfareporting_Report $postBody, $optParams = array())
+
+ public function setPlacementId($placementId)
{
- $params = array('profileId' => $profileId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('query', array($params), "Google_Service_Dfareporting_CompatibleFields");
+ $this->placementId = $placementId;
+ }
+ public function getPlacementId()
+ {
+ return $this->placementId;
+ }
+ public function setTagDatas($tagDatas)
+ {
+ $this->tagDatas = $tagDatas;
+ }
+ public function getTagDatas()
+ {
+ return $this->tagDatas;
}
}
-/**
- * The "files" collection of methods.
- * Typical usage is:
- *
- * $dfareportingService = new Google_Service_Dfareporting(...);
- * $files = $dfareportingService->files;
- *
- */
-class Google_Service_Dfareporting_ReportsFiles_Resource extends Google_Service_Resource
+
+class Google_Service_Dfareporting_PlacementsGenerateTagsResponse extends Google_Collection
{
+ protected $collection_key = 'placementTags';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $placementTagsType = 'Google_Service_Dfareporting_PlacementTag';
+ protected $placementTagsDataType = 'array';
- /**
- * Retrieves a report file. (files.get)
- *
- * @param string $profileId The DFA profile ID.
- * @param string $reportId The ID of the report.
- * @param string $fileId The ID of the report file.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_DfareportingFile
- */
- public function get($profileId, $reportId, $fileId, $optParams = array())
+
+ public function setKind($kind)
{
- $params = array('profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Dfareporting_DfareportingFile");
+ $this->kind = $kind;
}
-
- /**
- * Lists files for a report. (files.listReportsFiles)
- *
- * @param string $profileId The DFA profile ID.
- * @param string $reportId The ID of the parent report.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string sortField The field by which to sort the list.
- * @opt_param int maxResults Maximum number of results to return.
- * @opt_param string pageToken The value of the nextToken from the previous
- * result page.
- * @opt_param string sortOrder Order of sorted results, default is 'DESCENDING'.
- * @return Google_Service_Dfareporting_FileList
- */
- public function listReportsFiles($profileId, $reportId, $optParams = array())
+ public function getKind()
{
- $params = array('profileId' => $profileId, 'reportId' => $reportId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Dfareporting_FileList");
+ return $this->kind;
+ }
+ public function setPlacementTags($placementTags)
+ {
+ $this->placementTags = $placementTags;
+ }
+ public function getPlacementTags()
+ {
+ return $this->placementTags;
}
}
-/**
- * The "userProfiles" collection of methods.
- * Typical usage is:
- *
- * $dfareportingService = new Google_Service_Dfareporting(...);
- * $userProfiles = $dfareportingService->userProfiles;
- *
- */
-class Google_Service_Dfareporting_UserProfiles_Resource extends Google_Service_Resource
+class Google_Service_Dfareporting_PlacementsListResponse extends Google_Collection
{
+ protected $collection_key = 'placements';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $nextPageToken;
+ protected $placementsType = 'Google_Service_Dfareporting_Placement';
+ protected $placementsDataType = 'array';
- /**
- * Gets one user profile by ID. (userProfiles.get)
- *
- * @param string $profileId The user profile ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_UserProfile
- */
- public function get($profileId, $optParams = array())
+
+ public function setKind($kind)
{
- $params = array('profileId' => $profileId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Dfareporting_UserProfile");
+ $this->kind = $kind;
}
-
- /**
- * Retrieves list of user profiles for a user. (userProfiles.listUserProfiles)
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dfareporting_UserProfileList
- */
- public function listUserProfiles($optParams = array())
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setPlacements($placements)
{
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Dfareporting_UserProfileList");
+ $this->placements = $placements;
+ }
+ public function getPlacements()
+ {
+ return $this->placements;
}
}
-
-
-
-class Google_Service_Dfareporting_Activities extends Google_Collection
+class Google_Service_Dfareporting_PlatformType extends Google_Model
{
- protected $collection_key = 'metricNames';
protected $internal_gapi_mappings = array(
);
- protected $filtersType = 'Google_Service_Dfareporting_DimensionValue';
- protected $filtersDataType = 'array';
+ public $id;
public $kind;
- public $metricNames;
+ public $name;
- public function setFilters($filters)
+ public function setId($id)
{
- $this->filters = $filters;
+ $this->id = $id;
}
- public function getFilters()
+ public function getId()
{
- return $this->filters;
+ return $this->id;
}
public function setKind($kind)
{
@@ -730,114 +15807,168 @@ public function getKind()
{
return $this->kind;
}
- public function setMetricNames($metricNames)
+ public function setName($name)
{
- $this->metricNames = $metricNames;
+ $this->name = $name;
}
- public function getMetricNames()
+ public function getName()
{
- return $this->metricNames;
+ return $this->name;
}
}
-class Google_Service_Dfareporting_CompatibleFields extends Google_Model
+class Google_Service_Dfareporting_PlatformTypesListResponse extends Google_Collection
{
+ protected $collection_key = 'platformTypes';
protected $internal_gapi_mappings = array(
);
- protected $crossDimensionReachReportCompatibleFieldsType = 'Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields';
- protected $crossDimensionReachReportCompatibleFieldsDataType = '';
- protected $floodlightReportCompatibleFieldsType = 'Google_Service_Dfareporting_FloodlightReportCompatibleFields';
- protected $floodlightReportCompatibleFieldsDataType = '';
public $kind;
- protected $pathToConversionReportCompatibleFieldsType = 'Google_Service_Dfareporting_PathToConversionReportCompatibleFields';
- protected $pathToConversionReportCompatibleFieldsDataType = '';
- protected $reachReportCompatibleFieldsType = 'Google_Service_Dfareporting_ReachReportCompatibleFields';
- protected $reachReportCompatibleFieldsDataType = '';
- protected $reportCompatibleFieldsType = 'Google_Service_Dfareporting_ReportCompatibleFields';
- protected $reportCompatibleFieldsDataType = '';
+ protected $platformTypesType = 'Google_Service_Dfareporting_PlatformType';
+ protected $platformTypesDataType = 'array';
- public function setCrossDimensionReachReportCompatibleFields(Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields $crossDimensionReachReportCompatibleFields)
+ public function setKind($kind)
{
- $this->crossDimensionReachReportCompatibleFields = $crossDimensionReachReportCompatibleFields;
+ $this->kind = $kind;
}
- public function getCrossDimensionReachReportCompatibleFields()
+ public function getKind()
{
- return $this->crossDimensionReachReportCompatibleFields;
+ return $this->kind;
}
- public function setFloodlightReportCompatibleFields(Google_Service_Dfareporting_FloodlightReportCompatibleFields $floodlightReportCompatibleFields)
+ public function setPlatformTypes($platformTypes)
{
- $this->floodlightReportCompatibleFields = $floodlightReportCompatibleFields;
+ $this->platformTypes = $platformTypes;
}
- public function getFloodlightReportCompatibleFields()
+ public function getPlatformTypes()
{
- return $this->floodlightReportCompatibleFields;
+ return $this->platformTypes;
}
- public function setKind($kind)
+}
+
+class Google_Service_Dfareporting_PopupWindowProperties extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $dimensionType = 'Google_Service_Dfareporting_Size';
+ protected $dimensionDataType = '';
+ protected $offsetType = 'Google_Service_Dfareporting_OffsetPosition';
+ protected $offsetDataType = '';
+ public $positionType;
+ public $showAddressBar;
+ public $showMenuBar;
+ public $showScrollBar;
+ public $showStatusBar;
+ public $showToolBar;
+ public $title;
+
+
+ public function setDimension(Google_Service_Dfareporting_Size $dimension)
{
- $this->kind = $kind;
+ $this->dimension = $dimension;
}
- public function getKind()
+ public function getDimension()
{
- return $this->kind;
+ return $this->dimension;
}
- public function setPathToConversionReportCompatibleFields(Google_Service_Dfareporting_PathToConversionReportCompatibleFields $pathToConversionReportCompatibleFields)
+ public function setOffset(Google_Service_Dfareporting_OffsetPosition $offset)
{
- $this->pathToConversionReportCompatibleFields = $pathToConversionReportCompatibleFields;
+ $this->offset = $offset;
}
- public function getPathToConversionReportCompatibleFields()
+ public function getOffset()
{
- return $this->pathToConversionReportCompatibleFields;
+ return $this->offset;
}
- public function setReachReportCompatibleFields(Google_Service_Dfareporting_ReachReportCompatibleFields $reachReportCompatibleFields)
+ public function setPositionType($positionType)
{
- $this->reachReportCompatibleFields = $reachReportCompatibleFields;
+ $this->positionType = $positionType;
}
- public function getReachReportCompatibleFields()
+ public function getPositionType()
{
- return $this->reachReportCompatibleFields;
+ return $this->positionType;
}
- public function setReportCompatibleFields(Google_Service_Dfareporting_ReportCompatibleFields $reportCompatibleFields)
+ public function setShowAddressBar($showAddressBar)
{
- $this->reportCompatibleFields = $reportCompatibleFields;
+ $this->showAddressBar = $showAddressBar;
}
- public function getReportCompatibleFields()
+ public function getShowAddressBar()
{
- return $this->reportCompatibleFields;
+ return $this->showAddressBar;
+ }
+ public function setShowMenuBar($showMenuBar)
+ {
+ $this->showMenuBar = $showMenuBar;
+ }
+ public function getShowMenuBar()
+ {
+ return $this->showMenuBar;
+ }
+ public function setShowScrollBar($showScrollBar)
+ {
+ $this->showScrollBar = $showScrollBar;
+ }
+ public function getShowScrollBar()
+ {
+ return $this->showScrollBar;
+ }
+ public function setShowStatusBar($showStatusBar)
+ {
+ $this->showStatusBar = $showStatusBar;
+ }
+ public function getShowStatusBar()
+ {
+ return $this->showStatusBar;
+ }
+ public function setShowToolBar($showToolBar)
+ {
+ $this->showToolBar = $showToolBar;
+ }
+ public function getShowToolBar()
+ {
+ return $this->showToolBar;
+ }
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+ public function getTitle()
+ {
+ return $this->title;
}
}
-class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields extends Google_Collection
+class Google_Service_Dfareporting_PostalCode extends Google_Model
{
- protected $collection_key = 'overlapMetrics';
protected $internal_gapi_mappings = array(
);
- protected $breakdownType = 'Google_Service_Dfareporting_Dimension';
- protected $breakdownDataType = 'array';
- protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
- protected $dimensionFiltersDataType = 'array';
+ public $countryCode;
+ public $countryDartId;
+ public $id;
public $kind;
- protected $metricsType = 'Google_Service_Dfareporting_Metric';
- protected $metricsDataType = 'array';
- protected $overlapMetricsType = 'Google_Service_Dfareporting_Metric';
- protected $overlapMetricsDataType = 'array';
- public function setBreakdown($breakdown)
+ public function setCountryCode($countryCode)
{
- $this->breakdown = $breakdown;
+ $this->countryCode = $countryCode;
}
- public function getBreakdown()
+ public function getCountryCode()
{
- return $this->breakdown;
+ return $this->countryCode;
}
- public function setDimensionFilters($dimensionFilters)
+ public function setCountryDartId($countryDartId)
{
- $this->dimensionFilters = $dimensionFilters;
+ $this->countryDartId = $countryDartId;
}
- public function getDimensionFilters()
+ public function getCountryDartId()
{
- return $this->dimensionFilters;
+ return $this->countryDartId;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
}
public function setKind($kind)
{
@@ -847,60 +15978,136 @@ public function getKind()
{
return $this->kind;
}
- public function setMetrics($metrics)
+}
+
+class Google_Service_Dfareporting_PostalCodesListResponse extends Google_Collection
+{
+ protected $collection_key = 'postalCodes';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $postalCodesType = 'Google_Service_Dfareporting_PostalCode';
+ protected $postalCodesDataType = 'array';
+
+
+ public function setKind($kind)
{
- $this->metrics = $metrics;
+ $this->kind = $kind;
}
- public function getMetrics()
+ public function getKind()
{
- return $this->metrics;
+ return $this->kind;
}
- public function setOverlapMetrics($overlapMetrics)
+ public function setPostalCodes($postalCodes)
{
- $this->overlapMetrics = $overlapMetrics;
+ $this->postalCodes = $postalCodes;
}
- public function getOverlapMetrics()
+ public function getPostalCodes()
{
- return $this->overlapMetrics;
+ return $this->postalCodes;
}
}
-class Google_Service_Dfareporting_CustomRichMediaEvents extends Google_Collection
+class Google_Service_Dfareporting_PricingSchedule extends Google_Collection
{
- protected $collection_key = 'filteredEventIds';
+ protected $collection_key = 'pricingPeriods';
protected $internal_gapi_mappings = array(
);
- protected $filteredEventIdsType = 'Google_Service_Dfareporting_DimensionValue';
- protected $filteredEventIdsDataType = 'array';
- public $kind;
+ public $capCostOption;
+ public $disregardOverdelivery;
+ public $endDate;
+ public $flighted;
+ public $floodlightActivityId;
+ protected $pricingPeriodsType = 'Google_Service_Dfareporting_PricingSchedulePricingPeriod';
+ protected $pricingPeriodsDataType = 'array';
+ public $pricingType;
+ public $startDate;
+ public $testingStartDate;
- public function setFilteredEventIds($filteredEventIds)
+ public function setCapCostOption($capCostOption)
{
- $this->filteredEventIds = $filteredEventIds;
+ $this->capCostOption = $capCostOption;
}
- public function getFilteredEventIds()
+ public function getCapCostOption()
{
- return $this->filteredEventIds;
+ return $this->capCostOption;
}
- public function setKind($kind)
+ public function setDisregardOverdelivery($disregardOverdelivery)
{
- $this->kind = $kind;
+ $this->disregardOverdelivery = $disregardOverdelivery;
}
- public function getKind()
+ public function getDisregardOverdelivery()
{
- return $this->kind;
+ return $this->disregardOverdelivery;
+ }
+ public function setEndDate($endDate)
+ {
+ $this->endDate = $endDate;
+ }
+ public function getEndDate()
+ {
+ return $this->endDate;
+ }
+ public function setFlighted($flighted)
+ {
+ $this->flighted = $flighted;
+ }
+ public function getFlighted()
+ {
+ return $this->flighted;
+ }
+ public function setFloodlightActivityId($floodlightActivityId)
+ {
+ $this->floodlightActivityId = $floodlightActivityId;
+ }
+ public function getFloodlightActivityId()
+ {
+ return $this->floodlightActivityId;
+ }
+ public function setPricingPeriods($pricingPeriods)
+ {
+ $this->pricingPeriods = $pricingPeriods;
+ }
+ public function getPricingPeriods()
+ {
+ return $this->pricingPeriods;
+ }
+ public function setPricingType($pricingType)
+ {
+ $this->pricingType = $pricingType;
+ }
+ public function getPricingType()
+ {
+ return $this->pricingType;
+ }
+ public function setStartDate($startDate)
+ {
+ $this->startDate = $startDate;
+ }
+ public function getStartDate()
+ {
+ return $this->startDate;
+ }
+ public function setTestingStartDate($testingStartDate)
+ {
+ $this->testingStartDate = $testingStartDate;
+ }
+ public function getTestingStartDate()
+ {
+ return $this->testingStartDate;
}
}
-class Google_Service_Dfareporting_DateRange extends Google_Model
+class Google_Service_Dfareporting_PricingSchedulePricingPeriod extends Google_Model
{
protected $internal_gapi_mappings = array(
);
public $endDate;
- public $kind;
- public $relativeDateRange;
+ public $pricingComment;
+ public $rateOrCostNanos;
public $startDate;
+ public $units;
public function setEndDate($endDate)
@@ -911,21 +16118,21 @@ public function getEndDate()
{
return $this->endDate;
}
- public function setKind($kind)
+ public function setPricingComment($pricingComment)
{
- $this->kind = $kind;
+ $this->pricingComment = $pricingComment;
}
- public function getKind()
+ public function getPricingComment()
{
- return $this->kind;
+ return $this->pricingComment;
}
- public function setRelativeDateRange($relativeDateRange)
+ public function setRateOrCostNanos($rateOrCostNanos)
{
- $this->relativeDateRange = $relativeDateRange;
+ $this->rateOrCostNanos = $rateOrCostNanos;
}
- public function getRelativeDateRange()
+ public function getRateOrCostNanos()
{
- return $this->relativeDateRange;
+ return $this->rateOrCostNanos;
}
public function setStartDate($startDate)
{
@@ -935,65 +16142,112 @@ public function getStartDate()
{
return $this->startDate;
}
+ public function setUnits($units)
+ {
+ $this->units = $units;
+ }
+ public function getUnits()
+ {
+ return $this->units;
+ }
}
-class Google_Service_Dfareporting_DfareportingFile extends Google_Model
+class Google_Service_Dfareporting_ProgrammaticSetting extends Google_Collection
{
+ protected $collection_key = 'traffickerEmails';
protected $internal_gapi_mappings = array(
);
- protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
- protected $dateRangeDataType = '';
- public $etag;
- public $fileName;
- public $format;
- public $id;
- public $kind;
- public $lastModifiedTime;
- public $reportId;
- public $status;
- protected $urlsType = 'Google_Service_Dfareporting_DfareportingFileUrls';
- protected $urlsDataType = '';
+ public $adxDealIds;
+ public $insertionOrderId;
+ public $insertionOrderIdStatus;
+ public $mediaCostNanos;
+ public $programmatic;
+ public $traffickerEmails;
- public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
+ public function setAdxDealIds($adxDealIds)
{
- $this->dateRange = $dateRange;
+ $this->adxDealIds = $adxDealIds;
}
- public function getDateRange()
+ public function getAdxDealIds()
{
- return $this->dateRange;
+ return $this->adxDealIds;
}
- public function setEtag($etag)
+ public function setInsertionOrderId($insertionOrderId)
{
- $this->etag = $etag;
+ $this->insertionOrderId = $insertionOrderId;
}
- public function getEtag()
+ public function getInsertionOrderId()
{
- return $this->etag;
+ return $this->insertionOrderId;
}
- public function setFileName($fileName)
+ public function setInsertionOrderIdStatus($insertionOrderIdStatus)
{
- $this->fileName = $fileName;
+ $this->insertionOrderIdStatus = $insertionOrderIdStatus;
}
- public function getFileName()
+ public function getInsertionOrderIdStatus()
{
- return $this->fileName;
+ return $this->insertionOrderIdStatus;
}
- public function setFormat($format)
+ public function setMediaCostNanos($mediaCostNanos)
+ {
+ $this->mediaCostNanos = $mediaCostNanos;
+ }
+ public function getMediaCostNanos()
+ {
+ return $this->mediaCostNanos;
+ }
+ public function setProgrammatic($programmatic)
+ {
+ $this->programmatic = $programmatic;
+ }
+ public function getProgrammatic()
+ {
+ return $this->programmatic;
+ }
+ public function setTraffickerEmails($traffickerEmails)
+ {
+ $this->traffickerEmails = $traffickerEmails;
+ }
+ public function getTraffickerEmails()
+ {
+ return $this->traffickerEmails;
+ }
+}
+
+class Google_Service_Dfareporting_ReachReportCompatibleFields extends Google_Collection
+{
+ protected $collection_key = 'reachByFrequencyMetrics';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
+ protected $dimensionFiltersDataType = 'array';
+ protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
+ protected $dimensionsDataType = 'array';
+ public $kind;
+ protected $metricsType = 'Google_Service_Dfareporting_Metric';
+ protected $metricsDataType = 'array';
+ protected $pivotedActivityMetricsType = 'Google_Service_Dfareporting_Metric';
+ protected $pivotedActivityMetricsDataType = 'array';
+ protected $reachByFrequencyMetricsType = 'Google_Service_Dfareporting_Metric';
+ protected $reachByFrequencyMetricsDataType = 'array';
+
+
+ public function setDimensionFilters($dimensionFilters)
{
- $this->format = $format;
+ $this->dimensionFilters = $dimensionFilters;
}
- public function getFormat()
+ public function getDimensionFilters()
{
- return $this->format;
+ return $this->dimensionFilters;
}
- public function setId($id)
+ public function setDimensions($dimensions)
{
- $this->id = $id;
+ $this->dimensions = $dimensions;
}
- public function getId()
+ public function getDimensions()
{
- return $this->id;
+ return $this->dimensions;
}
public function setKind($kind)
{
@@ -1003,74 +16257,103 @@ public function getKind()
{
return $this->kind;
}
- public function setLastModifiedTime($lastModifiedTime)
- {
- $this->lastModifiedTime = $lastModifiedTime;
- }
- public function getLastModifiedTime()
- {
- return $this->lastModifiedTime;
- }
- public function setReportId($reportId)
+ public function setMetrics($metrics)
{
- $this->reportId = $reportId;
+ $this->metrics = $metrics;
}
- public function getReportId()
+ public function getMetrics()
{
- return $this->reportId;
+ return $this->metrics;
}
- public function setStatus($status)
+ public function setPivotedActivityMetrics($pivotedActivityMetrics)
{
- $this->status = $status;
+ $this->pivotedActivityMetrics = $pivotedActivityMetrics;
}
- public function getStatus()
+ public function getPivotedActivityMetrics()
{
- return $this->status;
+ return $this->pivotedActivityMetrics;
}
- public function setUrls(Google_Service_Dfareporting_DfareportingFileUrls $urls)
+ public function setReachByFrequencyMetrics($reachByFrequencyMetrics)
{
- $this->urls = $urls;
+ $this->reachByFrequencyMetrics = $reachByFrequencyMetrics;
}
- public function getUrls()
+ public function getReachByFrequencyMetrics()
{
- return $this->urls;
+ return $this->reachByFrequencyMetrics;
}
}
-class Google_Service_Dfareporting_DfareportingFileUrls extends Google_Model
+class Google_Service_Dfareporting_Recipient extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $apiUrl;
- public $browserUrl;
+ public $deliveryType;
+ public $email;
+ public $kind;
- public function setApiUrl($apiUrl)
+ public function setDeliveryType($deliveryType)
{
- $this->apiUrl = $apiUrl;
+ $this->deliveryType = $deliveryType;
}
- public function getApiUrl()
+ public function getDeliveryType()
{
- return $this->apiUrl;
+ return $this->deliveryType;
}
- public function setBrowserUrl($browserUrl)
+ public function setEmail($email)
{
- $this->browserUrl = $browserUrl;
+ $this->email = $email;
}
- public function getBrowserUrl()
+ public function getEmail()
{
- return $this->browserUrl;
+ return $this->email;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
}
}
-class Google_Service_Dfareporting_Dimension extends Google_Model
+class Google_Service_Dfareporting_Region extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+ public $countryCode;
+ public $countryDartId;
+ public $dartId;
public $kind;
public $name;
+ public $regionCode;
+ public function setCountryCode($countryCode)
+ {
+ $this->countryCode = $countryCode;
+ }
+ public function getCountryCode()
+ {
+ return $this->countryCode;
+ }
+ public function setCountryDartId($countryDartId)
+ {
+ $this->countryDartId = $countryDartId;
+ }
+ public function getCountryDartId()
+ {
+ return $this->countryDartId;
+ }
+ public function setDartId($dartId)
+ {
+ $this->dartId = $dartId;
+ }
+ public function getDartId()
+ {
+ return $this->dartId;
+ }
public function setKind($kind)
{
$this->kind = $kind;
@@ -1087,25 +16370,26 @@ public function getName()
{
return $this->name;
}
+ public function setRegionCode($regionCode)
+ {
+ $this->regionCode = $regionCode;
+ }
+ public function getRegionCode()
+ {
+ return $this->regionCode;
+ }
}
-class Google_Service_Dfareporting_DimensionFilter extends Google_Model
+class Google_Service_Dfareporting_RegionsListResponse extends Google_Collection
{
+ protected $collection_key = 'regions';
protected $internal_gapi_mappings = array(
);
- public $dimensionName;
public $kind;
- public $value;
+ protected $regionsType = 'Google_Service_Dfareporting_Region';
+ protected $regionsDataType = 'array';
- public function setDimensionName($dimensionName)
- {
- $this->dimensionName = $dimensionName;
- }
- public function getDimensionName()
- {
- return $this->dimensionName;
- }
public function setKind($kind)
{
$this->kind = $kind;
@@ -1114,35 +16398,78 @@ public function getKind()
{
return $this->kind;
}
- public function setValue($value)
+ public function setRegions($regions)
{
- $this->value = $value;
+ $this->regions = $regions;
}
- public function getValue()
+ public function getRegions()
{
- return $this->value;
+ return $this->regions;
}
}
-class Google_Service_Dfareporting_DimensionValue extends Google_Model
+class Google_Service_Dfareporting_Report extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $dimensionName;
+ public $accountId;
+ protected $criteriaType = 'Google_Service_Dfareporting_ReportCriteria';
+ protected $criteriaDataType = '';
+ protected $crossDimensionReachCriteriaType = 'Google_Service_Dfareporting_ReportCrossDimensionReachCriteria';
+ protected $crossDimensionReachCriteriaDataType = '';
+ protected $deliveryType = 'Google_Service_Dfareporting_ReportDelivery';
+ protected $deliveryDataType = '';
public $etag;
+ public $fileName;
+ protected $floodlightCriteriaType = 'Google_Service_Dfareporting_ReportFloodlightCriteria';
+ protected $floodlightCriteriaDataType = '';
+ public $format;
public $id;
public $kind;
- public $matchType;
- public $value;
+ public $lastModifiedTime;
+ public $name;
+ public $ownerProfileId;
+ protected $pathToConversionCriteriaType = 'Google_Service_Dfareporting_ReportPathToConversionCriteria';
+ protected $pathToConversionCriteriaDataType = '';
+ protected $reachCriteriaType = 'Google_Service_Dfareporting_ReportReachCriteria';
+ protected $reachCriteriaDataType = '';
+ protected $scheduleType = 'Google_Service_Dfareporting_ReportSchedule';
+ protected $scheduleDataType = '';
+ public $subAccountId;
+ public $type;
- public function setDimensionName($dimensionName)
+ public function setAccountId($accountId)
{
- $this->dimensionName = $dimensionName;
+ $this->accountId = $accountId;
}
- public function getDimensionName()
+ public function getAccountId()
{
- return $this->dimensionName;
+ return $this->accountId;
+ }
+ public function setCriteria(Google_Service_Dfareporting_ReportCriteria $criteria)
+ {
+ $this->criteria = $criteria;
+ }
+ public function getCriteria()
+ {
+ return $this->criteria;
+ }
+ public function setCrossDimensionReachCriteria(Google_Service_Dfareporting_ReportCrossDimensionReachCriteria $crossDimensionReachCriteria)
+ {
+ $this->crossDimensionReachCriteria = $crossDimensionReachCriteria;
+ }
+ public function getCrossDimensionReachCriteria()
+ {
+ return $this->crossDimensionReachCriteria;
+ }
+ public function setDelivery(Google_Service_Dfareporting_ReportDelivery $delivery)
+ {
+ $this->delivery = $delivery;
+ }
+ public function getDelivery()
+ {
+ return $this->delivery;
}
public function setEtag($etag)
{
@@ -1152,6 +16479,30 @@ public function getEtag()
{
return $this->etag;
}
+ public function setFileName($fileName)
+ {
+ $this->fileName = $fileName;
+ }
+ public function getFileName()
+ {
+ return $this->fileName;
+ }
+ public function setFloodlightCriteria(Google_Service_Dfareporting_ReportFloodlightCriteria $floodlightCriteria)
+ {
+ $this->floodlightCriteria = $floodlightCriteria;
+ }
+ public function getFloodlightCriteria()
+ {
+ return $this->floodlightCriteria;
+ }
+ public function setFormat($format)
+ {
+ $this->format = $format;
+ }
+ public function getFormat()
+ {
+ return $this->format;
+ }
public function setId($id)
{
$this->id = $id;
@@ -1168,106 +16519,103 @@ public function getKind()
{
return $this->kind;
}
- public function setMatchType($matchType)
+ public function setLastModifiedTime($lastModifiedTime)
{
- $this->matchType = $matchType;
+ $this->lastModifiedTime = $lastModifiedTime;
}
- public function getMatchType()
+ public function getLastModifiedTime()
{
- return $this->matchType;
+ return $this->lastModifiedTime;
}
- public function setValue($value)
+ public function setName($name)
{
- $this->value = $value;
+ $this->name = $name;
}
- public function getValue()
+ public function getName()
{
- return $this->value;
+ return $this->name;
}
-}
-
-class Google_Service_Dfareporting_DimensionValueList extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- public $etag;
- protected $itemsType = 'Google_Service_Dfareporting_DimensionValue';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setEtag($etag)
+ public function setOwnerProfileId($ownerProfileId)
+ {
+ $this->ownerProfileId = $ownerProfileId;
+ }
+ public function getOwnerProfileId()
+ {
+ return $this->ownerProfileId;
+ }
+ public function setPathToConversionCriteria(Google_Service_Dfareporting_ReportPathToConversionCriteria $pathToConversionCriteria)
+ {
+ $this->pathToConversionCriteria = $pathToConversionCriteria;
+ }
+ public function getPathToConversionCriteria()
+ {
+ return $this->pathToConversionCriteria;
+ }
+ public function setReachCriteria(Google_Service_Dfareporting_ReportReachCriteria $reachCriteria)
{
- $this->etag = $etag;
+ $this->reachCriteria = $reachCriteria;
}
- public function getEtag()
+ public function getReachCriteria()
{
- return $this->etag;
+ return $this->reachCriteria;
}
- public function setItems($items)
+ public function setSchedule(Google_Service_Dfareporting_ReportSchedule $schedule)
{
- $this->items = $items;
+ $this->schedule = $schedule;
}
- public function getItems()
+ public function getSchedule()
{
- return $this->items;
+ return $this->schedule;
}
- public function setKind($kind)
+ public function setSubAccountId($subAccountId)
{
- $this->kind = $kind;
+ $this->subAccountId = $subAccountId;
}
- public function getKind()
+ public function getSubAccountId()
{
- return $this->kind;
+ return $this->subAccountId;
}
- public function setNextPageToken($nextPageToken)
+ public function setType($type)
{
- $this->nextPageToken = $nextPageToken;
+ $this->type = $type;
}
- public function getNextPageToken()
+ public function getType()
{
- return $this->nextPageToken;
+ return $this->type;
}
}
-class Google_Service_Dfareporting_DimensionValueRequest extends Google_Collection
+class Google_Service_Dfareporting_ReportCompatibleFields extends Google_Collection
{
- protected $collection_key = 'filters';
+ protected $collection_key = 'pivotedActivityMetrics';
protected $internal_gapi_mappings = array(
);
- public $dimensionName;
- public $endDate;
- protected $filtersType = 'Google_Service_Dfareporting_DimensionFilter';
- protected $filtersDataType = 'array';
+ protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
+ protected $dimensionFiltersDataType = 'array';
+ protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
+ protected $dimensionsDataType = 'array';
public $kind;
- public $startDate;
+ protected $metricsType = 'Google_Service_Dfareporting_Metric';
+ protected $metricsDataType = 'array';
+ protected $pivotedActivityMetricsType = 'Google_Service_Dfareporting_Metric';
+ protected $pivotedActivityMetricsDataType = 'array';
- public function setDimensionName($dimensionName)
- {
- $this->dimensionName = $dimensionName;
- }
- public function getDimensionName()
- {
- return $this->dimensionName;
- }
- public function setEndDate($endDate)
+ public function setDimensionFilters($dimensionFilters)
{
- $this->endDate = $endDate;
+ $this->dimensionFilters = $dimensionFilters;
}
- public function getEndDate()
+ public function getDimensionFilters()
{
- return $this->endDate;
+ return $this->dimensionFilters;
}
- public function setFilters($filters)
+ public function setDimensions($dimensions)
{
- $this->filters = $filters;
+ $this->dimensions = $dimensions;
}
- public function getFilters()
+ public function getDimensions()
{
- return $this->filters;
+ return $this->dimensions;
}
public function setKind($kind)
{
@@ -1277,212 +16625,249 @@ public function getKind()
{
return $this->kind;
}
- public function setStartDate($startDate)
+ public function setMetrics($metrics)
{
- $this->startDate = $startDate;
+ $this->metrics = $metrics;
}
- public function getStartDate()
+ public function getMetrics()
{
- return $this->startDate;
+ return $this->metrics;
+ }
+ public function setPivotedActivityMetrics($pivotedActivityMetrics)
+ {
+ $this->pivotedActivityMetrics = $pivotedActivityMetrics;
+ }
+ public function getPivotedActivityMetrics()
+ {
+ return $this->pivotedActivityMetrics;
}
}
-class Google_Service_Dfareporting_FileList extends Google_Collection
+class Google_Service_Dfareporting_ReportCriteria extends Google_Collection
{
- protected $collection_key = 'items';
+ protected $collection_key = 'metricNames';
protected $internal_gapi_mappings = array(
);
- public $etag;
- protected $itemsType = 'Google_Service_Dfareporting_DfareportingFile';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
+ protected $activitiesType = 'Google_Service_Dfareporting_Activities';
+ protected $activitiesDataType = '';
+ protected $customRichMediaEventsType = 'Google_Service_Dfareporting_CustomRichMediaEvents';
+ protected $customRichMediaEventsDataType = '';
+ protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
+ protected $dateRangeDataType = '';
+ protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $dimensionFiltersDataType = 'array';
+ protected $dimensionsType = 'Google_Service_Dfareporting_SortedDimension';
+ protected $dimensionsDataType = 'array';
+ public $metricNames;
- public function setEtag($etag)
+ public function setActivities(Google_Service_Dfareporting_Activities $activities)
{
- $this->etag = $etag;
+ $this->activities = $activities;
}
- public function getEtag()
+ public function getActivities()
{
- return $this->etag;
+ return $this->activities;
}
- public function setItems($items)
+ public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents)
{
- $this->items = $items;
+ $this->customRichMediaEvents = $customRichMediaEvents;
}
- public function getItems()
+ public function getCustomRichMediaEvents()
{
- return $this->items;
+ return $this->customRichMediaEvents;
}
- public function setKind($kind)
+ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
- $this->kind = $kind;
+ $this->dateRange = $dateRange;
}
- public function getKind()
+ public function getDateRange()
{
- return $this->kind;
+ return $this->dateRange;
}
- public function setNextPageToken($nextPageToken)
+ public function setDimensionFilters($dimensionFilters)
{
- $this->nextPageToken = $nextPageToken;
+ $this->dimensionFilters = $dimensionFilters;
}
- public function getNextPageToken()
+ public function getDimensionFilters()
{
- return $this->nextPageToken;
+ return $this->dimensionFilters;
+ }
+ public function setDimensions($dimensions)
+ {
+ $this->dimensions = $dimensions;
+ }
+ public function getDimensions()
+ {
+ return $this->dimensions;
+ }
+ public function setMetricNames($metricNames)
+ {
+ $this->metricNames = $metricNames;
+ }
+ public function getMetricNames()
+ {
+ return $this->metricNames;
}
}
-class Google_Service_Dfareporting_FloodlightReportCompatibleFields extends Google_Collection
+class Google_Service_Dfareporting_ReportCrossDimensionReachCriteria extends Google_Collection
{
- protected $collection_key = 'metrics';
+ protected $collection_key = 'overlapMetricNames';
protected $internal_gapi_mappings = array(
);
- protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
+ protected $breakdownType = 'Google_Service_Dfareporting_SortedDimension';
+ protected $breakdownDataType = 'array';
+ protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
+ protected $dateRangeDataType = '';
+ public $dimension;
+ protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
protected $dimensionFiltersDataType = 'array';
- protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
- protected $dimensionsDataType = 'array';
- public $kind;
- protected $metricsType = 'Google_Service_Dfareporting_Metric';
- protected $metricsDataType = 'array';
+ public $metricNames;
+ public $overlapMetricNames;
+ public $pivoted;
- public function setDimensionFilters($dimensionFilters)
+ public function setBreakdown($breakdown)
{
- $this->dimensionFilters = $dimensionFilters;
+ $this->breakdown = $breakdown;
}
- public function getDimensionFilters()
+ public function getBreakdown()
{
- return $this->dimensionFilters;
+ return $this->breakdown;
}
- public function setDimensions($dimensions)
+ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
- $this->dimensions = $dimensions;
+ $this->dateRange = $dateRange;
}
- public function getDimensions()
+ public function getDateRange()
{
- return $this->dimensions;
+ return $this->dateRange;
}
- public function setKind($kind)
+ public function setDimension($dimension)
{
- $this->kind = $kind;
+ $this->dimension = $dimension;
}
- public function getKind()
+ public function getDimension()
{
- return $this->kind;
+ return $this->dimension;
}
- public function setMetrics($metrics)
+ public function setDimensionFilters($dimensionFilters)
{
- $this->metrics = $metrics;
+ $this->dimensionFilters = $dimensionFilters;
}
- public function getMetrics()
+ public function getDimensionFilters()
{
- return $this->metrics;
+ return $this->dimensionFilters;
}
-}
-
-class Google_Service_Dfareporting_Metric extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $name;
-
-
- public function setKind($kind)
+ public function setMetricNames($metricNames)
{
- $this->kind = $kind;
+ $this->metricNames = $metricNames;
}
- public function getKind()
+ public function getMetricNames()
{
- return $this->kind;
+ return $this->metricNames;
}
- public function setName($name)
+ public function setOverlapMetricNames($overlapMetricNames)
{
- $this->name = $name;
+ $this->overlapMetricNames = $overlapMetricNames;
}
- public function getName()
+ public function getOverlapMetricNames()
{
- return $this->name;
+ return $this->overlapMetricNames;
+ }
+ public function setPivoted($pivoted)
+ {
+ $this->pivoted = $pivoted;
+ }
+ public function getPivoted()
+ {
+ return $this->pivoted;
}
}
-class Google_Service_Dfareporting_PathToConversionReportCompatibleFields extends Google_Collection
+class Google_Service_Dfareporting_ReportDelivery extends Google_Collection
{
- protected $collection_key = 'perInteractionDimensions';
+ protected $collection_key = 'recipients';
protected $internal_gapi_mappings = array(
);
- protected $conversionDimensionsType = 'Google_Service_Dfareporting_Dimension';
- protected $conversionDimensionsDataType = 'array';
- protected $customFloodlightVariablesType = 'Google_Service_Dfareporting_Dimension';
- protected $customFloodlightVariablesDataType = 'array';
- public $kind;
- protected $metricsType = 'Google_Service_Dfareporting_Metric';
- protected $metricsDataType = 'array';
- protected $perInteractionDimensionsType = 'Google_Service_Dfareporting_Dimension';
- protected $perInteractionDimensionsDataType = 'array';
+ public $emailOwner;
+ public $emailOwnerDeliveryType;
+ public $message;
+ protected $recipientsType = 'Google_Service_Dfareporting_Recipient';
+ protected $recipientsDataType = 'array';
- public function setConversionDimensions($conversionDimensions)
- {
- $this->conversionDimensions = $conversionDimensions;
- }
- public function getConversionDimensions()
- {
- return $this->conversionDimensions;
- }
- public function setCustomFloodlightVariables($customFloodlightVariables)
+ public function setEmailOwner($emailOwner)
{
- $this->customFloodlightVariables = $customFloodlightVariables;
+ $this->emailOwner = $emailOwner;
}
- public function getCustomFloodlightVariables()
+ public function getEmailOwner()
{
- return $this->customFloodlightVariables;
+ return $this->emailOwner;
}
- public function setKind($kind)
+ public function setEmailOwnerDeliveryType($emailOwnerDeliveryType)
{
- $this->kind = $kind;
+ $this->emailOwnerDeliveryType = $emailOwnerDeliveryType;
}
- public function getKind()
+ public function getEmailOwnerDeliveryType()
{
- return $this->kind;
+ return $this->emailOwnerDeliveryType;
}
- public function setMetrics($metrics)
+ public function setMessage($message)
{
- $this->metrics = $metrics;
+ $this->message = $message;
}
- public function getMetrics()
+ public function getMessage()
{
- return $this->metrics;
+ return $this->message;
}
- public function setPerInteractionDimensions($perInteractionDimensions)
+ public function setRecipients($recipients)
{
- $this->perInteractionDimensions = $perInteractionDimensions;
+ $this->recipients = $recipients;
}
- public function getPerInteractionDimensions()
+ public function getRecipients()
{
- return $this->perInteractionDimensions;
+ return $this->recipients;
}
}
-class Google_Service_Dfareporting_ReachReportCompatibleFields extends Google_Collection
+class Google_Service_Dfareporting_ReportFloodlightCriteria extends Google_Collection
{
- protected $collection_key = 'reachByFrequencyMetrics';
+ protected $collection_key = 'metricNames';
protected $internal_gapi_mappings = array(
);
- protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
+ protected $customRichMediaEventsType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $customRichMediaEventsDataType = 'array';
+ protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
+ protected $dateRangeDataType = '';
+ protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
protected $dimensionFiltersDataType = 'array';
- protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
+ protected $dimensionsType = 'Google_Service_Dfareporting_SortedDimension';
protected $dimensionsDataType = 'array';
- public $kind;
- protected $metricsType = 'Google_Service_Dfareporting_Metric';
- protected $metricsDataType = 'array';
- protected $pivotedActivityMetricsType = 'Google_Service_Dfareporting_Metric';
- protected $pivotedActivityMetricsDataType = 'array';
- protected $reachByFrequencyMetricsType = 'Google_Service_Dfareporting_Metric';
- protected $reachByFrequencyMetricsDataType = 'array';
+ protected $floodlightConfigIdType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $floodlightConfigIdDataType = '';
+ public $metricNames;
+ protected $reportPropertiesType = 'Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties';
+ protected $reportPropertiesDataType = '';
+ public function setCustomRichMediaEvents($customRichMediaEvents)
+ {
+ $this->customRichMediaEvents = $customRichMediaEvents;
+ }
+ public function getCustomRichMediaEvents()
+ {
+ return $this->customRichMediaEvents;
+ }
+ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
+ {
+ $this->dateRange = $dateRange;
+ }
+ public function getDateRange()
+ {
+ return $this->dateRange;
+ }
public function setDimensionFilters($dimensionFilters)
{
$this->dimensionFilters = $dimensionFilters;
@@ -1499,64 +16884,94 @@ public function getDimensions()
{
return $this->dimensions;
}
- public function setKind($kind)
+ public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId)
{
- $this->kind = $kind;
+ $this->floodlightConfigId = $floodlightConfigId;
}
- public function getKind()
+ public function getFloodlightConfigId()
{
- return $this->kind;
+ return $this->floodlightConfigId;
}
- public function setMetrics($metrics)
+ public function setMetricNames($metricNames)
{
- $this->metrics = $metrics;
+ $this->metricNames = $metricNames;
}
- public function getMetrics()
+ public function getMetricNames()
{
- return $this->metrics;
+ return $this->metricNames;
}
- public function setPivotedActivityMetrics($pivotedActivityMetrics)
+ public function setReportProperties(Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties $reportProperties)
{
- $this->pivotedActivityMetrics = $pivotedActivityMetrics;
+ $this->reportProperties = $reportProperties;
}
- public function getPivotedActivityMetrics()
+ public function getReportProperties()
{
- return $this->pivotedActivityMetrics;
+ return $this->reportProperties;
}
- public function setReachByFrequencyMetrics($reachByFrequencyMetrics)
+}
+
+class Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $includeAttributedIPConversions;
+ public $includeUnattributedCookieConversions;
+ public $includeUnattributedIPConversions;
+
+
+ public function setIncludeAttributedIPConversions($includeAttributedIPConversions)
{
- $this->reachByFrequencyMetrics = $reachByFrequencyMetrics;
+ $this->includeAttributedIPConversions = $includeAttributedIPConversions;
}
- public function getReachByFrequencyMetrics()
+ public function getIncludeAttributedIPConversions()
{
- return $this->reachByFrequencyMetrics;
+ return $this->includeAttributedIPConversions;
+ }
+ public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions)
+ {
+ $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions;
+ }
+ public function getIncludeUnattributedCookieConversions()
+ {
+ return $this->includeUnattributedCookieConversions;
+ }
+ public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions)
+ {
+ $this->includeUnattributedIPConversions = $includeUnattributedIPConversions;
+ }
+ public function getIncludeUnattributedIPConversions()
+ {
+ return $this->includeUnattributedIPConversions;
}
}
-class Google_Service_Dfareporting_Recipient extends Google_Model
+class Google_Service_Dfareporting_ReportList extends Google_Collection
{
+ protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
- public $deliveryType;
- public $email;
+ public $etag;
+ protected $itemsType = 'Google_Service_Dfareporting_Report';
+ protected $itemsDataType = 'array';
public $kind;
+ public $nextPageToken;
- public function setDeliveryType($deliveryType)
+ public function setEtag($etag)
{
- $this->deliveryType = $deliveryType;
+ $this->etag = $etag;
}
- public function getDeliveryType()
+ public function getEtag()
{
- return $this->deliveryType;
+ return $this->etag;
}
- public function setEmail($email)
+ public function setItems($items)
{
- $this->email = $email;
+ $this->items = $items;
}
- public function getEmail()
+ public function getItems()
{
- return $this->email;
+ return $this->items;
}
public function setKind($kind)
{
@@ -1566,209 +16981,239 @@ public function getKind()
{
return $this->kind;
}
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
}
-class Google_Service_Dfareporting_Report extends Google_Model
+class Google_Service_Dfareporting_ReportPathToConversionCriteria extends Google_Collection
{
+ protected $collection_key = 'perInteractionDimensions';
protected $internal_gapi_mappings = array(
);
- public $accountId;
- protected $activeGrpCriteriaType = 'Google_Service_Dfareporting_ReportActiveGrpCriteria';
- protected $activeGrpCriteriaDataType = '';
- protected $criteriaType = 'Google_Service_Dfareporting_ReportCriteria';
- protected $criteriaDataType = '';
- protected $crossDimensionReachCriteriaType = 'Google_Service_Dfareporting_ReportCrossDimensionReachCriteria';
- protected $crossDimensionReachCriteriaDataType = '';
- protected $deliveryType = 'Google_Service_Dfareporting_ReportDelivery';
- protected $deliveryDataType = '';
- public $etag;
- public $fileName;
- protected $floodlightCriteriaType = 'Google_Service_Dfareporting_ReportFloodlightCriteria';
- protected $floodlightCriteriaDataType = '';
- public $format;
- public $id;
- public $kind;
- public $lastModifiedTime;
- public $name;
- public $ownerProfileId;
- protected $pathToConversionCriteriaType = 'Google_Service_Dfareporting_ReportPathToConversionCriteria';
- protected $pathToConversionCriteriaDataType = '';
- protected $reachCriteriaType = 'Google_Service_Dfareporting_ReportReachCriteria';
- protected $reachCriteriaDataType = '';
- protected $scheduleType = 'Google_Service_Dfareporting_ReportSchedule';
- protected $scheduleDataType = '';
- public $subAccountId;
- public $type;
+ protected $activityFiltersType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $activityFiltersDataType = 'array';
+ protected $conversionDimensionsType = 'Google_Service_Dfareporting_SortedDimension';
+ protected $conversionDimensionsDataType = 'array';
+ protected $customFloodlightVariablesType = 'Google_Service_Dfareporting_SortedDimension';
+ protected $customFloodlightVariablesDataType = 'array';
+ protected $customRichMediaEventsType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $customRichMediaEventsDataType = 'array';
+ protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
+ protected $dateRangeDataType = '';
+ protected $floodlightConfigIdType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $floodlightConfigIdDataType = '';
+ public $metricNames;
+ protected $perInteractionDimensionsType = 'Google_Service_Dfareporting_SortedDimension';
+ protected $perInteractionDimensionsDataType = 'array';
+ protected $reportPropertiesType = 'Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties';
+ protected $reportPropertiesDataType = '';
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setActiveGrpCriteria(Google_Service_Dfareporting_ReportActiveGrpCriteria $activeGrpCriteria)
+ public function setActivityFilters($activityFilters)
{
- $this->activeGrpCriteria = $activeGrpCriteria;
+ $this->activityFilters = $activityFilters;
}
- public function getActiveGrpCriteria()
+ public function getActivityFilters()
{
- return $this->activeGrpCriteria;
+ return $this->activityFilters;
}
- public function setCriteria(Google_Service_Dfareporting_ReportCriteria $criteria)
+ public function setConversionDimensions($conversionDimensions)
{
- $this->criteria = $criteria;
+ $this->conversionDimensions = $conversionDimensions;
}
- public function getCriteria()
+ public function getConversionDimensions()
{
- return $this->criteria;
+ return $this->conversionDimensions;
}
- public function setCrossDimensionReachCriteria(Google_Service_Dfareporting_ReportCrossDimensionReachCriteria $crossDimensionReachCriteria)
+ public function setCustomFloodlightVariables($customFloodlightVariables)
{
- $this->crossDimensionReachCriteria = $crossDimensionReachCriteria;
+ $this->customFloodlightVariables = $customFloodlightVariables;
}
- public function getCrossDimensionReachCriteria()
+ public function getCustomFloodlightVariables()
{
- return $this->crossDimensionReachCriteria;
+ return $this->customFloodlightVariables;
}
- public function setDelivery(Google_Service_Dfareporting_ReportDelivery $delivery)
+ public function setCustomRichMediaEvents($customRichMediaEvents)
{
- $this->delivery = $delivery;
+ $this->customRichMediaEvents = $customRichMediaEvents;
}
- public function getDelivery()
+ public function getCustomRichMediaEvents()
{
- return $this->delivery;
+ return $this->customRichMediaEvents;
}
- public function setEtag($etag)
+ public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
- $this->etag = $etag;
+ $this->dateRange = $dateRange;
}
- public function getEtag()
+ public function getDateRange()
{
- return $this->etag;
+ return $this->dateRange;
}
- public function setFileName($fileName)
+ public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId)
{
- $this->fileName = $fileName;
+ $this->floodlightConfigId = $floodlightConfigId;
}
- public function getFileName()
+ public function getFloodlightConfigId()
{
- return $this->fileName;
+ return $this->floodlightConfigId;
}
- public function setFloodlightCriteria(Google_Service_Dfareporting_ReportFloodlightCriteria $floodlightCriteria)
+ public function setMetricNames($metricNames)
{
- $this->floodlightCriteria = $floodlightCriteria;
+ $this->metricNames = $metricNames;
}
- public function getFloodlightCriteria()
+ public function getMetricNames()
{
- return $this->floodlightCriteria;
+ return $this->metricNames;
}
- public function setFormat($format)
+ public function setPerInteractionDimensions($perInteractionDimensions)
{
- $this->format = $format;
+ $this->perInteractionDimensions = $perInteractionDimensions;
}
- public function getFormat()
+ public function getPerInteractionDimensions()
{
- return $this->format;
+ return $this->perInteractionDimensions;
}
- public function setId($id)
+ public function setReportProperties(Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties $reportProperties)
{
- $this->id = $id;
+ $this->reportProperties = $reportProperties;
}
- public function getId()
+ public function getReportProperties()
{
- return $this->id;
+ return $this->reportProperties;
}
- public function setKind($kind)
+}
+
+class Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $clicksLookbackWindow;
+ public $impressionsLookbackWindow;
+ public $includeAttributedIPConversions;
+ public $includeUnattributedCookieConversions;
+ public $includeUnattributedIPConversions;
+ public $maximumClickInteractions;
+ public $maximumImpressionInteractions;
+ public $maximumInteractionGap;
+ public $pivotOnInteractionPath;
+
+
+ public function setClicksLookbackWindow($clicksLookbackWindow)
{
- $this->kind = $kind;
+ $this->clicksLookbackWindow = $clicksLookbackWindow;
}
- public function getKind()
+ public function getClicksLookbackWindow()
{
- return $this->kind;
+ return $this->clicksLookbackWindow;
}
- public function setLastModifiedTime($lastModifiedTime)
+ public function setImpressionsLookbackWindow($impressionsLookbackWindow)
{
- $this->lastModifiedTime = $lastModifiedTime;
+ $this->impressionsLookbackWindow = $impressionsLookbackWindow;
}
- public function getLastModifiedTime()
+ public function getImpressionsLookbackWindow()
{
- return $this->lastModifiedTime;
+ return $this->impressionsLookbackWindow;
}
- public function setName($name)
+ public function setIncludeAttributedIPConversions($includeAttributedIPConversions)
{
- $this->name = $name;
+ $this->includeAttributedIPConversions = $includeAttributedIPConversions;
}
- public function getName()
+ public function getIncludeAttributedIPConversions()
{
- return $this->name;
+ return $this->includeAttributedIPConversions;
}
- public function setOwnerProfileId($ownerProfileId)
+ public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions)
{
- $this->ownerProfileId = $ownerProfileId;
+ $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions;
}
- public function getOwnerProfileId()
+ public function getIncludeUnattributedCookieConversions()
{
- return $this->ownerProfileId;
+ return $this->includeUnattributedCookieConversions;
}
- public function setPathToConversionCriteria(Google_Service_Dfareporting_ReportPathToConversionCriteria $pathToConversionCriteria)
+ public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions)
{
- $this->pathToConversionCriteria = $pathToConversionCriteria;
+ $this->includeUnattributedIPConversions = $includeUnattributedIPConversions;
}
- public function getPathToConversionCriteria()
+ public function getIncludeUnattributedIPConversions()
{
- return $this->pathToConversionCriteria;
+ return $this->includeUnattributedIPConversions;
}
- public function setReachCriteria(Google_Service_Dfareporting_ReportReachCriteria $reachCriteria)
+ public function setMaximumClickInteractions($maximumClickInteractions)
{
- $this->reachCriteria = $reachCriteria;
+ $this->maximumClickInteractions = $maximumClickInteractions;
}
- public function getReachCriteria()
+ public function getMaximumClickInteractions()
{
- return $this->reachCriteria;
+ return $this->maximumClickInteractions;
}
- public function setSchedule(Google_Service_Dfareporting_ReportSchedule $schedule)
+ public function setMaximumImpressionInteractions($maximumImpressionInteractions)
{
- $this->schedule = $schedule;
+ $this->maximumImpressionInteractions = $maximumImpressionInteractions;
}
- public function getSchedule()
+ public function getMaximumImpressionInteractions()
{
- return $this->schedule;
+ return $this->maximumImpressionInteractions;
}
- public function setSubAccountId($subAccountId)
+ public function setMaximumInteractionGap($maximumInteractionGap)
{
- $this->subAccountId = $subAccountId;
+ $this->maximumInteractionGap = $maximumInteractionGap;
}
- public function getSubAccountId()
+ public function getMaximumInteractionGap()
{
- return $this->subAccountId;
+ return $this->maximumInteractionGap;
}
- public function setType($type)
+ public function setPivotOnInteractionPath($pivotOnInteractionPath)
{
- $this->type = $type;
+ $this->pivotOnInteractionPath = $pivotOnInteractionPath;
}
- public function getType()
+ public function getPivotOnInteractionPath()
{
- return $this->type;
+ return $this->pivotOnInteractionPath;
}
}
-class Google_Service_Dfareporting_ReportActiveGrpCriteria extends Google_Collection
+class Google_Service_Dfareporting_ReportReachCriteria extends Google_Collection
{
- protected $collection_key = 'metricNames';
+ protected $collection_key = 'reachByFrequencyMetricNames';
protected $internal_gapi_mappings = array(
);
+ protected $activitiesType = 'Google_Service_Dfareporting_Activities';
+ protected $activitiesDataType = '';
+ protected $customRichMediaEventsType = 'Google_Service_Dfareporting_CustomRichMediaEvents';
+ protected $customRichMediaEventsDataType = '';
protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
protected $dateRangeDataType = '';
protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
protected $dimensionFiltersDataType = 'array';
protected $dimensionsType = 'Google_Service_Dfareporting_SortedDimension';
protected $dimensionsDataType = 'array';
+ public $enableAllDimensionCombinations;
public $metricNames;
+ public $reachByFrequencyMetricNames;
+ public function setActivities(Google_Service_Dfareporting_Activities $activities)
+ {
+ $this->activities = $activities;
+ }
+ public function getActivities()
+ {
+ return $this->activities;
+ }
+ public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents)
+ {
+ $this->customRichMediaEvents = $customRichMediaEvents;
+ }
+ public function getCustomRichMediaEvents()
+ {
+ return $this->customRichMediaEvents;
+ }
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
{
$this->dateRange = $dateRange;
@@ -1793,6 +17238,14 @@ public function getDimensions()
{
return $this->dimensions;
}
+ public function setEnableAllDimensionCombinations($enableAllDimensionCombinations)
+ {
+ $this->enableAllDimensionCombinations = $enableAllDimensionCombinations;
+ }
+ public function getEnableAllDimensionCombinations()
+ {
+ return $this->enableAllDimensionCombinations;
+ }
public function setMetricNames($metricNames)
{
$this->metricNames = $metricNames;
@@ -1801,396 +17254,498 @@ public function getMetricNames()
{
return $this->metricNames;
}
+ public function setReachByFrequencyMetricNames($reachByFrequencyMetricNames)
+ {
+ $this->reachByFrequencyMetricNames = $reachByFrequencyMetricNames;
+ }
+ public function getReachByFrequencyMetricNames()
+ {
+ return $this->reachByFrequencyMetricNames;
+ }
}
-class Google_Service_Dfareporting_ReportCompatibleFields extends Google_Collection
+class Google_Service_Dfareporting_ReportSchedule extends Google_Collection
{
- protected $collection_key = 'pivotedActivityMetrics';
+ protected $collection_key = 'repeatsOnWeekDays';
protected $internal_gapi_mappings = array(
);
- protected $dimensionFiltersType = 'Google_Service_Dfareporting_Dimension';
- protected $dimensionFiltersDataType = 'array';
- protected $dimensionsType = 'Google_Service_Dfareporting_Dimension';
- protected $dimensionsDataType = 'array';
- public $kind;
- protected $metricsType = 'Google_Service_Dfareporting_Metric';
- protected $metricsDataType = 'array';
- protected $pivotedActivityMetricsType = 'Google_Service_Dfareporting_Metric';
- protected $pivotedActivityMetricsDataType = 'array';
+ public $active;
+ public $every;
+ public $expirationDate;
+ public $repeats;
+ public $repeatsOnWeekDays;
+ public $runsOnDayOfMonth;
+ public $startDate;
- public function setDimensionFilters($dimensionFilters)
+ public function setActive($active)
{
- $this->dimensionFilters = $dimensionFilters;
+ $this->active = $active;
}
- public function getDimensionFilters()
+ public function getActive()
{
- return $this->dimensionFilters;
+ return $this->active;
}
- public function setDimensions($dimensions)
+ public function setEvery($every)
{
- $this->dimensions = $dimensions;
+ $this->every = $every;
}
- public function getDimensions()
+ public function getEvery()
{
- return $this->dimensions;
+ return $this->every;
}
- public function setKind($kind)
+ public function setExpirationDate($expirationDate)
{
- $this->kind = $kind;
+ $this->expirationDate = $expirationDate;
}
- public function getKind()
+ public function getExpirationDate()
{
- return $this->kind;
+ return $this->expirationDate;
}
- public function setMetrics($metrics)
+ public function setRepeats($repeats)
{
- $this->metrics = $metrics;
+ $this->repeats = $repeats;
}
- public function getMetrics()
+ public function getRepeats()
{
- return $this->metrics;
+ return $this->repeats;
}
- public function setPivotedActivityMetrics($pivotedActivityMetrics)
+ public function setRepeatsOnWeekDays($repeatsOnWeekDays)
{
- $this->pivotedActivityMetrics = $pivotedActivityMetrics;
+ $this->repeatsOnWeekDays = $repeatsOnWeekDays;
}
- public function getPivotedActivityMetrics()
+ public function getRepeatsOnWeekDays()
{
- return $this->pivotedActivityMetrics;
+ return $this->repeatsOnWeekDays;
+ }
+ public function setRunsOnDayOfMonth($runsOnDayOfMonth)
+ {
+ $this->runsOnDayOfMonth = $runsOnDayOfMonth;
+ }
+ public function getRunsOnDayOfMonth()
+ {
+ return $this->runsOnDayOfMonth;
+ }
+ public function setStartDate($startDate)
+ {
+ $this->startDate = $startDate;
+ }
+ public function getStartDate()
+ {
+ return $this->startDate;
}
}
-class Google_Service_Dfareporting_ReportCriteria extends Google_Collection
+class Google_Service_Dfareporting_ReportsConfiguration extends Google_Model
{
- protected $collection_key = 'metricNames';
protected $internal_gapi_mappings = array(
);
- protected $activitiesType = 'Google_Service_Dfareporting_Activities';
- protected $activitiesDataType = '';
- protected $customRichMediaEventsType = 'Google_Service_Dfareporting_CustomRichMediaEvents';
- protected $customRichMediaEventsDataType = '';
- protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
- protected $dateRangeDataType = '';
- protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
- protected $dimensionFiltersDataType = 'array';
- protected $dimensionsType = 'Google_Service_Dfareporting_SortedDimension';
- protected $dimensionsDataType = 'array';
- public $metricNames;
+ public $exposureToConversionEnabled;
+ protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
+ protected $lookbackConfigurationDataType = '';
+ public $reportGenerationTimeZoneId;
- public function setActivities(Google_Service_Dfareporting_Activities $activities)
+ public function setExposureToConversionEnabled($exposureToConversionEnabled)
{
- $this->activities = $activities;
+ $this->exposureToConversionEnabled = $exposureToConversionEnabled;
}
- public function getActivities()
+ public function getExposureToConversionEnabled()
{
- return $this->activities;
+ return $this->exposureToConversionEnabled;
}
- public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents)
+ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
{
- $this->customRichMediaEvents = $customRichMediaEvents;
+ $this->lookbackConfiguration = $lookbackConfiguration;
}
- public function getCustomRichMediaEvents()
+ public function getLookbackConfiguration()
{
- return $this->customRichMediaEvents;
+ return $this->lookbackConfiguration;
}
- public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
+ public function setReportGenerationTimeZoneId($reportGenerationTimeZoneId)
{
- $this->dateRange = $dateRange;
+ $this->reportGenerationTimeZoneId = $reportGenerationTimeZoneId;
}
- public function getDateRange()
+ public function getReportGenerationTimeZoneId()
{
- return $this->dateRange;
+ return $this->reportGenerationTimeZoneId;
}
- public function setDimensionFilters($dimensionFilters)
+}
+
+class Google_Service_Dfareporting_RichMediaExitOverride extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $customExitUrl;
+ public $exitId;
+ public $useCustomExitUrl;
+
+
+ public function setCustomExitUrl($customExitUrl)
{
- $this->dimensionFilters = $dimensionFilters;
+ $this->customExitUrl = $customExitUrl;
}
- public function getDimensionFilters()
+ public function getCustomExitUrl()
{
- return $this->dimensionFilters;
+ return $this->customExitUrl;
}
- public function setDimensions($dimensions)
+ public function setExitId($exitId)
{
- $this->dimensions = $dimensions;
+ $this->exitId = $exitId;
}
- public function getDimensions()
+ public function getExitId()
{
- return $this->dimensions;
+ return $this->exitId;
}
- public function setMetricNames($metricNames)
+ public function setUseCustomExitUrl($useCustomExitUrl)
{
- $this->metricNames = $metricNames;
+ $this->useCustomExitUrl = $useCustomExitUrl;
}
- public function getMetricNames()
+ public function getUseCustomExitUrl()
{
- return $this->metricNames;
+ return $this->useCustomExitUrl;
}
}
-class Google_Service_Dfareporting_ReportCrossDimensionReachCriteria extends Google_Collection
+class Google_Service_Dfareporting_Site extends Google_Collection
{
- protected $collection_key = 'overlapMetricNames';
+ protected $collection_key = 'siteContacts';
protected $internal_gapi_mappings = array(
);
- protected $breakdownType = 'Google_Service_Dfareporting_SortedDimension';
- protected $breakdownDataType = 'array';
- protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
- protected $dateRangeDataType = '';
- public $dimension;
- protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
- protected $dimensionFiltersDataType = 'array';
- public $metricNames;
- public $overlapMetricNames;
- public $pivoted;
+ public $accountId;
+ public $approved;
+ public $directorySiteId;
+ protected $directorySiteIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $directorySiteIdDimensionValueDataType = '';
+ public $id;
+ protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
+ protected $idDimensionValueDataType = '';
+ public $keyName;
+ public $kind;
+ public $name;
+ protected $siteContactsType = 'Google_Service_Dfareporting_SiteContact';
+ protected $siteContactsDataType = 'array';
+ protected $siteSettingsType = 'Google_Service_Dfareporting_SiteSettings';
+ protected $siteSettingsDataType = '';
+ public $subaccountId;
- public function setBreakdown($breakdown)
+ public function setAccountId($accountId)
{
- $this->breakdown = $breakdown;
+ $this->accountId = $accountId;
}
- public function getBreakdown()
+ public function getAccountId()
{
- return $this->breakdown;
+ return $this->accountId;
}
- public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
+ public function setApproved($approved)
{
- $this->dateRange = $dateRange;
+ $this->approved = $approved;
}
- public function getDateRange()
+ public function getApproved()
{
- return $this->dateRange;
+ return $this->approved;
}
- public function setDimension($dimension)
+ public function setDirectorySiteId($directorySiteId)
{
- $this->dimension = $dimension;
+ $this->directorySiteId = $directorySiteId;
}
- public function getDimension()
+ public function getDirectorySiteId()
{
- return $this->dimension;
+ return $this->directorySiteId;
}
- public function setDimensionFilters($dimensionFilters)
+ public function setDirectorySiteIdDimensionValue(Google_Service_Dfareporting_DimensionValue $directorySiteIdDimensionValue)
{
- $this->dimensionFilters = $dimensionFilters;
+ $this->directorySiteIdDimensionValue = $directorySiteIdDimensionValue;
}
- public function getDimensionFilters()
+ public function getDirectorySiteIdDimensionValue()
{
- return $this->dimensionFilters;
+ return $this->directorySiteIdDimensionValue;
}
- public function setMetricNames($metricNames)
+ public function setId($id)
{
- $this->metricNames = $metricNames;
+ $this->id = $id;
}
- public function getMetricNames()
+ public function getId()
{
- return $this->metricNames;
+ return $this->id;
}
- public function setOverlapMetricNames($overlapMetricNames)
+ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
{
- $this->overlapMetricNames = $overlapMetricNames;
+ $this->idDimensionValue = $idDimensionValue;
}
- public function getOverlapMetricNames()
+ public function getIdDimensionValue()
{
- return $this->overlapMetricNames;
+ return $this->idDimensionValue;
}
- public function setPivoted($pivoted)
+ public function setKeyName($keyName)
{
- $this->pivoted = $pivoted;
+ $this->keyName = $keyName;
}
- public function getPivoted()
+ public function getKeyName()
{
- return $this->pivoted;
+ return $this->keyName;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSiteContacts($siteContacts)
+ {
+ $this->siteContacts = $siteContacts;
+ }
+ public function getSiteContacts()
+ {
+ return $this->siteContacts;
+ }
+ public function setSiteSettings(Google_Service_Dfareporting_SiteSettings $siteSettings)
+ {
+ $this->siteSettings = $siteSettings;
+ }
+ public function getSiteSettings()
+ {
+ return $this->siteSettings;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
}
}
-class Google_Service_Dfareporting_ReportDelivery extends Google_Collection
+class Google_Service_Dfareporting_SiteContact extends Google_Model
{
- protected $collection_key = 'recipients';
protected $internal_gapi_mappings = array(
);
- public $emailOwner;
- public $emailOwnerDeliveryType;
- public $message;
- protected $recipientsType = 'Google_Service_Dfareporting_Recipient';
- protected $recipientsDataType = 'array';
+ public $contactType;
+ public $email;
+ public $firstName;
+ public $id;
+ public $lastName;
- public function setEmailOwner($emailOwner)
+ public function setContactType($contactType)
{
- $this->emailOwner = $emailOwner;
+ $this->contactType = $contactType;
}
- public function getEmailOwner()
+ public function getContactType()
{
- return $this->emailOwner;
+ return $this->contactType;
}
- public function setEmailOwnerDeliveryType($emailOwnerDeliveryType)
+ public function setEmail($email)
{
- $this->emailOwnerDeliveryType = $emailOwnerDeliveryType;
+ $this->email = $email;
}
- public function getEmailOwnerDeliveryType()
+ public function getEmail()
{
- return $this->emailOwnerDeliveryType;
+ return $this->email;
}
- public function setMessage($message)
+ public function setFirstName($firstName)
{
- $this->message = $message;
+ $this->firstName = $firstName;
}
- public function getMessage()
+ public function getFirstName()
{
- return $this->message;
+ return $this->firstName;
}
- public function setRecipients($recipients)
+ public function setId($id)
{
- $this->recipients = $recipients;
+ $this->id = $id;
}
- public function getRecipients()
+ public function getId()
{
- return $this->recipients;
+ return $this->id;
+ }
+ public function setLastName($lastName)
+ {
+ $this->lastName = $lastName;
+ }
+ public function getLastName()
+ {
+ return $this->lastName;
}
}
-class Google_Service_Dfareporting_ReportFloodlightCriteria extends Google_Collection
+class Google_Service_Dfareporting_SiteSettings extends Google_Model
{
- protected $collection_key = 'metricNames';
protected $internal_gapi_mappings = array(
);
- protected $customRichMediaEventsType = 'Google_Service_Dfareporting_DimensionValue';
- protected $customRichMediaEventsDataType = 'array';
- protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
- protected $dateRangeDataType = '';
- protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
- protected $dimensionFiltersDataType = 'array';
- protected $dimensionsType = 'Google_Service_Dfareporting_SortedDimension';
- protected $dimensionsDataType = 'array';
- protected $floodlightConfigIdType = 'Google_Service_Dfareporting_DimensionValue';
- protected $floodlightConfigIdDataType = '';
- public $metricNames;
- protected $reportPropertiesType = 'Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties';
- protected $reportPropertiesDataType = '';
+ public $activeViewOptOut;
+ protected $creativeSettingsType = 'Google_Service_Dfareporting_CreativeSettings';
+ protected $creativeSettingsDataType = '';
+ public $disableBrandSafeAds;
+ public $disableNewCookie;
+ protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
+ protected $lookbackConfigurationDataType = '';
+ protected $tagSettingType = 'Google_Service_Dfareporting_TagSetting';
+ protected $tagSettingDataType = '';
- public function setCustomRichMediaEvents($customRichMediaEvents)
- {
- $this->customRichMediaEvents = $customRichMediaEvents;
- }
- public function getCustomRichMediaEvents()
- {
- return $this->customRichMediaEvents;
- }
- public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
+ public function setActiveViewOptOut($activeViewOptOut)
{
- $this->dateRange = $dateRange;
+ $this->activeViewOptOut = $activeViewOptOut;
}
- public function getDateRange()
+ public function getActiveViewOptOut()
{
- return $this->dateRange;
+ return $this->activeViewOptOut;
}
- public function setDimensionFilters($dimensionFilters)
+ public function setCreativeSettings(Google_Service_Dfareporting_CreativeSettings $creativeSettings)
{
- $this->dimensionFilters = $dimensionFilters;
+ $this->creativeSettings = $creativeSettings;
}
- public function getDimensionFilters()
+ public function getCreativeSettings()
{
- return $this->dimensionFilters;
+ return $this->creativeSettings;
}
- public function setDimensions($dimensions)
+ public function setDisableBrandSafeAds($disableBrandSafeAds)
{
- $this->dimensions = $dimensions;
+ $this->disableBrandSafeAds = $disableBrandSafeAds;
}
- public function getDimensions()
+ public function getDisableBrandSafeAds()
{
- return $this->dimensions;
+ return $this->disableBrandSafeAds;
}
- public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId)
+ public function setDisableNewCookie($disableNewCookie)
{
- $this->floodlightConfigId = $floodlightConfigId;
+ $this->disableNewCookie = $disableNewCookie;
}
- public function getFloodlightConfigId()
+ public function getDisableNewCookie()
{
- return $this->floodlightConfigId;
+ return $this->disableNewCookie;
}
- public function setMetricNames($metricNames)
+ public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
{
- $this->metricNames = $metricNames;
+ $this->lookbackConfiguration = $lookbackConfiguration;
}
- public function getMetricNames()
+ public function getLookbackConfiguration()
{
- return $this->metricNames;
+ return $this->lookbackConfiguration;
}
- public function setReportProperties(Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties $reportProperties)
+ public function setTagSetting(Google_Service_Dfareporting_TagSetting $tagSetting)
{
- $this->reportProperties = $reportProperties;
+ $this->tagSetting = $tagSetting;
}
- public function getReportProperties()
+ public function getTagSetting()
{
- return $this->reportProperties;
+ return $this->tagSetting;
}
}
-class Google_Service_Dfareporting_ReportFloodlightCriteriaReportProperties extends Google_Model
+class Google_Service_Dfareporting_SitesListResponse extends Google_Collection
{
+ protected $collection_key = 'sites';
protected $internal_gapi_mappings = array(
);
- public $includeAttributedIPConversions;
- public $includeUnattributedCookieConversions;
- public $includeUnattributedIPConversions;
+ public $kind;
+ public $nextPageToken;
+ protected $sitesType = 'Google_Service_Dfareporting_Site';
+ protected $sitesDataType = 'array';
- public function setIncludeAttributedIPConversions($includeAttributedIPConversions)
+ public function setKind($kind)
{
- $this->includeAttributedIPConversions = $includeAttributedIPConversions;
+ $this->kind = $kind;
}
- public function getIncludeAttributedIPConversions()
+ public function getKind()
{
- return $this->includeAttributedIPConversions;
+ return $this->kind;
}
- public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions)
+ public function setNextPageToken($nextPageToken)
{
- $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions;
+ $this->nextPageToken = $nextPageToken;
}
- public function getIncludeUnattributedCookieConversions()
+ public function getNextPageToken()
{
- return $this->includeUnattributedCookieConversions;
+ return $this->nextPageToken;
}
- public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions)
+ public function setSites($sites)
{
- $this->includeUnattributedIPConversions = $includeUnattributedIPConversions;
+ $this->sites = $sites;
}
- public function getIncludeUnattributedIPConversions()
+ public function getSites()
{
- return $this->includeUnattributedIPConversions;
+ return $this->sites;
}
}
-class Google_Service_Dfareporting_ReportList extends Google_Collection
+class Google_Service_Dfareporting_Size extends Google_Model
{
- protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
- public $etag;
- protected $itemsType = 'Google_Service_Dfareporting_Report';
- protected $itemsDataType = 'array';
+ public $height;
+ public $iab;
+ public $id;
public $kind;
- public $nextPageToken;
+ public $width;
- public function setEtag($etag)
+ public function setHeight($height)
{
- $this->etag = $etag;
+ $this->height = $height;
}
- public function getEtag()
+ public function getHeight()
{
- return $this->etag;
+ return $this->height;
}
- public function setItems($items)
+ public function setIab($iab)
{
- $this->items = $items;
+ $this->iab = $iab;
}
- public function getItems()
+ public function getIab()
{
- return $this->items;
+ return $this->iab;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setWidth($width)
+ {
+ $this->width = $width;
}
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_Dfareporting_SizesListResponse extends Google_Collection
+{
+ protected $collection_key = 'sizes';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $sizesType = 'Google_Service_Dfareporting_Size';
+ protected $sizesDataType = 'array';
+
+
public function setKind($kind)
{
$this->kind = $kind;
@@ -2199,384 +17754,418 @@ public function getKind()
{
return $this->kind;
}
- public function setNextPageToken($nextPageToken)
+ public function setSizes($sizes)
{
- $this->nextPageToken = $nextPageToken;
+ $this->sizes = $sizes;
}
- public function getNextPageToken()
+ public function getSizes()
{
- return $this->nextPageToken;
+ return $this->sizes;
}
}
-class Google_Service_Dfareporting_ReportPathToConversionCriteria extends Google_Collection
+class Google_Service_Dfareporting_SortedDimension extends Google_Model
{
- protected $collection_key = 'perInteractionDimensions';
protected $internal_gapi_mappings = array(
);
- protected $activityFiltersType = 'Google_Service_Dfareporting_DimensionValue';
- protected $activityFiltersDataType = 'array';
- protected $conversionDimensionsType = 'Google_Service_Dfareporting_SortedDimension';
- protected $conversionDimensionsDataType = 'array';
- protected $customFloodlightVariablesType = 'Google_Service_Dfareporting_SortedDimension';
- protected $customFloodlightVariablesDataType = 'array';
- protected $customRichMediaEventsType = 'Google_Service_Dfareporting_DimensionValue';
- protected $customRichMediaEventsDataType = 'array';
- protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
- protected $dateRangeDataType = '';
- protected $floodlightConfigIdType = 'Google_Service_Dfareporting_DimensionValue';
- protected $floodlightConfigIdDataType = '';
- public $metricNames;
- protected $perInteractionDimensionsType = 'Google_Service_Dfareporting_SortedDimension';
- protected $perInteractionDimensionsDataType = 'array';
- protected $reportPropertiesType = 'Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties';
- protected $reportPropertiesDataType = '';
+ public $kind;
+ public $name;
+ public $sortOrder;
- public function setActivityFilters($activityFilters)
- {
- $this->activityFilters = $activityFilters;
- }
- public function getActivityFilters()
- {
- return $this->activityFilters;
- }
- public function setConversionDimensions($conversionDimensions)
+ public function setKind($kind)
{
- $this->conversionDimensions = $conversionDimensions;
+ $this->kind = $kind;
}
- public function getConversionDimensions()
+ public function getKind()
{
- return $this->conversionDimensions;
+ return $this->kind;
}
- public function setCustomFloodlightVariables($customFloodlightVariables)
+ public function setName($name)
{
- $this->customFloodlightVariables = $customFloodlightVariables;
+ $this->name = $name;
}
- public function getCustomFloodlightVariables()
+ public function getName()
{
- return $this->customFloodlightVariables;
+ return $this->name;
}
- public function setCustomRichMediaEvents($customRichMediaEvents)
+ public function setSortOrder($sortOrder)
{
- $this->customRichMediaEvents = $customRichMediaEvents;
+ $this->sortOrder = $sortOrder;
}
- public function getCustomRichMediaEvents()
+ public function getSortOrder()
{
- return $this->customRichMediaEvents;
+ return $this->sortOrder;
}
- public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
+}
+
+class Google_Service_Dfareporting_Subaccount extends Google_Collection
+{
+ protected $collection_key = 'availablePermissionIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $availablePermissionIds;
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setAccountId($accountId)
{
- $this->dateRange = $dateRange;
+ $this->accountId = $accountId;
}
- public function getDateRange()
+ public function getAccountId()
{
- return $this->dateRange;
+ return $this->accountId;
}
- public function setFloodlightConfigId(Google_Service_Dfareporting_DimensionValue $floodlightConfigId)
+ public function setAvailablePermissionIds($availablePermissionIds)
{
- $this->floodlightConfigId = $floodlightConfigId;
+ $this->availablePermissionIds = $availablePermissionIds;
}
- public function getFloodlightConfigId()
+ public function getAvailablePermissionIds()
{
- return $this->floodlightConfigId;
+ return $this->availablePermissionIds;
}
- public function setMetricNames($metricNames)
+ public function setId($id)
{
- $this->metricNames = $metricNames;
+ $this->id = $id;
}
- public function getMetricNames()
+ public function getId()
{
- return $this->metricNames;
+ return $this->id;
}
- public function setPerInteractionDimensions($perInteractionDimensions)
+ public function setKind($kind)
{
- $this->perInteractionDimensions = $perInteractionDimensions;
+ $this->kind = $kind;
}
- public function getPerInteractionDimensions()
+ public function getKind()
{
- return $this->perInteractionDimensions;
+ return $this->kind;
}
- public function setReportProperties(Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties $reportProperties)
+ public function setName($name)
{
- $this->reportProperties = $reportProperties;
+ $this->name = $name;
}
- public function getReportProperties()
+ public function getName()
{
- return $this->reportProperties;
+ return $this->name;
}
}
-class Google_Service_Dfareporting_ReportPathToConversionCriteriaReportProperties extends Google_Model
+class Google_Service_Dfareporting_SubaccountsListResponse extends Google_Collection
{
+ protected $collection_key = 'subaccounts';
protected $internal_gapi_mappings = array(
);
- public $clicksLookbackWindow;
- public $impressionsLookbackWindow;
- public $includeAttributedIPConversions;
- public $includeUnattributedCookieConversions;
- public $includeUnattributedIPConversions;
- public $maximumClickInteractions;
- public $maximumImpressionInteractions;
- public $maximumInteractionGap;
- public $pivotOnInteractionPath;
+ public $kind;
+ public $nextPageToken;
+ protected $subaccountsType = 'Google_Service_Dfareporting_Subaccount';
+ protected $subaccountsDataType = 'array';
- public function setClicksLookbackWindow($clicksLookbackWindow)
- {
- $this->clicksLookbackWindow = $clicksLookbackWindow;
- }
- public function getClicksLookbackWindow()
- {
- return $this->clicksLookbackWindow;
- }
- public function setImpressionsLookbackWindow($impressionsLookbackWindow)
+ public function setKind($kind)
{
- $this->impressionsLookbackWindow = $impressionsLookbackWindow;
+ $this->kind = $kind;
}
- public function getImpressionsLookbackWindow()
+ public function getKind()
{
- return $this->impressionsLookbackWindow;
+ return $this->kind;
}
- public function setIncludeAttributedIPConversions($includeAttributedIPConversions)
+ public function setNextPageToken($nextPageToken)
{
- $this->includeAttributedIPConversions = $includeAttributedIPConversions;
+ $this->nextPageToken = $nextPageToken;
}
- public function getIncludeAttributedIPConversions()
+ public function getNextPageToken()
{
- return $this->includeAttributedIPConversions;
+ return $this->nextPageToken;
}
- public function setIncludeUnattributedCookieConversions($includeUnattributedCookieConversions)
+ public function setSubaccounts($subaccounts)
{
- $this->includeUnattributedCookieConversions = $includeUnattributedCookieConversions;
+ $this->subaccounts = $subaccounts;
}
- public function getIncludeUnattributedCookieConversions()
+ public function getSubaccounts()
{
- return $this->includeUnattributedCookieConversions;
+ return $this->subaccounts;
}
- public function setIncludeUnattributedIPConversions($includeUnattributedIPConversions)
+}
+
+class Google_Service_Dfareporting_TagData extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $adId;
+ public $clickTag;
+ public $creativeId;
+ public $format;
+ public $impressionTag;
+
+
+ public function setAdId($adId)
{
- $this->includeUnattributedIPConversions = $includeUnattributedIPConversions;
+ $this->adId = $adId;
}
- public function getIncludeUnattributedIPConversions()
+ public function getAdId()
{
- return $this->includeUnattributedIPConversions;
+ return $this->adId;
}
- public function setMaximumClickInteractions($maximumClickInteractions)
+ public function setClickTag($clickTag)
{
- $this->maximumClickInteractions = $maximumClickInteractions;
+ $this->clickTag = $clickTag;
}
- public function getMaximumClickInteractions()
+ public function getClickTag()
{
- return $this->maximumClickInteractions;
+ return $this->clickTag;
}
- public function setMaximumImpressionInteractions($maximumImpressionInteractions)
+ public function setCreativeId($creativeId)
{
- $this->maximumImpressionInteractions = $maximumImpressionInteractions;
+ $this->creativeId = $creativeId;
}
- public function getMaximumImpressionInteractions()
+ public function getCreativeId()
{
- return $this->maximumImpressionInteractions;
+ return $this->creativeId;
}
- public function setMaximumInteractionGap($maximumInteractionGap)
+ public function setFormat($format)
{
- $this->maximumInteractionGap = $maximumInteractionGap;
+ $this->format = $format;
}
- public function getMaximumInteractionGap()
+ public function getFormat()
{
- return $this->maximumInteractionGap;
+ return $this->format;
}
- public function setPivotOnInteractionPath($pivotOnInteractionPath)
+ public function setImpressionTag($impressionTag)
{
- $this->pivotOnInteractionPath = $pivotOnInteractionPath;
+ $this->impressionTag = $impressionTag;
}
- public function getPivotOnInteractionPath()
+ public function getImpressionTag()
{
- return $this->pivotOnInteractionPath;
+ return $this->impressionTag;
}
}
-class Google_Service_Dfareporting_ReportReachCriteria extends Google_Collection
+class Google_Service_Dfareporting_TagSetting extends Google_Model
{
- protected $collection_key = 'reachByFrequencyMetricNames';
protected $internal_gapi_mappings = array(
);
- protected $activitiesType = 'Google_Service_Dfareporting_Activities';
- protected $activitiesDataType = '';
- protected $customRichMediaEventsType = 'Google_Service_Dfareporting_CustomRichMediaEvents';
- protected $customRichMediaEventsDataType = '';
- protected $dateRangeType = 'Google_Service_Dfareporting_DateRange';
- protected $dateRangeDataType = '';
- protected $dimensionFiltersType = 'Google_Service_Dfareporting_DimensionValue';
- protected $dimensionFiltersDataType = 'array';
- protected $dimensionsType = 'Google_Service_Dfareporting_SortedDimension';
- protected $dimensionsDataType = 'array';
- public $metricNames;
- public $reachByFrequencyMetricNames;
+ public $additionalKeyValues;
+ public $includeClickThroughUrls;
+ public $includeClickTracking;
+ public $keywordOption;
- public function setActivities(Google_Service_Dfareporting_Activities $activities)
+ public function setAdditionalKeyValues($additionalKeyValues)
{
- $this->activities = $activities;
+ $this->additionalKeyValues = $additionalKeyValues;
}
- public function getActivities()
+ public function getAdditionalKeyValues()
{
- return $this->activities;
+ return $this->additionalKeyValues;
}
- public function setCustomRichMediaEvents(Google_Service_Dfareporting_CustomRichMediaEvents $customRichMediaEvents)
+ public function setIncludeClickThroughUrls($includeClickThroughUrls)
{
- $this->customRichMediaEvents = $customRichMediaEvents;
+ $this->includeClickThroughUrls = $includeClickThroughUrls;
}
- public function getCustomRichMediaEvents()
+ public function getIncludeClickThroughUrls()
{
- return $this->customRichMediaEvents;
+ return $this->includeClickThroughUrls;
}
- public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
+ public function setIncludeClickTracking($includeClickTracking)
{
- $this->dateRange = $dateRange;
+ $this->includeClickTracking = $includeClickTracking;
}
- public function getDateRange()
+ public function getIncludeClickTracking()
{
- return $this->dateRange;
+ return $this->includeClickTracking;
}
- public function setDimensionFilters($dimensionFilters)
+ public function setKeywordOption($keywordOption)
{
- $this->dimensionFilters = $dimensionFilters;
+ $this->keywordOption = $keywordOption;
}
- public function getDimensionFilters()
+ public function getKeywordOption()
{
- return $this->dimensionFilters;
+ return $this->keywordOption;
}
- public function setDimensions($dimensions)
+}
+
+class Google_Service_Dfareporting_TagSettings extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $dynamicTagEnabled;
+ public $imageTagEnabled;
+
+
+ public function setDynamicTagEnabled($dynamicTagEnabled)
{
- $this->dimensions = $dimensions;
+ $this->dynamicTagEnabled = $dynamicTagEnabled;
}
- public function getDimensions()
+ public function getDynamicTagEnabled()
{
- return $this->dimensions;
+ return $this->dynamicTagEnabled;
}
- public function setMetricNames($metricNames)
+ public function setImageTagEnabled($imageTagEnabled)
{
- $this->metricNames = $metricNames;
+ $this->imageTagEnabled = $imageTagEnabled;
}
- public function getMetricNames()
+ public function getImageTagEnabled()
{
- return $this->metricNames;
+ return $this->imageTagEnabled;
}
- public function setReachByFrequencyMetricNames($reachByFrequencyMetricNames)
+}
+
+class Google_Service_Dfareporting_TargetWindow extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $customHtml;
+ public $targetWindowOption;
+
+
+ public function setCustomHtml($customHtml)
{
- $this->reachByFrequencyMetricNames = $reachByFrequencyMetricNames;
+ $this->customHtml = $customHtml;
}
- public function getReachByFrequencyMetricNames()
+ public function getCustomHtml()
{
- return $this->reachByFrequencyMetricNames;
+ return $this->customHtml;
+ }
+ public function setTargetWindowOption($targetWindowOption)
+ {
+ $this->targetWindowOption = $targetWindowOption;
+ }
+ public function getTargetWindowOption()
+ {
+ return $this->targetWindowOption;
}
}
-class Google_Service_Dfareporting_ReportSchedule extends Google_Collection
+class Google_Service_Dfareporting_TechnologyTargeting extends Google_Collection
{
- protected $collection_key = 'repeatsOnWeekDays';
+ protected $collection_key = 'platformTypes';
protected $internal_gapi_mappings = array(
);
- public $active;
- public $every;
- public $expirationDate;
- public $repeats;
- public $repeatsOnWeekDays;
- public $runsOnDayOfMonth;
- public $startDate;
+ protected $browsersType = 'Google_Service_Dfareporting_Browser';
+ protected $browsersDataType = 'array';
+ protected $connectionTypesType = 'Google_Service_Dfareporting_ConnectionType';
+ protected $connectionTypesDataType = 'array';
+ protected $mobileCarriersType = 'Google_Service_Dfareporting_MobileCarrier';
+ protected $mobileCarriersDataType = 'array';
+ protected $operatingSystemVersionsType = 'Google_Service_Dfareporting_OperatingSystemVersion';
+ protected $operatingSystemVersionsDataType = 'array';
+ protected $operatingSystemsType = 'Google_Service_Dfareporting_OperatingSystem';
+ protected $operatingSystemsDataType = 'array';
+ protected $platformTypesType = 'Google_Service_Dfareporting_PlatformType';
+ protected $platformTypesDataType = 'array';
- public function setActive($active)
+ public function setBrowsers($browsers)
+ {
+ $this->browsers = $browsers;
+ }
+ public function getBrowsers()
{
- $this->active = $active;
+ return $this->browsers;
}
- public function getActive()
+ public function setConnectionTypes($connectionTypes)
{
- return $this->active;
+ $this->connectionTypes = $connectionTypes;
}
- public function setEvery($every)
+ public function getConnectionTypes()
{
- $this->every = $every;
+ return $this->connectionTypes;
}
- public function getEvery()
+ public function setMobileCarriers($mobileCarriers)
{
- return $this->every;
+ $this->mobileCarriers = $mobileCarriers;
}
- public function setExpirationDate($expirationDate)
+ public function getMobileCarriers()
{
- $this->expirationDate = $expirationDate;
+ return $this->mobileCarriers;
}
- public function getExpirationDate()
+ public function setOperatingSystemVersions($operatingSystemVersions)
{
- return $this->expirationDate;
+ $this->operatingSystemVersions = $operatingSystemVersions;
}
- public function setRepeats($repeats)
+ public function getOperatingSystemVersions()
{
- $this->repeats = $repeats;
+ return $this->operatingSystemVersions;
}
- public function getRepeats()
+ public function setOperatingSystems($operatingSystems)
{
- return $this->repeats;
+ $this->operatingSystems = $operatingSystems;
}
- public function setRepeatsOnWeekDays($repeatsOnWeekDays)
+ public function getOperatingSystems()
{
- $this->repeatsOnWeekDays = $repeatsOnWeekDays;
+ return $this->operatingSystems;
}
- public function getRepeatsOnWeekDays()
+ public function setPlatformTypes($platformTypes)
{
- return $this->repeatsOnWeekDays;
+ $this->platformTypes = $platformTypes;
}
- public function setRunsOnDayOfMonth($runsOnDayOfMonth)
+ public function getPlatformTypes()
{
- $this->runsOnDayOfMonth = $runsOnDayOfMonth;
+ return $this->platformTypes;
}
- public function getRunsOnDayOfMonth()
+}
+
+class Google_Service_Dfareporting_ThirdPartyTrackingUrl extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $thirdPartyUrlType;
+ public $url;
+
+
+ public function setThirdPartyUrlType($thirdPartyUrlType)
{
- return $this->runsOnDayOfMonth;
+ $this->thirdPartyUrlType = $thirdPartyUrlType;
}
- public function setStartDate($startDate)
+ public function getThirdPartyUrlType()
{
- $this->startDate = $startDate;
+ return $this->thirdPartyUrlType;
}
- public function getStartDate()
+ public function setUrl($url)
{
- return $this->startDate;
+ $this->url = $url;
+ }
+ public function getUrl()
+ {
+ return $this->url;
}
}
-class Google_Service_Dfareporting_SortedDimension extends Google_Model
+class Google_Service_Dfareporting_UserDefinedVariableConfiguration extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $kind;
- public $name;
- public $sortOrder;
+ public $dataType;
+ public $reportName;
+ public $variableType;
- public function setKind($kind)
+ public function setDataType($dataType)
{
- $this->kind = $kind;
+ $this->dataType = $dataType;
}
- public function getKind()
+ public function getDataType()
{
- return $this->kind;
+ return $this->dataType;
}
- public function setName($name)
+ public function setReportName($reportName)
{
- $this->name = $name;
+ $this->reportName = $reportName;
}
- public function getName()
+ public function getReportName()
{
- return $this->name;
+ return $this->reportName;
}
- public function setSortOrder($sortOrder)
+ public function setVariableType($variableType)
{
- $this->sortOrder = $sortOrder;
+ $this->variableType = $variableType;
}
- public function getSortOrder()
+ public function getVariableType()
{
- return $this->sortOrder;
+ return $this->variableType;
}
}
@@ -2696,3 +18285,266 @@ public function getKind()
return $this->kind;
}
}
+
+class Google_Service_Dfareporting_UserRole extends Google_Collection
+{
+ protected $collection_key = 'permissions';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $defaultUserRole;
+ public $id;
+ public $kind;
+ public $name;
+ public $parentUserRoleId;
+ protected $permissionsType = 'Google_Service_Dfareporting_UserRolePermission';
+ protected $permissionsDataType = 'array';
+ public $subaccountId;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setDefaultUserRole($defaultUserRole)
+ {
+ $this->defaultUserRole = $defaultUserRole;
+ }
+ public function getDefaultUserRole()
+ {
+ return $this->defaultUserRole;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setParentUserRoleId($parentUserRoleId)
+ {
+ $this->parentUserRoleId = $parentUserRoleId;
+ }
+ public function getParentUserRoleId()
+ {
+ return $this->parentUserRoleId;
+ }
+ public function setPermissions($permissions)
+ {
+ $this->permissions = $permissions;
+ }
+ public function getPermissions()
+ {
+ return $this->permissions;
+ }
+ public function setSubaccountId($subaccountId)
+ {
+ $this->subaccountId = $subaccountId;
+ }
+ public function getSubaccountId()
+ {
+ return $this->subaccountId;
+ }
+}
+
+class Google_Service_Dfareporting_UserRolePermission extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $availability;
+ public $id;
+ public $kind;
+ public $name;
+ public $permissionGroupId;
+
+
+ public function setAvailability($availability)
+ {
+ $this->availability = $availability;
+ }
+ public function getAvailability()
+ {
+ return $this->availability;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPermissionGroupId($permissionGroupId)
+ {
+ $this->permissionGroupId = $permissionGroupId;
+ }
+ public function getPermissionGroupId()
+ {
+ return $this->permissionGroupId;
+ }
+}
+
+class Google_Service_Dfareporting_UserRolePermissionGroup extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Dfareporting_UserRolePermissionGroupsListResponse extends Google_Collection
+{
+ protected $collection_key = 'userRolePermissionGroups';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $userRolePermissionGroupsType = 'Google_Service_Dfareporting_UserRolePermissionGroup';
+ protected $userRolePermissionGroupsDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setUserRolePermissionGroups($userRolePermissionGroups)
+ {
+ $this->userRolePermissionGroups = $userRolePermissionGroups;
+ }
+ public function getUserRolePermissionGroups()
+ {
+ return $this->userRolePermissionGroups;
+ }
+}
+
+class Google_Service_Dfareporting_UserRolePermissionsListResponse extends Google_Collection
+{
+ protected $collection_key = 'userRolePermissions';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $userRolePermissionsType = 'Google_Service_Dfareporting_UserRolePermission';
+ protected $userRolePermissionsDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setUserRolePermissions($userRolePermissions)
+ {
+ $this->userRolePermissions = $userRolePermissions;
+ }
+ public function getUserRolePermissions()
+ {
+ return $this->userRolePermissions;
+ }
+}
+
+class Google_Service_Dfareporting_UserRolesListResponse extends Google_Collection
+{
+ protected $collection_key = 'userRoles';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $nextPageToken;
+ protected $userRolesType = 'Google_Service_Dfareporting_UserRole';
+ protected $userRolesDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setUserRoles($userRoles)
+ {
+ $this->userRoles = $userRoles;
+ }
+ public function getUserRoles()
+ {
+ return $this->userRoles;
+ }
+}
From 3d71d93dc7bf86117932fc6426871054dda479e1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Deploymentmanager extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View and manage your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN = + "https://www.googleapis.com/auth/ndev.cloudman"; + /** View your Google Cloud Platform management resources and deployment status information. */ + const NDEV_CLOUDMAN_READONLY = + "https://www.googleapis.com/auth/ndev.cloudman.readonly"; + + public $deployments; + public $manifests; + public $operations; + public $resources; + public $types; + + + /** + * Constructs the internal representation of the Deploymentmanager service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'deploymentmanager/v2beta1/projects/'; + $this->version = 'v2beta1'; + $this->serviceName = 'deploymentmanager'; + + $this->deployments = new Google_Service_Deploymentmanager_Deployments_Resource( + $this, + $this->serviceName, + 'deployments', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/deployments/{deployment}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => '{project}/global/deployments/{deployment}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/deployments', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/deployments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->manifests = new Google_Service_Deploymentmanager_Manifests_Resource( + $this, + $this->serviceName, + 'manifests', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/deployments/{deployment}/manifests/{manifest}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'manifest' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/deployments/{deployment}/manifests', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_Deploymentmanager_Operations_Resource( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->resources = new Google_Service_Deploymentmanager_Resources_Resource( + $this, + $this->serviceName, + 'resources', + array( + 'methods' => array( + 'get' => array( + 'path' => '{project}/global/deployments/{deployment}/resources/{resource}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => '{project}/global/deployments/{deployment}/resources', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deployment' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->types = new Google_Service_Deploymentmanager_Types_Resource( + $this, + $this->serviceName, + 'types', + array( + 'methods' => array( + 'list' => array( + 'path' => '{project}/global/types', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "deployments" collection of methods. + * Typical usage is: + *
+ * $deploymentmanagerService = new Google_Service_Deploymentmanager(...);
+ * $deployments = $deploymentmanagerService->deployments;
+ *
+ */
+class Google_Service_Deploymentmanager_Deployments_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a deployment and all of the resources in the deployment.
+ * (deployments.delete)
+ *
+ * @param string $project The project ID for this request.
+ * @param string $deployment The name of the deployment for this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Deploymentmanager_Operation
+ */
+ public function delete($project, $deployment, $optParams = array())
+ {
+ $params = array('project' => $project, 'deployment' => $deployment);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Deploymentmanager_Operation");
+ }
+
+ /**
+ * Gets information about a specific deployment. (deployments.get)
+ *
+ * @param string $project The project ID for this request.
+ * @param string $deployment The name of the deployment for this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Deploymentmanager_Deployment
+ */
+ public function get($project, $deployment, $optParams = array())
+ {
+ $params = array('project' => $project, 'deployment' => $deployment);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Deploymentmanager_Deployment");
+ }
+
+ /**
+ * Creates a deployment and all of the resources described by the deployment
+ * manifest. (deployments.insert)
+ *
+ * @param string $project The project ID for this request.
+ * @param Google_Deployment $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Deploymentmanager_Operation
+ */
+ public function insert($project, Google_Service_Deploymentmanager_Deployment $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Deploymentmanager_Operation");
+ }
+
+ /**
+ * Lists all deployments for a given project. (deployments.listDeployments)
+ *
+ * @param string $project The project ID for this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 100, inclusive. (Default: 50)
+ * @return Google_Service_Deploymentmanager_DeploymentsListResponse
+ */
+ public function listDeployments($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Deploymentmanager_DeploymentsListResponse");
+ }
+}
+
+/**
+ * The "manifests" collection of methods.
+ * Typical usage is:
+ *
+ * $deploymentmanagerService = new Google_Service_Deploymentmanager(...);
+ * $manifests = $deploymentmanagerService->manifests;
+ *
+ */
+class Google_Service_Deploymentmanager_Manifests_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets information about a specific manifest. (manifests.get)
+ *
+ * @param string $project The project ID for this request.
+ * @param string $deployment The name of the deployment for this request.
+ * @param string $manifest The name of the manifest for this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Deploymentmanager_Manifest
+ */
+ public function get($project, $deployment, $manifest, $optParams = array())
+ {
+ $params = array('project' => $project, 'deployment' => $deployment, 'manifest' => $manifest);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Deploymentmanager_Manifest");
+ }
+
+ /**
+ * Lists all manifests for a given deployment. (manifests.listManifests)
+ *
+ * @param string $project The project ID for this request.
+ * @param string $deployment The name of the deployment for this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 100, inclusive. (Default: 50)
+ * @return Google_Service_Deploymentmanager_ManifestsListResponse
+ */
+ public function listManifests($project, $deployment, $optParams = array())
+ {
+ $params = array('project' => $project, 'deployment' => $deployment);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Deploymentmanager_ManifestsListResponse");
+ }
+}
+
+/**
+ * The "operations" collection of methods.
+ * Typical usage is:
+ *
+ * $deploymentmanagerService = new Google_Service_Deploymentmanager(...);
+ * $operations = $deploymentmanagerService->operations;
+ *
+ */
+class Google_Service_Deploymentmanager_Operations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets information about a specific Operation. (operations.get)
+ *
+ * @param string $project The project ID for this request.
+ * @param string $operation The name of the operation for this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Deploymentmanager_Operation
+ */
+ public function get($project, $operation, $optParams = array())
+ {
+ $params = array('project' => $project, 'operation' => $operation);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Deploymentmanager_Operation");
+ }
+
+ /**
+ * Lists all Operations for a project. (operations.listOperations)
+ *
+ * @param string $project The project ID for this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 100, inclusive. (Default: 50)
+ * @return Google_Service_Deploymentmanager_OperationsListResponse
+ */
+ public function listOperations($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Deploymentmanager_OperationsListResponse");
+ }
+}
+
+/**
+ * The "resources" collection of methods.
+ * Typical usage is:
+ *
+ * $deploymentmanagerService = new Google_Service_Deploymentmanager(...);
+ * $resources = $deploymentmanagerService->resources;
+ *
+ */
+class Google_Service_Deploymentmanager_Resources_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Gets information about a single resource. (resources.get)
+ *
+ * @param string $project The project ID for this request.
+ * @param string $deployment The name of the deployment for this request.
+ * @param string $resource The name of the resource for this request.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Deploymentmanager_DeploymentmanagerResource
+ */
+ public function get($project, $deployment, $resource, $optParams = array())
+ {
+ $params = array('project' => $project, 'deployment' => $deployment, 'resource' => $resource);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Deploymentmanager_DeploymentmanagerResource");
+ }
+
+ /**
+ * Lists all resources in a given deployment. (resources.listResources)
+ *
+ * @param string $project The project ID for this request.
+ * @param string $deployment The name of the deployment for this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 100, inclusive. (Default: 50)
+ * @return Google_Service_Deploymentmanager_ResourcesListResponse
+ */
+ public function listResources($project, $deployment, $optParams = array())
+ {
+ $params = array('project' => $project, 'deployment' => $deployment);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Deploymentmanager_ResourcesListResponse");
+ }
+}
+
+/**
+ * The "types" collection of methods.
+ * Typical usage is:
+ *
+ * $deploymentmanagerService = new Google_Service_Deploymentmanager(...);
+ * $types = $deploymentmanagerService->types;
+ *
+ */
+class Google_Service_Deploymentmanager_Types_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Lists all Types for Deployment Manager. (types.listTypes)
+ *
+ * @param string $project The project ID for this request.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken Specifies a nextPageToken returned by a previous
+ * list request. This token can be used to request the next page of results from
+ * a previous list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 0 to 100, inclusive. (Default: 50)
+ * @return Google_Service_Deploymentmanager_TypesListResponse
+ */
+ public function listTypes($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Deploymentmanager_TypesListResponse");
+ }
+}
+
+
+
+
+class Google_Service_Deploymentmanager_Deployment extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $description;
+ public $id;
+ public $manifest;
+ public $name;
+ public $targetConfig;
+
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setManifest($manifest)
+ {
+ $this->manifest = $manifest;
+ }
+ public function getManifest()
+ {
+ return $this->manifest;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setTargetConfig($targetConfig)
+ {
+ $this->targetConfig = $targetConfig;
+ }
+ public function getTargetConfig()
+ {
+ return $this->targetConfig;
+ }
+}
+
+class Google_Service_Deploymentmanager_DeploymentmanagerResource extends Google_Collection
+{
+ protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
+ public $errors;
+ public $id;
+ public $intent;
+ public $manifest;
+ public $name;
+ public $state;
+ public $type;
+ public $url;
+
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIntent($intent)
+ {
+ $this->intent = $intent;
+ }
+ public function getIntent()
+ {
+ return $this->intent;
+ }
+ public function setManifest($manifest)
+ {
+ $this->manifest = $manifest;
+ }
+ public function getManifest()
+ {
+ return $this->manifest;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+ public function getState()
+ {
+ return $this->state;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_Deploymentmanager_DeploymentsListResponse extends Google_Collection
+{
+ protected $collection_key = 'deployments';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $deploymentsType = 'Google_Service_Deploymentmanager_Deployment';
+ protected $deploymentsDataType = 'array';
+ public $nextPageToken;
+
+
+ public function setDeployments($deployments)
+ {
+ $this->deployments = $deployments;
+ }
+ public function getDeployments()
+ {
+ return $this->deployments;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Deploymentmanager_Manifest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $config;
+ public $evaluatedConfig;
+ public $id;
+ public $name;
+ public $selfLink;
+
+
+ public function setConfig($config)
+ {
+ $this->config = $config;
+ }
+ public function getConfig()
+ {
+ return $this->config;
+ }
+ public function setEvaluatedConfig($evaluatedConfig)
+ {
+ $this->evaluatedConfig = $evaluatedConfig;
+ }
+ public function getEvaluatedConfig()
+ {
+ return $this->evaluatedConfig;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_Deploymentmanager_ManifestsListResponse extends Google_Collection
+{
+ protected $collection_key = 'manifests';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $manifestsType = 'Google_Service_Deploymentmanager_Manifest';
+ protected $manifestsDataType = 'array';
+ public $nextPageToken;
+
+
+ public function setManifests($manifests)
+ {
+ $this->manifests = $manifests;
+ }
+ public function getManifests()
+ {
+ return $this->manifests;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Deploymentmanager_Operation extends Google_Collection
+{
+ protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
+ public $creationTimestamp;
+ public $endTime;
+ protected $errorType = 'Google_Service_Deploymentmanager_OperationError';
+ protected $errorDataType = '';
+ public $httpErrorMessage;
+ public $httpErrorStatusCode;
+ public $id;
+ public $insertTime;
+ public $name;
+ public $operationType;
+ public $progress;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $statusMessage;
+ public $targetId;
+ public $targetLink;
+ public $user;
+ protected $warningsType = 'Google_Service_Deploymentmanager_OperationWarnings';
+ protected $warningsDataType = 'array';
+
+
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setError(Google_Service_Deploymentmanager_OperationError $error)
+ {
+ $this->error = $error;
+ }
+ public function getError()
+ {
+ return $this->error;
+ }
+ public function setHttpErrorMessage($httpErrorMessage)
+ {
+ $this->httpErrorMessage = $httpErrorMessage;
+ }
+ public function getHttpErrorMessage()
+ {
+ return $this->httpErrorMessage;
+ }
+ public function setHttpErrorStatusCode($httpErrorStatusCode)
+ {
+ $this->httpErrorStatusCode = $httpErrorStatusCode;
+ }
+ public function getHttpErrorStatusCode()
+ {
+ return $this->httpErrorStatusCode;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setInsertTime($insertTime)
+ {
+ $this->insertTime = $insertTime;
+ }
+ public function getInsertTime()
+ {
+ return $this->insertTime;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOperationType($operationType)
+ {
+ $this->operationType = $operationType;
+ }
+ public function getOperationType()
+ {
+ return $this->operationType;
+ }
+ public function setProgress($progress)
+ {
+ $this->progress = $progress;
+ }
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setStatusMessage($statusMessage)
+ {
+ $this->statusMessage = $statusMessage;
+ }
+ public function getStatusMessage()
+ {
+ return $this->statusMessage;
+ }
+ public function setTargetId($targetId)
+ {
+ $this->targetId = $targetId;
+ }
+ public function getTargetId()
+ {
+ return $this->targetId;
+ }
+ public function setTargetLink($targetLink)
+ {
+ $this->targetLink = $targetLink;
+ }
+ public function getTargetLink()
+ {
+ return $this->targetLink;
+ }
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+ public function getUser()
+ {
+ return $this->user;
+ }
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+}
+
+class Google_Service_Deploymentmanager_OperationError extends Google_Collection
+{
+ protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $errorsType = 'Google_Service_Deploymentmanager_OperationErrorErrors';
+ protected $errorsDataType = 'array';
+
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Deploymentmanager_OperationErrorErrors extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $code;
+ public $location;
+ public $message;
+
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+ public function getLocation()
+ {
+ return $this->location;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Deploymentmanager_OperationWarnings extends Google_Collection
+{
+ protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
+ public $code;
+ protected $dataType = 'Google_Service_Deploymentmanager_OperationWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
+
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+ public function getData()
+ {
+ return $this->data;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Deploymentmanager_OperationWarningsData extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ public $value;
+
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Deploymentmanager_OperationsListResponse extends Google_Collection
+{
+ protected $collection_key = 'operations';
+ protected $internal_gapi_mappings = array(
+ );
+ public $nextPageToken;
+ protected $operationsType = 'Google_Service_Deploymentmanager_Operation';
+ protected $operationsDataType = 'array';
+
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setOperations($operations)
+ {
+ $this->operations = $operations;
+ }
+ public function getOperations()
+ {
+ return $this->operations;
+ }
+}
+
+class Google_Service_Deploymentmanager_ResourcesListResponse extends Google_Collection
+{
+ protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_Deploymentmanager_DeploymentmanagerResource';
+ protected $resourcesDataType = 'array';
+
+
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_Deploymentmanager_Type extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $name;
+
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Deploymentmanager_TypesListResponse extends Google_Collection
+{
+ protected $collection_key = 'types';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $typesType = 'Google_Service_Deploymentmanager_Type';
+ protected $typesDataType = 'array';
+
+
+ public function setTypes($types)
+ {
+ $this->types = $types;
+ }
+ public function getTypes()
+ {
+ return $this->types;
+ }
+}
From cea3e8db54ee19676c32547ecff76ec1ba734f23 Mon Sep 17 00:00:00 2001
From: Silvano Luciani * For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. From 8f16edf37728ecf49e6ad6242cc47ce7bf5cc6c3 Mon Sep 17 00:00:00 2001 From: Silvano Luciani
+ * $coordinateService = new Google_Service_Coordinate(...);
+ * $team = $coordinateService->team;
+ *
+ */
+class Google_Service_Coordinate_Team_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a list of teams for a user. (team.listTeam)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool admin Whether to include teams for which the user has the
+ * Admin role.
+ * @opt_param bool worker Whether to include teams for which the user has the
+ * Worker role.
+ * @opt_param bool dispatcher Whether to include teams for which the user has
+ * the Dispatcher role.
+ * @return Google_Service_Coordinate_TeamListResponse
+ */
+ public function listTeam($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Coordinate_TeamListResponse");
+ }
+}
+
/**
* The "worker" collection of methods.
* Typical usage is:
@@ -764,11 +836,14 @@ public function getValue()
}
}
-class Google_Service_Coordinate_CustomFieldDef extends Google_Model
+class Google_Service_Coordinate_CustomFieldDef extends Google_Collection
{
+ protected $collection_key = 'enumitems';
protected $internal_gapi_mappings = array(
);
public $enabled;
+ protected $enumitemsType = 'Google_Service_Coordinate_EnumItemDef';
+ protected $enumitemsDataType = 'array';
public $id;
public $kind;
public $name;
@@ -784,6 +859,14 @@ public function getEnabled()
{
return $this->enabled;
}
+ public function setEnumitems($enumitems)
+ {
+ $this->enumitems = $enumitems;
+ }
+ public function getEnumitems()
+ {
+ return $this->enumitems;
+ }
public function setId($id)
{
$this->id = $id;
@@ -882,6 +965,41 @@ public function getKind()
}
}
+class Google_Service_Coordinate_EnumItemDef extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $active;
+ public $kind;
+ public $value;
+
+
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
class Google_Service_Coordinate_Job extends Google_Collection
{
protected $collection_key = 'jobChange';
@@ -1292,6 +1410,69 @@ public function getStartTime()
}
}
+class Google_Service_Coordinate_Team extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+ public $name;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+}
+
+class Google_Service_Coordinate_TeamListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_Coordinate_Team';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
class Google_Service_Coordinate_TokenPagination extends Google_Model
{
protected $internal_gapi_mappings = array(
From 0d4a67029c159e784f7cc62a066beb31095e533f Mon Sep 17 00:00:00 2001
From: Silvano Luciani + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_GamesConfiguration extends Google_Service +{ + /** View and manage your Google Play Android Developer account. */ + const ANDROIDPUBLISHER = + "https://www.googleapis.com/auth/androidpublisher"; + + public $achievementConfigurations; + public $imageConfigurations; + public $leaderboardConfigurations; + + + /** + * Constructs the internal representation of the GamesConfiguration service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'games/v1configuration/'; + $this->version = 'v1configuration'; + $this->serviceName = 'gamesConfiguration'; + + $this->achievementConfigurations = new Google_Service_GamesConfiguration_AchievementConfigurations_Resource( + $this, + $this->serviceName, + 'achievementConfigurations', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'achievements/{achievementId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'achievements/{achievementId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'applications/{applicationId}/achievements', + 'httpMethod' => 'POST', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'applications/{applicationId}/achievements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'achievements/{achievementId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'achievements/{achievementId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'achievementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->imageConfigurations = new Google_Service_GamesConfiguration_ImageConfigurations_Resource( + $this, + $this->serviceName, + 'imageConfigurations', + array( + 'methods' => array( + 'upload' => array( + 'path' => 'images/{resourceId}/imageType/{imageType}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resourceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'imageType' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->leaderboardConfigurations = new Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource( + $this, + $this->serviceName, + 'leaderboardConfigurations', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'applications/{applicationId}/leaderboards', + 'httpMethod' => 'POST', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'applications/{applicationId}/leaderboards', + 'httpMethod' => 'GET', + 'parameters' => array( + 'applicationId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'leaderboards/{leaderboardId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'leaderboardId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "achievementConfigurations" collection of methods. + * Typical usage is: + *
+ * $gamesConfigurationService = new Google_Service_GamesConfiguration(...);
+ * $achievementConfigurations = $gamesConfigurationService->achievementConfigurations;
+ *
+ */
+class Google_Service_GamesConfiguration_AchievementConfigurations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete the achievement configuration with the given ID.
+ * (achievementConfigurations.delete)
+ *
+ * @param string $achievementId The ID of the achievement used by this method.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($achievementId, $optParams = array())
+ {
+ $params = array('achievementId' => $achievementId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Retrieves the metadata of the achievement configuration with the given ID.
+ * (achievementConfigurations.get)
+ *
+ * @param string $achievementId The ID of the achievement used by this method.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_AchievementConfiguration
+ */
+ public function get($achievementId, $optParams = array())
+ {
+ $params = array('achievementId' => $achievementId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
+ }
+
+ /**
+ * Insert a new achievement configuration in this application.
+ * (achievementConfigurations.insert)
+ *
+ * @param string $applicationId The application ID from the Google Play
+ * developer console.
+ * @param Google_AchievementConfiguration $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_AchievementConfiguration
+ */
+ public function insert($applicationId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array())
+ {
+ $params = array('applicationId' => $applicationId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
+ }
+
+ /**
+ * Returns a list of the achievement configurations in this application.
+ * (achievementConfigurations.listAchievementConfigurations)
+ *
+ * @param string $applicationId The application ID from the Google Play
+ * developer console.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of resource configurations to
+ * return in the response, used for paging. For any response, the actual number
+ * of resources returned may be less than the specified maxResults.
+ * @return Google_Service_GamesConfiguration_AchievementConfigurationListResponse
+ */
+ public function listAchievementConfigurations($applicationId, $optParams = array())
+ {
+ $params = array('applicationId' => $applicationId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse");
+ }
+
+ /**
+ * Update the metadata of the achievement configuration with the given ID. This
+ * method supports patch semantics. (achievementConfigurations.patch)
+ *
+ * @param string $achievementId The ID of the achievement used by this method.
+ * @param Google_AchievementConfiguration $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_AchievementConfiguration
+ */
+ public function patch($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array())
+ {
+ $params = array('achievementId' => $achievementId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
+ }
+
+ /**
+ * Update the metadata of the achievement configuration with the given ID.
+ * (achievementConfigurations.update)
+ *
+ * @param string $achievementId The ID of the achievement used by this method.
+ * @param Google_AchievementConfiguration $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_AchievementConfiguration
+ */
+ public function update($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array())
+ {
+ $params = array('achievementId' => $achievementId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration");
+ }
+}
+
+/**
+ * The "imageConfigurations" collection of methods.
+ * Typical usage is:
+ *
+ * $gamesConfigurationService = new Google_Service_GamesConfiguration(...);
+ * $imageConfigurations = $gamesConfigurationService->imageConfigurations;
+ *
+ */
+class Google_Service_GamesConfiguration_ImageConfigurations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Uploads an image for a resource with the given ID and image type.
+ * (imageConfigurations.upload)
+ *
+ * @param string $resourceId The ID of the resource used by this method.
+ * @param string $imageType Selects which image in a resource for this method.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_ImageConfiguration
+ */
+ public function upload($resourceId, $imageType, $optParams = array())
+ {
+ $params = array('resourceId' => $resourceId, 'imageType' => $imageType);
+ $params = array_merge($params, $optParams);
+ return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration");
+ }
+}
+
+/**
+ * The "leaderboardConfigurations" collection of methods.
+ * Typical usage is:
+ *
+ * $gamesConfigurationService = new Google_Service_GamesConfiguration(...);
+ * $leaderboardConfigurations = $gamesConfigurationService->leaderboardConfigurations;
+ *
+ */
+class Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete the leaderboard configuration with the given ID.
+ * (leaderboardConfigurations.delete)
+ *
+ * @param string $leaderboardId The ID of the leaderboard.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($leaderboardId, $optParams = array())
+ {
+ $params = array('leaderboardId' => $leaderboardId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Retrieves the metadata of the leaderboard configuration with the given ID.
+ * (leaderboardConfigurations.get)
+ *
+ * @param string $leaderboardId The ID of the leaderboard.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_LeaderboardConfiguration
+ */
+ public function get($leaderboardId, $optParams = array())
+ {
+ $params = array('leaderboardId' => $leaderboardId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
+ }
+
+ /**
+ * Insert a new leaderboard configuration in this application.
+ * (leaderboardConfigurations.insert)
+ *
+ * @param string $applicationId The application ID from the Google Play
+ * developer console.
+ * @param Google_LeaderboardConfiguration $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_LeaderboardConfiguration
+ */
+ public function insert($applicationId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array())
+ {
+ $params = array('applicationId' => $applicationId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
+ }
+
+ /**
+ * Returns a list of the leaderboard configurations in this application.
+ * (leaderboardConfigurations.listLeaderboardConfigurations)
+ *
+ * @param string $applicationId The application ID from the Google Play
+ * developer console.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param int maxResults The maximum number of resource configurations to
+ * return in the response, used for paging. For any response, the actual number
+ * of resources returned may be less than the specified maxResults.
+ * @return Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse
+ */
+ public function listLeaderboardConfigurations($applicationId, $optParams = array())
+ {
+ $params = array('applicationId' => $applicationId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse");
+ }
+
+ /**
+ * Update the metadata of the leaderboard configuration with the given ID. This
+ * method supports patch semantics. (leaderboardConfigurations.patch)
+ *
+ * @param string $leaderboardId The ID of the leaderboard.
+ * @param Google_LeaderboardConfiguration $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_LeaderboardConfiguration
+ */
+ public function patch($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array())
+ {
+ $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
+ }
+
+ /**
+ * Update the metadata of the leaderboard configuration with the given ID.
+ * (leaderboardConfigurations.update)
+ *
+ * @param string $leaderboardId The ID of the leaderboard.
+ * @param Google_LeaderboardConfiguration $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_GamesConfiguration_LeaderboardConfiguration
+ */
+ public function update($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array())
+ {
+ $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration");
+ }
+}
+
+
+
+
+class Google_Service_GamesConfiguration_AchievementConfiguration extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $achievementType;
+ protected $draftType = 'Google_Service_GamesConfiguration_AchievementConfigurationDetail';
+ protected $draftDataType = '';
+ public $id;
+ public $initialState;
+ public $kind;
+ protected $publishedType = 'Google_Service_GamesConfiguration_AchievementConfigurationDetail';
+ protected $publishedDataType = '';
+ public $stepsToUnlock;
+ public $token;
+
+
+ public function setAchievementType($achievementType)
+ {
+ $this->achievementType = $achievementType;
+ }
+ public function getAchievementType()
+ {
+ return $this->achievementType;
+ }
+ public function setDraft(Google_Service_GamesConfiguration_AchievementConfigurationDetail $draft)
+ {
+ $this->draft = $draft;
+ }
+ public function getDraft()
+ {
+ return $this->draft;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setInitialState($initialState)
+ {
+ $this->initialState = $initialState;
+ }
+ public function getInitialState()
+ {
+ return $this->initialState;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setPublished(Google_Service_GamesConfiguration_AchievementConfigurationDetail $published)
+ {
+ $this->published = $published;
+ }
+ public function getPublished()
+ {
+ return $this->published;
+ }
+ public function setStepsToUnlock($stepsToUnlock)
+ {
+ $this->stepsToUnlock = $stepsToUnlock;
+ }
+ public function getStepsToUnlock()
+ {
+ return $this->stepsToUnlock;
+ }
+ public function setToken($token)
+ {
+ $this->token = $token;
+ }
+ public function getToken()
+ {
+ return $this->token;
+ }
+}
+
+class Google_Service_GamesConfiguration_AchievementConfigurationDetail extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $descriptionType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $descriptionDataType = '';
+ public $iconUrl;
+ public $kind;
+ protected $nameType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $nameDataType = '';
+ public $pointValue;
+ public $sortRank;
+
+
+ public function setDescription(Google_Service_GamesConfiguration_LocalizedStringBundle $description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setIconUrl($iconUrl)
+ {
+ $this->iconUrl = $iconUrl;
+ }
+ public function getIconUrl()
+ {
+ return $this->iconUrl;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPointValue($pointValue)
+ {
+ $this->pointValue = $pointValue;
+ }
+ public function getPointValue()
+ {
+ return $this->pointValue;
+ }
+ public function setSortRank($sortRank)
+ {
+ $this->sortRank = $sortRank;
+ }
+ public function getSortRank()
+ {
+ return $this->sortRank;
+ }
+}
+
+class Google_Service_GamesConfiguration_AchievementConfigurationListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_GamesConfiguration_AchievementConfiguration';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_GamesConfiguration_GamesNumberAffixConfiguration extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $fewType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $fewDataType = '';
+ protected $manyType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $manyDataType = '';
+ protected $oneType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $oneDataType = '';
+ protected $otherType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $otherDataType = '';
+ protected $twoType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $twoDataType = '';
+ protected $zeroType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $zeroDataType = '';
+
+
+ public function setFew(Google_Service_GamesConfiguration_LocalizedStringBundle $few)
+ {
+ $this->few = $few;
+ }
+ public function getFew()
+ {
+ return $this->few;
+ }
+ public function setMany(Google_Service_GamesConfiguration_LocalizedStringBundle $many)
+ {
+ $this->many = $many;
+ }
+ public function getMany()
+ {
+ return $this->many;
+ }
+ public function setOne(Google_Service_GamesConfiguration_LocalizedStringBundle $one)
+ {
+ $this->one = $one;
+ }
+ public function getOne()
+ {
+ return $this->one;
+ }
+ public function setOther(Google_Service_GamesConfiguration_LocalizedStringBundle $other)
+ {
+ $this->other = $other;
+ }
+ public function getOther()
+ {
+ return $this->other;
+ }
+ public function setTwo(Google_Service_GamesConfiguration_LocalizedStringBundle $two)
+ {
+ $this->two = $two;
+ }
+ public function getTwo()
+ {
+ return $this->two;
+ }
+ public function setZero(Google_Service_GamesConfiguration_LocalizedStringBundle $zero)
+ {
+ $this->zero = $zero;
+ }
+ public function getZero()
+ {
+ return $this->zero;
+ }
+}
+
+class Google_Service_GamesConfiguration_GamesNumberFormatConfiguration extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $currencyCode;
+ public $numDecimalPlaces;
+ public $numberFormatType;
+ protected $suffixType = 'Google_Service_GamesConfiguration_GamesNumberAffixConfiguration';
+ protected $suffixDataType = '';
+
+
+ public function setCurrencyCode($currencyCode)
+ {
+ $this->currencyCode = $currencyCode;
+ }
+ public function getCurrencyCode()
+ {
+ return $this->currencyCode;
+ }
+ public function setNumDecimalPlaces($numDecimalPlaces)
+ {
+ $this->numDecimalPlaces = $numDecimalPlaces;
+ }
+ public function getNumDecimalPlaces()
+ {
+ return $this->numDecimalPlaces;
+ }
+ public function setNumberFormatType($numberFormatType)
+ {
+ $this->numberFormatType = $numberFormatType;
+ }
+ public function getNumberFormatType()
+ {
+ return $this->numberFormatType;
+ }
+ public function setSuffix(Google_Service_GamesConfiguration_GamesNumberAffixConfiguration $suffix)
+ {
+ $this->suffix = $suffix;
+ }
+ public function getSuffix()
+ {
+ return $this->suffix;
+ }
+}
+
+class Google_Service_GamesConfiguration_ImageConfiguration extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $imageType;
+ public $kind;
+ public $resourceId;
+ public $url;
+
+
+ public function setImageType($imageType)
+ {
+ $this->imageType = $imageType;
+ }
+ public function getImageType()
+ {
+ return $this->imageType;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setResourceId($resourceId)
+ {
+ $this->resourceId = $resourceId;
+ }
+ public function getResourceId()
+ {
+ return $this->resourceId;
+ }
+ public function setUrl($url)
+ {
+ $this->url = $url;
+ }
+ public function getUrl()
+ {
+ return $this->url;
+ }
+}
+
+class Google_Service_GamesConfiguration_LeaderboardConfiguration extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $draftType = 'Google_Service_GamesConfiguration_LeaderboardConfigurationDetail';
+ protected $draftDataType = '';
+ public $id;
+ public $kind;
+ protected $publishedType = 'Google_Service_GamesConfiguration_LeaderboardConfigurationDetail';
+ protected $publishedDataType = '';
+ public $scoreMax;
+ public $scoreMin;
+ public $scoreOrder;
+ public $token;
+
+
+ public function setDraft(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $draft)
+ {
+ $this->draft = $draft;
+ }
+ public function getDraft()
+ {
+ return $this->draft;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setPublished(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $published)
+ {
+ $this->published = $published;
+ }
+ public function getPublished()
+ {
+ return $this->published;
+ }
+ public function setScoreMax($scoreMax)
+ {
+ $this->scoreMax = $scoreMax;
+ }
+ public function getScoreMax()
+ {
+ return $this->scoreMax;
+ }
+ public function setScoreMin($scoreMin)
+ {
+ $this->scoreMin = $scoreMin;
+ }
+ public function getScoreMin()
+ {
+ return $this->scoreMin;
+ }
+ public function setScoreOrder($scoreOrder)
+ {
+ $this->scoreOrder = $scoreOrder;
+ }
+ public function getScoreOrder()
+ {
+ return $this->scoreOrder;
+ }
+ public function setToken($token)
+ {
+ $this->token = $token;
+ }
+ public function getToken()
+ {
+ return $this->token;
+ }
+}
+
+class Google_Service_GamesConfiguration_LeaderboardConfigurationDetail extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $iconUrl;
+ public $kind;
+ protected $nameType = 'Google_Service_GamesConfiguration_LocalizedStringBundle';
+ protected $nameDataType = '';
+ protected $scoreFormatType = 'Google_Service_GamesConfiguration_GamesNumberFormatConfiguration';
+ protected $scoreFormatDataType = '';
+ public $sortRank;
+
+
+ public function setIconUrl($iconUrl)
+ {
+ $this->iconUrl = $iconUrl;
+ }
+ public function getIconUrl()
+ {
+ return $this->iconUrl;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setScoreFormat(Google_Service_GamesConfiguration_GamesNumberFormatConfiguration $scoreFormat)
+ {
+ $this->scoreFormat = $scoreFormat;
+ }
+ public function getScoreFormat()
+ {
+ return $this->scoreFormat;
+ }
+ public function setSortRank($sortRank)
+ {
+ $this->sortRank = $sortRank;
+ }
+ public function getSortRank()
+ {
+ return $this->sortRank;
+ }
+}
+
+class Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_GamesConfiguration_LeaderboardConfiguration';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_GamesConfiguration_LocalizedString extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $locale;
+ public $value;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLocale($locale)
+ {
+ $this->locale = $locale;
+ }
+ public function getLocale()
+ {
+ return $this->locale;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_GamesConfiguration_LocalizedStringBundle extends Google_Collection
+{
+ protected $collection_key = 'translations';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $translationsType = 'Google_Service_GamesConfiguration_LocalizedString';
+ protected $translationsDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setTranslations($translations)
+ {
+ $this->translations = $translations;
+ }
+ public function getTranslations()
+ {
+ return $this->translations;
+ }
+}
From 9c0cedd51cd780c2a6c235655f981abc041e02c3 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
* Lets you analyze the performance of a web page and get tailored suggestions
@@ -44,8 +44,8 @@ class Google_Service_Pagespeedonline extends Google_Service
public function __construct(Google_Client $client)
{
parent::__construct($client);
- $this->servicePath = 'pagespeedonline/v1/';
- $this->version = 'v1';
+ $this->servicePath = 'pagespeedonline/v2/';
+ $this->version = 'v2';
$this->serviceName = 'pagespeedonline';
$this->pagespeedapi = new Google_Service_Pagespeedonline_Pagespeedapi_Resource(
@@ -105,8 +105,8 @@ class Google_Service_Pagespeedonline_Pagespeedapi_Resource extends Google_Servic
{
/**
- * Runs Page Speed analysis on the page at the specified URL, and returns a Page
- * Speed score, a list of suggestions to make that page faster, and other
+ * Runs PageSpeed analysis on the page at the specified URL, and returns
+ * PageSpeed scores, a list of suggestions to make that page faster, and other
* information. (pagespeedapi.runpagespeed)
*
* @param string $url The URL to fetch and analyze
@@ -115,7 +115,7 @@ class Google_Service_Pagespeedonline_Pagespeedapi_Resource extends Google_Servic
* @opt_param bool screenshot Indicates if binary data containing a screenshot
* should be included
* @opt_param string locale The locale used to localize formatted results
- * @opt_param string rule A Page Speed rule to run; if none are given, all rules
+ * @opt_param string rule A PageSpeed rule to run; if none are given, all rules
* are run
* @opt_param string strategy The analysis strategy to use
* @opt_param bool filter_third_party_resources Indicates if third party
@@ -133,6 +133,288 @@ public function runpagespeed($url, $optParams = array())
+class Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 extends Google_Collection
+{
+ protected $collection_key = 'args';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $argsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2Args';
+ protected $argsDataType = 'array';
+ public $format;
+
+
+ public function setArgs($args)
+ {
+ $this->args = $args;
+ }
+ public function getArgs()
+ {
+ return $this->args;
+ }
+ public function setFormat($format)
+ {
+ $this->format = $format;
+ }
+ public function getFormat()
+ {
+ return $this->format;
+ }
+}
+
+class Google_Service_Pagespeedonline_PagespeedApiFormatStringV2Args extends Google_Collection
+{
+ protected $collection_key = 'secondary_rects';
+ protected $internal_gapi_mappings = array(
+ "secondaryRects" => "secondary_rects",
+ );
+ public $key;
+ protected $rectsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsRects';
+ protected $rectsDataType = 'array';
+ protected $secondaryRectsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsSecondaryRects';
+ protected $secondaryRectsDataType = 'array';
+ public $type;
+ public $value;
+
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function setRects($rects)
+ {
+ $this->rects = $rects;
+ }
+ public function getRects()
+ {
+ return $this->rects;
+ }
+ public function setSecondaryRects($secondaryRects)
+ {
+ $this->secondaryRects = $secondaryRects;
+ }
+ public function getSecondaryRects()
+ {
+ return $this->secondaryRects;
+ }
+ 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;
+ }
+}
+
+class Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsRects extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $height;
+ public $left;
+ public $top;
+ public $width;
+
+
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+ public function getHeight()
+ {
+ return $this->height;
+ }
+ public function setLeft($left)
+ {
+ $this->left = $left;
+ }
+ public function getLeft()
+ {
+ return $this->left;
+ }
+ public function setTop($top)
+ {
+ $this->top = $top;
+ }
+ public function getTop()
+ {
+ return $this->top;
+ }
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_Pagespeedonline_PagespeedApiFormatStringV2ArgsSecondaryRects extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $height;
+ public $left;
+ public $top;
+ public $width;
+
+
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+ public function getHeight()
+ {
+ return $this->height;
+ }
+ public function setLeft($left)
+ {
+ $this->left = $left;
+ }
+ public function getLeft()
+ {
+ return $this->left;
+ }
+ public function setTop($top)
+ {
+ $this->top = $top;
+ }
+ public function getTop()
+ {
+ return $this->top;
+ }
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_Pagespeedonline_PagespeedApiImageV2 extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ "mimeType" => "mime_type",
+ "pageRect" => "page_rect",
+ );
+ public $data;
+ public $height;
+ public $key;
+ public $mimeType;
+ protected $pageRectType = 'Google_Service_Pagespeedonline_PagespeedApiImageV2PageRect';
+ protected $pageRectDataType = '';
+ public $width;
+
+
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+ public function getData()
+ {
+ return $this->data;
+ }
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+ public function getHeight()
+ {
+ return $this->height;
+ }
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+ public function setPageRect(Google_Service_Pagespeedonline_PagespeedApiImageV2PageRect $pageRect)
+ {
+ $this->pageRect = $pageRect;
+ }
+ public function getPageRect()
+ {
+ return $this->pageRect;
+ }
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
+class Google_Service_Pagespeedonline_PagespeedApiImageV2PageRect extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $height;
+ public $left;
+ public $top;
+ public $width;
+
+
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+ public function getHeight()
+ {
+ return $this->height;
+ }
+ public function setLeft($left)
+ {
+ $this->left = $left;
+ }
+ public function getLeft()
+ {
+ return $this->left;
+ }
+ public function setTop($top)
+ {
+ $this->top = $top;
+ }
+ public function getTop()
+ {
+ return $this->top;
+ }
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
+
class Google_Service_Pagespeedonline_Result extends Google_Collection
{
protected $collection_key = 'invalidRules';
@@ -146,8 +428,9 @@ class Google_Service_Pagespeedonline_Result extends Google_Collection
protected $pageStatsType = 'Google_Service_Pagespeedonline_ResultPageStats';
protected $pageStatsDataType = '';
public $responseCode;
- public $score;
- protected $screenshotType = 'Google_Service_Pagespeedonline_ResultScreenshot';
+ protected $ruleGroupsType = 'Google_Service_Pagespeedonline_ResultRuleGroupsElement';
+ protected $ruleGroupsDataType = 'map';
+ protected $screenshotType = 'Google_Service_Pagespeedonline_PagespeedApiImageV2';
protected $screenshotDataType = '';
public $title;
protected $versionType = 'Google_Service_Pagespeedonline_ResultVersion';
@@ -202,15 +485,15 @@ public function getResponseCode()
{
return $this->responseCode;
}
- public function setScore($score)
+ public function setRuleGroups($ruleGroups)
{
- $this->score = $score;
+ $this->ruleGroups = $ruleGroups;
}
- public function getScore()
+ public function getRuleGroups()
{
- return $this->score;
+ return $this->ruleGroups;
}
- public function setScreenshot(Google_Service_Pagespeedonline_ResultScreenshot $screenshot)
+ public function setScreenshot(Google_Service_Pagespeedonline_PagespeedApiImageV2 $screenshot)
{
$this->screenshot = $screenshot;
}
@@ -272,12 +555,23 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElement ex
protected $collection_key = 'urlBlocks';
protected $internal_gapi_mappings = array(
);
+ public $groups;
public $localizedRuleName;
public $ruleImpact;
+ protected $summaryType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2';
+ protected $summaryDataType = '';
protected $urlBlocksType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocks';
protected $urlBlocksDataType = 'array';
+ public function setGroups($groups)
+ {
+ $this->groups = $groups;
+ }
+ public function getGroups()
+ {
+ return $this->groups;
+ }
public function setLocalizedRuleName($localizedRuleName)
{
$this->localizedRuleName = $localizedRuleName;
@@ -294,6 +588,14 @@ public function getRuleImpact()
{
return $this->ruleImpact;
}
+ public function setSummary(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $summary)
+ {
+ $this->summary = $summary;
+ }
+ public function getSummary()
+ {
+ return $this->summary;
+ }
public function setUrlBlocks($urlBlocks)
{
$this->urlBlocks = $urlBlocks;
@@ -309,13 +611,13 @@ class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrl
protected $collection_key = 'urls';
protected $internal_gapi_mappings = array(
);
- protected $headerType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader';
+ protected $headerType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2';
protected $headerDataType = '';
protected $urlsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls';
protected $urlsDataType = 'array';
- public function setHeader(Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader $header)
+ public function setHeader(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $header)
{
$this->header = $header;
}
@@ -333,68 +635,14 @@ public function getUrls()
}
}
-class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeader extends Google_Collection
-{
- protected $collection_key = 'args';
- protected $internal_gapi_mappings = array(
- );
- protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs';
- protected $argsDataType = 'array';
- public $format;
-
-
- public function setArgs($args)
- {
- $this->args = $args;
- }
- public function getArgs()
- {
- return $this->args;
- }
- public function setFormat($format)
- {
- $this->format = $format;
- }
- public function getFormat()
- {
- return $this->format;
- }
-}
-
-class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- 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;
- }
-}
-
class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrls extends Google_Collection
{
protected $collection_key = 'details';
protected $internal_gapi_mappings = array(
);
- protected $detailsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails';
+ protected $detailsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2';
protected $detailsDataType = 'array';
- protected $resultType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult';
+ protected $resultType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2';
protected $resultDataType = '';
@@ -406,7 +654,7 @@ public function getDetails()
{
return $this->details;
}
- public function setResult(Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult $result)
+ public function setResult(Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 $result)
{
$this->result = $result;
}
@@ -416,114 +664,6 @@ public function getResult()
}
}
-class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails extends Google_Collection
-{
- protected $collection_key = 'args';
- protected $internal_gapi_mappings = array(
- );
- protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetailsArgs';
- protected $argsDataType = 'array';
- public $format;
-
-
- public function setArgs($args)
- {
- $this->args = $args;
- }
- public function getArgs()
- {
- return $this->args;
- }
- public function setFormat($format)
- {
- $this->format = $format;
- }
- public function getFormat()
- {
- return $this->format;
- }
-}
-
-class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetailsArgs extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- 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;
- }
-}
-
-class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult extends Google_Collection
-{
- protected $collection_key = 'args';
- protected $internal_gapi_mappings = array(
- );
- protected $argsType = 'Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResultArgs';
- protected $argsDataType = 'array';
- public $format;
-
-
- public function setArgs($args)
- {
- $this->args = $args;
- }
- public function getArgs()
- {
- return $this->args;
- }
- public function setFormat($format)
- {
- $this->format = $format;
- }
- public function getFormat()
- {
- return $this->format;
- }
-}
-
-class Google_Service_Pagespeedonline_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResultArgs extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- 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;
- }
-}
-
class Google_Service_Pagespeedonline_ResultPageStats extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -649,48 +789,24 @@ public function getTotalRequestBytes()
}
}
-class Google_Service_Pagespeedonline_ResultScreenshot extends Google_Model
+class Google_Service_Pagespeedonline_ResultRuleGroups extends Google_Model
+{
+}
+
+class Google_Service_Pagespeedonline_ResultRuleGroupsElement extends Google_Model
{
protected $internal_gapi_mappings = array(
- "mimeType" => "mime_type",
);
- public $data;
- public $height;
- public $mimeType;
- public $width;
+ public $score;
- public function setData($data)
- {
- $this->data = $data;
- }
- public function getData()
- {
- return $this->data;
- }
- public function setHeight($height)
- {
- $this->height = $height;
- }
- public function getHeight()
- {
- return $this->height;
- }
- public function setMimeType($mimeType)
- {
- $this->mimeType = $mimeType;
- }
- public function getMimeType()
- {
- return $this->mimeType;
- }
- public function setWidth($width)
+ public function setScore($score)
{
- $this->width = $width;
+ $this->score = $score;
}
- public function getWidth()
+ public function getScore()
{
- return $this->width;
+ return $this->score;
}
}
From c631d8679bc0acbdb3a333a216073c304cb94a76 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Cloudlatencytest extends Google_Service +{ + /** View monitoring data for all of your Google Cloud and API projects. */ + const MONITORING_READONLY = + "https://www.googleapis.com/auth/monitoring.readonly"; + + public $statscollection; + + + /** + * Constructs the internal representation of the Cloudlatencytest service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'v2/statscollection/'; + $this->version = 'v2'; + $this->serviceName = 'cloudlatencytest'; + + $this->statscollection = new Google_Service_Cloudlatencytest_Statscollection_Resource( + $this, + $this->serviceName, + 'statscollection', + array( + 'methods' => array( + 'updateaggregatedstats' => array( + 'path' => 'updateaggregatedstats', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'updatestats' => array( + 'path' => 'updatestats', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} + + +/** + * The "statscollection" collection of methods. + * Typical usage is: + *
+ * $cloudlatencytestService = new Google_Service_Cloudlatencytest(...);
+ * $statscollection = $cloudlatencytestService->statscollection;
+ *
+ */
+class Google_Service_Cloudlatencytest_Statscollection_Resource extends Google_Service_Resource
+{
+
+ /**
+ * RPC to update the new TCP stats. (statscollection.updateaggregatedstats)
+ *
+ * @param Google_AggregatedStats $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Cloudlatencytest_AggregatedStatsReply
+ */
+ public function updateaggregatedstats(Google_Service_Cloudlatencytest_AggregatedStats $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('updateaggregatedstats', array($params), "Google_Service_Cloudlatencytest_AggregatedStatsReply");
+ }
+
+ /**
+ * RPC to update the new TCP stats. (statscollection.updatestats)
+ *
+ * @param Google_Stats $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Cloudlatencytest_StatsReply
+ */
+ public function updatestats(Google_Service_Cloudlatencytest_Stats $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('updatestats', array($params), "Google_Service_Cloudlatencytest_StatsReply");
+ }
+}
+
+
+
+
+class Google_Service_Cloudlatencytest_AggregatedStats extends Google_Collection
+{
+ protected $collection_key = 'stats';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $statsType = 'Google_Service_Cloudlatencytest_Stats';
+ protected $statsDataType = 'array';
+
+
+ public function setStats($stats)
+ {
+ $this->stats = $stats;
+ }
+ public function getStats()
+ {
+ return $this->stats;
+ }
+}
+
+class Google_Service_Cloudlatencytest_AggregatedStatsReply extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $testValue;
+
+
+ public function setTestValue($testValue)
+ {
+ $this->testValue = $testValue;
+ }
+ public function getTestValue()
+ {
+ return $this->testValue;
+ }
+}
+
+class Google_Service_Cloudlatencytest_DoubleValue extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $label;
+ public $value;
+
+
+ public function setLabel($label)
+ {
+ $this->label = $label;
+ }
+ public function getLabel()
+ {
+ return $this->label;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Cloudlatencytest_IntValue extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $label;
+ public $value;
+
+
+ public function setLabel($label)
+ {
+ $this->label = $label;
+ }
+ public function getLabel()
+ {
+ return $this->label;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_Cloudlatencytest_Stats extends Google_Collection
+{
+ protected $collection_key = 'stringValues';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $doubleValuesType = 'Google_Service_Cloudlatencytest_DoubleValue';
+ protected $doubleValuesDataType = 'array';
+ protected $intValuesType = 'Google_Service_Cloudlatencytest_IntValue';
+ protected $intValuesDataType = 'array';
+ protected $stringValuesType = 'Google_Service_Cloudlatencytest_StringValue';
+ protected $stringValuesDataType = 'array';
+ public $time;
+
+
+ public function setDoubleValues($doubleValues)
+ {
+ $this->doubleValues = $doubleValues;
+ }
+ public function getDoubleValues()
+ {
+ return $this->doubleValues;
+ }
+ public function setIntValues($intValues)
+ {
+ $this->intValues = $intValues;
+ }
+ public function getIntValues()
+ {
+ return $this->intValues;
+ }
+ public function setStringValues($stringValues)
+ {
+ $this->stringValues = $stringValues;
+ }
+ public function getStringValues()
+ {
+ return $this->stringValues;
+ }
+ public function setTime($time)
+ {
+ $this->time = $time;
+ }
+ public function getTime()
+ {
+ return $this->time;
+ }
+}
+
+class Google_Service_Cloudlatencytest_StatsReply extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $testValue;
+
+
+ public function setTestValue($testValue)
+ {
+ $this->testValue = $testValue;
+ }
+ public function getTestValue()
+ {
+ return $this->testValue;
+ }
+}
+
+class Google_Service_Cloudlatencytest_StringValue extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $label;
+ public $value;
+
+
+ public function setLabel($label)
+ {
+ $this->label = $label;
+ }
+ public function getLabel()
+ {
+ return $this->label;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
From 782b1b25b703165db616eb75b8accfec2e3d6220 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
* $replicapoolupdaterService = new Google_Service_Replicapoolupdater(...);
- * $updates = $replicapoolupdaterService->updates;
+ * $rollingUpdates = $replicapoolupdaterService->rollingUpdates;
*
*/
-class Google_Service_Replicapoolupdater_Updates_Resource extends Google_Service_Resource
+class Google_Service_Replicapoolupdater_RollingUpdates_Resource extends Google_Service_Resource
{
/**
- * Called on the particular Update endpoint. Cancels the update in state PAUSED.
- * No-op if invoked in state CANCELLED. (updates.cancel)
+ * Cancels an update. The update must be PAUSED before it can be cancelled. This
+ * has no effect if the update is already CANCELLED. (rollingUpdates.cancel)
*
* @param string $project The Google Developers Console project name.
* @param string $zone The name of the zone in which the update's target
* resides.
- * @param string $instanceGroupManager The name of the instance group manager.
- * @param string $update The id of the update.
+ * @param string $rollingUpdate The name of the update.
* @param array $optParams Optional parameters.
*/
- public function cancel($project, $zone, $instanceGroupManager, $update, $optParams = array())
+ public function cancel($project, $zone, $rollingUpdate, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'update' => $update);
+ $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
$params = array_merge($params, $optParams);
return $this->call('cancel', array($params));
}
/**
- * Called on the particular Update endpoint. Returns the Update resource.
- * (updates.get)
+ * Returns information about an update. (rollingUpdates.get)
*
* @param string $project The Google Developers Console project name.
* @param string $zone The name of the zone in which the update's target
* resides.
- * @param string $instanceGroupManager The name of the instance group manager.
- * @param string $update The id of the update.
+ * @param string $rollingUpdate The name of the update.
* @param array $optParams Optional parameters.
- * @return Google_Service_Replicapoolupdater_Update
+ * @return Google_Service_Replicapoolupdater_RollingUpdate
*/
- public function get($project, $zone, $instanceGroupManager, $update, $optParams = array())
+ public function get($project, $zone, $rollingUpdate, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'update' => $update);
+ $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Replicapoolupdater_Update");
+ return $this->call('get', array($params), "Google_Service_Replicapoolupdater_RollingUpdate");
}
/**
- * Called on the collection endpoint. Inserts the new Update resource and starts
- * the update. (updates.insert)
+ * Inserts and starts a new update. (rollingUpdates.insert)
*
* @param string $project The Google Developers Console project name.
* @param string $zone The name of the zone in which the update's target
* resides.
- * @param string $instanceGroupManager The name of the instance group manager.
- * @param Google_Update $postBody
+ * @param Google_RollingUpdate $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Replicapoolupdater_InsertResponse
*/
- public function insert($project, $zone, $instanceGroupManager, Google_Service_Replicapoolupdater_Update $postBody, $optParams = array())
+ public function insert($project, $zone, Google_Service_Replicapoolupdater_RollingUpdate $postBody, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'postBody' => $postBody);
+ $params = array('project' => $project, 'zone' => $zone, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Replicapoolupdater_InsertResponse");
}
/**
- * Called on the collection endpoint. Lists updates for a given instance group,
- * in reverse chronological order. Pagination is supported, see
- * ListRequestHeader. (updates.listUpdates)
+ * Lists recent updates for a given managed instance group, in reverse
+ * chronological order and paginated format. (rollingUpdates.listRollingUpdates)
*
* @param string $project The Google Developers Console project name.
* @param string $zone The name of the zone in which the update's target
* resides.
- * @param string $instanceGroupManager The name of the instance group manager.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Set this to the nextPageToken value returned by a
@@ -384,114 +316,93 @@ public function insert($project, $zone, $instanceGroupManager, Google_Service_Re
* list request.
* @opt_param int maxResults Maximum count of results to be returned. Acceptable
* values are 1 to 100, inclusive. (Default: 50)
- * @return Google_Service_Replicapoolupdater_UpdateList
+ * @opt_param string instanceGroupManager The name of the instance group
+ * manager.
+ * @return Google_Service_Replicapoolupdater_RollingUpdateList
*/
- public function listUpdates($project, $zone, $instanceGroupManager, $optParams = array())
+ public function listRollingUpdates($project, $zone, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager);
+ $params = array('project' => $project, 'zone' => $zone);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Replicapoolupdater_UpdateList");
+ return $this->call('list', array($params), "Google_Service_Replicapoolupdater_RollingUpdateList");
}
/**
- * Called on the particular Update endpoint. Lists instance updates for a given
- * update. (updates.listInstanceUpdates)
+ * Lists the current status for each instance within a given update.
+ * (rollingUpdates.listInstanceUpdates)
*
* @param string $project The Google Developers Console project name.
* @param string $zone The name of the zone in which the update's target
* resides.
- * @param string $instanceGroupManager The name of the instance group manager.
- * @param string $update The id of the update.
+ * @param string $rollingUpdate The name of the update.
* @param array $optParams Optional parameters.
*
- * @opt_param int maxResults Maximum count of results to be returned. Acceptable
- * values are 1 to 100, inclusive. (Default: 50)
* @opt_param string pageToken Set this to the nextPageToken value returned by a
* previous list request to obtain the next page of results from the previous
* list request.
+ * @opt_param int maxResults Maximum count of results to be returned. Acceptable
+ * values are 1 to 100, inclusive. (Default: 50)
* @return Google_Service_Replicapoolupdater_InstanceUpdateList
*/
- public function listInstanceUpdates($project, $zone, $instanceGroupManager, $update, $optParams = array())
+ public function listInstanceUpdates($project, $zone, $rollingUpdate, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'update' => $update);
+ $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
$params = array_merge($params, $optParams);
return $this->call('listInstanceUpdates', array($params), "Google_Service_Replicapoolupdater_InstanceUpdateList");
}
/**
- * Called on the particular Update endpoint. Pauses the update in state
- * ROLLING_FORWARD or ROLLING_BACK. No-op if invoked in state PAUSED.
- * (updates.pause)
+ * Pauses the update in state from ROLLING_FORWARD or ROLLING_BACK. Has no
+ * effect if invoked when the state of the update is PAUSED.
+ * (rollingUpdates.pause)
*
* @param string $project The Google Developers Console project name.
* @param string $zone The name of the zone in which the update's target
* resides.
- * @param string $instanceGroupManager The name of the instance group manager.
- * @param string $update The id of the update.
+ * @param string $rollingUpdate The name of the update.
* @param array $optParams Optional parameters.
*/
- public function pause($project, $zone, $instanceGroupManager, $update, $optParams = array())
+ public function pause($project, $zone, $rollingUpdate, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'update' => $update);
+ $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
$params = array_merge($params, $optParams);
return $this->call('pause', array($params));
}
/**
- * Called on the particular Update endpoint. Resumes the update in state PAUSED.
- * No-op if invoked in state ROLLING_FORWARD or ROLLING_BACK. (updates.resume)
+ * Continues an update in PAUSED state. Has no effect if invoked when the state
+ * of the update is ROLLED_OUT. (rollingUpdates.resume)
*
* @param string $project The Google Developers Console project name.
* @param string $zone The name of the zone in which the update's target
* resides.
- * @param string $instanceGroupManager The name of the instance group manager.
- * @param string $update The id of the update.
+ * @param string $rollingUpdate The name of the update.
* @param array $optParams Optional parameters.
*/
- public function resume($project, $zone, $instanceGroupManager, $update, $optParams = array())
+ public function resume($project, $zone, $rollingUpdate, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'update' => $update);
+ $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
$params = array_merge($params, $optParams);
return $this->call('resume', array($params));
}
/**
- * Called on the particular Update endpoint. Rolls back the update in state
- * ROLLING_FORWARD or PAUSED. No-op if invoked in state ROLLED_BACK or
- * ROLLING_BACK. (updates.rollback)
+ * Rolls back the update in state from ROLLING_FORWARD or PAUSED. Has no effect
+ * if invoked when the state of the update is ROLLED_BACK.
+ * (rollingUpdates.rollback)
*
* @param string $project The Google Developers Console project name.
* @param string $zone The name of the zone in which the update's target
* resides.
- * @param string $instanceGroupManager The name of the instance group manager.
- * @param string $update The id of the update.
+ * @param string $rollingUpdate The name of the update.
* @param array $optParams Optional parameters.
*/
- public function rollback($project, $zone, $instanceGroupManager, $update, $optParams = array())
+ public function rollback($project, $zone, $rollingUpdate, $optParams = array())
{
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'update' => $update);
+ $params = array('project' => $project, 'zone' => $zone, 'rollingUpdate' => $rollingUpdate);
$params = array_merge($params, $optParams);
return $this->call('rollback', array($params));
}
-
- /**
- * Called on the particular Update endpoint. Rolls forward the update in state
- * PAUSED before ordering it to roll back. No-op if invoked in state ROLLED_OUT
- * or ROLLING_FORWARD. (updates.rollforward)
- *
- * @param string $project The Google Developers Console project name.
- * @param string $zone The name of the zone in which the update's target
- * resides.
- * @param string $instanceGroupManager The name of the instance group manager.
- * @param string $update The id of the update.
- * @param array $optParams Optional parameters.
- */
- public function rollforward($project, $zone, $instanceGroupManager, $update, $optParams = array())
- {
- $params = array('project' => $project, 'zone' => $zone, 'instanceGroupManager' => $instanceGroupManager, 'update' => $update);
- $params = array_merge($params, $optParams);
- return $this->call('rollforward', array($params));
- }
}
@@ -501,16 +412,16 @@ class Google_Service_Replicapoolupdater_InsertResponse extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $update;
+ public $rollingUpdate;
- public function setUpdate($update)
+ public function setRollingUpdate($rollingUpdate)
{
- $this->update = $update;
+ $this->rollingUpdate = $rollingUpdate;
}
- public function getUpdate()
+ public function getRollingUpdate()
{
- return $this->update;
+ return $this->rollingUpdate;
}
}
@@ -586,7 +497,7 @@ public function getSelfLink()
}
}
-class Google_Service_Replicapoolupdater_Update extends Google_Model
+class Google_Service_Replicapoolupdater_RollingUpdate extends Google_Model
{
protected $internal_gapi_mappings = array(
);
@@ -595,7 +506,7 @@ class Google_Service_Replicapoolupdater_Update extends Google_Model
public $instanceGroupManager;
public $instanceTemplate;
public $kind;
- protected $policyType = 'Google_Service_Replicapoolupdater_UpdatePolicy';
+ protected $policyType = 'Google_Service_Replicapoolupdater_RollingUpdatePolicy';
protected $policyDataType = '';
public $progress;
public $selfLink;
@@ -644,7 +555,7 @@ public function getKind()
{
return $this->kind;
}
- public function setPolicy(Google_Service_Replicapoolupdater_UpdatePolicy $policy)
+ public function setPolicy(Google_Service_Replicapoolupdater_RollingUpdatePolicy $policy)
{
$this->policy = $policy;
}
@@ -694,12 +605,12 @@ public function getUser()
}
}
-class Google_Service_Replicapoolupdater_UpdateList extends Google_Collection
+class Google_Service_Replicapoolupdater_RollingUpdateList extends Google_Collection
{
protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
- protected $itemsType = 'Google_Service_Replicapoolupdater_Update';
+ protected $itemsType = 'Google_Service_Replicapoolupdater_RollingUpdate';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -740,17 +651,17 @@ public function getSelfLink()
}
}
-class Google_Service_Replicapoolupdater_UpdatePolicy extends Google_Model
+class Google_Service_Replicapoolupdater_RollingUpdatePolicy extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- protected $canaryType = 'Google_Service_Replicapoolupdater_UpdatePolicyCanary';
+ protected $canaryType = 'Google_Service_Replicapoolupdater_RollingUpdatePolicyCanary';
protected $canaryDataType = '';
public $maxNumConcurrentInstances;
public $sleepAfterInstanceRestartSec;
- public function setCanary(Google_Service_Replicapoolupdater_UpdatePolicyCanary $canary)
+ public function setCanary(Google_Service_Replicapoolupdater_RollingUpdatePolicyCanary $canary)
{
$this->canary = $canary;
}
@@ -776,7 +687,7 @@ public function getSleepAfterInstanceRestartSec()
}
}
-class Google_Service_Replicapoolupdater_UpdatePolicyCanary extends Google_Model
+class Google_Service_Replicapoolupdater_RollingUpdatePolicyCanary extends Google_Model
{
protected $internal_gapi_mappings = array(
);
From bf58f98b5ee2ae14139792d921fb84de01c97a85 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $genomicsService = new Google_Service_Genomics(...);
+ * $annotationSets = $genomicsService->annotationSets;
+ *
+ */
+class Google_Service_Genomics_AnnotationSets_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a new annotation set. Caller must have WRITE permission for the
+ * associated dataset. (annotationSets.create)
+ *
+ * @param Google_AnnotationSet $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_AnnotationSet
+ */
+ public function create(Google_Service_Genomics_AnnotationSet $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Genomics_AnnotationSet");
+ }
+
+ /**
+ * Deletes an annotation set. Caller must have WRITE permission for the
+ * associated annotation set. (annotationSets.delete)
+ *
+ * @param string $annotationSetId The ID of the annotation set to be deleted.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($annotationSetId, $optParams = array())
+ {
+ $params = array('annotationSetId' => $annotationSetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets an annotation set. Caller must have READ permission for the associated
+ * dataset. (annotationSets.get)
+ *
+ * @param string $annotationSetId The ID of the annotation set to be retrieved.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_AnnotationSet
+ */
+ public function get($annotationSetId, $optParams = array())
+ {
+ $params = array('annotationSetId' => $annotationSetId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Genomics_AnnotationSet");
+ }
+
+ /**
+ * Updates an annotation set. The update must respect all mutability
+ * restrictions and other invariants described on the annotation set resource.
+ * Caller must have WRITE permission for the associated dataset. This method
+ * supports patch semantics. (annotationSets.patch)
+ *
+ * @param string $annotationSetId The ID of the annotation set to be updated.
+ * @param Google_AnnotationSet $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_AnnotationSet
+ */
+ public function patch($annotationSetId, Google_Service_Genomics_AnnotationSet $postBody, $optParams = array())
+ {
+ $params = array('annotationSetId' => $annotationSetId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Genomics_AnnotationSet");
+ }
+
+ /**
+ * Searches for annotation sets which match the given criteria. Results are
+ * returned in a deterministic order. Caller must have READ permission for the
+ * queried datasets. (annotationSets.search)
+ *
+ * @param Google_SearchAnnotationSetsRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_SearchAnnotationSetsResponse
+ */
+ public function search(Google_Service_Genomics_SearchAnnotationSetsRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('search', array($params), "Google_Service_Genomics_SearchAnnotationSetsResponse");
+ }
+
+ /**
+ * Updates an annotation set. The update must respect all mutability
+ * restrictions and other invariants described on the annotation set resource.
+ * Caller must have WRITE permission for the associated dataset.
+ * (annotationSets.update)
+ *
+ * @param string $annotationSetId The ID of the annotation set to be updated.
+ * @param Google_AnnotationSet $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_AnnotationSet
+ */
+ public function update($annotationSetId, Google_Service_Genomics_AnnotationSet $postBody, $optParams = array())
+ {
+ $params = array('annotationSetId' => $annotationSetId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Genomics_AnnotationSet");
+ }
+}
+
+/**
+ * The "annotations" collection of methods.
+ * Typical usage is:
+ *
+ * $genomicsService = new Google_Service_Genomics(...);
+ * $annotations = $genomicsService->annotations;
+ *
+ */
+class Google_Service_Genomics_Annotations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a new annotation. Caller must have WRITE permission for the
+ * associated annotation set. (annotations.create)
+ *
+ * @param Google_Annotation $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_Annotation
+ */
+ public function create(Google_Service_Genomics_Annotation $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Genomics_Annotation");
+ }
+
+ /**
+ * Deletes an annotation. Caller must have WRITE permission for the associated
+ * annotation set. (annotations.delete)
+ *
+ * @param string $annotationId The ID of the annotation set to be deleted.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($annotationId, $optParams = array())
+ {
+ $params = array('annotationId' => $annotationId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Gets an annotation. Caller must have READ permission for the associated
+ * annotation set. (annotations.get)
+ *
+ * @param string $annotationId The ID of the annotation set to be retrieved.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_Annotation
+ */
+ public function get($annotationId, $optParams = array())
+ {
+ $params = array('annotationId' => $annotationId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Genomics_Annotation");
+ }
+
+ /**
+ * Updates an annotation. The update must respect all mutability restrictions
+ * and other invariants described on the annotation resource. Caller must have
+ * WRITE permission for the associated dataset. This method supports patch
+ * semantics. (annotations.patch)
+ *
+ * @param string $annotationId The ID of the annotation set to be updated.
+ * @param Google_Annotation $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_Annotation
+ */
+ public function patch($annotationId, Google_Service_Genomics_Annotation $postBody, $optParams = array())
+ {
+ $params = array('annotationId' => $annotationId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Genomics_Annotation");
+ }
+
+ /**
+ * Searches for annotations which match the given criteria. Results are returned
+ * ordered by start position. Annotations which have matching start positions
+ * are ordered deterministically. Caller must have READ permission for the
+ * queried annotation sets. (annotations.search)
+ *
+ * @param Google_SearchAnnotationsRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_SearchAnnotationsResponse
+ */
+ public function search(Google_Service_Genomics_SearchAnnotationsRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('search', array($params), "Google_Service_Genomics_SearchAnnotationsResponse");
+ }
+
+ /**
+ * Updates an annotation. The update must respect all mutability restrictions
+ * and other invariants described on the annotation resource. Caller must have
+ * WRITE permission for the associated dataset. (annotations.update)
+ *
+ * @param string $annotationId The ID of the annotation set to be updated.
+ * @param Google_Annotation $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Genomics_Annotation
+ */
+ public function update($annotationId, Google_Service_Genomics_Annotation $postBody, $optParams = array())
+ {
+ $params = array('annotationId' => $annotationId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Genomics_Annotation");
+ }
+}
+
/**
* The "callsets" collection of methods.
* Typical usage is:
@@ -1612,54 +1946,216 @@ public function getJobId()
}
}
-class Google_Service_Genomics_CallReadGroupSetsRequest extends Google_Collection
+class Google_Service_Genomics_Annotation extends Google_Model
{
- protected $collection_key = 'sourceUris';
protected $internal_gapi_mappings = array(
);
- public $datasetId;
- public $readGroupSetId;
- public $sourceUris;
+ public $annotationSetId;
+ public $id;
+ public $info;
+ public $name;
+ protected $positionType = 'Google_Service_Genomics_RangePosition';
+ protected $positionDataType = '';
+ protected $transcriptType = 'Google_Service_Genomics_Transcript';
+ protected $transcriptDataType = '';
+ public $type;
+ protected $variantType = 'Google_Service_Genomics_VariantAnnotation';
+ protected $variantDataType = '';
- public function setDatasetId($datasetId)
+ public function setAnnotationSetId($annotationSetId)
{
- $this->datasetId = $datasetId;
+ $this->annotationSetId = $annotationSetId;
}
- public function getDatasetId()
+ public function getAnnotationSetId()
{
- return $this->datasetId;
+ return $this->annotationSetId;
}
- public function setReadGroupSetId($readGroupSetId)
+ public function setId($id)
{
- $this->readGroupSetId = $readGroupSetId;
+ $this->id = $id;
}
- public function getReadGroupSetId()
+ public function getId()
{
- return $this->readGroupSetId;
+ return $this->id;
}
- public function setSourceUris($sourceUris)
+ public function setInfo($info)
{
- $this->sourceUris = $sourceUris;
+ $this->info = $info;
}
- public function getSourceUris()
+ public function getInfo()
{
- return $this->sourceUris;
+ return $this->info;
}
-}
-
-class Google_Service_Genomics_CallReadGroupSetsResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $jobId;
-
-
- public function setJobId($jobId)
+ public function setName($name)
{
- $this->jobId = $jobId;
+ $this->name = $name;
}
- public function getJobId()
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPosition(Google_Service_Genomics_RangePosition $position)
+ {
+ $this->position = $position;
+ }
+ public function getPosition()
+ {
+ return $this->position;
+ }
+ public function setTranscript(Google_Service_Genomics_Transcript $transcript)
+ {
+ $this->transcript = $transcript;
+ }
+ public function getTranscript()
+ {
+ return $this->transcript;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setVariant(Google_Service_Genomics_VariantAnnotation $variant)
+ {
+ $this->variant = $variant;
+ }
+ public function getVariant()
+ {
+ return $this->variant;
+ }
+}
+
+class Google_Service_Genomics_AnnotationInfo extends Google_Model
+{
+}
+
+class Google_Service_Genomics_AnnotationSet extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $datasetId;
+ public $id;
+ public $info;
+ public $name;
+ public $referenceSetId;
+ public $sourceUri;
+ public $type;
+
+
+ public function setDatasetId($datasetId)
+ {
+ $this->datasetId = $datasetId;
+ }
+ public function getDatasetId()
+ {
+ return $this->datasetId;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setInfo($info)
+ {
+ $this->info = $info;
+ }
+ public function getInfo()
+ {
+ return $this->info;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setReferenceSetId($referenceSetId)
+ {
+ $this->referenceSetId = $referenceSetId;
+ }
+ public function getReferenceSetId()
+ {
+ return $this->referenceSetId;
+ }
+ public function setSourceUri($sourceUri)
+ {
+ $this->sourceUri = $sourceUri;
+ }
+ public function getSourceUri()
+ {
+ return $this->sourceUri;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Genomics_AnnotationSetInfo extends Google_Model
+{
+}
+
+class Google_Service_Genomics_CallReadGroupSetsRequest extends Google_Collection
+{
+ protected $collection_key = 'sourceUris';
+ protected $internal_gapi_mappings = array(
+ );
+ public $datasetId;
+ public $readGroupSetId;
+ public $sourceUris;
+
+
+ public function setDatasetId($datasetId)
+ {
+ $this->datasetId = $datasetId;
+ }
+ public function getDatasetId()
+ {
+ return $this->datasetId;
+ }
+ public function setReadGroupSetId($readGroupSetId)
+ {
+ $this->readGroupSetId = $readGroupSetId;
+ }
+ public function getReadGroupSetId()
+ {
+ return $this->readGroupSetId;
+ }
+ public function setSourceUris($sourceUris)
+ {
+ $this->sourceUris = $sourceUris;
+ }
+ public function getSourceUris()
+ {
+ return $this->sourceUris;
+ }
+}
+
+class Google_Service_Genomics_CallReadGroupSetsResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $jobId;
+
+
+ public function setJobId($jobId)
+ {
+ $this->jobId = $jobId;
+ }
+ public function getJobId()
{
return $this->jobId;
}
@@ -2051,6 +2547,32 @@ public function getJobId()
}
}
+class Google_Service_Genomics_ExternalId extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $sourceName;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setSourceName($sourceName)
+ {
+ $this->sourceName = $sourceName;
+ }
+ public function getSourceName()
+ {
+ return $this->sourceName;
+ }
+}
+
class Google_Service_Genomics_FastqMetadata extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -2277,6 +2799,23 @@ public function getJobId()
}
}
+class Google_Service_Genomics_Int32Value extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $value;
+
+
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
class Google_Service_Genomics_InterleavedFastqSource extends Google_Collection
{
protected $collection_key = 'sourceUris';
@@ -2736,11 +3275,12 @@ public function getReverseStrand()
}
}
-class Google_Service_Genomics_Range extends Google_Model
+class Google_Service_Genomics_QueryRange extends Google_Model
{
protected $internal_gapi_mappings = array(
);
public $end;
+ public $referenceId;
public $referenceName;
public $start;
@@ -2753,6 +3293,14 @@ public function getEnd()
{
return $this->end;
}
+ public function setReferenceId($referenceId)
+ {
+ $this->referenceId = $referenceId;
+ }
+ public function getReferenceId()
+ {
+ return $this->referenceId;
+ }
public function setReferenceName($referenceName)
{
$this->referenceName = $referenceName;
@@ -2771,63 +3319,151 @@ public function getStart()
}
}
-class Google_Service_Genomics_Read extends Google_Collection
+class Google_Service_Genomics_Range extends Google_Model
{
- protected $collection_key = 'alignedQuality';
protected $internal_gapi_mappings = array(
);
- public $alignedQuality;
- public $alignedSequence;
- protected $alignmentType = 'Google_Service_Genomics_LinearAlignment';
- protected $alignmentDataType = '';
- public $duplicateFragment;
- public $failedVendorQualityChecks;
- public $fragmentLength;
- public $fragmentName;
- public $id;
- public $info;
- protected $nextMatePositionType = 'Google_Service_Genomics_Position';
- protected $nextMatePositionDataType = '';
- public $numberReads;
- public $properPlacement;
- public $readGroupId;
- public $readGroupSetId;
- public $readNumber;
- public $secondaryAlignment;
- public $supplementaryAlignment;
+ public $end;
+ public $referenceName;
+ public $start;
- public function setAlignedQuality($alignedQuality)
+ public function setEnd($end)
{
- $this->alignedQuality = $alignedQuality;
+ $this->end = $end;
}
- public function getAlignedQuality()
+ public function getEnd()
{
- return $this->alignedQuality;
+ return $this->end;
}
- public function setAlignedSequence($alignedSequence)
+ public function setReferenceName($referenceName)
{
- $this->alignedSequence = $alignedSequence;
+ $this->referenceName = $referenceName;
}
- public function getAlignedSequence()
+ public function getReferenceName()
{
- return $this->alignedSequence;
+ return $this->referenceName;
}
- public function setAlignment(Google_Service_Genomics_LinearAlignment $alignment)
+ public function setStart($start)
{
- $this->alignment = $alignment;
+ $this->start = $start;
}
- public function getAlignment()
+ public function getStart()
{
- return $this->alignment;
+ return $this->start;
}
- public function setDuplicateFragment($duplicateFragment)
+}
+
+class Google_Service_Genomics_RangePosition extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $end;
+ public $referenceId;
+ public $referenceName;
+ public $reverseStrand;
+ public $start;
+
+
+ public function setEnd($end)
{
- $this->duplicateFragment = $duplicateFragment;
+ $this->end = $end;
}
- public function getDuplicateFragment()
+ public function getEnd()
{
- return $this->duplicateFragment;
+ return $this->end;
+ }
+ public function setReferenceId($referenceId)
+ {
+ $this->referenceId = $referenceId;
+ }
+ public function getReferenceId()
+ {
+ return $this->referenceId;
+ }
+ public function setReferenceName($referenceName)
+ {
+ $this->referenceName = $referenceName;
+ }
+ public function getReferenceName()
+ {
+ return $this->referenceName;
+ }
+ public function setReverseStrand($reverseStrand)
+ {
+ $this->reverseStrand = $reverseStrand;
+ }
+ public function getReverseStrand()
+ {
+ return $this->reverseStrand;
+ }
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
+
+class Google_Service_Genomics_Read extends Google_Collection
+{
+ protected $collection_key = 'alignedQuality';
+ protected $internal_gapi_mappings = array(
+ );
+ public $alignedQuality;
+ public $alignedSequence;
+ protected $alignmentType = 'Google_Service_Genomics_LinearAlignment';
+ protected $alignmentDataType = '';
+ public $duplicateFragment;
+ public $failedVendorQualityChecks;
+ public $fragmentLength;
+ public $fragmentName;
+ public $id;
+ public $info;
+ protected $nextMatePositionType = 'Google_Service_Genomics_Position';
+ protected $nextMatePositionDataType = '';
+ public $numberReads;
+ public $properPlacement;
+ public $readGroupId;
+ public $readGroupSetId;
+ public $readNumber;
+ public $secondaryAlignment;
+ public $supplementaryAlignment;
+
+
+ public function setAlignedQuality($alignedQuality)
+ {
+ $this->alignedQuality = $alignedQuality;
+ }
+ public function getAlignedQuality()
+ {
+ return $this->alignedQuality;
+ }
+ public function setAlignedSequence($alignedSequence)
+ {
+ $this->alignedSequence = $alignedSequence;
+ }
+ public function getAlignedSequence()
+ {
+ return $this->alignedSequence;
+ }
+ public function setAlignment(Google_Service_Genomics_LinearAlignment $alignment)
+ {
+ $this->alignment = $alignment;
+ }
+ public function getAlignment()
+ {
+ return $this->alignment;
+ }
+ public function setDuplicateFragment($duplicateFragment)
+ {
+ $this->duplicateFragment = $duplicateFragment;
+ }
+ public function getDuplicateFragment()
+ {
+ return $this->duplicateFragment;
}
public function setFailedVendorQualityChecks($failedVendorQualityChecks)
{
@@ -3397,6 +4033,171 @@ public function getSourceURI()
}
}
+class Google_Service_Genomics_SearchAnnotationSetsRequest extends Google_Collection
+{
+ protected $collection_key = 'types';
+ protected $internal_gapi_mappings = array(
+ );
+ public $datasetIds;
+ public $name;
+ public $pageSize;
+ public $pageToken;
+ public $referenceSetId;
+ public $types;
+
+
+ public function setDatasetIds($datasetIds)
+ {
+ $this->datasetIds = $datasetIds;
+ }
+ public function getDatasetIds()
+ {
+ return $this->datasetIds;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPageSize($pageSize)
+ {
+ $this->pageSize = $pageSize;
+ }
+ public function getPageSize()
+ {
+ return $this->pageSize;
+ }
+ public function setPageToken($pageToken)
+ {
+ $this->pageToken = $pageToken;
+ }
+ public function getPageToken()
+ {
+ return $this->pageToken;
+ }
+ public function setReferenceSetId($referenceSetId)
+ {
+ $this->referenceSetId = $referenceSetId;
+ }
+ public function getReferenceSetId()
+ {
+ return $this->referenceSetId;
+ }
+ public function setTypes($types)
+ {
+ $this->types = $types;
+ }
+ public function getTypes()
+ {
+ return $this->types;
+ }
+}
+
+class Google_Service_Genomics_SearchAnnotationSetsResponse extends Google_Collection
+{
+ protected $collection_key = 'annotationSets';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $annotationSetsType = 'Google_Service_Genomics_AnnotationSet';
+ protected $annotationSetsDataType = 'array';
+ public $nextPageToken;
+
+
+ public function setAnnotationSets($annotationSets)
+ {
+ $this->annotationSets = $annotationSets;
+ }
+ public function getAnnotationSets()
+ {
+ return $this->annotationSets;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_Genomics_SearchAnnotationsRequest extends Google_Collection
+{
+ protected $collection_key = 'annotationSetIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $annotationSetIds;
+ public $pageSize;
+ public $pageToken;
+ protected $rangeType = 'Google_Service_Genomics_QueryRange';
+ protected $rangeDataType = '';
+
+
+ public function setAnnotationSetIds($annotationSetIds)
+ {
+ $this->annotationSetIds = $annotationSetIds;
+ }
+ public function getAnnotationSetIds()
+ {
+ return $this->annotationSetIds;
+ }
+ public function setPageSize($pageSize)
+ {
+ $this->pageSize = $pageSize;
+ }
+ public function getPageSize()
+ {
+ return $this->pageSize;
+ }
+ public function setPageToken($pageToken)
+ {
+ $this->pageToken = $pageToken;
+ }
+ public function getPageToken()
+ {
+ return $this->pageToken;
+ }
+ public function setRange(Google_Service_Genomics_QueryRange $range)
+ {
+ $this->range = $range;
+ }
+ public function getRange()
+ {
+ return $this->range;
+ }
+}
+
+class Google_Service_Genomics_SearchAnnotationsResponse extends Google_Collection
+{
+ protected $collection_key = 'annotations';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $annotationsType = 'Google_Service_Genomics_Annotation';
+ protected $annotationsDataType = 'array';
+ public $nextPageToken;
+
+
+ public function setAnnotations($annotations)
+ {
+ $this->annotations = $annotations;
+ }
+ public function getAnnotations()
+ {
+ return $this->annotations;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
class Google_Service_Genomics_SearchCallSetsRequest extends Google_Collection
{
protected $collection_key = 'variantSetIds';
@@ -4071,6 +4872,106 @@ public function getVariants()
}
}
+class Google_Service_Genomics_Transcript extends Google_Collection
+{
+ protected $collection_key = 'exons';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $codingSequenceType = 'Google_Service_Genomics_TranscriptCodingSequence';
+ protected $codingSequenceDataType = '';
+ protected $exonsType = 'Google_Service_Genomics_TranscriptExon';
+ protected $exonsDataType = 'array';
+ public $geneId;
+
+
+ public function setCodingSequence(Google_Service_Genomics_TranscriptCodingSequence $codingSequence)
+ {
+ $this->codingSequence = $codingSequence;
+ }
+ public function getCodingSequence()
+ {
+ return $this->codingSequence;
+ }
+ public function setExons($exons)
+ {
+ $this->exons = $exons;
+ }
+ public function getExons()
+ {
+ return $this->exons;
+ }
+ public function setGeneId($geneId)
+ {
+ $this->geneId = $geneId;
+ }
+ public function getGeneId()
+ {
+ return $this->geneId;
+ }
+}
+
+class Google_Service_Genomics_TranscriptCodingSequence extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $end;
+ public $start;
+
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+ public function getEnd()
+ {
+ return $this->end;
+ }
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
+
+class Google_Service_Genomics_TranscriptExon extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $end;
+ protected $frameType = 'Google_Service_Genomics_Int32Value';
+ protected $frameDataType = '';
+ public $start;
+
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+ public function getEnd()
+ {
+ return $this->end;
+ }
+ public function setFrame(Google_Service_Genomics_Int32Value $frame)
+ {
+ $this->frame = $frame;
+ }
+ public function getFrame()
+ {
+ return $this->frame;
+ }
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
+
class Google_Service_Genomics_Variant extends Google_Collection
{
protected $collection_key = 'names';
@@ -4198,6 +5099,125 @@ public function getVariantSetId()
}
}
+class Google_Service_Genomics_VariantAnnotation extends Google_Collection
+{
+ protected $collection_key = 'transcriptIds';
+ protected $internal_gapi_mappings = array(
+ );
+ public $alternateBases;
+ public $clinicalSignificance;
+ protected $conditionsType = 'Google_Service_Genomics_VariantAnnotationCondition';
+ protected $conditionsDataType = 'array';
+ public $effect;
+ public $geneId;
+ public $transcriptIds;
+ public $type;
+
+
+ public function setAlternateBases($alternateBases)
+ {
+ $this->alternateBases = $alternateBases;
+ }
+ public function getAlternateBases()
+ {
+ return $this->alternateBases;
+ }
+ public function setClinicalSignificance($clinicalSignificance)
+ {
+ $this->clinicalSignificance = $clinicalSignificance;
+ }
+ public function getClinicalSignificance()
+ {
+ return $this->clinicalSignificance;
+ }
+ public function setConditions($conditions)
+ {
+ $this->conditions = $conditions;
+ }
+ public function getConditions()
+ {
+ return $this->conditions;
+ }
+ public function setEffect($effect)
+ {
+ $this->effect = $effect;
+ }
+ public function getEffect()
+ {
+ return $this->effect;
+ }
+ public function setGeneId($geneId)
+ {
+ $this->geneId = $geneId;
+ }
+ public function getGeneId()
+ {
+ return $this->geneId;
+ }
+ public function setTranscriptIds($transcriptIds)
+ {
+ $this->transcriptIds = $transcriptIds;
+ }
+ public function getTranscriptIds()
+ {
+ return $this->transcriptIds;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Genomics_VariantAnnotationCondition extends Google_Collection
+{
+ protected $collection_key = 'names';
+ protected $internal_gapi_mappings = array(
+ );
+ public $conceptId;
+ protected $externalIdsType = 'Google_Service_Genomics_ExternalId';
+ protected $externalIdsDataType = 'array';
+ public $names;
+ public $omimId;
+
+
+ public function setConceptId($conceptId)
+ {
+ $this->conceptId = $conceptId;
+ }
+ public function getConceptId()
+ {
+ return $this->conceptId;
+ }
+ public function setExternalIds($externalIds)
+ {
+ $this->externalIds = $externalIds;
+ }
+ public function getExternalIds()
+ {
+ return $this->externalIds;
+ }
+ public function setNames($names)
+ {
+ $this->names = $names;
+ }
+ public function getNames()
+ {
+ return $this->names;
+ }
+ public function setOmimId($omimId)
+ {
+ $this->omimId = $omimId;
+ }
+ public function getOmimId()
+ {
+ return $this->omimId;
+ }
+}
+
class Google_Service_Genomics_VariantInfo extends Google_Model
{
}
From f4b74e2b9385b09affda625f9c1ccdb6ff8b1a1d Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $accountshipping = $contentService->accountshipping;
+ *
+ */
+class Google_Service_ShoppingContent_Accountshipping_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves and updates the shipping settings of multiple accounts in a single
+ * request. (accountshipping.custombatch)
+ *
+ * @param Google_AccountshippingCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountshippingCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_AccountshippingCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccountshippingCustomBatchResponse");
+ }
+
+ /**
+ * Retrieves the shipping settings of the account. (accountshipping.get)
+ *
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account for which to get/update
+ * account shipping settings.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountShipping
+ */
+ public function get($merchantId, $accountId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountShipping");
+ }
+
+ /**
+ * Lists the shipping settings of the sub-accounts in your Merchant Center
+ * account. (accountshipping.listAccountshipping)
+ *
+ * @param string $merchantId The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of shipping settings to
+ * return in the response, used for paging.
+ * @return Google_Service_ShoppingContent_AccountshippingListResponse
+ */
+ public function listAccountshipping($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_AccountshippingListResponse");
+ }
+
+ /**
+ * Updates the shipping settings of the account. This method supports patch
+ * semantics. (accountshipping.patch)
+ *
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account for which to get/update
+ * account shipping settings.
+ * @param Google_AccountShipping $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountShipping
+ */
+ public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountShipping");
+ }
+
+ /**
+ * Updates the shipping settings of the account. (accountshipping.update)
+ *
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account for which to get/update
+ * account shipping settings.
+ * @param Google_AccountShipping $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountShipping
+ */
+ public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountShipping $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountShipping");
+ }
+}
+
/**
* The "accountstatuses" collection of methods.
* Typical usage is:
@@ -708,99 +961,196 @@ public function listAccountstatuses($merchantId, $optParams = array())
}
/**
- * The "datafeeds" collection of methods.
+ * The "accounttax" collection of methods.
* Typical usage is:
*
* $contentService = new Google_Service_ShoppingContent(...);
- * $datafeeds = $contentService->datafeeds;
+ * $accounttax = $contentService->accounttax;
*
*/
-class Google_Service_ShoppingContent_Datafeeds_Resource extends Google_Service_Resource
+class Google_Service_ShoppingContent_Accounttax_Resource extends Google_Service_Resource
{
/**
- * (datafeeds.custombatch)
+ * Retrieves and updates tax settings of multiple accounts in a single request.
+ * (accounttax.custombatch)
*
- * @param Google_DatafeedsCustomBatchRequest $postBody
+ * @param Google_AccounttaxCustomBatchRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponse
+ * @return Google_Service_ShoppingContent_AccounttaxCustomBatchResponse
*/
- public function custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams = array())
+ public function custombatch(Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse");
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_AccounttaxCustomBatchResponse");
}
/**
- * Deletes a datafeed from your Merchant Center account. (datafeeds.delete)
+ * Retrieves the tax settings of the account. (accounttax.get)
*
- * @param string $merchantId
- * @param string $datafeedId
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account for which to get/update
+ * account tax settings.
* @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_AccountTax
*/
- public function delete($merchantId, $datafeedId, $optParams = array())
+ public function get($merchantId, $accountId, $optParams = array())
{
- $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_AccountTax");
}
/**
- * Retrieves a datafeed from your Merchant Center account. (datafeeds.get)
+ * Lists the tax settings of the sub-accounts in your Merchant Center account.
+ * (accounttax.listAccounttax)
*
- * @param string $merchantId
- * @param string $datafeedId
+ * @param string $merchantId The ID of the managing account.
* @param array $optParams Optional parameters.
- * @return Google_Service_ShoppingContent_Datafeed
+ *
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of tax settings to return in
+ * the response, used for paging.
+ * @return Google_Service_ShoppingContent_AccounttaxListResponse
*/
- public function get($merchantId, $datafeedId, $optParams = array())
+ public function listAccounttax($merchantId, $optParams = array())
{
- $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array('merchantId' => $merchantId);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed");
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_AccounttaxListResponse");
}
/**
- * Registers a datafeed with your Merchant Center account. (datafeeds.insert)
+ * Updates the tax settings of the account. This method supports patch
+ * semantics. (accounttax.patch)
*
- * @param string $merchantId
- * @param Google_Datafeed $postBody
+ * @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account for which to get/update
+ * account tax settings.
+ * @param Google_AccountTax $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_ShoppingContent_Datafeed
+ * @return Google_Service_ShoppingContent_AccountTax
*/
- public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array())
+ public function patch($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array())
{
- $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed");
+ return $this->call('patch', array($params), "Google_Service_ShoppingContent_AccountTax");
}
/**
- * Lists the datafeeds in your Merchant Center account.
- * (datafeeds.listDatafeeds)
+ * Updates the tax settings of the account. (accounttax.update)
*
* @param string $merchantId The ID of the managing account.
+ * @param string $accountId The ID of the account for which to get/update
+ * account tax settings.
+ * @param Google_AccountTax $postBody
* @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken The token returned by the previous request.
- * @opt_param string maxResults The maximum number of products to return in the
- * response, used for paging.
- * @return Google_Service_ShoppingContent_DatafeedsListResponse
+ * @return Google_Service_ShoppingContent_AccountTax
*/
- public function listDatafeeds($merchantId, $optParams = array())
+ public function update($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams = array())
{
- $params = array('merchantId' => $merchantId);
+ $params = array('merchantId' => $merchantId, 'accountId' => $accountId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse");
+ return $this->call('update', array($params), "Google_Service_ShoppingContent_AccountTax");
}
+}
- /**
- * Updates a datafeed of your Merchant Center account. This method supports
- * patch semantics. (datafeeds.patch)
- *
- * @param string $merchantId
- * @param string $datafeedId
+/**
+ * The "datafeeds" collection of methods.
+ * Typical usage is:
+ *
+ * $contentService = new Google_Service_ShoppingContent(...);
+ * $datafeeds = $contentService->datafeeds;
+ *
+ */
+class Google_Service_ShoppingContent_Datafeeds_Resource extends Google_Service_Resource
+{
+
+ /**
+ * (datafeeds.custombatch)
+ *
+ * @param Google_DatafeedsCustomBatchRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_DatafeedsCustomBatchResponse
+ */
+ public function custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('custombatch', array($params), "Google_Service_ShoppingContent_DatafeedsCustomBatchResponse");
+ }
+
+ /**
+ * Deletes a datafeed from your Merchant Center account. (datafeeds.delete)
+ *
+ * @param string $merchantId
+ * @param string $datafeedId
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($merchantId, $datafeedId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Retrieves a datafeed from your Merchant Center account. (datafeeds.get)
+ *
+ * @param string $merchantId
+ * @param string $datafeedId
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Datafeed
+ */
+ public function get($merchantId, $datafeedId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'datafeedId' => $datafeedId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ShoppingContent_Datafeed");
+ }
+
+ /**
+ * Registers a datafeed with your Merchant Center account. (datafeeds.insert)
+ *
+ * @param string $merchantId
+ * @param Google_Datafeed $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ShoppingContent_Datafeed
+ */
+ public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_ShoppingContent_Datafeed");
+ }
+
+ /**
+ * Lists the datafeeds in your Merchant Center account.
+ * (datafeeds.listDatafeeds)
+ *
+ * @param string $merchantId The ID of the managing account.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken The token returned by the previous request.
+ * @opt_param string maxResults The maximum number of products to return in the
+ * response, used for paging.
+ * @return Google_Service_ShoppingContent_DatafeedsListResponse
+ */
+ public function listDatafeeds($merchantId, $optParams = array())
+ {
+ $params = array('merchantId' => $merchantId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ShoppingContent_DatafeedsListResponse");
+ }
+
+ /**
+ * Updates a datafeed of your Merchant Center account. This method supports
+ * patch semantics. (datafeeds.patch)
+ *
+ * @param string $merchantId
+ * @param string $datafeedId
* @param Google_Datafeed $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_ShoppingContent_Datafeed
@@ -1216,15 +1566,21 @@ public function getStatus()
}
}
-class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
+class Google_Service_ShoppingContent_AccountShipping extends Google_Collection
{
- protected $collection_key = 'dataQualityIssues';
+ protected $collection_key = 'services';
protected $internal_gapi_mappings = array(
);
public $accountId;
- protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_AccountStatusDataQualityIssue';
- protected $dataQualityIssuesDataType = 'array';
+ protected $carrierRatesType = 'Google_Service_ShoppingContent_AccountShippingCarrierRate';
+ protected $carrierRatesDataType = 'array';
public $kind;
+ protected $locationGroupsType = 'Google_Service_ShoppingContent_AccountShippingLocationGroup';
+ protected $locationGroupsDataType = 'array';
+ protected $rateTablesType = 'Google_Service_ShoppingContent_AccountShippingRateTable';
+ protected $rateTablesDataType = 'array';
+ protected $servicesType = 'Google_Service_ShoppingContent_AccountShippingShippingService';
+ protected $servicesDataType = 'array';
public function setAccountId($accountId)
@@ -1235,13 +1591,13 @@ public function getAccountId()
{
return $this->accountId;
}
- public function setDataQualityIssues($dataQualityIssues)
+ public function setCarrierRates($carrierRates)
{
- $this->dataQualityIssues = $dataQualityIssues;
+ $this->carrierRates = $carrierRates;
}
- public function getDataQualityIssues()
+ public function getCarrierRates()
{
- return $this->dataQualityIssues;
+ return $this->carrierRates;
}
public function setKind($kind)
{
@@ -1251,22 +1607,189 @@ public function getKind()
{
return $this->kind;
}
+ public function setLocationGroups($locationGroups)
+ {
+ $this->locationGroups = $locationGroups;
+ }
+ public function getLocationGroups()
+ {
+ return $this->locationGroups;
+ }
+ public function setRateTables($rateTables)
+ {
+ $this->rateTables = $rateTables;
+ }
+ public function getRateTables()
+ {
+ return $this->rateTables;
+ }
+ public function setServices($services)
+ {
+ $this->services = $services;
+ }
+ public function getServices()
+ {
+ return $this->services;
+ }
}
-class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Google_Collection
+class Google_Service_ShoppingContent_AccountShippingCarrierRate extends Google_Model
{
- protected $collection_key = 'exampleItems';
+ protected $internal_gapi_mappings = array(
+ );
+ public $carrier;
+ public $carrierService;
+ protected $modifierFlatRateType = 'Google_Service_ShoppingContent_Price';
+ protected $modifierFlatRateDataType = '';
+ public $modifierPercent;
+ public $name;
+ public $saleCountry;
+ public $shippingOrigin;
+
+
+ public function setCarrier($carrier)
+ {
+ $this->carrier = $carrier;
+ }
+ public function getCarrier()
+ {
+ return $this->carrier;
+ }
+ public function setCarrierService($carrierService)
+ {
+ $this->carrierService = $carrierService;
+ }
+ public function getCarrierService()
+ {
+ return $this->carrierService;
+ }
+ public function setModifierFlatRate(Google_Service_ShoppingContent_Price $modifierFlatRate)
+ {
+ $this->modifierFlatRate = $modifierFlatRate;
+ }
+ public function getModifierFlatRate()
+ {
+ return $this->modifierFlatRate;
+ }
+ public function setModifierPercent($modifierPercent)
+ {
+ $this->modifierPercent = $modifierPercent;
+ }
+ public function getModifierPercent()
+ {
+ return $this->modifierPercent;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSaleCountry($saleCountry)
+ {
+ $this->saleCountry = $saleCountry;
+ }
+ public function getSaleCountry()
+ {
+ return $this->saleCountry;
+ }
+ public function setShippingOrigin($shippingOrigin)
+ {
+ $this->shippingOrigin = $shippingOrigin;
+ }
+ public function getShippingOrigin()
+ {
+ return $this->shippingOrigin;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingCondition extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $deliveryLocationGroup;
+ public $deliveryLocationId;
+ public $deliveryPostalCode;
+ protected $deliveryPostalCodeRangeType = 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange';
+ protected $deliveryPostalCodeRangeDataType = '';
+ protected $priceMaxType = 'Google_Service_ShoppingContent_Price';
+ protected $priceMaxDataType = '';
+ public $shippingLabel;
+ protected $weightMaxType = 'Google_Service_ShoppingContent_Weight';
+ protected $weightMaxDataType = '';
+
+
+ public function setDeliveryLocationGroup($deliveryLocationGroup)
+ {
+ $this->deliveryLocationGroup = $deliveryLocationGroup;
+ }
+ public function getDeliveryLocationGroup()
+ {
+ return $this->deliveryLocationGroup;
+ }
+ public function setDeliveryLocationId($deliveryLocationId)
+ {
+ $this->deliveryLocationId = $deliveryLocationId;
+ }
+ public function getDeliveryLocationId()
+ {
+ return $this->deliveryLocationId;
+ }
+ public function setDeliveryPostalCode($deliveryPostalCode)
+ {
+ $this->deliveryPostalCode = $deliveryPostalCode;
+ }
+ public function getDeliveryPostalCode()
+ {
+ return $this->deliveryPostalCode;
+ }
+ public function setDeliveryPostalCodeRange(Google_Service_ShoppingContent_AccountShippingPostalCodeRange $deliveryPostalCodeRange)
+ {
+ $this->deliveryPostalCodeRange = $deliveryPostalCodeRange;
+ }
+ public function getDeliveryPostalCodeRange()
+ {
+ return $this->deliveryPostalCodeRange;
+ }
+ public function setPriceMax(Google_Service_ShoppingContent_Price $priceMax)
+ {
+ $this->priceMax = $priceMax;
+ }
+ public function getPriceMax()
+ {
+ return $this->priceMax;
+ }
+ public function setShippingLabel($shippingLabel)
+ {
+ $this->shippingLabel = $shippingLabel;
+ }
+ public function getShippingLabel()
+ {
+ return $this->shippingLabel;
+ }
+ public function setWeightMax(Google_Service_ShoppingContent_Weight $weightMax)
+ {
+ $this->weightMax = $weightMax;
+ }
+ public function getWeightMax()
+ {
+ return $this->weightMax;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingLocationGroup extends Google_Collection
+{
+ protected $collection_key = 'postalCodes';
protected $internal_gapi_mappings = array(
);
public $country;
- public $displayedValue;
- protected $exampleItemsType = 'Google_Service_ShoppingContent_AccountStatusExampleItem';
- protected $exampleItemsDataType = 'array';
- public $id;
- public $lastChecked;
- public $numItems;
- public $severity;
- public $submittedValue;
+ public $locationIds;
+ public $name;
+ protected $postalCodeRangesType = 'Google_Service_ShoppingContent_AccountShippingPostalCodeRange';
+ protected $postalCodeRangesDataType = 'array';
+ public $postalCodes;
public function setCountry($country)
@@ -1277,149 +1800,941 @@ public function getCountry()
{
return $this->country;
}
- public function setDisplayedValue($displayedValue)
+ public function setLocationIds($locationIds)
+ {
+ $this->locationIds = $locationIds;
+ }
+ public function getLocationIds()
+ {
+ return $this->locationIds;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPostalCodeRanges($postalCodeRanges)
+ {
+ $this->postalCodeRanges = $postalCodeRanges;
+ }
+ public function getPostalCodeRanges()
+ {
+ return $this->postalCodeRanges;
+ }
+ public function setPostalCodes($postalCodes)
+ {
+ $this->postalCodes = $postalCodes;
+ }
+ public function getPostalCodes()
+ {
+ return $this->postalCodes;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingPostalCodeRange extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $end;
+ public $start;
+
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ }
+ public function getEnd()
+ {
+ return $this->end;
+ }
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingRateTable extends Google_Collection
+{
+ protected $collection_key = 'content';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $contentType = 'Google_Service_ShoppingContent_AccountShippingRateTableCell';
+ protected $contentDataType = 'array';
+ public $name;
+ public $saleCountry;
+
+
+ public function setContent($content)
+ {
+ $this->content = $content;
+ }
+ public function getContent()
+ {
+ return $this->content;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSaleCountry($saleCountry)
+ {
+ $this->saleCountry = $saleCountry;
+ }
+ public function getSaleCountry()
+ {
+ return $this->saleCountry;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingRateTableCell extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $conditionType = 'Google_Service_ShoppingContent_AccountShippingCondition';
+ protected $conditionDataType = '';
+ protected $rateType = 'Google_Service_ShoppingContent_Price';
+ protected $rateDataType = '';
+
+
+ public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition)
+ {
+ $this->condition = $condition;
+ }
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+ public function setRate(Google_Service_ShoppingContent_Price $rate)
+ {
+ $this->rate = $rate;
+ }
+ public function getRate()
+ {
+ return $this->rate;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingShippingService extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $active;
+ protected $calculationMethodType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod';
+ protected $calculationMethodDataType = '';
+ protected $costRuleTreeType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule';
+ protected $costRuleTreeDataType = '';
+ public $name;
+ public $saleCountry;
+
+
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod)
+ {
+ $this->calculationMethod = $calculationMethod;
+ }
+ public function getCalculationMethod()
+ {
+ return $this->calculationMethod;
+ }
+ public function setCostRuleTree(Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule $costRuleTree)
+ {
+ $this->costRuleTree = $costRuleTree;
+ }
+ public function getCostRuleTree()
+ {
+ return $this->costRuleTree;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setSaleCountry($saleCountry)
+ {
+ $this->saleCountry = $saleCountry;
+ }
+ public function getSaleCountry()
+ {
+ return $this->saleCountry;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $carrierRate;
+ public $excluded;
+ protected $flatRateType = 'Google_Service_ShoppingContent_Price';
+ protected $flatRateDataType = '';
+ public $percentageRate;
+ public $rateTable;
+
+
+ public function setCarrierRate($carrierRate)
+ {
+ $this->carrierRate = $carrierRate;
+ }
+ public function getCarrierRate()
+ {
+ return $this->carrierRate;
+ }
+ public function setExcluded($excluded)
+ {
+ $this->excluded = $excluded;
+ }
+ public function getExcluded()
+ {
+ return $this->excluded;
+ }
+ public function setFlatRate(Google_Service_ShoppingContent_Price $flatRate)
+ {
+ $this->flatRate = $flatRate;
+ }
+ public function getFlatRate()
+ {
+ return $this->flatRate;
+ }
+ public function setPercentageRate($percentageRate)
+ {
+ $this->percentageRate = $percentageRate;
+ }
+ public function getPercentageRate()
+ {
+ return $this->percentageRate;
+ }
+ public function setRateTable($rateTable)
+ {
+ $this->rateTable = $rateTable;
+ }
+ public function getRateTable()
+ {
+ return $this->rateTable;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule extends Google_Collection
+{
+ protected $collection_key = 'children';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $calculationMethodType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod';
+ protected $calculationMethodDataType = '';
+ protected $childrenType = 'Google_Service_ShoppingContent_AccountShippingShippingServiceCostRule';
+ protected $childrenDataType = 'array';
+ protected $conditionType = 'Google_Service_ShoppingContent_AccountShippingCondition';
+ protected $conditionDataType = '';
+
+
+ public function setCalculationMethod(Google_Service_ShoppingContent_AccountShippingShippingServiceCalculationMethod $calculationMethod)
+ {
+ $this->calculationMethod = $calculationMethod;
+ }
+ public function getCalculationMethod()
+ {
+ return $this->calculationMethod;
+ }
+ public function setChildren($children)
+ {
+ $this->children = $children;
+ }
+ public function getChildren()
+ {
+ return $this->children;
+ }
+ public function setCondition(Google_Service_ShoppingContent_AccountShippingCondition $condition)
+ {
+ $this->condition = $condition;
+ }
+ public function getCondition()
+ {
+ return $this->condition;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountStatus extends Google_Collection
+{
+ protected $collection_key = 'dataQualityIssues';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_AccountStatusDataQualityIssue';
+ protected $dataQualityIssuesDataType = 'array';
+ public $kind;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setDataQualityIssues($dataQualityIssues)
+ {
+ $this->dataQualityIssues = $dataQualityIssues;
+ }
+ public function getDataQualityIssues()
+ {
+ return $this->dataQualityIssues;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountStatusDataQualityIssue extends Google_Collection
+{
+ protected $collection_key = 'exampleItems';
+ protected $internal_gapi_mappings = array(
+ );
+ public $country;
+ public $displayedValue;
+ protected $exampleItemsType = 'Google_Service_ShoppingContent_AccountStatusExampleItem';
+ protected $exampleItemsDataType = 'array';
+ public $id;
+ public $lastChecked;
+ public $numItems;
+ public $severity;
+ public $submittedValue;
+
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+ public function getCountry()
+ {
+ return $this->country;
+ }
+ public function setDisplayedValue($displayedValue)
+ {
+ $this->displayedValue = $displayedValue;
+ }
+ public function getDisplayedValue()
+ {
+ return $this->displayedValue;
+ }
+ public function setExampleItems($exampleItems)
+ {
+ $this->exampleItems = $exampleItems;
+ }
+ public function getExampleItems()
+ {
+ return $this->exampleItems;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setLastChecked($lastChecked)
+ {
+ $this->lastChecked = $lastChecked;
+ }
+ public function getLastChecked()
+ {
+ return $this->lastChecked;
+ }
+ public function setNumItems($numItems)
+ {
+ $this->numItems = $numItems;
+ }
+ public function getNumItems()
+ {
+ return $this->numItems;
+ }
+ public function setSeverity($severity)
+ {
+ $this->severity = $severity;
+ }
+ public function getSeverity()
+ {
+ return $this->severity;
+ }
+ public function setSubmittedValue($submittedValue)
+ {
+ $this->submittedValue = $submittedValue;
+ }
+ public function getSubmittedValue()
+ {
+ return $this->submittedValue;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountStatusExampleItem extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $itemId;
+ public $link;
+ public $submittedValue;
+ public $title;
+ public $valueOnLandingPage;
+
+
+ public function setItemId($itemId)
+ {
+ $this->itemId = $itemId;
+ }
+ public function getItemId()
+ {
+ return $this->itemId;
+ }
+ public function setLink($link)
+ {
+ $this->link = $link;
+ }
+ public function getLink()
+ {
+ return $this->link;
+ }
+ public function setSubmittedValue($submittedValue)
+ {
+ $this->submittedValue = $submittedValue;
+ }
+ public function getSubmittedValue()
+ {
+ return $this->submittedValue;
+ }
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+ public function getTitle()
+ {
+ return $this->title;
+ }
+ public function setValueOnLandingPage($valueOnLandingPage)
+ {
+ $this->valueOnLandingPage = $valueOnLandingPage;
+ }
+ public function getValueOnLandingPage()
+ {
+ return $this->valueOnLandingPage;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountTax extends Google_Collection
+{
+ protected $collection_key = 'rules';
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $kind;
+ protected $rulesType = 'Google_Service_ShoppingContent_AccountTaxTaxRule';
+ protected $rulesDataType = 'array';
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setRules($rules)
+ {
+ $this->rules = $rules;
+ }
+ public function getRules()
+ {
+ return $this->rules;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountTaxTaxRule extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $country;
+ public $locationId;
+ public $ratePercent;
+ public $shippingTaxed;
+ public $useGlobalRate;
+
+
+ public function setCountry($country)
+ {
+ $this->country = $country;
+ }
+ public function getCountry()
+ {
+ return $this->country;
+ }
+ public function setLocationId($locationId)
+ {
+ $this->locationId = $locationId;
+ }
+ public function getLocationId()
+ {
+ return $this->locationId;
+ }
+ public function setRatePercent($ratePercent)
+ {
+ $this->ratePercent = $ratePercent;
+ }
+ public function getRatePercent()
+ {
+ return $this->ratePercent;
+ }
+ public function setShippingTaxed($shippingTaxed)
+ {
+ $this->shippingTaxed = $shippingTaxed;
+ }
+ public function getShippingTaxed()
+ {
+ return $this->shippingTaxed;
+ }
+ public function setUseGlobalRate($useGlobalRate)
+ {
+ $this->useGlobalRate = $useGlobalRate;
+ }
+ public function getUseGlobalRate()
+ {
+ return $this->useGlobalRate;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountUser extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $admin;
+ public $emailAddress;
+
+
+ public function setAdmin($admin)
+ {
+ $this->admin = $admin;
+ }
+ public function getAdmin()
+ {
+ return $this->admin;
+ }
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_Collection
+{
+ protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountType = 'Google_Service_ShoppingContent_Account';
+ protected $accountDataType = '';
+ public $accountId;
+ public $batchId;
+ public $merchantId;
+ public $method;
+
+
+ public function setAccount(Google_Service_ShoppingContent_Account $account)
+ {
+ $this->account = $account;
+ }
+ public function getAccount()
+ {
+ return $this->account;
+ }
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+ public function setMerchantId($merchantId)
+ {
+ $this->merchantId = $merchantId;
+ }
+ public function getMerchantId()
+ {
+ return $this->merchantId;
+ }
+ public function setMethod($method)
+ {
+ $this->method = $method;
+ }
+ public function getMethod()
+ {
+ return $this->method;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_Collection
+{
+ protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $accountType = 'Google_Service_ShoppingContent_Account';
+ protected $accountDataType = '';
+ public $batchId;
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+ public $kind;
+
+
+ public function setAccount(Google_Service_ShoppingContent_Account $account)
+ {
+ $this->account = $account;
+ }
+ public function getAccount()
+ {
+ return $this->account;
+ }
+ public function setBatchId($batchId)
+ {
+ $this->batchId = $batchId;
+ }
+ public function getBatchId()
+ {
+ return $this->batchId;
+ }
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
+ {
+ $this->errors = $errors;
+ }
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collection
+{
+ protected $collection_key = 'resources';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_ShoppingContent_Account';
+ protected $resourcesDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+ public function getResources()
+ {
+ return $this->resources;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountshippingCustomBatchRequest extends Google_Collection
+{
+ protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountshippingCustomBatchRequestEntry';
+ protected $entriesDataType = 'array';
+
+
+ public function setEntries($entries)
+ {
+ $this->entries = $entries;
+ }
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
+
+class Google_Service_ShoppingContent_AccountshippingCustomBatchRequestEntry extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ protected $accountShippingType = 'Google_Service_ShoppingContent_AccountShipping';
+ protected $accountShippingDataType = '';
+ public $batchId;
+ public $merchantId;
+ public $method;
+
+
+ public function setAccountId($accountId)
{
- $this->displayedValue = $displayedValue;
+ $this->accountId = $accountId;
}
- public function getDisplayedValue()
+ public function getAccountId()
{
- return $this->displayedValue;
+ return $this->accountId;
}
- public function setExampleItems($exampleItems)
+ public function setAccountShipping(Google_Service_ShoppingContent_AccountShipping $accountShipping)
{
- $this->exampleItems = $exampleItems;
+ $this->accountShipping = $accountShipping;
}
- public function getExampleItems()
+ public function getAccountShipping()
{
- return $this->exampleItems;
+ return $this->accountShipping;
}
- public function setId($id)
+ public function setBatchId($batchId)
{
- $this->id = $id;
+ $this->batchId = $batchId;
}
- public function getId()
+ public function getBatchId()
{
- return $this->id;
+ return $this->batchId;
}
- public function setLastChecked($lastChecked)
+ public function setMerchantId($merchantId)
{
- $this->lastChecked = $lastChecked;
+ $this->merchantId = $merchantId;
}
- public function getLastChecked()
+ public function getMerchantId()
{
- return $this->lastChecked;
+ return $this->merchantId;
}
- public function setNumItems($numItems)
+ public function setMethod($method)
{
- $this->numItems = $numItems;
+ $this->method = $method;
}
- public function getNumItems()
+ public function getMethod()
{
- return $this->numItems;
+ return $this->method;
}
- public function setSeverity($severity)
+}
+
+class Google_Service_ShoppingContent_AccountshippingCustomBatchResponse extends Google_Collection
+{
+ protected $collection_key = 'entries';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountshippingCustomBatchResponseEntry';
+ protected $entriesDataType = 'array';
+ public $kind;
+
+
+ public function setEntries($entries)
{
- $this->severity = $severity;
+ $this->entries = $entries;
}
- public function getSeverity()
+ public function getEntries()
{
- return $this->severity;
+ return $this->entries;
}
- public function setSubmittedValue($submittedValue)
+ public function setKind($kind)
{
- $this->submittedValue = $submittedValue;
+ $this->kind = $kind;
}
- public function getSubmittedValue()
+ public function getKind()
{
- return $this->submittedValue;
+ return $this->kind;
}
}
-class Google_Service_ShoppingContent_AccountStatusExampleItem extends Google_Model
+class Google_Service_ShoppingContent_AccountshippingCustomBatchResponseEntry extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $itemId;
- public $link;
- public $submittedValue;
- public $title;
- public $valueOnLandingPage;
+ protected $accountShippingType = 'Google_Service_ShoppingContent_AccountShipping';
+ protected $accountShippingDataType = '';
+ public $batchId;
+ protected $errorsType = 'Google_Service_ShoppingContent_Errors';
+ protected $errorsDataType = '';
+ public $kind;
- public function setItemId($itemId)
- {
- $this->itemId = $itemId;
- }
- public function getItemId()
- {
- return $this->itemId;
- }
- public function setLink($link)
+ public function setAccountShipping(Google_Service_ShoppingContent_AccountShipping $accountShipping)
{
- $this->link = $link;
+ $this->accountShipping = $accountShipping;
}
- public function getLink()
+ public function getAccountShipping()
{
- return $this->link;
+ return $this->accountShipping;
}
- public function setSubmittedValue($submittedValue)
+ public function setBatchId($batchId)
{
- $this->submittedValue = $submittedValue;
+ $this->batchId = $batchId;
}
- public function getSubmittedValue()
+ public function getBatchId()
{
- return $this->submittedValue;
+ return $this->batchId;
}
- public function setTitle($title)
+ public function setErrors(Google_Service_ShoppingContent_Errors $errors)
{
- $this->title = $title;
+ $this->errors = $errors;
}
- public function getTitle()
+ public function getErrors()
{
- return $this->title;
+ return $this->errors;
}
- public function setValueOnLandingPage($valueOnLandingPage)
+ public function setKind($kind)
{
- $this->valueOnLandingPage = $valueOnLandingPage;
+ $this->kind = $kind;
}
- public function getValueOnLandingPage()
+ public function getKind()
{
- return $this->valueOnLandingPage;
+ return $this->kind;
}
}
-class Google_Service_ShoppingContent_AccountUser extends Google_Model
+class Google_Service_ShoppingContent_AccountshippingListResponse extends Google_Collection
{
+ protected $collection_key = 'resources';
protected $internal_gapi_mappings = array(
);
- public $admin;
- public $emailAddress;
+ public $kind;
+ public $nextPageToken;
+ protected $resourcesType = 'Google_Service_ShoppingContent_AccountShipping';
+ protected $resourcesDataType = 'array';
- public function setAdmin($admin)
+ public function setKind($kind)
{
- $this->admin = $admin;
+ $this->kind = $kind;
}
- public function getAdmin()
+ public function getKind()
{
- return $this->admin;
+ return $this->kind;
}
- public function setEmailAddress($emailAddress)
+ public function setNextPageToken($nextPageToken)
{
- $this->emailAddress = $emailAddress;
+ $this->nextPageToken = $nextPageToken;
}
- public function getEmailAddress()
+ public function getNextPageToken()
{
- return $this->emailAddress;
+ return $this->nextPageToken;
+ }
+ public function setResources($resources)
+ {
+ $this->resources = $resources;
+ }
+ public function getResources()
+ {
+ return $this->resources;
}
}
-class Google_Service_ShoppingContent_AccountsCustomBatchRequest extends Google_Collection
+class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
protected $internal_gapi_mappings = array(
);
- protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry';
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -1433,26 +2748,16 @@ public function getEntries()
}
}
-class Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry extends Google_Model
+class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- protected $accountType = 'Google_Service_ShoppingContent_Account';
- protected $accountDataType = '';
public $accountId;
public $batchId;
public $merchantId;
public $method;
- public function setAccount(Google_Service_ShoppingContent_Account $account)
- {
- $this->account = $account;
- }
- public function getAccount()
- {
- return $this->account;
- }
public function setAccountId($accountId)
{
$this->accountId = $accountId;
@@ -1487,12 +2792,12 @@ public function getMethod()
}
}
-class Google_Service_ShoppingContent_AccountsCustomBatchResponse extends Google_Collection
+class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
protected $internal_gapi_mappings = array(
);
- protected $entriesType = 'Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry';
+ protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -1515,25 +2820,24 @@ public function getKind()
}
}
-class Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry extends Google_Model
+class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- protected $accountType = 'Google_Service_ShoppingContent_Account';
- protected $accountDataType = '';
+ protected $accountStatusType = 'Google_Service_ShoppingContent_AccountStatus';
+ protected $accountStatusDataType = '';
public $batchId;
protected $errorsType = 'Google_Service_ShoppingContent_Errors';
protected $errorsDataType = '';
- public $kind;
- public function setAccount(Google_Service_ShoppingContent_Account $account)
+ public function setAccountStatus(Google_Service_ShoppingContent_AccountStatus $accountStatus)
{
- $this->account = $account;
+ $this->accountStatus = $accountStatus;
}
- public function getAccount()
+ public function getAccountStatus()
{
- return $this->account;
+ return $this->accountStatus;
}
public function setBatchId($batchId)
{
@@ -1551,24 +2855,16 @@ public function getErrors()
{
return $this->errors;
}
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
}
-class Google_Service_ShoppingContent_AccountsListResponse extends Google_Collection
+class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_Collection
{
protected $collection_key = 'resources';
protected $internal_gapi_mappings = array(
);
public $kind;
public $nextPageToken;
- protected $resourcesType = 'Google_Service_ShoppingContent_Account';
+ protected $resourcesType = 'Google_Service_ShoppingContent_AccountStatus';
protected $resourcesDataType = 'array';
@@ -1598,12 +2894,12 @@ public function getResources()
}
}
-class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest extends Google_Collection
+class Google_Service_ShoppingContent_AccounttaxCustomBatchRequest extends Google_Collection
{
protected $collection_key = 'entries';
protected $internal_gapi_mappings = array(
);
- protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry';
+ protected $entriesType = 'Google_Service_ShoppingContent_AccounttaxCustomBatchRequestEntry';
protected $entriesDataType = 'array';
@@ -1617,11 +2913,13 @@ public function getEntries()
}
}
-class Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry extends Google_Model
+class Google_Service_ShoppingContent_AccounttaxCustomBatchRequestEntry extends Google_Model
{
protected $internal_gapi_mappings = array(
);
public $accountId;
+ protected $accountTaxType = 'Google_Service_ShoppingContent_AccountTax';
+ protected $accountTaxDataType = '';
public $batchId;
public $merchantId;
public $method;
@@ -1635,6 +2933,14 @@ public function getAccountId()
{
return $this->accountId;
}
+ public function setAccountTax(Google_Service_ShoppingContent_AccountTax $accountTax)
+ {
+ $this->accountTax = $accountTax;
+ }
+ public function getAccountTax()
+ {
+ return $this->accountTax;
+ }
public function setBatchId($batchId)
{
$this->batchId = $batchId;
@@ -1661,12 +2967,12 @@ public function getMethod()
}
}
-class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse extends Google_Collection
+class Google_Service_ShoppingContent_AccounttaxCustomBatchResponse extends Google_Collection
{
protected $collection_key = 'entries';
protected $internal_gapi_mappings = array(
);
- protected $entriesType = 'Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry';
+ protected $entriesType = 'Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry';
protected $entriesDataType = 'array';
public $kind;
@@ -1689,24 +2995,25 @@ public function getKind()
}
}
-class Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry extends Google_Model
+class Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- protected $accountStatusType = 'Google_Service_ShoppingContent_AccountStatus';
- protected $accountStatusDataType = '';
+ protected $accountTaxType = 'Google_Service_ShoppingContent_AccountTax';
+ protected $accountTaxDataType = '';
public $batchId;
protected $errorsType = 'Google_Service_ShoppingContent_Errors';
protected $errorsDataType = '';
+ public $kind;
- public function setAccountStatus(Google_Service_ShoppingContent_AccountStatus $accountStatus)
+ public function setAccountTax(Google_Service_ShoppingContent_AccountTax $accountTax)
{
- $this->accountStatus = $accountStatus;
+ $this->accountTax = $accountTax;
}
- public function getAccountStatus()
+ public function getAccountTax()
{
- return $this->accountStatus;
+ return $this->accountTax;
}
public function setBatchId($batchId)
{
@@ -1724,16 +3031,24 @@ public function getErrors()
{
return $this->errors;
}
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
}
-class Google_Service_ShoppingContent_AccountstatusesListResponse extends Google_Collection
+class Google_Service_ShoppingContent_AccounttaxListResponse extends Google_Collection
{
protected $collection_key = 'resources';
protected $internal_gapi_mappings = array(
);
public $kind;
public $nextPageToken;
- protected $resourcesType = 'Google_Service_ShoppingContent_AccountStatus';
+ protected $resourcesType = 'Google_Service_ShoppingContent_AccountTax';
protected $resourcesDataType = 'array';
@@ -3670,16 +4985,27 @@ class Google_Service_ShoppingContent_ProductStatus extends Google_Collection
protected $collection_key = 'destinationStatuses';
protected $internal_gapi_mappings = array(
);
+ public $creationDate;
protected $dataQualityIssuesType = 'Google_Service_ShoppingContent_ProductStatusDataQualityIssue';
protected $dataQualityIssuesDataType = 'array';
protected $destinationStatusesType = 'Google_Service_ShoppingContent_ProductStatusDestinationStatus';
protected $destinationStatusesDataType = 'array';
+ public $googleExpirationDate;
public $kind;
+ public $lastUpdateDate;
public $link;
public $productId;
public $title;
+ public function setCreationDate($creationDate)
+ {
+ $this->creationDate = $creationDate;
+ }
+ public function getCreationDate()
+ {
+ return $this->creationDate;
+ }
public function setDataQualityIssues($dataQualityIssues)
{
$this->dataQualityIssues = $dataQualityIssues;
@@ -3696,6 +5022,14 @@ public function getDestinationStatuses()
{
return $this->destinationStatuses;
}
+ public function setGoogleExpirationDate($googleExpirationDate)
+ {
+ $this->googleExpirationDate = $googleExpirationDate;
+ }
+ public function getGoogleExpirationDate()
+ {
+ return $this->googleExpirationDate;
+ }
public function setKind($kind)
{
$this->kind = $kind;
@@ -3704,6 +5038,14 @@ public function getKind()
{
return $this->kind;
}
+ public function setLastUpdateDate($lastUpdateDate)
+ {
+ $this->lastUpdateDate = $lastUpdateDate;
+ }
+ public function getLastUpdateDate()
+ {
+ return $this->lastUpdateDate;
+ }
public function setLink($link)
{
$this->link = $link;
@@ -4307,3 +5649,29 @@ public function getResources()
return $this->resources;
}
}
+
+class Google_Service_ShoppingContent_Weight extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $unit;
+ public $value;
+
+
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
From e89d061b203d204c04254ae529ff6a2d8919f965 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
* $analyticsService = new Google_Service_Analytics(...);
- * $dailyUploads = $analyticsService->dailyUploads;
+ * $customDimensions = $analyticsService->customDimensions;
*
*/
-class Google_Service_Analytics_ManagementDailyUploads_Resource extends Google_Service_Resource
+class Google_Service_Analytics_ManagementCustomDimensions_Resource extends Google_Service_Resource
{
/**
- * Delete uploaded data for the given date. (dailyUploads.delete)
+ * Get a custom dimension to which the user has access. (customDimensions.get)
*
- * @param string $accountId Account Id associated with daily upload delete.
- * @param string $webPropertyId Web property Id associated with daily upload
- * delete.
- * @param string $customDataSourceId Custom data source Id associated with daily
- * upload delete.
- * @param string $date Date for which data is to be deleted. Date should be
- * formatted as YYYY-MM-DD.
- * @param string $type Type of data for this delete.
+ * @param string $accountId Account ID for the custom dimension to retrieve.
+ * @param string $webPropertyId Web property ID for the custom dimension to
+ * retrieve.
+ * @param string $customDimensionId The ID of the custom dimension to retrieve.
* @param array $optParams Optional parameters.
+ * @return Google_Service_Analytics_CustomDimension
*/
- public function delete($accountId, $webPropertyId, $customDataSourceId, $date, $type, $optParams = array())
+ public function get($accountId, $webPropertyId, $customDimensionId, $optParams = array())
{
- $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'date' => $date, 'type' => $type);
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params));
+ return $this->call('get', array($params), "Google_Service_Analytics_CustomDimension");
}
/**
- * List daily uploads to which the user has access.
- * (dailyUploads.listManagementDailyUploads)
+ * Create a new custom dimension. (customDimensions.insert)
*
- * @param string $accountId Account Id for the daily uploads to retrieve.
- * @param string $webPropertyId Web property Id for the daily uploads to
- * retrieve.
- * @param string $customDataSourceId Custom data source Id for daily uploads to
- * retrieve.
- * @param string $startDate Start date of the form YYYY-MM-DD.
- * @param string $endDate End date of the form YYYY-MM-DD.
+ * @param string $accountId Account ID for the custom dimension to create.
+ * @param string $webPropertyId Web property ID for the custom dimension to
+ * create.
+ * @param Google_CustomDimension $postBody
* @param array $optParams Optional parameters.
- *
- * @opt_param int max-results The maximum number of custom data sources to
- * include in this response.
- * @opt_param int start-index A 1-based index of the first daily upload to
- * retrieve. Use this parameter as a pagination mechanism along with the max-
- * results parameter.
- * @return Google_Service_Analytics_DailyUploads
+ * @return Google_Service_Analytics_CustomDimension
*/
- public function listManagementDailyUploads($accountId, $webPropertyId, $customDataSourceId, $startDate, $endDate, $optParams = array())
+ public function insert($accountId, $webPropertyId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array())
{
- $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'start-date' => $startDate, 'end-date' => $endDate);
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Analytics_DailyUploads");
+ return $this->call('insert', array($params), "Google_Service_Analytics_CustomDimension");
}
/**
- * Update/Overwrite data for a custom data source. (dailyUploads.upload)
+ * Lists custom dimensions to which the user has access.
+ * (customDimensions.listManagementCustomDimensions)
*
- * @param string $accountId Account Id associated with daily upload.
- * @param string $webPropertyId Web property Id associated with daily upload.
- * @param string $customDataSourceId Custom data source Id to which the data
- * being uploaded belongs.
- * @param string $date Date for which data is uploaded. Date should be formatted
- * as YYYY-MM-DD.
- * @param int $appendNumber Append number for this upload indexed from 1.
- * @param string $type Type of data for this upload.
+ * @param string $accountId Account ID for the custom dimensions to retrieve.
+ * @param string $webPropertyId Web property ID for the custom dimensions to
+ * retrieve.
* @param array $optParams Optional parameters.
*
- * @opt_param bool reset Reset/Overwrite all previous appends for this date and
- * start over with this file as the first upload.
+ * @opt_param int max-results The maximum number of custom dimensions to include
+ * in this response.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
+ * @return Google_Service_Analytics_CustomDimensions
+ */
+ public function listManagementCustomDimensions($accountId, $webPropertyId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Analytics_CustomDimensions");
+ }
+
+ /**
+ * Updates an existing custom dimension. This method supports patch semantics.
+ * (customDimensions.patch)
+ *
+ * @param string $accountId Account ID for the custom dimension to update.
+ * @param string $webPropertyId Web property ID for the custom dimension to
+ * update.
+ * @param string $customDimensionId Custom dimension ID for the custom dimension
+ * to update.
+ * @param Google_CustomDimension $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any
+ * warnings related to the custom dimension being linked to a custom data source
+ * / data set.
+ * @return Google_Service_Analytics_CustomDimension
+ */
+ public function patch($accountId, $webPropertyId, $customDimensionId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Analytics_CustomDimension");
+ }
+
+ /**
+ * Updates an existing custom dimension. (customDimensions.update)
+ *
+ * @param string $accountId Account ID for the custom dimension to update.
+ * @param string $webPropertyId Web property ID for the custom dimension to
+ * update.
+ * @param string $customDimensionId Custom dimension ID for the custom dimension
+ * to update.
+ * @param Google_CustomDimension $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any
+ * warnings related to the custom dimension being linked to a custom data source
+ * / data set.
+ * @return Google_Service_Analytics_CustomDimension
+ */
+ public function update($accountId, $webPropertyId, $customDimensionId, Google_Service_Analytics_CustomDimension $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Analytics_CustomDimension");
+ }
+}
+/**
+ * The "customMetrics" collection of methods.
+ * Typical usage is:
+ *
+ * $analyticsService = new Google_Service_Analytics(...);
+ * $customMetrics = $analyticsService->customMetrics;
+ *
+ */
+class Google_Service_Analytics_ManagementCustomMetrics_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Get a custom metric to which the user has access. (customMetrics.get)
+ *
+ * @param string $accountId Account ID for the custom metric to retrieve.
+ * @param string $webPropertyId Web property ID for the custom metric to
+ * retrieve.
+ * @param string $customMetricId The ID of the custom metric to retrieve.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Analytics_CustomMetric
+ */
+ public function get($accountId, $webPropertyId, $customMetricId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Analytics_CustomMetric");
+ }
+
+ /**
+ * Create a new custom metric. (customMetrics.insert)
+ *
+ * @param string $accountId Account ID for the custom metric to create.
+ * @param string $webPropertyId Web property ID for the custom dimension to
+ * create.
+ * @param Google_CustomMetric $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Analytics_CustomMetric
+ */
+ public function insert($accountId, $webPropertyId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_Analytics_CustomMetric");
+ }
+
+ /**
+ * Lists custom metrics to which the user has access.
+ * (customMetrics.listManagementCustomMetrics)
+ *
+ * @param string $accountId Account ID for the custom metrics to retrieve.
+ * @param string $webPropertyId Web property ID for the custom metrics to
+ * retrieve.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int max-results The maximum number of custom metrics to include in
+ * this response.
+ * @opt_param int start-index An index of the first entity to retrieve. Use this
+ * parameter as a pagination mechanism along with the max-results parameter.
+ * @return Google_Service_Analytics_CustomMetrics
+ */
+ public function listManagementCustomMetrics($accountId, $webPropertyId, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Analytics_CustomMetrics");
+ }
+
+ /**
+ * Updates an existing custom metric. This method supports patch semantics.
+ * (customMetrics.patch)
+ *
+ * @param string $accountId Account ID for the custom metric to update.
+ * @param string $webPropertyId Web property ID for the custom metric to update.
+ * @param string $customMetricId Custom metric ID for the custom metric to
+ * update.
+ * @param Google_CustomMetric $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any
+ * warnings related to the custom metric being linked to a custom data source /
+ * data set.
+ * @return Google_Service_Analytics_CustomMetric
+ */
+ public function patch($accountId, $webPropertyId, $customMetricId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Analytics_CustomMetric");
+ }
+
+ /**
+ * Updates an existing custom metric. (customMetrics.update)
+ *
+ * @param string $accountId Account ID for the custom metric to update.
+ * @param string $webPropertyId Web property ID for the custom metric to update.
+ * @param string $customMetricId Custom metric ID for the custom metric to
+ * update.
+ * @param Google_CustomMetric $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any
+ * warnings related to the custom metric being linked to a custom data source /
+ * data set.
+ * @return Google_Service_Analytics_CustomMetric
+ */
+ public function update($accountId, $webPropertyId, $customMetricId, Google_Service_Analytics_CustomMetric $postBody, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Analytics_CustomMetric");
+ }
+}
+/**
+ * The "dailyUploads" collection of methods.
+ * Typical usage is:
+ *
+ * $analyticsService = new Google_Service_Analytics(...);
+ * $dailyUploads = $analyticsService->dailyUploads;
+ *
+ */
+class Google_Service_Analytics_ManagementDailyUploads_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Delete uploaded data for the given date. (dailyUploads.delete)
+ *
+ * @param string $accountId Account Id associated with daily upload delete.
+ * @param string $webPropertyId Web property Id associated with daily upload
+ * delete.
+ * @param string $customDataSourceId Custom data source Id associated with daily
+ * upload delete.
+ * @param string $date Date for which data is to be deleted. Date should be
+ * formatted as YYYY-MM-DD.
+ * @param string $type Type of data for this delete.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($accountId, $webPropertyId, $customDataSourceId, $date, $type, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'date' => $date, 'type' => $type);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * List daily uploads to which the user has access.
+ * (dailyUploads.listManagementDailyUploads)
+ *
+ * @param string $accountId Account Id for the daily uploads to retrieve.
+ * @param string $webPropertyId Web property Id for the daily uploads to
+ * retrieve.
+ * @param string $customDataSourceId Custom data source Id for daily uploads to
+ * retrieve.
+ * @param string $startDate Start date of the form YYYY-MM-DD.
+ * @param string $endDate End date of the form YYYY-MM-DD.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int max-results The maximum number of custom data sources to
+ * include in this response.
+ * @opt_param int start-index A 1-based index of the first daily upload to
+ * retrieve. Use this parameter as a pagination mechanism along with the max-
+ * results parameter.
+ * @return Google_Service_Analytics_DailyUploads
+ */
+ public function listManagementDailyUploads($accountId, $webPropertyId, $customDataSourceId, $startDate, $endDate, $optParams = array())
+ {
+ $params = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'start-date' => $startDate, 'end-date' => $endDate);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Analytics_DailyUploads");
+ }
+
+ /**
+ * Update/Overwrite data for a custom data source. (dailyUploads.upload)
+ *
+ * @param string $accountId Account Id associated with daily upload.
+ * @param string $webPropertyId Web property Id associated with daily upload.
+ * @param string $customDataSourceId Custom data source Id to which the data
+ * being uploaded belongs.
+ * @param string $date Date for which data is uploaded. Date should be formatted
+ * as YYYY-MM-DD.
+ * @param int $appendNumber Append number for this upload indexed from 1.
+ * @param string $type Type of data for this upload.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool reset Reset/Overwrite all previous appends for this date and
+ * start over with this file as the first upload.
* @return Google_Service_Analytics_DailyUploadAppend
*/
public function upload($accountId, $webPropertyId, $customDataSourceId, $date, $appendNumber, $type, $optParams = array())
@@ -4418,6 +4878,485 @@ public function getUsername()
}
}
+class Google_Service_Analytics_CustomDimension extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountId;
+ public $active;
+ public $created;
+ public $id;
+ public $index;
+ public $kind;
+ public $name;
+ protected $parentLinkType = 'Google_Service_Analytics_CustomDimensionParentLink';
+ protected $parentLinkDataType = '';
+ public $scope;
+ public $selfLink;
+ public $updated;
+ public $webPropertyId;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setCreated($created)
+ {
+ $this->created = $created;
+ }
+ public function getCreated()
+ {
+ return $this->created;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIndex($index)
+ {
+ $this->index = $index;
+ }
+ public function getIndex()
+ {
+ return $this->index;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setParentLink(Google_Service_Analytics_CustomDimensionParentLink $parentLink)
+ {
+ $this->parentLink = $parentLink;
+ }
+ public function getParentLink()
+ {
+ return $this->parentLink;
+ }
+ public function setScope($scope)
+ {
+ $this->scope = $scope;
+ }
+ public function getScope()
+ {
+ return $this->scope;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setUpdated($updated)
+ {
+ $this->updated = $updated;
+ }
+ public function getUpdated()
+ {
+ return $this->updated;
+ }
+ public function setWebPropertyId($webPropertyId)
+ {
+ $this->webPropertyId = $webPropertyId;
+ }
+ public function getWebPropertyId()
+ {
+ return $this->webPropertyId;
+ }
+}
+
+class Google_Service_Analytics_CustomDimensionParentLink extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $href;
+ public $type;
+
+
+ public function setHref($href)
+ {
+ $this->href = $href;
+ }
+ public function getHref()
+ {
+ return $this->href;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Analytics_CustomDimensions extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_Analytics_CustomDimension';
+ protected $itemsDataType = 'array';
+ public $itemsPerPage;
+ public $kind;
+ public $nextLink;
+ public $previousLink;
+ public $startIndex;
+ public $totalResults;
+ public $username;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setItemsPerPage($itemsPerPage)
+ {
+ $this->itemsPerPage = $itemsPerPage;
+ }
+ public function getItemsPerPage()
+ {
+ return $this->itemsPerPage;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextLink($nextLink)
+ {
+ $this->nextLink = $nextLink;
+ }
+ public function getNextLink()
+ {
+ return $this->nextLink;
+ }
+ public function setPreviousLink($previousLink)
+ {
+ $this->previousLink = $previousLink;
+ }
+ public function getPreviousLink()
+ {
+ return $this->previousLink;
+ }
+ public function setStartIndex($startIndex)
+ {
+ $this->startIndex = $startIndex;
+ }
+ public function getStartIndex()
+ {
+ return $this->startIndex;
+ }
+ public function setTotalResults($totalResults)
+ {
+ $this->totalResults = $totalResults;
+ }
+ public function getTotalResults()
+ {
+ return $this->totalResults;
+ }
+ public function setUsername($username)
+ {
+ $this->username = $username;
+ }
+ public function getUsername()
+ {
+ return $this->username;
+ }
+}
+
+class Google_Service_Analytics_CustomMetric extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ "maxValue" => "max_value",
+ "minValue" => "min_value",
+ );
+ public $accountId;
+ public $active;
+ public $created;
+ public $id;
+ public $index;
+ public $kind;
+ public $maxValue;
+ public $minValue;
+ public $name;
+ protected $parentLinkType = 'Google_Service_Analytics_CustomMetricParentLink';
+ protected $parentLinkDataType = '';
+ public $scope;
+ public $selfLink;
+ public $type;
+ public $updated;
+ public $webPropertyId;
+
+
+ public function setAccountId($accountId)
+ {
+ $this->accountId = $accountId;
+ }
+ public function getAccountId()
+ {
+ return $this->accountId;
+ }
+ public function setActive($active)
+ {
+ $this->active = $active;
+ }
+ public function getActive()
+ {
+ return $this->active;
+ }
+ public function setCreated($created)
+ {
+ $this->created = $created;
+ }
+ public function getCreated()
+ {
+ return $this->created;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setIndex($index)
+ {
+ $this->index = $index;
+ }
+ public function getIndex()
+ {
+ return $this->index;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMaxValue($maxValue)
+ {
+ $this->maxValue = $maxValue;
+ }
+ public function getMaxValue()
+ {
+ return $this->maxValue;
+ }
+ public function setMinValue($minValue)
+ {
+ $this->minValue = $minValue;
+ }
+ public function getMinValue()
+ {
+ return $this->minValue;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setParentLink(Google_Service_Analytics_CustomMetricParentLink $parentLink)
+ {
+ $this->parentLink = $parentLink;
+ }
+ public function getParentLink()
+ {
+ return $this->parentLink;
+ }
+ public function setScope($scope)
+ {
+ $this->scope = $scope;
+ }
+ public function getScope()
+ {
+ return $this->scope;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setUpdated($updated)
+ {
+ $this->updated = $updated;
+ }
+ public function getUpdated()
+ {
+ return $this->updated;
+ }
+ public function setWebPropertyId($webPropertyId)
+ {
+ $this->webPropertyId = $webPropertyId;
+ }
+ public function getWebPropertyId()
+ {
+ return $this->webPropertyId;
+ }
+}
+
+class Google_Service_Analytics_CustomMetricParentLink extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $href;
+ public $type;
+
+
+ public function setHref($href)
+ {
+ $this->href = $href;
+ }
+ public function getHref()
+ {
+ return $this->href;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_Analytics_CustomMetrics extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_Analytics_CustomMetric';
+ protected $itemsDataType = 'array';
+ public $itemsPerPage;
+ public $kind;
+ public $nextLink;
+ public $previousLink;
+ public $startIndex;
+ public $totalResults;
+ public $username;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setItemsPerPage($itemsPerPage)
+ {
+ $this->itemsPerPage = $itemsPerPage;
+ }
+ public function getItemsPerPage()
+ {
+ return $this->itemsPerPage;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextLink($nextLink)
+ {
+ $this->nextLink = $nextLink;
+ }
+ public function getNextLink()
+ {
+ return $this->nextLink;
+ }
+ public function setPreviousLink($previousLink)
+ {
+ $this->previousLink = $previousLink;
+ }
+ public function getPreviousLink()
+ {
+ return $this->previousLink;
+ }
+ public function setStartIndex($startIndex)
+ {
+ $this->startIndex = $startIndex;
+ }
+ public function getStartIndex()
+ {
+ return $this->startIndex;
+ }
+ public function setTotalResults($totalResults)
+ {
+ $this->totalResults = $totalResults;
+ }
+ public function getTotalResults()
+ {
+ return $this->totalResults;
+ }
+ public function setUsername($username)
+ {
+ $this->username = $username;
+ }
+ public function getUsername()
+ {
+ return $this->username;
+ }
+}
+
class Google_Service_Analytics_DailyUpload extends Google_Collection
{
protected $collection_key = 'recentChanges';
From e599e06be60a6ad3b9a34af3e343a600c8e63747 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
+ * $replicapoolupdaterService = new Google_Service_Replicapoolupdater(...);
+ * $zoneOperations = $replicapoolupdaterService->zoneOperations;
+ *
+ */
+class Google_Service_Replicapoolupdater_ZoneOperations_Resource extends Google_Service_Resource
{
- protected $internal_gapi_mappings = array(
- );
- public $rollingUpdate;
-
- public function setRollingUpdate($rollingUpdate)
- {
- $this->rollingUpdate = $rollingUpdate;
- }
- public function getRollingUpdate()
+ /**
+ * Retrieves the specified zone-specific operation resource.
+ * (zoneOperations.get)
+ *
+ * @param string $project Name of the project scoping this request.
+ * @param string $zone Name of the zone scoping this request.
+ * @param string $operation Name of the operation resource to return.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Replicapoolupdater_Operation
+ */
+ public function get($project, $zone, $operation, $optParams = array())
{
- return $this->rollingUpdate;
+ $params = array('project' => $project, 'zone' => $zone, 'operation' => $operation);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Replicapoolupdater_Operation");
}
}
+
+
+
class Google_Service_Replicapoolupdater_InstanceUpdate extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+ protected $errorType = 'Google_Service_Replicapoolupdater_InstanceUpdateError';
+ protected $errorDataType = '';
public $instance;
public $status;
+ public function setError(Google_Service_Replicapoolupdater_InstanceUpdateError $error)
+ {
+ $this->error = $error;
+ }
+ public function getError()
+ {
+ return $this->error;
+ }
public function setInstance($instance)
{
$this->instance = $instance;
@@ -461,6 +518,60 @@ public function getStatus()
}
}
+class Google_Service_Replicapoolupdater_InstanceUpdateError extends Google_Collection
+{
+ protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $errorsType = 'Google_Service_Replicapoolupdater_InstanceUpdateErrorErrors';
+ protected $errorsDataType = 'array';
+
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Replicapoolupdater_InstanceUpdateErrorErrors extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $code;
+ public $location;
+ public $message;
+
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+ public function getLocation()
+ {
+ return $this->location;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
class Google_Service_Replicapoolupdater_InstanceUpdateList extends Google_Collection
{
protected $collection_key = 'items';
@@ -507,13 +618,341 @@ public function getSelfLink()
}
}
+class Google_Service_Replicapoolupdater_Operation extends Google_Collection
+{
+ protected $collection_key = 'warnings';
+ protected $internal_gapi_mappings = array(
+ );
+ public $clientOperationId;
+ public $creationTimestamp;
+ public $endTime;
+ protected $errorType = 'Google_Service_Replicapoolupdater_OperationError';
+ protected $errorDataType = '';
+ public $httpErrorMessage;
+ public $httpErrorStatusCode;
+ public $id;
+ public $insertTime;
+ public $kind;
+ public $name;
+ public $operationType;
+ public $progress;
+ public $region;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $statusMessage;
+ public $targetId;
+ public $targetLink;
+ public $user;
+ protected $warningsType = 'Google_Service_Replicapoolupdater_OperationWarnings';
+ protected $warningsDataType = 'array';
+ public $zone;
+
+
+ public function setClientOperationId($clientOperationId)
+ {
+ $this->clientOperationId = $clientOperationId;
+ }
+ public function getClientOperationId()
+ {
+ return $this->clientOperationId;
+ }
+ public function setCreationTimestamp($creationTimestamp)
+ {
+ $this->creationTimestamp = $creationTimestamp;
+ }
+ public function getCreationTimestamp()
+ {
+ return $this->creationTimestamp;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setError(Google_Service_Replicapoolupdater_OperationError $error)
+ {
+ $this->error = $error;
+ }
+ public function getError()
+ {
+ return $this->error;
+ }
+ public function setHttpErrorMessage($httpErrorMessage)
+ {
+ $this->httpErrorMessage = $httpErrorMessage;
+ }
+ public function getHttpErrorMessage()
+ {
+ return $this->httpErrorMessage;
+ }
+ public function setHttpErrorStatusCode($httpErrorStatusCode)
+ {
+ $this->httpErrorStatusCode = $httpErrorStatusCode;
+ }
+ public function getHttpErrorStatusCode()
+ {
+ return $this->httpErrorStatusCode;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setInsertTime($insertTime)
+ {
+ $this->insertTime = $insertTime;
+ }
+ public function getInsertTime()
+ {
+ return $this->insertTime;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOperationType($operationType)
+ {
+ $this->operationType = $operationType;
+ }
+ public function getOperationType()
+ {
+ return $this->operationType;
+ }
+ public function setProgress($progress)
+ {
+ $this->progress = $progress;
+ }
+ public function getProgress()
+ {
+ return $this->progress;
+ }
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+ public function getRegion()
+ {
+ return $this->region;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setStatusMessage($statusMessage)
+ {
+ $this->statusMessage = $statusMessage;
+ }
+ public function getStatusMessage()
+ {
+ return $this->statusMessage;
+ }
+ public function setTargetId($targetId)
+ {
+ $this->targetId = $targetId;
+ }
+ public function getTargetId()
+ {
+ return $this->targetId;
+ }
+ public function setTargetLink($targetLink)
+ {
+ $this->targetLink = $targetLink;
+ }
+ public function getTargetLink()
+ {
+ return $this->targetLink;
+ }
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+ public function getUser()
+ {
+ return $this->user;
+ }
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+ public function getZone()
+ {
+ return $this->zone;
+ }
+}
+
+class Google_Service_Replicapoolupdater_OperationError extends Google_Collection
+{
+ protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $errorsType = 'Google_Service_Replicapoolupdater_OperationErrorErrors';
+ protected $errorsDataType = 'array';
+
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_Replicapoolupdater_OperationErrorErrors extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $code;
+ public $location;
+ public $message;
+
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setLocation($location)
+ {
+ $this->location = $location;
+ }
+ public function getLocation()
+ {
+ return $this->location;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Replicapoolupdater_OperationWarnings extends Google_Collection
+{
+ protected $collection_key = 'data';
+ protected $internal_gapi_mappings = array(
+ );
+ public $code;
+ protected $dataType = 'Google_Service_Replicapoolupdater_OperationWarningsData';
+ protected $dataDataType = 'array';
+ public $message;
+
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+ public function getData()
+ {
+ return $this->data;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_Replicapoolupdater_OperationWarningsData extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $key;
+ public $value;
+
+
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
class Google_Service_Replicapoolupdater_RollingUpdate extends Google_Model
{
protected $internal_gapi_mappings = array(
);
public $actionType;
public $creationTimestamp;
+ public $description;
public $id;
+ public $instanceGroup;
public $instanceGroupManager;
public $instanceTemplate;
public $kind;
@@ -542,6 +981,14 @@ public function getCreationTimestamp()
{
return $this->creationTimestamp;
}
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
public function setId($id)
{
$this->id = $id;
@@ -550,6 +997,14 @@ public function getId()
{
return $this->id;
}
+ public function setInstanceGroup($instanceGroup)
+ {
+ $this->instanceGroup = $instanceGroup;
+ }
+ public function getInstanceGroup()
+ {
+ return $this->instanceGroup;
+ }
public function setInstanceGroupManager($instanceGroupManager)
{
$this->instanceGroupManager = $instanceGroupManager;
From 152ac4cd8ddb9986967a55539465de6590944047 Mon Sep 17 00:00:00 2001
From: Silvano Luciani * Google Dataflow API.
@@ -50,8 +50,8 @@ class Google_Service_Dataflow extends Google_Service public function __construct(Google_Client $client) { parent::__construct($client); - $this->servicePath = 'dataflow/v1b3/projects/'; - $this->version = 'v1beta3'; + $this->servicePath = 'v1b3/projects/'; + $this->version = 'v1b4'; $this->serviceName = 'dataflow'; $this->v1b3_projects_jobs = new Google_Service_Dataflow_V1b3ProjectsJobs_Resource( From 6c46dda0b33765bd051d8fb9b25265b136d27f14 Mon Sep 17 00:00:00 2001 From: Silvano Luciani* API for Cloud SQL database instance management.
@@ -38,11 +38,13 @@ class Google_Service_SQLAdmin extends Google_Service "https://www.googleapis.com/auth/sqlservice.admin"; public $backupRuns; + public $databases; public $flags; public $instances; public $operations; public $sslCerts; public $tiers; + public $users; /** @@ -53,8 +55,8 @@ class Google_Service_SQLAdmin extends Google_Service public function __construct(Google_Client $client) { parent::__construct($client); - $this->servicePath = 'sql/v1beta3/'; - $this->version = 'v1beta3'; + $this->servicePath = 'sql/v1beta4/'; + $this->version = 'v1beta4'; $this->serviceName = 'sqladmin'; $this->backupRuns = new Google_Service_SQLAdmin_BackupRuns_Resource( @@ -64,7 +66,7 @@ public function __construct(Google_Client $client) array( 'methods' => array( 'get' => array( - 'path' => 'projects/{project}/instances/{instance}/backupRuns/{backupConfiguration}', + 'path' => 'projects/{project}/instances/{instance}/backupRuns/{id}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( @@ -77,19 +79,102 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'backupConfiguration' => array( + 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'dueTime' => array( + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/backupRuns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->databases = new Google_Service_SQLAdmin_Databases_Resource( + $this, + $this->serviceName, + 'databases', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/databases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/backupRuns', + 'path' => 'projects/{project}/instances/{instance}/databases', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( @@ -102,18 +187,45 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'backupConfiguration' => array( - 'location' => 'query', + ), + ),'patch' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', + 'instance' => array( + 'location' => 'path', 'type' => 'string', + 'required' => true, ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, ), ), ), @@ -141,7 +253,7 @@ public function __construct(Google_Client $client) array( 'methods' => array( 'clone' => array( - 'path' => 'projects/{project}/instances/clone', + 'path' => 'projects/{project}/instances/{instance}/clone', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( @@ -149,6 +261,11 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), ), ),'delete' => array( 'path' => 'projects/{project}/instances/{instance}', @@ -312,19 +429,24 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'backupConfiguration' => array( - 'location' => 'query', + ), + ),'startReplica' => array( + 'path' => 'projects/{project}/instances/{instance}/startReplica', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', 'type' => 'string', 'required' => true, ), - 'dueTime' => array( - 'location' => 'query', + 'instance' => array( + 'location' => 'path', 'type' => 'string', 'required' => true, ), ), - ),'setRootPassword' => array( - 'path' => 'projects/{project}/instances/{instance}/setRootPassword', + ),'stopReplica' => array( + 'path' => 'projects/{project}/instances/{instance}/stopReplica', 'httpMethod' => 'POST', 'parameters' => array( 'project' => array( @@ -364,7 +486,7 @@ public function __construct(Google_Client $client) array( 'methods' => array( 'get' => array( - 'path' => 'projects/{project}/instances/{instance}/operations/{operation}', + 'path' => 'projects/{project}/operations/{operation}', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( @@ -372,11 +494,6 @@ public function __construct(Google_Client $client) 'type' => 'string', 'required' => true, ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), 'operation' => array( 'location' => 'path', 'type' => 'string', @@ -384,7 +501,7 @@ public function __construct(Google_Client $client) ), ), ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/operations', + 'path' => 'projects/{project}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'project' => array( @@ -393,7 +510,7 @@ public function __construct(Google_Client $client) 'required' => true, ), 'instance' => array( - 'location' => 'path', + 'location' => 'query', 'type' => 'string', 'required' => true, ), @@ -510,6 +627,96 @@ public function __construct(Google_Client $client) ) ) ); + $this->users = new Google_Service_SQLAdmin_Users_Resource( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'host' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'host' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); } } @@ -526,120 +733,239 @@ class Google_Service_SQLAdmin_BackupRuns_Resource extends Google_Service_Resourc { /** - * Retrieves information about a specified backup run for a Cloud SQL instance. + * Retrieves a resource containing information about a backup run. * (backupRuns.get) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. - * @param string $backupConfiguration Identifier for the backup configuration. - * This gets generated automatically when a backup configuration is created. - * @param string $dueTime The start time of the four-hour backup window. The - * backup can occur any time in the window. The time is in RFC 3339 format, for - * example 2012-11-15T16:19:00.094Z. + * @param string $id The ID of this Backup Run. * @param array $optParams Optional parameters. * @return Google_Service_SQLAdmin_BackupRun */ - public function get($project, $instance, $backupConfiguration, $dueTime, $optParams = array()) + public function get($project, $instance, $id, $optParams = array()) { - $params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupConfiguration, 'dueTime' => $dueTime); + $params = array('project' => $project, 'instance' => $instance, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun"); } /** - * Lists all backup runs associated with a Cloud SQL instance. + * Lists all backup runs associated with a given instance and configuration in + * the reverse chronological order of the enqueued time. * (backupRuns.listBackupRuns) * * @param string $project Project ID of the project that contains the instance. * @param string $instance Cloud SQL instance ID. This does not include the * project ID. - * @param string $backupConfiguration Identifier for the backup configuration. - * This gets generated automatically when a backup configuration is created. * @param array $optParams Optional parameters. * + * @opt_param int maxResults Maximum number of backup runs per response. * @opt_param string pageToken A previously-returned page token representing * part of the larger set of results to view. - * @opt_param int maxResults Maximum number of backup runs per response. * @return Google_Service_SQLAdmin_BackupRunsListResponse */ - public function listBackupRuns($project, $instance, $backupConfiguration, $optParams = array()) + public function listBackupRuns($project, $instance, $optParams = array()) { - $params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupConfiguration); + $params = array('project' => $project, 'instance' => $instance); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_SQLAdmin_BackupRunsListResponse"); } } /** - * The "flags" collection of methods. + * The "databases" collection of methods. * Typical usage is: *
* $sqladminService = new Google_Service_SQLAdmin(...);
- * $flags = $sqladminService->flags;
+ * $databases = $sqladminService->databases;
*
*/
-class Google_Service_SQLAdmin_Flags_Resource extends Google_Service_Resource
+class Google_Service_SQLAdmin_Databases_Resource extends Google_Service_Resource
{
/**
- * Lists all database flags that can be set for Google Cloud SQL instances.
- * (flags.listFlags)
+ * Deletes a resource containing information about a database inside a Cloud SQL
+ * instance. (databases.delete)
*
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $database Name of the database to be deleted in the instance.
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_FlagsListResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
- public function listFlags($optParams = array())
+ public function delete($project, $instance, $database, $optParams = array())
{
- $params = array();
+ $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse");
+ return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
}
-}
-
-/**
- * The "instances" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $instances = $sqladminService->instances;
- *
- */
-class Google_Service_SQLAdmin_Instances_Resource extends Google_Service_Resource
-{
/**
- * Creates a Cloud SQL instance as a clone of a source instance.
- * (instances.cloneInstances)
+ * Retrieves a resource containing information about a database inside a Cloud
+ * SQL instance. (databases.get)
*
- * @param string $project Project ID of the source as well as the clone Cloud
- * SQL instance.
- * @param Google_InstancesCloneRequest $postBody
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $database Name of the database in the instance.
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesCloneResponse
+ * @return Google_Service_SQLAdmin_Database
*/
- public function cloneInstances($project, Google_Service_SQLAdmin_InstancesCloneRequest $postBody, $optParams = array())
+ public function get($project, $instance, $database, $optParams = array())
{
- $params = array('project' => $project, 'postBody' => $postBody);
+ $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
$params = array_merge($params, $optParams);
- return $this->call('clone', array($params), "Google_Service_SQLAdmin_InstancesCloneResponse");
+ return $this->call('get', array($params), "Google_Service_SQLAdmin_Database");
}
/**
- * Deletes a Cloud SQL instance. (instances.delete)
+ * Inserts a resource containing information about a database inside a Cloud SQL
+ * instance. (databases.insert)
*
- * @param string $project Project ID of the project that contains the instance
- * to be deleted.
- * @param string $instance Cloud SQL instance ID. This does not include the
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
* project ID.
+ * @param Google_Database $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesDeleteResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
- public function delete($project, $instance, $optParams = array())
+ public function insert($project, $instance, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Lists databases in the specified Cloud SQL instance.
+ * (databases.listDatabases)
+ *
+ * @param string $project Project ID of the project for which to list Cloud SQL
+ * instances.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_DatabasesListResponse
+ */
+ public function listDatabases($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_DatabasesListResponse");
+ }
+
+ /**
+ * Updates a resource containing information about a database inside a Cloud SQL
+ * instance. This method supports patch semantics. (databases.patch)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $database Name of the database to be updated in the instance.
+ * @param Google_Database $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function patch($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Updates a resource containing information about a database inside a Cloud SQL
+ * instance. (databases.update)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $database Name of the database to be updated in the instance.
+ * @param Google_Database $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function update($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+}
+
+/**
+ * The "flags" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $flags = $sqladminService->flags;
+ *
+ */
+class Google_Service_SQLAdmin_Flags_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List all available database flags for Google Cloud SQL instances.
+ * (flags.listFlags)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_FlagsListResponse
+ */
+ public function listFlags($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse");
+ }
+}
+
+/**
+ * The "instances" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $instances = $sqladminService->instances;
+ *
+ */
+class Google_Service_SQLAdmin_Instances_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Cloud SQL instance as a clone of the source instance.
+ * (instances.cloneInstances)
+ *
+ * @param string $project Project ID of the source as well as the clone Cloud
+ * SQL instance.
+ * @param string $instance The ID of the Cloud SQL instance to be cloned
+ * (source). This does not include the project ID.
+ * @param Google_InstancesCloneRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function cloneInstances($project, $instance, Google_Service_SQLAdmin_InstancesCloneRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('clone', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Deletes a Cloud SQL instance. (instances.delete)
+ *
+ * @param string $project Project ID of the project that contains the instance
+ * to be deleted.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function delete($project, $instance, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_InstancesDeleteResponse");
+ return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
@@ -652,17 +978,18 @@ public function delete($project, $instance, $optParams = array())
* project ID.
* @param Google_InstancesExportRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesExportResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function export($project, $instance, Google_Service_SQLAdmin_InstancesExportRequest $postBody, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('export', array($params), "Google_Service_SQLAdmin_InstancesExportResponse");
+ return $this->call('export', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
- * Retrieves information about a Cloud SQL instance. (instances.get)
+ * Retrieves a resource containing information about a Cloud SQL instance.
+ * (instances.get)
*
* @param string $project Project ID of the project that contains the instance.
* @param string $instance Database instance ID. This does not include the
@@ -678,21 +1005,21 @@ public function get($project, $instance, $optParams = array())
}
/**
- * Imports data into a Cloud SQL instance from a MySQL dump file stored in a
- * Google Cloud Storage bucket. (instances.import)
+ * Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud
+ * Storage. (instances.import)
*
* @param string $project Project ID of the project that contains the instance.
* @param string $instance Cloud SQL instance ID. This does not include the
* project ID.
* @param Google_InstancesImportRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesImportResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function import($project, $instance, Google_Service_SQLAdmin_InstancesImportRequest $postBody, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('import', array($params), "Google_Service_SQLAdmin_InstancesImportResponse");
+ return $this->call('import', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
@@ -702,18 +1029,18 @@ public function import($project, $instance, Google_Service_SQLAdmin_InstancesImp
* Cloud SQL instances should belong.
* @param Google_DatabaseInstance $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesInsertResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
{
$params = array('project' => $project, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_InstancesInsertResponse");
+ return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
- * Lists instances for a given project, in alphabetical order by instance name.
- * (instances.listInstances)
+ * Lists instances under a given project in the alphabetical order of the
+ * instance name. (instances.listInstances)
*
* @param string $project Project ID of the project for which to list Cloud SQL
* instances.
@@ -733,7 +1060,9 @@ public function listInstances($project, $optParams = array())
}
/**
- * Updates the settings of a Cloud SQL instance. This method supports patch
+ * Updates settings of a Cloud SQL instance. Caution: This is not a partial
+ * update, so you must include values for all the settings that you want to
+ * retain. For partial updates, use patch.. This method supports patch
* semantics. (instances.patch)
*
* @param string $project Project ID of the project that contains the instance.
@@ -741,13 +1070,13 @@ public function listInstances($project, $optParams = array())
* project ID.
* @param Google_DatabaseInstance $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesUpdateResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_SQLAdmin_InstancesUpdateResponse");
+ return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
@@ -757,30 +1086,32 @@ public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInsta
* @param string $project ID of the project that contains the read replica.
* @param string $instance Cloud SQL read replica instance name.
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesPromoteReplicaResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function promoteReplica($project, $instance, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance);
$params = array_merge($params, $optParams);
- return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_InstancesPromoteReplicaResponse");
+ return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
* Deletes all client certificates and generates a new server SSL certificate
- * for a Cloud SQL instance. (instances.resetSslConfig)
+ * for the instance. The changes will not take effect until the instance is
+ * restarted. Existing instances without a server certificate will need to call
+ * this once to set a server certificate. (instances.resetSslConfig)
*
* @param string $project Project ID of the project that contains the instance.
* @param string $instance Cloud SQL instance ID. This does not include the
* project ID.
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesResetSslConfigResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function resetSslConfig($project, $instance, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance);
$params = array_merge($params, $optParams);
- return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_InstancesResetSslConfigResponse");
+ return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
@@ -791,13 +1122,13 @@ public function resetSslConfig($project, $instance, $optParams = array())
* @param string $instance Cloud SQL instance ID. This does not include the
* project ID.
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesRestartResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function restart($project, $instance, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance);
$params = array_merge($params, $optParams);
- return $this->call('restart', array($params), "Google_Service_SQLAdmin_InstancesRestartResponse");
+ return $this->call('restart', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
@@ -806,55 +1137,64 @@ public function restart($project, $instance, $optParams = array())
* @param string $project Project ID of the project that contains the instance.
* @param string $instance Cloud SQL instance ID. This does not include the
* project ID.
- * @param string $backupConfiguration The identifier of the backup
- * configuration. This gets generated automatically when a backup configuration
- * is created.
- * @param string $dueTime The start time of the four-hour backup window. The
- * backup can occur any time in the window. The time is in RFC 3339 format, for
- * example 2012-11-15T16:19:00.094Z.
+ * @param Google_InstancesRestoreBackupRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesRestoreBackupResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
- public function restoreBackup($project, $instance, $backupConfiguration, $dueTime, $optParams = array())
+ public function restoreBackup($project, $instance, Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody, $optParams = array())
{
- $params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupConfiguration, 'dueTime' => $dueTime);
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_InstancesRestoreBackupResponse");
+ return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
- * Sets the password for the root user of the specified Cloud SQL instance.
- * (instances.setRootPassword)
+ * Starts the replication in the read replica instance. (instances.startReplica)
*
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_InstanceSetRootPasswordRequest $postBody
+ * @param string $project ID of the project that contains the read replica.
+ * @param string $instance Cloud SQL read replica instance name.
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesSetRootPasswordResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
- public function setRootPassword($project, $instance, Google_Service_SQLAdmin_InstanceSetRootPasswordRequest $postBody, $optParams = array())
+ public function startReplica($project, $instance, $optParams = array())
{
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('startReplica', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Stops the replication in the read replica instance. (instances.stopReplica)
+ *
+ * @param string $project ID of the project that contains the read replica.
+ * @param string $instance Cloud SQL read replica instance name.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function stopReplica($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
$params = array_merge($params, $optParams);
- return $this->call('setRootPassword', array($params), "Google_Service_SQLAdmin_InstancesSetRootPasswordResponse");
+ return $this->call('stopReplica', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
- * Updates the settings of a Cloud SQL instance. (instances.update)
+ * Updates settings of a Cloud SQL instance. Caution: This is not a partial
+ * update, so you must include values for all the settings that you want to
+ * retain. For partial updates, use patch. (instances.update)
*
* @param string $project Project ID of the project that contains the instance.
* @param string $instance Cloud SQL instance ID. This does not include the
* project ID.
* @param Google_DatabaseInstance $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstancesUpdateResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function update($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_SQLAdmin_InstancesUpdateResponse");
+ return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
}
}
@@ -870,25 +1210,24 @@ class Google_Service_SQLAdmin_Operations_Resource extends Google_Service_Resourc
{
/**
- * Retrieves information about a specific operation that was performed on a
- * Cloud SQL instance. (operations.get)
+ * Retrieves an instance operation that has been performed on an instance.
+ * (operations.get)
*
* @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
* @param string $operation Instance operation ID.
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_InstanceOperation
+ * @return Google_Service_SQLAdmin_Operation
*/
- public function get($project, $instance, $operation, $optParams = array())
+ public function get($project, $operation, $optParams = array())
{
- $params = array('project' => $project, 'instance' => $instance, 'operation' => $operation);
+ $params = array('project' => $project, 'operation' => $operation);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_InstanceOperation");
+ return $this->call('get', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
- * Lists all operations that have been performed on a Cloud SQL instance.
+ * Lists all instance operations that have been performed on the given Cloud SQL
+ * instance in the reverse chronological order of the start time.
* (operations.listOperations)
*
* @param string $project Project ID of the project that contains the instance.
@@ -921,7 +1260,8 @@ class Google_Service_SQLAdmin_SslCerts_Resource extends Google_Service_Resource
{
/**
- * Deletes an SSL certificate from a Cloud SQL instance. (sslCerts.delete)
+ * Deletes the SSL certificate. The change will not take effect until the
+ * instance is restarted. (sslCerts.delete)
*
* @param string $project Project ID of the project that contains the instance
* to be deleted.
@@ -929,18 +1269,19 @@ class Google_Service_SQLAdmin_SslCerts_Resource extends Google_Service_Resource
* project ID.
* @param string $sha1Fingerprint Sha1 FingerPrint.
* @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_SslCertsDeleteResponse
+ * @return Google_Service_SQLAdmin_Operation
*/
public function delete($project, $instance, $sha1Fingerprint, $optParams = array())
{
$params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_SslCertsDeleteResponse");
+ return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
}
/**
- * Retrieves an SSL certificate as specified by its SHA-1 fingerprint.
- * (sslCerts.get)
+ * Retrieves a particular SSL certificate. Does not include the private key
+ * (required for usage). The private key must be saved from the response to
+ * initial creation. (sslCerts.get)
*
* @param string $project Project ID of the project that contains the instance.
* @param string $instance Cloud SQL instance ID. This does not include the
@@ -957,8 +1298,9 @@ public function get($project, $instance, $sha1Fingerprint, $optParams = array())
}
/**
- * Creates an SSL certificate and returns the certificate, the associated
- * private key, and the server certificate authority. (sslCerts.insert)
+ * Creates an SSL certificate and returns it along with the private key and
+ * server certificate authority. The new certificate will not be usable until
+ * the instance is restarted. (sslCerts.insert)
*
* @param string $project Project ID of the project to which the newly created
* Cloud SQL instances should belong.
@@ -976,7 +1318,7 @@ public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInse
}
/**
- * Lists all of the current SSL certificates defined for a Cloud SQL instance.
+ * Lists all of the current SSL certificates for the instance.
* (sslCerts.listSslCerts)
*
* @param string $project Project ID of the project for which to list Cloud SQL
@@ -1006,8 +1348,8 @@ class Google_Service_SQLAdmin_Tiers_Resource extends Google_Service_Resource
{
/**
- * Lists service tiers that can be used to create Google Cloud SQL instances.
- * (tiers.listTiers)
+ * Lists all available service tiers for Google Cloud SQL, for example D1, D2.
+ * For related information, see Pricing. (tiers.listTiers)
*
* @param string $project Project ID of the project for which to list tiers.
* @param array $optParams Optional parameters.
@@ -1021,16 +1363,141 @@ public function listTiers($project, $optParams = array())
}
}
+/**
+ * The "users" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $users = $sqladminService->users;
+ *
+ */
+class Google_Service_SQLAdmin_Users_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a user from a Cloud SQL instance. (users.delete)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $host Host of the user in the instance.
+ * @param string $name Name of the user in the instance.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function delete($project, $instance, $host, $name, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Creates a new user in a Cloud SQL instance. (users.insert)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param Google_User $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function insert($project, $instance, Google_Service_SQLAdmin_User $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Lists users in the specified Cloud SQL instance. (users.listUsers)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_UsersListResponse
+ */
+ public function listUsers($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_UsersListResponse");
+ }
+
+ /**
+ * Updates an existing user in a Cloud SQL instance. (users.update)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $host Host of the user in the instance.
+ * @param string $name Name of the user in the instance.
+ * @param Google_User $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function update($project, $instance, $host, $name, Google_Service_SQLAdmin_User $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+}
+
+class Google_Service_SQLAdmin_AclEntry extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $expirationTime;
+ public $kind;
+ public $name;
+ public $value;
+
+
+ public function setExpirationTime($expirationTime)
+ {
+ $this->expirationTime = $expirationTime;
+ }
+ public function getExpirationTime()
+ {
+ return $this->expirationTime;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
class Google_Service_SQLAdmin_BackupConfiguration extends Google_Model
{
protected $internal_gapi_mappings = array(
);
public $binaryLogEnabled;
public $enabled;
- public $id;
public $kind;
public $startTime;
@@ -1051,14 +1518,6 @@ public function getEnabled()
{
return $this->enabled;
}
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
public function setKind($kind)
{
$this->kind = $kind;
@@ -1081,34 +1540,19 @@ class Google_Service_SQLAdmin_BackupRun extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $backupConfiguration;
- public $dueTime;
public $endTime;
public $enqueuedTime;
protected $errorType = 'Google_Service_SQLAdmin_OperationError';
protected $errorDataType = '';
+ public $id;
public $instance;
public $kind;
+ public $selfLink;
public $startTime;
public $status;
+ public $windowStartTime;
- public function setBackupConfiguration($backupConfiguration)
- {
- $this->backupConfiguration = $backupConfiguration;
- }
- public function getBackupConfiguration()
- {
- return $this->backupConfiguration;
- }
- public function setDueTime($dueTime)
- {
- $this->dueTime = $dueTime;
- }
- public function getDueTime()
- {
- return $this->dueTime;
- }
public function setEndTime($endTime)
{
$this->endTime = $endTime;
@@ -1133,6 +1577,14 @@ public function getError()
{
return $this->error;
}
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
public function setInstance($instance)
{
$this->instance = $instance;
@@ -1149,6 +1601,14 @@ public function getKind()
{
return $this->kind;
}
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
public function setStartTime($startTime)
{
$this->startTime = $startTime;
@@ -1165,6 +1625,14 @@ public function getStatus()
{
return $this->status;
}
+ public function setWindowStartTime($windowStartTime)
+ {
+ $this->windowStartTime = $windowStartTime;
+ }
+ public function getWindowStartTime()
+ {
+ return $this->windowStartTime;
+ }
}
class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
@@ -1247,7 +1715,6 @@ class Google_Service_SQLAdmin_CloneContext extends Google_Model
protected $binLogCoordinatesDataType = '';
public $destinationInstanceName;
public $kind;
- public $sourceInstanceName;
public function setBinLogCoordinates(Google_Service_SQLAdmin_BinLogCoordinates $binLogCoordinates)
@@ -1274,13 +1741,85 @@ public function getKind()
{
return $this->kind;
}
- public function setSourceInstanceName($sourceInstanceName)
+}
+
+class Google_Service_SQLAdmin_Database extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $charset;
+ public $collation;
+ public $etag;
+ public $instance;
+ public $kind;
+ public $name;
+ public $project;
+ public $selfLink;
+
+
+ public function setCharset($charset)
{
- $this->sourceInstanceName = $sourceInstanceName;
+ $this->charset = $charset;
}
- public function getSourceInstanceName()
+ public function getCharset()
{
- return $this->sourceInstanceName;
+ return $this->charset;
+ }
+ public function setCollation($collation)
+ {
+ $this->collation = $collation;
+ }
+ public function getCollation()
+ {
+ return $this->collation;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setInstance($instance)
+ {
+ $this->instance = $instance;
+ }
+ public function getInstance()
+ {
+ return $this->instance;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+ public function getProject()
+ {
+ return $this->project;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
}
}
@@ -1318,7 +1857,6 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
public $currentDiskSize;
public $databaseVersion;
public $etag;
- public $instance;
public $instanceType;
protected $ipAddressesType = 'Google_Service_SQLAdmin_IpMapping';
protected $ipAddressesDataType = 'array';
@@ -1326,9 +1864,11 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
public $kind;
public $masterInstanceName;
public $maxDiskSize;
+ public $name;
public $project;
public $region;
public $replicaNames;
+ public $selfLink;
protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
protected $serverCaCertDataType = '';
public $serviceAccountEmailAddress;
@@ -1361,14 +1901,6 @@ public function getEtag()
{
return $this->etag;
}
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
public function setInstanceType($instanceType)
{
$this->instanceType = $instanceType;
@@ -1417,6 +1949,14 @@ public function getMaxDiskSize()
{
return $this->maxDiskSize;
}
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
public function setProject($project)
{
$this->project = $project;
@@ -1441,6 +1981,14 @@ public function getReplicaNames()
{
return $this->replicaNames;
}
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
{
$this->serverCaCert = $serverCaCert;
@@ -1475,24 +2023,72 @@ public function getState()
}
}
+class Google_Service_SQLAdmin_DatabasesListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_Database';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
class Google_Service_SQLAdmin_ExportContext extends Google_Collection
{
- protected $collection_key = 'table';
+ protected $collection_key = 'databases';
protected $internal_gapi_mappings = array(
);
- public $database;
+ protected $csvExportOptionsType = 'Google_Service_SQLAdmin_ExportContextCsvExportOptions';
+ protected $csvExportOptionsDataType = '';
+ public $databases;
+ public $fileType;
public $kind;
- public $table;
+ protected $sqlExportOptionsType = 'Google_Service_SQLAdmin_ExportContextSqlExportOptions';
+ protected $sqlExportOptionsDataType = '';
public $uri;
- public function setDatabase($database)
+ public function setCsvExportOptions(Google_Service_SQLAdmin_ExportContextCsvExportOptions $csvExportOptions)
{
- $this->database = $database;
+ $this->csvExportOptions = $csvExportOptions;
}
- public function getDatabase()
+ public function getCsvExportOptions()
{
- return $this->database;
+ return $this->csvExportOptions;
+ }
+ public function setDatabases($databases)
+ {
+ $this->databases = $databases;
+ }
+ public function getDatabases()
+ {
+ return $this->databases;
+ }
+ public function setFileType($fileType)
+ {
+ $this->fileType = $fileType;
+ }
+ public function getFileType()
+ {
+ return $this->fileType;
}
public function setKind($kind)
{
@@ -1502,13 +2098,13 @@ public function getKind()
{
return $this->kind;
}
- public function setTable($table)
+ public function setSqlExportOptions(Google_Service_SQLAdmin_ExportContextSqlExportOptions $sqlExportOptions)
{
- $this->table = $table;
+ $this->sqlExportOptions = $sqlExportOptions;
}
- public function getTable()
+ public function getSqlExportOptions()
{
- return $this->table;
+ return $this->sqlExportOptions;
}
public function setUri($uri)
{
@@ -1520,6 +2116,41 @@ public function getUri()
}
}
+class Google_Service_SQLAdmin_ExportContextCsvExportOptions extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $selectQuery;
+
+
+ public function setSelectQuery($selectQuery)
+ {
+ $this->selectQuery = $selectQuery;
+ }
+ public function getSelectQuery()
+ {
+ return $this->selectQuery;
+ }
+}
+
+class Google_Service_SQLAdmin_ExportContextSqlExportOptions extends Google_Collection
+{
+ protected $collection_key = 'tables';
+ protected $internal_gapi_mappings = array(
+ );
+ public $tables;
+
+
+ public function setTables($tables)
+ {
+ $this->tables = $tables;
+ }
+ public function getTables()
+ {
+ return $this->tables;
+ }
+}
+
class Google_Service_SQLAdmin_Flag extends Google_Collection
{
protected $collection_key = 'appliesTo';
@@ -1620,16 +2251,26 @@ public function getKind()
}
}
-class Google_Service_SQLAdmin_ImportContext extends Google_Collection
+class Google_Service_SQLAdmin_ImportContext extends Google_Model
{
- protected $collection_key = 'uri';
protected $internal_gapi_mappings = array(
);
+ protected $csvImportOptionsType = 'Google_Service_SQLAdmin_ImportContextCsvImportOptions';
+ protected $csvImportOptionsDataType = '';
public $database;
+ public $fileType;
public $kind;
public $uri;
+ public function setCsvImportOptions(Google_Service_SQLAdmin_ImportContextCsvImportOptions $csvImportOptions)
+ {
+ $this->csvImportOptions = $csvImportOptions;
+ }
+ public function getCsvImportOptions()
+ {
+ return $this->csvImportOptions;
+ }
public function setDatabase($database)
{
$this->database = $database;
@@ -1638,6 +2279,14 @@ public function getDatabase()
{
return $this->database;
}
+ public function setFileType($fileType)
+ {
+ $this->fileType = $fileType;
+ }
+ public function getFileType()
+ {
+ return $this->fileType;
+ }
public function setKind($kind)
{
$this->kind = $kind;
@@ -1656,141 +2305,30 @@ public function getUri()
}
}
-class Google_Service_SQLAdmin_InstanceOperation extends Google_Collection
+class Google_Service_SQLAdmin_ImportContextCsvImportOptions extends Google_Collection
{
- protected $collection_key = 'error';
+ protected $collection_key = 'columns';
protected $internal_gapi_mappings = array(
);
- public $endTime;
- public $enqueuedTime;
- protected $errorType = 'Google_Service_SQLAdmin_OperationError';
- protected $errorDataType = 'array';
- protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
- protected $exportContextDataType = '';
- protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
- protected $importContextDataType = '';
- public $instance;
- public $kind;
- public $operation;
- public $operationType;
- public $startTime;
- public $state;
- public $userEmailAddress;
+ public $columns;
+ public $table;
- public function setEndTime($endTime)
+ public function setColumns($columns)
{
- $this->endTime = $endTime;
- }
- public function getEndTime()
- {
- return $this->endTime;
- }
- public function setEnqueuedTime($enqueuedTime)
- {
- $this->enqueuedTime = $enqueuedTime;
- }
- public function getEnqueuedTime()
- {
- return $this->enqueuedTime;
- }
- public function setError($error)
- {
- $this->error = $error;
- }
- public function getError()
- {
- return $this->error;
- }
- public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
- {
- $this->exportContext = $exportContext;
- }
- public function getExportContext()
- {
- return $this->exportContext;
+ $this->columns = $columns;
}
- public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
- {
- $this->importContext = $importContext;
- }
- public function getImportContext()
- {
- return $this->importContext;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
+ public function getColumns()
{
- return $this->kind;
- }
- public function setOperation($operation)
- {
- $this->operation = $operation;
+ return $this->columns;
}
- public function getOperation()
- {
- return $this->operation;
- }
- public function setOperationType($operationType)
- {
- $this->operationType = $operationType;
- }
- public function getOperationType()
- {
- return $this->operationType;
- }
- public function setStartTime($startTime)
- {
- $this->startTime = $startTime;
- }
- public function getStartTime()
- {
- return $this->startTime;
- }
- public function setState($state)
- {
- $this->state = $state;
- }
- public function getState()
- {
- return $this->state;
- }
- public function setUserEmailAddress($userEmailAddress)
- {
- $this->userEmailAddress = $userEmailAddress;
- }
- public function getUserEmailAddress()
- {
- return $this->userEmailAddress;
- }
-}
-
-class Google_Service_SQLAdmin_InstanceSetRootPasswordRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $setRootPasswordContextType = 'Google_Service_SQLAdmin_SetRootPasswordContext';
- protected $setRootPasswordContextDataType = '';
-
-
- public function setSetRootPasswordContext(Google_Service_SQLAdmin_SetRootPasswordContext $setRootPasswordContext)
+ public function setTable($table)
{
- $this->setRootPasswordContext = $setRootPasswordContext;
+ $this->table = $table;
}
- public function getSetRootPasswordContext()
+ public function getTable()
{
- return $this->setRootPasswordContext;
+ return $this->table;
}
}
@@ -1812,58 +2350,6 @@ public function getCloneContext()
}
}
-class Google_Service_SQLAdmin_InstancesCloneResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $operation;
-
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setOperation($operation)
- {
- $this->operation = $operation;
- }
- public function getOperation()
- {
- return $this->operation;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesDeleteResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $operation;
-
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setOperation($operation)
- {
- $this->operation = $operation;
- }
- public function getOperation()
- {
- return $this->operation;
- }
-}
-
class Google_Service_SQLAdmin_InstancesExportRequest extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -1882,32 +2368,6 @@ public function getExportContext()
}
}
-class Google_Service_SQLAdmin_InstancesExportResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $operation;
-
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setOperation($operation)
- {
- $this->operation = $operation;
- }
- public function getOperation()
- {
- return $this->operation;
- }
-}
-
class Google_Service_SQLAdmin_InstancesImportRequest extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -1926,14 +2386,25 @@ public function getImportContext()
}
}
-class Google_Service_SQLAdmin_InstancesImportResponse extends Google_Model
+class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
{
+ protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
+ protected $itemsType = 'Google_Service_SQLAdmin_DatabaseInstance';
+ protected $itemsDataType = 'array';
public $kind;
- public $operation;
+ public $nextPageToken;
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
public function setKind($kind)
{
$this->kind = $kind;
@@ -1942,113 +2413,114 @@ public function getKind()
{
return $this->kind;
}
- public function setOperation($operation)
+ public function setNextPageToken($nextPageToken)
{
- $this->operation = $operation;
+ $this->nextPageToken = $nextPageToken;
}
- public function getOperation()
+ public function getNextPageToken()
{
- return $this->operation;
+ return $this->nextPageToken;
}
}
-class Google_Service_SQLAdmin_InstancesInsertResponse extends Google_Model
+class Google_Service_SQLAdmin_InstancesRestoreBackupRequest extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $kind;
- public $operation;
+ protected $restoreBackupContextType = 'Google_Service_SQLAdmin_RestoreBackupContext';
+ protected $restoreBackupContextDataType = '';
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
+ public function setRestoreBackupContext(Google_Service_SQLAdmin_RestoreBackupContext $restoreBackupContext)
{
- return $this->kind;
- }
- public function setOperation($operation)
- {
- $this->operation = $operation;
+ $this->restoreBackupContext = $restoreBackupContext;
}
- public function getOperation()
+ public function getRestoreBackupContext()
{
- return $this->operation;
+ return $this->restoreBackupContext;
}
}
-class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
+class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
{
- protected $collection_key = 'items';
+ protected $collection_key = 'authorizedNetworks';
protected $internal_gapi_mappings = array(
);
- protected $itemsType = 'Google_Service_SQLAdmin_DatabaseInstance';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
+ protected $authorizedNetworksType = 'Google_Service_SQLAdmin_AclEntry';
+ protected $authorizedNetworksDataType = 'array';
+ public $ipv4Enabled;
+ public $requireSsl;
- public function setItems($items)
+ public function setAuthorizedNetworks($authorizedNetworks)
{
- $this->items = $items;
+ $this->authorizedNetworks = $authorizedNetworks;
}
- public function getItems()
+ public function getAuthorizedNetworks()
{
- return $this->items;
+ return $this->authorizedNetworks;
}
- public function setKind($kind)
+ public function setIpv4Enabled($ipv4Enabled)
{
- $this->kind = $kind;
+ $this->ipv4Enabled = $ipv4Enabled;
}
- public function getKind()
+ public function getIpv4Enabled()
{
- return $this->kind;
+ return $this->ipv4Enabled;
}
- public function setNextPageToken($nextPageToken)
+ public function setRequireSsl($requireSsl)
{
- $this->nextPageToken = $nextPageToken;
+ $this->requireSsl = $requireSsl;
}
- public function getNextPageToken()
+ public function getRequireSsl()
{
- return $this->nextPageToken;
+ return $this->requireSsl;
}
}
-class Google_Service_SQLAdmin_InstancesPromoteReplicaResponse extends Google_Model
+class Google_Service_SQLAdmin_IpMapping extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $kind;
- public $operation;
+ public $ipAddress;
+ public $timeToRetire;
- public function setKind($kind)
+ public function setIpAddress($ipAddress)
{
- $this->kind = $kind;
+ $this->ipAddress = $ipAddress;
}
- public function getKind()
+ public function getIpAddress()
{
- return $this->kind;
+ return $this->ipAddress;
}
- public function setOperation($operation)
+ public function setTimeToRetire($timeToRetire)
{
- $this->operation = $operation;
+ $this->timeToRetire = $timeToRetire;
}
- public function getOperation()
+ public function getTimeToRetire()
{
- return $this->operation;
+ return $this->timeToRetire;
}
}
-class Google_Service_SQLAdmin_InstancesResetSslConfigResponse extends Google_Model
+class Google_Service_SQLAdmin_LocationPreference extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+ public $followGaeApplication;
public $kind;
- public $operation;
+ public $zone;
+ public function setFollowGaeApplication($followGaeApplication)
+ {
+ $this->followGaeApplication = $followGaeApplication;
+ }
+ public function getFollowGaeApplication()
+ {
+ return $this->followGaeApplication;
+ }
public function setKind($kind)
{
$this->kind = $kind;
@@ -2057,76 +2529,80 @@ public function getKind()
{
return $this->kind;
}
- public function setOperation($operation)
+ public function setZone($zone)
{
- $this->operation = $operation;
+ $this->zone = $zone;
}
- public function getOperation()
+ public function getZone()
{
- return $this->operation;
+ return $this->zone;
}
}
-class Google_Service_SQLAdmin_InstancesRestartResponse extends Google_Model
+class Google_Service_SQLAdmin_Operation extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+ public $endTime;
+ protected $errorType = 'Google_Service_SQLAdmin_OperationError';
+ protected $errorDataType = '';
+ protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
+ protected $exportContextDataType = '';
+ protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
+ protected $importContextDataType = '';
+ public $insertTime;
public $kind;
- public $operation;
+ public $name;
+ public $operationType;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $targetId;
+ public $targetLink;
+ public $targetProject;
+ public $user;
- public function setKind($kind)
+ public function setEndTime($endTime)
{
- $this->kind = $kind;
+ $this->endTime = $endTime;
}
- public function getKind()
+ public function getEndTime()
{
- return $this->kind;
+ return $this->endTime;
}
- public function setOperation($operation)
+ public function setError(Google_Service_SQLAdmin_OperationError $error)
{
- $this->operation = $operation;
+ $this->error = $error;
}
- public function getOperation()
+ public function getError()
{
- return $this->operation;
+ return $this->error;
}
-}
-
-class Google_Service_SQLAdmin_InstancesRestoreBackupResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $operation;
-
-
- public function setKind($kind)
+ public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
{
- $this->kind = $kind;
+ $this->exportContext = $exportContext;
+ }
+ public function getExportContext()
+ {
+ return $this->exportContext;
+ }
+ public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
+ {
+ $this->importContext = $importContext;
}
- public function getKind()
+ public function getImportContext()
{
- return $this->kind;
+ return $this->importContext;
}
- public function setOperation($operation)
+ public function setInsertTime($insertTime)
{
- $this->operation = $operation;
+ $this->insertTime = $insertTime;
}
- public function getOperation()
+ public function getInsertTime()
{
- return $this->operation;
+ return $this->insertTime;
}
-}
-
-class Google_Service_SQLAdmin_InstancesSetRootPasswordResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $operation;
-
-
public function setKind($kind)
{
$this->kind = $kind;
@@ -2135,129 +2611,96 @@ public function getKind()
{
return $this->kind;
}
- public function setOperation($operation)
+ public function setName($name)
{
- $this->operation = $operation;
+ $this->name = $name;
}
- public function getOperation()
+ public function getName()
{
- return $this->operation;
+ return $this->name;
}
-}
-
-class Google_Service_SQLAdmin_InstancesUpdateResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $operation;
-
-
- public function setKind($kind)
+ public function setOperationType($operationType)
{
- $this->kind = $kind;
+ $this->operationType = $operationType;
}
- public function getKind()
+ public function getOperationType()
{
- return $this->kind;
+ return $this->operationType;
}
- public function setOperation($operation)
+ public function setSelfLink($selfLink)
{
- $this->operation = $operation;
+ $this->selfLink = $selfLink;
}
- public function getOperation()
+ public function getSelfLink()
{
- return $this->operation;
+ return $this->selfLink;
}
-}
-
-class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
-{
- protected $collection_key = 'authorizedNetworks';
- protected $internal_gapi_mappings = array(
- );
- public $authorizedNetworks;
- public $enabled;
- public $kind;
- public $requireSsl;
-
-
- public function setAuthorizedNetworks($authorizedNetworks)
+ public function setStartTime($startTime)
{
- $this->authorizedNetworks = $authorizedNetworks;
+ $this->startTime = $startTime;
}
- public function getAuthorizedNetworks()
+ public function getStartTime()
{
- return $this->authorizedNetworks;
+ return $this->startTime;
}
- public function setEnabled($enabled)
+ public function setStatus($status)
{
- $this->enabled = $enabled;
+ $this->status = $status;
}
- public function getEnabled()
+ public function getStatus()
{
- return $this->enabled;
+ return $this->status;
}
- public function setKind($kind)
+ public function setTargetId($targetId)
{
- $this->kind = $kind;
+ $this->targetId = $targetId;
}
- public function getKind()
+ public function getTargetId()
{
- return $this->kind;
+ return $this->targetId;
}
- public function setRequireSsl($requireSsl)
+ public function setTargetLink($targetLink)
{
- $this->requireSsl = $requireSsl;
+ $this->targetLink = $targetLink;
}
- public function getRequireSsl()
+ public function getTargetLink()
{
- return $this->requireSsl;
+ return $this->targetLink;
}
-}
-
-class Google_Service_SQLAdmin_IpMapping extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $ipAddress;
- public $timeToRetire;
-
-
- public function setIpAddress($ipAddress)
+ public function setTargetProject($targetProject)
{
- $this->ipAddress = $ipAddress;
+ $this->targetProject = $targetProject;
}
- public function getIpAddress()
+ public function getTargetProject()
{
- return $this->ipAddress;
+ return $this->targetProject;
}
- public function setTimeToRetire($timeToRetire)
+ public function setUser($user)
{
- $this->timeToRetire = $timeToRetire;
+ $this->user = $user;
}
- public function getTimeToRetire()
+ public function getUser()
{
- return $this->timeToRetire;
+ return $this->user;
}
}
-class Google_Service_SQLAdmin_LocationPreference extends Google_Model
+class Google_Service_SQLAdmin_OperationError extends Google_Model
{
protected $internal_gapi_mappings = array(
);
- public $followGaeApplication;
+ public $code;
public $kind;
- public $zone;
+ public $message;
- public function setFollowGaeApplication($followGaeApplication)
+ public function setCode($code)
{
- $this->followGaeApplication = $followGaeApplication;
+ $this->code = $code;
}
- public function getFollowGaeApplication()
+ public function getCode()
{
- return $this->followGaeApplication;
+ return $this->code;
}
public function setKind($kind)
{
@@ -2267,39 +2710,32 @@ public function getKind()
{
return $this->kind;
}
- public function setZone($zone)
+ public function setMessage($message)
{
- $this->zone = $zone;
+ $this->message = $message;
}
- public function getZone()
+ public function getMessage()
{
- return $this->zone;
+ return $this->message;
}
}
-class Google_Service_SQLAdmin_OperationError extends Google_Model
+class Google_Service_SQLAdmin_OperationError extends Google_Collection
{
+ protected $collection_key = 'errors';
protected $internal_gapi_mappings = array(
);
- public $code;
- public $kind;
+ protected $errorsType = 'Google_Service_SQLAdmin_OperationError';
+ protected $errorsDataType = 'array';
- public function setCode($code)
- {
- $this->code = $code;
- }
- public function getCode()
+ public function setErrors($errors)
{
- return $this->code;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
+ $this->errors = $errors;
}
- public function getKind()
+ public function getErrors()
{
- return $this->kind;
+ return $this->errors;
}
}
@@ -2308,7 +2744,7 @@ class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
protected $collection_key = 'items';
protected $internal_gapi_mappings = array(
);
- protected $itemsType = 'Google_Service_SQLAdmin_InstanceOperation';
+ protected $itemsType = 'Google_Service_SQLAdmin_Operation';
protected $itemsDataType = 'array';
public $kind;
public $nextPageToken;
@@ -2340,29 +2776,29 @@ public function getNextPageToken()
}
}
-class Google_Service_SQLAdmin_SetRootPasswordContext extends Google_Model
+class Google_Service_SQLAdmin_RestoreBackupContext extends Google_Model
{
protected $internal_gapi_mappings = array(
);
+ public $backupRunId;
public $kind;
- public $password;
- public function setKind($kind)
+ public function setBackupRunId($backupRunId)
{
- $this->kind = $kind;
+ $this->backupRunId = $backupRunId;
}
- public function getKind()
+ public function getBackupRunId()
{
- return $this->kind;
+ return $this->backupRunId;
}
- public function setPassword($password)
+ public function setKind($kind)
{
- $this->password = $password;
+ $this->kind = $kind;
}
- public function getPassword()
+ public function getKind()
{
- return $this->password;
+ return $this->kind;
}
}
@@ -2374,7 +2810,7 @@ class Google_Service_SQLAdmin_Settings extends Google_Collection
public $activationPolicy;
public $authorizedGaeApplications;
protected $backupConfigurationType = 'Google_Service_SQLAdmin_BackupConfiguration';
- protected $backupConfigurationDataType = 'array';
+ protected $backupConfigurationDataType = '';
protected $databaseFlagsType = 'Google_Service_SQLAdmin_DatabaseFlags';
protected $databaseFlagsDataType = 'array';
public $databaseReplicationEnabled;
@@ -2405,7 +2841,7 @@ public function getAuthorizedGaeApplications()
{
return $this->authorizedGaeApplications;
}
- public function setBackupConfiguration($backupConfiguration)
+ public function setBackupConfiguration(Google_Service_SQLAdmin_BackupConfiguration $backupConfiguration)
{
$this->backupConfiguration = $backupConfiguration;
}
@@ -2498,6 +2934,7 @@ class Google_Service_SQLAdmin_SslCert extends Google_Model
public $expirationTime;
public $instance;
public $kind;
+ public $selfLink;
public $sha1Fingerprint;
@@ -2557,6 +2994,14 @@ public function getKind()
{
return $this->kind;
}
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
public function setSha1Fingerprint($sha1Fingerprint)
{
$this->sha1Fingerprint = $sha1Fingerprint;
@@ -2594,32 +3039,6 @@ public function getCertPrivateKey()
}
}
-class Google_Service_SQLAdmin_SslCertsDeleteResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $operation;
-
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setOperation($operation)
- {
- $this->operation = $operation;
- }
- public function getOperation()
- {
- return $this->operation;
- }
-}
-
class Google_Service_SQLAdmin_SslCertsInsertRequest extends Google_Model
{
protected $internal_gapi_mappings = array(
@@ -2785,3 +3204,111 @@ public function getKind()
return $this->kind;
}
}
+
+class Google_Service_SQLAdmin_User extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $etag;
+ public $host;
+ public $instance;
+ public $kind;
+ public $name;
+ public $password;
+ public $project;
+
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setHost($host)
+ {
+ $this->host = $host;
+ }
+ public function getHost()
+ {
+ return $this->host;
+ }
+ public function setInstance($instance)
+ {
+ $this->instance = $instance;
+ }
+ public function getInstance()
+ {
+ return $this->instance;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPassword($password)
+ {
+ $this->password = $password;
+ }
+ public function getPassword()
+ {
+ return $this->password;
+ }
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+ public function getProject()
+ {
+ return $this->project;
+ }
+}
+
+class Google_Service_SQLAdmin_UsersListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_User';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
From 1a2a14ad9a89f517d40419bf9121d2189e5fd8cf Mon Sep 17 00:00:00 2001
From: Silvano Luciani * API for accessing Google Cloud and API monitoring data.
* ** For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. */ class Google_Service_CloudMonitoring extends Google_Service { - /** View monitoring data for all of your Google Cloud and API projects. */ - const MONITORING_READONLY = - "https://www.googleapis.com/auth/monitoring.readonly"; + /** View and write monitoring data for all of your Google and third-party Cloud and API projects. */ + const MONITORING = + "https://www.googleapis.com/auth/monitoring"; public $metricDescriptors; public $timeseries; @@ -47,8 +47,8 @@ class Google_Service_CloudMonitoring extends Google_Service public function __construct(Google_Client $client) { parent::__construct($client); - $this->servicePath = 'cloudmonitoring/v2beta1/projects/'; - $this->version = 'v2beta1'; + $this->servicePath = 'cloudmonitoring/v2beta2/projects/'; + $this->version = 'v2beta2'; $this->serviceName = 'cloudmonitoring'; $this->metricDescriptors = new Google_Service_CloudMonitoring_MetricDescriptors_Resource( @@ -57,7 +57,32 @@ public function __construct(Google_Client $client) 'metricDescriptors', array( 'methods' => array( - 'list' => array( + 'create' => array( + 'path' => '{project}/metricDescriptors', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => '{project}/metricDescriptors/{metric}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'metric' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( 'path' => '{project}/metricDescriptors', 'httpMethod' => 'GET', 'parameters' => array( @@ -138,6 +163,16 @@ public function __construct(Google_Client $client) 'type' => 'string', ), ), + ),'write' => array( + 'path' => '{project}/timeseries:write', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) @@ -216,6 +251,37 @@ public function __construct(Google_Client $client) class Google_Service_CloudMonitoring_MetricDescriptors_Resource extends Google_Service_Resource { + /** + * Create a new metric. (metricDescriptors.create) + * + * @param string $project The project id. The value can be the numeric project + * ID or string-based project name. + * @param Google_MetricDescriptor $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMonitoring_MetricDescriptor + */ + public function create($project, Google_Service_CloudMonitoring_MetricDescriptor $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudMonitoring_MetricDescriptor"); + } + + /** + * Delete an existing metric. (metricDescriptors.delete) + * + * @param string $project The project ID to which the metric belongs. + * @param string $metric Name of the metric. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse + */ + public function delete($project, $metric, $optParams = array()) + { + $params = array('project' => $project, 'metric' => $metric); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse"); + } + /** * List metric descriptors that match the query. If the query is not set, then * all of the metric descriptors will be returned. Large responses will be @@ -313,6 +379,28 @@ public function listTimeseries($project, $metric, $youngest, $optParams = array( $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_CloudMonitoring_ListTimeseriesResponse"); } + + /** + * Put data points to one or more time series for one or more metrics. If a time + * series does not exist, a new time series will be created. It is not allowed + * to write a time series point that is older than the existing youngest point + * of that time series. Points that are older than the existing youngest point + * of that time series will be discarded silently. Therefore, users should make + * sure that points of a time series are written sequentially in the order of + * their end time. (timeseries.write) + * + * @param string $project The project ID. The value can be the numeric project + * ID or string-based project name. + * @param Google_WriteTimeseriesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudMonitoring_WriteTimeseriesResponse + */ + public function write($project, Google_Service_CloudMonitoring_WriteTimeseriesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('write', array($params), "Google_Service_CloudMonitoring_WriteTimeseriesResponse"); + } } /** @@ -386,6 +474,23 @@ public function listTimeseriesDescriptors($project, $metric, $youngest, $optPara +class Google_Service_CloudMonitoring_DeleteMetricDescriptorResponse extends Google_Model +{ + protected $internal_gapi_mappings = array( + ); + public $kind; + + + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} + class Google_Service_CloudMonitoring_ListMetricDescriptorsRequest extends Google_Model { protected $internal_gapi_mappings = array( @@ -983,3 +1088,80 @@ public function getValue() class Google_Service_CloudMonitoring_TimeseriesDescriptorLabels extends Google_Model { } + +class Google_Service_CloudMonitoring_TimeseriesPoint extends Google_Model +{ + protected $internal_gapi_mappings = array( + ); + protected $pointType = 'Google_Service_CloudMonitoring_Point'; + protected $pointDataType = ''; + protected $timeseriesDescType = 'Google_Service_CloudMonitoring_TimeseriesDescriptor'; + protected $timeseriesDescDataType = ''; + + + public function setPoint(Google_Service_CloudMonitoring_Point $point) + { + $this->point = $point; + } + public function getPoint() + { + return $this->point; + } + public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc) + { + $this->timeseriesDesc = $timeseriesDesc; + } + public function getTimeseriesDesc() + { + return $this->timeseriesDesc; + } +} + +class Google_Service_CloudMonitoring_WriteTimeseriesRequest extends Google_Collection +{ + protected $collection_key = 'timeseries'; + protected $internal_gapi_mappings = array( + ); + public $commonLabels; + protected $timeseriesType = 'Google_Service_CloudMonitoring_TimeseriesPoint'; + protected $timeseriesDataType = 'array'; + + + public function setCommonLabels($commonLabels) + { + $this->commonLabels = $commonLabels; + } + public function getCommonLabels() + { + return $this->commonLabels; + } + public function setTimeseries($timeseries) + { + $this->timeseries = $timeseries; + } + public function getTimeseries() + { + return $this->timeseries; + } +} + +class Google_Service_CloudMonitoring_WriteTimeseriesRequestCommonLabels extends Google_Model +{ +} + +class Google_Service_CloudMonitoring_WriteTimeseriesResponse extends Google_Model +{ + protected $internal_gapi_mappings = array( + ); + public $kind; + + + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} From f719b85f88ea00e11a9a795322e7277d02a549d6 Mon Sep 17 00:00:00 2001 From: pulkit
+ * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...);
+ * $groupItems = $youtubeAnalyticsService->groupItems;
+ *
+ */
+class Google_Service_YouTubeAnalytics_GroupItems_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Removes an item from a group. (groupItems.delete)
+ *
+ * @param string $id The id parameter specifies the YouTube group item ID for
+ * the group that is being deleted.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ */
+ public function delete($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Creates a group item. (groupItems.insert)
+ *
+ * @param Google_GroupItem $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @return Google_Service_YouTubeAnalytics_GroupItem
+ */
+ public function insert(Google_Service_YouTubeAnalytics_GroupItem $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_GroupItem");
+ }
+
+ /**
+ * Returns a collection of group items that match the API request parameters.
+ * (groupItems.listGroupItems)
+ *
+ * @param string $groupId The id parameter specifies the unique ID of the group
+ * for which you want to retrieve group items.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @return Google_Service_YouTubeAnalytics_GroupItemListResponse
+ */
+ public function listGroupItems($groupId, $optParams = array())
+ {
+ $params = array('groupId' => $groupId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_GroupItemListResponse");
+ }
+}
+
+/**
+ * The "groups" collection of methods.
+ * Typical usage is:
+ *
+ * $youtubeAnalyticsService = new Google_Service_YouTubeAnalytics(...);
+ * $groups = $youtubeAnalyticsService->groups;
+ *
+ */
+class Google_Service_YouTubeAnalytics_Groups_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a group. (groups.delete)
+ *
+ * @param string $id The id parameter specifies the YouTube group ID for the
+ * group that is being deleted.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ */
+ public function delete($id, $optParams = array())
+ {
+ $params = array('id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Creates a group. (groups.insert)
+ *
+ * @param Google_Group $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @return Google_Service_YouTubeAnalytics_Group
+ */
+ public function insert(Google_Service_YouTubeAnalytics_Group $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_YouTubeAnalytics_Group");
+ }
+
+ /**
+ * Returns a collection of groups that match the API request parameters. For
+ * example, you can retrieve all groups that the authenticated user owns, or you
+ * can retrieve one or more groups by their unique IDs. (groups.listGroups)
+ *
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @opt_param string id The id parameter specifies a comma-separated list of the
+ * YouTube group ID(s) for the resource(s) that are being retrieved. In a group
+ * resource, the id property specifies the group's YouTube group ID.
+ * @opt_param bool mine Set this parameter's value to true to instruct the API
+ * to only return groups owned by the authenticated user.
+ * @return Google_Service_YouTubeAnalytics_GroupListResponse
+ */
+ public function listGroups($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_YouTubeAnalytics_GroupListResponse");
+ }
+
+ /**
+ * Modifies a group. For example, you could change a group's title.
+ * (groups.update)
+ *
+ * @param Google_Group $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string onBehalfOfContentOwner Note: This parameter is intended
+ * exclusively for YouTube content partners.
+ *
+ * The onBehalfOfContentOwner parameter indicates that the request's
+ * authorization credentials identify a YouTube CMS user who is acting on behalf
+ * of the content owner specified in the parameter value. This parameter is
+ * intended for YouTube content partners that own and manage many different
+ * YouTube channels. It allows content owners to authenticate once and get
+ * access to all their video and channel data, without having to provide
+ * authentication credentials for each individual channel. The CMS account that
+ * the user authenticates with must be linked to the specified YouTube content
+ * owner.
+ * @return Google_Service_YouTubeAnalytics_Group
+ */
+ public function update(Google_Service_YouTubeAnalytics_Group $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_YouTubeAnalytics_Group");
+ }
+}
+
/**
* The "reports" collection of methods.
* Typical usage is:
@@ -515,6 +854,267 @@ public function getStartTime()
}
}
+class Google_Service_YouTubeAnalytics_Group extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $contentDetailsType = 'Google_Service_YouTubeAnalytics_GroupContentDetails';
+ protected $contentDetailsDataType = '';
+ public $etag;
+ public $id;
+ public $kind;
+ protected $snippetType = 'Google_Service_YouTubeAnalytics_GroupSnippet';
+ protected $snippetDataType = '';
+
+
+ public function setContentDetails(Google_Service_YouTubeAnalytics_GroupContentDetails $contentDetails)
+ {
+ $this->contentDetails = $contentDetails;
+ }
+ public function getContentDetails()
+ {
+ return $this->contentDetails;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setSnippet(Google_Service_YouTubeAnalytics_GroupSnippet $snippet)
+ {
+ $this->snippet = $snippet;
+ }
+ public function getSnippet()
+ {
+ return $this->snippet;
+ }
+}
+
+class Google_Service_YouTubeAnalytics_GroupContentDetails extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $itemCount;
+ public $itemType;
+
+
+ public function setItemCount($itemCount)
+ {
+ $this->itemCount = $itemCount;
+ }
+ public function getItemCount()
+ {
+ return $this->itemCount;
+ }
+ public function setItemType($itemType)
+ {
+ $this->itemType = $itemType;
+ }
+ public function getItemType()
+ {
+ return $this->itemType;
+ }
+}
+
+class Google_Service_YouTubeAnalytics_GroupItem extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $etag;
+ public $groupId;
+ public $id;
+ public $kind;
+ protected $resourceType = 'Google_Service_YouTubeAnalytics_GroupItemResource';
+ protected $resourceDataType = '';
+
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setGroupId($groupId)
+ {
+ $this->groupId = $groupId;
+ }
+ public function getGroupId()
+ {
+ return $this->groupId;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setResource(Google_Service_YouTubeAnalytics_GroupItemResource $resource)
+ {
+ $this->resource = $resource;
+ }
+ public function getResource()
+ {
+ return $this->resource;
+ }
+}
+
+class Google_Service_YouTubeAnalytics_GroupItemListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ public $etag;
+ protected $itemsType = 'Google_Service_YouTubeAnalytics_GroupItem';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_YouTubeAnalytics_GroupItemResource extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_YouTubeAnalytics_GroupListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ public $etag;
+ protected $itemsType = 'Google_Service_YouTubeAnalytics_Group';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_YouTubeAnalytics_GroupSnippet extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $publishedAt;
+ public $title;
+
+
+ public function setPublishedAt($publishedAt)
+ {
+ $this->publishedAt = $publishedAt;
+ }
+ public function getPublishedAt()
+ {
+ return $this->publishedAt;
+ }
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
+
class Google_Service_YouTubeAnalytics_ResultTable extends Google_Collection
{
protected $collection_key = 'rows';
From dbb292dbbe25d9910b2e6f020502102a84085310 Mon Sep 17 00:00:00 2001
From: Silvano Luciani
- * $dataflowService = new Google_Service_Dataflow(...);
- * $v1b3 = $dataflowService->v1b3;
- *
- */
-class Google_Service_Dataflow_V1b3_Resource extends Google_Service_Resource
-{
-}
-
-/**
- * The "projects" collection of methods.
- * Typical usage is:
- *
- * $dataflowService = new Google_Service_Dataflow(...);
- * $projects = $dataflowService->projects;
- *
- */
-class Google_Service_Dataflow_V1b3Projects_Resource extends Google_Service_Resource
-{
-}
-
-/**
- * The "jobs" collection of methods.
- * Typical usage is:
- *
- * $dataflowService = new Google_Service_Dataflow(...);
- * $jobs = $dataflowService->jobs;
- *
- */
-class Google_Service_Dataflow_V1b3ProjectsJobs_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a dataflow job. (jobs.create)
- *
- * @param string $projectId
- * @param Google_Job $postBody
- * @param array $optParams Optional parameters.
- *
- * @opt_param string view
- * @return Google_Service_Dataflow_Job
- */
- public function create($projectId, Google_Service_Dataflow_Job $postBody, $optParams = array())
- {
- $params = array('projectId' => $projectId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_Dataflow_Job");
- }
-
- /**
- * Gets the state of the specified dataflow job. (jobs.get)
- *
- * @param string $projectId
- * @param string $jobId
- * @param array $optParams Optional parameters.
- *
- * @opt_param string view
- * @return Google_Service_Dataflow_Job
- */
- public function get($projectId, $jobId, $optParams = array())
- {
- $params = array('projectId' => $projectId, 'jobId' => $jobId);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_Dataflow_Job");
- }
-
- /**
- * Request the job status. (jobs.getMetrics)
- *
- * @param string $projectId
- * @param string $jobId
- * @param array $optParams Optional parameters.
- *
- * @opt_param string startTime
- * @return Google_Service_Dataflow_JobMetrics
- */
- public function getMetrics($projectId, $jobId, $optParams = array())
- {
- $params = array('projectId' => $projectId, 'jobId' => $jobId);
- $params = array_merge($params, $optParams);
- return $this->call('getMetrics', array($params), "Google_Service_Dataflow_JobMetrics");
- }
-
- /**
- * List the jobs of a project (jobs.listV1b3ProjectsJobs)
- *
- * @param string $projectId
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken
- * @opt_param string view
- * @opt_param int pageSize
- * @return Google_Service_Dataflow_ListJobsResponse
- */
- public function listV1b3ProjectsJobs($projectId, $optParams = array())
- {
- $params = array('projectId' => $projectId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse");
- }
-
- /**
- * Updates the state of an existing dataflow job. This method supports patch
- * semantics. (jobs.patch)
- *
- * @param string $projectId
- * @param string $jobId
- * @param Google_Job $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dataflow_Job
- */
- public function patch($projectId, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array())
- {
- $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_Dataflow_Job");
- }
-
- /**
- * Updates the state of an existing dataflow job. (jobs.update)
- *
- * @param string $projectId
- * @param string $jobId
- * @param Google_Job $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dataflow_Job
- */
- public function update($projectId, $jobId, Google_Service_Dataflow_Job $postBody, $optParams = array())
- {
- $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_Dataflow_Job");
- }
-}
-
-/**
- * The "messages" collection of methods.
- * Typical usage is:
- *
- * $dataflowService = new Google_Service_Dataflow(...);
- * $messages = $dataflowService->messages;
- *
- */
-class Google_Service_Dataflow_V1b3ProjectsJobsMessages_Resource extends Google_Service_Resource
-{
-
- /**
- * Request the job status. (messages.listV1b3ProjectsJobsMessages)
- *
- * @param string $projectId
- * @param string $jobId
- * @param array $optParams Optional parameters.
- *
- * @opt_param int pageSize
- * @opt_param string pageToken
- * @opt_param string startTime
- * @opt_param string endTime
- * @opt_param string minimumImportance
- * @return Google_Service_Dataflow_ListJobMessagesResponse
- */
- public function listV1b3ProjectsJobsMessages($projectId, $jobId, $optParams = array())
- {
- $params = array('projectId' => $projectId, 'jobId' => $jobId);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Dataflow_ListJobMessagesResponse");
- }
-}
-/**
- * The "workItems" collection of methods.
- * Typical usage is:
- *
- * $dataflowService = new Google_Service_Dataflow(...);
- * $workItems = $dataflowService->workItems;
- *
- */
-class Google_Service_Dataflow_V1b3ProjectsJobsWorkItems_Resource extends Google_Service_Resource
-{
-
- /**
- * Leases a dataflow WorkItem to run. (workItems.lease)
- *
- * @param string $projectId
- * @param string $jobId
- * @param Google_LeaseWorkItemRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dataflow_LeaseWorkItemResponse
- */
- public function lease($projectId, $jobId, Google_Service_Dataflow_LeaseWorkItemRequest $postBody, $optParams = array())
- {
- $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('lease', array($params), "Google_Service_Dataflow_LeaseWorkItemResponse");
- }
-
- /**
- * Reports the status of dataflow WorkItems leased by a worker.
- * (workItems.reportStatus)
- *
- * @param string $projectId
- * @param string $jobId
- * @param Google_ReportWorkItemStatusRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_Dataflow_ReportWorkItemStatusResponse
- */
- public function reportStatus($projectId, $jobId, Google_Service_Dataflow_ReportWorkItemStatusRequest $postBody, $optParams = array())
- {
- $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('reportStatus', array($params), "Google_Service_Dataflow_ReportWorkItemStatusResponse");
- }
-}
-
-
-
-
-class Google_Service_Dataflow_ApproximateProgress extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $percentComplete;
- protected $positionType = 'Google_Service_Dataflow_Position';
- protected $positionDataType = '';
- public $remainingTime;
-
-
- public function setPercentComplete($percentComplete)
- {
- $this->percentComplete = $percentComplete;
- }
- public function getPercentComplete()
- {
- return $this->percentComplete;
- }
- public function setPosition(Google_Service_Dataflow_Position $position)
- {
- $this->position = $position;
- }
- public function getPosition()
- {
- return $this->position;
- }
- public function setRemainingTime($remainingTime)
- {
- $this->remainingTime = $remainingTime;
- }
- public function getRemainingTime()
- {
- return $this->remainingTime;
- }
-}
-
-class Google_Service_Dataflow_AutoscalingSettings extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $algorithm;
- public $maxNumWorkers;
-
-
- public function setAlgorithm($algorithm)
- {
- $this->algorithm = $algorithm;
- }
- public function getAlgorithm()
- {
- return $this->algorithm;
- }
- public function setMaxNumWorkers($maxNumWorkers)
- {
- $this->maxNumWorkers = $maxNumWorkers;
- }
- public function getMaxNumWorkers()
- {
- return $this->maxNumWorkers;
- }
-}
-
-class Google_Service_Dataflow_ComputationTopology extends Google_Collection
-{
- protected $collection_key = 'outputs';
- protected $internal_gapi_mappings = array(
- );
- public $computationId;
- protected $inputsType = 'Google_Service_Dataflow_StreamLocation';
- protected $inputsDataType = 'array';
- protected $keyRangesType = 'Google_Service_Dataflow_KeyRangeLocation';
- protected $keyRangesDataType = 'array';
- protected $outputsType = 'Google_Service_Dataflow_StreamLocation';
- protected $outputsDataType = 'array';
-
-
- public function setComputationId($computationId)
- {
- $this->computationId = $computationId;
- }
- public function getComputationId()
- {
- return $this->computationId;
- }
- public function setInputs($inputs)
- {
- $this->inputs = $inputs;
- }
- public function getInputs()
- {
- return $this->inputs;
- }
- public function setKeyRanges($keyRanges)
- {
- $this->keyRanges = $keyRanges;
- }
- public function getKeyRanges()
- {
- return $this->keyRanges;
- }
- public function setOutputs($outputs)
- {
- $this->outputs = $outputs;
- }
- public function getOutputs()
- {
- return $this->outputs;
- }
-}
-
-class Google_Service_Dataflow_DataDiskAssignment extends Google_Collection
-{
- protected $collection_key = 'dataDisks';
- protected $internal_gapi_mappings = array(
- );
- public $dataDisks;
- public $vmInstance;
-
-
- public function setDataDisks($dataDisks)
- {
- $this->dataDisks = $dataDisks;
- }
- public function getDataDisks()
- {
- return $this->dataDisks;
- }
- public function setVmInstance($vmInstance)
- {
- $this->vmInstance = $vmInstance;
- }
- public function getVmInstance()
- {
- return $this->vmInstance;
- }
-}
-
-class Google_Service_Dataflow_Disk extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $diskType;
- public $mountPoint;
- public $sizeGb;
-
-
- public function setDiskType($diskType)
- {
- $this->diskType = $diskType;
- }
- public function getDiskType()
- {
- return $this->diskType;
- }
- public function setMountPoint($mountPoint)
- {
- $this->mountPoint = $mountPoint;
- }
- public function getMountPoint()
- {
- return $this->mountPoint;
- }
- public function setSizeGb($sizeGb)
- {
- $this->sizeGb = $sizeGb;
- }
- public function getSizeGb()
- {
- return $this->sizeGb;
- }
-}
-
-class Google_Service_Dataflow_Environment extends Google_Collection
-{
- protected $collection_key = 'workerPools';
- protected $internal_gapi_mappings = array(
- );
- public $clusterManagerApiService;
- public $dataset;
- public $experiments;
- public $tempStoragePrefix;
- public $userAgent;
- public $version;
- protected $workerPoolsType = 'Google_Service_Dataflow_WorkerPool';
- protected $workerPoolsDataType = 'array';
-
-
- public function setClusterManagerApiService($clusterManagerApiService)
- {
- $this->clusterManagerApiService = $clusterManagerApiService;
- }
- public function getClusterManagerApiService()
- {
- return $this->clusterManagerApiService;
- }
- public function setDataset($dataset)
- {
- $this->dataset = $dataset;
- }
- public function getDataset()
- {
- return $this->dataset;
- }
- public function setExperiments($experiments)
- {
- $this->experiments = $experiments;
- }
- public function getExperiments()
- {
- return $this->experiments;
- }
- public function setTempStoragePrefix($tempStoragePrefix)
- {
- $this->tempStoragePrefix = $tempStoragePrefix;
- }
- public function getTempStoragePrefix()
- {
- return $this->tempStoragePrefix;
- }
- public function setUserAgent($userAgent)
- {
- $this->userAgent = $userAgent;
- }
- public function getUserAgent()
- {
- return $this->userAgent;
- }
- public function setVersion($version)
- {
- $this->version = $version;
- }
- public function getVersion()
- {
- return $this->version;
- }
- public function setWorkerPools($workerPools)
- {
- $this->workerPools = $workerPools;
- }
- public function getWorkerPools()
- {
- return $this->workerPools;
- }
-}
-
-class Google_Service_Dataflow_EnvironmentUserAgent extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_EnvironmentVersion extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_FlattenInstruction extends Google_Collection
-{
- protected $collection_key = 'inputs';
- protected $internal_gapi_mappings = array(
- );
- protected $inputsType = 'Google_Service_Dataflow_InstructionInput';
- protected $inputsDataType = 'array';
-
-
- public function setInputs($inputs)
- {
- $this->inputs = $inputs;
- }
- public function getInputs()
- {
- return $this->inputs;
- }
-}
-
-class Google_Service_Dataflow_InstructionInput extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $outputNum;
- public $producerInstructionIndex;
-
-
- public function setOutputNum($outputNum)
- {
- $this->outputNum = $outputNum;
- }
- public function getOutputNum()
- {
- return $this->outputNum;
- }
- public function setProducerInstructionIndex($producerInstructionIndex)
- {
- $this->producerInstructionIndex = $producerInstructionIndex;
- }
- public function getProducerInstructionIndex()
- {
- return $this->producerInstructionIndex;
- }
-}
-
-class Google_Service_Dataflow_InstructionOutput extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $codec;
- public $name;
-
-
- public function setCodec($codec)
- {
- $this->codec = $codec;
- }
- public function getCodec()
- {
- return $this->codec;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
}
}
-class Google_Service_Dataflow_InstructionOutputCodec extends Google_Model
-{
-}
-class Google_Service_Dataflow_Job extends Google_Collection
-{
- protected $collection_key = 'steps';
- protected $internal_gapi_mappings = array(
- );
- public $createTime;
- public $currentState;
- public $currentStateTime;
- protected $environmentType = 'Google_Service_Dataflow_Environment';
- protected $environmentDataType = '';
- protected $executionInfoType = 'Google_Service_Dataflow_JobExecutionInfo';
- protected $executionInfoDataType = '';
- public $id;
- public $name;
- public $projectId;
- public $requestedState;
- protected $stepsType = 'Google_Service_Dataflow_Step';
- protected $stepsDataType = 'array';
- public $type;
- public function setCreateTime($createTime)
- {
- $this->createTime = $createTime;
- }
- public function getCreateTime()
- {
- return $this->createTime;
- }
- public function setCurrentState($currentState)
- {
- $this->currentState = $currentState;
- }
- public function getCurrentState()
- {
- return $this->currentState;
- }
- public function setCurrentStateTime($currentStateTime)
- {
- $this->currentStateTime = $currentStateTime;
- }
- public function getCurrentStateTime()
- {
- return $this->currentStateTime;
- }
- public function setEnvironment(Google_Service_Dataflow_Environment $environment)
- {
- $this->environment = $environment;
- }
- public function getEnvironment()
- {
- return $this->environment;
- }
- public function setExecutionInfo(Google_Service_Dataflow_JobExecutionInfo $executionInfo)
- {
- $this->executionInfo = $executionInfo;
- }
- public function getExecutionInfo()
- {
- return $this->executionInfo;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
- public function getProjectId()
- {
- return $this->projectId;
- }
- public function setRequestedState($requestedState)
- {
- $this->requestedState = $requestedState;
- }
- public function getRequestedState()
- {
- return $this->requestedState;
- }
- public function setSteps($steps)
- {
- $this->steps = $steps;
- }
- public function getSteps()
- {
- return $this->steps;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_Dataflow_JobExecutionInfo extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $stagesType = 'Google_Service_Dataflow_JobExecutionStageInfo';
- protected $stagesDataType = 'map';
-
-
- public function setStages($stages)
- {
- $this->stages = $stages;
- }
- public function getStages()
- {
- return $this->stages;
- }
-}
-
-class Google_Service_Dataflow_JobExecutionInfoStages extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_JobExecutionStageInfo extends Google_Collection
-{
- protected $collection_key = 'stepName';
- protected $internal_gapi_mappings = array(
- );
- public $stepName;
-
-
- public function setStepName($stepName)
- {
- $this->stepName = $stepName;
- }
- public function getStepName()
- {
- return $this->stepName;
- }
-}
-
-class Google_Service_Dataflow_JobMessage extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $id;
- public $messageImportance;
- public $messageText;
- public $time;
-
-
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- public function setMessageImportance($messageImportance)
- {
- $this->messageImportance = $messageImportance;
- }
- public function getMessageImportance()
- {
- return $this->messageImportance;
- }
- public function setMessageText($messageText)
- {
- $this->messageText = $messageText;
- }
- public function getMessageText()
- {
- return $this->messageText;
- }
- public function setTime($time)
- {
- $this->time = $time;
- }
- public function getTime()
- {
- return $this->time;
- }
-}
-
-class Google_Service_Dataflow_JobMetrics extends Google_Collection
-{
- protected $collection_key = 'metrics';
- protected $internal_gapi_mappings = array(
- );
- public $metricTime;
- protected $metricsType = 'Google_Service_Dataflow_MetricUpdate';
- protected $metricsDataType = 'array';
-
-
- public function setMetricTime($metricTime)
- {
- $this->metricTime = $metricTime;
- }
- public function getMetricTime()
- {
- return $this->metricTime;
- }
- public function setMetrics($metrics)
- {
- $this->metrics = $metrics;
- }
- public function getMetrics()
- {
- return $this->metrics;
- }
-}
-
-class Google_Service_Dataflow_KeyRangeLocation extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $dataDisk;
- public $deliveryEndpoint;
- public $end;
- public $persistentDirectory;
- public $start;
-
-
- public function setDataDisk($dataDisk)
- {
- $this->dataDisk = $dataDisk;
- }
- public function getDataDisk()
- {
- return $this->dataDisk;
- }
- public function setDeliveryEndpoint($deliveryEndpoint)
- {
- $this->deliveryEndpoint = $deliveryEndpoint;
- }
- public function getDeliveryEndpoint()
- {
- return $this->deliveryEndpoint;
- }
- public function setEnd($end)
- {
- $this->end = $end;
- }
- public function getEnd()
- {
- return $this->end;
- }
- public function setPersistentDirectory($persistentDirectory)
- {
- $this->persistentDirectory = $persistentDirectory;
- }
- public function getPersistentDirectory()
- {
- return $this->persistentDirectory;
- }
- public function setStart($start)
- {
- $this->start = $start;
- }
- public function getStart()
- {
- return $this->start;
- }
-}
-
-class Google_Service_Dataflow_LeaseWorkItemRequest extends Google_Collection
-{
- protected $collection_key = 'workerCapabilities';
- protected $internal_gapi_mappings = array(
- );
- public $currentWorkerTime;
- public $requestedLeaseDuration;
- public $workItemTypes;
- public $workerCapabilities;
- public $workerId;
-
-
- public function setCurrentWorkerTime($currentWorkerTime)
- {
- $this->currentWorkerTime = $currentWorkerTime;
- }
- public function getCurrentWorkerTime()
- {
- return $this->currentWorkerTime;
- }
- public function setRequestedLeaseDuration($requestedLeaseDuration)
- {
- $this->requestedLeaseDuration = $requestedLeaseDuration;
- }
- public function getRequestedLeaseDuration()
- {
- return $this->requestedLeaseDuration;
- }
- public function setWorkItemTypes($workItemTypes)
- {
- $this->workItemTypes = $workItemTypes;
- }
- public function getWorkItemTypes()
- {
- return $this->workItemTypes;
- }
- public function setWorkerCapabilities($workerCapabilities)
- {
- $this->workerCapabilities = $workerCapabilities;
- }
- public function getWorkerCapabilities()
- {
- return $this->workerCapabilities;
- }
- public function setWorkerId($workerId)
- {
- $this->workerId = $workerId;
- }
- public function getWorkerId()
- {
- return $this->workerId;
- }
-}
-
-class Google_Service_Dataflow_LeaseWorkItemResponse extends Google_Collection
-{
- protected $collection_key = 'workItems';
- protected $internal_gapi_mappings = array(
- );
- protected $workItemsType = 'Google_Service_Dataflow_WorkItem';
- protected $workItemsDataType = 'array';
-
-
- public function setWorkItems($workItems)
- {
- $this->workItems = $workItems;
- }
- public function getWorkItems()
- {
- return $this->workItems;
- }
-}
-
-class Google_Service_Dataflow_ListJobMessagesResponse extends Google_Collection
-{
- protected $collection_key = 'jobMessages';
- protected $internal_gapi_mappings = array(
- );
- protected $jobMessagesType = 'Google_Service_Dataflow_JobMessage';
- protected $jobMessagesDataType = 'array';
- public $nextPageToken;
-
-
- public function setJobMessages($jobMessages)
- {
- $this->jobMessages = $jobMessages;
- }
- public function getJobMessages()
- {
- return $this->jobMessages;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_Dataflow_ListJobsResponse extends Google_Collection
-{
- protected $collection_key = 'jobs';
- protected $internal_gapi_mappings = array(
- );
- protected $jobsType = 'Google_Service_Dataflow_Job';
- protected $jobsDataType = 'array';
- public $nextPageToken;
-
-
- public function setJobs($jobs)
- {
- $this->jobs = $jobs;
- }
- public function getJobs()
- {
- return $this->jobs;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_Dataflow_MapTask extends Google_Collection
-{
- protected $collection_key = 'instructions';
- protected $internal_gapi_mappings = array(
- );
- protected $instructionsType = 'Google_Service_Dataflow_ParallelInstruction';
- protected $instructionsDataType = 'array';
- public $stageName;
- public $systemName;
-
-
- public function setInstructions($instructions)
- {
- $this->instructions = $instructions;
- }
- public function getInstructions()
- {
- return $this->instructions;
- }
- public function setStageName($stageName)
- {
- $this->stageName = $stageName;
- }
- public function getStageName()
- {
- return $this->stageName;
- }
- public function setSystemName($systemName)
- {
- $this->systemName = $systemName;
- }
- public function getSystemName()
- {
- return $this->systemName;
- }
-}
-
-class Google_Service_Dataflow_MetricStructuredName extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $context;
- public $name;
- public $origin;
-
-
- public function setContext($context)
- {
- $this->context = $context;
- }
- public function getContext()
- {
- return $this->context;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setOrigin($origin)
- {
- $this->origin = $origin;
- }
- public function getOrigin()
- {
- return $this->origin;
- }
-}
-
-class Google_Service_Dataflow_MetricStructuredNameContext extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_MetricUpdate extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $cumulative;
- public $internal;
- public $kind;
- public $meanCount;
- public $meanSum;
- protected $nameType = 'Google_Service_Dataflow_MetricStructuredName';
- protected $nameDataType = '';
- public $scalar;
- public $set;
- public $updateTime;
-
-
- public function setCumulative($cumulative)
- {
- $this->cumulative = $cumulative;
- }
- public function getCumulative()
- {
- return $this->cumulative;
- }
- public function setInternal($internal)
- {
- $this->internal = $internal;
- }
- public function getInternal()
- {
- return $this->internal;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setMeanCount($meanCount)
- {
- $this->meanCount = $meanCount;
- }
- public function getMeanCount()
- {
- return $this->meanCount;
- }
- public function setMeanSum($meanSum)
- {
- $this->meanSum = $meanSum;
- }
- public function getMeanSum()
- {
- return $this->meanSum;
- }
- public function setName(Google_Service_Dataflow_MetricStructuredName $name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setScalar($scalar)
- {
- $this->scalar = $scalar;
- }
- public function getScalar()
- {
- return $this->scalar;
- }
- public function setSet($set)
- {
- $this->set = $set;
- }
- public function getSet()
- {
- return $this->set;
- }
- public function setUpdateTime($updateTime)
- {
- $this->updateTime = $updateTime;
- }
- public function getUpdateTime()
- {
- return $this->updateTime;
- }
-}
-
-class Google_Service_Dataflow_MultiOutputInfo extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $tag;
-
-
- public function setTag($tag)
- {
- $this->tag = $tag;
- }
- public function getTag()
- {
- return $this->tag;
- }
-}
-
-class Google_Service_Dataflow_Package extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $location;
- public $name;
-
-
- public function setLocation($location)
- {
- $this->location = $location;
- }
- public function getLocation()
- {
- return $this->location;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
-}
-
-class Google_Service_Dataflow_ParDoInstruction extends Google_Collection
-{
- protected $collection_key = 'sideInputs';
- protected $internal_gapi_mappings = array(
- );
- protected $inputType = 'Google_Service_Dataflow_InstructionInput';
- protected $inputDataType = '';
- protected $multiOutputInfosType = 'Google_Service_Dataflow_MultiOutputInfo';
- protected $multiOutputInfosDataType = 'array';
- public $numOutputs;
- protected $sideInputsType = 'Google_Service_Dataflow_SideInputInfo';
- protected $sideInputsDataType = 'array';
- public $userFn;
-
-
- public function setInput(Google_Service_Dataflow_InstructionInput $input)
- {
- $this->input = $input;
- }
- public function getInput()
- {
- return $this->input;
- }
- public function setMultiOutputInfos($multiOutputInfos)
- {
- $this->multiOutputInfos = $multiOutputInfos;
- }
- public function getMultiOutputInfos()
- {
- return $this->multiOutputInfos;
- }
- public function setNumOutputs($numOutputs)
- {
- $this->numOutputs = $numOutputs;
- }
- public function getNumOutputs()
- {
- return $this->numOutputs;
- }
- public function setSideInputs($sideInputs)
- {
- $this->sideInputs = $sideInputs;
- }
- public function getSideInputs()
- {
- return $this->sideInputs;
- }
- public function setUserFn($userFn)
- {
- $this->userFn = $userFn;
- }
- public function getUserFn()
- {
- return $this->userFn;
- }
-}
-
-class Google_Service_Dataflow_ParDoInstructionUserFn extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_ParallelInstruction extends Google_Collection
-{
- protected $collection_key = 'outputs';
- protected $internal_gapi_mappings = array(
- );
- protected $flattenType = 'Google_Service_Dataflow_FlattenInstruction';
- protected $flattenDataType = '';
- public $name;
- protected $outputsType = 'Google_Service_Dataflow_InstructionOutput';
- protected $outputsDataType = 'array';
- protected $parDoType = 'Google_Service_Dataflow_ParDoInstruction';
- protected $parDoDataType = '';
- protected $partialGroupByKeyType = 'Google_Service_Dataflow_PartialGroupByKeyInstruction';
- protected $partialGroupByKeyDataType = '';
- protected $readType = 'Google_Service_Dataflow_ReadInstruction';
- protected $readDataType = '';
- public $systemName;
- protected $writeType = 'Google_Service_Dataflow_WriteInstruction';
- protected $writeDataType = '';
-
-
- public function setFlatten(Google_Service_Dataflow_FlattenInstruction $flatten)
- {
- $this->flatten = $flatten;
- }
- public function getFlatten()
- {
- return $this->flatten;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setOutputs($outputs)
- {
- $this->outputs = $outputs;
- }
- public function getOutputs()
- {
- return $this->outputs;
- }
- public function setParDo(Google_Service_Dataflow_ParDoInstruction $parDo)
- {
- $this->parDo = $parDo;
- }
- public function getParDo()
- {
- return $this->parDo;
- }
- public function setPartialGroupByKey(Google_Service_Dataflow_PartialGroupByKeyInstruction $partialGroupByKey)
- {
- $this->partialGroupByKey = $partialGroupByKey;
- }
- public function getPartialGroupByKey()
- {
- return $this->partialGroupByKey;
- }
- public function setRead(Google_Service_Dataflow_ReadInstruction $read)
- {
- $this->read = $read;
- }
- public function getRead()
- {
- return $this->read;
- }
- public function setSystemName($systemName)
- {
- $this->systemName = $systemName;
- }
- public function getSystemName()
- {
- return $this->systemName;
- }
- public function setWrite(Google_Service_Dataflow_WriteInstruction $write)
- {
- $this->write = $write;
- }
- public function getWrite()
- {
- return $this->write;
- }
-}
-
-class Google_Service_Dataflow_PartialGroupByKeyInstruction extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $inputType = 'Google_Service_Dataflow_InstructionInput';
- protected $inputDataType = '';
- public $inputElementCodec;
-
-
- public function setInput(Google_Service_Dataflow_InstructionInput $input)
- {
- $this->input = $input;
- }
- public function getInput()
- {
- return $this->input;
- }
- public function setInputElementCodec($inputElementCodec)
- {
- $this->inputElementCodec = $inputElementCodec;
- }
- public function getInputElementCodec()
- {
- return $this->inputElementCodec;
- }
-}
-
-class Google_Service_Dataflow_PartialGroupByKeyInstructionInputElementCodec extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_Position extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $byteOffset;
- public $end;
- public $key;
- public $recordIndex;
- public $shufflePosition;
-
-
- public function setByteOffset($byteOffset)
- {
- $this->byteOffset = $byteOffset;
- }
- public function getByteOffset()
- {
- return $this->byteOffset;
- }
- public function setEnd($end)
- {
- $this->end = $end;
- }
- public function getEnd()
- {
- return $this->end;
- }
- public function setKey($key)
- {
- $this->key = $key;
- }
- public function getKey()
- {
- return $this->key;
- }
- public function setRecordIndex($recordIndex)
- {
- $this->recordIndex = $recordIndex;
- }
- public function getRecordIndex()
- {
- return $this->recordIndex;
- }
- public function setShufflePosition($shufflePosition)
- {
- $this->shufflePosition = $shufflePosition;
- }
- public function getShufflePosition()
- {
- return $this->shufflePosition;
- }
-}
-
-class Google_Service_Dataflow_PubsubLocation extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $subscription;
- public $topic;
-
-
- public function setSubscription($subscription)
- {
- $this->subscription = $subscription;
- }
- public function getSubscription()
- {
- return $this->subscription;
- }
- public function setTopic($topic)
- {
- $this->topic = $topic;
- }
- public function getTopic()
- {
- return $this->topic;
- }
-}
-
-class Google_Service_Dataflow_ReadInstruction extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $sourceType = 'Google_Service_Dataflow_Source';
- protected $sourceDataType = '';
-
-
- public function setSource(Google_Service_Dataflow_Source $source)
- {
- $this->source = $source;
- }
- public function getSource()
- {
- return $this->source;
- }
-}
-
-class Google_Service_Dataflow_ReportWorkItemStatusRequest extends Google_Collection
-{
- protected $collection_key = 'workItemStatuses';
- protected $internal_gapi_mappings = array(
- );
- public $currentWorkerTime;
- protected $workItemStatusesType = 'Google_Service_Dataflow_WorkItemStatus';
- protected $workItemStatusesDataType = 'array';
- public $workerId;
-
-
- public function setCurrentWorkerTime($currentWorkerTime)
- {
- $this->currentWorkerTime = $currentWorkerTime;
- }
- public function getCurrentWorkerTime()
- {
- return $this->currentWorkerTime;
- }
- public function setWorkItemStatuses($workItemStatuses)
- {
- $this->workItemStatuses = $workItemStatuses;
- }
- public function getWorkItemStatuses()
- {
- return $this->workItemStatuses;
- }
- public function setWorkerId($workerId)
- {
- $this->workerId = $workerId;
- }
- public function getWorkerId()
- {
- return $this->workerId;
- }
-}
-
-class Google_Service_Dataflow_ReportWorkItemStatusResponse extends Google_Collection
-{
- protected $collection_key = 'workItemServiceStates';
- protected $internal_gapi_mappings = array(
- );
- protected $workItemServiceStatesType = 'Google_Service_Dataflow_WorkItemServiceState';
- protected $workItemServiceStatesDataType = 'array';
-
-
- public function setWorkItemServiceStates($workItemServiceStates)
- {
- $this->workItemServiceStates = $workItemServiceStates;
- }
- public function getWorkItemServiceStates()
- {
- return $this->workItemServiceStates;
- }
-}
-
-class Google_Service_Dataflow_SeqMapTask extends Google_Collection
-{
- protected $collection_key = 'outputInfos';
- protected $internal_gapi_mappings = array(
- );
- protected $inputsType = 'Google_Service_Dataflow_SideInputInfo';
- protected $inputsDataType = 'array';
- public $name;
- protected $outputInfosType = 'Google_Service_Dataflow_SeqMapTaskOutputInfo';
- protected $outputInfosDataType = 'array';
- public $stageName;
- public $systemName;
- public $userFn;
-
-
- public function setInputs($inputs)
- {
- $this->inputs = $inputs;
- }
- public function getInputs()
- {
- return $this->inputs;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setOutputInfos($outputInfos)
- {
- $this->outputInfos = $outputInfos;
- }
- public function getOutputInfos()
- {
- return $this->outputInfos;
- }
- public function setStageName($stageName)
- {
- $this->stageName = $stageName;
- }
- public function getStageName()
- {
- return $this->stageName;
- }
- public function setSystemName($systemName)
- {
- $this->systemName = $systemName;
- }
- public function getSystemName()
- {
- return $this->systemName;
- }
- public function setUserFn($userFn)
- {
- $this->userFn = $userFn;
- }
- public function getUserFn()
- {
- return $this->userFn;
- }
-}
-
-class Google_Service_Dataflow_SeqMapTaskOutputInfo extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $sinkType = 'Google_Service_Dataflow_Sink';
- protected $sinkDataType = '';
- public $tag;
-
-
- public function setSink(Google_Service_Dataflow_Sink $sink)
- {
- $this->sink = $sink;
- }
- public function getSink()
- {
- return $this->sink;
- }
- public function setTag($tag)
- {
- $this->tag = $tag;
- }
- public function getTag()
- {
- return $this->tag;
- }
-}
-
-class Google_Service_Dataflow_SeqMapTaskUserFn extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_ShellTask extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $command;
- public $exitCode;
-
-
- public function setCommand($command)
- {
- $this->command = $command;
- }
- public function getCommand()
- {
- return $this->command;
- }
- public function setExitCode($exitCode)
- {
- $this->exitCode = $exitCode;
- }
- public function getExitCode()
- {
- return $this->exitCode;
- }
-}
-
-class Google_Service_Dataflow_SideInputInfo extends Google_Collection
-{
- protected $collection_key = 'sources';
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- protected $sourcesType = 'Google_Service_Dataflow_Source';
- protected $sourcesDataType = 'array';
- public $tag;
-
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setSources($sources)
- {
- $this->sources = $sources;
- }
- public function getSources()
- {
- return $this->sources;
- }
- public function setTag($tag)
- {
- $this->tag = $tag;
- }
- public function getTag()
- {
- return $this->tag;
- }
-}
-
-class Google_Service_Dataflow_SideInputInfoKind extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_Sink extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $codec;
- public $spec;
-
-
- public function setCodec($codec)
- {
- $this->codec = $codec;
- }
- public function getCodec()
- {
- return $this->codec;
- }
- public function setSpec($spec)
- {
- $this->spec = $spec;
- }
- public function getSpec()
- {
- return $this->spec;
- }
-}
-
-class Google_Service_Dataflow_SinkCodec extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_SinkSpec extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_Source extends Google_Collection
-{
- protected $collection_key = 'baseSpecs';
- protected $internal_gapi_mappings = array(
- );
- public $baseSpecs;
- public $codec;
- public $doesNotNeedSplitting;
- protected $metadataType = 'Google_Service_Dataflow_SourceMetadata';
- protected $metadataDataType = '';
- public $spec;
-
-
- public function setBaseSpecs($baseSpecs)
- {
- $this->baseSpecs = $baseSpecs;
- }
- public function getBaseSpecs()
- {
- return $this->baseSpecs;
- }
- public function setCodec($codec)
- {
- $this->codec = $codec;
- }
- public function getCodec()
- {
- return $this->codec;
- }
- public function setDoesNotNeedSplitting($doesNotNeedSplitting)
- {
- $this->doesNotNeedSplitting = $doesNotNeedSplitting;
- }
- public function getDoesNotNeedSplitting()
- {
- return $this->doesNotNeedSplitting;
- }
- public function setMetadata(Google_Service_Dataflow_SourceMetadata $metadata)
- {
- $this->metadata = $metadata;
- }
- public function getMetadata()
- {
- return $this->metadata;
- }
- public function setSpec($spec)
- {
- $this->spec = $spec;
- }
- public function getSpec()
- {
- return $this->spec;
- }
-}
-
-class Google_Service_Dataflow_SourceBaseSpecs extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_SourceCodec extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_SourceGetMetadataRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $sourceType = 'Google_Service_Dataflow_Source';
- protected $sourceDataType = '';
-
-
- public function setSource(Google_Service_Dataflow_Source $source)
- {
- $this->source = $source;
- }
- public function getSource()
- {
- return $this->source;
- }
-}
-
-class Google_Service_Dataflow_SourceGetMetadataResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $metadataType = 'Google_Service_Dataflow_SourceMetadata';
- protected $metadataDataType = '';
-
-
- public function setMetadata(Google_Service_Dataflow_SourceMetadata $metadata)
- {
- $this->metadata = $metadata;
- }
- public function getMetadata()
- {
- return $this->metadata;
- }
-}
-
-class Google_Service_Dataflow_SourceMetadata extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $estimatedSizeBytes;
- public $infinite;
- public $producesSortedKeys;
-
-
- public function setEstimatedSizeBytes($estimatedSizeBytes)
- {
- $this->estimatedSizeBytes = $estimatedSizeBytes;
- }
- public function getEstimatedSizeBytes()
- {
- return $this->estimatedSizeBytes;
- }
- public function setInfinite($infinite)
- {
- $this->infinite = $infinite;
- }
- public function getInfinite()
- {
- return $this->infinite;
- }
- public function setProducesSortedKeys($producesSortedKeys)
- {
- $this->producesSortedKeys = $producesSortedKeys;
- }
- public function getProducesSortedKeys()
- {
- return $this->producesSortedKeys;
- }
-}
-
-class Google_Service_Dataflow_SourceOperationRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $getMetadataType = 'Google_Service_Dataflow_SourceGetMetadataRequest';
- protected $getMetadataDataType = '';
- protected $splitType = 'Google_Service_Dataflow_SourceSplitRequest';
- protected $splitDataType = '';
-
-
- public function setGetMetadata(Google_Service_Dataflow_SourceGetMetadataRequest $getMetadata)
- {
- $this->getMetadata = $getMetadata;
- }
- public function getGetMetadata()
- {
- return $this->getMetadata;
- }
- public function setSplit(Google_Service_Dataflow_SourceSplitRequest $split)
- {
- $this->split = $split;
- }
- public function getSplit()
- {
- return $this->split;
- }
-}
-
-class Google_Service_Dataflow_SourceOperationResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $getMetadataType = 'Google_Service_Dataflow_SourceGetMetadataResponse';
- protected $getMetadataDataType = '';
- protected $splitType = 'Google_Service_Dataflow_SourceSplitResponse';
- protected $splitDataType = '';
-
-
- public function setGetMetadata(Google_Service_Dataflow_SourceGetMetadataResponse $getMetadata)
- {
- $this->getMetadata = $getMetadata;
- }
- public function getGetMetadata()
- {
- return $this->getMetadata;
- }
- public function setSplit(Google_Service_Dataflow_SourceSplitResponse $split)
- {
- $this->split = $split;
- }
- public function getSplit()
- {
- return $this->split;
- }
-}
-
-class Google_Service_Dataflow_SourceSpec extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_SourceSplitOptions extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $desiredShardSizeBytes;
-
-
- public function setDesiredShardSizeBytes($desiredShardSizeBytes)
- {
- $this->desiredShardSizeBytes = $desiredShardSizeBytes;
- }
- public function getDesiredShardSizeBytes()
- {
- return $this->desiredShardSizeBytes;
- }
-}
-
-class Google_Service_Dataflow_SourceSplitRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $optionsType = 'Google_Service_Dataflow_SourceSplitOptions';
- protected $optionsDataType = '';
- protected $sourceType = 'Google_Service_Dataflow_Source';
- protected $sourceDataType = '';
-
-
- public function setOptions(Google_Service_Dataflow_SourceSplitOptions $options)
- {
- $this->options = $options;
- }
- public function getOptions()
- {
- return $this->options;
- }
- public function setSource(Google_Service_Dataflow_Source $source)
- {
- $this->source = $source;
- }
- public function getSource()
- {
- return $this->source;
- }
-}
-
-class Google_Service_Dataflow_SourceSplitResponse extends Google_Collection
-{
- protected $collection_key = 'shards';
- protected $internal_gapi_mappings = array(
- );
- public $outcome;
- protected $shardsType = 'Google_Service_Dataflow_SourceSplitShard';
- protected $shardsDataType = 'array';
-
-
- public function setOutcome($outcome)
- {
- $this->outcome = $outcome;
- }
- public function getOutcome()
- {
- return $this->outcome;
- }
- public function setShards($shards)
- {
- $this->shards = $shards;
- }
- public function getShards()
- {
- return $this->shards;
- }
-}
-
-class Google_Service_Dataflow_SourceSplitShard extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $derivationMode;
- protected $sourceType = 'Google_Service_Dataflow_Source';
- protected $sourceDataType = '';
-
-
- public function setDerivationMode($derivationMode)
- {
- $this->derivationMode = $derivationMode;
- }
- public function getDerivationMode()
- {
- return $this->derivationMode;
- }
- public function setSource(Google_Service_Dataflow_Source $source)
- {
- $this->source = $source;
- }
- public function getSource()
- {
- return $this->source;
- }
-}
-
-class Google_Service_Dataflow_Status extends Google_Collection
-{
- protected $collection_key = 'details';
- protected $internal_gapi_mappings = array(
- );
- public $code;
- public $details;
- public $message;
-
-
- public function setCode($code)
- {
- $this->code = $code;
- }
- public function getCode()
- {
- return $this->code;
- }
- public function setDetails($details)
- {
- $this->details = $details;
- }
- public function getDetails()
- {
- return $this->details;
- }
- public function setMessage($message)
- {
- $this->message = $message;
- }
- public function getMessage()
- {
- return $this->message;
- }
-}
-
-class Google_Service_Dataflow_StatusDetails extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_Step extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $kind;
- public $name;
- public $properties;
-
-
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setProperties($properties)
- {
- $this->properties = $properties;
- }
- public function getProperties()
- {
- return $this->properties;
- }
-}
-
-class Google_Service_Dataflow_StepProperties extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_StreamLocation extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $pubsubLocationType = 'Google_Service_Dataflow_PubsubLocation';
- protected $pubsubLocationDataType = '';
- protected $streamingStageLocationType = 'Google_Service_Dataflow_StreamingStageLocation';
- protected $streamingStageLocationDataType = '';
-
-
- public function setPubsubLocation(Google_Service_Dataflow_PubsubLocation $pubsubLocation)
- {
- $this->pubsubLocation = $pubsubLocation;
- }
- public function getPubsubLocation()
- {
- return $this->pubsubLocation;
- }
- public function setStreamingStageLocation(Google_Service_Dataflow_StreamingStageLocation $streamingStageLocation)
- {
- $this->streamingStageLocation = $streamingStageLocation;
- }
- public function getStreamingStageLocation()
- {
- return $this->streamingStageLocation;
- }
-}
-
-class Google_Service_Dataflow_StreamingSetupTask extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $receiveWorkPort;
- protected $streamingComputationTopologyType = 'Google_Service_Dataflow_TopologyConfig';
- protected $streamingComputationTopologyDataType = '';
- public $workerHarnessPort;
-
-
- public function setReceiveWorkPort($receiveWorkPort)
- {
- $this->receiveWorkPort = $receiveWorkPort;
- }
- public function getReceiveWorkPort()
- {
- return $this->receiveWorkPort;
- }
- public function setStreamingComputationTopology(Google_Service_Dataflow_TopologyConfig $streamingComputationTopology)
- {
- $this->streamingComputationTopology = $streamingComputationTopology;
- }
- public function getStreamingComputationTopology()
- {
- return $this->streamingComputationTopology;
- }
- public function setWorkerHarnessPort($workerHarnessPort)
- {
- $this->workerHarnessPort = $workerHarnessPort;
- }
- public function getWorkerHarnessPort()
- {
- return $this->workerHarnessPort;
- }
-}
-
-class Google_Service_Dataflow_StreamingStageLocation extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $streamId;
-
-
- public function setStreamId($streamId)
- {
- $this->streamId = $streamId;
- }
- public function getStreamId()
- {
- return $this->streamId;
- }
-}
-
-class Google_Service_Dataflow_TaskRunnerSettings extends Google_Collection
-{
- protected $collection_key = 'oauthScopes';
- protected $internal_gapi_mappings = array(
- );
- public $alsologtostderr;
- public $baseTaskDir;
- public $baseUrl;
- public $commandlinesFileName;
- public $continueOnException;
- public $dataflowApiVersion;
- public $harnessCommand;
- public $languageHint;
- public $logDir;
- public $logToSerialconsole;
- public $logUploadLocation;
- public $oauthScopes;
- protected $parallelWorkerSettingsType = 'Google_Service_Dataflow_WorkerSettings';
- protected $parallelWorkerSettingsDataType = '';
- public $streamingWorkerMainClass;
- public $taskGroup;
- public $taskUser;
- public $tempStoragePrefix;
- public $vmId;
- public $workflowFileName;
-
-
- public function setAlsologtostderr($alsologtostderr)
- {
- $this->alsologtostderr = $alsologtostderr;
- }
- public function getAlsologtostderr()
- {
- return $this->alsologtostderr;
- }
- public function setBaseTaskDir($baseTaskDir)
- {
- $this->baseTaskDir = $baseTaskDir;
- }
- public function getBaseTaskDir()
- {
- return $this->baseTaskDir;
- }
- public function setBaseUrl($baseUrl)
- {
- $this->baseUrl = $baseUrl;
- }
- public function getBaseUrl()
- {
- return $this->baseUrl;
- }
- public function setCommandlinesFileName($commandlinesFileName)
- {
- $this->commandlinesFileName = $commandlinesFileName;
- }
- public function getCommandlinesFileName()
- {
- return $this->commandlinesFileName;
- }
- public function setContinueOnException($continueOnException)
- {
- $this->continueOnException = $continueOnException;
- }
- public function getContinueOnException()
- {
- return $this->continueOnException;
- }
- public function setDataflowApiVersion($dataflowApiVersion)
- {
- $this->dataflowApiVersion = $dataflowApiVersion;
- }
- public function getDataflowApiVersion()
- {
- return $this->dataflowApiVersion;
- }
- public function setHarnessCommand($harnessCommand)
- {
- $this->harnessCommand = $harnessCommand;
- }
- public function getHarnessCommand()
- {
- return $this->harnessCommand;
- }
- public function setLanguageHint($languageHint)
- {
- $this->languageHint = $languageHint;
- }
- public function getLanguageHint()
- {
- return $this->languageHint;
- }
- public function setLogDir($logDir)
- {
- $this->logDir = $logDir;
- }
- public function getLogDir()
- {
- return $this->logDir;
- }
- public function setLogToSerialconsole($logToSerialconsole)
- {
- $this->logToSerialconsole = $logToSerialconsole;
- }
- public function getLogToSerialconsole()
- {
- return $this->logToSerialconsole;
- }
- public function setLogUploadLocation($logUploadLocation)
- {
- $this->logUploadLocation = $logUploadLocation;
- }
- public function getLogUploadLocation()
- {
- return $this->logUploadLocation;
- }
- public function setOauthScopes($oauthScopes)
- {
- $this->oauthScopes = $oauthScopes;
- }
- public function getOauthScopes()
- {
- return $this->oauthScopes;
- }
- public function setParallelWorkerSettings(Google_Service_Dataflow_WorkerSettings $parallelWorkerSettings)
- {
- $this->parallelWorkerSettings = $parallelWorkerSettings;
- }
- public function getParallelWorkerSettings()
- {
- return $this->parallelWorkerSettings;
- }
- public function setStreamingWorkerMainClass($streamingWorkerMainClass)
- {
- $this->streamingWorkerMainClass = $streamingWorkerMainClass;
- }
- public function getStreamingWorkerMainClass()
- {
- return $this->streamingWorkerMainClass;
- }
- public function setTaskGroup($taskGroup)
- {
- $this->taskGroup = $taskGroup;
- }
- public function getTaskGroup()
- {
- return $this->taskGroup;
- }
- public function setTaskUser($taskUser)
- {
- $this->taskUser = $taskUser;
- }
- public function getTaskUser()
- {
- return $this->taskUser;
- }
- public function setTempStoragePrefix($tempStoragePrefix)
- {
- $this->tempStoragePrefix = $tempStoragePrefix;
- }
- public function getTempStoragePrefix()
- {
- return $this->tempStoragePrefix;
- }
- public function setVmId($vmId)
- {
- $this->vmId = $vmId;
- }
- public function getVmId()
- {
- return $this->vmId;
- }
- public function setWorkflowFileName($workflowFileName)
- {
- $this->workflowFileName = $workflowFileName;
- }
- public function getWorkflowFileName()
- {
- return $this->workflowFileName;
- }
-}
-
-class Google_Service_Dataflow_TopologyConfig extends Google_Collection
-{
- protected $collection_key = 'dataDiskAssignments';
- protected $internal_gapi_mappings = array(
- );
- protected $computationsType = 'Google_Service_Dataflow_ComputationTopology';
- protected $computationsDataType = 'array';
- protected $dataDiskAssignmentsType = 'Google_Service_Dataflow_DataDiskAssignment';
- protected $dataDiskAssignmentsDataType = 'array';
-
-
- public function setComputations($computations)
- {
- $this->computations = $computations;
- }
- public function getComputations()
- {
- return $this->computations;
- }
- public function setDataDiskAssignments($dataDiskAssignments)
- {
- $this->dataDiskAssignments = $dataDiskAssignments;
- }
- public function getDataDiskAssignments()
- {
- return $this->dataDiskAssignments;
- }
-}
-
-class Google_Service_Dataflow_WorkItem extends Google_Collection
-{
- protected $collection_key = 'packages';
- protected $internal_gapi_mappings = array(
- );
- public $configuration;
- public $id;
- public $jobId;
- public $leaseExpireTime;
- protected $mapTaskType = 'Google_Service_Dataflow_MapTask';
- protected $mapTaskDataType = '';
- protected $packagesType = 'Google_Service_Dataflow_Package';
- protected $packagesDataType = 'array';
- public $projectId;
- public $reportStatusInterval;
- protected $seqMapTaskType = 'Google_Service_Dataflow_SeqMapTask';
- protected $seqMapTaskDataType = '';
- protected $shellTaskType = 'Google_Service_Dataflow_ShellTask';
- protected $shellTaskDataType = '';
- protected $sourceOperationTaskType = 'Google_Service_Dataflow_SourceOperationRequest';
- protected $sourceOperationTaskDataType = '';
- protected $streamingSetupTaskType = 'Google_Service_Dataflow_StreamingSetupTask';
- protected $streamingSetupTaskDataType = '';
-
-
- public function setConfiguration($configuration)
- {
- $this->configuration = $configuration;
- }
- public function getConfiguration()
- {
- return $this->configuration;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- public function setJobId($jobId)
- {
- $this->jobId = $jobId;
- }
- public function getJobId()
- {
- return $this->jobId;
- }
- public function setLeaseExpireTime($leaseExpireTime)
- {
- $this->leaseExpireTime = $leaseExpireTime;
- }
- public function getLeaseExpireTime()
- {
- return $this->leaseExpireTime;
- }
- public function setMapTask(Google_Service_Dataflow_MapTask $mapTask)
- {
- $this->mapTask = $mapTask;
- }
- public function getMapTask()
- {
- return $this->mapTask;
- }
- public function setPackages($packages)
- {
- $this->packages = $packages;
- }
- public function getPackages()
- {
- return $this->packages;
- }
- public function setProjectId($projectId)
- {
- $this->projectId = $projectId;
- }
- public function getProjectId()
- {
- return $this->projectId;
- }
- public function setReportStatusInterval($reportStatusInterval)
- {
- $this->reportStatusInterval = $reportStatusInterval;
- }
- public function getReportStatusInterval()
- {
- return $this->reportStatusInterval;
- }
- public function setSeqMapTask(Google_Service_Dataflow_SeqMapTask $seqMapTask)
- {
- $this->seqMapTask = $seqMapTask;
- }
- public function getSeqMapTask()
- {
- return $this->seqMapTask;
- }
- public function setShellTask(Google_Service_Dataflow_ShellTask $shellTask)
- {
- $this->shellTask = $shellTask;
- }
- public function getShellTask()
- {
- return $this->shellTask;
- }
- public function setSourceOperationTask(Google_Service_Dataflow_SourceOperationRequest $sourceOperationTask)
- {
- $this->sourceOperationTask = $sourceOperationTask;
- }
- public function getSourceOperationTask()
- {
- return $this->sourceOperationTask;
- }
- public function setStreamingSetupTask(Google_Service_Dataflow_StreamingSetupTask $streamingSetupTask)
- {
- $this->streamingSetupTask = $streamingSetupTask;
- }
- public function getStreamingSetupTask()
- {
- return $this->streamingSetupTask;
- }
-}
-
-class Google_Service_Dataflow_WorkItemServiceState extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $harnessData;
- public $leaseExpireTime;
- public $reportStatusInterval;
- protected $suggestedStopPointType = 'Google_Service_Dataflow_ApproximateProgress';
- protected $suggestedStopPointDataType = '';
- protected $suggestedStopPositionType = 'Google_Service_Dataflow_Position';
- protected $suggestedStopPositionDataType = '';
-
-
- public function setHarnessData($harnessData)
- {
- $this->harnessData = $harnessData;
- }
- public function getHarnessData()
- {
- return $this->harnessData;
- }
- public function setLeaseExpireTime($leaseExpireTime)
- {
- $this->leaseExpireTime = $leaseExpireTime;
- }
- public function getLeaseExpireTime()
- {
- return $this->leaseExpireTime;
- }
- public function setReportStatusInterval($reportStatusInterval)
- {
- $this->reportStatusInterval = $reportStatusInterval;
- }
- public function getReportStatusInterval()
- {
- return $this->reportStatusInterval;
- }
- public function setSuggestedStopPoint(Google_Service_Dataflow_ApproximateProgress $suggestedStopPoint)
- {
- $this->suggestedStopPoint = $suggestedStopPoint;
- }
- public function getSuggestedStopPoint()
- {
- return $this->suggestedStopPoint;
- }
- public function setSuggestedStopPosition(Google_Service_Dataflow_Position $suggestedStopPosition)
- {
- $this->suggestedStopPosition = $suggestedStopPosition;
- }
- public function getSuggestedStopPosition()
- {
- return $this->suggestedStopPosition;
- }
-}
-
-class Google_Service_Dataflow_WorkItemServiceStateHarnessData extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_WorkItemStatus extends Google_Collection
-{
- protected $collection_key = 'metricUpdates';
- protected $internal_gapi_mappings = array(
- );
- public $completed;
- protected $errorsType = 'Google_Service_Dataflow_Status';
- protected $errorsDataType = 'array';
- protected $metricUpdatesType = 'Google_Service_Dataflow_MetricUpdate';
- protected $metricUpdatesDataType = 'array';
- protected $progressType = 'Google_Service_Dataflow_ApproximateProgress';
- protected $progressDataType = '';
- public $reportIndex;
- public $requestedLeaseDuration;
- protected $sourceOperationResponseType = 'Google_Service_Dataflow_SourceOperationResponse';
- protected $sourceOperationResponseDataType = '';
- protected $stopPositionType = 'Google_Service_Dataflow_Position';
- protected $stopPositionDataType = '';
- public $workItemId;
-
-
- public function setCompleted($completed)
- {
- $this->completed = $completed;
- }
- public function getCompleted()
- {
- return $this->completed;
- }
- public function setErrors($errors)
- {
- $this->errors = $errors;
- }
- public function getErrors()
- {
- return $this->errors;
- }
- public function setMetricUpdates($metricUpdates)
- {
- $this->metricUpdates = $metricUpdates;
- }
- public function getMetricUpdates()
- {
- return $this->metricUpdates;
- }
- public function setProgress(Google_Service_Dataflow_ApproximateProgress $progress)
- {
- $this->progress = $progress;
- }
- public function getProgress()
- {
- return $this->progress;
- }
- public function setReportIndex($reportIndex)
- {
- $this->reportIndex = $reportIndex;
- }
- public function getReportIndex()
- {
- return $this->reportIndex;
- }
- public function setRequestedLeaseDuration($requestedLeaseDuration)
- {
- $this->requestedLeaseDuration = $requestedLeaseDuration;
- }
- public function getRequestedLeaseDuration()
- {
- return $this->requestedLeaseDuration;
- }
- public function setSourceOperationResponse(Google_Service_Dataflow_SourceOperationResponse $sourceOperationResponse)
- {
- $this->sourceOperationResponse = $sourceOperationResponse;
- }
- public function getSourceOperationResponse()
- {
- return $this->sourceOperationResponse;
- }
- public function setStopPosition(Google_Service_Dataflow_Position $stopPosition)
- {
- $this->stopPosition = $stopPosition;
- }
- public function getStopPosition()
- {
- return $this->stopPosition;
- }
- public function setWorkItemId($workItemId)
- {
- $this->workItemId = $workItemId;
- }
- public function getWorkItemId()
- {
- return $this->workItemId;
- }
-}
-
-class Google_Service_Dataflow_WorkerPool extends Google_Collection
-{
- protected $collection_key = 'packages';
- protected $internal_gapi_mappings = array(
- );
- protected $autoscalingSettingsType = 'Google_Service_Dataflow_AutoscalingSettings';
- protected $autoscalingSettingsDataType = '';
- protected $dataDisksType = 'Google_Service_Dataflow_Disk';
- protected $dataDisksDataType = 'array';
- public $defaultPackageSet;
- public $diskSizeGb;
- public $diskSourceImage;
- public $kind;
- public $machineType;
- public $metadata;
- public $numWorkers;
- public $onHostMaintenance;
- protected $packagesType = 'Google_Service_Dataflow_Package';
- protected $packagesDataType = 'array';
- protected $taskrunnerSettingsType = 'Google_Service_Dataflow_TaskRunnerSettings';
- protected $taskrunnerSettingsDataType = '';
- public $teardownPolicy;
- public $zone;
-
-
- public function setAutoscalingSettings(Google_Service_Dataflow_AutoscalingSettings $autoscalingSettings)
- {
- $this->autoscalingSettings = $autoscalingSettings;
- }
- public function getAutoscalingSettings()
- {
- return $this->autoscalingSettings;
- }
- public function setDataDisks($dataDisks)
- {
- $this->dataDisks = $dataDisks;
- }
- public function getDataDisks()
- {
- return $this->dataDisks;
- }
- public function setDefaultPackageSet($defaultPackageSet)
- {
- $this->defaultPackageSet = $defaultPackageSet;
- }
- public function getDefaultPackageSet()
- {
- return $this->defaultPackageSet;
- }
- public function setDiskSizeGb($diskSizeGb)
- {
- $this->diskSizeGb = $diskSizeGb;
- }
- public function getDiskSizeGb()
- {
- return $this->diskSizeGb;
- }
- public function setDiskSourceImage($diskSourceImage)
- {
- $this->diskSourceImage = $diskSourceImage;
- }
- public function getDiskSourceImage()
- {
- return $this->diskSourceImage;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setMachineType($machineType)
- {
- $this->machineType = $machineType;
- }
- public function getMachineType()
- {
- return $this->machineType;
- }
- public function setMetadata($metadata)
- {
- $this->metadata = $metadata;
- }
- public function getMetadata()
- {
- return $this->metadata;
- }
- public function setNumWorkers($numWorkers)
- {
- $this->numWorkers = $numWorkers;
- }
- public function getNumWorkers()
- {
- return $this->numWorkers;
- }
- public function setOnHostMaintenance($onHostMaintenance)
- {
- $this->onHostMaintenance = $onHostMaintenance;
- }
- public function getOnHostMaintenance()
- {
- return $this->onHostMaintenance;
- }
- public function setPackages($packages)
- {
- $this->packages = $packages;
- }
- public function getPackages()
- {
- return $this->packages;
- }
- public function setTaskrunnerSettings(Google_Service_Dataflow_TaskRunnerSettings $taskrunnerSettings)
- {
- $this->taskrunnerSettings = $taskrunnerSettings;
- }
- public function getTaskrunnerSettings()
- {
- return $this->taskrunnerSettings;
- }
- public function setTeardownPolicy($teardownPolicy)
- {
- $this->teardownPolicy = $teardownPolicy;
- }
- public function getTeardownPolicy()
- {
- return $this->teardownPolicy;
- }
- public function setZone($zone)
- {
- $this->zone = $zone;
- }
- public function getZone()
- {
- return $this->zone;
- }
-}
-
-class Google_Service_Dataflow_WorkerPoolMetadata extends Google_Model
-{
-}
-
-class Google_Service_Dataflow_WorkerSettings extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $baseUrl;
- public $reportingEnabled;
- public $servicePath;
- public $shuffleServicePath;
- public $tempStoragePrefix;
- public $workerId;
-
-
- public function setBaseUrl($baseUrl)
- {
- $this->baseUrl = $baseUrl;
- }
- public function getBaseUrl()
- {
- return $this->baseUrl;
- }
- public function setReportingEnabled($reportingEnabled)
- {
- $this->reportingEnabled = $reportingEnabled;
- }
- public function getReportingEnabled()
- {
- return $this->reportingEnabled;
- }
- public function setServicePath($servicePath)
- {
- $this->servicePath = $servicePath;
- }
- public function getServicePath()
- {
- return $this->servicePath;
- }
- public function setShuffleServicePath($shuffleServicePath)
- {
- $this->shuffleServicePath = $shuffleServicePath;
- }
- public function getShuffleServicePath()
- {
- return $this->shuffleServicePath;
- }
- public function setTempStoragePrefix($tempStoragePrefix)
- {
- $this->tempStoragePrefix = $tempStoragePrefix;
- }
- public function getTempStoragePrefix()
- {
- return $this->tempStoragePrefix;
- }
- public function setWorkerId($workerId)
- {
- $this->workerId = $workerId;
- }
- public function getWorkerId()
- {
- return $this->workerId;
- }
-}
-
-class Google_Service_Dataflow_WriteInstruction extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $inputType = 'Google_Service_Dataflow_InstructionInput';
- protected $inputDataType = '';
- protected $sinkType = 'Google_Service_Dataflow_Sink';
- protected $sinkDataType = '';
-
-
- public function setInput(Google_Service_Dataflow_InstructionInput $input)
- {
- $this->input = $input;
- }
- public function getInput()
- {
- return $this->input;
- }
- public function setSink(Google_Service_Dataflow_Sink $sink)
- {
- $this->sink = $sink;
- }
- public function getSink()
- {
- return $this->sink;
- }
-}
From a1cf8a561139ee97a3314061ccc2d90fb28e5494 Mon Sep 17 00:00:00 2001
From: Silvano Luciani - * For more information about this service, see the API - * Documentation - *
- * - * @author Google, Inc. - */ -class Google_Service_SQLAdmin extends Google_Service -{ - /** View and manage your data across Google Cloud Platform services. */ - const CLOUD_PLATFORM = - "https://www.googleapis.com/auth/cloud-platform"; - /** Manage your Google SQL Service instances. */ - const SQLSERVICE_ADMIN = - "https://www.googleapis.com/auth/sqlservice.admin"; - - public $backupRuns; - public $databases; - public $flags; - public $instances; - public $operations; - public $sslCerts; - public $tiers; - public $users; - - - /** - * Constructs the internal representation of the SQLAdmin service. - * - * @param Google_Client $client - */ - public function __construct(Google_Client $client) - { - parent::__construct($client); - $this->servicePath = 'sql/v1beta4/'; - $this->version = 'v1beta4'; - $this->serviceName = 'sqladmin'; - - $this->backupRuns = new Google_Service_SQLAdmin_BackupRuns_Resource( - $this, - $this->serviceName, - 'backupRuns', - array( - 'methods' => array( - 'get' => array( - 'path' => 'projects/{project}/instances/{instance}/backupRuns/{id}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'id' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/backupRuns', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->databases = new Google_Service_SQLAdmin_Databases_Resource( - $this, - $this->serviceName, - 'databases', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'projects/{project}/instances/{instance}/databases/{database}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'database' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'projects/{project}/instances/{instance}/databases/{database}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'database' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'projects/{project}/instances/{instance}/databases', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/databases', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'patch' => array( - 'path' => 'projects/{project}/instances/{instance}/databases/{database}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'database' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'projects/{project}/instances/{instance}/databases/{database}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'database' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->flags = new Google_Service_SQLAdmin_Flags_Resource( - $this, - $this->serviceName, - 'flags', - array( - 'methods' => array( - 'list' => array( - 'path' => 'flags', - 'httpMethod' => 'GET', - 'parameters' => array(), - ), - ) - ) - ); - $this->instances = new Google_Service_SQLAdmin_Instances_Resource( - $this, - $this->serviceName, - 'instances', - array( - 'methods' => array( - 'clone' => array( - 'path' => 'projects/{project}/instances/{instance}/clone', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'projects/{project}/instances/{instance}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'export' => array( - 'path' => 'projects/{project}/instances/{instance}/export', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'projects/{project}/instances/{instance}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'import' => array( - 'path' => 'projects/{project}/instances/{instance}/import', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'projects/{project}/instances', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - ), - ),'patch' => array( - 'path' => 'projects/{project}/instances/{instance}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'promoteReplica' => array( - 'path' => 'projects/{project}/instances/{instance}/promoteReplica', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'resetSslConfig' => array( - 'path' => 'projects/{project}/instances/{instance}/resetSslConfig', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'restart' => array( - 'path' => 'projects/{project}/instances/{instance}/restart', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'restoreBackup' => array( - 'path' => 'projects/{project}/instances/{instance}/restoreBackup', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'startReplica' => array( - 'path' => 'projects/{project}/instances/{instance}/startReplica', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'stopReplica' => array( - 'path' => 'projects/{project}/instances/{instance}/stopReplica', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'projects/{project}/instances/{instance}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->operations = new Google_Service_SQLAdmin_Operations_Resource( - $this, - $this->serviceName, - 'operations', - array( - 'methods' => array( - 'get' => array( - 'path' => 'projects/{project}/operations/{operation}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'operation' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/operations', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->sslCerts = new Google_Service_SQLAdmin_SslCerts_Resource( - $this, - $this->serviceName, - 'sslCerts', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'sha1Fingerprint' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'sha1Fingerprint' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'projects/{project}/instances/{instance}/sslCerts', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/sslCerts', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->tiers = new Google_Service_SQLAdmin_Tiers_Resource( - $this, - $this->serviceName, - 'tiers', - array( - 'methods' => array( - 'list' => array( - 'path' => 'projects/{project}/tiers', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->users = new Google_Service_SQLAdmin_Users_Resource( - $this, - $this->serviceName, - 'users', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'projects/{project}/instances/{instance}/users', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'host' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'name' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'projects/{project}/instances/{instance}/users', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/users', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'projects/{project}/instances/{instance}/users', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'host' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'name' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - } -} - - -/** - * The "backupRuns" collection of methods. - * Typical usage is: - *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $backupRuns = $sqladminService->backupRuns;
- *
- */
-class Google_Service_SQLAdmin_BackupRuns_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves a resource containing information about a backup run.
- * (backupRuns.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param string $id The ID of this Backup Run.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_BackupRun
- */
- public function get($project, $instance, $id, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun");
- }
-
- /**
- * Lists all backup runs associated with a given instance and configuration in
- * the reverse chronological order of the enqueued time.
- * (backupRuns.listBackupRuns)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param int maxResults Maximum number of backup runs per response.
- * @opt_param string pageToken A previously-returned page token representing
- * part of the larger set of results to view.
- * @return Google_Service_SQLAdmin_BackupRunsListResponse
- */
- public function listBackupRuns($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_BackupRunsListResponse");
- }
-}
-
-/**
- * The "databases" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $databases = $sqladminService->databases;
- *
- */
-class Google_Service_SQLAdmin_Databases_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes a resource containing information about a database inside a Cloud SQL
- * instance. (databases.delete)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $database Name of the database to be deleted in the instance.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function delete($project, $instance, $database, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Retrieves a resource containing information about a database inside a Cloud
- * SQL instance. (databases.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $database Name of the database in the instance.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Database
- */
- public function get($project, $instance, $database, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_Database");
- }
-
- /**
- * Inserts a resource containing information about a database inside a Cloud SQL
- * instance. (databases.insert)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param Google_Database $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function insert($project, $instance, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Lists databases in the specified Cloud SQL instance.
- * (databases.listDatabases)
- *
- * @param string $project Project ID of the project for which to list Cloud SQL
- * instances.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_DatabasesListResponse
- */
- public function listDatabases($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_DatabasesListResponse");
- }
-
- /**
- * Updates a resource containing information about a database inside a Cloud SQL
- * instance. This method supports patch semantics. (databases.patch)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $database Name of the database to be updated in the instance.
- * @param Google_Database $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function patch($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Updates a resource containing information about a database inside a Cloud SQL
- * instance. (databases.update)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $database Name of the database to be updated in the instance.
- * @param Google_Database $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function update($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
- }
-}
-
-/**
- * The "flags" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $flags = $sqladminService->flags;
- *
- */
-class Google_Service_SQLAdmin_Flags_Resource extends Google_Service_Resource
-{
-
- /**
- * List all available database flags for Google Cloud SQL instances.
- * (flags.listFlags)
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_FlagsListResponse
- */
- public function listFlags($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse");
- }
-}
-
-/**
- * The "instances" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $instances = $sqladminService->instances;
- *
- */
-class Google_Service_SQLAdmin_Instances_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a Cloud SQL instance as a clone of the source instance.
- * (instances.cloneInstances)
- *
- * @param string $project Project ID of the source as well as the clone Cloud
- * SQL instance.
- * @param string $instance The ID of the Cloud SQL instance to be cloned
- * (source). This does not include the project ID.
- * @param Google_InstancesCloneRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function cloneInstances($project, $instance, Google_Service_SQLAdmin_InstancesCloneRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('clone', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Deletes a Cloud SQL instance. (instances.delete)
- *
- * @param string $project Project ID of the project that contains the instance
- * to be deleted.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function delete($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a
- * MySQL dump file. (instances.export)
- *
- * @param string $project Project ID of the project that contains the instance
- * to be exported.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_InstancesExportRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function export($project, $instance, Google_Service_SQLAdmin_InstancesExportRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('export', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Retrieves a resource containing information about a Cloud SQL instance.
- * (instances.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_DatabaseInstance
- */
- public function get($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance");
- }
-
- /**
- * Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud
- * Storage. (instances.import)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_InstancesImportRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function import($project, $instance, Google_Service_SQLAdmin_InstancesImportRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('import', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Creates a new Cloud SQL instance. (instances.insert)
- *
- * @param string $project Project ID of the project to which the newly created
- * Cloud SQL instances should belong.
- * @param Google_DatabaseInstance $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Lists instances under a given project in the alphabetical order of the
- * instance name. (instances.listInstances)
- *
- * @param string $project Project ID of the project for which to list Cloud SQL
- * instances.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken A previously-returned page token representing
- * part of the larger set of results to view.
- * @opt_param string maxResults The maximum number of results to return per
- * response.
- * @return Google_Service_SQLAdmin_InstancesListResponse
- */
- public function listInstances($project, $optParams = array())
- {
- $params = array('project' => $project);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse");
- }
-
- /**
- * Updates settings of a Cloud SQL instance. Caution: This is not a partial
- * update, so you must include values for all the settings that you want to
- * retain. For partial updates, use patch.. This method supports patch
- * semantics. (instances.patch)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_DatabaseInstance $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Promotes the read replica instance to be a stand-alone Cloud SQL instance.
- * (instances.promoteReplica)
- *
- * @param string $project ID of the project that contains the read replica.
- * @param string $instance Cloud SQL read replica instance name.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function promoteReplica($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Deletes all client certificates and generates a new server SSL certificate
- * for the instance. The changes will not take effect until the instance is
- * restarted. Existing instances without a server certificate will need to call
- * this once to set a server certificate. (instances.resetSslConfig)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function resetSslConfig($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Restarts a Cloud SQL instance. (instances.restart)
- *
- * @param string $project Project ID of the project that contains the instance
- * to be restarted.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function restart($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('restart', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Restores a backup of a Cloud SQL instance. (instances.restoreBackup)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_InstancesRestoreBackupRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function restoreBackup($project, $instance, Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Starts the replication in the read replica instance. (instances.startReplica)
- *
- * @param string $project ID of the project that contains the read replica.
- * @param string $instance Cloud SQL read replica instance name.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function startReplica($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('startReplica', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Stops the replication in the read replica instance. (instances.stopReplica)
- *
- * @param string $project ID of the project that contains the read replica.
- * @param string $instance Cloud SQL read replica instance name.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function stopReplica($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('stopReplica', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Updates settings of a Cloud SQL instance. Caution: This is not a partial
- * update, so you must include values for all the settings that you want to
- * retain. For partial updates, use patch. (instances.update)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_DatabaseInstance $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function update($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
- }
-}
-
-/**
- * The "operations" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $operations = $sqladminService->operations;
- *
- */
-class Google_Service_SQLAdmin_Operations_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves an instance operation that has been performed on an instance.
- * (operations.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $operation Instance operation ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function get($project, $operation, $optParams = array())
- {
- $params = array('project' => $project, 'operation' => $operation);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Lists all instance operations that have been performed on the given Cloud SQL
- * instance in the reverse chronological order of the start time.
- * (operations.listOperations)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string maxResults Maximum number of operations per response.
- * @opt_param string pageToken A previously-returned page token representing
- * part of the larger set of results to view.
- * @return Google_Service_SQLAdmin_OperationsListResponse
- */
- public function listOperations($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_OperationsListResponse");
- }
-}
-
-/**
- * The "sslCerts" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $sslCerts = $sqladminService->sslCerts;
- *
- */
-class Google_Service_SQLAdmin_SslCerts_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes the SSL certificate. The change will not take effect until the
- * instance is restarted. (sslCerts.delete)
- *
- * @param string $project Project ID of the project that contains the instance
- * to be deleted.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param string $sha1Fingerprint Sha1 FingerPrint.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function delete($project, $instance, $sha1Fingerprint, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Retrieves a particular SSL certificate. Does not include the private key
- * (required for usage). The private key must be saved from the response to
- * initial creation. (sslCerts.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param string $sha1Fingerprint Sha1 FingerPrint.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_SslCert
- */
- public function get($project, $instance, $sha1Fingerprint, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert");
- }
-
- /**
- * Creates an SSL certificate and returns it along with the private key and
- * server certificate authority. The new certificate will not be usable until
- * the instance is restarted. (sslCerts.insert)
- *
- * @param string $project Project ID of the project to which the newly created
- * Cloud SQL instances should belong.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_SslCertsInsertRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_SslCertsInsertResponse
- */
- public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInsertRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse");
- }
-
- /**
- * Lists all of the current SSL certificates for the instance.
- * (sslCerts.listSslCerts)
- *
- * @param string $project Project ID of the project for which to list Cloud SQL
- * instances.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_SslCertsListResponse
- */
- public function listSslCerts($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_SslCertsListResponse");
- }
-}
-
-/**
- * The "tiers" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $tiers = $sqladminService->tiers;
- *
- */
-class Google_Service_SQLAdmin_Tiers_Resource extends Google_Service_Resource
-{
-
- /**
- * Lists all available service tiers for Google Cloud SQL, for example D1, D2.
- * For related information, see Pricing. (tiers.listTiers)
- *
- * @param string $project Project ID of the project for which to list tiers.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_TiersListResponse
- */
- public function listTiers($project, $optParams = array())
- {
- $params = array('project' => $project);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_TiersListResponse");
- }
-}
-
-/**
- * The "users" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $users = $sqladminService->users;
- *
- */
-class Google_Service_SQLAdmin_Users_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes a user from a Cloud SQL instance. (users.delete)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $host Host of the user in the instance.
- * @param string $name Name of the user in the instance.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function delete($project, $instance, $host, $name, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Creates a new user in a Cloud SQL instance. (users.insert)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param Google_User $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function insert($project, $instance, Google_Service_SQLAdmin_User $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Lists users in the specified Cloud SQL instance. (users.listUsers)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_UsersListResponse
- */
- public function listUsers($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_UsersListResponse");
- }
-
- /**
- * Updates an existing user in a Cloud SQL instance. (users.update)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $host Host of the user in the instance.
- * @param string $name Name of the user in the instance.
- * @param Google_User $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function update($project, $instance, $host, $name, Google_Service_SQLAdmin_User $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
- }
-}
-
-
-
-
-class Google_Service_SQLAdmin_AclEntry extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $expirationTime;
- public $kind;
- public $name;
- public $value;
-
-
- public function setExpirationTime($expirationTime)
- {
- $this->expirationTime = $expirationTime;
- }
- public function getExpirationTime()
- {
- return $this->expirationTime;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setValue($value)
- {
- $this->value = $value;
- }
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_SQLAdmin_BackupConfiguration extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $binaryLogEnabled;
- public $enabled;
- public $kind;
- public $startTime;
-
-
- public function setBinaryLogEnabled($binaryLogEnabled)
- {
- $this->binaryLogEnabled = $binaryLogEnabled;
- }
- public function getBinaryLogEnabled()
- {
- return $this->binaryLogEnabled;
- }
- public function setEnabled($enabled)
- {
- $this->enabled = $enabled;
- }
- public function getEnabled()
- {
- return $this->enabled;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setStartTime($startTime)
- {
- $this->startTime = $startTime;
- }
- public function getStartTime()
- {
- return $this->startTime;
- }
-}
-
-class Google_Service_SQLAdmin_BackupRun extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $endTime;
- public $enqueuedTime;
- protected $errorType = 'Google_Service_SQLAdmin_OperationError';
- protected $errorDataType = '';
- public $id;
- public $instance;
- public $kind;
- public $selfLink;
- public $startTime;
- public $status;
- public $windowStartTime;
-
-
- public function setEndTime($endTime)
- {
- $this->endTime = $endTime;
- }
- public function getEndTime()
- {
- return $this->endTime;
- }
- public function setEnqueuedTime($enqueuedTime)
- {
- $this->enqueuedTime = $enqueuedTime;
- }
- public function getEnqueuedTime()
- {
- return $this->enqueuedTime;
- }
- public function setError(Google_Service_SQLAdmin_OperationError $error)
- {
- $this->error = $error;
- }
- public function getError()
- {
- return $this->error;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
- public function setStartTime($startTime)
- {
- $this->startTime = $startTime;
- }
- public function getStartTime()
- {
- return $this->startTime;
- }
- public function setStatus($status)
- {
- $this->status = $status;
- }
- public function getStatus()
- {
- return $this->status;
- }
- public function setWindowStartTime($windowStartTime)
- {
- $this->windowStartTime = $windowStartTime;
- }
- public function getWindowStartTime()
- {
- return $this->windowStartTime;
- }
-}
-
-class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_BackupRun';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_SQLAdmin_BinLogCoordinates extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $binLogFileName;
- public $binLogPosition;
- public $kind;
-
-
- public function setBinLogFileName($binLogFileName)
- {
- $this->binLogFileName = $binLogFileName;
- }
- public function getBinLogFileName()
- {
- return $this->binLogFileName;
- }
- public function setBinLogPosition($binLogPosition)
- {
- $this->binLogPosition = $binLogPosition;
- }
- public function getBinLogPosition()
- {
- return $this->binLogPosition;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_CloneContext extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $binLogCoordinatesType = 'Google_Service_SQLAdmin_BinLogCoordinates';
- protected $binLogCoordinatesDataType = '';
- public $destinationInstanceName;
- public $kind;
-
-
- public function setBinLogCoordinates(Google_Service_SQLAdmin_BinLogCoordinates $binLogCoordinates)
- {
- $this->binLogCoordinates = $binLogCoordinates;
- }
- public function getBinLogCoordinates()
- {
- return $this->binLogCoordinates;
- }
- public function setDestinationInstanceName($destinationInstanceName)
- {
- $this->destinationInstanceName = $destinationInstanceName;
- }
- public function getDestinationInstanceName()
- {
- return $this->destinationInstanceName;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_Database extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $charset;
- public $collation;
- public $etag;
- public $instance;
- public $kind;
- public $name;
- public $project;
- public $selfLink;
-
-
- public function setCharset($charset)
- {
- $this->charset = $charset;
- }
- public function getCharset()
- {
- return $this->charset;
- }
- public function setCollation($collation)
- {
- $this->collation = $collation;
- }
- public function getCollation()
- {
- return $this->collation;
- }
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
- public function getEtag()
- {
- return $this->etag;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setProject($project)
- {
- $this->project = $project;
- }
- public function getProject()
- {
- return $this->project;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-}
-
-class Google_Service_SQLAdmin_DatabaseFlags extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $name;
- public $value;
-
-
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setValue($value)
- {
- $this->value = $value;
- }
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
-{
- protected $collection_key = 'replicaNames';
- protected $internal_gapi_mappings = array(
- );
- public $currentDiskSize;
- public $databaseVersion;
- public $etag;
- public $instanceType;
- protected $ipAddressesType = 'Google_Service_SQLAdmin_IpMapping';
- protected $ipAddressesDataType = 'array';
- public $ipv6Address;
- public $kind;
- public $masterInstanceName;
- public $maxDiskSize;
- public $name;
- public $project;
- public $region;
- public $replicaNames;
- public $selfLink;
- protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
- protected $serverCaCertDataType = '';
- public $serviceAccountEmailAddress;
- protected $settingsType = 'Google_Service_SQLAdmin_Settings';
- protected $settingsDataType = '';
- public $state;
-
-
- public function setCurrentDiskSize($currentDiskSize)
- {
- $this->currentDiskSize = $currentDiskSize;
- }
- public function getCurrentDiskSize()
- {
- return $this->currentDiskSize;
- }
- public function setDatabaseVersion($databaseVersion)
- {
- $this->databaseVersion = $databaseVersion;
- }
- public function getDatabaseVersion()
- {
- return $this->databaseVersion;
- }
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
- public function getEtag()
- {
- return $this->etag;
- }
- public function setInstanceType($instanceType)
- {
- $this->instanceType = $instanceType;
- }
- public function getInstanceType()
- {
- return $this->instanceType;
- }
- public function setIpAddresses($ipAddresses)
- {
- $this->ipAddresses = $ipAddresses;
- }
- public function getIpAddresses()
- {
- return $this->ipAddresses;
- }
- public function setIpv6Address($ipv6Address)
- {
- $this->ipv6Address = $ipv6Address;
- }
- public function getIpv6Address()
- {
- return $this->ipv6Address;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setMasterInstanceName($masterInstanceName)
- {
- $this->masterInstanceName = $masterInstanceName;
- }
- public function getMasterInstanceName()
- {
- return $this->masterInstanceName;
- }
- public function setMaxDiskSize($maxDiskSize)
- {
- $this->maxDiskSize = $maxDiskSize;
- }
- public function getMaxDiskSize()
- {
- return $this->maxDiskSize;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setProject($project)
- {
- $this->project = $project;
- }
- public function getProject()
- {
- return $this->project;
- }
- public function setRegion($region)
- {
- $this->region = $region;
- }
- public function getRegion()
- {
- return $this->region;
- }
- public function setReplicaNames($replicaNames)
- {
- $this->replicaNames = $replicaNames;
- }
- public function getReplicaNames()
- {
- return $this->replicaNames;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
- public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
- {
- $this->serverCaCert = $serverCaCert;
- }
- public function getServerCaCert()
- {
- return $this->serverCaCert;
- }
- public function setServiceAccountEmailAddress($serviceAccountEmailAddress)
- {
- $this->serviceAccountEmailAddress = $serviceAccountEmailAddress;
- }
- public function getServiceAccountEmailAddress()
- {
- return $this->serviceAccountEmailAddress;
- }
- public function setSettings(Google_Service_SQLAdmin_Settings $settings)
- {
- $this->settings = $settings;
- }
- public function getSettings()
- {
- return $this->settings;
- }
- public function setState($state)
- {
- $this->state = $state;
- }
- public function getState()
- {
- return $this->state;
- }
-}
-
-class Google_Service_SQLAdmin_DatabasesListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_Database';
- protected $itemsDataType = 'array';
- public $kind;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_ExportContext extends Google_Collection
-{
- protected $collection_key = 'databases';
- protected $internal_gapi_mappings = array(
- );
- protected $csvExportOptionsType = 'Google_Service_SQLAdmin_ExportContextCsvExportOptions';
- protected $csvExportOptionsDataType = '';
- public $databases;
- public $fileType;
- public $kind;
- protected $sqlExportOptionsType = 'Google_Service_SQLAdmin_ExportContextSqlExportOptions';
- protected $sqlExportOptionsDataType = '';
- public $uri;
-
-
- public function setCsvExportOptions(Google_Service_SQLAdmin_ExportContextCsvExportOptions $csvExportOptions)
- {
- $this->csvExportOptions = $csvExportOptions;
- }
- public function getCsvExportOptions()
- {
- return $this->csvExportOptions;
- }
- public function setDatabases($databases)
- {
- $this->databases = $databases;
- }
- public function getDatabases()
- {
- return $this->databases;
- }
- public function setFileType($fileType)
- {
- $this->fileType = $fileType;
- }
- public function getFileType()
- {
- return $this->fileType;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setSqlExportOptions(Google_Service_SQLAdmin_ExportContextSqlExportOptions $sqlExportOptions)
- {
- $this->sqlExportOptions = $sqlExportOptions;
- }
- public function getSqlExportOptions()
- {
- return $this->sqlExportOptions;
- }
- public function setUri($uri)
- {
- $this->uri = $uri;
- }
- public function getUri()
- {
- return $this->uri;
- }
-}
-
-class Google_Service_SQLAdmin_ExportContextCsvExportOptions extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $selectQuery;
-
-
- public function setSelectQuery($selectQuery)
- {
- $this->selectQuery = $selectQuery;
- }
- public function getSelectQuery()
- {
- return $this->selectQuery;
- }
-}
-
-class Google_Service_SQLAdmin_ExportContextSqlExportOptions extends Google_Collection
-{
- protected $collection_key = 'tables';
- protected $internal_gapi_mappings = array(
- );
- public $tables;
-
-
- public function setTables($tables)
- {
- $this->tables = $tables;
- }
- public function getTables()
- {
- return $this->tables;
- }
-}
-
-class Google_Service_SQLAdmin_Flag extends Google_Collection
-{
- protected $collection_key = 'appliesTo';
- protected $internal_gapi_mappings = array(
- );
- public $allowedStringValues;
- public $appliesTo;
- public $kind;
- public $maxValue;
- public $minValue;
- public $name;
- public $type;
-
-
- public function setAllowedStringValues($allowedStringValues)
- {
- $this->allowedStringValues = $allowedStringValues;
- }
- public function getAllowedStringValues()
- {
- return $this->allowedStringValues;
- }
- public function setAppliesTo($appliesTo)
- {
- $this->appliesTo = $appliesTo;
- }
- public function getAppliesTo()
- {
- return $this->appliesTo;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setMaxValue($maxValue)
- {
- $this->maxValue = $maxValue;
- }
- public function getMaxValue()
- {
- return $this->maxValue;
- }
- public function setMinValue($minValue)
- {
- $this->minValue = $minValue;
- }
- public function getMinValue()
- {
- return $this->minValue;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_SQLAdmin_FlagsListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_Flag';
- protected $itemsDataType = 'array';
- public $kind;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_ImportContext extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $csvImportOptionsType = 'Google_Service_SQLAdmin_ImportContextCsvImportOptions';
- protected $csvImportOptionsDataType = '';
- public $database;
- public $fileType;
- public $kind;
- public $uri;
-
-
- public function setCsvImportOptions(Google_Service_SQLAdmin_ImportContextCsvImportOptions $csvImportOptions)
- {
- $this->csvImportOptions = $csvImportOptions;
- }
- public function getCsvImportOptions()
- {
- return $this->csvImportOptions;
- }
- public function setDatabase($database)
- {
- $this->database = $database;
- }
- public function getDatabase()
- {
- return $this->database;
- }
- public function setFileType($fileType)
- {
- $this->fileType = $fileType;
- }
- public function getFileType()
- {
- return $this->fileType;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setUri($uri)
- {
- $this->uri = $uri;
- }
- public function getUri()
- {
- return $this->uri;
- }
-}
-
-class Google_Service_SQLAdmin_ImportContextCsvImportOptions extends Google_Collection
-{
- protected $collection_key = 'columns';
- protected $internal_gapi_mappings = array(
- );
- public $columns;
- public $table;
-
-
- public function setColumns($columns)
- {
- $this->columns = $columns;
- }
- public function getColumns()
- {
- return $this->columns;
- }
- public function setTable($table)
- {
- $this->table = $table;
- }
- public function getTable()
- {
- return $this->table;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesCloneRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $cloneContextType = 'Google_Service_SQLAdmin_CloneContext';
- protected $cloneContextDataType = '';
-
-
- public function setCloneContext(Google_Service_SQLAdmin_CloneContext $cloneContext)
- {
- $this->cloneContext = $cloneContext;
- }
- public function getCloneContext()
- {
- return $this->cloneContext;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesExportRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
- protected $exportContextDataType = '';
-
-
- public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
- {
- $this->exportContext = $exportContext;
- }
- public function getExportContext()
- {
- return $this->exportContext;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesImportRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
- protected $importContextDataType = '';
-
-
- public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
- {
- $this->importContext = $importContext;
- }
- public function getImportContext()
- {
- return $this->importContext;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_DatabaseInstance';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesRestoreBackupRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $restoreBackupContextType = 'Google_Service_SQLAdmin_RestoreBackupContext';
- protected $restoreBackupContextDataType = '';
-
-
- public function setRestoreBackupContext(Google_Service_SQLAdmin_RestoreBackupContext $restoreBackupContext)
- {
- $this->restoreBackupContext = $restoreBackupContext;
- }
- public function getRestoreBackupContext()
- {
- return $this->restoreBackupContext;
- }
-}
-
-class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
-{
- protected $collection_key = 'authorizedNetworks';
- protected $internal_gapi_mappings = array(
- );
- protected $authorizedNetworksType = 'Google_Service_SQLAdmin_AclEntry';
- protected $authorizedNetworksDataType = 'array';
- public $ipv4Enabled;
- public $requireSsl;
-
-
- public function setAuthorizedNetworks($authorizedNetworks)
- {
- $this->authorizedNetworks = $authorizedNetworks;
- }
- public function getAuthorizedNetworks()
- {
- return $this->authorizedNetworks;
- }
- public function setIpv4Enabled($ipv4Enabled)
- {
- $this->ipv4Enabled = $ipv4Enabled;
- }
- public function getIpv4Enabled()
- {
- return $this->ipv4Enabled;
- }
- public function setRequireSsl($requireSsl)
- {
- $this->requireSsl = $requireSsl;
- }
- public function getRequireSsl()
- {
- return $this->requireSsl;
- }
-}
-
-class Google_Service_SQLAdmin_IpMapping extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $ipAddress;
- public $timeToRetire;
-
-
- public function setIpAddress($ipAddress)
- {
- $this->ipAddress = $ipAddress;
- }
- public function getIpAddress()
- {
- return $this->ipAddress;
- }
- public function setTimeToRetire($timeToRetire)
- {
- $this->timeToRetire = $timeToRetire;
- }
- public function getTimeToRetire()
- {
- return $this->timeToRetire;
- }
-}
-
-class Google_Service_SQLAdmin_LocationPreference extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $followGaeApplication;
- public $kind;
- public $zone;
-
-
- public function setFollowGaeApplication($followGaeApplication)
- {
- $this->followGaeApplication = $followGaeApplication;
- }
- public function getFollowGaeApplication()
- {
- return $this->followGaeApplication;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setZone($zone)
- {
- $this->zone = $zone;
- }
- public function getZone()
- {
- return $this->zone;
- }
-}
-
-class Google_Service_SQLAdmin_Operation extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $endTime;
- protected $errorType = 'Google_Service_SQLAdmin_OperationError';
- protected $errorDataType = '';
- protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
- protected $exportContextDataType = '';
- protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
- protected $importContextDataType = '';
- public $insertTime;
- public $kind;
- public $name;
- public $operationType;
- public $selfLink;
- public $startTime;
- public $status;
- public $targetId;
- public $targetLink;
- public $targetProject;
- public $user;
-
-
- public function setEndTime($endTime)
- {
- $this->endTime = $endTime;
- }
- public function getEndTime()
- {
- return $this->endTime;
- }
- public function setError(Google_Service_SQLAdmin_OperationError $error)
- {
- $this->error = $error;
- }
- public function getError()
- {
- return $this->error;
- }
- public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
- {
- $this->exportContext = $exportContext;
- }
- public function getExportContext()
- {
- return $this->exportContext;
- }
- public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
- {
- $this->importContext = $importContext;
- }
- public function getImportContext()
- {
- return $this->importContext;
- }
- public function setInsertTime($insertTime)
- {
- $this->insertTime = $insertTime;
- }
- public function getInsertTime()
- {
- return $this->insertTime;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setOperationType($operationType)
- {
- $this->operationType = $operationType;
- }
- public function getOperationType()
- {
- return $this->operationType;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
- public function setStartTime($startTime)
- {
- $this->startTime = $startTime;
- }
- public function getStartTime()
- {
- return $this->startTime;
- }
- public function setStatus($status)
- {
- $this->status = $status;
- }
- public function getStatus()
- {
- return $this->status;
- }
- public function setTargetId($targetId)
- {
- $this->targetId = $targetId;
- }
- public function getTargetId()
- {
- return $this->targetId;
- }
- public function setTargetLink($targetLink)
- {
- $this->targetLink = $targetLink;
- }
- public function getTargetLink()
- {
- return $this->targetLink;
- }
- public function setTargetProject($targetProject)
- {
- $this->targetProject = $targetProject;
- }
- public function getTargetProject()
- {
- return $this->targetProject;
- }
- public function setUser($user)
- {
- $this->user = $user;
- }
- public function getUser()
- {
- return $this->user;
- }
-}
-
-class Google_Service_SQLAdmin_OperationError extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $code;
- public $kind;
- public $message;
-
-
- public function setCode($code)
- {
- $this->code = $code;
- }
- public function getCode()
- {
- return $this->code;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setMessage($message)
- {
- $this->message = $message;
- }
- public function getMessage()
- {
- return $this->message;
- }
-}
-
-class Google_Service_SQLAdmin_OperationError extends Google_Collection
-{
- protected $collection_key = 'errors';
- protected $internal_gapi_mappings = array(
- );
- protected $errorsType = 'Google_Service_SQLAdmin_OperationError';
- protected $errorsDataType = 'array';
-
-
- public function setErrors($errors)
- {
- $this->errors = $errors;
- }
- public function getErrors()
- {
- return $this->errors;
- }
-}
-
-class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_Operation';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_SQLAdmin_RestoreBackupContext extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $backupRunId;
- public $kind;
-
-
- public function setBackupRunId($backupRunId)
- {
- $this->backupRunId = $backupRunId;
- }
- public function getBackupRunId()
- {
- return $this->backupRunId;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_Settings extends Google_Collection
-{
- protected $collection_key = 'databaseFlags';
- protected $internal_gapi_mappings = array(
- );
- public $activationPolicy;
- public $authorizedGaeApplications;
- protected $backupConfigurationType = 'Google_Service_SQLAdmin_BackupConfiguration';
- protected $backupConfigurationDataType = '';
- protected $databaseFlagsType = 'Google_Service_SQLAdmin_DatabaseFlags';
- protected $databaseFlagsDataType = 'array';
- public $databaseReplicationEnabled;
- protected $ipConfigurationType = 'Google_Service_SQLAdmin_IpConfiguration';
- protected $ipConfigurationDataType = '';
- public $kind;
- protected $locationPreferenceType = 'Google_Service_SQLAdmin_LocationPreference';
- protected $locationPreferenceDataType = '';
- public $pricingPlan;
- public $replicationType;
- public $settingsVersion;
- public $tier;
-
-
- public function setActivationPolicy($activationPolicy)
- {
- $this->activationPolicy = $activationPolicy;
- }
- public function getActivationPolicy()
- {
- return $this->activationPolicy;
- }
- public function setAuthorizedGaeApplications($authorizedGaeApplications)
- {
- $this->authorizedGaeApplications = $authorizedGaeApplications;
- }
- public function getAuthorizedGaeApplications()
- {
- return $this->authorizedGaeApplications;
- }
- public function setBackupConfiguration(Google_Service_SQLAdmin_BackupConfiguration $backupConfiguration)
- {
- $this->backupConfiguration = $backupConfiguration;
- }
- public function getBackupConfiguration()
- {
- return $this->backupConfiguration;
- }
- public function setDatabaseFlags($databaseFlags)
- {
- $this->databaseFlags = $databaseFlags;
- }
- public function getDatabaseFlags()
- {
- return $this->databaseFlags;
- }
- public function setDatabaseReplicationEnabled($databaseReplicationEnabled)
- {
- $this->databaseReplicationEnabled = $databaseReplicationEnabled;
- }
- public function getDatabaseReplicationEnabled()
- {
- return $this->databaseReplicationEnabled;
- }
- public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration)
- {
- $this->ipConfiguration = $ipConfiguration;
- }
- public function getIpConfiguration()
- {
- return $this->ipConfiguration;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference $locationPreference)
- {
- $this->locationPreference = $locationPreference;
- }
- public function getLocationPreference()
- {
- return $this->locationPreference;
- }
- public function setPricingPlan($pricingPlan)
- {
- $this->pricingPlan = $pricingPlan;
- }
- public function getPricingPlan()
- {
- return $this->pricingPlan;
- }
- public function setReplicationType($replicationType)
- {
- $this->replicationType = $replicationType;
- }
- public function getReplicationType()
- {
- return $this->replicationType;
- }
- public function setSettingsVersion($settingsVersion)
- {
- $this->settingsVersion = $settingsVersion;
- }
- public function getSettingsVersion()
- {
- return $this->settingsVersion;
- }
- public function setTier($tier)
- {
- $this->tier = $tier;
- }
- public function getTier()
- {
- return $this->tier;
- }
-}
-
-class Google_Service_SQLAdmin_SslCert extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $cert;
- public $certSerialNumber;
- public $commonName;
- public $createTime;
- public $expirationTime;
- public $instance;
- public $kind;
- public $selfLink;
- public $sha1Fingerprint;
-
-
- public function setCert($cert)
- {
- $this->cert = $cert;
- }
- public function getCert()
- {
- return $this->cert;
- }
- public function setCertSerialNumber($certSerialNumber)
- {
- $this->certSerialNumber = $certSerialNumber;
- }
- public function getCertSerialNumber()
- {
- return $this->certSerialNumber;
- }
- public function setCommonName($commonName)
- {
- $this->commonName = $commonName;
- }
- public function getCommonName()
- {
- return $this->commonName;
- }
- public function setCreateTime($createTime)
- {
- $this->createTime = $createTime;
- }
- public function getCreateTime()
- {
- return $this->createTime;
- }
- public function setExpirationTime($expirationTime)
- {
- $this->expirationTime = $expirationTime;
- }
- public function getExpirationTime()
- {
- return $this->expirationTime;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
- public function setSha1Fingerprint($sha1Fingerprint)
- {
- $this->sha1Fingerprint = $sha1Fingerprint;
- }
- public function getSha1Fingerprint()
- {
- return $this->sha1Fingerprint;
- }
-}
-
-class Google_Service_SQLAdmin_SslCertDetail extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $certInfoType = 'Google_Service_SQLAdmin_SslCert';
- protected $certInfoDataType = '';
- public $certPrivateKey;
-
-
- public function setCertInfo(Google_Service_SQLAdmin_SslCert $certInfo)
- {
- $this->certInfo = $certInfo;
- }
- public function getCertInfo()
- {
- return $this->certInfo;
- }
- public function setCertPrivateKey($certPrivateKey)
- {
- $this->certPrivateKey = $certPrivateKey;
- }
- public function getCertPrivateKey()
- {
- return $this->certPrivateKey;
- }
-}
-
-class Google_Service_SQLAdmin_SslCertsInsertRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $commonName;
-
-
- public function setCommonName($commonName)
- {
- $this->commonName = $commonName;
- }
- public function getCommonName()
- {
- return $this->commonName;
- }
-}
-
-class Google_Service_SQLAdmin_SslCertsInsertResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $clientCertType = 'Google_Service_SQLAdmin_SslCertDetail';
- protected $clientCertDataType = '';
- public $kind;
- protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
- protected $serverCaCertDataType = '';
-
-
- public function setClientCert(Google_Service_SQLAdmin_SslCertDetail $clientCert)
- {
- $this->clientCert = $clientCert;
- }
- public function getClientCert()
- {
- return $this->clientCert;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
- {
- $this->serverCaCert = $serverCaCert;
- }
- public function getServerCaCert()
- {
- return $this->serverCaCert;
- }
-}
-
-class Google_Service_SQLAdmin_SslCertsListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_SslCert';
- protected $itemsDataType = 'array';
- public $kind;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_Tier extends Google_Collection
-{
- protected $collection_key = 'region';
- protected $internal_gapi_mappings = array(
- "diskQuota" => "DiskQuota",
- "rAM" => "RAM",
- );
- public $diskQuota;
- public $rAM;
- public $kind;
- public $region;
- public $tier;
-
-
- public function setDiskQuota($diskQuota)
- {
- $this->diskQuota = $diskQuota;
- }
- public function getDiskQuota()
- {
- return $this->diskQuota;
- }
- public function setRAM($rAM)
- {
- $this->rAM = $rAM;
- }
- public function getRAM()
- {
- return $this->rAM;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setRegion($region)
- {
- $this->region = $region;
- }
- public function getRegion()
- {
- return $this->region;
- }
- public function setTier($tier)
- {
- $this->tier = $tier;
- }
- public function getTier()
- {
- return $this->tier;
- }
-}
-
-class Google_Service_SQLAdmin_TiersListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_Tier';
- protected $itemsDataType = 'array';
- public $kind;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_User extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $etag;
- public $host;
- public $instance;
- public $kind;
- public $name;
- public $password;
- public $project;
-
-
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
- public function getEtag()
- {
- return $this->etag;
- }
- public function setHost($host)
- {
- $this->host = $host;
- }
- public function getHost()
- {
- return $this->host;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setPassword($password)
- {
- $this->password = $password;
- }
- public function getPassword()
- {
- return $this->password;
- }
- public function setProject($project)
- {
- $this->project = $project;
- }
- public function getProject()
- {
- return $this->project;
- }
-}
-
-class Google_Service_SQLAdmin_UsersListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_User';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
From 89df9a568750bce1f30c1121aabcc1e8337332b1 Mon Sep 17 00:00:00 2001
From: Ian Barber + * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_SQLAdmin extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** Manage your Google SQL Service instances. */ + const SQLSERVICE_ADMIN = + "https://www.googleapis.com/auth/sqlservice.admin"; + + public $backupRuns; + public $databases; + public $flags; + public $instances; + public $operations; + public $sslCerts; + public $tiers; + public $users; + + + /** + * Constructs the internal representation of the SQLAdmin service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'sql/v1beta4/'; + $this->version = 'v1beta4'; + $this->serviceName = 'sqladmin'; + + $this->backupRuns = new Google_Service_SQLAdmin_BackupRuns_Resource( + $this, + $this->serviceName, + 'backupRuns', + array( + 'methods' => array( + 'get' => array( + 'path' => 'projects/{project}/instances/{instance}/backupRuns/{id}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'id' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/backupRuns', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->databases = new Google_Service_SQLAdmin_Databases_Resource( + $this, + $this->serviceName, + 'databases', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/databases', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/databases', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/instances/{instance}/databases/{database}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->flags = new Google_Service_SQLAdmin_Flags_Resource( + $this, + $this->serviceName, + 'flags', + array( + 'methods' => array( + 'list' => array( + 'path' => 'flags', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + $this->instances = new Google_Service_SQLAdmin_Instances_Resource( + $this, + $this->serviceName, + 'instances', + array( + 'methods' => array( + 'clone' => array( + 'path' => 'projects/{project}/instances/{instance}/clone', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'projects/{project}/instances/{instance}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'export' => array( + 'path' => 'projects/{project}/instances/{instance}/export', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/instances/{instance}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'import' => array( + 'path' => 'projects/{project}/instances/{instance}/import', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'projects/{project}/instances/{instance}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'promoteReplica' => array( + 'path' => 'projects/{project}/instances/{instance}/promoteReplica', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'resetSslConfig' => array( + 'path' => 'projects/{project}/instances/{instance}/resetSslConfig', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'restart' => array( + 'path' => 'projects/{project}/instances/{instance}/restart', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'restoreBackup' => array( + 'path' => 'projects/{project}/instances/{instance}/restoreBackup', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'startReplica' => array( + 'path' => 'projects/{project}/instances/{instance}/startReplica', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'stopReplica' => array( + 'path' => 'projects/{project}/instances/{instance}/stopReplica', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/instances/{instance}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_SQLAdmin_Operations_Resource( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'projects/{project}/operations/{operation}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'operation' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->sslCerts = new Google_Service_SQLAdmin_SslCerts_Resource( + $this, + $this->serviceName, + 'sslCerts', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sha1Fingerprint' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sha1Fingerprint' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/sslCerts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/sslCerts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->tiers = new Google_Service_SQLAdmin_Tiers_Resource( + $this, + $this->serviceName, + 'tiers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'projects/{project}/tiers', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_SQLAdmin_Users_Resource( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'host' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'projects/{project}/instances/{instance}/users', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'host' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "backupRuns" collection of methods. + * Typical usage is: + *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $backupRuns = $sqladminService->backupRuns;
+ *
+ */
+class Google_Service_SQLAdmin_BackupRuns_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves a resource containing information about a backup run.
+ * (backupRuns.get)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $id The ID of this Backup Run.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_BackupRun
+ */
+ public function get($project, $instance, $id, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'id' => $id);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun");
+ }
+
+ /**
+ * Lists all backup runs associated with a given instance and configuration in
+ * the reverse chronological order of the enqueued time.
+ * (backupRuns.listBackupRuns)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int maxResults Maximum number of backup runs per response.
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
+ * @return Google_Service_SQLAdmin_BackupRunsListResponse
+ */
+ public function listBackupRuns($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_BackupRunsListResponse");
+ }
+}
+
+/**
+ * The "databases" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $databases = $sqladminService->databases;
+ *
+ */
+class Google_Service_SQLAdmin_Databases_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a resource containing information about a database inside a Cloud SQL
+ * instance. (databases.delete)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $database Name of the database to be deleted in the instance.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function delete($project, $instance, $database, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Retrieves a resource containing information about a database inside a Cloud
+ * SQL instance. (databases.get)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $database Name of the database in the instance.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Database
+ */
+ public function get($project, $instance, $database, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_SQLAdmin_Database");
+ }
+
+ /**
+ * Inserts a resource containing information about a database inside a Cloud SQL
+ * instance. (databases.insert)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param Google_Database $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function insert($project, $instance, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Lists databases in the specified Cloud SQL instance.
+ * (databases.listDatabases)
+ *
+ * @param string $project Project ID of the project for which to list Cloud SQL
+ * instances.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_DatabasesListResponse
+ */
+ public function listDatabases($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_DatabasesListResponse");
+ }
+
+ /**
+ * Updates a resource containing information about a database inside a Cloud SQL
+ * instance. This method supports patch semantics. (databases.patch)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $database Name of the database to be updated in the instance.
+ * @param Google_Database $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function patch($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Updates a resource containing information about a database inside a Cloud SQL
+ * instance. (databases.update)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $database Name of the database to be updated in the instance.
+ * @param Google_Database $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function update($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+}
+
+/**
+ * The "flags" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $flags = $sqladminService->flags;
+ *
+ */
+class Google_Service_SQLAdmin_Flags_Resource extends Google_Service_Resource
+{
+
+ /**
+ * List all available database flags for Google Cloud SQL instances.
+ * (flags.listFlags)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_FlagsListResponse
+ */
+ public function listFlags($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse");
+ }
+}
+
+/**
+ * The "instances" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $instances = $sqladminService->instances;
+ *
+ */
+class Google_Service_SQLAdmin_Instances_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Creates a Cloud SQL instance as a clone of the source instance.
+ * (instances.cloneInstances)
+ *
+ * @param string $project Project ID of the source as well as the clone Cloud
+ * SQL instance.
+ * @param string $instance The ID of the Cloud SQL instance to be cloned
+ * (source). This does not include the project ID.
+ * @param Google_InstancesCloneRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function cloneInstances($project, $instance, Google_Service_SQLAdmin_InstancesCloneRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('clone', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Deletes a Cloud SQL instance. (instances.delete)
+ *
+ * @param string $project Project ID of the project that contains the instance
+ * to be deleted.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function delete($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a
+ * MySQL dump file. (instances.export)
+ *
+ * @param string $project Project ID of the project that contains the instance
+ * to be exported.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param Google_InstancesExportRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function export($project, $instance, Google_Service_SQLAdmin_InstancesExportRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('export', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Retrieves a resource containing information about a Cloud SQL instance.
+ * (instances.get)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_DatabaseInstance
+ */
+ public function get($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance");
+ }
+
+ /**
+ * Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud
+ * Storage. (instances.import)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param Google_InstancesImportRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function import($project, $instance, Google_Service_SQLAdmin_InstancesImportRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('import', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Creates a new Cloud SQL instance. (instances.insert)
+ *
+ * @param string $project Project ID of the project to which the newly created
+ * Cloud SQL instances should belong.
+ * @param Google_DatabaseInstance $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Lists instances under a given project in the alphabetical order of the
+ * instance name. (instances.listInstances)
+ *
+ * @param string $project Project ID of the project for which to list Cloud SQL
+ * instances.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
+ * @opt_param string maxResults The maximum number of results to return per
+ * response.
+ * @return Google_Service_SQLAdmin_InstancesListResponse
+ */
+ public function listInstances($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse");
+ }
+
+ /**
+ * Updates settings of a Cloud SQL instance. Caution: This is not a partial
+ * update, so you must include values for all the settings that you want to
+ * retain. For partial updates, use patch.. This method supports patch
+ * semantics. (instances.patch)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param Google_DatabaseInstance $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Promotes the read replica instance to be a stand-alone Cloud SQL instance.
+ * (instances.promoteReplica)
+ *
+ * @param string $project ID of the project that contains the read replica.
+ * @param string $instance Cloud SQL read replica instance name.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function promoteReplica($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Deletes all client certificates and generates a new server SSL certificate
+ * for the instance. The changes will not take effect until the instance is
+ * restarted. Existing instances without a server certificate will need to call
+ * this once to set a server certificate. (instances.resetSslConfig)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function resetSslConfig($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Restarts a Cloud SQL instance. (instances.restart)
+ *
+ * @param string $project Project ID of the project that contains the instance
+ * to be restarted.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function restart($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('restart', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Restores a backup of a Cloud SQL instance. (instances.restoreBackup)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param Google_InstancesRestoreBackupRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function restoreBackup($project, $instance, Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Starts the replication in the read replica instance. (instances.startReplica)
+ *
+ * @param string $project ID of the project that contains the read replica.
+ * @param string $instance Cloud SQL read replica instance name.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function startReplica($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('startReplica', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Stops the replication in the read replica instance. (instances.stopReplica)
+ *
+ * @param string $project ID of the project that contains the read replica.
+ * @param string $instance Cloud SQL read replica instance name.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function stopReplica($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('stopReplica', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Updates settings of a Cloud SQL instance. Caution: This is not a partial
+ * update, so you must include values for all the settings that you want to
+ * retain. For partial updates, use patch. (instances.update)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param Google_DatabaseInstance $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function update($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+}
+
+/**
+ * The "operations" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $operations = $sqladminService->operations;
+ *
+ */
+class Google_Service_SQLAdmin_Operations_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves an instance operation that has been performed on an instance.
+ * (operations.get)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $operation Instance operation ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function get($project, $operation, $optParams = array())
+ {
+ $params = array('project' => $project, 'operation' => $operation);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Lists all instance operations that have been performed on the given Cloud SQL
+ * instance in the reverse chronological order of the start time.
+ * (operations.listOperations)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string maxResults Maximum number of operations per response.
+ * @opt_param string pageToken A previously-returned page token representing
+ * part of the larger set of results to view.
+ * @return Google_Service_SQLAdmin_OperationsListResponse
+ */
+ public function listOperations($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_OperationsListResponse");
+ }
+}
+
+/**
+ * The "sslCerts" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $sslCerts = $sqladminService->sslCerts;
+ *
+ */
+class Google_Service_SQLAdmin_SslCerts_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the SSL certificate. The change will not take effect until the
+ * instance is restarted. (sslCerts.delete)
+ *
+ * @param string $project Project ID of the project that contains the instance
+ * to be deleted.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $sha1Fingerprint Sha1 FingerPrint.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function delete($project, $instance, $sha1Fingerprint, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Retrieves a particular SSL certificate. Does not include the private key
+ * (required for usage). The private key must be saved from the response to
+ * initial creation. (sslCerts.get)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param string $sha1Fingerprint Sha1 FingerPrint.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_SslCert
+ */
+ public function get($project, $instance, $sha1Fingerprint, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert");
+ }
+
+ /**
+ * Creates an SSL certificate and returns it along with the private key and
+ * server certificate authority. The new certificate will not be usable until
+ * the instance is restarted. (sslCerts.insert)
+ *
+ * @param string $project Project ID of the project to which the newly created
+ * Cloud SQL instances should belong.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param Google_SslCertsInsertRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_SslCertsInsertResponse
+ */
+ public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInsertRequest $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse");
+ }
+
+ /**
+ * Lists all of the current SSL certificates for the instance.
+ * (sslCerts.listSslCerts)
+ *
+ * @param string $project Project ID of the project for which to list Cloud SQL
+ * instances.
+ * @param string $instance Cloud SQL instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_SslCertsListResponse
+ */
+ public function listSslCerts($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_SslCertsListResponse");
+ }
+}
+
+/**
+ * The "tiers" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $tiers = $sqladminService->tiers;
+ *
+ */
+class Google_Service_SQLAdmin_Tiers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Lists all available service tiers for Google Cloud SQL, for example D1, D2.
+ * For related information, see Pricing. (tiers.listTiers)
+ *
+ * @param string $project Project ID of the project for which to list tiers.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_TiersListResponse
+ */
+ public function listTiers($project, $optParams = array())
+ {
+ $params = array('project' => $project);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_TiersListResponse");
+ }
+}
+
+/**
+ * The "users" collection of methods.
+ * Typical usage is:
+ *
+ * $sqladminService = new Google_Service_SQLAdmin(...);
+ * $users = $sqladminService->users;
+ *
+ */
+class Google_Service_SQLAdmin_Users_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a user from a Cloud SQL instance. (users.delete)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $host Host of the user in the instance.
+ * @param string $name Name of the user in the instance.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function delete($project, $instance, $host, $name, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Creates a new user in a Cloud SQL instance. (users.insert)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param Google_User $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function insert($project, $instance, Google_Service_SQLAdmin_User $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+
+ /**
+ * Lists users in the specified Cloud SQL instance. (users.listUsers)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_UsersListResponse
+ */
+ public function listUsers($project, $instance, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_SQLAdmin_UsersListResponse");
+ }
+
+ /**
+ * Updates an existing user in a Cloud SQL instance. (users.update)
+ *
+ * @param string $project Project ID of the project that contains the instance.
+ * @param string $instance Database instance ID. This does not include the
+ * project ID.
+ * @param string $host Host of the user in the instance.
+ * @param string $name Name of the user in the instance.
+ * @param Google_User $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_SQLAdmin_Operation
+ */
+ public function update($project, $instance, $host, $name, Google_Service_SQLAdmin_User $postBody, $optParams = array())
+ {
+ $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
+ }
+}
+
+
+
+
+class Google_Service_SQLAdmin_AclEntry extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $expirationTime;
+ public $kind;
+ public $name;
+ public $value;
+
+
+ public function setExpirationTime($expirationTime)
+ {
+ $this->expirationTime = $expirationTime;
+ }
+ public function getExpirationTime()
+ {
+ return $this->expirationTime;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_SQLAdmin_BackupConfiguration extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $binaryLogEnabled;
+ public $enabled;
+ public $kind;
+ public $startTime;
+
+
+ public function setBinaryLogEnabled($binaryLogEnabled)
+ {
+ $this->binaryLogEnabled = $binaryLogEnabled;
+ }
+ public function getBinaryLogEnabled()
+ {
+ return $this->binaryLogEnabled;
+ }
+ public function setEnabled($enabled)
+ {
+ $this->enabled = $enabled;
+ }
+ public function getEnabled()
+ {
+ return $this->enabled;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+}
+
+class Google_Service_SQLAdmin_BackupRun extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $endTime;
+ public $enqueuedTime;
+ protected $errorType = 'Google_Service_SQLAdmin_OperationError';
+ protected $errorDataType = '';
+ public $id;
+ public $instance;
+ public $kind;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $windowStartTime;
+
+
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setEnqueuedTime($enqueuedTime)
+ {
+ $this->enqueuedTime = $enqueuedTime;
+ }
+ public function getEnqueuedTime()
+ {
+ return $this->enqueuedTime;
+ }
+ public function setError(Google_Service_SQLAdmin_OperationError $error)
+ {
+ $this->error = $error;
+ }
+ public function getError()
+ {
+ return $this->error;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setInstance($instance)
+ {
+ $this->instance = $instance;
+ }
+ public function getInstance()
+ {
+ return $this->instance;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setWindowStartTime($windowStartTime)
+ {
+ $this->windowStartTime = $windowStartTime;
+ }
+ public function getWindowStartTime()
+ {
+ return $this->windowStartTime;
+ }
+}
+
+class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_BackupRun';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_SQLAdmin_BinLogCoordinates extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $binLogFileName;
+ public $binLogPosition;
+ public $kind;
+
+
+ public function setBinLogFileName($binLogFileName)
+ {
+ $this->binLogFileName = $binLogFileName;
+ }
+ public function getBinLogFileName()
+ {
+ return $this->binLogFileName;
+ }
+ public function setBinLogPosition($binLogPosition)
+ {
+ $this->binLogPosition = $binLogPosition;
+ }
+ public function getBinLogPosition()
+ {
+ return $this->binLogPosition;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_SQLAdmin_CloneContext extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $binLogCoordinatesType = 'Google_Service_SQLAdmin_BinLogCoordinates';
+ protected $binLogCoordinatesDataType = '';
+ public $destinationInstanceName;
+ public $kind;
+
+
+ public function setBinLogCoordinates(Google_Service_SQLAdmin_BinLogCoordinates $binLogCoordinates)
+ {
+ $this->binLogCoordinates = $binLogCoordinates;
+ }
+ public function getBinLogCoordinates()
+ {
+ return $this->binLogCoordinates;
+ }
+ public function setDestinationInstanceName($destinationInstanceName)
+ {
+ $this->destinationInstanceName = $destinationInstanceName;
+ }
+ public function getDestinationInstanceName()
+ {
+ return $this->destinationInstanceName;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_SQLAdmin_Database extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $charset;
+ public $collation;
+ public $etag;
+ public $instance;
+ public $kind;
+ public $name;
+ public $project;
+ public $selfLink;
+
+
+ public function setCharset($charset)
+ {
+ $this->charset = $charset;
+ }
+ public function getCharset()
+ {
+ return $this->charset;
+ }
+ public function setCollation($collation)
+ {
+ $this->collation = $collation;
+ }
+ public function getCollation()
+ {
+ return $this->collation;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setInstance($instance)
+ {
+ $this->instance = $instance;
+ }
+ public function getInstance()
+ {
+ return $this->instance;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+ public function getProject()
+ {
+ return $this->project;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+}
+
+class Google_Service_SQLAdmin_DatabaseFlags extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $name;
+ public $value;
+
+
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setValue($value)
+ {
+ $this->value = $value;
+ }
+ public function getValue()
+ {
+ return $this->value;
+ }
+}
+
+class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
+{
+ protected $collection_key = 'replicaNames';
+ protected $internal_gapi_mappings = array(
+ );
+ public $currentDiskSize;
+ public $databaseVersion;
+ public $etag;
+ public $instanceType;
+ protected $ipAddressesType = 'Google_Service_SQLAdmin_IpMapping';
+ protected $ipAddressesDataType = 'array';
+ public $ipv6Address;
+ public $kind;
+ public $masterInstanceName;
+ public $maxDiskSize;
+ public $name;
+ public $project;
+ public $region;
+ public $replicaNames;
+ public $selfLink;
+ protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
+ protected $serverCaCertDataType = '';
+ public $serviceAccountEmailAddress;
+ protected $settingsType = 'Google_Service_SQLAdmin_Settings';
+ protected $settingsDataType = '';
+ public $state;
+
+
+ public function setCurrentDiskSize($currentDiskSize)
+ {
+ $this->currentDiskSize = $currentDiskSize;
+ }
+ public function getCurrentDiskSize()
+ {
+ return $this->currentDiskSize;
+ }
+ public function setDatabaseVersion($databaseVersion)
+ {
+ $this->databaseVersion = $databaseVersion;
+ }
+ public function getDatabaseVersion()
+ {
+ return $this->databaseVersion;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setInstanceType($instanceType)
+ {
+ $this->instanceType = $instanceType;
+ }
+ public function getInstanceType()
+ {
+ return $this->instanceType;
+ }
+ public function setIpAddresses($ipAddresses)
+ {
+ $this->ipAddresses = $ipAddresses;
+ }
+ public function getIpAddresses()
+ {
+ return $this->ipAddresses;
+ }
+ public function setIpv6Address($ipv6Address)
+ {
+ $this->ipv6Address = $ipv6Address;
+ }
+ public function getIpv6Address()
+ {
+ return $this->ipv6Address;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMasterInstanceName($masterInstanceName)
+ {
+ $this->masterInstanceName = $masterInstanceName;
+ }
+ public function getMasterInstanceName()
+ {
+ return $this->masterInstanceName;
+ }
+ public function setMaxDiskSize($maxDiskSize)
+ {
+ $this->maxDiskSize = $maxDiskSize;
+ }
+ public function getMaxDiskSize()
+ {
+ return $this->maxDiskSize;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+ public function getProject()
+ {
+ return $this->project;
+ }
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+ public function getRegion()
+ {
+ return $this->region;
+ }
+ public function setReplicaNames($replicaNames)
+ {
+ $this->replicaNames = $replicaNames;
+ }
+ public function getReplicaNames()
+ {
+ return $this->replicaNames;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
+ {
+ $this->serverCaCert = $serverCaCert;
+ }
+ public function getServerCaCert()
+ {
+ return $this->serverCaCert;
+ }
+ public function setServiceAccountEmailAddress($serviceAccountEmailAddress)
+ {
+ $this->serviceAccountEmailAddress = $serviceAccountEmailAddress;
+ }
+ public function getServiceAccountEmailAddress()
+ {
+ return $this->serviceAccountEmailAddress;
+ }
+ public function setSettings(Google_Service_SQLAdmin_Settings $settings)
+ {
+ $this->settings = $settings;
+ }
+ public function getSettings()
+ {
+ return $this->settings;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+ public function getState()
+ {
+ return $this->state;
+ }
+}
+
+class Google_Service_SQLAdmin_DatabasesListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_Database';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_SQLAdmin_ExportContext extends Google_Collection
+{
+ protected $collection_key = 'databases';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $csvExportOptionsType = 'Google_Service_SQLAdmin_ExportContextCsvExportOptions';
+ protected $csvExportOptionsDataType = '';
+ public $databases;
+ public $fileType;
+ public $kind;
+ protected $sqlExportOptionsType = 'Google_Service_SQLAdmin_ExportContextSqlExportOptions';
+ protected $sqlExportOptionsDataType = '';
+ public $uri;
+
+
+ public function setCsvExportOptions(Google_Service_SQLAdmin_ExportContextCsvExportOptions $csvExportOptions)
+ {
+ $this->csvExportOptions = $csvExportOptions;
+ }
+ public function getCsvExportOptions()
+ {
+ return $this->csvExportOptions;
+ }
+ public function setDatabases($databases)
+ {
+ $this->databases = $databases;
+ }
+ public function getDatabases()
+ {
+ return $this->databases;
+ }
+ public function setFileType($fileType)
+ {
+ $this->fileType = $fileType;
+ }
+ public function getFileType()
+ {
+ return $this->fileType;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setSqlExportOptions(Google_Service_SQLAdmin_ExportContextSqlExportOptions $sqlExportOptions)
+ {
+ $this->sqlExportOptions = $sqlExportOptions;
+ }
+ public function getSqlExportOptions()
+ {
+ return $this->sqlExportOptions;
+ }
+ public function setUri($uri)
+ {
+ $this->uri = $uri;
+ }
+ public function getUri()
+ {
+ return $this->uri;
+ }
+}
+
+class Google_Service_SQLAdmin_ExportContextCsvExportOptions extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $selectQuery;
+
+
+ public function setSelectQuery($selectQuery)
+ {
+ $this->selectQuery = $selectQuery;
+ }
+ public function getSelectQuery()
+ {
+ return $this->selectQuery;
+ }
+}
+
+class Google_Service_SQLAdmin_ExportContextSqlExportOptions extends Google_Collection
+{
+ protected $collection_key = 'tables';
+ protected $internal_gapi_mappings = array(
+ );
+ public $tables;
+
+
+ public function setTables($tables)
+ {
+ $this->tables = $tables;
+ }
+ public function getTables()
+ {
+ return $this->tables;
+ }
+}
+
+class Google_Service_SQLAdmin_Flag extends Google_Collection
+{
+ protected $collection_key = 'appliesTo';
+ protected $internal_gapi_mappings = array(
+ );
+ public $allowedStringValues;
+ public $appliesTo;
+ public $kind;
+ public $maxValue;
+ public $minValue;
+ public $name;
+ public $type;
+
+
+ public function setAllowedStringValues($allowedStringValues)
+ {
+ $this->allowedStringValues = $allowedStringValues;
+ }
+ public function getAllowedStringValues()
+ {
+ return $this->allowedStringValues;
+ }
+ public function setAppliesTo($appliesTo)
+ {
+ $this->appliesTo = $appliesTo;
+ }
+ public function getAppliesTo()
+ {
+ return $this->appliesTo;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMaxValue($maxValue)
+ {
+ $this->maxValue = $maxValue;
+ }
+ public function getMaxValue()
+ {
+ return $this->maxValue;
+ }
+ public function setMinValue($minValue)
+ {
+ $this->minValue = $minValue;
+ }
+ public function getMinValue()
+ {
+ return $this->minValue;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
+
+class Google_Service_SQLAdmin_FlagsListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_Flag';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_SQLAdmin_ImportContext extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $csvImportOptionsType = 'Google_Service_SQLAdmin_ImportContextCsvImportOptions';
+ protected $csvImportOptionsDataType = '';
+ public $database;
+ public $fileType;
+ public $kind;
+ public $uri;
+
+
+ public function setCsvImportOptions(Google_Service_SQLAdmin_ImportContextCsvImportOptions $csvImportOptions)
+ {
+ $this->csvImportOptions = $csvImportOptions;
+ }
+ public function getCsvImportOptions()
+ {
+ return $this->csvImportOptions;
+ }
+ public function setDatabase($database)
+ {
+ $this->database = $database;
+ }
+ public function getDatabase()
+ {
+ return $this->database;
+ }
+ public function setFileType($fileType)
+ {
+ $this->fileType = $fileType;
+ }
+ public function getFileType()
+ {
+ return $this->fileType;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setUri($uri)
+ {
+ $this->uri = $uri;
+ }
+ public function getUri()
+ {
+ return $this->uri;
+ }
+}
+
+class Google_Service_SQLAdmin_ImportContextCsvImportOptions extends Google_Collection
+{
+ protected $collection_key = 'columns';
+ protected $internal_gapi_mappings = array(
+ );
+ public $columns;
+ public $table;
+
+
+ public function setColumns($columns)
+ {
+ $this->columns = $columns;
+ }
+ public function getColumns()
+ {
+ return $this->columns;
+ }
+ public function setTable($table)
+ {
+ $this->table = $table;
+ }
+ public function getTable()
+ {
+ return $this->table;
+ }
+}
+
+class Google_Service_SQLAdmin_InstancesCloneRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $cloneContextType = 'Google_Service_SQLAdmin_CloneContext';
+ protected $cloneContextDataType = '';
+
+
+ public function setCloneContext(Google_Service_SQLAdmin_CloneContext $cloneContext)
+ {
+ $this->cloneContext = $cloneContext;
+ }
+ public function getCloneContext()
+ {
+ return $this->cloneContext;
+ }
+}
+
+class Google_Service_SQLAdmin_InstancesExportRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
+ protected $exportContextDataType = '';
+
+
+ public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
+ {
+ $this->exportContext = $exportContext;
+ }
+ public function getExportContext()
+ {
+ return $this->exportContext;
+ }
+}
+
+class Google_Service_SQLAdmin_InstancesImportRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
+ protected $importContextDataType = '';
+
+
+ public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
+ {
+ $this->importContext = $importContext;
+ }
+ public function getImportContext()
+ {
+ return $this->importContext;
+ }
+}
+
+class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_DatabaseInstance';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_SQLAdmin_InstancesRestoreBackupRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $restoreBackupContextType = 'Google_Service_SQLAdmin_RestoreBackupContext';
+ protected $restoreBackupContextDataType = '';
+
+
+ public function setRestoreBackupContext(Google_Service_SQLAdmin_RestoreBackupContext $restoreBackupContext)
+ {
+ $this->restoreBackupContext = $restoreBackupContext;
+ }
+ public function getRestoreBackupContext()
+ {
+ return $this->restoreBackupContext;
+ }
+}
+
+class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
+{
+ protected $collection_key = 'authorizedNetworks';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $authorizedNetworksType = 'Google_Service_SQLAdmin_AclEntry';
+ protected $authorizedNetworksDataType = 'array';
+ public $ipv4Enabled;
+ public $requireSsl;
+
+
+ public function setAuthorizedNetworks($authorizedNetworks)
+ {
+ $this->authorizedNetworks = $authorizedNetworks;
+ }
+ public function getAuthorizedNetworks()
+ {
+ return $this->authorizedNetworks;
+ }
+ public function setIpv4Enabled($ipv4Enabled)
+ {
+ $this->ipv4Enabled = $ipv4Enabled;
+ }
+ public function getIpv4Enabled()
+ {
+ return $this->ipv4Enabled;
+ }
+ public function setRequireSsl($requireSsl)
+ {
+ $this->requireSsl = $requireSsl;
+ }
+ public function getRequireSsl()
+ {
+ return $this->requireSsl;
+ }
+}
+
+class Google_Service_SQLAdmin_IpMapping extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $ipAddress;
+ public $timeToRetire;
+
+
+ public function setIpAddress($ipAddress)
+ {
+ $this->ipAddress = $ipAddress;
+ }
+ public function getIpAddress()
+ {
+ return $this->ipAddress;
+ }
+ public function setTimeToRetire($timeToRetire)
+ {
+ $this->timeToRetire = $timeToRetire;
+ }
+ public function getTimeToRetire()
+ {
+ return $this->timeToRetire;
+ }
+}
+
+class Google_Service_SQLAdmin_LocationPreference extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $followGaeApplication;
+ public $kind;
+ public $zone;
+
+
+ public function setFollowGaeApplication($followGaeApplication)
+ {
+ $this->followGaeApplication = $followGaeApplication;
+ }
+ public function getFollowGaeApplication()
+ {
+ return $this->followGaeApplication;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setZone($zone)
+ {
+ $this->zone = $zone;
+ }
+ public function getZone()
+ {
+ return $this->zone;
+ }
+}
+
+class Google_Service_SQLAdmin_Operation extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $endTime;
+ protected $errorType = 'Google_Service_SQLAdmin_OperationError';
+ protected $errorDataType = '';
+ protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
+ protected $exportContextDataType = '';
+ protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
+ protected $importContextDataType = '';
+ public $insertTime;
+ public $kind;
+ public $name;
+ public $operationType;
+ public $selfLink;
+ public $startTime;
+ public $status;
+ public $targetId;
+ public $targetLink;
+ public $targetProject;
+ public $user;
+
+
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setError(Google_Service_SQLAdmin_OperationError $error)
+ {
+ $this->error = $error;
+ }
+ public function getError()
+ {
+ return $this->error;
+ }
+ public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
+ {
+ $this->exportContext = $exportContext;
+ }
+ public function getExportContext()
+ {
+ return $this->exportContext;
+ }
+ public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
+ {
+ $this->importContext = $importContext;
+ }
+ public function getImportContext()
+ {
+ return $this->importContext;
+ }
+ public function setInsertTime($insertTime)
+ {
+ $this->insertTime = $insertTime;
+ }
+ public function getInsertTime()
+ {
+ return $this->insertTime;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setOperationType($operationType)
+ {
+ $this->operationType = $operationType;
+ }
+ public function getOperationType()
+ {
+ return $this->operationType;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setTargetId($targetId)
+ {
+ $this->targetId = $targetId;
+ }
+ public function getTargetId()
+ {
+ return $this->targetId;
+ }
+ public function setTargetLink($targetLink)
+ {
+ $this->targetLink = $targetLink;
+ }
+ public function getTargetLink()
+ {
+ return $this->targetLink;
+ }
+ public function setTargetProject($targetProject)
+ {
+ $this->targetProject = $targetProject;
+ }
+ public function getTargetProject()
+ {
+ return $this->targetProject;
+ }
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+ public function getUser()
+ {
+ return $this->user;
+ }
+}
+
+class Google_Service_SQLAdmin_OperationError extends Google_Collection
+{
+ protected $collection_key = 'errors';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $errorsType = 'Google_Service_SQLAdmin_OperationError';
+ protected $errorsDataType = 'array';
+
+
+ public function setErrors($errors)
+ {
+ $this->errors = $errors;
+ }
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+}
+
+class Google_Service_SQLAdmin_OperationError extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $code;
+ public $kind;
+ public $message;
+
+
+ public function setCode($code)
+ {
+ $this->code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
+
+class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_Operation';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
+
+class Google_Service_SQLAdmin_RestoreBackupContext extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $backupRunId;
+ public $kind;
+
+
+ public function setBackupRunId($backupRunId)
+ {
+ $this->backupRunId = $backupRunId;
+ }
+ public function getBackupRunId()
+ {
+ return $this->backupRunId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_SQLAdmin_Settings extends Google_Collection
+{
+ protected $collection_key = 'databaseFlags';
+ protected $internal_gapi_mappings = array(
+ );
+ public $activationPolicy;
+ public $authorizedGaeApplications;
+ protected $backupConfigurationType = 'Google_Service_SQLAdmin_BackupConfiguration';
+ protected $backupConfigurationDataType = '';
+ protected $databaseFlagsType = 'Google_Service_SQLAdmin_DatabaseFlags';
+ protected $databaseFlagsDataType = 'array';
+ public $databaseReplicationEnabled;
+ protected $ipConfigurationType = 'Google_Service_SQLAdmin_IpConfiguration';
+ protected $ipConfigurationDataType = '';
+ public $kind;
+ protected $locationPreferenceType = 'Google_Service_SQLAdmin_LocationPreference';
+ protected $locationPreferenceDataType = '';
+ public $pricingPlan;
+ public $replicationType;
+ public $settingsVersion;
+ public $tier;
+
+
+ public function setActivationPolicy($activationPolicy)
+ {
+ $this->activationPolicy = $activationPolicy;
+ }
+ public function getActivationPolicy()
+ {
+ return $this->activationPolicy;
+ }
+ public function setAuthorizedGaeApplications($authorizedGaeApplications)
+ {
+ $this->authorizedGaeApplications = $authorizedGaeApplications;
+ }
+ public function getAuthorizedGaeApplications()
+ {
+ return $this->authorizedGaeApplications;
+ }
+ public function setBackupConfiguration(Google_Service_SQLAdmin_BackupConfiguration $backupConfiguration)
+ {
+ $this->backupConfiguration = $backupConfiguration;
+ }
+ public function getBackupConfiguration()
+ {
+ return $this->backupConfiguration;
+ }
+ public function setDatabaseFlags($databaseFlags)
+ {
+ $this->databaseFlags = $databaseFlags;
+ }
+ public function getDatabaseFlags()
+ {
+ return $this->databaseFlags;
+ }
+ public function setDatabaseReplicationEnabled($databaseReplicationEnabled)
+ {
+ $this->databaseReplicationEnabled = $databaseReplicationEnabled;
+ }
+ public function getDatabaseReplicationEnabled()
+ {
+ return $this->databaseReplicationEnabled;
+ }
+ public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration)
+ {
+ $this->ipConfiguration = $ipConfiguration;
+ }
+ public function getIpConfiguration()
+ {
+ return $this->ipConfiguration;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference $locationPreference)
+ {
+ $this->locationPreference = $locationPreference;
+ }
+ public function getLocationPreference()
+ {
+ return $this->locationPreference;
+ }
+ public function setPricingPlan($pricingPlan)
+ {
+ $this->pricingPlan = $pricingPlan;
+ }
+ public function getPricingPlan()
+ {
+ return $this->pricingPlan;
+ }
+ public function setReplicationType($replicationType)
+ {
+ $this->replicationType = $replicationType;
+ }
+ public function getReplicationType()
+ {
+ return $this->replicationType;
+ }
+ public function setSettingsVersion($settingsVersion)
+ {
+ $this->settingsVersion = $settingsVersion;
+ }
+ public function getSettingsVersion()
+ {
+ return $this->settingsVersion;
+ }
+ public function setTier($tier)
+ {
+ $this->tier = $tier;
+ }
+ public function getTier()
+ {
+ return $this->tier;
+ }
+}
+
+class Google_Service_SQLAdmin_SslCert extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $cert;
+ public $certSerialNumber;
+ public $commonName;
+ public $createTime;
+ public $expirationTime;
+ public $instance;
+ public $kind;
+ public $selfLink;
+ public $sha1Fingerprint;
+
+
+ public function setCert($cert)
+ {
+ $this->cert = $cert;
+ }
+ public function getCert()
+ {
+ return $this->cert;
+ }
+ public function setCertSerialNumber($certSerialNumber)
+ {
+ $this->certSerialNumber = $certSerialNumber;
+ }
+ public function getCertSerialNumber()
+ {
+ return $this->certSerialNumber;
+ }
+ public function setCommonName($commonName)
+ {
+ $this->commonName = $commonName;
+ }
+ public function getCommonName()
+ {
+ return $this->commonName;
+ }
+ public function setCreateTime($createTime)
+ {
+ $this->createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setExpirationTime($expirationTime)
+ {
+ $this->expirationTime = $expirationTime;
+ }
+ public function getExpirationTime()
+ {
+ return $this->expirationTime;
+ }
+ public function setInstance($instance)
+ {
+ $this->instance = $instance;
+ }
+ public function getInstance()
+ {
+ return $this->instance;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setSelfLink($selfLink)
+ {
+ $this->selfLink = $selfLink;
+ }
+ public function getSelfLink()
+ {
+ return $this->selfLink;
+ }
+ public function setSha1Fingerprint($sha1Fingerprint)
+ {
+ $this->sha1Fingerprint = $sha1Fingerprint;
+ }
+ public function getSha1Fingerprint()
+ {
+ return $this->sha1Fingerprint;
+ }
+}
+
+class Google_Service_SQLAdmin_SslCertDetail extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $certInfoType = 'Google_Service_SQLAdmin_SslCert';
+ protected $certInfoDataType = '';
+ public $certPrivateKey;
+
+
+ public function setCertInfo(Google_Service_SQLAdmin_SslCert $certInfo)
+ {
+ $this->certInfo = $certInfo;
+ }
+ public function getCertInfo()
+ {
+ return $this->certInfo;
+ }
+ public function setCertPrivateKey($certPrivateKey)
+ {
+ $this->certPrivateKey = $certPrivateKey;
+ }
+ public function getCertPrivateKey()
+ {
+ return $this->certPrivateKey;
+ }
+}
+
+class Google_Service_SQLAdmin_SslCertsInsertRequest extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $commonName;
+
+
+ public function setCommonName($commonName)
+ {
+ $this->commonName = $commonName;
+ }
+ public function getCommonName()
+ {
+ return $this->commonName;
+ }
+}
+
+class Google_Service_SQLAdmin_SslCertsInsertResponse extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ protected $clientCertType = 'Google_Service_SQLAdmin_SslCertDetail';
+ protected $clientCertDataType = '';
+ public $kind;
+ protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
+ protected $serverCaCertDataType = '';
+
+
+ public function setClientCert(Google_Service_SQLAdmin_SslCertDetail $clientCert)
+ {
+ $this->clientCert = $clientCert;
+ }
+ public function getClientCert()
+ {
+ return $this->clientCert;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
+ {
+ $this->serverCaCert = $serverCaCert;
+ }
+ public function getServerCaCert()
+ {
+ return $this->serverCaCert;
+ }
+}
+
+class Google_Service_SQLAdmin_SslCertsListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_SslCert';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_SQLAdmin_Tier extends Google_Collection
+{
+ protected $collection_key = 'region';
+ protected $internal_gapi_mappings = array(
+ "diskQuota" => "DiskQuota",
+ "rAM" => "RAM",
+ );
+ public $diskQuota;
+ public $rAM;
+ public $kind;
+ public $region;
+ public $tier;
+
+
+ public function setDiskQuota($diskQuota)
+ {
+ $this->diskQuota = $diskQuota;
+ }
+ public function getDiskQuota()
+ {
+ return $this->diskQuota;
+ }
+ public function setRAM($rAM)
+ {
+ $this->rAM = $rAM;
+ }
+ public function getRAM()
+ {
+ return $this->rAM;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+ public function getRegion()
+ {
+ return $this->region;
+ }
+ public function setTier($tier)
+ {
+ $this->tier = $tier;
+ }
+ public function getTier()
+ {
+ return $this->tier;
+ }
+}
+
+class Google_Service_SQLAdmin_TiersListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_Tier';
+ protected $itemsDataType = 'array';
+ public $kind;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_SQLAdmin_User extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $etag;
+ public $host;
+ public $instance;
+ public $kind;
+ public $name;
+ public $password;
+ public $project;
+
+
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setHost($host)
+ {
+ $this->host = $host;
+ }
+ public function getHost()
+ {
+ return $this->host;
+ }
+ public function setInstance($instance)
+ {
+ $this->instance = $instance;
+ }
+ public function getInstance()
+ {
+ return $this->instance;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPassword($password)
+ {
+ $this->password = $password;
+ }
+ public function getPassword()
+ {
+ return $this->password;
+ }
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+ public function getProject()
+ {
+ return $this->project;
+ }
+}
+
+class Google_Service_SQLAdmin_UsersListResponse extends Google_Collection
+{
+ protected $collection_key = 'items';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $itemsType = 'Google_Service_SQLAdmin_User';
+ protected $itemsDataType = 'array';
+ public $kind;
+ public $nextPageToken;
+
+
+ public function setItems($items)
+ {
+ $this->items = $items;
+ }
+ public function getItems()
+ {
+ return $this->items;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
From fb3e048f9c8b21d90be02c638af6c342cfdc9c3c Mon Sep 17 00:00:00 2001
From: Silvano Luciani * For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. From 5e759a61679a9b9b2aa87e47cd5a66eef67e7e21 Mon Sep 17 00:00:00 2001 From: Silvano Luciani+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_AndroidEnterprise extends Google_Service +{ + /** Manage corporate Android devices. */ + const ANDROIDENTERPRISE = + "https://www.googleapis.com/auth/androidenterprise"; + + public $collections; + public $collectionviewers; + public $devices; + public $enterprises; + public $entitlements; + public $grouplicenses; + public $grouplicenseusers; + public $installs; + public $permissions; + public $products; + public $users; + + + /** + * Constructs the internal representation of the AndroidEnterprise service. + * + * @param Google_Client $client + */ + public function __construct(Google_Client $client) + { + parent::__construct($client); + $this->servicePath = 'androidenterprise/v1/'; + $this->version = 'v1'; + $this->serviceName = 'androidenterprise'; + + $this->collections = new Google_Service_AndroidEnterprise_Collections_Resource( + $this, + $this->serviceName, + 'collections', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'enterprises/{enterpriseId}/collections', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/collections', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->collectionviewers = new Google_Service_AndroidEnterprise_Collectionviewers_Resource( + $this, + $this->serviceName, + 'collectionviewers', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users/{userId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users/{userId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users/{userId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'collectionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->devices = new Google_Service_AndroidEnterprise_Devices_Resource( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getState' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setState' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->enterprises = new Google_Service_AndroidEnterprise_Enterprises_Resource( + $this, + $this->serviceName, + 'enterprises', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'enroll' => array( + 'path' => 'enterprises/enroll', + 'httpMethod' => 'POST', + 'parameters' => array( + 'token' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => 'enterprises', + 'httpMethod' => 'POST', + 'parameters' => array( + 'token' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises', + 'httpMethod' => 'GET', + 'parameters' => array( + 'domain' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setAccount' => array( + 'path' => 'enterprises/{enterpriseId}/account', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'unenroll' => array( + 'path' => 'enterprises/{enterpriseId}/unenroll', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->entitlements = new Google_Service_AndroidEnterprise_Entitlements_Resource( + $this, + $this->serviceName, + 'entitlements', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entitlementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entitlementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entitlementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'install' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/entitlements/{entitlementId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'entitlementId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'install' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->grouplicenses = new Google_Service_AndroidEnterprise_Grouplicenses_Resource( + $this, + $this->serviceName, + 'grouplicenses', + array( + 'methods' => array( + 'get' => array( + 'path' => 'enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupLicenseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/groupLicenses', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->grouplicenseusers = new Google_Service_AndroidEnterprise_Grouplicenseusers_Resource( + $this, + $this->serviceName, + 'grouplicenseusers', + array( + 'methods' => array( + 'list' => array( + 'path' => 'enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'groupLicenseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->installs = new Google_Service_AndroidEnterprise_Installs_Resource( + $this, + $this->serviceName, + 'installs', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'installId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'installId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'patch' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'installId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/installs/{installId}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'deviceId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'installId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->permissions = new Google_Service_AndroidEnterprise_Permissions_Resource( + $this, + $this->serviceName, + 'permissions', + array( + 'methods' => array( + 'get' => array( + 'path' => 'permissions/{permissionId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'permissionId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->products = new Google_Service_AndroidEnterprise_Products_Resource( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'get' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getAppRestrictionsSchema' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/appRestrictionsSchema', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'language' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'getPermissions' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/permissions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updatePermissions' => array( + 'path' => 'enterprises/{enterpriseId}/products/{productId}/permissions', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'productId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->users = new Google_Service_AndroidEnterprise_Users_Resource( + $this, + $this->serviceName, + 'users', + array( + 'methods' => array( + 'generateToken' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/token', + 'httpMethod' => 'POST', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'enterprises/{enterpriseId}/users', + 'httpMethod' => 'GET', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'email' => array( + 'location' => 'query', + 'type' => 'string', + 'required' => true, + ), + ), + ),'revokeToken' => array( + 'path' => 'enterprises/{enterpriseId}/users/{userId}/token', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'enterpriseId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'userId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} + + +/** + * The "collections" collection of methods. + * Typical usage is: + *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $collections = $androidenterpriseService->collections;
+ *
+ */
+class Google_Service_AndroidEnterprise_Collections_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes a collection. (collections.delete)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($enterpriseId, $collectionId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Retrieves the details of a collection. (collections.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Collection
+ */
+ public function get($enterpriseId, $collectionId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Collection");
+ }
+
+ /**
+ * Creates a new collection. (collections.insert)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param Google_Collection $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Collection
+ */
+ public function insert($enterpriseId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_Collection");
+ }
+
+ /**
+ * Retrieves the IDs of all the collections for an enterprise.
+ * (collections.listCollections)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_CollectionsListResponse
+ */
+ public function listCollections($enterpriseId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_CollectionsListResponse");
+ }
+
+ /**
+ * Updates a collection. This method supports patch semantics.
+ * (collections.patch)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param Google_Collection $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Collection
+ */
+ public function patch($enterpriseId, $collectionId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_Collection");
+ }
+
+ /**
+ * Updates a collection. (collections.update)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param Google_Collection $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Collection
+ */
+ public function update($enterpriseId, $collectionId, Google_Service_AndroidEnterprise_Collection $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Collection");
+ }
+}
+
+/**
+ * The "collectionviewers" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $collectionviewers = $androidenterpriseService->collectionviewers;
+ *
+ */
+class Google_Service_AndroidEnterprise_Collectionviewers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Removes the user from the list of those specifically allowed to see the
+ * collection. If the collection's visibility is set to viewersOnly then only
+ * such users will see the collection. (collectionviewers.delete)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param string $userId The ID of the user.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($enterpriseId, $collectionId, $userId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Retrieves the ID of the user if they have been specifically allowed to see
+ * the collection. If the collection's visibility is set to viewersOnly then
+ * only these users will see the collection. (collectionviewers.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param string $userId The ID of the user.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_User
+ */
+ public function get($enterpriseId, $collectionId, $userId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_User");
+ }
+
+ /**
+ * Retrieves the IDs of the users who have been specifically allowed to see the
+ * collection. If the collection's visibility is set to viewersOnly then only
+ * these users will see the collection.
+ * (collectionviewers.listCollectionviewers)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_CollectionViewersListResponse
+ */
+ public function listCollectionviewers($enterpriseId, $collectionId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_CollectionViewersListResponse");
+ }
+
+ /**
+ * Adds the user to the list of those specifically allowed to see the
+ * collection. If the collection's visibility is set to viewersOnly then only
+ * such users will see the collection. This method supports patch semantics.
+ * (collectionviewers.patch)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param string $userId The ID of the user.
+ * @param Google_User $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_User
+ */
+ public function patch($enterpriseId, $collectionId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_User");
+ }
+
+ /**
+ * Adds the user to the list of those specifically allowed to see the
+ * collection. If the collection's visibility is set to viewersOnly then only
+ * such users will see the collection. (collectionviewers.update)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $collectionId The ID of the collection.
+ * @param string $userId The ID of the user.
+ * @param Google_User $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_User
+ */
+ public function update($enterpriseId, $collectionId, $userId, Google_Service_AndroidEnterprise_User $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $userId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidEnterprise_User");
+ }
+}
+
+/**
+ * The "devices" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $devices = $androidenterpriseService->devices;
+ *
+ */
+class Google_Service_AndroidEnterprise_Devices_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the details of a device. (devices.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $deviceId The ID of the device.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Device
+ */
+ public function get($enterpriseId, $userId, $deviceId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Device");
+ }
+
+ /**
+ * Retrieves whether a device is enabled or disabled for access by the user to
+ * Google services. The device state takes effect only if enforcing EMM policies
+ * on Android devices is enabled in the Google Admin Console. Otherwise, the
+ * device state is ignored and all devices are allowed access to Google
+ * services. (devices.getState)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $deviceId The ID of the device.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_DeviceState
+ */
+ public function getState($enterpriseId, $userId, $deviceId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId);
+ $params = array_merge($params, $optParams);
+ return $this->call('getState', array($params), "Google_Service_AndroidEnterprise_DeviceState");
+ }
+
+ /**
+ * Retrieves the IDs of all of a user's devices. (devices.listDevices)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_DevicesListResponse
+ */
+ public function listDevices($enterpriseId, $userId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_DevicesListResponse");
+ }
+
+ /**
+ * Sets whether a device is enabled or disabled for access by the user to Google
+ * services. The device state takes effect only if enforcing EMM policies on
+ * Android devices is enabled in the Google Admin Console. Otherwise, the device
+ * state is ignored and all devices are allowed access to Google services.
+ * (devices.setState)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $deviceId The ID of the device.
+ * @param Google_DeviceState $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_DeviceState
+ */
+ public function setState($enterpriseId, $userId, $deviceId, Google_Service_AndroidEnterprise_DeviceState $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('setState', array($params), "Google_Service_AndroidEnterprise_DeviceState");
+ }
+}
+
+/**
+ * The "enterprises" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $enterprises = $androidenterpriseService->enterprises;
+ *
+ */
+class Google_Service_AndroidEnterprise_Enterprises_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Deletes the binding between the MDM and enterprise. This is now deprecated;
+ * use this to unenroll customers that were previously enrolled with the
+ * 'insert' call, then enroll them again with the 'enroll' call.
+ * (enterprises.delete)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($enterpriseId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Enrolls an enterprise with the calling MDM. (enterprises.enroll)
+ *
+ * @param string $token The token provided by the enterprise to register the
+ * MDM.
+ * @param Google_Enterprise $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Enterprise
+ */
+ public function enroll($token, Google_Service_AndroidEnterprise_Enterprise $postBody, $optParams = array())
+ {
+ $params = array('token' => $token, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('enroll', array($params), "Google_Service_AndroidEnterprise_Enterprise");
+ }
+
+ /**
+ * Retrieves the name and domain of an enterprise. (enterprises.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Enterprise
+ */
+ public function get($enterpriseId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Enterprise");
+ }
+
+ /**
+ * Establishes the binding between the MDM and an enterprise. This is now
+ * deprecated; use enroll instead. (enterprises.insert)
+ *
+ * @param string $token The token provided by the enterprise to register the
+ * MDM.
+ * @param Google_Enterprise $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Enterprise
+ */
+ public function insert($token, Google_Service_AndroidEnterprise_Enterprise $postBody, $optParams = array())
+ {
+ $params = array('token' => $token, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('insert', array($params), "Google_Service_AndroidEnterprise_Enterprise");
+ }
+
+ /**
+ * Looks up an enterprise by domain name. (enterprises.listEnterprises)
+ *
+ * @param string $domain The exact primary domain name of the enterprise to look
+ * up.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_EnterprisesListResponse
+ */
+ public function listEnterprises($domain, $optParams = array())
+ {
+ $params = array('domain' => $domain);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_EnterprisesListResponse");
+ }
+
+ /**
+ * Set the account that will be used to authenticate to the API as the
+ * enterprise. (enterprises.setAccount)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param Google_EnterpriseAccount $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_EnterpriseAccount
+ */
+ public function setAccount($enterpriseId, Google_Service_AndroidEnterprise_EnterpriseAccount $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('setAccount', array($params), "Google_Service_AndroidEnterprise_EnterpriseAccount");
+ }
+
+ /**
+ * Unenrolls an enterprise from the calling MDM. (enterprises.unenroll)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param array $optParams Optional parameters.
+ */
+ public function unenroll($enterpriseId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId);
+ $params = array_merge($params, $optParams);
+ return $this->call('unenroll', array($params));
+ }
+}
+
+/**
+ * The "entitlements" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $entitlements = $androidenterpriseService->entitlements;
+ *
+ */
+class Google_Service_AndroidEnterprise_Entitlements_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Removes an entitlement to an app for a user and uninstalls it.
+ * (entitlements.delete)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $entitlementId The ID of the entitlement, e.g.
+ * "app:com.google.android.gm".
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($enterpriseId, $userId, $entitlementId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Retrieves details of an entitlement. (entitlements.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $entitlementId The ID of the entitlement, e.g.
+ * "app:com.google.android.gm".
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Entitlement
+ */
+ public function get($enterpriseId, $userId, $entitlementId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Entitlement");
+ }
+
+ /**
+ * List of all entitlements for the specified user. Only the ID is set.
+ * (entitlements.listEntitlements)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_EntitlementsListResponse
+ */
+ public function listEntitlements($enterpriseId, $userId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_EntitlementsListResponse");
+ }
+
+ /**
+ * Adds or updates an entitlement to an app for a user. This method supports
+ * patch semantics. (entitlements.patch)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $entitlementId The ID of the entitlement, e.g.
+ * "app:com.google.android.gm".
+ * @param Google_Entitlement $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool install Set to true to also install the product on all the
+ * user's devices where possible. Failure to install on one or more devices will
+ * not prevent this operation from returning successfully, as long as the
+ * entitlement was successfully assigned to the user.
+ * @return Google_Service_AndroidEnterprise_Entitlement
+ */
+ public function patch($enterpriseId, $userId, $entitlementId, Google_Service_AndroidEnterprise_Entitlement $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_Entitlement");
+ }
+
+ /**
+ * Adds or updates an entitlement to an app for a user. (entitlements.update)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $entitlementId The ID of the entitlement, e.g.
+ * "app:com.google.android.gm".
+ * @param Google_Entitlement $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param bool install Set to true to also install the product on all the
+ * user's devices where possible. Failure to install on one or more devices will
+ * not prevent this operation from returning successfully, as long as the
+ * entitlement was successfully assigned to the user.
+ * @return Google_Service_AndroidEnterprise_Entitlement
+ */
+ public function update($enterpriseId, $userId, $entitlementId, Google_Service_AndroidEnterprise_Entitlement $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Entitlement");
+ }
+}
+
+/**
+ * The "grouplicenses" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $grouplicenses = $androidenterpriseService->grouplicenses;
+ *
+ */
+class Google_Service_AndroidEnterprise_Grouplicenses_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves details of an enterprise's group license for a product.
+ * (grouplicenses.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $groupLicenseId The ID of the product the group license is for,
+ * e.g. "app:com.google.android.gm".
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_GroupLicense
+ */
+ public function get($enterpriseId, $groupLicenseId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'groupLicenseId' => $groupLicenseId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_GroupLicense");
+ }
+
+ /**
+ * Retrieves IDs of all products for which the enterprise has a group license.
+ * (grouplicenses.listGrouplicenses)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_GroupLicensesListResponse
+ */
+ public function listGrouplicenses($enterpriseId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_GroupLicensesListResponse");
+ }
+}
+
+/**
+ * The "grouplicenseusers" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $grouplicenseusers = $androidenterpriseService->grouplicenseusers;
+ *
+ */
+class Google_Service_AndroidEnterprise_Grouplicenseusers_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves the IDs of the users who have been granted entitlements under the
+ * license. (grouplicenseusers.listGrouplicenseusers)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $groupLicenseId The ID of the product the group license is for,
+ * e.g. "app:com.google.android.gm".
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_GroupLicenseUsersListResponse
+ */
+ public function listGrouplicenseusers($enterpriseId, $groupLicenseId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'groupLicenseId' => $groupLicenseId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_GroupLicenseUsersListResponse");
+ }
+}
+
+/**
+ * The "installs" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $installs = $androidenterpriseService->installs;
+ *
+ */
+class Google_Service_AndroidEnterprise_Installs_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Requests to remove an app from a device. A call to get or list will still
+ * show the app as installed on the device until it is actually removed.
+ * (installs.delete)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $deviceId The Android ID of the device.
+ * @param string $installId The ID of the product represented by the install,
+ * e.g. "app:com.google.android.gm".
+ * @param array $optParams Optional parameters.
+ */
+ public function delete($enterpriseId, $userId, $deviceId, $installId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
+
+ /**
+ * Retrieves details of an installation of an app on a device. (installs.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $deviceId The Android ID of the device.
+ * @param string $installId The ID of the product represented by the install,
+ * e.g. "app:com.google.android.gm".
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Install
+ */
+ public function get($enterpriseId, $userId, $deviceId, $installId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Install");
+ }
+
+ /**
+ * Retrieves the details of all apps installed on the specified device.
+ * (installs.listInstalls)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $deviceId The Android ID of the device.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_InstallsListResponse
+ */
+ public function listInstalls($enterpriseId, $userId, $deviceId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_InstallsListResponse");
+ }
+
+ /**
+ * Requests to install the latest version of an app to a device. If the app is
+ * already installed then it is updated to the latest version if necessary. This
+ * method supports patch semantics. (installs.patch)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $deviceId The Android ID of the device.
+ * @param string $installId The ID of the product represented by the install,
+ * e.g. "app:com.google.android.gm".
+ * @param Google_Install $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Install
+ */
+ public function patch($enterpriseId, $userId, $deviceId, $installId, Google_Service_AndroidEnterprise_Install $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_AndroidEnterprise_Install");
+ }
+
+ /**
+ * Requests to install the latest version of an app to a device. If the app is
+ * already installed then it is updated to the latest version if necessary.
+ * (installs.update)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param string $deviceId The Android ID of the device.
+ * @param string $installId The ID of the product represented by the install,
+ * e.g. "app:com.google.android.gm".
+ * @param Google_Install $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_Install
+ */
+ public function update($enterpriseId, $userId, $deviceId, $installId, Google_Service_AndroidEnterprise_Install $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'installId' => $installId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_AndroidEnterprise_Install");
+ }
+}
+
+/**
+ * The "permissions" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $permissions = $androidenterpriseService->permissions;
+ *
+ */
+class Google_Service_AndroidEnterprise_Permissions_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves details of an Android app permission for display to an enterprise
+ * admin. (permissions.get)
+ *
+ * @param string $permissionId The ID of the permission.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string language The BCP47 tag for the user's preferred language
+ * (e.g. "en-US", "de")
+ * @return Google_Service_AndroidEnterprise_Permission
+ */
+ public function get($permissionId, $optParams = array())
+ {
+ $params = array('permissionId' => $permissionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Permission");
+ }
+}
+
+/**
+ * The "products" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $products = $androidenterpriseService->products;
+ *
+ */
+class Google_Service_AndroidEnterprise_Products_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Retrieves details of a product for display to an enterprise admin.
+ * (products.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $productId The ID of the product, e.g.
+ * "app:com.google.android.gm".
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string language The BCP47 tag for the user's preferred language
+ * (e.g. "en-US", "de").
+ * @return Google_Service_AndroidEnterprise_Product
+ */
+ public function get($enterpriseId, $productId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Product");
+ }
+
+ /**
+ * Retrieves the schema defining app restrictions configurable for this product.
+ * All products have a schema, but this may be empty if no app restrictions are
+ * defined. (products.getAppRestrictionsSchema)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $productId The ID of the product.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string language The BCP47 tag for the user's preferred language
+ * (e.g. "en-US", "de").
+ * @return Google_Service_AndroidEnterprise_AppRestrictionsSchema
+ */
+ public function getAppRestrictionsSchema($enterpriseId, $productId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('getAppRestrictionsSchema', array($params), "Google_Service_AndroidEnterprise_AppRestrictionsSchema");
+ }
+
+ /**
+ * Retrieves the Android app permissions required by this app.
+ * (products.getPermissions)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $productId The ID of the product.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_ProductPermissions
+ */
+ public function getPermissions($enterpriseId, $productId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId);
+ $params = array_merge($params, $optParams);
+ return $this->call('getPermissions', array($params), "Google_Service_AndroidEnterprise_ProductPermissions");
+ }
+
+ /**
+ * Updates the set of Android app permissions for this app that have been
+ * accepted by the enterprise. (products.updatePermissions)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $productId The ID of the product.
+ * @param Google_ProductPermissions $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_ProductPermissions
+ */
+ public function updatePermissions($enterpriseId, $productId, Google_Service_AndroidEnterprise_ProductPermissions $postBody, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'productId' => $productId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('updatePermissions', array($params), "Google_Service_AndroidEnterprise_ProductPermissions");
+ }
+}
+
+/**
+ * The "users" collection of methods.
+ * Typical usage is:
+ *
+ * $androidenterpriseService = new Google_Service_AndroidEnterprise(...);
+ * $users = $androidenterpriseService->users;
+ *
+ */
+class Google_Service_AndroidEnterprise_Users_Resource extends Google_Service_Resource
+{
+
+ /**
+ * Generates a token (activation code) to allow this user to configure their
+ * work account in the Android Setup Wizard. Revokes any previously generated
+ * token. (users.generateToken)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_UserToken
+ */
+ public function generateToken($enterpriseId, $userId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('generateToken', array($params), "Google_Service_AndroidEnterprise_UserToken");
+ }
+
+ /**
+ * Retrieves a user's details. (users.get)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_User
+ */
+ public function get($enterpriseId, $userId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_AndroidEnterprise_User");
+ }
+
+ /**
+ * Looks up a user by email address. (users.listUsers)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $email The exact primary email address of the user to look up.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_AndroidEnterprise_UsersListResponse
+ */
+ public function listUsers($enterpriseId, $email, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'email' => $email);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_AndroidEnterprise_UsersListResponse");
+ }
+
+ /**
+ * Revokes a previously generated token (activation code) for the user.
+ * (users.revokeToken)
+ *
+ * @param string $enterpriseId The ID of the enterprise.
+ * @param string $userId The ID of the user.
+ * @param array $optParams Optional parameters.
+ */
+ public function revokeToken($enterpriseId, $userId, $optParams = array())
+ {
+ $params = array('enterpriseId' => $enterpriseId, 'userId' => $userId);
+ $params = array_merge($params, $optParams);
+ return $this->call('revokeToken', array($params));
+ }
+}
+
+
+
+
+class Google_Service_AndroidEnterprise_AppRestrictionsSchema extends Google_Collection
+{
+ protected $collection_key = 'restrictions';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $restrictionsType = 'Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction';
+ protected $restrictionsDataType = 'array';
+
+
+ public function setRestrictions($restrictions)
+ {
+ $this->restrictions = $restrictions;
+ }
+ public function getRestrictions()
+ {
+ return $this->restrictions;
+ }
+}
+
+class Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction extends Google_Collection
+{
+ protected $collection_key = 'entryValue';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $defaultValueType = 'Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestrictionRestrictionValue';
+ protected $defaultValueDataType = '';
+ public $description;
+ public $entry;
+ public $entryValue;
+ public $key;
+ public $restrictionType;
+ public $title;
+
+
+ public function setDefaultValue(Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestrictionRestrictionValue $defaultValue)
+ {
+ $this->defaultValue = $defaultValue;
+ }
+ public function getDefaultValue()
+ {
+ return $this->defaultValue;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setEntry($entry)
+ {
+ $this->entry = $entry;
+ }
+ public function getEntry()
+ {
+ return $this->entry;
+ }
+ public function setEntryValue($entryValue)
+ {
+ $this->entryValue = $entryValue;
+ }
+ public function getEntryValue()
+ {
+ return $this->entryValue;
+ }
+ public function setKey($key)
+ {
+ $this->key = $key;
+ }
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function setRestrictionType($restrictionType)
+ {
+ $this->restrictionType = $restrictionType;
+ }
+ public function getRestrictionType()
+ {
+ return $this->restrictionType;
+ }
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
+
+class Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestrictionRestrictionValue extends Google_Collection
+{
+ protected $collection_key = 'valueMultiselect';
+ protected $internal_gapi_mappings = array(
+ );
+ public $type;
+ public $valueBool;
+ public $valueInteger;
+ public $valueMultiselect;
+ public $valueString;
+
+
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setValueBool($valueBool)
+ {
+ $this->valueBool = $valueBool;
+ }
+ public function getValueBool()
+ {
+ return $this->valueBool;
+ }
+ public function setValueInteger($valueInteger)
+ {
+ $this->valueInteger = $valueInteger;
+ }
+ public function getValueInteger()
+ {
+ return $this->valueInteger;
+ }
+ public function setValueMultiselect($valueMultiselect)
+ {
+ $this->valueMultiselect = $valueMultiselect;
+ }
+ public function getValueMultiselect()
+ {
+ return $this->valueMultiselect;
+ }
+ public function setValueString($valueString)
+ {
+ $this->valueString = $valueString;
+ }
+ public function getValueString()
+ {
+ return $this->valueString;
+ }
+}
+
+class Google_Service_AndroidEnterprise_Collection extends Google_Collection
+{
+ protected $collection_key = 'productId';
+ protected $internal_gapi_mappings = array(
+ );
+ public $collectionId;
+ public $kind;
+ public $name;
+ public $productId;
+ public $visibility;
+
+
+ public function setCollectionId($collectionId)
+ {
+ $this->collectionId = $collectionId;
+ }
+ public function getCollectionId()
+ {
+ return $this->collectionId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+ public function setVisibility($visibility)
+ {
+ $this->visibility = $visibility;
+ }
+ public function getVisibility()
+ {
+ return $this->visibility;
+ }
+}
+
+class Google_Service_AndroidEnterprise_CollectionViewersListResponse extends Google_Collection
+{
+ protected $collection_key = 'user';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $userType = 'Google_Service_AndroidEnterprise_User';
+ protected $userDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+ public function getUser()
+ {
+ return $this->user;
+ }
+}
+
+class Google_Service_AndroidEnterprise_CollectionsListResponse extends Google_Collection
+{
+ protected $collection_key = 'collection';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $collectionType = 'Google_Service_AndroidEnterprise_Collection';
+ protected $collectionDataType = 'array';
+ public $kind;
+
+
+ public function setCollection($collection)
+ {
+ $this->collection = $collection;
+ }
+ public function getCollection()
+ {
+ return $this->collection;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_Device extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $androidId;
+ public $kind;
+
+
+ public function setAndroidId($androidId)
+ {
+ $this->androidId = $androidId;
+ }
+ public function getAndroidId()
+ {
+ return $this->androidId;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_DeviceState extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountState;
+ public $kind;
+
+
+ public function setAccountState($accountState)
+ {
+ $this->accountState = $accountState;
+ }
+ public function getAccountState()
+ {
+ return $this->accountState;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_DevicesListResponse extends Google_Collection
+{
+ protected $collection_key = 'device';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $deviceType = 'Google_Service_AndroidEnterprise_Device';
+ protected $deviceDataType = 'array';
+ public $kind;
+
+
+ public function setDevice($device)
+ {
+ $this->device = $device;
+ }
+ public function getDevice()
+ {
+ return $this->device;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_Enterprise extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+ public $name;
+ public $primaryDomain;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPrimaryDomain($primaryDomain)
+ {
+ $this->primaryDomain = $primaryDomain;
+ }
+ public function getPrimaryDomain()
+ {
+ return $this->primaryDomain;
+ }
+}
+
+class Google_Service_AndroidEnterprise_EnterpriseAccount extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $accountEmail;
+ public $kind;
+
+
+ public function setAccountEmail($accountEmail)
+ {
+ $this->accountEmail = $accountEmail;
+ }
+ public function getAccountEmail()
+ {
+ return $this->accountEmail;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_EnterprisesListResponse extends Google_Collection
+{
+ protected $collection_key = 'enterprise';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $enterpriseType = 'Google_Service_AndroidEnterprise_Enterprise';
+ protected $enterpriseDataType = 'array';
+ public $kind;
+
+
+ public function setEnterprise($enterprise)
+ {
+ $this->enterprise = $enterprise;
+ }
+ public function getEnterprise()
+ {
+ return $this->enterprise;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_Entitlement extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $productId;
+ public $reason;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+ public function setReason($reason)
+ {
+ $this->reason = $reason;
+ }
+ public function getReason()
+ {
+ return $this->reason;
+ }
+}
+
+class Google_Service_AndroidEnterprise_EntitlementsListResponse extends Google_Collection
+{
+ protected $collection_key = 'entitlement';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $entitlementType = 'Google_Service_AndroidEnterprise_Entitlement';
+ protected $entitlementDataType = 'array';
+ public $kind;
+
+
+ public function setEntitlement($entitlement)
+ {
+ $this->entitlement = $entitlement;
+ }
+ public function getEntitlement()
+ {
+ return $this->entitlement;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_GroupLicense extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $acquisitionKind;
+ public $approval;
+ public $kind;
+ public $numProvisioned;
+ public $numPurchased;
+ public $productId;
+
+
+ public function setAcquisitionKind($acquisitionKind)
+ {
+ $this->acquisitionKind = $acquisitionKind;
+ }
+ public function getAcquisitionKind()
+ {
+ return $this->acquisitionKind;
+ }
+ public function setApproval($approval)
+ {
+ $this->approval = $approval;
+ }
+ public function getApproval()
+ {
+ return $this->approval;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setNumProvisioned($numProvisioned)
+ {
+ $this->numProvisioned = $numProvisioned;
+ }
+ public function getNumProvisioned()
+ {
+ return $this->numProvisioned;
+ }
+ public function setNumPurchased($numPurchased)
+ {
+ $this->numPurchased = $numPurchased;
+ }
+ public function getNumPurchased()
+ {
+ return $this->numPurchased;
+ }
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+}
+
+class Google_Service_AndroidEnterprise_GroupLicenseUsersListResponse extends Google_Collection
+{
+ protected $collection_key = 'user';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $userType = 'Google_Service_AndroidEnterprise_User';
+ protected $userDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+ public function getUser()
+ {
+ return $this->user;
+ }
+}
+
+class Google_Service_AndroidEnterprise_GroupLicensesListResponse extends Google_Collection
+{
+ protected $collection_key = 'groupLicense';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $groupLicenseType = 'Google_Service_AndroidEnterprise_GroupLicense';
+ protected $groupLicenseDataType = 'array';
+ public $kind;
+
+
+ public function setGroupLicense($groupLicense)
+ {
+ $this->groupLicense = $groupLicense;
+ }
+ public function getGroupLicense()
+ {
+ return $this->groupLicense;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_Install extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $installState;
+ public $kind;
+ public $productId;
+ public $versionCode;
+
+
+ public function setInstallState($installState)
+ {
+ $this->installState = $installState;
+ }
+ public function getInstallState()
+ {
+ return $this->installState;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+ public function setVersionCode($versionCode)
+ {
+ $this->versionCode = $versionCode;
+ }
+ public function getVersionCode()
+ {
+ return $this->versionCode;
+ }
+}
+
+class Google_Service_AndroidEnterprise_InstallsListResponse extends Google_Collection
+{
+ protected $collection_key = 'install';
+ protected $internal_gapi_mappings = array(
+ );
+ protected $installType = 'Google_Service_AndroidEnterprise_Install';
+ protected $installDataType = 'array';
+ public $kind;
+
+
+ public function setInstall($install)
+ {
+ $this->install = $install;
+ }
+ public function getInstall()
+ {
+ return $this->install;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+}
+
+class Google_Service_AndroidEnterprise_Permission extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $description;
+ public $kind;
+ public $name;
+ public $permissionId;
+
+
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPermissionId($permissionId)
+ {
+ $this->permissionId = $permissionId;
+ }
+ public function getPermissionId()
+ {
+ return $this->permissionId;
+ }
+}
+
+class Google_Service_AndroidEnterprise_Product extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $authorName;
+ public $detailsUrl;
+ public $iconUrl;
+ public $kind;
+ public $productId;
+ public $title;
+ public $workDetailsUrl;
+
+
+ public function setAuthorName($authorName)
+ {
+ $this->authorName = $authorName;
+ }
+ public function getAuthorName()
+ {
+ return $this->authorName;
+ }
+ public function setDetailsUrl($detailsUrl)
+ {
+ $this->detailsUrl = $detailsUrl;
+ }
+ public function getDetailsUrl()
+ {
+ return $this->detailsUrl;
+ }
+ public function setIconUrl($iconUrl)
+ {
+ $this->iconUrl = $iconUrl;
+ }
+ public function getIconUrl()
+ {
+ return $this->iconUrl;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+ public function getTitle()
+ {
+ return $this->title;
+ }
+ public function setWorkDetailsUrl($workDetailsUrl)
+ {
+ $this->workDetailsUrl = $workDetailsUrl;
+ }
+ public function getWorkDetailsUrl()
+ {
+ return $this->workDetailsUrl;
+ }
+}
+
+class Google_Service_AndroidEnterprise_ProductPermission extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $permissionId;
+ public $state;
+
+
+ public function setPermissionId($permissionId)
+ {
+ $this->permissionId = $permissionId;
+ }
+ public function getPermissionId()
+ {
+ return $this->permissionId;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+ public function getState()
+ {
+ return $this->state;
+ }
+}
+
+class Google_Service_AndroidEnterprise_ProductPermissions extends Google_Collection
+{
+ protected $collection_key = 'permission';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $permissionType = 'Google_Service_AndroidEnterprise_ProductPermission';
+ protected $permissionDataType = 'array';
+ public $productId;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setPermission($permission)
+ {
+ $this->permission = $permission;
+ }
+ public function getPermission()
+ {
+ return $this->permission;
+ }
+ public function setProductId($productId)
+ {
+ $this->productId = $productId;
+ }
+ public function getProductId()
+ {
+ return $this->productId;
+ }
+}
+
+class Google_Service_AndroidEnterprise_User extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $id;
+ public $kind;
+ public $primaryEmail;
+
+
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setPrimaryEmail($primaryEmail)
+ {
+ $this->primaryEmail = $primaryEmail;
+ }
+ public function getPrimaryEmail()
+ {
+ return $this->primaryEmail;
+ }
+}
+
+class Google_Service_AndroidEnterprise_UserToken extends Google_Model
+{
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ public $token;
+ public $userId;
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setToken($token)
+ {
+ $this->token = $token;
+ }
+ public function getToken()
+ {
+ return $this->token;
+ }
+ public function setUserId($userId)
+ {
+ $this->userId = $userId;
+ }
+ public function getUserId()
+ {
+ return $this->userId;
+ }
+}
+
+class Google_Service_AndroidEnterprise_UsersListResponse extends Google_Collection
+{
+ protected $collection_key = 'user';
+ protected $internal_gapi_mappings = array(
+ );
+ public $kind;
+ protected $userType = 'Google_Service_AndroidEnterprise_User';
+ protected $userDataType = 'array';
+
+
+ public function setKind($kind)
+ {
+ $this->kind = $kind;
+ }
+ public function getKind()
+ {
+ return $this->kind;
+ }
+ public function setUser($user)
+ {
+ $this->user = $user;
+ }
+ public function getUser()
+ {
+ return $this->user;
+ }
+}
From 016a8d69a6755cb94fac147daa663941f0f17ea1 Mon Sep 17 00:00:00 2001
From: Silvano Luciani - * Allows MDMs and corporations to manage Android corp devices.
+ * Allows MDMs/EMMs and enterprises to manage the deployment of apps to Android + * for Work users. * ** For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. From 5456aa42f94829859802cffe34ae2cdf0b3cc194 Mon Sep 17 00:00:00 2001 From: Ian Barber- * For more information about this service, see the API - * Documentation - *
- * - * @author Google, Inc. - */ -class Google_Service_SQLAdmin extends Google_Service -{ - /** View and manage your data across Google Cloud Platform services. */ - const CLOUD_PLATFORM = - "https://www.googleapis.com/auth/cloud-platform"; - /** Manage your Google SQL Service instances. */ - const SQLSERVICE_ADMIN = - "https://www.googleapis.com/auth/sqlservice.admin"; - - public $backupRuns; - public $databases; - public $flags; - public $instances; - public $operations; - public $sslCerts; - public $tiers; - public $users; - - - /** - * Constructs the internal representation of the SQLAdmin service. - * - * @param Google_Client $client - */ - public function __construct(Google_Client $client) - { - parent::__construct($client); - $this->servicePath = 'sql/v1beta4/'; - $this->version = 'v1beta4'; - $this->serviceName = 'sqladmin'; - - $this->backupRuns = new Google_Service_SQLAdmin_BackupRuns_Resource( - $this, - $this->serviceName, - 'backupRuns', - array( - 'methods' => array( - 'get' => array( - 'path' => 'projects/{project}/instances/{instance}/backupRuns/{id}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'id' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/backupRuns', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->databases = new Google_Service_SQLAdmin_Databases_Resource( - $this, - $this->serviceName, - 'databases', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'projects/{project}/instances/{instance}/databases/{database}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'database' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'projects/{project}/instances/{instance}/databases/{database}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'database' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'projects/{project}/instances/{instance}/databases', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/databases', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'patch' => array( - 'path' => 'projects/{project}/instances/{instance}/databases/{database}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'database' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'projects/{project}/instances/{instance}/databases/{database}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'database' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->flags = new Google_Service_SQLAdmin_Flags_Resource( - $this, - $this->serviceName, - 'flags', - array( - 'methods' => array( - 'list' => array( - 'path' => 'flags', - 'httpMethod' => 'GET', - 'parameters' => array(), - ), - ) - ) - ); - $this->instances = new Google_Service_SQLAdmin_Instances_Resource( - $this, - $this->serviceName, - 'instances', - array( - 'methods' => array( - 'clone' => array( - 'path' => 'projects/{project}/instances/{instance}/clone', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'projects/{project}/instances/{instance}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'export' => array( - 'path' => 'projects/{project}/instances/{instance}/export', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'projects/{project}/instances/{instance}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'import' => array( - 'path' => 'projects/{project}/instances/{instance}/import', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'projects/{project}/instances', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - ), - ),'patch' => array( - 'path' => 'projects/{project}/instances/{instance}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'promoteReplica' => array( - 'path' => 'projects/{project}/instances/{instance}/promoteReplica', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'resetSslConfig' => array( - 'path' => 'projects/{project}/instances/{instance}/resetSslConfig', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'restart' => array( - 'path' => 'projects/{project}/instances/{instance}/restart', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'restoreBackup' => array( - 'path' => 'projects/{project}/instances/{instance}/restoreBackup', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'startReplica' => array( - 'path' => 'projects/{project}/instances/{instance}/startReplica', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'stopReplica' => array( - 'path' => 'projects/{project}/instances/{instance}/stopReplica', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'projects/{project}/instances/{instance}', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->operations = new Google_Service_SQLAdmin_Operations_Resource( - $this, - $this->serviceName, - 'operations', - array( - 'methods' => array( - 'get' => array( - 'path' => 'projects/{project}/operations/{operation}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'operation' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/operations', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->sslCerts = new Google_Service_SQLAdmin_SslCerts_Resource( - $this, - $this->serviceName, - 'sslCerts', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'sha1Fingerprint' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'projects/{project}/instances/{instance}/sslCerts/{sha1Fingerprint}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'sha1Fingerprint' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'projects/{project}/instances/{instance}/sslCerts', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/sslCerts', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->tiers = new Google_Service_SQLAdmin_Tiers_Resource( - $this, - $this->serviceName, - 'tiers', - array( - 'methods' => array( - 'list' => array( - 'path' => 'projects/{project}/tiers', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->users = new Google_Service_SQLAdmin_Users_Resource( - $this, - $this->serviceName, - 'users', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'projects/{project}/instances/{instance}/users', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'host' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'name' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - ), - ),'insert' => array( - 'path' => 'projects/{project}/instances/{instance}/users', - 'httpMethod' => 'POST', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'projects/{project}/instances/{instance}/users', - 'httpMethod' => 'GET', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'update' => array( - 'path' => 'projects/{project}/instances/{instance}/users', - 'httpMethod' => 'PUT', - 'parameters' => array( - 'project' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'instance' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'host' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'name' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - } -} - - -/** - * The "backupRuns" collection of methods. - * Typical usage is: - *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $backupRuns = $sqladminService->backupRuns;
- *
- */
-class Google_Service_SQLAdmin_BackupRuns_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves a resource containing information about a backup run.
- * (backupRuns.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param string $id The ID of this Backup Run.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_BackupRun
- */
- public function get($project, $instance, $id, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'id' => $id);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_BackupRun");
- }
-
- /**
- * Lists all backup runs associated with a given instance and configuration in
- * the reverse chronological order of the enqueued time.
- * (backupRuns.listBackupRuns)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param int maxResults Maximum number of backup runs per response.
- * @opt_param string pageToken A previously-returned page token representing
- * part of the larger set of results to view.
- * @return Google_Service_SQLAdmin_BackupRunsListResponse
- */
- public function listBackupRuns($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_BackupRunsListResponse");
- }
-}
-
-/**
- * The "databases" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $databases = $sqladminService->databases;
- *
- */
-class Google_Service_SQLAdmin_Databases_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes a resource containing information about a database inside a Cloud SQL
- * instance. (databases.delete)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $database Name of the database to be deleted in the instance.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function delete($project, $instance, $database, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Retrieves a resource containing information about a database inside a Cloud
- * SQL instance. (databases.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $database Name of the database in the instance.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Database
- */
- public function get($project, $instance, $database, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'database' => $database);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_Database");
- }
-
- /**
- * Inserts a resource containing information about a database inside a Cloud SQL
- * instance. (databases.insert)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param Google_Database $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function insert($project, $instance, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Lists databases in the specified Cloud SQL instance.
- * (databases.listDatabases)
- *
- * @param string $project Project ID of the project for which to list Cloud SQL
- * instances.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_DatabasesListResponse
- */
- public function listDatabases($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_DatabasesListResponse");
- }
-
- /**
- * Updates a resource containing information about a database inside a Cloud SQL
- * instance. This method supports patch semantics. (databases.patch)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $database Name of the database to be updated in the instance.
- * @param Google_Database $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function patch($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Updates a resource containing information about a database inside a Cloud SQL
- * instance. (databases.update)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $database Name of the database to be updated in the instance.
- * @param Google_Database $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function update($project, $instance, $database, Google_Service_SQLAdmin_Database $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
- }
-}
-
-/**
- * The "flags" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $flags = $sqladminService->flags;
- *
- */
-class Google_Service_SQLAdmin_Flags_Resource extends Google_Service_Resource
-{
-
- /**
- * List all available database flags for Google Cloud SQL instances.
- * (flags.listFlags)
- *
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_FlagsListResponse
- */
- public function listFlags($optParams = array())
- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_FlagsListResponse");
- }
-}
-
-/**
- * The "instances" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $instances = $sqladminService->instances;
- *
- */
-class Google_Service_SQLAdmin_Instances_Resource extends Google_Service_Resource
-{
-
- /**
- * Creates a Cloud SQL instance as a clone of the source instance.
- * (instances.cloneInstances)
- *
- * @param string $project Project ID of the source as well as the clone Cloud
- * SQL instance.
- * @param string $instance The ID of the Cloud SQL instance to be cloned
- * (source). This does not include the project ID.
- * @param Google_InstancesCloneRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function cloneInstances($project, $instance, Google_Service_SQLAdmin_InstancesCloneRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('clone', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Deletes a Cloud SQL instance. (instances.delete)
- *
- * @param string $project Project ID of the project that contains the instance
- * to be deleted.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function delete($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Exports data from a Cloud SQL instance to a Google Cloud Storage bucket as a
- * MySQL dump file. (instances.export)
- *
- * @param string $project Project ID of the project that contains the instance
- * to be exported.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_InstancesExportRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function export($project, $instance, Google_Service_SQLAdmin_InstancesExportRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('export', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Retrieves a resource containing information about a Cloud SQL instance.
- * (instances.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_DatabaseInstance
- */
- public function get($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_DatabaseInstance");
- }
-
- /**
- * Imports data into a Cloud SQL instance from a MySQL dump file in Google Cloud
- * Storage. (instances.import)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_InstancesImportRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function import($project, $instance, Google_Service_SQLAdmin_InstancesImportRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('import', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Creates a new Cloud SQL instance. (instances.insert)
- *
- * @param string $project Project ID of the project to which the newly created
- * Cloud SQL instances should belong.
- * @param Google_DatabaseInstance $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function insert($project, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Lists instances under a given project in the alphabetical order of the
- * instance name. (instances.listInstances)
- *
- * @param string $project Project ID of the project for which to list Cloud SQL
- * instances.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string pageToken A previously-returned page token representing
- * part of the larger set of results to view.
- * @opt_param string maxResults The maximum number of results to return per
- * response.
- * @return Google_Service_SQLAdmin_InstancesListResponse
- */
- public function listInstances($project, $optParams = array())
- {
- $params = array('project' => $project);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_InstancesListResponse");
- }
-
- /**
- * Updates settings of a Cloud SQL instance. Caution: This is not a partial
- * update, so you must include values for all the settings that you want to
- * retain. For partial updates, use patch.. This method supports patch
- * semantics. (instances.patch)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_DatabaseInstance $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function patch($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('patch', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Promotes the read replica instance to be a stand-alone Cloud SQL instance.
- * (instances.promoteReplica)
- *
- * @param string $project ID of the project that contains the read replica.
- * @param string $instance Cloud SQL read replica instance name.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function promoteReplica($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('promoteReplica', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Deletes all client certificates and generates a new server SSL certificate
- * for the instance. The changes will not take effect until the instance is
- * restarted. Existing instances without a server certificate will need to call
- * this once to set a server certificate. (instances.resetSslConfig)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function resetSslConfig($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('resetSslConfig', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Restarts a Cloud SQL instance. (instances.restart)
- *
- * @param string $project Project ID of the project that contains the instance
- * to be restarted.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function restart($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('restart', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Restores a backup of a Cloud SQL instance. (instances.restoreBackup)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_InstancesRestoreBackupRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function restoreBackup($project, $instance, Google_Service_SQLAdmin_InstancesRestoreBackupRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('restoreBackup', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Starts the replication in the read replica instance. (instances.startReplica)
- *
- * @param string $project ID of the project that contains the read replica.
- * @param string $instance Cloud SQL read replica instance name.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function startReplica($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('startReplica', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Stops the replication in the read replica instance. (instances.stopReplica)
- *
- * @param string $project ID of the project that contains the read replica.
- * @param string $instance Cloud SQL read replica instance name.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function stopReplica($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('stopReplica', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Updates settings of a Cloud SQL instance. Caution: This is not a partial
- * update, so you must include values for all the settings that you want to
- * retain. For partial updates, use patch. (instances.update)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_DatabaseInstance $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function update($project, $instance, Google_Service_SQLAdmin_DatabaseInstance $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
- }
-}
-
-/**
- * The "operations" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $operations = $sqladminService->operations;
- *
- */
-class Google_Service_SQLAdmin_Operations_Resource extends Google_Service_Resource
-{
-
- /**
- * Retrieves an instance operation that has been performed on an instance.
- * (operations.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $operation Instance operation ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function get($project, $operation, $optParams = array())
- {
- $params = array('project' => $project, 'operation' => $operation);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Lists all instance operations that have been performed on the given Cloud SQL
- * instance in the reverse chronological order of the start time.
- * (operations.listOperations)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- *
- * @opt_param string maxResults Maximum number of operations per response.
- * @opt_param string pageToken A previously-returned page token representing
- * part of the larger set of results to view.
- * @return Google_Service_SQLAdmin_OperationsListResponse
- */
- public function listOperations($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_OperationsListResponse");
- }
-}
-
-/**
- * The "sslCerts" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $sslCerts = $sqladminService->sslCerts;
- *
- */
-class Google_Service_SQLAdmin_SslCerts_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes the SSL certificate. The change will not take effect until the
- * instance is restarted. (sslCerts.delete)
- *
- * @param string $project Project ID of the project that contains the instance
- * to be deleted.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param string $sha1Fingerprint Sha1 FingerPrint.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function delete($project, $instance, $sha1Fingerprint, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Retrieves a particular SSL certificate. Does not include the private key
- * (required for usage). The private key must be saved from the response to
- * initial creation. (sslCerts.get)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param string $sha1Fingerprint Sha1 FingerPrint.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_SslCert
- */
- public function get($project, $instance, $sha1Fingerprint, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint);
- $params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_SQLAdmin_SslCert");
- }
-
- /**
- * Creates an SSL certificate and returns it along with the private key and
- * server certificate authority. The new certificate will not be usable until
- * the instance is restarted. (sslCerts.insert)
- *
- * @param string $project Project ID of the project to which the newly created
- * Cloud SQL instances should belong.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param Google_SslCertsInsertRequest $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_SslCertsInsertResponse
- */
- public function insert($project, $instance, Google_Service_SQLAdmin_SslCertsInsertRequest $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_SslCertsInsertResponse");
- }
-
- /**
- * Lists all of the current SSL certificates for the instance.
- * (sslCerts.listSslCerts)
- *
- * @param string $project Project ID of the project for which to list Cloud SQL
- * instances.
- * @param string $instance Cloud SQL instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_SslCertsListResponse
- */
- public function listSslCerts($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_SslCertsListResponse");
- }
-}
-
-/**
- * The "tiers" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $tiers = $sqladminService->tiers;
- *
- */
-class Google_Service_SQLAdmin_Tiers_Resource extends Google_Service_Resource
-{
-
- /**
- * Lists all available service tiers for Google Cloud SQL, for example D1, D2.
- * For related information, see Pricing. (tiers.listTiers)
- *
- * @param string $project Project ID of the project for which to list tiers.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_TiersListResponse
- */
- public function listTiers($project, $optParams = array())
- {
- $params = array('project' => $project);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_TiersListResponse");
- }
-}
-
-/**
- * The "users" collection of methods.
- * Typical usage is:
- *
- * $sqladminService = new Google_Service_SQLAdmin(...);
- * $users = $sqladminService->users;
- *
- */
-class Google_Service_SQLAdmin_Users_Resource extends Google_Service_Resource
-{
-
- /**
- * Deletes a user from a Cloud SQL instance. (users.delete)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $host Host of the user in the instance.
- * @param string $name Name of the user in the instance.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function delete($project, $instance, $host, $name, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name);
- $params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Creates a new user in a Cloud SQL instance. (users.insert)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param Google_User $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function insert($project, $instance, Google_Service_SQLAdmin_User $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('insert', array($params), "Google_Service_SQLAdmin_Operation");
- }
-
- /**
- * Lists users in the specified Cloud SQL instance. (users.listUsers)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_UsersListResponse
- */
- public function listUsers($project, $instance, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance);
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_SQLAdmin_UsersListResponse");
- }
-
- /**
- * Updates an existing user in a Cloud SQL instance. (users.update)
- *
- * @param string $project Project ID of the project that contains the instance.
- * @param string $instance Database instance ID. This does not include the
- * project ID.
- * @param string $host Host of the user in the instance.
- * @param string $name Name of the user in the instance.
- * @param Google_User $postBody
- * @param array $optParams Optional parameters.
- * @return Google_Service_SQLAdmin_Operation
- */
- public function update($project, $instance, $host, $name, Google_Service_SQLAdmin_User $postBody, $optParams = array())
- {
- $params = array('project' => $project, 'instance' => $instance, 'host' => $host, 'name' => $name, 'postBody' => $postBody);
- $params = array_merge($params, $optParams);
- return $this->call('update', array($params), "Google_Service_SQLAdmin_Operation");
- }
-}
-
-
-
-
-class Google_Service_SQLAdmin_AclEntry extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $expirationTime;
- public $kind;
- public $name;
- public $value;
-
-
- public function setExpirationTime($expirationTime)
- {
- $this->expirationTime = $expirationTime;
- }
- public function getExpirationTime()
- {
- return $this->expirationTime;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setValue($value)
- {
- $this->value = $value;
- }
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_SQLAdmin_BackupConfiguration extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $binaryLogEnabled;
- public $enabled;
- public $kind;
- public $startTime;
-
-
- public function setBinaryLogEnabled($binaryLogEnabled)
- {
- $this->binaryLogEnabled = $binaryLogEnabled;
- }
- public function getBinaryLogEnabled()
- {
- return $this->binaryLogEnabled;
- }
- public function setEnabled($enabled)
- {
- $this->enabled = $enabled;
- }
- public function getEnabled()
- {
- return $this->enabled;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setStartTime($startTime)
- {
- $this->startTime = $startTime;
- }
- public function getStartTime()
- {
- return $this->startTime;
- }
-}
-
-class Google_Service_SQLAdmin_BackupRun extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $endTime;
- public $enqueuedTime;
- protected $errorType = 'Google_Service_SQLAdmin_OperationError';
- protected $errorDataType = '';
- public $id;
- public $instance;
- public $kind;
- public $selfLink;
- public $startTime;
- public $status;
- public $windowStartTime;
-
-
- public function setEndTime($endTime)
- {
- $this->endTime = $endTime;
- }
- public function getEndTime()
- {
- return $this->endTime;
- }
- public function setEnqueuedTime($enqueuedTime)
- {
- $this->enqueuedTime = $enqueuedTime;
- }
- public function getEnqueuedTime()
- {
- return $this->enqueuedTime;
- }
- public function setError(Google_Service_SQLAdmin_OperationError $error)
- {
- $this->error = $error;
- }
- public function getError()
- {
- return $this->error;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
- public function setStartTime($startTime)
- {
- $this->startTime = $startTime;
- }
- public function getStartTime()
- {
- return $this->startTime;
- }
- public function setStatus($status)
- {
- $this->status = $status;
- }
- public function getStatus()
- {
- return $this->status;
- }
- public function setWindowStartTime($windowStartTime)
- {
- $this->windowStartTime = $windowStartTime;
- }
- public function getWindowStartTime()
- {
- return $this->windowStartTime;
- }
-}
-
-class Google_Service_SQLAdmin_BackupRunsListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_BackupRun';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_SQLAdmin_BinLogCoordinates extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $binLogFileName;
- public $binLogPosition;
- public $kind;
-
-
- public function setBinLogFileName($binLogFileName)
- {
- $this->binLogFileName = $binLogFileName;
- }
- public function getBinLogFileName()
- {
- return $this->binLogFileName;
- }
- public function setBinLogPosition($binLogPosition)
- {
- $this->binLogPosition = $binLogPosition;
- }
- public function getBinLogPosition()
- {
- return $this->binLogPosition;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_CloneContext extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $binLogCoordinatesType = 'Google_Service_SQLAdmin_BinLogCoordinates';
- protected $binLogCoordinatesDataType = '';
- public $destinationInstanceName;
- public $kind;
-
-
- public function setBinLogCoordinates(Google_Service_SQLAdmin_BinLogCoordinates $binLogCoordinates)
- {
- $this->binLogCoordinates = $binLogCoordinates;
- }
- public function getBinLogCoordinates()
- {
- return $this->binLogCoordinates;
- }
- public function setDestinationInstanceName($destinationInstanceName)
- {
- $this->destinationInstanceName = $destinationInstanceName;
- }
- public function getDestinationInstanceName()
- {
- return $this->destinationInstanceName;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_Database extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $charset;
- public $collation;
- public $etag;
- public $instance;
- public $kind;
- public $name;
- public $project;
- public $selfLink;
-
-
- public function setCharset($charset)
- {
- $this->charset = $charset;
- }
- public function getCharset()
- {
- return $this->charset;
- }
- public function setCollation($collation)
- {
- $this->collation = $collation;
- }
- public function getCollation()
- {
- return $this->collation;
- }
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
- public function getEtag()
- {
- return $this->etag;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setProject($project)
- {
- $this->project = $project;
- }
- public function getProject()
- {
- return $this->project;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
-}
-
-class Google_Service_SQLAdmin_DatabaseFlags extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $name;
- public $value;
-
-
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setValue($value)
- {
- $this->value = $value;
- }
- public function getValue()
- {
- return $this->value;
- }
-}
-
-class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection
-{
- protected $collection_key = 'replicaNames';
- protected $internal_gapi_mappings = array(
- );
- public $currentDiskSize;
- public $databaseVersion;
- public $etag;
- public $instanceType;
- protected $ipAddressesType = 'Google_Service_SQLAdmin_IpMapping';
- protected $ipAddressesDataType = 'array';
- public $ipv6Address;
- public $kind;
- public $masterInstanceName;
- public $maxDiskSize;
- public $name;
- public $project;
- public $region;
- public $replicaNames;
- public $selfLink;
- protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
- protected $serverCaCertDataType = '';
- public $serviceAccountEmailAddress;
- protected $settingsType = 'Google_Service_SQLAdmin_Settings';
- protected $settingsDataType = '';
- public $state;
-
-
- public function setCurrentDiskSize($currentDiskSize)
- {
- $this->currentDiskSize = $currentDiskSize;
- }
- public function getCurrentDiskSize()
- {
- return $this->currentDiskSize;
- }
- public function setDatabaseVersion($databaseVersion)
- {
- $this->databaseVersion = $databaseVersion;
- }
- public function getDatabaseVersion()
- {
- return $this->databaseVersion;
- }
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
- public function getEtag()
- {
- return $this->etag;
- }
- public function setInstanceType($instanceType)
- {
- $this->instanceType = $instanceType;
- }
- public function getInstanceType()
- {
- return $this->instanceType;
- }
- public function setIpAddresses($ipAddresses)
- {
- $this->ipAddresses = $ipAddresses;
- }
- public function getIpAddresses()
- {
- return $this->ipAddresses;
- }
- public function setIpv6Address($ipv6Address)
- {
- $this->ipv6Address = $ipv6Address;
- }
- public function getIpv6Address()
- {
- return $this->ipv6Address;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setMasterInstanceName($masterInstanceName)
- {
- $this->masterInstanceName = $masterInstanceName;
- }
- public function getMasterInstanceName()
- {
- return $this->masterInstanceName;
- }
- public function setMaxDiskSize($maxDiskSize)
- {
- $this->maxDiskSize = $maxDiskSize;
- }
- public function getMaxDiskSize()
- {
- return $this->maxDiskSize;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setProject($project)
- {
- $this->project = $project;
- }
- public function getProject()
- {
- return $this->project;
- }
- public function setRegion($region)
- {
- $this->region = $region;
- }
- public function getRegion()
- {
- return $this->region;
- }
- public function setReplicaNames($replicaNames)
- {
- $this->replicaNames = $replicaNames;
- }
- public function getReplicaNames()
- {
- return $this->replicaNames;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
- public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
- {
- $this->serverCaCert = $serverCaCert;
- }
- public function getServerCaCert()
- {
- return $this->serverCaCert;
- }
- public function setServiceAccountEmailAddress($serviceAccountEmailAddress)
- {
- $this->serviceAccountEmailAddress = $serviceAccountEmailAddress;
- }
- public function getServiceAccountEmailAddress()
- {
- return $this->serviceAccountEmailAddress;
- }
- public function setSettings(Google_Service_SQLAdmin_Settings $settings)
- {
- $this->settings = $settings;
- }
- public function getSettings()
- {
- return $this->settings;
- }
- public function setState($state)
- {
- $this->state = $state;
- }
- public function getState()
- {
- return $this->state;
- }
-}
-
-class Google_Service_SQLAdmin_DatabasesListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_Database';
- protected $itemsDataType = 'array';
- public $kind;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_ExportContext extends Google_Collection
-{
- protected $collection_key = 'databases';
- protected $internal_gapi_mappings = array(
- );
- protected $csvExportOptionsType = 'Google_Service_SQLAdmin_ExportContextCsvExportOptions';
- protected $csvExportOptionsDataType = '';
- public $databases;
- public $fileType;
- public $kind;
- protected $sqlExportOptionsType = 'Google_Service_SQLAdmin_ExportContextSqlExportOptions';
- protected $sqlExportOptionsDataType = '';
- public $uri;
-
-
- public function setCsvExportOptions(Google_Service_SQLAdmin_ExportContextCsvExportOptions $csvExportOptions)
- {
- $this->csvExportOptions = $csvExportOptions;
- }
- public function getCsvExportOptions()
- {
- return $this->csvExportOptions;
- }
- public function setDatabases($databases)
- {
- $this->databases = $databases;
- }
- public function getDatabases()
- {
- return $this->databases;
- }
- public function setFileType($fileType)
- {
- $this->fileType = $fileType;
- }
- public function getFileType()
- {
- return $this->fileType;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setSqlExportOptions(Google_Service_SQLAdmin_ExportContextSqlExportOptions $sqlExportOptions)
- {
- $this->sqlExportOptions = $sqlExportOptions;
- }
- public function getSqlExportOptions()
- {
- return $this->sqlExportOptions;
- }
- public function setUri($uri)
- {
- $this->uri = $uri;
- }
- public function getUri()
- {
- return $this->uri;
- }
-}
-
-class Google_Service_SQLAdmin_ExportContextCsvExportOptions extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $selectQuery;
-
-
- public function setSelectQuery($selectQuery)
- {
- $this->selectQuery = $selectQuery;
- }
- public function getSelectQuery()
- {
- return $this->selectQuery;
- }
-}
-
-class Google_Service_SQLAdmin_ExportContextSqlExportOptions extends Google_Collection
-{
- protected $collection_key = 'tables';
- protected $internal_gapi_mappings = array(
- );
- public $tables;
-
-
- public function setTables($tables)
- {
- $this->tables = $tables;
- }
- public function getTables()
- {
- return $this->tables;
- }
-}
-
-class Google_Service_SQLAdmin_Flag extends Google_Collection
-{
- protected $collection_key = 'appliesTo';
- protected $internal_gapi_mappings = array(
- );
- public $allowedStringValues;
- public $appliesTo;
- public $kind;
- public $maxValue;
- public $minValue;
- public $name;
- public $type;
-
-
- public function setAllowedStringValues($allowedStringValues)
- {
- $this->allowedStringValues = $allowedStringValues;
- }
- public function getAllowedStringValues()
- {
- return $this->allowedStringValues;
- }
- public function setAppliesTo($appliesTo)
- {
- $this->appliesTo = $appliesTo;
- }
- public function getAppliesTo()
- {
- return $this->appliesTo;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setMaxValue($maxValue)
- {
- $this->maxValue = $maxValue;
- }
- public function getMaxValue()
- {
- return $this->maxValue;
- }
- public function setMinValue($minValue)
- {
- $this->minValue = $minValue;
- }
- public function getMinValue()
- {
- return $this->minValue;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
- public function getType()
- {
- return $this->type;
- }
-}
-
-class Google_Service_SQLAdmin_FlagsListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_Flag';
- protected $itemsDataType = 'array';
- public $kind;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_ImportContext extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $csvImportOptionsType = 'Google_Service_SQLAdmin_ImportContextCsvImportOptions';
- protected $csvImportOptionsDataType = '';
- public $database;
- public $fileType;
- public $kind;
- public $uri;
-
-
- public function setCsvImportOptions(Google_Service_SQLAdmin_ImportContextCsvImportOptions $csvImportOptions)
- {
- $this->csvImportOptions = $csvImportOptions;
- }
- public function getCsvImportOptions()
- {
- return $this->csvImportOptions;
- }
- public function setDatabase($database)
- {
- $this->database = $database;
- }
- public function getDatabase()
- {
- return $this->database;
- }
- public function setFileType($fileType)
- {
- $this->fileType = $fileType;
- }
- public function getFileType()
- {
- return $this->fileType;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setUri($uri)
- {
- $this->uri = $uri;
- }
- public function getUri()
- {
- return $this->uri;
- }
-}
-
-class Google_Service_SQLAdmin_ImportContextCsvImportOptions extends Google_Collection
-{
- protected $collection_key = 'columns';
- protected $internal_gapi_mappings = array(
- );
- public $columns;
- public $table;
-
-
- public function setColumns($columns)
- {
- $this->columns = $columns;
- }
- public function getColumns()
- {
- return $this->columns;
- }
- public function setTable($table)
- {
- $this->table = $table;
- }
- public function getTable()
- {
- return $this->table;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesCloneRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $cloneContextType = 'Google_Service_SQLAdmin_CloneContext';
- protected $cloneContextDataType = '';
-
-
- public function setCloneContext(Google_Service_SQLAdmin_CloneContext $cloneContext)
- {
- $this->cloneContext = $cloneContext;
- }
- public function getCloneContext()
- {
- return $this->cloneContext;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesExportRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
- protected $exportContextDataType = '';
-
-
- public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
- {
- $this->exportContext = $exportContext;
- }
- public function getExportContext()
- {
- return $this->exportContext;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesImportRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
- protected $importContextDataType = '';
-
-
- public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
- {
- $this->importContext = $importContext;
- }
- public function getImportContext()
- {
- return $this->importContext;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_DatabaseInstance';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_SQLAdmin_InstancesRestoreBackupRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $restoreBackupContextType = 'Google_Service_SQLAdmin_RestoreBackupContext';
- protected $restoreBackupContextDataType = '';
-
-
- public function setRestoreBackupContext(Google_Service_SQLAdmin_RestoreBackupContext $restoreBackupContext)
- {
- $this->restoreBackupContext = $restoreBackupContext;
- }
- public function getRestoreBackupContext()
- {
- return $this->restoreBackupContext;
- }
-}
-
-class Google_Service_SQLAdmin_IpConfiguration extends Google_Collection
-{
- protected $collection_key = 'authorizedNetworks';
- protected $internal_gapi_mappings = array(
- );
- protected $authorizedNetworksType = 'Google_Service_SQLAdmin_AclEntry';
- protected $authorizedNetworksDataType = 'array';
- public $ipv4Enabled;
- public $requireSsl;
-
-
- public function setAuthorizedNetworks($authorizedNetworks)
- {
- $this->authorizedNetworks = $authorizedNetworks;
- }
- public function getAuthorizedNetworks()
- {
- return $this->authorizedNetworks;
- }
- public function setIpv4Enabled($ipv4Enabled)
- {
- $this->ipv4Enabled = $ipv4Enabled;
- }
- public function getIpv4Enabled()
- {
- return $this->ipv4Enabled;
- }
- public function setRequireSsl($requireSsl)
- {
- $this->requireSsl = $requireSsl;
- }
- public function getRequireSsl()
- {
- return $this->requireSsl;
- }
-}
-
-class Google_Service_SQLAdmin_IpMapping extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $ipAddress;
- public $timeToRetire;
-
-
- public function setIpAddress($ipAddress)
- {
- $this->ipAddress = $ipAddress;
- }
- public function getIpAddress()
- {
- return $this->ipAddress;
- }
- public function setTimeToRetire($timeToRetire)
- {
- $this->timeToRetire = $timeToRetire;
- }
- public function getTimeToRetire()
- {
- return $this->timeToRetire;
- }
-}
-
-class Google_Service_SQLAdmin_LocationPreference extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $followGaeApplication;
- public $kind;
- public $zone;
-
-
- public function setFollowGaeApplication($followGaeApplication)
- {
- $this->followGaeApplication = $followGaeApplication;
- }
- public function getFollowGaeApplication()
- {
- return $this->followGaeApplication;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setZone($zone)
- {
- $this->zone = $zone;
- }
- public function getZone()
- {
- return $this->zone;
- }
-}
-
-class Google_Service_SQLAdmin_Operation extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $endTime;
- protected $errorType = 'Google_Service_SQLAdmin_OperationError';
- protected $errorDataType = '';
- protected $exportContextType = 'Google_Service_SQLAdmin_ExportContext';
- protected $exportContextDataType = '';
- protected $importContextType = 'Google_Service_SQLAdmin_ImportContext';
- protected $importContextDataType = '';
- public $insertTime;
- public $kind;
- public $name;
- public $operationType;
- public $selfLink;
- public $startTime;
- public $status;
- public $targetId;
- public $targetLink;
- public $targetProject;
- public $user;
-
-
- public function setEndTime($endTime)
- {
- $this->endTime = $endTime;
- }
- public function getEndTime()
- {
- return $this->endTime;
- }
- public function setError(Google_Service_SQLAdmin_OperationError $error)
- {
- $this->error = $error;
- }
- public function getError()
- {
- return $this->error;
- }
- public function setExportContext(Google_Service_SQLAdmin_ExportContext $exportContext)
- {
- $this->exportContext = $exportContext;
- }
- public function getExportContext()
- {
- return $this->exportContext;
- }
- public function setImportContext(Google_Service_SQLAdmin_ImportContext $importContext)
- {
- $this->importContext = $importContext;
- }
- public function getImportContext()
- {
- return $this->importContext;
- }
- public function setInsertTime($insertTime)
- {
- $this->insertTime = $insertTime;
- }
- public function getInsertTime()
- {
- return $this->insertTime;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setOperationType($operationType)
- {
- $this->operationType = $operationType;
- }
- public function getOperationType()
- {
- return $this->operationType;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
- public function setStartTime($startTime)
- {
- $this->startTime = $startTime;
- }
- public function getStartTime()
- {
- return $this->startTime;
- }
- public function setStatus($status)
- {
- $this->status = $status;
- }
- public function getStatus()
- {
- return $this->status;
- }
- public function setTargetId($targetId)
- {
- $this->targetId = $targetId;
- }
- public function getTargetId()
- {
- return $this->targetId;
- }
- public function setTargetLink($targetLink)
- {
- $this->targetLink = $targetLink;
- }
- public function getTargetLink()
- {
- return $this->targetLink;
- }
- public function setTargetProject($targetProject)
- {
- $this->targetProject = $targetProject;
- }
- public function getTargetProject()
- {
- return $this->targetProject;
- }
- public function setUser($user)
- {
- $this->user = $user;
- }
- public function getUser()
- {
- return $this->user;
- }
-}
-
-class Google_Service_SQLAdmin_OperationError extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $code;
- public $kind;
- public $message;
-
-
- public function setCode($code)
- {
- $this->code = $code;
- }
- public function getCode()
- {
- return $this->code;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setMessage($message)
- {
- $this->message = $message;
- }
- public function getMessage()
- {
- return $this->message;
- }
-}
-
-class Google_Service_SQLAdmin_OperationError extends Google_Collection
-{
- protected $collection_key = 'errors';
- protected $internal_gapi_mappings = array(
- );
- protected $errorsType = 'Google_Service_SQLAdmin_OperationError';
- protected $errorsDataType = 'array';
-
-
- public function setErrors($errors)
- {
- $this->errors = $errors;
- }
- public function getErrors()
- {
- return $this->errors;
- }
-}
-
-class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_Operation';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
-
-class Google_Service_SQLAdmin_RestoreBackupContext extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $backupRunId;
- public $kind;
-
-
- public function setBackupRunId($backupRunId)
- {
- $this->backupRunId = $backupRunId;
- }
- public function getBackupRunId()
- {
- return $this->backupRunId;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_Settings extends Google_Collection
-{
- protected $collection_key = 'databaseFlags';
- protected $internal_gapi_mappings = array(
- );
- public $activationPolicy;
- public $authorizedGaeApplications;
- protected $backupConfigurationType = 'Google_Service_SQLAdmin_BackupConfiguration';
- protected $backupConfigurationDataType = '';
- protected $databaseFlagsType = 'Google_Service_SQLAdmin_DatabaseFlags';
- protected $databaseFlagsDataType = 'array';
- public $databaseReplicationEnabled;
- protected $ipConfigurationType = 'Google_Service_SQLAdmin_IpConfiguration';
- protected $ipConfigurationDataType = '';
- public $kind;
- protected $locationPreferenceType = 'Google_Service_SQLAdmin_LocationPreference';
- protected $locationPreferenceDataType = '';
- public $pricingPlan;
- public $replicationType;
- public $settingsVersion;
- public $tier;
-
-
- public function setActivationPolicy($activationPolicy)
- {
- $this->activationPolicy = $activationPolicy;
- }
- public function getActivationPolicy()
- {
- return $this->activationPolicy;
- }
- public function setAuthorizedGaeApplications($authorizedGaeApplications)
- {
- $this->authorizedGaeApplications = $authorizedGaeApplications;
- }
- public function getAuthorizedGaeApplications()
- {
- return $this->authorizedGaeApplications;
- }
- public function setBackupConfiguration(Google_Service_SQLAdmin_BackupConfiguration $backupConfiguration)
- {
- $this->backupConfiguration = $backupConfiguration;
- }
- public function getBackupConfiguration()
- {
- return $this->backupConfiguration;
- }
- public function setDatabaseFlags($databaseFlags)
- {
- $this->databaseFlags = $databaseFlags;
- }
- public function getDatabaseFlags()
- {
- return $this->databaseFlags;
- }
- public function setDatabaseReplicationEnabled($databaseReplicationEnabled)
- {
- $this->databaseReplicationEnabled = $databaseReplicationEnabled;
- }
- public function getDatabaseReplicationEnabled()
- {
- return $this->databaseReplicationEnabled;
- }
- public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration)
- {
- $this->ipConfiguration = $ipConfiguration;
- }
- public function getIpConfiguration()
- {
- return $this->ipConfiguration;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference $locationPreference)
- {
- $this->locationPreference = $locationPreference;
- }
- public function getLocationPreference()
- {
- return $this->locationPreference;
- }
- public function setPricingPlan($pricingPlan)
- {
- $this->pricingPlan = $pricingPlan;
- }
- public function getPricingPlan()
- {
- return $this->pricingPlan;
- }
- public function setReplicationType($replicationType)
- {
- $this->replicationType = $replicationType;
- }
- public function getReplicationType()
- {
- return $this->replicationType;
- }
- public function setSettingsVersion($settingsVersion)
- {
- $this->settingsVersion = $settingsVersion;
- }
- public function getSettingsVersion()
- {
- return $this->settingsVersion;
- }
- public function setTier($tier)
- {
- $this->tier = $tier;
- }
- public function getTier()
- {
- return $this->tier;
- }
-}
-
-class Google_Service_SQLAdmin_SslCert extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $cert;
- public $certSerialNumber;
- public $commonName;
- public $createTime;
- public $expirationTime;
- public $instance;
- public $kind;
- public $selfLink;
- public $sha1Fingerprint;
-
-
- public function setCert($cert)
- {
- $this->cert = $cert;
- }
- public function getCert()
- {
- return $this->cert;
- }
- public function setCertSerialNumber($certSerialNumber)
- {
- $this->certSerialNumber = $certSerialNumber;
- }
- public function getCertSerialNumber()
- {
- return $this->certSerialNumber;
- }
- public function setCommonName($commonName)
- {
- $this->commonName = $commonName;
- }
- public function getCommonName()
- {
- return $this->commonName;
- }
- public function setCreateTime($createTime)
- {
- $this->createTime = $createTime;
- }
- public function getCreateTime()
- {
- return $this->createTime;
- }
- public function setExpirationTime($expirationTime)
- {
- $this->expirationTime = $expirationTime;
- }
- public function getExpirationTime()
- {
- return $this->expirationTime;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setSelfLink($selfLink)
- {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink()
- {
- return $this->selfLink;
- }
- public function setSha1Fingerprint($sha1Fingerprint)
- {
- $this->sha1Fingerprint = $sha1Fingerprint;
- }
- public function getSha1Fingerprint()
- {
- return $this->sha1Fingerprint;
- }
-}
-
-class Google_Service_SQLAdmin_SslCertDetail extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $certInfoType = 'Google_Service_SQLAdmin_SslCert';
- protected $certInfoDataType = '';
- public $certPrivateKey;
-
-
- public function setCertInfo(Google_Service_SQLAdmin_SslCert $certInfo)
- {
- $this->certInfo = $certInfo;
- }
- public function getCertInfo()
- {
- return $this->certInfo;
- }
- public function setCertPrivateKey($certPrivateKey)
- {
- $this->certPrivateKey = $certPrivateKey;
- }
- public function getCertPrivateKey()
- {
- return $this->certPrivateKey;
- }
-}
-
-class Google_Service_SQLAdmin_SslCertsInsertRequest extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $commonName;
-
-
- public function setCommonName($commonName)
- {
- $this->commonName = $commonName;
- }
- public function getCommonName()
- {
- return $this->commonName;
- }
-}
-
-class Google_Service_SQLAdmin_SslCertsInsertResponse extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- protected $clientCertType = 'Google_Service_SQLAdmin_SslCertDetail';
- protected $clientCertDataType = '';
- public $kind;
- protected $serverCaCertType = 'Google_Service_SQLAdmin_SslCert';
- protected $serverCaCertDataType = '';
-
-
- public function setClientCert(Google_Service_SQLAdmin_SslCertDetail $clientCert)
- {
- $this->clientCert = $clientCert;
- }
- public function getClientCert()
- {
- return $this->clientCert;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert)
- {
- $this->serverCaCert = $serverCaCert;
- }
- public function getServerCaCert()
- {
- return $this->serverCaCert;
- }
-}
-
-class Google_Service_SQLAdmin_SslCertsListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_SslCert';
- protected $itemsDataType = 'array';
- public $kind;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_Tier extends Google_Collection
-{
- protected $collection_key = 'region';
- protected $internal_gapi_mappings = array(
- "diskQuota" => "DiskQuota",
- "rAM" => "RAM",
- );
- public $diskQuota;
- public $rAM;
- public $kind;
- public $region;
- public $tier;
-
-
- public function setDiskQuota($diskQuota)
- {
- $this->diskQuota = $diskQuota;
- }
- public function getDiskQuota()
- {
- return $this->diskQuota;
- }
- public function setRAM($rAM)
- {
- $this->rAM = $rAM;
- }
- public function getRAM()
- {
- return $this->rAM;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setRegion($region)
- {
- $this->region = $region;
- }
- public function getRegion()
- {
- return $this->region;
- }
- public function setTier($tier)
- {
- $this->tier = $tier;
- }
- public function getTier()
- {
- return $this->tier;
- }
-}
-
-class Google_Service_SQLAdmin_TiersListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_Tier';
- protected $itemsDataType = 'array';
- public $kind;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
-}
-
-class Google_Service_SQLAdmin_User extends Google_Model
-{
- protected $internal_gapi_mappings = array(
- );
- public $etag;
- public $host;
- public $instance;
- public $kind;
- public $name;
- public $password;
- public $project;
-
-
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
- public function getEtag()
- {
- return $this->etag;
- }
- public function setHost($host)
- {
- $this->host = $host;
- }
- public function getHost()
- {
- return $this->host;
- }
- public function setInstance($instance)
- {
- $this->instance = $instance;
- }
- public function getInstance()
- {
- return $this->instance;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setPassword($password)
- {
- $this->password = $password;
- }
- public function getPassword()
- {
- return $this->password;
- }
- public function setProject($project)
- {
- $this->project = $project;
- }
- public function getProject()
- {
- return $this->project;
- }
-}
-
-class Google_Service_SQLAdmin_UsersListResponse extends Google_Collection
-{
- protected $collection_key = 'items';
- protected $internal_gapi_mappings = array(
- );
- protected $itemsType = 'Google_Service_SQLAdmin_User';
- protected $itemsDataType = 'array';
- public $kind;
- public $nextPageToken;
-
-
- public function setItems($items)
- {
- $this->items = $items;
- }
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setNextPageToken($nextPageToken)
- {
- $this->nextPageToken = $nextPageToken;
- }
- public function getNextPageToken()
- {
- return $this->nextPageToken;
- }
-}
diff --git a/tests/general/ApiClientTest.php b/tests/general/ApiClientTest.php
index 2c5d06b1f..58c3e5066 100644
--- a/tests/general/ApiClientTest.php
+++ b/tests/general/ApiClientTest.php
@@ -189,4 +189,14 @@ public function testIniConfig()
$config->getClassConfig('Google_IO_Abstract', 'request_timeout_seconds')
);
}
+
+ public function testServiceAccountJson()
+ {
+ $client = new Google_Client();
+ $c = $client->loadServiceAccountJson(
+ __DIR__ . "/testdata/service-12345.json",
+ array()
+ );
+ $this->assertInstanceOf('Google_Auth_AssertionCredentials', $c);
+ }
}
diff --git a/tests/general/ApiModelTest.php b/tests/general/ApiModelTest.php
index 8eb7ee2a1..9a81e714e 100644
--- a/tests/general/ApiModelTest.php
+++ b/tests/general/ApiModelTest.php
@@ -20,45 +20,57 @@
class ApiModelTest extends BaseTest
{
+ private $calendarData = '{
+ "kind": "calendar#event",
+ "etag": "\"-kteSF26GsdKQ5bfmcd4H3_-u3g/MTE0NTUyNTAxOTk0MjAwMA\"",
+ "id": "1234566",
+ "status": "confirmed",
+ "htmlLink": "https://www.google.com/calendar/event?eid=N",
+ "created": "2006-04-13T14:22:08.000Z",
+ "updated": "2006-04-20T09:23:39.942Z",
+ "summary": "Evening Jolt Q3 CTFL",
+ "description": "6.30 - Adminning\n9.30 - Game",
+ "creator": {
+ "email": "ian@example.com",
+ "displayName": "Ian Test",
+ "self": true
+ },
+ "organizer": {
+ "email": "ian@example.com",
+ "displayName": "Ian Test",
+ "self": true
+ },
+ "start": {
+ "date": "2006-04-23"
+ },
+ "end": {
+ "date": "2006-04-24"
+ },
+ "iCalUID": "5gi2ac493nnrfdfd7jhesafget8@google.com",
+ "sequence": 0,
+ "reminders": {
+ "useDefault": false
+ }
+ }';
+
+ public function testIntentionalNulls()
+ {
+ $data = json_decode($this->calendarData, true);
+ $event = new Google_Service_Calendar_Event($data);
+ $obj = json_decode(json_encode($event->toSimpleObject()), true);
+ $this->assertArrayHasKey('date', $obj['start']);
+ $this->assertArrayNotHasKey('dateTime', $obj['start']);
+ $date = new Google_Service_Calendar_EventDateTime();
+ $date->setDate(Google_Model::NULL_VALUE);
+ $event->setStart($date);
+ $obj = json_decode(json_encode($event->toSimpleObject()), true);
+ $this->assertNull($obj['start']['date']);
+ $this->assertArrayHasKey('date', $obj['start']);
+ $this->assertArrayNotHasKey('dateTime', $obj['start']);
+ }
public function testModelMutation()
{
- $htmlLink = 'https://www.google.com/calendar/event?'
- . 'eid=NWdpMmFjNDkzbm5yZzh2N2poZXNhZmdldDggaWFuLmJhcmJlckBt';
- $data = json_decode(
- '{
- "kind": "calendar#event",
- "etag": "\"-kteSF26GsdKQ5bfmcd4H3_-u3g/MTE0NTUyNTAxOTk0MjAwMA\"",
- "id": "1234566",
- "status": "confirmed",
- "htmlLink": "' . $htmlLink . '",
- "created": "2006-04-13T14:22:08.000Z",
- "updated": "2006-04-20T09:23:39.942Z",
- "summary": "Evening Jolt Q3 CTFL",
- "description": "6.30 - Adminning\n9.30 - Game",
- "creator": {
- "email": "ian@example.com",
- "displayName": "Ian Test",
- "self": true
- },
- "organizer": {
- "email": "ian@example.com",
- "displayName": "Ian Test",
- "self": true
- },
- "start": {
- "date": "2006-04-23"
- },
- "end": {
- "date": "2006-04-24"
- },
- "iCalUID": "5gi2ac493nnrfdfd7jhesafget8@google.com",
- "sequence": 0,
- "reminders": {
- "useDefault": false
- }
- }',
- true
- );
+ $data = json_decode($this->calendarData, true);
$event = new Google_Service_Calendar_Event($data);
$date = new Google_Service_Calendar_EventDateTime();
date_default_timezone_set('UTC');
diff --git a/tests/general/testdata/service-12345.json b/tests/general/testdata/service-12345.json
new file mode 100644
index 000000000..a6a2df0ed
--- /dev/null
+++ b/tests/general/testdata/service-12345.json
@@ -0,0 +1,7 @@
+{
+ "private_key_id": "1936f241be592afc6f3a6d309f75cbf5229d3e75",
+ "private_key": "-----BEGIN RSA PRIVATE KEY-----MIIBOwIBAAJBAM4Aozh3TMZYcPx7MHlnD8MtyVUjzo6OdT32JwRHzHHNMMm88lNVfLYIT9C/jgXlDqG0h5wSClMvTQbdihNdFOkCAwEAAQJBAJuMo7KpcpF6iqY7Jtkk1yQb2KCvTvMZ4rGMwt1akaeDW2noyqCeO675gFBtlizgcRsybealQVQgGX4E5VqFUJkCIQDzJZZi2jloDXcyyy2rEa4mj4RnrnIYsDMJ55XMWJ9c9wIhANjkY97FSRX3WSdRFqXd3Pc4URUho+rCcPibafMOwAUfAiAa58ngXm2DyhmqkTkYePhgY/kuz+roOHctXWcCGbxouQIgLC5qAakieC0Ipi+oc2U8a8e3DJzrrRiqtpnB/VcV2nUCIQC2DXrpyt6jjVIzs4jI5Cl3QGLL6TZ8FqpyonU/1ARuhA==-----END RSA PRIVATE KEY-----",
+ "client_email": "12345-is5nq94smihmoa2k0567jab6u6vj278c@developer.gserviceaccount.com",
+ "client_id": "12345-is5nq94smihmoa2k0567jab6u6vj278c.apps.googleusercontent.com",
+ "type": "service_account"
+}
\ No newline at end of file
From 04a9df4763c25c9a46a8dcef60c7241d7f951b54 Mon Sep 17 00:00:00 2001
From: Ian Barber