Skip to content

Commit

Permalink
Manual service regeneration (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsupplee authored Jan 25, 2019
1 parent bf7adcd commit f335aee
Show file tree
Hide file tree
Showing 157 changed files with 1,925 additions and 1,828 deletions.
12 changes: 6 additions & 6 deletions src/Google/Service/AlertCenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ public function __construct(Google_Client $client)
'path' => 'v1beta1/alerts',
'httpMethod' => 'GET',
'parameters' => array(
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -105,10 +109,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),'undelete' => array(
'path' => 'v1beta1/alerts/{alertId}:undelete',
Expand Down Expand Up @@ -153,11 +153,11 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'filter' => array(
'customerId' => array(
'location' => 'query',
'type' => 'string',
),
'customerId' => array(
'filter' => array(
'location' => 'query',
'type' => 'string',
),
Expand Down
8 changes: 4 additions & 4 deletions src/Google/Service/AlertCenter/Resource/Alerts.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ public function get($alertId, $optParams = array())
*
* @param array $optParams Optional parameters.
*
* @opt_param string filter Optional. A query string for filtering alert
* results. For more details, see [Query filters](/admin-sdk/alertcenter/guides
* /query-filters) and [Supported query filter fields](/admin-
* sdk/alertcenter/reference/filter-fields#alerts.list).
* @opt_param string pageToken Optional. A token identifying a page of results
* the server should return. If empty, a new iteration is started. To continue
* an iteration, pass in the value from the previous ListAlertsResponse's
Expand All @@ -84,10 +88,6 @@ public function get($alertId, $optParams = array())
* @opt_param int pageSize Optional. The requested page size. Server may return
* fewer items than requested. If unspecified, server picks an appropriate
* default.
* @opt_param string filter Optional. A query string for filtering alert
* results. For more details, see [Query filters](/admin-sdk/alertcenter/guides
* /query-filters) and [Supported query filter fields](/admin-
* sdk/alertcenter/reference/filter-fields#alerts.list).
* @return Google_Service_AlertCenter_ListAlertsResponse
*/
public function listAlerts($optParams = array())
Expand Down
6 changes: 3 additions & 3 deletions src/Google/Service/AlertCenter/Resource/AlertsFeedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ public function create($alertId, Google_Service_AlertCenter_AlertFeedback $postB
* `NOT_FOUND` error.
* @param array $optParams Optional parameters.
*
* @opt_param string customerId Optional. The unique identifier of the G Suite
* organization account of the customer the alert feedback are associated with.
* Inferred from the caller identity if not provided.
* @opt_param string filter Optional. A query string for filtering alert
* feedback results. For more details, see [Query filters](/admin-
* sdk/alertcenter/guides/query-filters) and [Supported query filter fields
* ](/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
* @opt_param string customerId Optional. The unique identifier of the G Suite
* organization account of the customer the alert feedback are associated with.
* Inferred from the caller identity if not provided.
* @return Google_Service_AlertCenter_ListAlertFeedbackResponse
*/
public function listAlertsFeedback($alertId, $optParams = array())
Expand Down
16 changes: 0 additions & 16 deletions src/Google/Service/Analytics/AccountTreeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
class Google_Service_Analytics_AccountTreeRequest extends Google_Model
{
public $accountName;
protected $accountSettingsType = 'Google_Service_Analytics_AccountTreeRequestAccountSettings';
protected $accountSettingsDataType = '';
public $kind;
public $profileName;
public $timezone;
Expand All @@ -34,20 +32,6 @@ public function getAccountName()
{
return $this->accountName;
}
/**
* @param Google_Service_Analytics_AccountTreeRequestAccountSettings
*/
public function setAccountSettings(Google_Service_Analytics_AccountTreeRequestAccountSettings $accountSettings)
{
$this->accountSettings = $accountSettings;
}
/**
* @return Google_Service_Analytics_AccountTreeRequestAccountSettings
*/
public function getAccountSettings()
{
return $this->accountSettings;
}
public function setKind($kind)
{
$this->kind = $kind;
Expand Down
57 changes: 0 additions & 57 deletions src/Google/Service/Analytics/AccountTreeRequestAccountSettings.php

This file was deleted.

16 changes: 0 additions & 16 deletions src/Google/Service/Analytics/AccountTreeResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class Google_Service_Analytics_AccountTreeResponse extends Google_Model
{
protected $accountType = 'Google_Service_Analytics_Account';
protected $accountDataType = '';
protected $accountSettingsType = 'Google_Service_Analytics_AccountTreeResponseAccountSettings';
protected $accountSettingsDataType = '';
public $kind;
protected $profileType = 'Google_Service_Analytics_Profile';
protected $profileDataType = '';
Expand All @@ -41,20 +39,6 @@ public function getAccount()
{
return $this->account;
}
/**
* @param Google_Service_Analytics_AccountTreeResponseAccountSettings
*/
public function setAccountSettings(Google_Service_Analytics_AccountTreeResponseAccountSettings $accountSettings)
{
$this->accountSettings = $accountSettings;
}
/**
* @return Google_Service_Analytics_AccountTreeResponseAccountSettings
*/
public function getAccountSettings()
{
return $this->accountSettings;
}
public function setKind($kind)
{
$this->kind = $kind;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@
class Google_Service_Analytics_Resource_ManagementWebPropertyAdWordsLinks extends Google_Service_Resource
{
/**
* Deletes a web property-AdWords link. (webPropertyAdWordsLinks.delete)
* Deletes a web property-Google Ads 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 $webPropertyId Web property ID to delete the Google Ads link
* for.
* @param string $webPropertyAdWordsLinkId Web property Google Ads link ID.
* @param array $optParams Optional parameters.
*/
public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = array())
Expand All @@ -41,14 +42,14 @@ public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $o
return $this->call('delete', array($params));
}
/**
* Returns a web property-AdWords link to which the user has access.
* Returns a web property-Google Ads 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
* @param string $webPropertyId Web property ID to retrieve the Google Ads link
* for.
* @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
* @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID.
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityAdWordsLink
*/
Expand All @@ -59,7 +60,7 @@ public function get($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optP
return $this->call('get', array($params), "Google_Service_Analytics_EntityAdWordsLink");
}
/**
* Creates a webProperty-AdWords link. (webPropertyAdWordsLinks.insert)
* Creates a webProperty-Google Ads link. (webPropertyAdWordsLinks.insert)
*
* @param string $accountId ID of the Google Analytics account to create the
* link for.
Expand All @@ -75,19 +76,19 @@ public function insert($accountId, $webPropertyId, Google_Service_Analytics_Enti
return $this->call('insert', array($params), "Google_Service_Analytics_EntityAdWordsLink");
}
/**
* Lists webProperty-AdWords links for a given web property.
* Lists webProperty-Google Ads 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
* @param string $webPropertyId Web property ID to retrieve the Google Ads 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-
* @opt_param int max-results The maximum number of webProperty-Google Ads links
* to include in this response.
* @opt_param int start-index An index of the first webProperty-Google Ads link
* to retrieve. Use this parameter as a pagination mechanism along with the max-
* results parameter.
* @return Google_Service_Analytics_EntityAdWordsLinks
*/
Expand All @@ -98,14 +99,14 @@ public function listManagementWebPropertyAdWordsLinks($accountId, $webPropertyId
return $this->call('list', array($params), "Google_Service_Analytics_EntityAdWordsLinks");
}
/**
* Updates an existing webProperty-AdWords link. This method supports patch
* Updates an existing webProperty-Google Ads 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
* @param string $webPropertyId Web property ID to retrieve the Google Ads link
* for.
* @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
* @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID.
* @param Google_Service_Analytics_EntityAdWordsLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityAdWordsLink
Expand All @@ -117,14 +118,14 @@ public function patch($accountId, $webPropertyId, $webPropertyAdWordsLinkId, Goo
return $this->call('patch', array($params), "Google_Service_Analytics_EntityAdWordsLink");
}
/**
* Updates an existing webProperty-AdWords link.
* Updates an existing webProperty-Google Ads 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
* @param string $webPropertyId Web property ID to retrieve the Google Ads link
* for.
* @param string $webPropertyAdWordsLinkId Web property-AdWords link ID.
* @param string $webPropertyAdWordsLinkId Web property-Google Ads link ID.
* @param Google_Service_Analytics_EntityAdWordsLink $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Analytics_EntityAdWordsLink
Expand Down
10 changes: 0 additions & 10 deletions src/Google/Service/AndroidEnterprise.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,16 +264,6 @@ public function __construct(Google_Client $client)
'required' => true,
),
),
),'getAndroidDevicePolicyConfig' => array(
'path' => 'enterprises/{enterpriseId}/androidDevicePolicyConfig',
'httpMethod' => 'GET',
'parameters' => array(
'enterpriseId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'getServiceAccount' => array(
'path' => 'enterprises/{enterpriseId}/serviceAccount',
'httpMethod' => 'GET',
Expand Down
13 changes: 0 additions & 13 deletions src/Google/Service/AndroidEnterprise/Resource/Enterprises.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,19 +126,6 @@ public function get($enterpriseId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AndroidEnterprise_Enterprise");
}
/**
* Deprecated and unused. (enterprises.getAndroidDevicePolicyConfig)
*
* @param string $enterpriseId The ID of the enterprise.
* @param array $optParams Optional parameters.
* @return Google_Service_AndroidEnterprise_AndroidDevicePolicyConfig
*/
public function getAndroidDevicePolicyConfig($enterpriseId, $optParams = array())
{
$params = array('enterpriseId' => $enterpriseId);
$params = array_merge($params, $optParams);
return $this->call('getAndroidDevicePolicyConfig', array($params), "Google_Service_AndroidEnterprise_AndroidDevicePolicyConfig");
}
/**
* Returns a service account and credentials. The service account can be bound
* to the enterprise by calling setAccount. The service account is unique to
Expand Down
Loading

0 comments on commit f335aee

Please sign in to comment.