Skip to content

Commit

Permalink
Autogenerated update (2018-02-09)
Browse files Browse the repository at this point in the history
Update:
- dataproc:v1
- dialogflow:v2beta1
- genomics:v1
- monitoring:v3
- serviceconsumermanagement:v1
- testing:v1
  • Loading branch information
googleapis-publisher committed Feb 9, 2018
1 parent e5f9dbf commit 7826369
Show file tree
Hide file tree
Showing 25 changed files with 422 additions and 142 deletions.
20 changes: 12 additions & 8 deletions src/Google/Service/Dataproc.php
Expand Up @@ -91,6 +91,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'clusterUuid' => array(
'location' => 'query',
'type' => 'string',
),
),
),'diagnose' => array(
'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose',
Expand Down Expand Up @@ -271,10 +275,6 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'clusterName' => array(
'location' => 'query',
'type' => 'string',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -291,6 +291,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'integer',
),
'clusterName' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}',
Expand Down Expand Up @@ -380,6 +384,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 @@ -388,10 +396,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down
Expand Up @@ -51,6 +51,10 @@ public function create($projectId, $region, Google_Service_Dataproc_Cluster $pos
* the request.
* @param string $clusterName Required. The cluster name.
* @param array $optParams Optional parameters.
*
* @opt_param string clusterUuid Optional. Specifying the cluster_uuid means the
* RPC should fail (with error NOT_FOUND) if cluster with specified UUID does
* not exist.
* @return Google_Service_Dataproc_Operation
*/
public function delete($projectId, $region, $clusterName, $optParams = array())
Expand Down
4 changes: 2 additions & 2 deletions src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php
Expand Up @@ -89,8 +89,6 @@ public function get($projectId, $region, $jobId, $optParams = array())
* the 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 @@ -105,6 +103,8 @@ public function get($projectId, $region, $jobId, $optParams = array())
* 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
Expand Up @@ -91,9 +91,9 @@ public function get($name, $optParams = array())
* @param string $name The name of the operation's parent resource.
* @param array $optParams Optional parameters.
*
* @opt_param string filter The standard list filter.
* @opt_param string pageToken The standard list page token.
* @opt_param int pageSize The standard list page size.
* @opt_param string filter The standard list filter.
* @return Google_Service_Dataproc_ListOperationsResponse
*/
public function listProjectsRegionsOperations($name, $optParams = array())
Expand Down
22 changes: 11 additions & 11 deletions src/Google/Service/Dialogflow.php
Expand Up @@ -329,11 +329,11 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'languageCode' => array(
'intentView' => array(
'location' => 'query',
'type' => 'string',
),
'intentView' => array(
'languageCode' => array(
'location' => 'query',
'type' => 'string',
),
Expand Down Expand Up @@ -375,21 +375,21 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'intentView' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'languageCode' => array(
'location' => 'query',
'type' => 'integer',
'type' => 'string',
),
'intentView' => array(
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'languageCode' => array(
'pageSize' => array(
'location' => 'query',
'type' => 'string',
'type' => 'integer',
),
),
),'patch' => array(
Expand All @@ -401,15 +401,15 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'languageCode' => array(
'intentView' => array(
'location' => 'query',
'type' => 'string',
),
'updateMask' => array(
'languageCode' => array(
'location' => 'query',
'type' => 'string',
),
'intentView' => array(
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
Expand Down
10 changes: 5 additions & 5 deletions src/Google/Service/Dialogflow/GoogleCloudDialogflowV2Intent.php
Expand Up @@ -28,7 +28,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent extends Google_Col
public $isFallback;
protected $messagesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage';
protected $messagesDataType = 'array';
public $mlEnabled;
public $mlDisabled;
public $name;
protected $outputContextsType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2Context';
protected $outputContextsDataType = 'array';
Expand Down Expand Up @@ -118,13 +118,13 @@ public function getMessages()
{
return $this->messages;
}
public function setMlEnabled($mlEnabled)
public function setMlDisabled($mlDisabled)
{
$this->mlEnabled = $mlEnabled;
$this->mlDisabled = $mlDisabled;
}
public function getMlEnabled()
public function getMlDisabled()
{
return $this->mlEnabled;
return $this->mlDisabled;
}
public function setName($name)
{
Expand Down
16 changes: 8 additions & 8 deletions src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.php
Expand Up @@ -67,13 +67,13 @@ public function batchUpdate($parent, Google_Service_Dialogflow_GoogleCloudDialog
* @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string intentView Optional. The resource view to apply to the
* returned intent.
* @opt_param string languageCode Optional. The language of training phrases,
* parameters and rich messages defined in `intent`. If not specified, the
* agent's default language is used. [More than a dozen
* languages](https://dialogflow.com/docs/reference/language) are supported.
* Note: languages must be enabled in the agent, before they can be used.
* @opt_param string intentView Optional. The resource view to apply to the
* returned intent.
* @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent
*/
public function create($parent, Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent $postBody, $optParams = array())
Expand Down Expand Up @@ -126,17 +126,17 @@ public function get($name, $optParams = array())
* `projects//agent`.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Optional. The next_page_token value returned from
* a previous list request.
* @opt_param int pageSize Optional. The maximum number of items to return in a
* single page. By default 100 and at most 1000.
* @opt_param string intentView Optional. The resource view to apply to the
* returned intent.
* @opt_param string languageCode Optional. The language to list training
* phrases, parameters and rich messages for. If not specified, the agent's
* default language is used. [More than a dozen
* languages](https://dialogflow.com/docs/reference/language) are supported.
* Note: languages must be enabled in the agent before they can be used.
* @opt_param string pageToken Optional. The next_page_token value returned from
* a previous list request.
* @opt_param int pageSize Optional. The maximum number of items to return in a
* single page. By default 100 and at most 1000.
* @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1ListIntentsResponse
*/
public function listProjectsAgentIntents($parent, $optParams = array())
Expand All @@ -154,15 +154,15 @@ public function listProjectsAgentIntents($parent, $optParams = array())
* @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string intentView Optional. The resource view to apply to the
* returned intent.
* @opt_param string languageCode Optional. The language of training phrases,
* parameters and rich messages defined in `intent`. If not specified, the
* agent's default language is used. [More than a dozen
* languages](https://dialogflow.com/docs/reference/language) are supported.
* Note: languages must be enabled in the agent, before they can be used.
* @opt_param string updateMask Optional. The mask to control which fields get
* updated.
* @opt_param string intentView Optional. The resource view to apply to the
* returned intent.
* @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent
*/
public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Intent $postBody, $optParams = array())
Expand Down
40 changes: 20 additions & 20 deletions src/Google/Service/Genomics.php
Expand Up @@ -277,10 +277,6 @@ public function __construct(Google_Client $client)
'path' => 'v1/datasets',
'httpMethod' => 'GET',
'parameters' => array(
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
Expand All @@ -289,6 +285,10 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/datasets/{datasetId}',
Expand Down Expand Up @@ -373,6 +373,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -381,10 +385,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
Expand Down Expand Up @@ -467,14 +467,6 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'targetBucketWidth' => array(
'location' => 'query',
'type' => 'string',
),
'referenceName' => array(
'location' => 'query',
'type' => 'string',
),
'end' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -491,6 +483,14 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'targetBucketWidth' => array(
'location' => 'query',
'type' => 'string',
),
'referenceName' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down Expand Up @@ -549,6 +549,10 @@ public function __construct(Google_Client $client)
'type' => 'string',
'required' => true,
),
'end' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
Expand All @@ -561,10 +565,6 @@ public function __construct(Google_Client $client)
'location' => 'query',
'type' => 'string',
),
'end' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
Expand Down
6 changes: 3 additions & 3 deletions src/Google/Service/Genomics/Resource/Datasets.php
Expand Up @@ -109,13 +109,13 @@ public function getIamPolicy($resource, Google_Service_Genomics_GetIamPolicyRequ
*
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken The continuation token, which is used to page
* through large result sets. To get the next page of results, set this
* parameter to the value of `nextPageToken` from the previous response.
* @opt_param int pageSize The maximum number of results to return in a single
* page. If unspecified, defaults to 50. The maximum value is 1024.
* @opt_param string projectId Required. The Google Cloud project ID to list
* datasets for.
* @opt_param string pageToken The continuation token, which is used to page
* through large result sets. To get the next page of results, set this
* parameter to the value of `nextPageToken` from the previous response.
* @return Google_Service_Genomics_ListDatasetsResponse
*/
public function listDatasets($optParams = array())
Expand Down
4 changes: 2 additions & 2 deletions src/Google/Service/Genomics/Resource/Operations.php
Expand Up @@ -65,6 +65,8 @@ public function get($name, $optParams = array())
* @param string $name The name of the operation's parent resource.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize The maximum number of results to return. If
* unspecified, defaults to 256. The maximum value is 2048.
* @opt_param string filter A string for filtering Operations. The following
* filter fields are supported
*
Expand All @@ -81,8 +83,6 @@ public function get($name, $optParams = array())
* = RUNNING` * `projectId = my-project AND labels.color = *` * `projectId = my-
* project AND labels.color = red`
* @opt_param string pageToken The standard list page token.
* @opt_param int pageSize The maximum number of results to return. If
* unspecified, defaults to 256. The maximum value is 2048.
* @return Google_Service_Genomics_ListOperationsResponse
*/
public function listOperations($name, $optParams = array())
Expand Down

0 comments on commit 7826369

Please sign in to comment.