Skip to content

Commit

Permalink
Autogenerated update (2018-07-11)
Browse files Browse the repository at this point in the history
Add:
- cloudprofiler:v2

Update:
- adexchangebuyer2:v2beta1
- drive:v3
- ml:v1
- servicecontrol:v1
  • Loading branch information
googleapis-publisher committed Jul 11, 2018
1 parent d4f0ab3 commit 642d2ef
Show file tree
Hide file tree
Showing 33 changed files with 728 additions and 105 deletions.
72 changes: 36 additions & 36 deletions src/Google/Service/AdExchangeBuyerII.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down Expand Up @@ -334,10 +334,6 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'query' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -346,6 +342,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'stopWatching' => array(
'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}:stopWatching',
Expand Down Expand Up @@ -431,6 +431,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'query' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -439,10 +443,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'remove' => array(
'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations:remove',
Expand Down Expand Up @@ -512,14 +512,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
Expand Down Expand Up @@ -568,14 +568,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand All @@ -596,14 +596,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
Expand All @@ -624,14 +624,14 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
Expand Down Expand Up @@ -685,14 +685,14 @@ public function __construct(Google_Client $client)
'type' => 'integer',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down Expand Up @@ -1070,14 +1070,14 @@ public function __construct(Google_Client $client)
'type' => 'integer',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ public function get($accountId, $clientAccountId, $invitationId, $optParams = ar
* all the invitations for all the clients of a given sponsor buyer.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. Server may return fewer clients
* than requested. If unspecified, server will pick an appropriate default.
* @opt_param string pageToken A token identifying a page of results the server
* should return. Typically, this is the value of
* ListClientUserInvitationsResponse.nextPageToken returned from the previous
* call to the clients.invitations.list method.
* @opt_param int pageSize Requested page size. Server may return fewer clients
* than requested. If unspecified, server will pick an appropriate default.
* @return Google_Service_AdExchangeBuyerII_ListClientUserInvitationsResponse
*/
public function listAccountsClientsInvitations($accountId, $clientAccountId, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ public function get($accountId, $creativeId, $optParams = array())
* to list all creatives the current user has access to.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. The server may return fewer
* creatives than requested (due to timeout constraint) even if more are
* available via another call. If unspecified, server will pick an appropriate
* default. Acceptable values are 1 to 1000, inclusive.
* @opt_param string query An optional query string to filter creatives. If no
* filter is specified, all active creatives will be returned. Supported queries
* are:
Expand All @@ -85,6 +81,10 @@ public function get($accountId, $creativeId, $optParams = array())
* should return. Typically, this is the value of
* ListCreativesResponse.next_page_token returned from the previous call to
* 'ListCreatives' method.
* @opt_param int pageSize Requested page size. The server may return fewer
* creatives than requested (due to timeout constraint) even if more are
* available via another call. If unspecified, server will pick an appropriate
* default. Acceptable values are 1 to 1000, inclusive.
* @return Google_Service_AdExchangeBuyerII_ListCreativesResponse
*/
public function listAccountsCreatives($accountId, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ public function add($accountId, $creativeId, Google_Service_AdExchangeBuyerII_Ad
* Specify "-" to list all creatives under the above account.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. Server may return fewer
* associations than requested. If unspecified, server will pick an appropriate
* default.
* @opt_param string query An optional query string to filter deal associations.
* If no filter is specified, all associations will be returned. Supported
* queries are:
Expand All @@ -64,9 +67,6 @@ public function add($accountId, $creativeId, Google_Service_AdExchangeBuyerII_Ad
* should return. Typically, this is the value of
* ListDealAssociationsResponse.next_page_token returned from the previous call
* to 'ListDealAssociations' method.
* @opt_param int pageSize Requested page size. Server may return fewer
* associations than requested. If unspecified, server will pick an appropriate
* default.
* @return Google_Service_AdExchangeBuyerII_ListDealAssociationsResponse
*/
public function listAccountsCreativesDealAssociations($accountId, $creativeId, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ public function get($name, $optParams = array())
* whose bidder is 123: `bidders/123/accounts/456`
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @opt_param string pageToken A token identifying a page of results the server
* should return. Typically, this is the value of
* ListFilterSetsResponse.nextPageToken returned from the previous call to the
* accounts.filterSets.list method.
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @return Google_Service_AdExchangeBuyerII_ListFilterSetsResponse
*/
public function listBiddersAccountsFilterSets($ownerName, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResp
* whose bidder is 123: `bidders/123/accounts/456/filterSets/abc`
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @opt_param string pageToken A token identifying a page of results the server
* should return. Typically, this is the value of
* ListBidResponseErrorsResponse.nextPageToken returned from the previous call
* to the bidResponseErrors.list method.
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @return Google_Service_AdExchangeBuyerII_ListBidResponseErrorsResponse
*/
public function listBiddersAccountsFilterSetsBidResponseErrors($filterSetName, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResp
* whose bidder is 123: `bidders/123/accounts/456/filterSets/abc`
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @opt_param string pageToken A token identifying a page of results the server
* should return. Typically, this is the value of
* ListBidResponsesWithoutBidsResponse.nextPageToken returned from the previous
* call to the bidResponsesWithoutBids.list method.
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @return Google_Service_AdExchangeBuyerII_ListBidResponsesWithoutBidsResponse
*/
public function listBiddersAccountsFilterSetsBidResponsesWithoutBids($filterSetName, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFiltere
* whose bidder is 123: `bidders/123/accounts/456/filterSets/abc`
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @opt_param string pageToken A token identifying a page of results the server
* should return. Typically, this is the value of
* ListFilteredBidRequestsResponse.nextPageToken returned from the previous call
* to the filteredBidRequests.list method.
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @return Google_Service_AdExchangeBuyerII_ListFilteredBidRequestsResponse
*/
public function listBiddersAccountsFilterSetsFilteredBidRequests($filterSetName, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ class Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFiltere
* status-codes).
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @opt_param string pageToken A token identifying a page of results the server
* should return. Typically, this is the value of
* ListCreativeStatusBreakdownByCreativeResponse.nextPageToken returned from the
* previous call to the filteredBids.creatives.list method.
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByCreativeResponse
*/
public function listBiddersAccountsFilterSetsFilteredBidsCreatives($filterSetName, $creativeStatusId, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsDet
* 19, 86, and 87.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @opt_param string pageToken A token identifying a page of results the server
* should return. Typically, this is the value of
* ListCreativeStatusBreakdownByDetailResponse.nextPageToken returned from the
* previous call to the filteredBids.details.list method.
* @opt_param int pageSize Requested page size. The server may return fewer
* results than requested. If unspecified, the server will pick an appropriate
* default.
* @return Google_Service_AdExchangeBuyerII_ListCreativeStatusBreakdownByDetailResponse
*/
public function listBiddersFilterSetsFilteredBidsDetails($filterSetName, $creativeStatusId, $optParams = array())
Expand Down
16 changes: 16 additions & 0 deletions src/Google/Service/AdExchangeBuyerII/ServingRestriction.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class Google_Service_AdExchangeBuyerII_ServingRestriction extends Google_Collect
protected $collection_key = 'disapprovalReasons';
protected $contextsType = 'Google_Service_AdExchangeBuyerII_ServingContext';
protected $contextsDataType = 'array';
protected $disapprovalType = 'Google_Service_AdExchangeBuyerII_Disapproval';
protected $disapprovalDataType = '';
protected $disapprovalReasonsType = 'Google_Service_AdExchangeBuyerII_Disapproval';
protected $disapprovalReasonsDataType = 'array';
public $status;
Expand All @@ -38,6 +40,20 @@ public function getContexts()
{
return $this->contexts;
}
/**
* @param Google_Service_AdExchangeBuyerII_Disapproval
*/
public function setDisapproval(Google_Service_AdExchangeBuyerII_Disapproval $disapproval)
{
$this->disapproval = $disapproval;
}
/**
* @return Google_Service_AdExchangeBuyerII_Disapproval
*/
public function getDisapproval()
{
return $this->disapproval;
}
/**
* @param Google_Service_AdExchangeBuyerII_Disapproval
*/
Expand Down
Loading

0 comments on commit 642d2ef

Please sign in to comment.