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\GoogleAnalyticsAdmin;
|
---|
19 |
|
---|
20 | class GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $accountType = GoogleAnalyticsAdminV1alphaAccount::class;
|
---|
23 | protected $accountDataType = '';
|
---|
24 | protected $attributionSettingsType = GoogleAnalyticsAdminV1alphaAttributionSettings::class;
|
---|
25 | protected $attributionSettingsDataType = '';
|
---|
26 | protected $conversionEventType = GoogleAnalyticsAdminV1alphaConversionEvent::class;
|
---|
27 | protected $conversionEventDataType = '';
|
---|
28 | protected $customDimensionType = GoogleAnalyticsAdminV1alphaCustomDimension::class;
|
---|
29 | protected $customDimensionDataType = '';
|
---|
30 | protected $customMetricType = GoogleAnalyticsAdminV1alphaCustomMetric::class;
|
---|
31 | protected $customMetricDataType = '';
|
---|
32 | protected $dataRetentionSettingsType = GoogleAnalyticsAdminV1alphaDataRetentionSettings::class;
|
---|
33 | protected $dataRetentionSettingsDataType = '';
|
---|
34 | protected $dataStreamType = GoogleAnalyticsAdminV1alphaDataStream::class;
|
---|
35 | protected $dataStreamDataType = '';
|
---|
36 | protected $displayVideo360AdvertiserLinkType = GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::class;
|
---|
37 | protected $displayVideo360AdvertiserLinkDataType = '';
|
---|
38 | protected $displayVideo360AdvertiserLinkProposalType = GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::class;
|
---|
39 | protected $displayVideo360AdvertiserLinkProposalDataType = '';
|
---|
40 | protected $expandedDataSetType = GoogleAnalyticsAdminV1alphaExpandedDataSet::class;
|
---|
41 | protected $expandedDataSetDataType = '';
|
---|
42 | protected $firebaseLinkType = GoogleAnalyticsAdminV1alphaFirebaseLink::class;
|
---|
43 | protected $firebaseLinkDataType = '';
|
---|
44 | protected $googleAdsLinkType = GoogleAnalyticsAdminV1alphaGoogleAdsLink::class;
|
---|
45 | protected $googleAdsLinkDataType = '';
|
---|
46 | protected $googleSignalsSettingsType = GoogleAnalyticsAdminV1alphaGoogleSignalsSettings::class;
|
---|
47 | protected $googleSignalsSettingsDataType = '';
|
---|
48 | protected $measurementProtocolSecretType = GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret::class;
|
---|
49 | protected $measurementProtocolSecretDataType = '';
|
---|
50 | protected $propertyType = GoogleAnalyticsAdminV1alphaProperty::class;
|
---|
51 | protected $propertyDataType = '';
|
---|
52 | protected $searchAds360LinkType = GoogleAnalyticsAdminV1alphaSearchAds360Link::class;
|
---|
53 | protected $searchAds360LinkDataType = '';
|
---|
54 |
|
---|
55 | /**
|
---|
56 | * @param GoogleAnalyticsAdminV1alphaAccount
|
---|
57 | */
|
---|
58 | public function setAccount(GoogleAnalyticsAdminV1alphaAccount $account)
|
---|
59 | {
|
---|
60 | $this->account = $account;
|
---|
61 | }
|
---|
62 | /**
|
---|
63 | * @return GoogleAnalyticsAdminV1alphaAccount
|
---|
64 | */
|
---|
65 | public function getAccount()
|
---|
66 | {
|
---|
67 | return $this->account;
|
---|
68 | }
|
---|
69 | /**
|
---|
70 | * @param GoogleAnalyticsAdminV1alphaAttributionSettings
|
---|
71 | */
|
---|
72 | public function setAttributionSettings(GoogleAnalyticsAdminV1alphaAttributionSettings $attributionSettings)
|
---|
73 | {
|
---|
74 | $this->attributionSettings = $attributionSettings;
|
---|
75 | }
|
---|
76 | /**
|
---|
77 | * @return GoogleAnalyticsAdminV1alphaAttributionSettings
|
---|
78 | */
|
---|
79 | public function getAttributionSettings()
|
---|
80 | {
|
---|
81 | return $this->attributionSettings;
|
---|
82 | }
|
---|
83 | /**
|
---|
84 | * @param GoogleAnalyticsAdminV1alphaConversionEvent
|
---|
85 | */
|
---|
86 | public function setConversionEvent(GoogleAnalyticsAdminV1alphaConversionEvent $conversionEvent)
|
---|
87 | {
|
---|
88 | $this->conversionEvent = $conversionEvent;
|
---|
89 | }
|
---|
90 | /**
|
---|
91 | * @return GoogleAnalyticsAdminV1alphaConversionEvent
|
---|
92 | */
|
---|
93 | public function getConversionEvent()
|
---|
94 | {
|
---|
95 | return $this->conversionEvent;
|
---|
96 | }
|
---|
97 | /**
|
---|
98 | * @param GoogleAnalyticsAdminV1alphaCustomDimension
|
---|
99 | */
|
---|
100 | public function setCustomDimension(GoogleAnalyticsAdminV1alphaCustomDimension $customDimension)
|
---|
101 | {
|
---|
102 | $this->customDimension = $customDimension;
|
---|
103 | }
|
---|
104 | /**
|
---|
105 | * @return GoogleAnalyticsAdminV1alphaCustomDimension
|
---|
106 | */
|
---|
107 | public function getCustomDimension()
|
---|
108 | {
|
---|
109 | return $this->customDimension;
|
---|
110 | }
|
---|
111 | /**
|
---|
112 | * @param GoogleAnalyticsAdminV1alphaCustomMetric
|
---|
113 | */
|
---|
114 | public function setCustomMetric(GoogleAnalyticsAdminV1alphaCustomMetric $customMetric)
|
---|
115 | {
|
---|
116 | $this->customMetric = $customMetric;
|
---|
117 | }
|
---|
118 | /**
|
---|
119 | * @return GoogleAnalyticsAdminV1alphaCustomMetric
|
---|
120 | */
|
---|
121 | public function getCustomMetric()
|
---|
122 | {
|
---|
123 | return $this->customMetric;
|
---|
124 | }
|
---|
125 | /**
|
---|
126 | * @param GoogleAnalyticsAdminV1alphaDataRetentionSettings
|
---|
127 | */
|
---|
128 | public function setDataRetentionSettings(GoogleAnalyticsAdminV1alphaDataRetentionSettings $dataRetentionSettings)
|
---|
129 | {
|
---|
130 | $this->dataRetentionSettings = $dataRetentionSettings;
|
---|
131 | }
|
---|
132 | /**
|
---|
133 | * @return GoogleAnalyticsAdminV1alphaDataRetentionSettings
|
---|
134 | */
|
---|
135 | public function getDataRetentionSettings()
|
---|
136 | {
|
---|
137 | return $this->dataRetentionSettings;
|
---|
138 | }
|
---|
139 | /**
|
---|
140 | * @param GoogleAnalyticsAdminV1alphaDataStream
|
---|
141 | */
|
---|
142 | public function setDataStream(GoogleAnalyticsAdminV1alphaDataStream $dataStream)
|
---|
143 | {
|
---|
144 | $this->dataStream = $dataStream;
|
---|
145 | }
|
---|
146 | /**
|
---|
147 | * @return GoogleAnalyticsAdminV1alphaDataStream
|
---|
148 | */
|
---|
149 | public function getDataStream()
|
---|
150 | {
|
---|
151 | return $this->dataStream;
|
---|
152 | }
|
---|
153 | /**
|
---|
154 | * @param GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
---|
155 | */
|
---|
156 | public function setDisplayVideo360AdvertiserLink(GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink $displayVideo360AdvertiserLink)
|
---|
157 | {
|
---|
158 | $this->displayVideo360AdvertiserLink = $displayVideo360AdvertiserLink;
|
---|
159 | }
|
---|
160 | /**
|
---|
161 | * @return GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
---|
162 | */
|
---|
163 | public function getDisplayVideo360AdvertiserLink()
|
---|
164 | {
|
---|
165 | return $this->displayVideo360AdvertiserLink;
|
---|
166 | }
|
---|
167 | /**
|
---|
168 | * @param GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
|
---|
169 | */
|
---|
170 | public function setDisplayVideo360AdvertiserLinkProposal(GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal $displayVideo360AdvertiserLinkProposal)
|
---|
171 | {
|
---|
172 | $this->displayVideo360AdvertiserLinkProposal = $displayVideo360AdvertiserLinkProposal;
|
---|
173 | }
|
---|
174 | /**
|
---|
175 | * @return GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
|
---|
176 | */
|
---|
177 | public function getDisplayVideo360AdvertiserLinkProposal()
|
---|
178 | {
|
---|
179 | return $this->displayVideo360AdvertiserLinkProposal;
|
---|
180 | }
|
---|
181 | /**
|
---|
182 | * @param GoogleAnalyticsAdminV1alphaExpandedDataSet
|
---|
183 | */
|
---|
184 | public function setExpandedDataSet(GoogleAnalyticsAdminV1alphaExpandedDataSet $expandedDataSet)
|
---|
185 | {
|
---|
186 | $this->expandedDataSet = $expandedDataSet;
|
---|
187 | }
|
---|
188 | /**
|
---|
189 | * @return GoogleAnalyticsAdminV1alphaExpandedDataSet
|
---|
190 | */
|
---|
191 | public function getExpandedDataSet()
|
---|
192 | {
|
---|
193 | return $this->expandedDataSet;
|
---|
194 | }
|
---|
195 | /**
|
---|
196 | * @param GoogleAnalyticsAdminV1alphaFirebaseLink
|
---|
197 | */
|
---|
198 | public function setFirebaseLink(GoogleAnalyticsAdminV1alphaFirebaseLink $firebaseLink)
|
---|
199 | {
|
---|
200 | $this->firebaseLink = $firebaseLink;
|
---|
201 | }
|
---|
202 | /**
|
---|
203 | * @return GoogleAnalyticsAdminV1alphaFirebaseLink
|
---|
204 | */
|
---|
205 | public function getFirebaseLink()
|
---|
206 | {
|
---|
207 | return $this->firebaseLink;
|
---|
208 | }
|
---|
209 | /**
|
---|
210 | * @param GoogleAnalyticsAdminV1alphaGoogleAdsLink
|
---|
211 | */
|
---|
212 | public function setGoogleAdsLink(GoogleAnalyticsAdminV1alphaGoogleAdsLink $googleAdsLink)
|
---|
213 | {
|
---|
214 | $this->googleAdsLink = $googleAdsLink;
|
---|
215 | }
|
---|
216 | /**
|
---|
217 | * @return GoogleAnalyticsAdminV1alphaGoogleAdsLink
|
---|
218 | */
|
---|
219 | public function getGoogleAdsLink()
|
---|
220 | {
|
---|
221 | return $this->googleAdsLink;
|
---|
222 | }
|
---|
223 | /**
|
---|
224 | * @param GoogleAnalyticsAdminV1alphaGoogleSignalsSettings
|
---|
225 | */
|
---|
226 | public function setGoogleSignalsSettings(GoogleAnalyticsAdminV1alphaGoogleSignalsSettings $googleSignalsSettings)
|
---|
227 | {
|
---|
228 | $this->googleSignalsSettings = $googleSignalsSettings;
|
---|
229 | }
|
---|
230 | /**
|
---|
231 | * @return GoogleAnalyticsAdminV1alphaGoogleSignalsSettings
|
---|
232 | */
|
---|
233 | public function getGoogleSignalsSettings()
|
---|
234 | {
|
---|
235 | return $this->googleSignalsSettings;
|
---|
236 | }
|
---|
237 | /**
|
---|
238 | * @param GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret
|
---|
239 | */
|
---|
240 | public function setMeasurementProtocolSecret(GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret $measurementProtocolSecret)
|
---|
241 | {
|
---|
242 | $this->measurementProtocolSecret = $measurementProtocolSecret;
|
---|
243 | }
|
---|
244 | /**
|
---|
245 | * @return GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret
|
---|
246 | */
|
---|
247 | public function getMeasurementProtocolSecret()
|
---|
248 | {
|
---|
249 | return $this->measurementProtocolSecret;
|
---|
250 | }
|
---|
251 | /**
|
---|
252 | * @param GoogleAnalyticsAdminV1alphaProperty
|
---|
253 | */
|
---|
254 | public function setProperty(GoogleAnalyticsAdminV1alphaProperty $property)
|
---|
255 | {
|
---|
256 | $this->property = $property;
|
---|
257 | }
|
---|
258 | /**
|
---|
259 | * @return GoogleAnalyticsAdminV1alphaProperty
|
---|
260 | */
|
---|
261 | public function getProperty()
|
---|
262 | {
|
---|
263 | return $this->property;
|
---|
264 | }
|
---|
265 | /**
|
---|
266 | * @param GoogleAnalyticsAdminV1alphaSearchAds360Link
|
---|
267 | */
|
---|
268 | public function setSearchAds360Link(GoogleAnalyticsAdminV1alphaSearchAds360Link $searchAds360Link)
|
---|
269 | {
|
---|
270 | $this->searchAds360Link = $searchAds360Link;
|
---|
271 | }
|
---|
272 | /**
|
---|
273 | * @return GoogleAnalyticsAdminV1alphaSearchAds360Link
|
---|
274 | */
|
---|
275 | public function getSearchAds360Link()
|
---|
276 | {
|
---|
277 | return $this->searchAds360Link;
|
---|
278 | }
|
---|
279 | }
|
---|
280 |
|
---|
281 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
282 | class_alias(GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource::class, 'Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource');
|
---|