Skip to content

Commit 9e3fc5c

Browse files
committed
Updated Datastore.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 88395d3 commit 9e3fc5c

File tree

1 file changed

+70
-1
lines changed

1 file changed

+70
-1
lines changed

src/Google/Service/Datastore.php

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ public function runQuery($datasetId, Google_Service_Datastore_RunQueryRequest $p
238238
class Google_Service_Datastore_AllocateIdsRequest extends Google_Collection
239239
{
240240
protected $collection_key = 'keys';
241+
protected $internal_gapi_mappings = array(
242+
);
241243
protected $keysType = 'Google_Service_Datastore_Key';
242244
protected $keysDataType = 'array';
243245

@@ -255,6 +257,8 @@ public function getKeys()
255257
class Google_Service_Datastore_AllocateIdsResponse extends Google_Collection
256258
{
257259
protected $collection_key = 'keys';
260+
protected $internal_gapi_mappings = array(
261+
);
258262
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
259263
protected $headerDataType = '';
260264
protected $keysType = 'Google_Service_Datastore_Key';
@@ -283,6 +287,8 @@ public function getKeys()
283287

284288
class Google_Service_Datastore_BeginTransactionRequest extends Google_Model
285289
{
290+
protected $internal_gapi_mappings = array(
291+
);
286292
public $isolationLevel;
287293

288294
public function setIsolationLevel($isolationLevel)
@@ -298,6 +304,8 @@ public function getIsolationLevel()
298304

299305
class Google_Service_Datastore_BeginTransactionResponse extends Google_Model
300306
{
307+
protected $internal_gapi_mappings = array(
308+
);
301309
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
302310
protected $headerDataType = '';
303311
public $transaction;
@@ -325,6 +333,8 @@ public function getTransaction()
325333

326334
class Google_Service_Datastore_CommitRequest extends Google_Model
327335
{
336+
protected $internal_gapi_mappings = array(
337+
);
328338
public $ignoreReadOnly;
329339
public $mode;
330340
protected $mutationType = 'Google_Service_Datastore_Mutation';
@@ -374,6 +384,8 @@ public function getTransaction()
374384

375385
class Google_Service_Datastore_CommitResponse extends Google_Model
376386
{
387+
protected $internal_gapi_mappings = array(
388+
);
377389
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
378390
protected $headerDataType = '';
379391
protected $mutationResultType = 'Google_Service_Datastore_MutationResult';
@@ -403,6 +415,8 @@ public function getMutationResult()
403415
class Google_Service_Datastore_CompositeFilter extends Google_Collection
404416
{
405417
protected $collection_key = 'filters';
418+
protected $internal_gapi_mappings = array(
419+
);
406420
protected $filtersType = 'Google_Service_Datastore_Filter';
407421
protected $filtersDataType = 'array';
408422
public $operator;
@@ -430,6 +444,8 @@ public function getOperator()
430444

431445
class Google_Service_Datastore_Entity extends Google_Model
432446
{
447+
protected $internal_gapi_mappings = array(
448+
);
433449
protected $keyType = 'Google_Service_Datastore_Key';
434450
protected $keyDataType = '';
435451
protected $propertiesType = 'Google_Service_Datastore_Property';
@@ -458,11 +474,14 @@ public function getProperties()
458474

459475
class Google_Service_Datastore_EntityProperties extends Google_Model
460476
{
461-
477+
protected $internal_gapi_mappings = array(
478+
);
462479
}
463480

464481
class Google_Service_Datastore_EntityResult extends Google_Model
465482
{
483+
protected $internal_gapi_mappings = array(
484+
);
466485
protected $entityType = 'Google_Service_Datastore_Entity';
467486
protected $entityDataType = '';
468487

@@ -479,6 +498,8 @@ public function getEntity()
479498

480499
class Google_Service_Datastore_Filter extends Google_Model
481500
{
501+
protected $internal_gapi_mappings = array(
502+
);
482503
protected $compositeFilterType = 'Google_Service_Datastore_CompositeFilter';
483504
protected $compositeFilterDataType = '';
484505
protected $propertyFilterType = 'Google_Service_Datastore_PropertyFilter';
@@ -508,6 +529,8 @@ public function getPropertyFilter()
508529
class Google_Service_Datastore_GqlQuery extends Google_Collection
509530
{
510531
protected $collection_key = 'numberArgs';
532+
protected $internal_gapi_mappings = array(
533+
);
511534
public $allowLiteral;
512535
protected $nameArgsType = 'Google_Service_Datastore_GqlQueryArg';
513536
protected $nameArgsDataType = 'array';
@@ -558,6 +581,8 @@ public function getQueryString()
558581

559582
class Google_Service_Datastore_GqlQueryArg extends Google_Model
560583
{
584+
protected $internal_gapi_mappings = array(
585+
);
561586
public $cursor;
562587
public $name;
563588
protected $valueType = 'Google_Service_Datastore_Value';
@@ -597,6 +622,8 @@ public function getValue()
597622
class Google_Service_Datastore_Key extends Google_Collection
598623
{
599624
protected $collection_key = 'path';
625+
protected $internal_gapi_mappings = array(
626+
);
600627
protected $partitionIdType = 'Google_Service_Datastore_PartitionId';
601628
protected $partitionIdDataType = '';
602629
protected $pathType = 'Google_Service_Datastore_KeyPathElement';
@@ -625,6 +652,8 @@ public function getPath()
625652

626653
class Google_Service_Datastore_KeyPathElement extends Google_Model
627654
{
655+
protected $internal_gapi_mappings = array(
656+
);
628657
public $id;
629658
public $kind;
630659
public $name;
@@ -662,6 +691,8 @@ public function getName()
662691

663692
class Google_Service_Datastore_KindExpression extends Google_Model
664693
{
694+
protected $internal_gapi_mappings = array(
695+
);
665696
public $name;
666697

667698
public function setName($name)
@@ -678,6 +709,8 @@ public function getName()
678709
class Google_Service_Datastore_LookupRequest extends Google_Collection
679710
{
680711
protected $collection_key = 'keys';
712+
protected $internal_gapi_mappings = array(
713+
);
681714
protected $keysType = 'Google_Service_Datastore_Key';
682715
protected $keysDataType = 'array';
683716
protected $readOptionsType = 'Google_Service_Datastore_ReadOptions';
@@ -707,6 +740,8 @@ public function getReadOptions()
707740
class Google_Service_Datastore_LookupResponse extends Google_Collection
708741
{
709742
protected $collection_key = 'missing';
743+
protected $internal_gapi_mappings = array(
744+
);
710745
protected $deferredType = 'Google_Service_Datastore_Key';
711746
protected $deferredDataType = 'array';
712747
protected $foundType = 'Google_Service_Datastore_EntityResult';
@@ -760,6 +795,8 @@ public function getMissing()
760795
class Google_Service_Datastore_Mutation extends Google_Collection
761796
{
762797
protected $collection_key = 'upsert';
798+
protected $internal_gapi_mappings = array(
799+
);
763800
protected $deleteType = 'Google_Service_Datastore_Key';
764801
protected $deleteDataType = 'array';
765802
public $force;
@@ -836,6 +873,8 @@ public function getUpsert()
836873
class Google_Service_Datastore_MutationResult extends Google_Collection
837874
{
838875
protected $collection_key = 'insertAutoIdKeys';
876+
protected $internal_gapi_mappings = array(
877+
);
839878
public $indexUpdates;
840879
protected $insertAutoIdKeysType = 'Google_Service_Datastore_Key';
841880
protected $insertAutoIdKeysDataType = 'array';
@@ -863,6 +902,8 @@ public function getInsertAutoIdKeys()
863902

864903
class Google_Service_Datastore_PartitionId extends Google_Model
865904
{
905+
protected $internal_gapi_mappings = array(
906+
);
866907
public $datasetId;
867908
public $namespace;
868909

@@ -890,6 +931,8 @@ public function getNamespace()
890931
class Google_Service_Datastore_Property extends Google_Collection
891932
{
892933
protected $collection_key = 'listValue';
934+
protected $internal_gapi_mappings = array(
935+
);
893936
public $blobKeyValue;
894937
public $blobValue;
895938
public $booleanValue;
@@ -1029,6 +1072,8 @@ public function getStringValue()
10291072

10301073
class Google_Service_Datastore_PropertyExpression extends Google_Model
10311074
{
1075+
protected $internal_gapi_mappings = array(
1076+
);
10321077
public $aggregationFunction;
10331078
protected $propertyType = 'Google_Service_Datastore_PropertyReference';
10341079
protected $propertyDataType = '';
@@ -1056,6 +1101,8 @@ public function getProperty()
10561101

10571102
class Google_Service_Datastore_PropertyFilter extends Google_Model
10581103
{
1104+
protected $internal_gapi_mappings = array(
1105+
);
10591106
public $operator;
10601107
protected $propertyType = 'Google_Service_Datastore_PropertyReference';
10611108
protected $propertyDataType = '';
@@ -1095,6 +1142,8 @@ public function getValue()
10951142

10961143
class Google_Service_Datastore_PropertyOrder extends Google_Model
10971144
{
1145+
protected $internal_gapi_mappings = array(
1146+
);
10981147
public $direction;
10991148
protected $propertyType = 'Google_Service_Datastore_PropertyReference';
11001149
protected $propertyDataType = '';
@@ -1122,6 +1171,8 @@ public function getProperty()
11221171

11231172
class Google_Service_Datastore_PropertyReference extends Google_Model
11241173
{
1174+
protected $internal_gapi_mappings = array(
1175+
);
11251176
public $name;
11261177

11271178
public function setName($name)
@@ -1138,6 +1189,8 @@ public function getName()
11381189
class Google_Service_Datastore_Query extends Google_Collection
11391190
{
11401191
protected $collection_key = 'projection';
1192+
protected $internal_gapi_mappings = array(
1193+
);
11411194
public $endCursor;
11421195
protected $filterType = 'Google_Service_Datastore_Filter';
11431196
protected $filterDataType = '';
@@ -1247,6 +1300,8 @@ public function getStartCursor()
12471300
class Google_Service_Datastore_QueryResultBatch extends Google_Collection
12481301
{
12491302
protected $collection_key = 'entityResults';
1303+
protected $internal_gapi_mappings = array(
1304+
);
12501305
public $endCursor;
12511306
public $entityResultType;
12521307
protected $entityResultsType = 'Google_Service_Datastore_EntityResult';
@@ -1307,6 +1362,8 @@ public function getSkippedResults()
13071362

13081363
class Google_Service_Datastore_ReadOptions extends Google_Model
13091364
{
1365+
protected $internal_gapi_mappings = array(
1366+
);
13101367
public $readConsistency;
13111368
public $transaction;
13121369

@@ -1333,6 +1390,8 @@ public function getTransaction()
13331390

13341391
class Google_Service_Datastore_ResponseHeader extends Google_Model
13351392
{
1393+
protected $internal_gapi_mappings = array(
1394+
);
13361395
public $kind;
13371396

13381397
public function setKind($kind)
@@ -1348,6 +1407,8 @@ public function getKind()
13481407

13491408
class Google_Service_Datastore_RollbackRequest extends Google_Model
13501409
{
1410+
protected $internal_gapi_mappings = array(
1411+
);
13511412
public $transaction;
13521413

13531414
public function setTransaction($transaction)
@@ -1363,6 +1424,8 @@ public function getTransaction()
13631424

13641425
class Google_Service_Datastore_RollbackResponse extends Google_Model
13651426
{
1427+
protected $internal_gapi_mappings = array(
1428+
);
13661429
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
13671430
protected $headerDataType = '';
13681431

@@ -1379,6 +1442,8 @@ public function getHeader()
13791442

13801443
class Google_Service_Datastore_RunQueryRequest extends Google_Model
13811444
{
1445+
protected $internal_gapi_mappings = array(
1446+
);
13821447
protected $gqlQueryType = 'Google_Service_Datastore_GqlQuery';
13831448
protected $gqlQueryDataType = '';
13841449
protected $partitionIdType = 'Google_Service_Datastore_PartitionId';
@@ -1431,6 +1496,8 @@ public function getReadOptions()
14311496

14321497
class Google_Service_Datastore_RunQueryResponse extends Google_Model
14331498
{
1499+
protected $internal_gapi_mappings = array(
1500+
);
14341501
protected $batchType = 'Google_Service_Datastore_QueryResultBatch';
14351502
protected $batchDataType = '';
14361503
protected $headerType = 'Google_Service_Datastore_ResponseHeader';
@@ -1460,6 +1527,8 @@ public function getHeader()
14601527
class Google_Service_Datastore_Value extends Google_Collection
14611528
{
14621529
protected $collection_key = 'listValue';
1530+
protected $internal_gapi_mappings = array(
1531+
);
14631532
public $blobKeyValue;
14641533
public $blobValue;
14651534
public $booleanValue;

0 commit comments

Comments
 (0)