Nouveaux fichier suite maj librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:46:24 +02:00
parent 6d5286b888
commit 382b93196c
2318 changed files with 147474 additions and 0 deletions

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_Datastore_DatastoreEmpty extends Google_Model
{
}

View File

@@ -0,0 +1,66 @@
<?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_Datastore_GoogleDatastoreAdminV1CommonMetadata extends Google_Model
{
public $endTime;
public $labels;
public $operationType;
public $startTime;
public $state;
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
public function getEndTime()
{
return $this->endTime;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setOperationType($operationType)
{
$this->operationType = $operationType;
}
public function getOperationType()
{
return $this->operationType;
}
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
public function getStartTime()
{
return $this->startTime;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
}

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_Datastore_GoogleDatastoreAdminV1EntityFilter extends Google_Collection
{
protected $collection_key = 'namespaceIds';
public $kinds;
public $namespaceIds;
public function setKinds($kinds)
{
$this->kinds = $kinds;
}
public function getKinds()
{
return $this->kinds;
}
public function setNamespaceIds($namespaceIds)
{
$this->namespaceIds = $namespaceIds;
}
public function getNamespaceIds()
{
return $this->namespaceIds;
}
}

View File

@@ -0,0 +1,94 @@
<?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_Datastore_GoogleDatastoreAdminV1ExportEntitiesMetadata extends Google_Model
{
protected $commonType = 'Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata';
protected $commonDataType = '';
protected $entityFilterType = 'Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter';
protected $entityFilterDataType = '';
public $outputUrlPrefix;
protected $progressBytesType = 'Google_Service_Datastore_GoogleDatastoreAdminV1Progress';
protected $progressBytesDataType = '';
protected $progressEntitiesType = 'Google_Service_Datastore_GoogleDatastoreAdminV1Progress';
protected $progressEntitiesDataType = '';
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata
*/
public function setCommon(Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata $common)
{
$this->common = $common;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata
*/
public function getCommon()
{
return $this->common;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter
*/
public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter)
{
$this->entityFilter = $entityFilter;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter
*/
public function getEntityFilter()
{
return $this->entityFilter;
}
public function setOutputUrlPrefix($outputUrlPrefix)
{
$this->outputUrlPrefix = $outputUrlPrefix;
}
public function getOutputUrlPrefix()
{
return $this->outputUrlPrefix;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress
*/
public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressBytes)
{
$this->progressBytes = $progressBytes;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress
*/
public function getProgressBytes()
{
return $this->progressBytes;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress
*/
public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities)
{
$this->progressEntities = $progressEntities;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress
*/
public function getProgressEntities()
{
return $this->progressEntities;
}
}

View File

@@ -0,0 +1,55 @@
<?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_Datastore_GoogleDatastoreAdminV1ExportEntitiesRequest extends Google_Model
{
protected $entityFilterType = 'Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter';
protected $entityFilterDataType = '';
public $labels;
public $outputUrlPrefix;
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter
*/
public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter)
{
$this->entityFilter = $entityFilter;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter
*/
public function getEntityFilter()
{
return $this->entityFilter;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setOutputUrlPrefix($outputUrlPrefix)
{
$this->outputUrlPrefix = $outputUrlPrefix;
}
public function getOutputUrlPrefix()
{
return $this->outputUrlPrefix;
}
}

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_Datastore_GoogleDatastoreAdminV1ExportEntitiesResponse extends Google_Model
{
public $outputUrl;
public function setOutputUrl($outputUrl)
{
$this->outputUrl = $outputUrl;
}
public function getOutputUrl()
{
return $this->outputUrl;
}
}

View File

@@ -0,0 +1,94 @@
<?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_Datastore_GoogleDatastoreAdminV1ImportEntitiesMetadata extends Google_Model
{
protected $commonType = 'Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata';
protected $commonDataType = '';
protected $entityFilterType = 'Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter';
protected $entityFilterDataType = '';
public $inputUrl;
protected $progressBytesType = 'Google_Service_Datastore_GoogleDatastoreAdminV1Progress';
protected $progressBytesDataType = '';
protected $progressEntitiesType = 'Google_Service_Datastore_GoogleDatastoreAdminV1Progress';
protected $progressEntitiesDataType = '';
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata
*/
public function setCommon(Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata $common)
{
$this->common = $common;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1CommonMetadata
*/
public function getCommon()
{
return $this->common;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter
*/
public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter)
{
$this->entityFilter = $entityFilter;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter
*/
public function getEntityFilter()
{
return $this->entityFilter;
}
public function setInputUrl($inputUrl)
{
$this->inputUrl = $inputUrl;
}
public function getInputUrl()
{
return $this->inputUrl;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress
*/
public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressBytes)
{
$this->progressBytes = $progressBytes;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress
*/
public function getProgressBytes()
{
return $this->progressBytes;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1Progress
*/
public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1Progress $progressEntities)
{
$this->progressEntities = $progressEntities;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1Progress
*/
public function getProgressEntities()
{
return $this->progressEntities;
}
}

View File

@@ -0,0 +1,55 @@
<?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_Datastore_GoogleDatastoreAdminV1ImportEntitiesRequest extends Google_Model
{
protected $entityFilterType = 'Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter';
protected $entityFilterDataType = '';
public $inputUrl;
public $labels;
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter
*/
public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter $entityFilter)
{
$this->entityFilter = $entityFilter;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1EntityFilter
*/
public function getEntityFilter()
{
return $this->entityFilter;
}
public function setInputUrl($inputUrl)
{
$this->inputUrl = $inputUrl;
}
public function getInputUrl()
{
return $this->inputUrl;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
}

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_Datastore_GoogleDatastoreAdminV1Progress extends Google_Model
{
public $workCompleted;
public $workEstimated;
public function setWorkCompleted($workCompleted)
{
$this->workCompleted = $workCompleted;
}
public function getWorkCompleted()
{
return $this->workCompleted;
}
public function setWorkEstimated($workEstimated)
{
$this->workEstimated = $workEstimated;
}
public function getWorkEstimated()
{
return $this->workEstimated;
}
}

View File

@@ -0,0 +1,66 @@
<?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_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata extends Google_Model
{
public $endTime;
public $labels;
public $operationType;
public $startTime;
public $state;
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
public function getEndTime()
{
return $this->endTime;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setOperationType($operationType)
{
$this->operationType = $operationType;
}
public function getOperationType()
{
return $this->operationType;
}
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
public function getStartTime()
{
return $this->startTime;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
}

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_Datastore_GoogleDatastoreAdminV1beta1EntityFilter extends Google_Collection
{
protected $collection_key = 'namespaceIds';
public $kinds;
public $namespaceIds;
public function setKinds($kinds)
{
$this->kinds = $kinds;
}
public function getKinds()
{
return $this->kinds;
}
public function setNamespaceIds($namespaceIds)
{
$this->namespaceIds = $namespaceIds;
}
public function getNamespaceIds()
{
return $this->namespaceIds;
}
}

View File

@@ -0,0 +1,94 @@
<?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_Datastore_GoogleDatastoreAdminV1beta1ExportEntitiesMetadata extends Google_Model
{
protected $commonType = 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata';
protected $commonDataType = '';
protected $entityFilterType = 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter';
protected $entityFilterDataType = '';
public $outputUrlPrefix;
protected $progressBytesType = 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress';
protected $progressBytesDataType = '';
protected $progressEntitiesType = 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress';
protected $progressEntitiesDataType = '';
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata
*/
public function setCommon(Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata $common)
{
$this->common = $common;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata
*/
public function getCommon()
{
return $this->common;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter
*/
public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter $entityFilter)
{
$this->entityFilter = $entityFilter;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter
*/
public function getEntityFilter()
{
return $this->entityFilter;
}
public function setOutputUrlPrefix($outputUrlPrefix)
{
$this->outputUrlPrefix = $outputUrlPrefix;
}
public function getOutputUrlPrefix()
{
return $this->outputUrlPrefix;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress
*/
public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressBytes)
{
$this->progressBytes = $progressBytes;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress
*/
public function getProgressBytes()
{
return $this->progressBytes;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress
*/
public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressEntities)
{
$this->progressEntities = $progressEntities;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress
*/
public function getProgressEntities()
{
return $this->progressEntities;
}
}

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_Datastore_GoogleDatastoreAdminV1beta1ExportEntitiesResponse extends Google_Model
{
public $outputUrl;
public function setOutputUrl($outputUrl)
{
$this->outputUrl = $outputUrl;
}
public function getOutputUrl()
{
return $this->outputUrl;
}
}

View File

@@ -0,0 +1,94 @@
<?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_Datastore_GoogleDatastoreAdminV1beta1ImportEntitiesMetadata extends Google_Model
{
protected $commonType = 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata';
protected $commonDataType = '';
protected $entityFilterType = 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter';
protected $entityFilterDataType = '';
public $inputUrl;
protected $progressBytesType = 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress';
protected $progressBytesDataType = '';
protected $progressEntitiesType = 'Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress';
protected $progressEntitiesDataType = '';
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata
*/
public function setCommon(Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata $common)
{
$this->common = $common;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1CommonMetadata
*/
public function getCommon()
{
return $this->common;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter
*/
public function setEntityFilter(Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter $entityFilter)
{
$this->entityFilter = $entityFilter;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1EntityFilter
*/
public function getEntityFilter()
{
return $this->entityFilter;
}
public function setInputUrl($inputUrl)
{
$this->inputUrl = $inputUrl;
}
public function getInputUrl()
{
return $this->inputUrl;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress
*/
public function setProgressBytes(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressBytes)
{
$this->progressBytes = $progressBytes;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress
*/
public function getProgressBytes()
{
return $this->progressBytes;
}
/**
* @param Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress
*/
public function setProgressEntities(Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress $progressEntities)
{
$this->progressEntities = $progressEntities;
}
/**
* @return Google_Service_Datastore_GoogleDatastoreAdminV1beta1Progress
*/
public function getProgressEntities()
{
return $this->progressEntities;
}
}

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_Datastore_GoogleDatastoreAdminV1beta1Progress extends Google_Model
{
public $workCompleted;
public $workEstimated;
public function setWorkCompleted($workCompleted)
{
$this->workCompleted = $workCompleted;
}
public function getWorkCompleted()
{
return $this->workCompleted;
}
public function setWorkEstimated($workEstimated)
{
$this->workEstimated = $workEstimated;
}
public function getWorkEstimated()
{
return $this->workEstimated;
}
}

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_Datastore_GoogleLongrunningListOperationsResponse extends Google_Collection
{
protected $collection_key = 'operations';
public $nextPageToken;
protected $operationsType = 'Google_Service_Datastore_GoogleLongrunningOperation';
protected $operationsDataType = 'array';
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
public function getNextPageToken()
{
return $this->nextPageToken;
}
/**
* @param Google_Service_Datastore_GoogleLongrunningOperation
*/
public function setOperations($operations)
{
$this->operations = $operations;
}
/**
* @return Google_Service_Datastore_GoogleLongrunningOperation
*/
public function getOperations()
{
return $this->operations;
}
}

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_Datastore_GoogleLongrunningOperation extends Google_Model
{
public $done;
protected $errorType = 'Google_Service_Datastore_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_Datastore_Status
*/
public function setError(Google_Service_Datastore_Status $error)
{
$this->error = $error;
}
/**
* @return Google_Service_Datastore_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,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_Datastore_ReadOnly 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_Datastore_ReadWrite extends Google_Model
{
public $previousTransaction;
public function setPreviousTransaction($previousTransaction)
{
$this->previousTransaction = $previousTransaction;
}
public function getPreviousTransaction()
{
return $this->previousTransaction;
}
}

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_Datastore_ReserveIdsRequest extends Google_Collection
{
protected $collection_key = 'keys';
public $databaseId;
protected $keysType = 'Google_Service_Datastore_Key';
protected $keysDataType = 'array';
public function setDatabaseId($databaseId)
{
$this->databaseId = $databaseId;
}
public function getDatabaseId()
{
return $this->databaseId;
}
/**
* @param Google_Service_Datastore_Key
*/
public function setKeys($keys)
{
$this->keys = $keys;
}
/**
* @return Google_Service_Datastore_Key
*/
public function getKeys()
{
return $this->keys;
}
}

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_Datastore_ReserveIdsResponse extends Google_Model
{
}

View File

@@ -0,0 +1,106 @@
<?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>
* $datastoreService = new Google_Service_Datastore(...);
* $operations = $datastoreService->operations;
* </code>
*/
class Google_Service_Datastore_Resource_ProjectsOperations extends Google_Service_Resource
{
/**
* Starts asynchronous cancellation on a long-running operation. The server
* makes a best effort to cancel the operation, but success is not guaranteed.
* If the server doesn't support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation, the
* operation is not deleted; instead, it becomes an operation with an
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
* `Code.CANCELLED`. (operations.cancel)
*
* @param string $name The name of the operation resource to be cancelled.
* @param array $optParams Optional parameters.
* @return Google_Service_Datastore_DatastoreEmpty
*/
public function cancel($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('cancel', array($params), "Google_Service_Datastore_DatastoreEmpty");
}
/**
* 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_Datastore_DatastoreEmpty
*/
public function delete($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Datastore_DatastoreEmpty");
}
/**
* Gets the latest state of a long-running operation. Clients can use this
* method to poll the operation result at intervals as recommended by the API
* service. (operations.get)
*
* @param string $name The name of the operation resource.
* @param array $optParams Optional parameters.
* @return Google_Service_Datastore_GoogleLongrunningOperation
*/
public function get($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Datastore_GoogleLongrunningOperation");
}
/**
* 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.listProjectsOperations)
*
* @param string $name The name of the operation's parent resource.
* @param array $optParams Optional parameters.
*
* @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_Datastore_GoogleLongrunningListOperationsResponse
*/
public function listProjectsOperations($name, $optParams = array())
{
$params = array('name' => $name);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Datastore_GoogleLongrunningListOperationsResponse");
}
}

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_Datastore_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

@@ -0,0 +1,53 @@
<?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_Datastore_TransactionOptions extends Google_Model
{
protected $readOnlyType = 'Google_Service_Datastore_ReadOnly';
protected $readOnlyDataType = '';
protected $readWriteType = 'Google_Service_Datastore_ReadWrite';
protected $readWriteDataType = '';
/**
* @param Google_Service_Datastore_ReadOnly
*/
public function setReadOnly(Google_Service_Datastore_ReadOnly $readOnly)
{
$this->readOnly = $readOnly;
}
/**
* @return Google_Service_Datastore_ReadOnly
*/
public function getReadOnly()
{
return $this->readOnly;
}
/**
* @param Google_Service_Datastore_ReadWrite
*/
public function setReadWrite(Google_Service_Datastore_ReadWrite $readWrite)
{
$this->readWrite = $readWrite;
}
/**
* @return Google_Service_Datastore_ReadWrite
*/
public function getReadWrite()
{
return $this->readWrite;
}
}