Lines Matching refs:this

48       $data = $this->__call('list', array($params));
49 if ($this->useObjects()) {
79 $this->servicePath = 'apps/reporting/audit/v1/';
80 $this->version = 'v1';
81 $this->serviceName = 'audit';
83 $client->addService($this->serviceName, $this->version);
84 …$this->activities = new Google_ActivitiesServiceResource($this, $this->serviceName, 'activities', …
98 $this->assertIsArray($items, 'Google_Activity', __METHOD__);
99 $this->items = $items;
102 return $this->items;
105 $this->kind = $kind;
108 return $this->kind;
111 $this->next = $next;
114 return $this->next;
132 $this->actor = $actor;
135 return $this->actor;
138 $this->assertIsArray($events, 'Google_ActivityEvents', __METHOD__);
139 $this->events = $events;
142 return $this->events;
145 $this->id = $id;
148 return $this->id;
151 $this->ipAddress = $ipAddress;
154 return $this->ipAddress;
157 $this->kind = $kind;
160 return $this->kind;
163 $this->ownerDomain = $ownerDomain;
166 return $this->ownerDomain;
176 $this->applicationId = $applicationId;
179 return $this->applicationId;
182 $this->callerType = $callerType;
185 return $this->callerType;
188 $this->email = $email;
191 return $this->email;
194 $this->key = $key;
197 return $this->key;
208 $this->eventType = $eventType;
211 return $this->eventType;
214 $this->name = $name;
217 return $this->name;
220 $this->assertIsArray($parameters, 'Google_ActivityEventsParameters', __METHOD__);
221 $this->parameters = $parameters;
224 return $this->parameters;
232 $this->name = $name;
235 return $this->name;
238 $this->value = $value;
241 return $this->value;
251 $this->applicationId = $applicationId;
254 return $this->applicationId;
257 $this->customerId = $customerId;
260 return $this->customerId;
263 $this->time = $time;
266 return $this->time;
269 $this->uniqQualifier = $uniqQualifier;
272 return $this->uniqQualifier;