Lines Matching refs:this

37       $data = $this->__call('delete', array($params));
51 $data = $this->__call('get', array($params));
52 if ($this->useObjects()) {
69 $data = $this->__call('insert', array($params));
70 if ($this->useObjects()) {
89 $data = $this->__call('list', array($params));
90 if ($this->useObjects()) {
109 $data = $this->__call('patch', array($params));
110 if ($this->useObjects()) {
128 $data = $this->__call('update', array($params));
129 if ($this->useObjects()) {
160 $data = $this->__call('sql', array($params));
161 if ($this->useObjects()) {
180 $data = $this->__call('sqlGet', array($params));
181 if ($this->useObjects()) {
209 $data = $this->__call('delete', array($params));
223 $data = $this->__call('get', array($params));
224 if ($this->useObjects()) {
241 $data = $this->__call('insert', array($params));
242 if ($this->useObjects()) {
261 $data = $this->__call('list', array($params));
262 if ($this->useObjects()) {
280 $data = $this->__call('patch', array($params));
281 if ($this->useObjects()) {
299 $data = $this->__call('update', array($params));
300 if ($this->useObjects()) {
330 $data = $this->__call('copy', array($params));
331 if ($this->useObjects()) {
346 $data = $this->__call('delete', array($params));
359 $data = $this->__call('get', array($params));
360 if ($this->useObjects()) {
382 $data = $this->__call('importRows', array($params));
383 if ($this->useObjects()) {
402 $data = $this->__call('importTable', array($params));
403 if ($this->useObjects()) {
419 $data = $this->__call('insert', array($params));
420 if ($this->useObjects()) {
438 $data = $this->__call('list', array($params));
439 if ($this->useObjects()) {
459 $data = $this->__call('patch', array($params));
460 if ($this->useObjects()) {
480 $data = $this->__call('update', array($params));
481 if ($this->useObjects()) {
509 $data = $this->__call('delete', array($params));
523 $data = $this->__call('get', array($params));
524 if ($this->useObjects()) {
541 $data = $this->__call('insert', array($params));
542 if ($this->useObjects()) {
561 $data = $this->__call('list', array($params));
562 if ($this->useObjects()) {
580 $data = $this->__call('patch', array($params));
581 if ($this->useObjects()) {
599 $data = $this->__call('update', array($params));
600 if ($this->useObjects()) {
634 $this->servicePath = 'fusiontables/v1/';
635 $this->version = 'v1';
636 $this->serviceName = 'fusiontables';
638 $client->addService($this->serviceName, $this->version);
639 …$this->column = new Google_ColumnServiceResource($this, $this->serviceName, 'column', json_decode(…
640 …$this->query = new Google_QueryServiceResource($this, $this->serviceName, 'query', json_decode('{"…
641 …$this->style = new Google_StyleServiceResource($this, $this->serviceName, 'style', json_decode('{"…
642 …$this->table = new Google_TableServiceResource($this, $this->serviceName, 'table', json_decode('{"…
643 …$this->template = new Google_TemplateServiceResource($this, $this->serviceName, 'template', json_d…
658 $this->color = $color;
661 return $this->color;
664 $this->icon = $icon;
667 return $this->icon;
670 $this->max = $max;
673 return $this->max;
676 $this->min = $min;
679 return $this->min;
682 $this->opacity = $opacity;
685 return $this->opacity;
688 $this->weight = $weight;
691 return $this->weight;
704 $this->baseColumn = $baseColumn;
707 return $this->baseColumn;
710 $this->columnId = $columnId;
713 return $this->columnId;
716 $this->kind = $kind;
719 return $this->kind;
722 $this->name = $name;
725 return $this->name;
728 $this->type = $type;
731 return $this->type;
739 $this->columnId = $columnId;
742 return $this->columnId;
745 $this->tableIndex = $tableIndex;
748 return $this->tableIndex;
760 $this->assertIsArray($items, 'Google_Column', __METHOD__);
761 $this->items = $items;
764 return $this->items;
767 $this->kind = $kind;
770 return $this->kind;
773 $this->nextPageToken = $nextPageToken;
776 return $this->nextPageToken;
779 $this->totalItems = $totalItems;
782 return $this->totalItems;
791 $this->assertIsArray($geometries, 'Google_object', __METHOD__);
792 $this->geometries = $geometries;
795 return $this->geometries;
798 $this->geometry = $geometry;
801 return $this->geometry;
804 $this->type = $type;
807 return $this->type;
815 $this->kind = $kind;
818 return $this->kind;
821 $this->numRowsReceived = $numRowsReceived;
824 return $this->numRowsReceived;
832 $this->assertIsArray($coordinates, 'Google_double', __METHOD__);
833 $this->coordinates = $coordinates;
836 return $this->coordinates;
839 $this->type = $type;
842 return $this->type;
857 $this->strokeColor = $strokeColor;
860 return $this->strokeColor;
863 $this->strokeColorStyler = $strokeColorStyler;
866 return $this->strokeColorStyler;
869 $this->strokeOpacity = $strokeOpacity;
872 return $this->strokeOpacity;
875 $this->strokeWeight = $strokeWeight;
878 return $this->strokeWeight;
881 $this->strokeWeightStyler = $strokeWeightStyler;
884 return $this->strokeWeightStyler;
892 $this->assertIsArray($coordinates, 'Google_double', __METHOD__);
893 $this->coordinates = $coordinates;
896 return $this->coordinates;
899 $this->type = $type;
902 return $this->type;
912 $this->iconName = $iconName;
915 return $this->iconName;
918 $this->iconStyler = $iconStyler;
921 return $this->iconStyler;
929 $this->assertIsArray($coordinates, 'Google_double', __METHOD__);
930 $this->coordinates = $coordinates;
933 return $this->coordinates;
936 $this->type = $type;
939 return $this->type;
959 $this->fillColor = $fillColor;
962 return $this->fillColor;
965 $this->fillColorStyler = $fillColorStyler;
968 return $this->fillColorStyler;
971 $this->fillOpacity = $fillOpacity;
974 return $this->fillOpacity;
977 $this->strokeColor = $strokeColor;
980 return $this->strokeColor;
983 $this->strokeColorStyler = $strokeColorStyler;
986 return $this->strokeColorStyler;
989 $this->strokeOpacity = $strokeOpacity;
992 return $this->strokeOpacity;
995 $this->strokeWeight = $strokeWeight;
998 return $this->strokeWeight;
1001 $this->strokeWeightStyler = $strokeWeightStyler;
1004 return $this->strokeWeightStyler;
1013 $this->assertIsArray($columns, 'Google_string', __METHOD__);
1014 $this->columns = $columns;
1017 return $this->columns;
1020 $this->kind = $kind;
1023 return $this->kind;
1026 $this->assertIsArray($rows, 'Google_object', __METHOD__);
1027 $this->rows = $rows;
1030 return $this->rows;
1044 $this->assertIsArray($buckets, 'Google_Bucket', __METHOD__);
1045 $this->buckets = $buckets;
1048 return $this->buckets;
1051 $this->columnName = $columnName;
1054 return $this->columnName;
1057 $this->gradient = $gradient;
1060 return $this->gradient;
1063 $this->kind = $kind;
1066 return $this->kind;
1077 $this->assertIsArray($colors, 'Google_StyleFunctionGradientColors', __METHOD__);
1078 $this->colors = $colors;
1081 return $this->colors;
1084 $this->max = $max;
1087 return $this->max;
1090 $this->min = $min;
1093 return $this->min;
1101 $this->color = $color;
1104 return $this->color;
1107 $this->opacity = $opacity;
1110 return $this->opacity;
1129 $this->kind = $kind;
1132 return $this->kind;
1135 $this->markerOptions = $markerOptions;
1138 return $this->markerOptions;
1141 $this->name = $name;
1144 return $this->name;
1147 $this->polygonOptions = $polygonOptions;
1150 return $this->polygonOptions;
1153 $this->polylineOptions = $polylineOptions;
1156 return $this->polylineOptions;
1159 $this->styleId = $styleId;
1162 return $this->styleId;
1165 $this->tableId = $tableId;
1168 return $this->tableId;
1180 $this->assertIsArray($items, 'Google_StyleSetting', __METHOD__);
1181 $this->items = $items;
1184 return $this->items;
1187 $this->kind = $kind;
1190 return $this->kind;
1193 $this->nextPageToken = $nextPageToken;
1196 return $this->nextPageToken;
1199 $this->totalItems = $totalItems;
1202 return $this->totalItems;
1220 $this->attribution = $attribution;
1223 return $this->attribution;
1226 $this->attributionLink = $attributionLink;
1229 return $this->attributionLink;
1232 $this->assertIsArray($baseTableIds, 'Google_string', __METHOD__);
1233 $this->baseTableIds = $baseTableIds;
1236 return $this->baseTableIds;
1239 $this->assertIsArray($columns, 'Google_Column', __METHOD__);
1240 $this->columns = $columns;
1243 return $this->columns;
1246 $this->description = $description;
1249 return $this->description;
1252 $this->isExportable = $isExportable;
1255 return $this->isExportable;
1258 $this->kind = $kind;
1261 return $this->kind;
1264 $this->name = $name;
1267 return $this->name;
1270 $this->sql = $sql;
1273 return $this->sql;
1276 $this->tableId = $tableId;
1279 return $this->tableId;
1290 $this->assertIsArray($items, 'Google_Table', __METHOD__);
1291 $this->items = $items;
1294 return $this->items;
1297 $this->kind = $kind;
1300 return $this->kind;
1303 $this->nextPageToken = $nextPageToken;
1306 return $this->nextPageToken;
1318 $this->assertIsArray($automaticColumnNames, 'Google_string', __METHOD__);
1319 $this->automaticColumnNames = $automaticColumnNames;
1322 return $this->automaticColumnNames;
1325 $this->body = $body;
1328 return $this->body;
1331 $this->kind = $kind;
1334 return $this->kind;
1337 $this->name = $name;
1340 return $this->name;
1343 $this->tableId = $tableId;
1346 return $this->tableId;
1349 $this->templateId = $templateId;
1352 return $this->templateId;
1364 $this->assertIsArray($items, 'Google_Template', __METHOD__);
1365 $this->items = $items;
1368 return $this->items;
1371 $this->kind = $kind;
1374 return $this->kind;
1377 $this->nextPageToken = $nextPageToken;
1380 return $this->nextPageToken;
1383 $this->totalItems = $totalItems;
1386 return $this->totalItems;