Lines Matching refs:this

40       $data = $this->__call('get', array($params));
41 if ($this->useObjects()) {
70 $data = $this->__call('delete', array($params));
85 $data = $this->__call('get', array($params));
86 if ($this->useObjects()) {
104 $data = $this->__call('insert', array($params));
105 if ($this->useObjects()) {
127 $data = $this->__call('lease', array($params));
128 if ($this->useObjects()) {
145 $data = $this->__call('list', array($params));
146 if ($this->useObjects()) {
167 $data = $this->__call('patch', array($params));
168 if ($this->useObjects()) {
188 $data = $this->__call('update', array($params));
189 if ($this->useObjects()) {
220 $this->servicePath = 'taskqueue/v1beta2/projects/';
221 $this->version = 'v1beta2';
222 $this->serviceName = 'taskqueue';
224 $client->addService($this->serviceName, $this->version);
225 …$this->taskqueues = new Google_TaskqueuesServiceResource($this, $this->serviceName, 'taskqueues', …
226 …$this->tasks = new Google_TasksServiceResource($this, $this->serviceName, 'tasks', json_decode('{"…
243 $this->enqueueTimestamp = $enqueueTimestamp;
246 return $this->enqueueTimestamp;
249 $this->id = $id;
252 return $this->id;
255 $this->kind = $kind;
258 return $this->kind;
261 $this->leaseTimestamp = $leaseTimestamp;
264 return $this->leaseTimestamp;
267 $this->payloadBase64 = $payloadBase64;
270 return $this->payloadBase64;
273 $this->queueName = $queueName;
276 return $this->queueName;
279 $this->retry_count = $retry_count;
282 return $this->retry_count;
285 $this->tag = $tag;
288 return $this->tag;
303 $this->acl = $acl;
306 return $this->acl;
309 $this->id = $id;
312 return $this->id;
315 $this->kind = $kind;
318 return $this->kind;
321 $this->maxLeases = $maxLeases;
324 return $this->maxLeases;
327 $this->stats = $stats;
330 return $this->stats;
339 $this->assertIsArray($adminEmails, 'Google_string', __METHOD__);
340 $this->adminEmails = $adminEmails;
343 return $this->adminEmails;
346 $this->assertIsArray($consumerEmails, 'Google_string', __METHOD__);
347 $this->consumerEmails = $consumerEmails;
350 return $this->consumerEmails;
353 $this->assertIsArray($producerEmails, 'Google_string', __METHOD__);
354 $this->producerEmails = $producerEmails;
357 return $this->producerEmails;
367 $this->leasedLastHour = $leasedLastHour;
370 return $this->leasedLastHour;
373 $this->leasedLastMinute = $leasedLastMinute;
376 return $this->leasedLastMinute;
379 $this->oldestTask = $oldestTask;
382 return $this->oldestTask;
385 $this->totalTasks = $totalTasks;
388 return $this->totalTasks;
398 $this->assertIsArray($items, 'Google_Task', __METHOD__);
399 $this->items = $items;
402 return $this->items;
405 $this->kind = $kind;
408 return $this->kind;
418 $this->assertIsArray($items, 'Google_Task', __METHOD__);
419 $this->items = $items;
422 return $this->items;
425 $this->kind = $kind;
428 return $this->kind;