Skip to content

Commit

Permalink
Autogenerated update (2018-02-17)
Browse files Browse the repository at this point in the history
Update:
- adexchangebuyer2:v2beta1
- bigquery:v2
- cloudiot:v1
- doubleclickbidmanager:v1
  • Loading branch information
googleapis-publisher committed Feb 17, 2018
1 parent ce4bcad commit f4ab0ea
Show file tree
Hide file tree
Showing 17 changed files with 197 additions and 101 deletions.
64 changes: 32 additions & 32 deletions src/Google/Service/AdExchangeBuyerII.php
Expand Up @@ -204,14 +204,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 @@ -439,6 +439,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'query' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -447,10 +451,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'integer',
),
'query' => array(
'location' => 'query',
'type' => 'string',
),
),
),'remove' => array(
'path' => 'v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations:remove',
Expand Down Expand Up @@ -604,14 +604,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 @@ -632,14 +632,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 @@ -928,14 +928,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 @@ -1045,14 +1045,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 All @@ -1078,14 +1078,14 @@ public function __construct(Google_Client $client)
'type' => 'integer',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
Expand Down Expand Up @@ -1134,14 +1134,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 @@ -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
Expand Up @@ -50,13 +50,6 @@ 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 string pageToken A token identifying a page of results the server
* 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.
* @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 @@ -67,6 +60,13 @@ public function add($accountId, $creativeId, Google_Service_AdExchangeBuyerII_Ad
* conditionally_approved, disapproved, not_checked}
*
* Example: 'dealsId=12345 AND dealsStatus:disapproved'
* @opt_param string pageToken A token identifying a page of results the server
* 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
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
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
Expand Up @@ -43,13 +43,13 @@ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponseErro
* 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 listBiddersFilterSetsBidResponseErrors($filterSetName, $optParams = array())
Expand Down
Expand Up @@ -47,13 +47,13 @@ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsCre
* 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 listBiddersFilterSetsFilteredBidsCreatives($filterSetName, $creativeStatusId, $optParams = array())
Expand Down
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
Expand Up @@ -42,13 +42,13 @@ class Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsLosingBids exte
* 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
* ListLosingBidsResponse.nextPageToken returned from the previous call to the
* losingBids.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_ListLosingBidsResponse
*/
public function listBiddersFilterSetsLosingBids($filterSetName, $optParams = array())
Expand Down
Expand Up @@ -15,12 +15,10 @@
* the License.
*/

class Google_Service_CloudIot_Expr extends Google_Model
class Google_Service_Bigquery_DestinationTableProperties extends Google_Model
{
public $description;
public $expression;
public $location;
public $title;
public $friendlyName;

public function setDescription($description)
{
Expand All @@ -30,28 +28,12 @@ public function getDescription()
{
return $this->description;
}
public function setExpression($expression)
public function setFriendlyName($friendlyName)
{
$this->expression = $expression;
$this->friendlyName = $friendlyName;
}
public function getExpression()
public function getFriendlyName()
{
return $this->expression;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
return $this->friendlyName;
}
}
16 changes: 16 additions & 0 deletions src/Google/Service/Bigquery/JobConfigurationLoad.php
Expand Up @@ -26,6 +26,8 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
protected $destinationEncryptionConfigurationDataType = '';
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
protected $destinationTablePropertiesType = 'Google_Service_Bigquery_DestinationTableProperties';
protected $destinationTablePropertiesDataType = '';
public $encoding;
public $fieldDelimiter;
public $ignoreUnknownValues;
Expand Down Expand Up @@ -105,6 +107,20 @@ public function getDestinationTable()
{
return $this->destinationTable;
}
/**
* @param Google_Service_Bigquery_DestinationTableProperties
*/
public function setDestinationTableProperties(Google_Service_Bigquery_DestinationTableProperties $destinationTableProperties)
{
$this->destinationTableProperties = $destinationTableProperties;
}
/**
* @return Google_Service_Bigquery_DestinationTableProperties
*/
public function getDestinationTableProperties()
{
return $this->destinationTableProperties;
}
public function setEncoding($encoding)
{
$this->encoding = $encoding;
Expand Down

0 comments on commit f4ab0ea

Please sign in to comment.