PluginProbe ʕ •ᴥ•ʔ
ShareThis Dashboard for Google Analytics / 3.3.0
ShareThis Dashboard for Google Analytics v3.3.0
3.3.2 trunk 1.0.7 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.5 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.0.0 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3.0 3.3.1
googleanalytics / lib / analytics-admin / vendor / google / apiclient-services / src / Analytics / CustomDataSource.php
googleanalytics / lib / analytics-admin / vendor / google / apiclient-services / src / Analytics Last commit date
Resource 3 years ago Account.php 3 years ago AccountChildLink.php 3 years ago AccountPermissions.php 3 years ago AccountRef.php 3 years ago AccountSummaries.php 3 years ago AccountSummary.php 3 years ago AccountTicket.php 3 years ago AccountTreeRequest.php 3 years ago AccountTreeResponse.php 3 years ago Accounts.php 3 years ago AdWordsAccount.php 3 years ago AnalyticsDataimportDeleteUploadDataRequest.php 3 years ago Column.php 3 years ago Columns.php 3 years ago CustomDataSource.php 3 years ago CustomDataSourceChildLink.php 3 years ago CustomDataSourceParentLink.php 3 years ago CustomDataSources.php 3 years ago CustomDimension.php 3 years ago CustomDimensionParentLink.php 3 years ago CustomDimensions.php 3 years ago CustomMetric.php 3 years ago CustomMetricParentLink.php 3 years ago CustomMetrics.php 3 years ago EntityAdWordsLink.php 3 years ago EntityAdWordsLinkEntity.php 3 years ago EntityAdWordsLinks.php 3 years ago EntityUserLink.php 3 years ago EntityUserLinkEntity.php 3 years ago EntityUserLinkPermissions.php 3 years ago EntityUserLinks.php 3 years ago Experiment.php 3 years ago ExperimentParentLink.php 3 years ago ExperimentVariations.php 3 years ago Experiments.php 3 years ago Filter.php 3 years ago FilterAdvancedDetails.php 3 years ago FilterExpression.php 3 years ago FilterLowercaseDetails.php 3 years ago FilterParentLink.php 3 years ago FilterRef.php 3 years ago FilterSearchAndReplaceDetails.php 3 years ago FilterUppercaseDetails.php 3 years ago Filters.php 3 years ago GaData.php 3 years ago GaDataColumnHeaders.php 3 years ago GaDataDataTable.php 3 years ago GaDataDataTableCols.php 3 years ago GaDataDataTableRows.php 3 years ago GaDataDataTableRowsC.php 3 years ago GaDataProfileInfo.php 3 years ago GaDataQuery.php 3 years ago Goal.php 3 years ago GoalEventDetails.php 3 years ago GoalEventDetailsEventConditions.php 3 years ago GoalParentLink.php 3 years ago GoalUrlDestinationDetails.php 3 years ago GoalUrlDestinationDetailsSteps.php 3 years ago GoalVisitNumPagesDetails.php 3 years ago GoalVisitTimeOnSiteDetails.php 3 years ago Goals.php 3 years ago HashClientIdRequest.php 3 years ago HashClientIdResponse.php 3 years ago IncludeConditions.php 3 years ago LinkedForeignAccount.php 3 years ago McfData.php 3 years ago McfDataColumnHeaders.php 3 years ago McfDataProfileInfo.php 3 years ago McfDataQuery.php 3 years ago McfDataRows.php 3 years ago McfDataRowsConversionPathValue.php 3 years ago Profile.php 3 years ago ProfileChildLink.php 3 years ago ProfileFilterLink.php 3 years ago ProfileFilterLinks.php 3 years ago ProfileParentLink.php 3 years ago ProfilePermissions.php 3 years ago ProfileRef.php 3 years ago ProfileSummary.php 3 years ago Profiles.php 3 years ago RealtimeData.php 3 years ago RealtimeDataColumnHeaders.php 3 years ago RealtimeDataProfileInfo.php 3 years ago RealtimeDataQuery.php 3 years ago RemarketingAudience.php 3 years ago RemarketingAudienceAudienceDefinition.php 3 years ago RemarketingAudienceStateBasedAudienceDefinition.php 3 years ago RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php 3 years ago RemarketingAudiences.php 3 years ago Segment.php 3 years ago Segments.php 3 years ago UnsampledReport.php 3 years ago UnsampledReportCloudStorageDownloadDetails.php 3 years ago UnsampledReportDriveDownloadDetails.php 3 years ago UnsampledReports.php 3 years ago Upload.php 3 years ago Uploads.php 3 years ago UserDeletionRequest.php 3 years ago UserDeletionRequestId.php 3 years ago UserRef.php 3 years ago WebPropertyRef.php 3 years ago WebPropertySummary.php 3 years ago Webproperties.php 3 years ago Webproperty.php 3 years ago WebpropertyChildLink.php 3 years ago WebpropertyParentLink.php 3 years ago WebpropertyPermissions.php 3 years ago
CustomDataSource.php
312 lines
1 <?php
2 /*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18 namespace Google\Service\Analytics;
19
20 class CustomDataSource extends \Google\Collection
21 {
22 protected $collection_key = 'schema';
23 /**
24 * @var string
25 */
26 public $accountId;
27 protected $childLinkType = CustomDataSourceChildLink::class;
28 protected $childLinkDataType = '';
29 /**
30 * @var string
31 */
32 public $created;
33 /**
34 * @var string
35 */
36 public $description;
37 /**
38 * @var string
39 */
40 public $id;
41 /**
42 * @var string
43 */
44 public $importBehavior;
45 /**
46 * @var string
47 */
48 public $kind;
49 /**
50 * @var string
51 */
52 public $name;
53 protected $parentLinkType = CustomDataSourceParentLink::class;
54 protected $parentLinkDataType = '';
55 /**
56 * @var string[]
57 */
58 public $profilesLinked;
59 /**
60 * @var string[]
61 */
62 public $schema;
63 /**
64 * @var string
65 */
66 public $selfLink;
67 /**
68 * @var string
69 */
70 public $type;
71 /**
72 * @var string
73 */
74 public $updated;
75 /**
76 * @var string
77 */
78 public $uploadType;
79 /**
80 * @var string
81 */
82 public $webPropertyId;
83
84 /**
85 * @param string
86 */
87 public function setAccountId($accountId)
88 {
89 $this->accountId = $accountId;
90 }
91 /**
92 * @return string
93 */
94 public function getAccountId()
95 {
96 return $this->accountId;
97 }
98 /**
99 * @param CustomDataSourceChildLink
100 */
101 public function setChildLink(CustomDataSourceChildLink $childLink)
102 {
103 $this->childLink = $childLink;
104 }
105 /**
106 * @return CustomDataSourceChildLink
107 */
108 public function getChildLink()
109 {
110 return $this->childLink;
111 }
112 /**
113 * @param string
114 */
115 public function setCreated($created)
116 {
117 $this->created = $created;
118 }
119 /**
120 * @return string
121 */
122 public function getCreated()
123 {
124 return $this->created;
125 }
126 /**
127 * @param string
128 */
129 public function setDescription($description)
130 {
131 $this->description = $description;
132 }
133 /**
134 * @return string
135 */
136 public function getDescription()
137 {
138 return $this->description;
139 }
140 /**
141 * @param string
142 */
143 public function setId($id)
144 {
145 $this->id = $id;
146 }
147 /**
148 * @return string
149 */
150 public function getId()
151 {
152 return $this->id;
153 }
154 /**
155 * @param string
156 */
157 public function setImportBehavior($importBehavior)
158 {
159 $this->importBehavior = $importBehavior;
160 }
161 /**
162 * @return string
163 */
164 public function getImportBehavior()
165 {
166 return $this->importBehavior;
167 }
168 /**
169 * @param string
170 */
171 public function setKind($kind)
172 {
173 $this->kind = $kind;
174 }
175 /**
176 * @return string
177 */
178 public function getKind()
179 {
180 return $this->kind;
181 }
182 /**
183 * @param string
184 */
185 public function setName($name)
186 {
187 $this->name = $name;
188 }
189 /**
190 * @return string
191 */
192 public function getName()
193 {
194 return $this->name;
195 }
196 /**
197 * @param CustomDataSourceParentLink
198 */
199 public function setParentLink(CustomDataSourceParentLink $parentLink)
200 {
201 $this->parentLink = $parentLink;
202 }
203 /**
204 * @return CustomDataSourceParentLink
205 */
206 public function getParentLink()
207 {
208 return $this->parentLink;
209 }
210 /**
211 * @param string[]
212 */
213 public function setProfilesLinked($profilesLinked)
214 {
215 $this->profilesLinked = $profilesLinked;
216 }
217 /**
218 * @return string[]
219 */
220 public function getProfilesLinked()
221 {
222 return $this->profilesLinked;
223 }
224 /**
225 * @param string[]
226 */
227 public function setSchema($schema)
228 {
229 $this->schema = $schema;
230 }
231 /**
232 * @return string[]
233 */
234 public function getSchema()
235 {
236 return $this->schema;
237 }
238 /**
239 * @param string
240 */
241 public function setSelfLink($selfLink)
242 {
243 $this->selfLink = $selfLink;
244 }
245 /**
246 * @return string
247 */
248 public function getSelfLink()
249 {
250 return $this->selfLink;
251 }
252 /**
253 * @param string
254 */
255 public function setType($type)
256 {
257 $this->type = $type;
258 }
259 /**
260 * @return string
261 */
262 public function getType()
263 {
264 return $this->type;
265 }
266 /**
267 * @param string
268 */
269 public function setUpdated($updated)
270 {
271 $this->updated = $updated;
272 }
273 /**
274 * @return string
275 */
276 public function getUpdated()
277 {
278 return $this->updated;
279 }
280 /**
281 * @param string
282 */
283 public function setUploadType($uploadType)
284 {
285 $this->uploadType = $uploadType;
286 }
287 /**
288 * @return string
289 */
290 public function getUploadType()
291 {
292 return $this->uploadType;
293 }
294 /**
295 * @param string
296 */
297 public function setWebPropertyId($webPropertyId)
298 {
299 $this->webPropertyId = $webPropertyId;
300 }
301 /**
302 * @return string
303 */
304 public function getWebPropertyId()
305 {
306 return $this->webPropertyId;
307 }
308 }
309
310 // Adding a class alias for backwards compatibility with the previous class name.
311 class_alias(CustomDataSource::class, 'Google_Service_Analytics_CustomDataSource');
312