update composer dependencies

This commit is contained in:
2019-10-14 22:46:03 +02:00
parent 759eb88ef8
commit 307849f308
1100 changed files with 36539 additions and 22671 deletions

View File

@@ -26,15 +26,12 @@
class Google_Service_AbusiveExperienceReport_Resource_Sites extends Google_Service_Resource
{
/**
* Gets a summary of the abusive experience rating of a site. (sites.get)
* Gets a site's Abusive Experience Report summary. (sites.get)
*
* @param string $name The required site name. This is the site property whose
* abusive experiences have been reviewed, and it must be URL-encoded. For
* example, sites/https%3A%2F%2Fwww.google.com. The server will return an error
* of BAD_REQUEST if this field is not filled in. Note that if the site property
* is not yet verified in Search Console, the reportUrl field returned by the
* API will lead to the verification page, prompting the user to go through that
* process before they can gain access to the Abusive Experience Report.
* @param string $name Required. The name of the site whose summary to get, e.g.
* `sites/http%3A%2F%2Fwww.google.com%2F`.
*
* Format: `sites/{site}`
* @param array $optParams Optional parameters.
* @return Google_Service_AbusiveExperienceReport_SiteSummaryResponse
*/

View File

@@ -26,7 +26,7 @@
class Google_Service_AbusiveExperienceReport_Resource_ViolatingSites extends Google_Service_Resource
{
/**
* Lists sites with Abusive Experience Report statuses of "Failing".
* Lists sites that are failing in the Abusive Experience Report.
* (violatingSites.listViolatingSites)
*
* @param array $optParams Optional parameters.

View File

@@ -327,6 +327,10 @@ class Google_Service_AccessApproval extends Google_Service
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -335,10 +339,6 @@ class Google_Service_AccessApproval extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)

View File

@@ -52,8 +52,8 @@ class Google_Service_AccessApproval_Resource_Folders extends Google_Service_Reso
* @param Google_Service_AccessApproval_AccessApprovalSettings $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask The update mask applies to the settings. For the
* `FieldMask` definition, see https://developers.google.com/protocol-
* @opt_param string updateMask For the `FieldMask` definition, see
* https://developers.google.com/protocol-
* buffers/docs/reference/google.protobuf#fieldmask If this field is left unset,
* only the notification_emails field will be updated.
* @return Google_Service_AccessApproval_AccessApprovalSettings

View File

@@ -52,8 +52,8 @@ class Google_Service_AccessApproval_Resource_Organizations extends Google_Servic
* @param Google_Service_AccessApproval_AccessApprovalSettings $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask The update mask applies to the settings. For the
* `FieldMask` definition, see https://developers.google.com/protocol-
* @opt_param string updateMask For the `FieldMask` definition, see
* https://developers.google.com/protocol-
* buffers/docs/reference/google.protobuf#fieldmask If this field is left unset,
* only the notification_emails field will be updated.
* @return Google_Service_AccessApproval_AccessApprovalSettings

View File

@@ -52,8 +52,8 @@ class Google_Service_AccessApproval_Resource_Projects extends Google_Service_Res
* @param Google_Service_AccessApproval_AccessApprovalSettings $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask The update mask applies to the settings. For the
* `FieldMask` definition, see https://developers.google.com/protocol-
* @opt_param string updateMask For the `FieldMask` definition, see
* https://developers.google.com/protocol-
* buffers/docs/reference/google.protobuf#fieldmask If this field is left unset,
* only the notification_emails field will be updated.
* @return Google_Service_AccessApproval_AccessApprovalSettings

View File

@@ -91,9 +91,6 @@ class Google_Service_AccessApproval_Resource_ProjectsApprovalRequests extends Go
* "organizations/{organization_id}".
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken A token identifying the page of results to
* return.
* @opt_param int pageSize Requested page size.
* @opt_param string filter A filter on the type of approval requests to
* retrieve. Must be one of the following values:
*
@@ -101,6 +98,9 @@ class Google_Service_AccessApproval_Resource_ProjectsApprovalRequests extends Go
* requests. PENDING: Only pending requests. ACTIVE: Only active (i.e.
* currently approved) requests. DISMISSED: Only dismissed (including expired)
* requests.
* @opt_param string pageToken A token identifying the page of results to
* return.
* @opt_param int pageSize Requested page size.
* @return Google_Service_AccessApproval_ListApprovalRequestsResponse
*/
public function listProjectsApprovalRequests($parent, $optParams = array())

View File

@@ -26,15 +26,12 @@
class Google_Service_AdExperienceReport_Resource_Sites extends Google_Service_Resource
{
/**
* Gets a summary of the ad experience rating of a site. (sites.get)
* Gets a site's Ad Experience Report summary. (sites.get)
*
* @param string $name The required site name. It should be the site property
* whose ad experiences may have been reviewed, and it should be URL-encoded.
* For example, sites/https%3A%2F%2Fwww.google.com. The server will return an
* error of BAD_REQUEST if this field is not filled in. Note that if the site
* property is not yet verified in Search Console, the reportUrl field returned
* by the API will lead to the verification page, prompting the user to go
* through that process before they can gain access to the Ad Experience Report.
* @param string $name Required. The name of the site whose summary to get, e.g.
* `sites/http%3A%2F%2Fwww.google.com%2F`.
*
* Format: `sites/{site}`
* @param array $optParams Optional parameters.
* @return Google_Service_AdExperienceReport_SiteSummaryResponse
*/

View File

@@ -26,8 +26,8 @@
class Google_Service_AdExperienceReport_Resource_ViolatingSites extends Google_Service_Resource
{
/**
* Lists sites with Ad Experience Report statuses of "Failing" or "Warning".
* (violatingSites.listViolatingSites)
* Lists sites that are failing in the Ad Experience Report on at least one
* platform. (violatingSites.listViolatingSites)
*
* @param array $optParams Optional parameters.
* @return Google_Service_AdExperienceReport_ViolatingSitesResponse

View File

@@ -59,7 +59,15 @@ class Google_Service_AlertCenter extends Google_Service
'alerts',
array(
'methods' => array(
'delete' => array(
'batchDelete' => array(
'path' => 'v1beta1/alerts:batchDelete',
'httpMethod' => 'POST',
'parameters' => array(),
),'batchUndelete' => array(
'path' => 'v1beta1/alerts:batchUndelete',
'httpMethod' => 'POST',
'parameters' => array(),
),'delete' => array(
'path' => 'v1beta1/alerts/{alertId}',
'httpMethod' => 'DELETE',
'parameters' => array(
@@ -87,14 +95,24 @@ class Google_Service_AlertCenter extends Google_Service
'type' => 'string',
),
),
),'getMetadata' => array(
'path' => 'v1beta1/alerts/{alertId}/metadata',
'httpMethod' => 'GET',
'parameters' => array(
'alertId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'customerId' => array(
'location' => 'query',
'type' => 'string',
),
),
),'list' => array(
'path' => 'v1beta1/alerts',
'httpMethod' => 'GET',
'parameters' => array(
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -111,6 +129,10 @@ class Google_Service_AlertCenter extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),'undelete' => array(
'path' => 'v1beta1/alerts/{alertId}:undelete',
@@ -155,11 +177,11 @@ class Google_Service_AlertCenter extends Google_Service
'type' => 'string',
'required' => true,
),
'filter' => array(
'customerId' => array(
'location' => 'query',
'type' => 'string',
),
'customerId' => array(
'filter' => array(
'location' => 'query',
'type' => 'string',
),

View File

@@ -23,6 +23,9 @@ class Google_Service_AlertCenter_Alert extends Google_Model
public $data;
public $deleted;
public $endTime;
public $etag;
protected $metadataType = 'Google_Service_AlertCenter_AlertMetadata';
protected $metadataDataType = '';
public $securityInvestigationToolLink;
public $source;
public $startTime;
@@ -77,6 +80,28 @@ class Google_Service_AlertCenter_Alert extends Google_Model
{
return $this->endTime;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
/**
* @param Google_Service_AlertCenter_AlertMetadata
*/
public function setMetadata(Google_Service_AlertCenter_AlertMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_AlertCenter_AlertMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
public function setSecurityInvestigationToolLink($securityInvestigationToolLink)
{
$this->securityInvestigationToolLink = $securityInvestigationToolLink;

View File

@@ -0,0 +1,84 @@
<?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_AlertCenter_AlertMetadata extends Google_Model
{
public $alertId;
public $assignee;
public $customerId;
public $etag;
public $severity;
public $status;
public $updateTime;
public function setAlertId($alertId)
{
$this->alertId = $alertId;
}
public function getAlertId()
{
return $this->alertId;
}
public function setAssignee($assignee)
{
$this->assignee = $assignee;
}
public function getAssignee()
{
return $this->assignee;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setSeverity($severity)
{
$this->severity = $severity;
}
public function getSeverity()
{
return $this->severity;
}
public function setStatus($status)
{
$this->status = $status;
}
public function getStatus()
{
return $this->status;
}
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
public function getUpdateTime()
{
return $this->updateTime;
}
}

View File

@@ -0,0 +1,38 @@
<?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_AlertCenter_AppMakerSqlSetupNotification extends Google_Collection
{
protected $collection_key = 'requestInfo';
protected $requestInfoType = 'Google_Service_AlertCenter_RequestInfo';
protected $requestInfoDataType = 'array';
/**
* @param Google_Service_AlertCenter_RequestInfo
*/
public function setRequestInfo($requestInfo)
{
$this->requestInfo = $requestInfo;
}
/**
* @return Google_Service_AlertCenter_RequestInfo
*/
public function getRequestInfo()
{
return $this->requestInfo;
}
}

View File

@@ -0,0 +1,40 @@
<?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_AlertCenter_BatchDeleteAlertsRequest extends Google_Collection
{
protected $collection_key = 'alertId';
public $alertId;
public $customerId;
public function setAlertId($alertId)
{
$this->alertId = $alertId;
}
public function getAlertId()
{
return $this->alertId;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
}

View File

@@ -0,0 +1,47 @@
<?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_AlertCenter_BatchDeleteAlertsResponse extends Google_Collection
{
protected $collection_key = 'successAlertIds';
protected $failedAlertStatusType = 'Google_Service_AlertCenter_Status';
protected $failedAlertStatusDataType = 'map';
public $successAlertIds;
/**
* @param Google_Service_AlertCenter_Status
*/
public function setFailedAlertStatus($failedAlertStatus)
{
$this->failedAlertStatus = $failedAlertStatus;
}
/**
* @return Google_Service_AlertCenter_Status
*/
public function getFailedAlertStatus()
{
return $this->failedAlertStatus;
}
public function setSuccessAlertIds($successAlertIds)
{
$this->successAlertIds = $successAlertIds;
}
public function getSuccessAlertIds()
{
return $this->successAlertIds;
}
}

View File

@@ -0,0 +1,40 @@
<?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_AlertCenter_BatchUndeleteAlertsRequest extends Google_Collection
{
protected $collection_key = 'alertId';
public $alertId;
public $customerId;
public function setAlertId($alertId)
{
$this->alertId = $alertId;
}
public function getAlertId()
{
return $this->alertId;
}
public function setCustomerId($customerId)
{
$this->customerId = $customerId;
}
public function getCustomerId()
{
return $this->customerId;
}
}

View File

@@ -0,0 +1,47 @@
<?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_AlertCenter_BatchUndeleteAlertsResponse extends Google_Collection
{
protected $collection_key = 'successAlertIds';
protected $failedAlertStatusType = 'Google_Service_AlertCenter_Status';
protected $failedAlertStatusDataType = 'map';
public $successAlertIds;
/**
* @param Google_Service_AlertCenter_Status
*/
public function setFailedAlertStatus($failedAlertStatus)
{
$this->failedAlertStatus = $failedAlertStatus;
}
/**
* @return Google_Service_AlertCenter_Status
*/
public function getFailedAlertStatus()
{
return $this->failedAlertStatus;
}
public function setSuccessAlertIds($successAlertIds)
{
$this->successAlertIds = $successAlertIds;
}
public function getSuccessAlertIds()
{
return $this->successAlertIds;
}
}

View File

@@ -0,0 +1,49 @@
<?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_AlertCenter_RequestInfo extends Google_Collection
{
protected $collection_key = 'appDeveloperEmail';
public $appDeveloperEmail;
public $appKey;
public $numberOfRequests;
public function setAppDeveloperEmail($appDeveloperEmail)
{
$this->appDeveloperEmail = $appDeveloperEmail;
}
public function getAppDeveloperEmail()
{
return $this->appDeveloperEmail;
}
public function setAppKey($appKey)
{
$this->appKey = $appKey;
}
public function getAppKey()
{
return $this->appKey;
}
public function setNumberOfRequests($numberOfRequests)
{
$this->numberOfRequests = $numberOfRequests;
}
public function getNumberOfRequests()
{
return $this->numberOfRequests;
}
}

View File

@@ -25,6 +25,32 @@
*/
class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource
{
/**
* Performs batch delete operation on alerts. (alerts.batchDelete)
*
* @param Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AlertCenter_BatchDeleteAlertsResponse
*/
public function batchDelete(Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('batchDelete', array($params), "Google_Service_AlertCenter_BatchDeleteAlertsResponse");
}
/**
* Performs batch undelete operation on alerts. (alerts.batchUndelete)
*
* @param Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_AlertCenter_BatchUndeleteAlertsResponse
*/
public function batchUndelete(Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('batchUndelete', array($params), "Google_Service_AlertCenter_BatchUndeleteAlertsResponse");
}
/**
* Marks the specified alert for deletion. An alert that has been marked for
* deletion is removed from Alert Center after 30 days. Marking an alert for
@@ -64,15 +90,30 @@ class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_AlertCenter_Alert");
}
/**
* Returns the metadata of an alert. Attempting to get metadata for a non-
* existent alert returns `NOT_FOUND` error. (alerts.getMetadata)
*
* @param string $alertId Required. The identifier of the alert this metadata
* belongs to.
* @param array $optParams Optional parameters.
*
* @opt_param string customerId Optional. The unique identifier of the G Suite
* organization account of the customer the alert metadata is associated with.
* Inferred from the caller identity if not provided.
* @return Google_Service_AlertCenter_AlertMetadata
*/
public function getMetadata($alertId, $optParams = array())
{
$params = array('alertId' => $alertId);
$params = array_merge($params, $optParams);
return $this->call('getMetadata', array($params), "Google_Service_AlertCenter_AlertMetadata");
}
/**
* Lists the alerts. (alerts.listAlerts)
*
* @param array $optParams Optional parameters.
*
* @opt_param string filter Optional. A query string for filtering alert
* results. For more details, see [Query filters](/admin-sdk/alertcenter/guides
* /query-filters) and [Supported query filter fields](/admin-
* sdk/alertcenter/reference/filter-fields#alerts.list).
* @opt_param string pageToken Optional. A token identifying a page of results
* the server should return. If empty, a new iteration is started. To continue
* an iteration, pass in the value from the previous ListAlertsResponse's
@@ -88,6 +129,10 @@ class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource
* @opt_param int pageSize Optional. The requested page size. Server may return
* fewer items than requested. If unspecified, server picks an appropriate
* default.
* @opt_param string filter Optional. A query string for filtering alert
* results. For more details, see [Query filters](/admin-sdk/alertcenter/guides
* /query-filters) and [Supported query filter fields](/admin-
* sdk/alertcenter/reference/filter-fields#alerts.list).
* @return Google_Service_AlertCenter_ListAlertsResponse
*/
public function listAlerts($optParams = array())

View File

@@ -27,7 +27,9 @@ class Google_Service_AlertCenter_Resource_AlertsFeedback extends Google_Service_
{
/**
* Creates new feedback for an alert. Attempting to create a feedback for a non-
* existent alert returns `NOT_FOUND` error. (feedback.create)
* existent alert returns `NOT_FOUND` error. Attempting to create a feedback for
* an alert that is marked for deletion returns `FAILED_PRECONDITION' error.
* (feedback.create)
*
* @param string $alertId Required. The identifier of the alert this feedback
* belongs to.
@@ -53,13 +55,13 @@ class Google_Service_AlertCenter_Resource_AlertsFeedback extends Google_Service_
* be used to represent all alerts.
* @param array $optParams Optional parameters.
*
* @opt_param string customerId Optional. The unique identifier of the G Suite
* organization account of the customer the alert feedback are associated with.
* Inferred from the caller identity if not provided.
* @opt_param string filter Optional. A query string for filtering alert
* feedback results. For more details, see [Query filters](/admin-
* sdk/alertcenter/guides/query-filters) and [Supported query filter fields
* ](/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
* @opt_param string customerId Optional. The unique identifier of the G Suite
* organization account of the customer the alert feedback are associated with.
* Inferred from the caller identity if not provided.
* @return Google_Service_AlertCenter_ListAlertFeedbackResponse
*/
public function listAlertsFeedback($alertId, $optParams = array())

View File

@@ -15,23 +15,35 @@
* the License.
*/
class Google_Service_CloudHealthcare_SensitiveTextAnnotation extends Google_Model
class Google_Service_AlertCenter_Status extends Google_Collection
{
protected $detailsType = 'Google_Service_CloudHealthcare_Detail';
protected $detailsDataType = 'map';
protected $collection_key = 'details';
public $code;
public $details;
public $message;
/**
* @param Google_Service_CloudHealthcare_Detail
*/
public function setCode($code)
{
$this->code = $code;
}
public function getCode()
{
return $this->code;
}
public function setDetails($details)
{
$this->details = $details;
}
/**
* @return Google_Service_CloudHealthcare_Detail
*/
public function getDetails()
{
return $this->details;
}
public function setMessage($message)
{
$this->message = $message;
}
public function getMessage()
{
return $this->message;
}
}

View File

@@ -15,13 +15,10 @@
* the License.
*/
class Google_Service_AndroidEnterprise_ManagedConfigurationsSettings extends Google_Collection
class Google_Service_AndroidEnterprise_ManagedConfigurationsSettings extends Google_Model
{
protected $collection_key = 'managedProperty';
public $kind;
public $lastUpdatedTimestampMillis;
protected $managedPropertyType = 'Google_Service_AndroidEnterprise_ManagedProperty';
protected $managedPropertyDataType = 'array';
public $mcmId;
public $name;
@@ -41,20 +38,6 @@ class Google_Service_AndroidEnterprise_ManagedConfigurationsSettings extends Goo
{
return $this->lastUpdatedTimestampMillis;
}
/**
* @param Google_Service_AndroidEnterprise_ManagedProperty
*/
public function setManagedProperty($managedProperty)
{
$this->managedProperty = $managedProperty;
}
/**
* @return Google_Service_AndroidEnterprise_ManagedProperty
*/
public function getManagedProperty()
{
return $this->managedProperty;
}
public function setMcmId($mcmId)
{
$this->mcmId = $mcmId;

View File

@@ -26,8 +26,7 @@
class Google_Service_AndroidEnterprise_Resource_Managedconfigurationssettings extends Google_Service_Resource
{
/**
* Lists all the managed configurations settings for the specified app. Only the
* ID and the name is set.
* Lists all the managed configurations settings for the specified app.
* (managedconfigurationssettings.listManagedconfigurationssettings)
*
* @param string $enterpriseId The ID of the enterprise.

View File

@@ -70,6 +70,10 @@ class Google_Service_AndroidManagement extends Google_Service
'path' => 'v1/enterprises',
'httpMethod' => 'POST',
'parameters' => array(
'enterpriseToken' => array(
'location' => 'query',
'type' => 'string',
),
'signupUrlName' => array(
'location' => 'query',
'type' => 'string',
@@ -78,10 +82,6 @@ class Google_Service_AndroidManagement extends Google_Service
'location' => 'query',
'type' => 'string',
),
'enterpriseToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'get' => array(
'path' => 'v1/{+name}',
@@ -257,10 +257,6 @@ class Google_Service_AndroidManagement extends Google_Service
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -269,6 +265,10 @@ class Google_Service_AndroidManagement extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -468,11 +468,11 @@ class Google_Service_AndroidManagement extends Google_Service
'path' => 'v1/signupUrls',
'httpMethod' => 'POST',
'parameters' => array(
'projectId' => array(
'callbackUrl' => array(
'location' => 'query',
'type' => 'string',
),
'callbackUrl' => array(
'projectId' => array(
'location' => 'query',
'type' => 'string',
),

View File

@@ -0,0 +1,39 @@
<?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_AndroidManagement_AppTrackInfo extends Google_Model
{
public $trackAlias;
public $trackId;
public function setTrackAlias($trackAlias)
{
$this->trackAlias = $trackAlias;
}
public function getTrackAlias()
{
return $this->trackAlias;
}
public function setTrackId($trackId)
{
$this->trackId = $trackId;
}
public function getTrackId()
{
return $this->trackId;
}
}

View File

@@ -18,6 +18,8 @@
class Google_Service_AndroidManagement_Application extends Google_Collection
{
protected $collection_key = 'permissions';
protected $appTracksType = 'Google_Service_AndroidManagement_AppTrackInfo';
protected $appTracksDataType = 'array';
protected $managedPropertiesType = 'Google_Service_AndroidManagement_ManagedProperty';
protected $managedPropertiesDataType = 'array';
public $name;
@@ -25,6 +27,20 @@ class Google_Service_AndroidManagement_Application extends Google_Collection
protected $permissionsDataType = 'array';
public $title;
/**
* @param Google_Service_AndroidManagement_AppTrackInfo
*/
public function setAppTracks($appTracks)
{
$this->appTracks = $appTracks;
}
/**
* @return Google_Service_AndroidManagement_AppTrackInfo
*/
public function getAppTracks()
{
return $this->appTracks;
}
/**
* @param Google_Service_AndroidManagement_ManagedProperty
*/

View File

@@ -18,6 +18,7 @@
class Google_Service_AndroidManagement_ApplicationPolicy extends Google_Collection
{
protected $collection_key = 'permissionGrants';
public $accessibleTrackIds;
public $defaultPermissionPolicy;
public $delegatedScopes;
public $disabled;
@@ -31,6 +32,14 @@ class Google_Service_AndroidManagement_ApplicationPolicy extends Google_Collecti
protected $permissionGrantsType = 'Google_Service_AndroidManagement_PermissionGrant';
protected $permissionGrantsDataType = 'array';
public function setAccessibleTrackIds($accessibleTrackIds)
{
$this->accessibleTrackIds = $accessibleTrackIds;
}
public function getAccessibleTrackIds()
{
return $this->accessibleTrackIds;
}
public function setDefaultPermissionPolicy($defaultPermissionPolicy)
{
$this->defaultPermissionPolicy = $defaultPermissionPolicy;

View File

@@ -75,6 +75,8 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
protected $passwordRequirementsDataType = '';
protected $permissionGrantsType = 'Google_Service_AndroidManagement_PermissionGrant';
protected $permissionGrantsDataType = 'array';
protected $permittedAccessibilityServicesType = 'Google_Service_AndroidManagement_PackageNameList';
protected $permittedAccessibilityServicesDataType = '';
protected $permittedInputMethodsType = 'Google_Service_AndroidManagement_PackageNameList';
protected $permittedInputMethodsDataType = '';
protected $persistentPreferredActivitiesType = 'Google_Service_AndroidManagement_PersistentPreferredActivity';
@@ -551,6 +553,20 @@ class Google_Service_AndroidManagement_Policy extends Google_Collection
{
return $this->permissionGrants;
}
/**
* @param Google_Service_AndroidManagement_PackageNameList
*/
public function setPermittedAccessibilityServices(Google_Service_AndroidManagement_PackageNameList $permittedAccessibilityServices)
{
$this->permittedAccessibilityServices = $permittedAccessibilityServices;
}
/**
* @return Google_Service_AndroidManagement_PackageNameList
*/
public function getPermittedAccessibilityServices()
{
return $this->permittedAccessibilityServices;
}
/**
* @param Google_Service_AndroidManagement_PackageNameList
*/

View File

@@ -32,12 +32,12 @@ class Google_Service_AndroidManagement_Resource_Enterprises extends Google_Servi
* @param Google_Service_AndroidManagement_Enterprise $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string enterpriseToken The enterprise token appended to the
* callback URL.
* @opt_param string signupUrlName The name of the SignupUrl used to sign up for
* the enterprise.
* @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise.
* @opt_param string enterpriseToken The enterprise token appended to the
* callback URL.
* @return Google_Service_AndroidManagement_Enterprise
*/
public function create(Google_Service_AndroidManagement_Enterprise $postBody, $optParams = array())

View File

@@ -91,9 +91,9 @@ class Google_Service_AndroidManagement_Resource_EnterprisesDevicesOperations ext
* @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_AndroidManagement_ListOperationsResponse
*/
public function listEnterprisesDevicesOperations($name, $optParams = array())

View File

@@ -30,14 +30,14 @@ class Google_Service_AndroidManagement_Resource_SignupUrls extends Google_Servic
*
* @param array $optParams Optional parameters.
*
* @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise.
* @opt_param string callbackUrl The callback URL that the admin will be
* redirected to after successfully creating an enterprise. Before redirecting
* there the system will add a query parameter to this URL named enterpriseToken
* which will contain an opaque token to be used for the create enterprise
* request. The URL will be parsed then reformatted in order to add the
* enterpriseToken parameter, so there may be some minor formatting changes.
* @opt_param string projectId The ID of the Google Cloud Platform project which
* will own the enterprise.
* @return Google_Service_AndroidManagement_SignupUrl
*/
public function create($optParams = array())

View File

@@ -18,11 +18,20 @@
class Google_Service_AndroidManagement_WebToken extends Google_Collection
{
protected $collection_key = 'permissions';
public $enabledFeatures;
public $name;
public $parentFrameUrl;
public $permissions;
public $value;
public function setEnabledFeatures($enabledFeatures)
{
$this->enabledFeatures = $enabledFeatures;
}
public function getEnabledFeatures()
{
return $this->enabledFeatures;
}
public function setName($name)
{
$this->name = $name;

View File

@@ -1224,6 +1224,10 @@ class Google_Service_AndroidPublisher extends Google_Service
'location' => 'query',
'type' => 'string',
),
'type' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)

View File

@@ -24,6 +24,7 @@ class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
public $orderId;
public $purchaseState;
public $purchaseTimeMillis;
public $purchaseToken;
public $purchaseType;
public function setAcknowledgementState($acknowledgementState)
@@ -82,6 +83,14 @@ class Google_Service_AndroidPublisher_ProductPurchase extends Google_Model
{
return $this->purchaseTimeMillis;
}
public function setPurchaseToken($purchaseToken)
{
$this->purchaseToken = $purchaseToken;
}
public function getPurchaseToken()
{
return $this->purchaseToken;
}
public function setPurchaseType($purchaseType)
{
$this->purchaseType = $purchaseType;

View File

@@ -34,20 +34,29 @@ class Google_Service_AndroidPublisher_Resource_PurchasesVoidedpurchases extends
* @param array $optParams Optional parameters.
*
* @opt_param string endTime The time, in milliseconds since the Epoch, of the
* newest voided in-app product purchase that you want to see in the response.
* The value of this parameter cannot be greater than the current time and is
* ignored if a pagination token is set. Default value is current time. Note:
* This filter is applied on the time at which the record is seen as voided by
* our systems and not the actual voided time returned in the response.
* newest voided purchase that you want to see in the response. The value of
* this parameter cannot be greater than the current time and is ignored if a
* pagination token is set. Default value is current time. Note: This filter is
* applied on the time at which the record is seen as voided by our systems and
* not the actual voided time returned in the response.
* @opt_param string maxResults
* @opt_param string startIndex
* @opt_param string startTime The time, in milliseconds since the Epoch, of the
* oldest voided in-app product purchase that you want to see in the response.
* The value of this parameter cannot be older than 30 days and is ignored if a
* pagination token is set. Default value is current time minus 30 days. Note:
* This filter is applied on the time at which the record is seen as voided by
* our systems and not the actual voided time returned in the response.
* oldest voided purchase that you want to see in the response. The value of
* this parameter cannot be older than 30 days and is ignored if a pagination
* token is set. Default value is current time minus 30 days. Note: This filter
* is applied on the time at which the record is seen as voided by our systems
* and not the actual voided time returned in the response.
* @opt_param string token
* @opt_param int type The type of voided purchases that you want to see in the
* response. Possible values are: - 0: Only voided in-app product purchases will
* be returned in the response. This is the default value. - 1: Both voided in-
* app purchases and voided subscription purchases will be returned in the
* response. Note: Before requesting to receive voided subscription purchases,
* you must switch to use orderId in the response which uniquely identifies one-
* time purchases and subscriptions. Otherwise, you will receive multiple
* subscription orders with the same PurchaseToken, because subscription renewal
* orders share the same PurchaseToken.
* @return Google_Service_AndroidPublisher_VoidedPurchasesListResponse
*/
public function listPurchasesVoidedpurchases($packageName, $optParams = array())

View File

@@ -17,9 +17,8 @@
class Google_Service_AndroidPublisher_Testers extends Google_Collection
{
protected $collection_key = 'googlePlusCommunities';
protected $collection_key = 'googleGroups';
public $googleGroups;
public $googlePlusCommunities;
public function setGoogleGroups($googleGroups)
{
@@ -29,12 +28,4 @@ class Google_Service_AndroidPublisher_Testers extends Google_Collection
{
return $this->googleGroups;
}
public function setGooglePlusCommunities($googlePlusCommunities)
{
$this->googlePlusCommunities = $googlePlusCommunities;
}
public function getGooglePlusCommunities()
{
return $this->googlePlusCommunities;
}
}

View File

@@ -18,8 +18,11 @@
class Google_Service_AndroidPublisher_VoidedPurchase extends Google_Model
{
public $kind;
public $orderId;
public $purchaseTimeMillis;
public $purchaseToken;
public $voidedReason;
public $voidedSource;
public $voidedTimeMillis;
public function setKind($kind)
@@ -30,6 +33,14 @@ class Google_Service_AndroidPublisher_VoidedPurchase extends Google_Model
{
return $this->kind;
}
public function setOrderId($orderId)
{
$this->orderId = $orderId;
}
public function getOrderId()
{
return $this->orderId;
}
public function setPurchaseTimeMillis($purchaseTimeMillis)
{
$this->purchaseTimeMillis = $purchaseTimeMillis;
@@ -46,6 +57,22 @@ class Google_Service_AndroidPublisher_VoidedPurchase extends Google_Model
{
return $this->purchaseToken;
}
public function setVoidedReason($voidedReason)
{
$this->voidedReason = $voidedReason;
}
public function getVoidedReason()
{
return $this->voidedReason;
}
public function setVoidedSource($voidedSource)
{
$this->voidedSource = $voidedSource;
}
public function getVoidedSource()
{
return $this->voidedSource;
}
public function setVoidedTimeMillis($voidedTimeMillis)
{
$this->voidedTimeMillis = $voidedTimeMillis;

View File

@@ -173,6 +173,10 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string',
'required' => true,
),
'view' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -181,10 +185,6 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'view' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}',
@@ -393,10 +393,6 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
@@ -405,6 +401,10 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}',
@@ -459,6 +459,10 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -467,10 +471,6 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -506,10 +506,6 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -518,6 +514,10 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -568,14 +568,14 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/apps/{appsId}/services/{servicesId}',
@@ -683,6 +683,10 @@ class Google_Service_Appengine extends Google_Service
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
@@ -691,10 +695,6 @@ class Google_Service_Appengine extends Google_Service
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}',

View File

@@ -83,11 +83,11 @@ class Google_Service_Appengine_Resource_AppsAuthorizedCertificates extends Googl
* resource. Example: apps/myapp.
* @param array $optParams Optional parameters.
*
* @opt_param string view Controls the set of fields returned in the LIST
* response.
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @opt_param int pageSize Maximum results to return per page.
* @opt_param string view Controls the set of fields returned in the LIST
* response.
* @return Google_Service_Appengine_ListAuthorizedCertificatesResponse
*/
public function listAppsAuthorizedCertificates($appsId, $optParams = array())

View File

@@ -98,12 +98,12 @@ class Google_Service_Appengine_Resource_AppsFirewallIngressRules extends Google_
* retrieve. Example: apps/myapp/firewall/ingressRules.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @opt_param int pageSize Maximum results to return per page.
* @opt_param string matchingAddress A valid IP Address. If set, only rules
* matching this address will be returned. The first returned rule will be the
* rule that fires on requests from this IP.
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @return Google_Service_Appengine_ListIngressRulesResponse
*/
public function listAppsFirewallIngressRules($appsId, $optParams = array())

View File

@@ -47,9 +47,9 @@ class Google_Service_Appengine_Resource_AppsLocations extends Google_Service_Res
* collection, if applicable.
* @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_Appengine_ListLocationsResponse
*/
public function listAppsLocations($appsId, $optParams = array())

View File

@@ -56,9 +56,9 @@ class Google_Service_Appengine_Resource_AppsOperations extends Google_Service_Re
* 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_Appengine_ListOperationsResponse
*/
public function listAppsOperations($appsId, $optParams = array())

View File

@@ -62,9 +62,9 @@ class Google_Service_Appengine_Resource_AppsServices extends Google_Service_Reso
* resource. Example: apps/myapp.
* @param array $optParams Optional parameters.
*
* @opt_param int pageSize Maximum results to return per page.
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @opt_param int pageSize Maximum results to return per page.
* @return Google_Service_Appengine_ListServicesResponse
*/
public function listAppsServices($appsId, $optParams = array())

View File

@@ -86,11 +86,11 @@ class Google_Service_Appengine_Resource_AppsServicesVersions extends Google_Serv
* @param string $servicesId Part of `parent`. See documentation of `appsId`.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @opt_param int pageSize Maximum results to return per page.
* @opt_param string view Controls the set of fields returned in the List
* response.
* @opt_param string pageToken Continuation token for fetching the next page of
* results.
* @return Google_Service_Appengine_ListVersionsResponse
*/
public function listAppsServicesVersions($appsId, $servicesId, $optParams = array())

View File

@@ -49,7 +49,18 @@ class Google_Service_Appengine_Resource_AppsServicesVersionsInstances extends Go
return $this->call('debug', array($params), "Google_Service_Appengine_Operation");
}
/**
* Stops a running instance. (instances.delete)
* Stops a running instance.The instance might be automatically recreated based
* on the scaling settings of the version. For more information, see "How
* Instances are Managed" (standard environment
* (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-
* managed) | flexible environment
* (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-
* managed)).To ensure that instances are not re-created and avoid getting
* billed, you can stop all instances within the target version by changing the
* serving status of the version to 'STOPPEDwith the
* [apps.services.versions.patch`](https://cloud.google.com/appengine/docs
* /admin-api/reference/rest/v1/apps.services.versions/patch) method.
* (instances.delete)
*
* @param string $appsId Part of `name`. Name of the resource requested.
* Example: apps/myapp/services/default/versions/v1/instances/instance-1.

View File

@@ -0,0 +1,175 @@
<?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.
*/
/**
* Service definition for BigQueryConnectionService (v1beta1).
*
* <p>
* Allows users to manage BigQuery connections to external data sources.</p>
*
* <p>
* For more information about this service, see the API
* <a href="https://cloud.google.com/bigquery/" target="_blank">Documentation</a>
* </p>
*
* @author Google, Inc.
*/
class Google_Service_BigQueryConnectionService extends Google_Service
{
/** View and manage your data in Google BigQuery. */
const BIGQUERY =
"https://www.googleapis.com/auth/bigquery";
/** View and manage your data across Google Cloud Platform services. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
public $projects_locations_connections;
/**
* Constructs the internal representation of the BigQueryConnectionService
* service.
*
* @param Google_Client $client The client used to deliver requests.
* @param string $rootUrl The root URL used for requests to the service.
*/
public function __construct(Google_Client $client, $rootUrl = null)
{
parent::__construct($client);
$this->rootUrl = $rootUrl ?: 'https://bigqueryconnection.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v1beta1';
$this->serviceName = 'bigqueryconnection';
$this->projects_locations_connections = new Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections(
$this,
$this->serviceName,
'connections',
array(
'methods' => array(
'create' => array(
'path' => 'v1beta1/{+parent}/connections',
'httpMethod' => 'POST',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'connectionId' => array(
'location' => 'query',
'type' => 'string',
),
),
),'delete' => array(
'path' => 'v1beta1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v1beta1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'getIamPolicy' => array(
'path' => 'v1beta1/{+resource}:getIamPolicy',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v1beta1/{+parent}/connections',
'httpMethod' => 'GET',
'parameters' => array(
'parent' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'patch' => array(
'path' => 'v1beta1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),'setIamPolicy' => array(
'path' => 'v1beta1/{+resource}:setIamPolicy',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'testIamPermissions' => array(
'path' => 'v1beta1/{+resource}:testIamPermissions',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'updateCredential' => array(
'path' => 'v1beta1/{+name}',
'httpMethod' => 'PATCH',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)
);
}
}

View File

@@ -0,0 +1,47 @@
<?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_BigQueryConnectionService_AuditConfig extends Google_Collection
{
protected $collection_key = 'auditLogConfigs';
protected $auditLogConfigsType = 'Google_Service_BigQueryConnectionService_AuditLogConfig';
protected $auditLogConfigsDataType = 'array';
public $service;
/**
* @param Google_Service_BigQueryConnectionService_AuditLogConfig
*/
public function setAuditLogConfigs($auditLogConfigs)
{
$this->auditLogConfigs = $auditLogConfigs;
}
/**
* @return Google_Service_BigQueryConnectionService_AuditLogConfig
*/
public function getAuditLogConfigs()
{
return $this->auditLogConfigs;
}
public function setService($service)
{
$this->service = $service;
}
public function getService()
{
return $this->service;
}
}

View File

@@ -0,0 +1,40 @@
<?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_BigQueryConnectionService_AuditLogConfig extends Google_Collection
{
protected $collection_key = 'exemptedMembers';
public $exemptedMembers;
public $logType;
public function setExemptedMembers($exemptedMembers)
{
$this->exemptedMembers = $exemptedMembers;
}
public function getExemptedMembers()
{
return $this->exemptedMembers;
}
public function setLogType($logType)
{
$this->logType = $logType;
}
public function getLogType()
{
return $this->logType;
}
}

View File

@@ -0,0 +1,20 @@
<?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_BigQueryConnectionService_BigqueryconnectionEmpty extends Google_Model
{
}

View File

@@ -0,0 +1,56 @@
<?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_BigQueryConnectionService_Binding extends Google_Collection
{
protected $collection_key = 'members';
protected $conditionType = 'Google_Service_BigQueryConnectionService_Expr';
protected $conditionDataType = '';
public $members;
public $role;
/**
* @param Google_Service_BigQueryConnectionService_Expr
*/
public function setCondition(Google_Service_BigQueryConnectionService_Expr $condition)
{
$this->condition = $condition;
}
/**
* @return Google_Service_BigQueryConnectionService_Expr
*/
public function getCondition()
{
return $this->condition;
}
public function setMembers($members)
{
$this->members = $members;
}
public function getMembers()
{
return $this->members;
}
public function setRole($role)
{
$this->role = $role;
}
public function getRole()
{
return $this->role;
}
}

View File

@@ -0,0 +1,39 @@
<?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_BigQueryConnectionService_CloudSqlCredential extends Google_Model
{
public $password;
public $username;
public function setPassword($password)
{
$this->password = $password;
}
public function getPassword()
{
return $this->password;
}
public function setUsername($username)
{
$this->username = $username;
}
public function getUsername()
{
return $this->username;
}
}

View File

@@ -15,25 +15,27 @@
* the License.
*/
class Google_Service_Vision_GoogleCloudVisionV1p5beta1FaceAnnotationLandmark extends Google_Model
class Google_Service_BigQueryConnectionService_CloudSqlProperties extends Google_Model
{
protected $positionType = 'Google_Service_Vision_GoogleCloudVisionV1p5beta1Position';
protected $positionDataType = '';
public $database;
public $instanceId;
public $type;
/**
* @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Position
*/
public function setPosition(Google_Service_Vision_GoogleCloudVisionV1p5beta1Position $position)
public function setDatabase($database)
{
$this->position = $position;
$this->database = $database;
}
/**
* @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Position
*/
public function getPosition()
public function getDatabase()
{
return $this->position;
return $this->database;
}
public function setInstanceId($instanceId)
{
$this->instanceId = $instanceId;
}
public function getInstanceId()
{
return $this->instanceId;
}
public function setType($type)
{

View File

@@ -0,0 +1,91 @@
<?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_BigQueryConnectionService_Connection extends Google_Model
{
protected $cloudSqlType = 'Google_Service_BigQueryConnectionService_CloudSqlProperties';
protected $cloudSqlDataType = '';
public $creationTime;
public $description;
public $friendlyName;
public $hasCredential;
public $lastModifiedTime;
public $name;
/**
* @param Google_Service_BigQueryConnectionService_CloudSqlProperties
*/
public function setCloudSql(Google_Service_BigQueryConnectionService_CloudSqlProperties $cloudSql)
{
$this->cloudSql = $cloudSql;
}
/**
* @return Google_Service_BigQueryConnectionService_CloudSqlProperties
*/
public function getCloudSql()
{
return $this->cloudSql;
}
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
public function getCreationTime()
{
return $this->creationTime;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
}
public function getFriendlyName()
{
return $this->friendlyName;
}
public function setHasCredential($hasCredential)
{
$this->hasCredential = $hasCredential;
}
public function getHasCredential()
{
return $this->hasCredential;
}
public function setLastModifiedTime($lastModifiedTime)
{
$this->lastModifiedTime = $lastModifiedTime;
}
public function getLastModifiedTime()
{
return $this->lastModifiedTime;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}

View File

@@ -0,0 +1,37 @@
<?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_BigQueryConnectionService_ConnectionCredential extends Google_Model
{
protected $cloudSqlType = 'Google_Service_BigQueryConnectionService_CloudSqlCredential';
protected $cloudSqlDataType = '';
/**
* @param Google_Service_BigQueryConnectionService_CloudSqlCredential
*/
public function setCloudSql(Google_Service_BigQueryConnectionService_CloudSqlCredential $cloudSql)
{
$this->cloudSql = $cloudSql;
}
/**
* @return Google_Service_BigQueryConnectionService_CloudSqlCredential
*/
public function getCloudSql()
{
return $this->cloudSql;
}
}

View File

@@ -0,0 +1,57 @@
<?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_BigQueryConnectionService_Expr extends Google_Model
{
public $description;
public $expression;
public $location;
public $title;
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setExpression($expression)
{
$this->expression = $expression;
}
public function getExpression()
{
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;
}
}

View File

@@ -15,20 +15,20 @@
* the License.
*/
class Google_Service_CloudHealthcare_GetIamPolicyRequest extends Google_Model
class Google_Service_BigQueryConnectionService_GetIamPolicyRequest extends Google_Model
{
protected $optionsType = 'Google_Service_CloudHealthcare_GetPolicyOptions';
protected $optionsType = 'Google_Service_BigQueryConnectionService_GetPolicyOptions';
protected $optionsDataType = '';
/**
* @param Google_Service_CloudHealthcare_GetPolicyOptions
* @param Google_Service_BigQueryConnectionService_GetPolicyOptions
*/
public function setOptions(Google_Service_CloudHealthcare_GetPolicyOptions $options)
public function setOptions(Google_Service_BigQueryConnectionService_GetPolicyOptions $options)
{
$this->options = $options;
}
/**
* @return Google_Service_CloudHealthcare_GetPolicyOptions
* @return Google_Service_BigQueryConnectionService_GetPolicyOptions
*/
public function getOptions()
{

View File

@@ -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_BigQueryConnectionService_GetPolicyOptions extends Google_Model
{
public $requestedPolicyVersion;
public function setRequestedPolicyVersion($requestedPolicyVersion)
{
$this->requestedPolicyVersion = $requestedPolicyVersion;
}
public function getRequestedPolicyVersion()
{
return $this->requestedPolicyVersion;
}
}

View File

@@ -15,26 +15,26 @@
* the License.
*/
class Google_Service_CloudHealthcare_ListAnnotationStoresResponse extends Google_Collection
class Google_Service_BigQueryConnectionService_ListConnectionsResponse extends Google_Collection
{
protected $collection_key = 'annotationStores';
protected $annotationStoresType = 'Google_Service_CloudHealthcare_AnnotationStore';
protected $annotationStoresDataType = 'array';
protected $collection_key = 'connections';
protected $connectionsType = 'Google_Service_BigQueryConnectionService_Connection';
protected $connectionsDataType = 'array';
public $nextPageToken;
/**
* @param Google_Service_CloudHealthcare_AnnotationStore
* @param Google_Service_BigQueryConnectionService_Connection
*/
public function setAnnotationStores($annotationStores)
public function setConnections($connections)
{
$this->annotationStores = $annotationStores;
$this->connections = $connections;
}
/**
* @return Google_Service_CloudHealthcare_AnnotationStore
* @return Google_Service_BigQueryConnectionService_Connection
*/
public function getAnnotationStores()
public function getConnections()
{
return $this->annotationStores;
return $this->connections;
}
public function setNextPageToken($nextPageToken)
{

View File

@@ -0,0 +1,72 @@
<?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_BigQueryConnectionService_Policy extends Google_Collection
{
protected $collection_key = 'bindings';
protected $auditConfigsType = 'Google_Service_BigQueryConnectionService_AuditConfig';
protected $auditConfigsDataType = 'array';
protected $bindingsType = 'Google_Service_BigQueryConnectionService_Binding';
protected $bindingsDataType = 'array';
public $etag;
public $version;
/**
* @param Google_Service_BigQueryConnectionService_AuditConfig
*/
public function setAuditConfigs($auditConfigs)
{
$this->auditConfigs = $auditConfigs;
}
/**
* @return Google_Service_BigQueryConnectionService_AuditConfig
*/
public function getAuditConfigs()
{
return $this->auditConfigs;
}
/**
* @param Google_Service_BigQueryConnectionService_Binding
*/
public function setBindings($bindings)
{
$this->bindings = $bindings;
}
/**
* @return Google_Service_BigQueryConnectionService_Binding
*/
public function getBindings()
{
return $this->bindings;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setVersion($version)
{
$this->version = $version;
}
public function getVersion()
{
return $this->version;
}
}

View File

@@ -0,0 +1,28 @@
<?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.
*/
/**
* The "projects" collection of methods.
* Typical usage is:
* <code>
* $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...);
* $projects = $bigqueryconnectionService->projects;
* </code>
*/
class Google_Service_BigQueryConnectionService_Resource_Projects extends Google_Service_Resource
{
}

View File

@@ -0,0 +1,28 @@
<?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.
*/
/**
* The "locations" collection of methods.
* Typical usage is:
* <code>
* $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...);
* $locations = $bigqueryconnectionService->locations;
* </code>
*/
class Google_Service_BigQueryConnectionService_Resource_ProjectsLocations extends Google_Service_Resource
{
}

View File

@@ -0,0 +1,187 @@
<?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.
*/
/**
* The "connections" collection of methods.
* Typical usage is:
* <code>
* $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...);
* $connections = $bigqueryconnectionService->connections;
* </code>
*/
class Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections extends Google_Service_Resource
{
/**
* Creates a new connection. (connections.create)
*
* @param string $parent Parent resource name. Must be in the format
* `projects/{project_id}/locations/{location_id}`
* @param Google_Service_BigQueryConnectionService_Connection $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string connectionId Optional connection id that should be assigned
* to the created connection.
* @return Google_Service_BigQueryConnectionService_Connection
*/
public function create($parent, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array())
{
$params = array('parent' => $parent, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('create', array($params), "Google_Service_BigQueryConnectionService_Connection");
}
/**
* Deletes connection and associated credential. (connections.delete)
*
* @param string $name Name of the deleted connection, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty
*/
public function delete($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty");
}
/**
* Returns specified connection. (connections.get)
*
* @param string $name Name of the requested connection, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_Connection
*/
public function get($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_BigQueryConnectionService_Connection");
}
/**
* Gets the access control policy for a resource. Returns an empty policy if the
* resource exists and does not have a policy set. (connections.getIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
* requested. See the operation documentation for the appropriate value for this
* field.
* @param Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_Policy
*/
public function getIamPolicy($resource, Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody, $optParams = array())
{
$params = array('resource' => $resource, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('getIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy");
}
/**
* Returns a list of connections in the given project.
* (connections.listProjectsLocationsConnections)
*
* @param string $parent Parent resource name. Must be in the form:
* `projects/{project_id}/locations/{location_id}`
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Page token.
* @opt_param string maxResults Maximum number of results to return.
* @return Google_Service_BigQueryConnectionService_ListConnectionsResponse
*/
public function listProjectsLocationsConnections($parent, $optParams = array())
{
$params = array('parent' => $parent);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_BigQueryConnectionService_ListConnectionsResponse");
}
/**
* Updates the specified connection. For security reasons, also resets
* credential if connection properties are in the update field mask.
* (connections.patch)
*
* @param string $name Name of the connection to update, for example:
* `projects/{project_id}/locations/{location_id}/connections/{connection_id}`
* @param Google_Service_BigQueryConnectionService_Connection $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask Update mask for the connection fields to be
* updated.
* @return Google_Service_BigQueryConnectionService_Connection
*/
public function patch($name, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array())
{
$params = array('name' => $name, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_BigQueryConnectionService_Connection");
}
/**
* Sets the access control policy on the specified resource. Replaces any
* existing policy.
*
* Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
* (connections.setIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
* specified. See the operation documentation for the appropriate value for this
* field.
* @param Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_Policy
*/
public function setIamPolicy($resource, Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody, $optParams = array())
{
$params = array('resource' => $resource, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('setIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy");
}
/**
* Returns permissions that a caller has on the specified resource. If the
* resource does not exist, this will return an empty set of permissions, not a
* NOT_FOUND error.
*
* Note: This operation is designed to be used for building permission-aware UIs
* and command-line tools, not for authorization checking. This operation may
* "fail open" without warning. (connections.testIamPermissions)
*
* @param string $resource REQUIRED: The resource for which the policy detail is
* being requested. See the operation documentation for the appropriate value
* for this field.
* @param Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_TestIamPermissionsResponse
*/
public function testIamPermissions($resource, Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody, $optParams = array())
{
$params = array('resource' => $resource, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('testIamPermissions', array($params), "Google_Service_BigQueryConnectionService_TestIamPermissionsResponse");
}
/**
* Sets the credential for the specified connection.
* (connections.updateCredential)
*
* @param string $name Name of the connection, for example: `projects/{project_i
* d}/locations/{location_id}/connections/{connection_id}/credential`
* @param Google_Service_BigQueryConnectionService_ConnectionCredential $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty
*/
public function updateCredential($name, Google_Service_BigQueryConnectionService_ConnectionCredential $postBody, $optParams = array())
{
$params = array('name' => $name, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('updateCredential', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty");
}
}

View File

@@ -0,0 +1,46 @@
<?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_BigQueryConnectionService_SetIamPolicyRequest extends Google_Model
{
protected $policyType = 'Google_Service_BigQueryConnectionService_Policy';
protected $policyDataType = '';
public $updateMask;
/**
* @param Google_Service_BigQueryConnectionService_Policy
*/
public function setPolicy(Google_Service_BigQueryConnectionService_Policy $policy)
{
$this->policy = $policy;
}
/**
* @return Google_Service_BigQueryConnectionService_Policy
*/
public function getPolicy()
{
return $this->policy;
}
public function setUpdateMask($updateMask)
{
$this->updateMask = $updateMask;
}
public function getUpdateMask()
{
return $this->updateMask;
}
}

View File

@@ -0,0 +1,31 @@
<?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_BigQueryConnectionService_TestIamPermissionsRequest extends Google_Collection
{
protected $collection_key = 'permissions';
public $permissions;
public function setPermissions($permissions)
{
$this->permissions = $permissions;
}
public function getPermissions()
{
return $this->permissions;
}
}

View File

@@ -0,0 +1,31 @@
<?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_BigQueryConnectionService_TestIamPermissionsResponse extends Google_Collection
{
protected $collection_key = 'permissions';
public $permissions;
public function setPermissions($permissions)
{
$this->permissions = $permissions;
}
public function getPermissions()
{
return $this->permissions;
}
}

View File

@@ -222,11 +222,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string',
'required' => true,
),
'authorizationCode' => array(
'versionInfo' => array(
'location' => 'query',
'type' => 'string',
),
'versionInfo' => array(
'authorizationCode' => array(
'location' => 'query',
'type' => 'string',
),
@@ -260,11 +260,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string',
'required' => true,
),
'dataSourceIds' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -273,6 +268,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'dataSourceIds' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
),
),'patch' => array(
'path' => 'v1/{+name}',
@@ -283,6 +283,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string',
'required' => true,
),
'versionInfo' => array(
'location' => 'query',
'type' => 'string',
),
'authorizationCode' => array(
'location' => 'query',
'type' => 'string',
@@ -291,10 +295,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query',
'type' => 'string',
),
'versionInfo' => array(
'location' => 'query',
'type' => 'string',
),
),
),'scheduleRuns' => array(
'path' => 'v1/{+parent}:scheduleRuns',
@@ -392,11 +392,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string',
'required' => true,
),
'messageTypes' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -405,6 +400,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'messageTypes' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
),
),
)
@@ -425,11 +425,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string',
'required' => true,
),
'authorizationCode' => array(
'versionInfo' => array(
'location' => 'query',
'type' => 'string',
),
'versionInfo' => array(
'authorizationCode' => array(
'location' => 'query',
'type' => 'string',
),
@@ -486,10 +486,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string',
'required' => true,
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
'versionInfo' => array(
'location' => 'query',
'type' => 'string',
@@ -498,6 +494,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query',
'type' => 'string',
),
'updateMask' => array(
'location' => 'query',
'type' => 'string',
),
),
),'scheduleRuns' => array(
'path' => 'v1/{+parent}:scheduleRuns',
@@ -558,10 +558,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string',
'required' => true,
),
'runAttempt' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -575,6 +571,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'runAttempt' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -595,6 +595,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'type' => 'string',
'required' => true,
),
'messageTypes' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -603,11 +608,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'messageTypes' => array(
'location' => 'query',
'type' => 'string',
'repeated' => true,
),
),
),
)

View File

@@ -32,7 +32,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G
* we have OAuth token for the particular user, which is a pre-requisite before
* user can create a transfer config. (dataSources.checkValidCreds)
*
* @param string $name The data source in the form:
* @param string $name Required. The data source in the form:
* `projects/{project_id}/dataSources/{data_source_id}`
* @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody
* @param array $optParams Optional parameters.
@@ -48,8 +48,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G
* Retrieves a supported data source and returns its settings, which can be used
* for UI rendering. (dataSources.get)
*
* @param string $name The field will contain name of the resource requested,
* for example: `projects/{project_id}/dataSources/{data_source_id}`
* @param string $name Required. The field will contain name of the resource
* requested, for example: `projects/{project_id}/dataSources/{data_source_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_DataSource
*/
@@ -63,8 +63,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G
* Lists supported data sources and returns their settings, which can be used
* for UI rendering. (dataSources.listProjectsDataSources)
*
* @param string $parent The BigQuery project id for which data sources should
* be returned. Must be in the form: `projects/{project_id}`
* @param string $parent Required. The BigQuery project id for which data
* sources should be returned. Must be in the form: `projects/{project_id}`
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Pagination token, which can be used to request a

View File

@@ -32,7 +32,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources
* we have OAuth token for the particular user, which is a pre-requisite before
* user can create a transfer config. (dataSources.checkValidCreds)
*
* @param string $name The data source in the form:
* @param string $name Required. The data source in the form:
* `projects/{project_id}/dataSources/{data_source_id}`
* @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody
* @param array $optParams Optional parameters.
@@ -48,8 +48,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources
* Retrieves a supported data source and returns its settings, which can be used
* for UI rendering. (dataSources.get)
*
* @param string $name The field will contain name of the resource requested,
* for example: `projects/{project_id}/dataSources/{data_source_id}`
* @param string $name Required. The field will contain name of the resource
* requested, for example: `projects/{project_id}/dataSources/{data_source_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_DataSource
*/
@@ -63,8 +63,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources
* Lists supported data sources and returns their settings, which can be used
* for UI rendering. (dataSources.listProjectsLocationsDataSources)
*
* @param string $parent The BigQuery project id for which data sources should
* be returned. Must be in the form: `projects/{project_id}`
* @param string $parent Required. The BigQuery project id for which data
* sources should be returned. Must be in the form: `projects/{project_id}`
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Pagination token, which can be used to request a

View File

@@ -28,7 +28,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
/**
* Creates a new data transfer configuration. (transferConfigs.create)
*
* @param string $parent The BigQuery project id where the transfer
* @param string $parent Required. The BigQuery project id where the transfer
* configuration should be created. Must be in the format
* projects/{project_id}/locations/{location_id} If specified location and
* location of the destination bigquery dataset do not match - the request will
@@ -36,6 +36,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @opt_param string authorizationCode Optional OAuth2 authorization code to use
* with this transfer configuration. This is required if new credentials are
* needed, as indicated by `CheckValidCreds`. In order to obtain
@@ -51,12 +57,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* authorization code should be returned in the title bar of the browser, with
* the page text prompting the user to copy the code and paste it in the
* application.
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @return Google_Service_BigQueryDataTransfer_TransferConfig
*/
public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array())
@@ -69,8 +69,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* Deletes a data transfer configuration, including any associated transfer runs
* and logs. (transferConfigs.delete)
*
* @param string $name The field will contain name of the resource requested,
* for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param string $name Required. The field will contain name of the resource
* requested, for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty
*/
@@ -83,8 +83,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
/**
* Returns information about a data transfer config. (transferConfigs.get)
*
* @param string $name The field will contain name of the resource requested,
* for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param string $name Required. The field will contain name of the resource
* requested, for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_TransferConfig
*/
@@ -98,18 +98,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* Returns information about all data transfers in the project.
* (transferConfigs.listProjectsLocationsTransferConfigs)
*
* @param string $parent The BigQuery project id for which data sources should
* be returned: `projects/{project_id}`.
* @param string $parent Required. The BigQuery project id for which data
* sources should be returned: `projects/{project_id}`.
* @param array $optParams Optional parameters.
*
* @opt_param string dataSourceIds When specified, only configurations of
* requested data sources are returned.
* @opt_param string pageToken Pagination token, which can be used to request a
* specific page of `ListTransfersRequest` list results. For multiple-page
* results, `ListTransfersResponse` outputs a `next_page` token, which can be
* used as the `page_token` value to request the next page of list results.
* @opt_param int pageSize Page size. The default page size is the maximum value
* of 1000 results.
* @opt_param string dataSourceIds When specified, only configurations of
* requested data sources are returned.
* @return Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse
*/
public function listProjectsLocationsTransferConfigs($parent, $optParams = array())
@@ -132,6 +132,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @opt_param string authorizationCode Optional OAuth2 authorization code to use
* with this transfer configuration. If it is provided, the transfer
* configuration will be associated with the authorizing user. In order to
@@ -147,14 +153,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* authorization code should be returned in the title bar of the browser, with
* the page text prompting the user to copy the code and paste it in the
* application.
* @opt_param string updateMask Required list of fields to be updated in this
* request.
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @opt_param string updateMask Required. Required list of fields to be updated
* in this request.
* @return Google_Service_BigQueryDataTransfer_TransferConfig
*/
public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array())
@@ -170,7 +170,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* range. DEPRECATED: use StartManualTransferRuns instead.
* (transferConfigs.scheduleRuns)
*
* @param string $parent Transfer configuration name in the form:
* @param string $parent Required. Transfer configuration name in the form:
* `projects/{project_id}/transferConfigs/{config_id}`.
* @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody
* @param array $optParams Optional parameters.

View File

@@ -28,8 +28,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
/**
* Deletes the specified transfer run. (runs.delete)
*
* @param string $name The field will contain name of the resource requested,
* for example:
* @param string $name Required. The field will contain name of the resource
* requested, for example:
* `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty
@@ -43,8 +43,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
/**
* Returns information about the particular transfer run. (runs.get)
*
* @param string $name The field will contain name of the resource requested,
* for example:
* @param string $name Required. The field will contain name of the resource
* requested, for example:
* `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_TransferRun
@@ -59,9 +59,9 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* Returns information about running and completed jobs.
* (runs.listProjectsLocationsTransferConfigsRuns)
*
* @param string $parent Name of transfer configuration for which transfer runs
* should be retrieved. Format of transfer configuration resource name is:
* `projects/{project_id}/transferConfigs/{config_id}`.
* @param string $parent Required. Name of transfer configuration for which
* transfer runs should be retrieved. Format of transfer configuration resource
* name is: `projects/{project_id}/transferConfigs/{config_id}`.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Pagination token, which can be used to request a

View File

@@ -29,18 +29,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf
* Returns user facing log messages for the data transfer run.
* (transferLogs.listProjectsLocationsTransferConfigsRunsTransferLogs)
*
* @param string $parent Transfer run name in the form:
* @param string $parent Required. Transfer run name in the form:
* `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`.
* @param array $optParams Optional parameters.
*
* @opt_param string messageTypes Message types to return. If not populated -
* INFO, WARNING and ERROR messages are returned.
* @opt_param string pageToken Pagination token, which can be used to request a
* specific page of `ListTransferLogsRequest` list results. For multiple-page
* results, `ListTransferLogsResponse` outputs a `next_page` token, which can be
* used as the `page_token` value to request the next page of list results.
* @opt_param int pageSize Page size. The default page size is the maximum value
* of 1000 results.
* @opt_param string messageTypes Message types to return. If not populated -
* INFO, WARNING and ERROR messages are returned.
* @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse
*/
public function listProjectsLocationsTransferConfigsRunsTransferLogs($parent, $optParams = array())

View File

@@ -28,7 +28,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
/**
* Creates a new data transfer configuration. (transferConfigs.create)
*
* @param string $parent The BigQuery project id where the transfer
* @param string $parent Required. The BigQuery project id where the transfer
* configuration should be created. Must be in the format
* projects/{project_id}/locations/{location_id} If specified location and
* location of the destination bigquery dataset do not match - the request will
@@ -36,6 +36,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @opt_param string authorizationCode Optional OAuth2 authorization code to use
* with this transfer configuration. This is required if new credentials are
* needed, as indicated by `CheckValidCreds`. In order to obtain
@@ -51,12 +57,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* authorization code should be returned in the title bar of the browser, with
* the page text prompting the user to copy the code and paste it in the
* application.
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
* version_info, users must use the "none+gsession" response type. which be
* return a version_info back in the authorization response which be be put in a
* JWT claim in the token request.
* @return Google_Service_BigQueryDataTransfer_TransferConfig
*/
public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array())
@@ -69,8 +69,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* Deletes a data transfer configuration, including any associated transfer runs
* and logs. (transferConfigs.delete)
*
* @param string $name The field will contain name of the resource requested,
* for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param string $name Required. The field will contain name of the resource
* requested, for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty
*/
@@ -83,8 +83,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
/**
* Returns information about a data transfer config. (transferConfigs.get)
*
* @param string $name The field will contain name of the resource requested,
* for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param string $name Required. The field will contain name of the resource
* requested, for example: `projects/{project_id}/transferConfigs/{config_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_TransferConfig
*/
@@ -98,8 +98,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* Returns information about all data transfers in the project.
* (transferConfigs.listProjectsTransferConfigs)
*
* @param string $parent The BigQuery project id for which data sources should
* be returned: `projects/{project_id}`.
* @param string $parent Required. The BigQuery project id for which data
* sources should be returned: `projects/{project_id}`.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Pagination token, which can be used to request a
@@ -132,8 +132,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask Required list of fields to be updated in this
* request.
* @opt_param string versionInfo Optional version info. If users want to find a
* very recent access token, that is, immediately after approving access, users
* have to set the version_info claim in the token request. To obtain the
@@ -155,6 +153,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* authorization code should be returned in the title bar of the browser, with
* the page text prompting the user to copy the code and paste it in the
* application.
* @opt_param string updateMask Required. Required list of fields to be updated
* in this request.
* @return Google_Service_BigQueryDataTransfer_TransferConfig
*/
public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array())
@@ -170,7 +170,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten
* range. DEPRECATED: use StartManualTransferRuns instead.
* (transferConfigs.scheduleRuns)
*
* @param string $parent Transfer configuration name in the form:
* @param string $parent Required. Transfer configuration name in the form:
* `projects/{project_id}/transferConfigs/{config_id}`.
* @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody
* @param array $optParams Optional parameters.

View File

@@ -28,8 +28,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e
/**
* Deletes the specified transfer run. (runs.delete)
*
* @param string $name The field will contain name of the resource requested,
* for example:
* @param string $name Required. The field will contain name of the resource
* requested, for example:
* `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty
@@ -43,8 +43,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e
/**
* Returns information about the particular transfer run. (runs.get)
*
* @param string $name The field will contain name of the resource requested,
* for example:
* @param string $name Required. The field will contain name of the resource
* requested, for example:
* `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryDataTransfer_TransferRun
@@ -59,12 +59,11 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e
* Returns information about running and completed jobs.
* (runs.listProjectsTransferConfigsRuns)
*
* @param string $parent Name of transfer configuration for which transfer runs
* should be retrieved. Format of transfer configuration resource name is:
* `projects/{project_id}/transferConfigs/{config_id}`.
* @param string $parent Required. Name of transfer configuration for which
* transfer runs should be retrieved. Format of transfer configuration resource
* name is: `projects/{project_id}/transferConfigs/{config_id}`.
* @param array $optParams Optional parameters.
*
* @opt_param string runAttempt Indicates how run attempts are to be pulled.
* @opt_param string pageToken Pagination token, which can be used to request a
* specific page of `ListTransferRunsRequest` list results. For multiple-page
* results, `ListTransferRunsResponse` outputs a `next_page` token, which can be
@@ -73,6 +72,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e
* states are returned.
* @opt_param int pageSize Page size. The default page size is the maximum value
* of 1000 results.
* @opt_param string runAttempt Indicates how run attempts are to be pulled.
* @return Google_Service_BigQueryDataTransfer_ListTransferRunsResponse
*/
public function listProjectsTransferConfigsRuns($parent, $optParams = array())

View File

@@ -29,18 +29,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRunsTr
* Returns user facing log messages for the data transfer run.
* (transferLogs.listProjectsTransferConfigsRunsTransferLogs)
*
* @param string $parent Transfer run name in the form:
* @param string $parent Required. Transfer run name in the form:
* `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`.
* @param array $optParams Optional parameters.
*
* @opt_param string messageTypes Message types to return. If not populated -
* INFO, WARNING and ERROR messages are returned.
* @opt_param string pageToken Pagination token, which can be used to request a
* specific page of `ListTransferLogsRequest` list results. For multiple-page
* results, `ListTransferLogsResponse` outputs a `next_page` token, which can be
* used as the `page_token` value to request the next page of list results.
* @opt_param int pageSize Page size. The default page size is the maximum value
* of 1000 results.
* @opt_param string messageTypes Message types to return. If not populated -
* INFO, WARNING and ERROR messages are returned.
* @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse
*/
public function listProjectsTransferConfigsRunsTransferLogs($parent, $optParams = array())

View File

@@ -0,0 +1,100 @@
<?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.
*/
/**
* Service definition for BigQueryReservation (v1).
*
* <p>
* A service to modify your BigQuery flat-rate reservations.</p>
*
* <p>
* For more information about this service, see the API
* <a href="https://cloud.google.com/bigquery/" target="_blank">Documentation</a>
* </p>
*
* @author Google, Inc.
*/
class Google_Service_BigQueryReservation extends Google_Service
{
/** View and manage your data in Google BigQuery. */
const BIGQUERY =
"https://www.googleapis.com/auth/bigquery";
/** View and manage your data across Google Cloud Platform services. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
public $operations;
/**
* Constructs the internal representation of the BigQueryReservation service.
*
* @param Google_Client $client The client used to deliver requests.
* @param string $rootUrl The root URL used for requests to the service.
*/
public function __construct(Google_Client $client, $rootUrl = null)
{
parent::__construct($client);
$this->rootUrl = $rootUrl ?: 'https://bigqueryreservation.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v1';
$this->serviceName = 'bigqueryreservation';
$this->operations = new Google_Service_BigQueryReservation_Resource_Operations(
$this,
$this->serviceName,
'operations',
array(
'methods' => array(
'delete' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
}
}

View File

@@ -0,0 +1,20 @@
<?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_BigQueryReservation_BigqueryreservationEmpty extends Google_Model
{
}

View File

@@ -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_BigQueryReservation_CreateCapacityCommitmentMetadata extends Google_Model
{
public $capacityCommitment;
public function setCapacityCommitment($capacityCommitment)
{
$this->capacityCommitment = $capacityCommitment;
}
public function getCapacityCommitment()
{
return $this->capacityCommitment;
}
}

View File

@@ -0,0 +1,47 @@
<?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_BigQueryReservation_ListOperationsResponse extends Google_Collection
{
protected $collection_key = 'operations';
public $nextPageToken;
protected $operationsType = 'Google_Service_BigQueryReservation_Operation';
protected $operationsDataType = 'array';
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
public function getNextPageToken()
{
return $this->nextPageToken;
}
/**
* @param Google_Service_BigQueryReservation_Operation
*/
public function setOperations($operations)
{
$this->operations = $operations;
}
/**
* @return Google_Service_BigQueryReservation_Operation
*/
public function getOperations()
{
return $this->operations;
}
}

View File

@@ -15,16 +15,16 @@
* the License.
*/
class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination extends Google_Model
class Google_Service_BigQueryReservation_LocationMetadata extends Google_Model
{
public $uriPrefix;
public $legacyLocationId;
public function setUriPrefix($uriPrefix)
public function setLegacyLocationId($legacyLocationId)
{
$this->uriPrefix = $uriPrefix;
$this->legacyLocationId = $legacyLocationId;
}
public function getUriPrefix()
public function getLegacyLocationId()
{
return $this->uriPrefix;
return $this->legacyLocationId;
}
}

View File

@@ -0,0 +1,73 @@
<?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_BigQueryReservation_Operation extends Google_Model
{
public $done;
protected $errorType = 'Google_Service_BigQueryReservation_Status';
protected $errorDataType = '';
public $metadata;
public $name;
public $response;
public function setDone($done)
{
$this->done = $done;
}
public function getDone()
{
return $this->done;
}
/**
* @param Google_Service_BigQueryReservation_Status
*/
public function setError(Google_Service_BigQueryReservation_Status $error)
{
$this->error = $error;
}
/**
* @return Google_Service_BigQueryReservation_Status
*/
public function getError()
{
return $this->error;
}
public function setMetadata($metadata)
{
$this->metadata = $metadata;
}
public function getMetadata()
{
return $this->metadata;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setResponse($response)
{
$this->response = $response;
}
public function getResponse()
{
return $this->response;
}
}

View File

@@ -0,0 +1,70 @@
<?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.
*/
/**
* The "operations" collection of methods.
* Typical usage is:
* <code>
* $bigqueryreservationService = new Google_Service_BigQueryReservation(...);
* $operations = $bigqueryreservationService->operations;
* </code>
*/
class Google_Service_BigQueryReservation_Resource_Operations extends Google_Service_Resource
{
/**
* Deletes a long-running operation. This method indicates that the client is no
* longer interested in the operation result. It does not cancel the operation.
* If the server doesn't support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`. (operations.delete)
*
* @param string $name The name of the operation resource to be deleted.
* @param array $optParams Optional parameters.
* @return Google_Service_BigQueryReservation_BigqueryreservationEmpty
*/
public function delete($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_BigQueryReservation_BigqueryreservationEmpty");
}
/**
* Lists operations that match the specified filter in the request. If the
* server doesn't support this method, it returns `UNIMPLEMENTED`.
*
* NOTE: the `name` binding allows API services to override the binding to use
* different resource name schemes, such as `users/operations`. To override the
* binding, API services can add a binding such as
* `"/v1/{name=users}/operations"` to their service configuration. For backwards
* compatibility, the default name includes the operations collection id,
* however overriding users must ensure the name binding is the parent resource,
* without the operations collection id. (operations.listOperations)
*
* @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.
* @return Google_Service_BigQueryReservation_ListOperationsResponse
*/
public function listOperations($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_BigQueryReservation_ListOperationsResponse");
}
}

View File

@@ -0,0 +1,49 @@
<?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_BigQueryReservation_Status extends Google_Collection
{
protected $collection_key = 'details';
public $code;
public $details;
public $message;
public function setCode($code)
{
$this->code = $code;
}
public function getCode()
{
return $this->code;
}
public function setDetails($details)
{
$this->details = $details;
}
public function getDetails()
{
return $this->details;
}
public function setMessage($message)
{
$this->message = $message;
}
public function getMessage()
{
return $this->message;
}
}

View File

@@ -72,7 +72,7 @@ class Google_Service_Bigquery extends Google_Service
public function __construct(Google_Client $client, $rootUrl = null)
{
parent::__construct($client);
$this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/';
$this->rootUrl = $rootUrl ?: 'https://bigquery.googleapis.com/';
$this->servicePath = 'bigquery/v2/';
$this->batchPath = 'batch/bigquery/v2';
$this->version = 'v2';
@@ -137,14 +137,6 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string',
'required' => true,
),
'all' => array(
'location' => 'query',
'type' => 'boolean',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -153,6 +145,14 @@ class Google_Service_Bigquery extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'all' => array(
'location' => 'query',
'type' => 'boolean',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),'patch' => array(
'path' => 'projects/{projectId}/datasets/{datasetId}',
@@ -286,6 +286,30 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string',
'required' => true,
),
'parentJobId' => array(
'location' => 'query',
'type' => 'string',
),
'minCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'allUsers' => array(
'location' => 'query',
'type' => 'boolean',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
'maxCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'stateFilter' => array(
'location' => 'query',
'type' => 'string',
@@ -295,30 +319,6 @@ class Google_Service_Bigquery extends Google_Service
'location' => 'query',
'type' => 'string',
),
'minCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'parentJobId' => array(
'location' => 'query',
'type' => 'string',
),
'allUsers' => array(
'location' => 'query',
'type' => 'boolean',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxCreationTime' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'query' => array(
'path' => 'projects/{projectId}/queries',
@@ -394,14 +394,14 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string',
'required' => true,
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
),
),'patch' => array(
'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}',
@@ -539,14 +539,14 @@ class Google_Service_Bigquery extends Google_Service
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'maxResults' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),'update' => array(
'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}',

View File

@@ -0,0 +1,49 @@
<?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_Bigquery_ArimaCoefficients extends Google_Collection
{
protected $collection_key = 'movingAverageCoefficients';
public $autoRegressiveCoefficients;
public $interceptCoefficient;
public $movingAverageCoefficients;
public function setAutoRegressiveCoefficients($autoRegressiveCoefficients)
{
$this->autoRegressiveCoefficients = $autoRegressiveCoefficients;
}
public function getAutoRegressiveCoefficients()
{
return $this->autoRegressiveCoefficients;
}
public function setInterceptCoefficient($interceptCoefficient)
{
$this->interceptCoefficient = $interceptCoefficient;
}
public function getInterceptCoefficient()
{
return $this->interceptCoefficient;
}
public function setMovingAverageCoefficients($movingAverageCoefficients)
{
$this->movingAverageCoefficients = $movingAverageCoefficients;
}
public function getMovingAverageCoefficients()
{
return $this->movingAverageCoefficients;
}
}

View File

@@ -0,0 +1,48 @@
<?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_Bigquery_ArimaFittingMetrics extends Google_Model
{
public $aic;
public $logLikelihood;
public $variance;
public function setAic($aic)
{
$this->aic = $aic;
}
public function getAic()
{
return $this->aic;
}
public function setLogLikelihood($logLikelihood)
{
$this->logLikelihood = $logLikelihood;
}
public function getLogLikelihood()
{
return $this->logLikelihood;
}
public function setVariance($variance)
{
$this->variance = $variance;
}
public function getVariance()
{
return $this->variance;
}
}

View File

@@ -0,0 +1,69 @@
<?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_Bigquery_ArimaModelInfo extends Google_Model
{
protected $arimaCoefficientsType = 'Google_Service_Bigquery_ArimaCoefficients';
protected $arimaCoefficientsDataType = '';
protected $arimaFittingMetricsType = 'Google_Service_Bigquery_ArimaFittingMetrics';
protected $arimaFittingMetricsDataType = '';
protected $nonSeasonalOrderType = 'Google_Service_Bigquery_ArimaOrder';
protected $nonSeasonalOrderDataType = '';
/**
* @param Google_Service_Bigquery_ArimaCoefficients
*/
public function setArimaCoefficients(Google_Service_Bigquery_ArimaCoefficients $arimaCoefficients)
{
$this->arimaCoefficients = $arimaCoefficients;
}
/**
* @return Google_Service_Bigquery_ArimaCoefficients
*/
public function getArimaCoefficients()
{
return $this->arimaCoefficients;
}
/**
* @param Google_Service_Bigquery_ArimaFittingMetrics
*/
public function setArimaFittingMetrics(Google_Service_Bigquery_ArimaFittingMetrics $arimaFittingMetrics)
{
$this->arimaFittingMetrics = $arimaFittingMetrics;
}
/**
* @return Google_Service_Bigquery_ArimaFittingMetrics
*/
public function getArimaFittingMetrics()
{
return $this->arimaFittingMetrics;
}
/**
* @param Google_Service_Bigquery_ArimaOrder
*/
public function setNonSeasonalOrder(Google_Service_Bigquery_ArimaOrder $nonSeasonalOrder)
{
$this->nonSeasonalOrder = $nonSeasonalOrder;
}
/**
* @return Google_Service_Bigquery_ArimaOrder
*/
public function getNonSeasonalOrder()
{
return $this->nonSeasonalOrder;
}
}

View File

@@ -15,34 +15,34 @@
* the License.
*/
class Google_Service_Vision_GoogleCloudVisionV1p5beta1Position extends Google_Model
class Google_Service_Bigquery_ArimaOrder extends Google_Model
{
public $x;
public $y;
public $z;
public $d;
public $p;
public $q;
public function setX($x)
public function setD($d)
{
$this->x = $x;
$this->d = $d;
}
public function getX()
public function getD()
{
return $this->x;
return $this->d;
}
public function setY($y)
public function setP($p)
{
$this->y = $y;
$this->p = $p;
}
public function getY()
public function getP()
{
return $this->y;
return $this->p;
}
public function setZ($z)
public function setQ($q)
{
$this->z = $z;
$this->q = $q;
}
public function getZ()
public function getQ()
{
return $this->z;
return $this->q;
}
}

View File

@@ -0,0 +1,47 @@
<?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_Bigquery_ArimaResult extends Google_Collection
{
protected $collection_key = 'seasonalPeriods';
protected $arimaModelInfoType = 'Google_Service_Bigquery_ArimaModelInfo';
protected $arimaModelInfoDataType = 'array';
public $seasonalPeriods;
/**
* @param Google_Service_Bigquery_ArimaModelInfo
*/
public function setArimaModelInfo($arimaModelInfo)
{
$this->arimaModelInfo = $arimaModelInfo;
}
/**
* @return Google_Service_Bigquery_ArimaModelInfo
*/
public function getArimaModelInfo()
{
return $this->arimaModelInfo;
}
public function setSeasonalPeriods($seasonalPeriods)
{
$this->seasonalPeriods = $seasonalPeriods;
}
public function getSeasonalPeriods()
{
return $this->seasonalPeriods;
}
}

View File

@@ -18,6 +18,8 @@
class Google_Service_Bigquery_IterationResult extends Google_Collection
{
protected $collection_key = 'clusterInfos';
protected $arimaResultType = 'Google_Service_Bigquery_ArimaResult';
protected $arimaResultDataType = '';
protected $clusterInfosType = 'Google_Service_Bigquery_ClusterInfo';
protected $clusterInfosDataType = 'array';
public $durationMs;
@@ -26,6 +28,20 @@ class Google_Service_Bigquery_IterationResult extends Google_Collection
public $learnRate;
public $trainingLoss;
/**
* @param Google_Service_Bigquery_ArimaResult
*/
public function setArimaResult(Google_Service_Bigquery_ArimaResult $arimaResult)
{
$this->arimaResult = $arimaResult;
}
/**
* @return Google_Service_Bigquery_ArimaResult
*/
public function getArimaResult()
{
return $this->arimaResult;
}
/**
* @param Google_Service_Bigquery_ClusterInfo
*/

View File

@@ -24,8 +24,11 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
public $destinationUris;
public $fieldDelimiter;
public $printHeader;
protected $sourceModelType = 'Google_Service_Bigquery_ModelReference';
protected $sourceModelDataType = '';
protected $sourceTableType = 'Google_Service_Bigquery_TableReference';
protected $sourceTableDataType = '';
public $useAvroLogicalTypes;
public function setCompression($compression)
{
@@ -75,6 +78,20 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
{
return $this->printHeader;
}
/**
* @param Google_Service_Bigquery_ModelReference
*/
public function setSourceModel(Google_Service_Bigquery_ModelReference $sourceModel)
{
$this->sourceModel = $sourceModel;
}
/**
* @return Google_Service_Bigquery_ModelReference
*/
public function getSourceModel()
{
return $this->sourceModel;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
@@ -89,4 +106,12 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
{
return $this->sourceTable;
}
public function setUseAvroLogicalTypes($useAvroLogicalTypes)
{
$this->useAvroLogicalTypes = $useAvroLogicalTypes;
}
public function getUseAvroLogicalTypes()
{
return $this->useAvroLogicalTypes;
}
}

View File

@@ -36,6 +36,8 @@ class Google_Service_Bigquery_JobStatistics extends Google_Collection
protected $reservationUsageType = 'Google_Service_Bigquery_JobStatisticsReservationUsage';
protected $reservationUsageDataType = 'array';
public $reservationId;
protected $scriptStatisticsType = 'Google_Service_Bigquery_ScriptStatistics';
protected $scriptStatisticsDataType = '';
public $startTime;
public $totalBytesProcessed;
public $totalSlotMs;
@@ -152,6 +154,20 @@ class Google_Service_Bigquery_JobStatistics extends Google_Collection
{
return $this->reservationId;
}
/**
* @param Google_Service_Bigquery_ScriptStatistics
*/
public function setScriptStatistics(Google_Service_Bigquery_ScriptStatistics $scriptStatistics)
{
$this->scriptStatistics = $scriptStatistics;
}
/**
* @return Google_Service_Bigquery_ScriptStatistics
*/
public function getScriptStatistics()
{
return $this->scriptStatistics;
}
public function setStartTime($startTime)
{
$this->startTime = $startTime;

View File

@@ -20,6 +20,8 @@ class Google_Service_Bigquery_Model extends Google_Collection
protected $collection_key = 'trainingRuns';
public $creationTime;
public $description;
protected $encryptionConfigurationType = 'Google_Service_Bigquery_EncryptionConfiguration';
protected $encryptionConfigurationDataType = '';
public $etag;
public $expirationTime;
protected $featureColumnsType = 'Google_Service_Bigquery_StandardSqlField';
@@ -52,6 +54,20 @@ class Google_Service_Bigquery_Model extends Google_Collection
{
return $this->description;
}
/**
* @param Google_Service_Bigquery_EncryptionConfiguration
*/
public function setEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $encryptionConfiguration)
{
$this->encryptionConfiguration = $encryptionConfiguration;
}
/**
* @return Google_Service_Bigquery_EncryptionConfiguration
*/
public function getEncryptionConfiguration()
{
return $this->encryptionConfiguration;
}
public function setEtag($etag)
{
$this->etag = $etag;

View File

@@ -80,14 +80,14 @@ class Google_Service_Bigquery_Resource_Datasets extends Google_Service_Resource
* @param string $projectId Project ID of the datasets to be listed
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @opt_param string maxResults The maximum number of results to return
* @opt_param bool all Whether to list all datasets, including hidden ones
* @opt_param string filter An expression for filtering the results of the
* request by label. The syntax is "labels.[:]". Multiple filters can be ANDed
* together by connecting with a space. Example: "labels.department:receiving
* labels.active". See Filtering datasets using labels for details.
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @opt_param string maxResults The maximum number of results to return
* @return Google_Service_Bigquery_DatasetList
*/
public function listDatasets($projectId, $optParams = array())

View File

@@ -117,22 +117,22 @@ class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource
* @param string $projectId Project ID of the jobs to list
* @param array $optParams Optional parameters.
*
* @opt_param string stateFilter Filter for job state
* @opt_param string projection Restrict information returned to a set of
* selected fields
* @opt_param string parentJobId If set, retrieves only jobs whose parent is
* this job. Otherwise, retrieves only jobs which have no parent
* @opt_param string minCreationTime Min value for job creation time, in
* milliseconds since the POSIX epoch. If set, only jobs created after or at
* this timestamp are returned
* @opt_param string parentJobId If set, retrieves only jobs whose parent is
* this job. Otherwise, retrieves only jobs which have no parent
* @opt_param bool allUsers Whether to display jobs owned by all users in the
* project. Default false
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @opt_param bool allUsers Whether to display jobs owned by all users in the
* project. Default false
* @opt_param string maxResults Maximum number of results to return
* @opt_param string maxCreationTime Max value for job creation time, in
* milliseconds since the POSIX epoch. If set, only jobs created before or at
* this timestamp are returned
* @opt_param string maxResults Maximum number of results to return
* @opt_param string stateFilter Filter for job state
* @opt_param string projection Restrict information returned to a set of
* selected fields
* @return Google_Service_Bigquery_JobList
*/
public function listJobs($projectId, $optParams = array())

View File

@@ -28,9 +28,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource
/**
* Deletes the model specified by modelId from the dataset. (models.delete)
*
* @param string $projectId Project ID of the model to delete.
* @param string $datasetId Dataset ID of the model to delete.
* @param string $modelId Model ID of the model to delete.
* @param string $projectId Required. Project ID of the model to delete.
* @param string $datasetId Required. Dataset ID of the model to delete.
* @param string $modelId Required. Model ID of the model to delete.
* @param array $optParams Optional parameters.
*/
public function delete($projectId, $datasetId, $modelId, $optParams = array())
@@ -42,9 +42,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource
/**
* Gets the specified model resource by model ID. (models.get)
*
* @param string $projectId Project ID of the requested model.
* @param string $datasetId Dataset ID of the requested model.
* @param string $modelId Model ID of the requested model.
* @param string $projectId Required. Project ID of the requested model.
* @param string $datasetId Required. Dataset ID of the requested model.
* @param string $modelId Required. Model ID of the requested model.
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Model
*/
@@ -58,15 +58,15 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource
* Lists all models in the specified dataset. Requires the READER dataset role.
* (models.listModels)
*
* @param string $projectId Project ID of the models to list.
* @param string $datasetId Dataset ID of the models to list.
* @param string $projectId Required. Project ID of the models to list.
* @param string $datasetId Required. Dataset ID of the models to list.
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Page token, returned by a previous call to
* request the next page of results
* @opt_param string maxResults The maximum number of results to return in a
* single response page. Leverage the page tokens to iterate through the entire
* collection.
* @opt_param string pageToken Page token, returned by a previous call to
* request the next page of results
* @return Google_Service_Bigquery_ListModelsResponse
*/
public function listModels($projectId, $datasetId, $optParams = array())
@@ -78,9 +78,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource
/**
* Patch specific fields in the specified model. (models.patch)
*
* @param string $projectId Project ID of the model to patch.
* @param string $datasetId Dataset ID of the model to patch.
* @param string $modelId Model ID of the model to patch.
* @param string $projectId Required. Project ID of the model to patch.
* @param string $datasetId Required. Dataset ID of the model to patch.
* @param string $modelId Required. Model ID of the model to patch.
* @param Google_Service_Bigquery_Model $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Model

View File

@@ -29,9 +29,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
* Deletes the routine specified by routineId from the dataset.
* (routines.delete)
*
* @param string $projectId Project ID of the routine to delete
* @param string $datasetId Dataset ID of the routine to delete
* @param string $routineId Routine ID of the routine to delete
* @param string $projectId Required. Project ID of the routine to delete
* @param string $datasetId Required. Dataset ID of the routine to delete
* @param string $routineId Required. Routine ID of the routine to delete
* @param array $optParams Optional parameters.
*/
public function delete($projectId, $datasetId, $routineId, $optParams = array())
@@ -43,9 +43,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
/**
* Gets the specified routine resource by routine ID. (routines.get)
*
* @param string $projectId Project ID of the requested routine
* @param string $datasetId Dataset ID of the requested routine
* @param string $routineId Routine ID of the requested routine
* @param string $projectId Required. Project ID of the requested routine
* @param string $datasetId Required. Dataset ID of the requested routine
* @param string $routineId Required. Routine ID of the requested routine
* @param array $optParams Optional parameters.
*
* @opt_param string fieldMask If set, only the Routine fields in the field mask
@@ -61,8 +61,8 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
/**
* Creates a new routine in the dataset. (routines.insert)
*
* @param string $projectId Project ID of the new routine
* @param string $datasetId Dataset ID of the new routine
* @param string $projectId Required. Project ID of the new routine
* @param string $datasetId Required. Dataset ID of the new routine
* @param Google_Service_Bigquery_Routine $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Routine
@@ -77,15 +77,15 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
* Lists all routines in the specified dataset. Requires the READER dataset
* role. (routines.listRoutines)
*
* @param string $projectId Project ID of the routines to list
* @param string $datasetId Dataset ID of the routines to list
* @param string $projectId Required. Project ID of the routines to list
* @param string $datasetId Required. Dataset ID of the routines to list
* @param array $optParams Optional parameters.
*
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @opt_param string maxResults The maximum number of results to return in a
* single response page. Leverage the page tokens to iterate through the entire
* collection.
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @return Google_Service_Bigquery_ListRoutinesResponse
*/
public function listRoutines($projectId, $datasetId, $optParams = array())
@@ -98,9 +98,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource
* Updates information in an existing routine. The update method replaces the
* entire Routine resource. (routines.update)
*
* @param string $projectId Project ID of the routine to update
* @param string $datasetId Dataset ID of the routine to update
* @param string $routineId Routine ID of the routine to update
* @param string $projectId Required. Project ID of the routine to update
* @param string $datasetId Required. Dataset ID of the routine to update
* @param string $routineId Required. Routine ID of the routine to update
* @param Google_Service_Bigquery_Routine $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_Routine

View File

@@ -22,6 +22,7 @@ class Google_Service_Bigquery_Routine extends Google_Collection
protected $argumentsDataType = 'array';
public $creationTime;
public $definitionBody;
public $description;
public $etag;
public $importedLibraries;
public $language;
@@ -62,6 +63,14 @@ class Google_Service_Bigquery_Routine extends Google_Collection
{
return $this->definitionBody;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setEtag($etag)
{
$this->etag = $etag;

View File

@@ -0,0 +1,75 @@
<?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_Bigquery_ScriptStackFrame extends Google_Model
{
public $endColumn;
public $endLine;
public $procedureId;
public $startColumn;
public $startLine;
public $text;
public function setEndColumn($endColumn)
{
$this->endColumn = $endColumn;
}
public function getEndColumn()
{
return $this->endColumn;
}
public function setEndLine($endLine)
{
$this->endLine = $endLine;
}
public function getEndLine()
{
return $this->endLine;
}
public function setProcedureId($procedureId)
{
$this->procedureId = $procedureId;
}
public function getProcedureId()
{
return $this->procedureId;
}
public function setStartColumn($startColumn)
{
$this->startColumn = $startColumn;
}
public function getStartColumn()
{
return $this->startColumn;
}
public function setStartLine($startLine)
{
$this->startLine = $startLine;
}
public function getStartLine()
{
return $this->startLine;
}
public function setText($text)
{
$this->text = $text;
}
public function getText()
{
return $this->text;
}
}

View File

@@ -0,0 +1,47 @@
<?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_Bigquery_ScriptStatistics extends Google_Collection
{
protected $collection_key = 'stackFrames';
public $evaluationKind;
protected $stackFramesType = 'Google_Service_Bigquery_ScriptStackFrame';
protected $stackFramesDataType = 'array';
public function setEvaluationKind($evaluationKind)
{
$this->evaluationKind = $evaluationKind;
}
public function getEvaluationKind()
{
return $this->evaluationKind;
}
/**
* @param Google_Service_Bigquery_ScriptStackFrame
*/
public function setStackFrames($stackFrames)
{
$this->stackFrames = $stackFrames;
}
/**
* @return Google_Service_Bigquery_ScriptStackFrame
*/
public function getStackFrames()
{
return $this->stackFrames;
}
}

View File

@@ -136,10 +136,6 @@ class Google_Service_BigtableAdmin extends Google_Service
'type' => 'string',
'required' => true,
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
@@ -148,6 +144,10 @@ class Google_Service_BigtableAdmin extends Google_Service
'location' => 'query',
'type' => 'integer',
),
'filter' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -487,6 +487,16 @@ class Google_Service_BigtableAdmin extends Google_Service
'type' => 'string',
),
),
),'getIamPolicy' => array(
'path' => 'v2/{+resource}:getIamPolicy',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v2/{+parent}/tables',
'httpMethod' => 'GET',
@@ -519,6 +529,26 @@ class Google_Service_BigtableAdmin extends Google_Service
'required' => true,
),
),
),'setIamPolicy' => array(
'path' => 'v2/{+resource}:setIamPolicy',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'testIamPermissions' => array(
'path' => 'v2/{+resource}:testIamPermissions',
'httpMethod' => 'POST',
'parameters' => array(
'resource' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),
)
)

Some files were not shown because too many files have changed in this diff Show More