Lines Matching refs:this

38       $data = $this->__call('delete', array($params));
53 $data = $this->__call('get', array($params));
54 if ($this->useObjects()) {
72 $data = $this->__call('insert', array($params));
73 if ($this->useObjects()) {
93 $data = $this->__call('listForProduct', array($params));
94 if ($this->useObjects()) {
116 $data = $this->__call('listForProductAndSku', array($params));
117 if ($this->useObjects()) {
136 $data = $this->__call('patch', array($params));
137 if ($this->useObjects()) {
156 $data = $this->__call('update', array($params));
157 if ($this->useObjects()) {
187 $this->servicePath = 'apps/licensing/v1/product/';
188 $this->version = 'v1';
189 $this->serviceName = 'licensing';
191 $client->addService($this->serviceName, $this->version);
192 …$this->licenseAssignments = new Google_LicenseAssignmentsServiceResource($this, $this->serviceName…
207 $this->etags = $etags;
210 return $this->etags;
213 $this->kind = $kind;
216 return $this->kind;
219 $this->productId = $productId;
222 return $this->productId;
225 $this->selfLink = $selfLink;
228 return $this->selfLink;
231 $this->skuId = $skuId;
234 return $this->skuId;
237 $this->userId = $userId;
240 return $this->userId;
247 $this->userId = $userId;
250 return $this->userId;
262 $this->etag = $etag;
265 return $this->etag;
268 $this->assertIsArray($items, 'Google_LicenseAssignment', __METHOD__);
269 $this->items = $items;
272 return $this->items;
275 $this->kind = $kind;
278 return $this->kind;
281 $this->nextPageToken = $nextPageToken;
284 return $this->nextPageToken;