Skip to content

Commit

Permalink
Autogenerated update (2020-04-01)
Browse files Browse the repository at this point in the history
Update:
- dataproc:v1
- iap:v1
- managedidentities:v1
- speech:v1
  • Loading branch information
googleapis-publisher committed Apr 1, 2020
1 parent 61127e3 commit d642589
Show file tree
Hide file tree
Showing 19 changed files with 218 additions and 184 deletions.
30 changes: 30 additions & 0 deletions src/Google/Service/CloudIAP/AccessDeniedPageSettings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

class Google_Service_CloudIAP_AccessDeniedPageSettings extends Google_Model
{
public $accessDeniedPageUri;

public function setAccessDeniedPageUri($accessDeniedPageUri)
{
$this->accessDeniedPageUri = $accessDeniedPageUri;
}
public function getAccessDeniedPageUri()
{
return $this->accessDeniedPageUri;
}
}
16 changes: 16 additions & 0 deletions src/Google/Service/CloudIAP/ApplicationSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,25 @@

class Google_Service_CloudIAP_ApplicationSettings extends Google_Model
{
protected $accessDeniedPageSettingsType = 'Google_Service_CloudIAP_AccessDeniedPageSettings';
protected $accessDeniedPageSettingsDataType = '';
protected $csmSettingsType = 'Google_Service_CloudIAP_CsmSettings';
protected $csmSettingsDataType = '';

/**
* @param Google_Service_CloudIAP_AccessDeniedPageSettings
*/
public function setAccessDeniedPageSettings(Google_Service_CloudIAP_AccessDeniedPageSettings $accessDeniedPageSettings)
{
$this->accessDeniedPageSettings = $accessDeniedPageSettings;
}
/**
* @return Google_Service_CloudIAP_AccessDeniedPageSettings
*/
public function getAccessDeniedPageSettings()
{
return $this->accessDeniedPageSettings;
}
/**
* @param Google_Service_CloudIAP_CsmSettings
*/
Expand Down
30 changes: 15 additions & 15 deletions src/Google/Service/Dataproc.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'setIamPolicy' => array(
'path' => 'v1/{+resource}:setIamPolicy',
Expand Down Expand Up @@ -340,14 +340,14 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'setIamPolicy' => array(
'path' => 'v1/{+resource}:setIamPolicy',
Expand Down Expand Up @@ -532,15 +532,15 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
'requestId' => array(
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
'updateMask' => array(
'gracefulDecommissionTimeout' => array(
'location' => 'query',
'type' => 'string',
),
'gracefulDecommissionTimeout' => array(
'requestId' => array(
'location' => 'query',
'type' => 'string',
),
Expand Down Expand Up @@ -659,6 +659,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
'clusterName' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -675,10 +679,6 @@ public function __construct(Google_Client $client, $rootUrl = null)
'location' => 'query',
'type' => 'integer',
),
'clusterName' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}',
Expand Down
32 changes: 32 additions & 0 deletions src/Google/Service/Dataproc/OrderedJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ class Google_Service_Dataproc_OrderedJob extends Google_Collection
protected $pigJobType = 'Google_Service_Dataproc_PigJob';
protected $pigJobDataType = '';
public $prerequisiteStepIds;
protected $prestoJobType = 'Google_Service_Dataproc_PrestoJob';
protected $prestoJobDataType = '';
protected $pysparkJobType = 'Google_Service_Dataproc_PySparkJob';
protected $pysparkJobDataType = '';
protected $schedulingType = 'Google_Service_Dataproc_JobScheduling';
protected $schedulingDataType = '';
protected $sparkJobType = 'Google_Service_Dataproc_SparkJob';
protected $sparkJobDataType = '';
protected $sparkRJobType = 'Google_Service_Dataproc_SparkRJob';
protected $sparkRJobDataType = '';
protected $sparkSqlJobType = 'Google_Service_Dataproc_SparkSqlJob';
protected $sparkSqlJobDataType = '';
public $stepId;
Expand Down Expand Up @@ -94,6 +98,20 @@ public function getPrerequisiteStepIds()
{
return $this->prerequisiteStepIds;
}
/**
* @param Google_Service_Dataproc_PrestoJob
*/
public function setPrestoJob(Google_Service_Dataproc_PrestoJob $prestoJob)
{
$this->prestoJob = $prestoJob;
}
/**
* @return Google_Service_Dataproc_PrestoJob
*/
public function getPrestoJob()
{
return $this->prestoJob;
}
/**
* @param Google_Service_Dataproc_PySparkJob
*/
Expand Down Expand Up @@ -136,6 +154,20 @@ public function getSparkJob()
{
return $this->sparkJob;
}
/**
* @param Google_Service_Dataproc_SparkRJob
*/
public function setSparkRJob(Google_Service_Dataproc_SparkRJob $sparkRJob)
{
$this->sparkRJob = $sparkRJob;
}
/**
* @return Google_Service_Dataproc_SparkRJob
*/
public function getSparkRJob()
{
return $this->sparkRJob;
}
/**
* @param Google_Service_Dataproc_SparkSqlJob
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ public function instantiateInline($parent, Google_Service_Dataproc_WorkflowTempl
* has the following format: projects/{project_id}/locations/{location}
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Optional. The maximum number of results to return in
* each response.
* @opt_param string pageToken Optional. The page token, returned by a previous
* call, to request the next page of results.
* @opt_param int pageSize Optional. The maximum number of results to return in
* each response.
* @return Google_Service_Dataproc_ListWorkflowTemplatesResponse
*/
public function listProjectsLocationsWorkflowTemplates($parent, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequ
* projects/{project_id}/locations/{location}
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Optional. The maximum number of results to return in
* each response. Must be less than or equal to 1000. Defaults to 100.
* @opt_param string pageToken Optional. The page token, returned by a previous
* call, to request the next page of results.
* @opt_param int pageSize Optional. The maximum number of results to return in
* each response. Must be less than or equal to 1000. Defaults to 100.
* @return Google_Service_Dataproc_ListAutoscalingPoliciesResponse
*/
public function listProjectsRegionsAutoscalingPolicies($parent, $optParams = array())
Expand Down
16 changes: 8 additions & 8 deletions src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,6 @@ public function listProjectsRegionsClusters($projectId, $region, $optParams = ar
* @param Google_Service_Dataproc_Cluster $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string requestId Optional. A unique id used to identify the
* request. If the server receives two UpdateClusterRequest requests with the
* same id, then the second request will be ignored and the first
* google.longrunning.Operation created and stored in the backend is returned.It
* is recommended to always set this value to a UUID
* (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must
* contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens
* (-). The maximum length is 40 characters.
* @opt_param string updateMask Required. Specifies the path, relative to
* Cluster, of the field to update. For example, to change the number of workers
* in a cluster to 5, the update_mask parameter would be specified as
Expand All @@ -217,6 +209,14 @@ public function listProjectsRegionsClusters($projectId, $region, $optParams = ar
* representation of Duration (https://developers.google.com/protocol-
* buffers/docs/proto3#json)).Only supported on Dataproc image versions 1.2 and
* higher.
* @opt_param string requestId Optional. A unique id used to identify the
* request. If the server receives two UpdateClusterRequest requests with the
* same id, then the second request will be ignored and the first
* google.longrunning.Operation created and stored in the backend is returned.It
* is recommended to always set this value to a UUID
* (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must
* contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens
* (-). The maximum length is 40 characters.
* @return Google_Service_Dataproc_Operation
*/
public function patch($projectId, $region, $clusterName, Google_Service_Dataproc_Cluster $postBody, $optParams = array())
Expand Down
4 changes: 2 additions & 2 deletions src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequ
* request.
* @param array $optParams Optional parameters.
*
* @opt_param string clusterName Optional. If set, the returned jobs list
* includes only jobs that were submitted to the named cluster.
* @opt_param string filter Optional. A filter constraining the jobs to list.
* Filters are case-sensitive and have the following syntax:field = value AND
* field = value ...where field is status.state or labels.[KEY], and [KEY] is a
Expand All @@ -122,8 +124,6 @@ public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequ
* call, to request the next page of results.
* @opt_param int pageSize Optional. The number of results to return in each
* response.
* @opt_param string clusterName Optional. If set, the returned jobs list
* includes only jobs that were submitted to the named cluster.
* @return Google_Service_Dataproc_ListJobsResponse
*/
public function listProjectsRegionsJobs($projectId, $region, $optParams = array())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'includeUnrevealedLocations' => array(
'location' => 'query',
'type' => 'boolean',
Expand All @@ -96,6 +92,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down Expand Up @@ -184,19 +184,19 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'pageToken' => array(
'location' => 'query',
'type' => 'integer',
'type' => 'string',
),
'filter' => array(
'orderBy' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'pageSize' => array(
'location' => 'query',
'type' => 'string',
'type' => 'integer',
),
'orderBy' => array(
'filter' => array(
'location' => 'query',
'type' => 'string',
),
Expand Down Expand Up @@ -314,6 +314,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -322,10 +326,6 @@ public function __construct(Google_Client $client, $rootUrl = null)
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down
Loading

0 comments on commit d642589

Please sign in to comment.