Lines Matching refs:this

39       $data = $this->__call('allocateIds', array($params));
40 if ($this->useObjects()) {
57 $data = $this->__call('beginTransaction', array($params));
58 if ($this->useObjects()) {
75 $data = $this->__call('blindWrite', array($params));
76 if ($this->useObjects()) {
93 $data = $this->__call('commit', array($params));
94 if ($this->useObjects()) {
111 $data = $this->__call('lookup', array($params));
112 if ($this->useObjects()) {
129 $data = $this->__call('rollback', array($params));
130 if ($this->useObjects()) {
147 $data = $this->__call('runQuery', array($params));
148 if ($this->useObjects()) {
178 $this->servicePath = 'datastore/v1beta1/datasets/';
179 $this->version = 'v1beta1';
180 $this->serviceName = 'datastore';
182 $client->addService($this->serviceName, $this->version);
183 …$this->datasets = new Google_DatasetsServiceResource($this, $this->serviceName, 'datasets', json_d…
195 $this->assertIsArray($keys, 'Google_Key', __METHOD__);
196 $this->keys = $keys;
199 return $this->keys;
209 $this->assertIsArray($keys, 'Google_Key', __METHOD__);
210 $this->keys = $keys;
213 return $this->keys;
216 $this->kind = $kind;
219 return $this->kind;
226 $this->isolationLevel = $isolationLevel;
229 return $this->isolationLevel;
237 $this->kind = $kind;
240 return $this->kind;
243 $this->transaction = $transaction;
246 return $this->transaction;
255 $this->mutation = $mutation;
258 return $this->mutation;
268 $this->kind = $kind;
271 return $this->kind;
274 $this->mutationResult = $mutationResult;
277 return $this->mutationResult;
287 $this->mutation = $mutation;
290 return $this->mutation;
293 $this->transaction = $transaction;
296 return $this->transaction;
306 $this->kind = $kind;
309 return $this->kind;
312 $this->mutationResult = $mutationResult;
315 return $this->mutationResult;
325 $this->assertIsArray($filters, 'Google_Filter', __METHOD__);
326 $this->filters = $filters;
329 return $this->filters;
332 $this->operator = $operator;
335 return $this->operator;
347 $this->key = $key;
350 return $this->key;
358 $this->properties = $properties;
361 return $this->properties;
370 $this->entity = $entity;
373 return $this->entity;
385 $this->compositeFilter = $compositeFilter;
388 return $this->compositeFilter;
391 $this->propertyFilter = $propertyFilter;
394 return $this->propertyFilter;
406 $this->partitionId = $partitionId;
409 return $this->partitionId;
412 $this->assertIsArray($path, 'Google_KeyPathElement', __METHOD__);
413 $this->path = $path;
416 return $this->path;
425 $this->id = $id;
428 return $this->id;
431 $this->kind = $kind;
434 return $this->kind;
437 $this->name = $name;
440 return $this->name;
447 $this->name = $name;
450 return $this->name;
462 $this->assertIsArray($keys, 'Google_Key', __METHOD__);
463 $this->keys = $keys;
466 return $this->keys;
469 $this->readOptions = $readOptions;
472 return $this->readOptions;
488 $this->assertIsArray($deferred, 'Google_Key', __METHOD__);
489 $this->deferred = $deferred;
492 return $this->deferred;
495 $this->assertIsArray($found, 'Google_EntityResult', __METHOD__);
496 $this->found = $found;
499 return $this->found;
502 $this->kind = $kind;
505 return $this->kind;
508 $this->assertIsArray($missing, 'Google_EntityResult', __METHOD__);
509 $this->missing = $missing;
512 return $this->missing;
534 $this->assertIsArray($delete, 'Google_Key', __METHOD__);
535 $this->delete = $delete;
538 return $this->delete;
541 $this->force = $force;
544 return $this->force;
547 $this->assertIsArray($insert, 'Google_Entity', __METHOD__);
548 $this->insert = $insert;
551 return $this->insert;
554 $this->assertIsArray($insertAutoId, 'Google_Entity', __METHOD__);
555 $this->insertAutoId = $insertAutoId;
558 return $this->insertAutoId;
561 $this->assertIsArray($update, 'Google_Entity', __METHOD__);
562 $this->update = $update;
565 return $this->update;
568 $this->assertIsArray($upsert, 'Google_Entity', __METHOD__);
569 $this->upsert = $upsert;
572 return $this->upsert;
582 $this->indexUpdates = $indexUpdates;
585 return $this->indexUpdates;
588 $this->assertIsArray($insertAutoIdKeys, 'Google_Key', __METHOD__);
589 $this->insertAutoIdKeys = $insertAutoIdKeys;
592 return $this->insertAutoIdKeys;
600 $this->datasetId = $datasetId;
603 return $this->datasetId;
606 $this->namespace = $namespace;
609 return $this->namespace;
619 $this->multi = $multi;
622 return $this->multi;
625 $this->assertIsArray($values, 'Google_Value', __METHOD__);
626 $this->values = $values;
629 return $this->values;
639 $this->aggregationFunction = $aggregationFunction;
642 return $this->aggregationFunction;
645 $this->property = $property;
648 return $this->property;
661 $this->operator = $operator;
664 return $this->operator;
667 $this->property = $property;
670 return $this->property;
673 $this->value = $value;
676 return $this->value;
686 $this->direction = $direction;
689 return $this->direction;
692 $this->property = $property;
695 return $this->property;
702 $this->name = $name;
705 return $this->name;
730 $this->endCursor = $endCursor;
733 return $this->endCursor;
736 $this->filter = $filter;
739 return $this->filter;
742 $this->assertIsArray($groupBy, 'Google_PropertyReference', __METHOD__);
743 $this->groupBy = $groupBy;
746 return $this->groupBy;
749 $this->assertIsArray($kinds, 'Google_KindExpression', __METHOD__);
750 $this->kinds = $kinds;
753 return $this->kinds;
756 $this->limit = $limit;
759 return $this->limit;
762 $this->offset = $offset;
765 return $this->offset;
768 $this->assertIsArray($order, 'Google_PropertyOrder', __METHOD__);
769 $this->order = $order;
772 return $this->order;
775 $this->assertIsArray($projection, 'Google_PropertyExpression', __METHOD__);
776 $this->projection = $projection;
779 return $this->projection;
782 $this->startCursor = $startCursor;
785 return $this->startCursor;
798 $this->endCursor = $endCursor;
801 return $this->endCursor;
804 $this->entityResultType = $entityResultType;
807 return $this->entityResultType;
810 $this->assertIsArray($entityResults, 'Google_EntityResult', __METHOD__);
811 $this->entityResults = $entityResults;
814 return $this->entityResults;
817 $this->moreResults = $moreResults;
820 return $this->moreResults;
823 $this->skippedResults = $skippedResults;
826 return $this->skippedResults;
834 $this->readConsistency = $readConsistency;
837 return $this->readConsistency;
840 $this->transaction = $transaction;
843 return $this->transaction;
850 $this->transaction = $transaction;
853 return $this->transaction;
860 $this->kind = $kind;
863 return $this->kind;
878 $this->partitionId = $partitionId;
881 return $this->partitionId;
884 $this->query = $query;
887 return $this->query;
890 $this->readOptions = $readOptions;
893 return $this->readOptions;
903 $this->batch = $batch;
906 return $this->batch;
909 $this->kind = $kind;
912 return $this->kind;
933 $this->blobKeyValue = $blobKeyValue;
936 return $this->blobKeyValue;
939 $this->blobValue = $blobValue;
942 return $this->blobValue;
945 $this->booleanValue = $booleanValue;
948 return $this->booleanValue;
951 $this->dateTimeValue = $dateTimeValue;
954 return $this->dateTimeValue;
957 $this->doubleValue = $doubleValue;
960 return $this->doubleValue;
963 $this->entityValue = $entityValue;
966 return $this->entityValue;
969 $this->indexed = $indexed;
972 return $this->indexed;
975 $this->integerValue = $integerValue;
978 return $this->integerValue;
981 $this->keyValue = $keyValue;
984 return $this->keyValue;
987 $this->meaning = $meaning;
990 return $this->meaning;
993 $this->stringValue = $stringValue;
996 return $this->stringValue;