Skip to content

Commit

Permalink
Autogenerated update (2018-12-12)
Browse files Browse the repository at this point in the history
Update:
- adexchangebuyer2:v2beta1
- dataflow:v1b3
- deploymentmanager:v2
  • Loading branch information
googleapis-publisher committed Dec 12, 2018
1 parent 8c84093 commit f1bc418
Show file tree
Hide file tree
Showing 14 changed files with 126 additions and 90 deletions.
32 changes: 16 additions & 16 deletions src/Google/Service/AdExchangeBuyerII.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,6 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'query' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -448,6 +444,10 @@ 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 @@ -483,21 +483,21 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'filterSyntax' => array(
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'pageSize' => array(
'location' => 'query',
'type' => 'string',
'type' => 'integer',
),
'pageToken' => array(
'filterSyntax' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'filter' => array(
'location' => 'query',
'type' => 'integer',
'type' => 'string',
),
),
),
Expand Down Expand Up @@ -651,21 +651,21 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'filterSyntax' => array(
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'pageSize' => array(
'location' => 'query',
'type' => 'string',
'type' => 'integer',
),
'pageToken' => array(
'filterSyntax' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'filter' => array(
'location' => 'query',
'type' => 'integer',
'type' => 'string',
),
),
),'pause' => array(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ 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 @@ -60,13 +67,6 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ class Google_Service_AdExchangeBuyerII_Resource_AccountsFinalizedProposals exten
* @param string $accountId Account ID of the buyer.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken The page token as returned from
* ListProposalsResponse.
* @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 filterSyntax Syntax the filter is written in. Current
* implementation defaults to PQL but in the future it will be LIST_FILTER.
* @opt_param string filter An optional PQL filter query used to query for
* proposals.
*
* Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be
* filtered.
* @opt_param string pageToken The page token as returned from
* ListProposalsResponse.
* @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_ListProposalsResponse
*/
public function listAccountsFinalizedProposals($accountId, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,18 @@ public function get($accountId, $proposalId, $optParams = array())
* @param string $accountId Account ID of the buyer.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken The page token as returned from
* ListProposalsResponse.
* @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 filterSyntax Syntax the filter is written in. Current
* implementation defaults to PQL but in the future it will be LIST_FILTER.
* @opt_param string filter An optional PQL filter query used to query for
* proposals.
*
* Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be
* filtered.
* @opt_param string pageToken The page token as returned from
* ListProposalsResponse.
* @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_ListProposalsResponse
*/
public function listAccountsProposals($accountId, $optParams = array())
Expand Down
62 changes: 31 additions & 31 deletions src/Google/Service/Dataflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'view' => array(
'location' => array(
'location' => 'query',
'type' => 'string',
),
'location' => array(
'view' => array(
'location' => 'query',
'type' => 'string',
),
Expand All @@ -184,11 +184,11 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'startTime' => array(
'location' => array(
'location' => 'query',
'type' => 'string',
),
'location' => array(
'startTime' => array(
'location' => 'query',
'type' => 'string',
),
Expand All @@ -202,23 +202,23 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => array(
'location' => 'query',
'type' => 'integer',
'type' => 'string',
),
'view' => array(
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'pageSize' => array(
'location' => 'query',
'type' => 'string',
'type' => 'integer',
),
'location' => array(
'view' => array(
'location' => 'query',
'type' => 'string',
),
Expand Down Expand Up @@ -321,27 +321,27 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'endTime' => array(
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'minimumImportance' => array(
'location' => 'query',
'type' => 'string',
),
'location' => array(
'location' => 'query',
'type' => 'string',
),
'startTime' => array(
'endTime' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'minimumImportance' => array(
'startTime' => array(
'location' => 'query',
'type' => 'string',
),
Expand Down Expand Up @@ -506,6 +506,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -518,10 +522,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),'snapshot' => array(
'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}:snapshot',
Expand Down Expand Up @@ -642,14 +642,18 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'startTime' => array(
'endTime' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'startTime' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
Expand All @@ -658,10 +662,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'endTime' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down Expand Up @@ -775,10 +775,6 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'dynamicTemplate.gcsPath' => array(
'location' => 'query',
'type' => 'string',
),
'dynamicTemplate.stagingLocation' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -791,6 +787,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'dynamicTemplate.gcsPath' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down
9 changes: 9 additions & 0 deletions src/Google/Service/Dataflow/ApproximateSplitRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
class Google_Service_Dataflow_ApproximateSplitRequest extends Google_Model
{
public $fractionConsumed;
public $fractionOfRemainder;
protected $positionType = 'Google_Service_Dataflow_Position';
protected $positionDataType = '';

Expand All @@ -29,6 +30,14 @@ public function getFractionConsumed()
{
return $this->fractionConsumed;
}
public function setFractionOfRemainder($fractionOfRemainder)
{
$this->fractionOfRemainder = $fractionOfRemainder;
}
public function getFractionOfRemainder()
{
return $this->fractionOfRemainder;
}
/**
* @param Google_Service_Dataflow_Position
*/
Expand Down
10 changes: 5 additions & 5 deletions src/Google/Service/Dataflow/Resource/ProjectsJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public function create($projectId, Google_Service_Dataflow_Job $postBody, $optPa
* @param string $jobId The job ID.
* @param array $optParams Optional parameters.
*
* @opt_param string view The level of information requested in response.
* @opt_param string location The location that contains this job.
* @opt_param string view The level of information requested in response.
* @return Google_Service_Dataflow_Job
*/
public function get($projectId, $jobId, $optParams = array())
Expand All @@ -93,11 +93,11 @@ public function get($projectId, $jobId, $optParams = array())
* @param string $jobId The job to get messages for.
* @param array $optParams Optional parameters.
*
* @opt_param string location The location which contains the job specified by
* job_id.
* @opt_param string startTime Return only metric data that has changed since
* this time. Default is to return all information about all metrics for the
* job.
* @opt_param string location The location which contains the job specified by
* job_id.
* @return Google_Service_Dataflow_JobMetrics
*/
public function getMetrics($projectId, $jobId, $optParams = array())
Expand All @@ -112,15 +112,15 @@ public function getMetrics($projectId, $jobId, $optParams = array())
* @param string $projectId The project which owns the jobs.
* @param array $optParams Optional parameters.
*
* @opt_param string filter The kind of filter to use.
* @opt_param string location The location that contains this job.
* @opt_param string pageToken Set this to the 'next_page_token' field of a
* previous response to request additional results in a long list.
* @opt_param int pageSize If there are many jobs, limit response to at most
* this many. The actual number of jobs returned will be the lesser of
* max_responses and an unspecified server-defined limit.
* @opt_param string view Level of information requested in response. Default is
* `JOB_VIEW_SUMMARY`.
* @opt_param string filter The kind of filter to use.
* @opt_param string location The location that contains this job.
* @return Google_Service_Dataflow_ListJobsResponse
*/
public function listProjectsJobs($projectId, $optParams = array())
Expand Down
Loading

0 comments on commit f1bc418

Please sign in to comment.