google-apis-analyticsadmin_v1beta 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/analyticsadmin_v1beta/classes.rb +1459 -0
- data/lib/google/apis/analyticsadmin_v1beta/gem_version.rb +28 -0
- data/lib/google/apis/analyticsadmin_v1beta/representations.rb +643 -0
- data/lib/google/apis/analyticsadmin_v1beta/service.rb +1744 -0
- data/lib/google/apis/analyticsadmin_v1beta.rb +39 -0
- data/lib/google-apis-analyticsadmin_v1beta.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module AnalyticsadminV1beta
|
18
|
+
# Version of the google-apis-analyticsadmin_v1beta gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20221129"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,643 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module AnalyticsadminV1beta
|
24
|
+
|
25
|
+
class GoogleAnalyticsAdminV1betaAccount
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleAnalyticsAdminV1betaAccountSummary
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleAnalyticsAdminV1betaArchiveCustomMetricRequest
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleAnalyticsAdminV1betaChangeHistoryChange
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleAnalyticsAdminV1betaChangeHistoryEvent
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleAnalyticsAdminV1betaConversionEvent
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleAnalyticsAdminV1betaCustomDimension
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleAnalyticsAdminV1betaCustomMetric
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleAnalyticsAdminV1betaDataRetentionSettings
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleAnalyticsAdminV1betaDataSharingSettings
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleAnalyticsAdminV1betaDataStream
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleAnalyticsAdminV1betaDataStreamWebStreamData
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleAnalyticsAdminV1betaFirebaseLink
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleAnalyticsAdminV1betaGoogleAdsLink
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleAnalyticsAdminV1betaListAccountSummariesResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleAnalyticsAdminV1betaListAccountsResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleAnalyticsAdminV1betaListConversionEventsResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleAnalyticsAdminV1betaListCustomDimensionsResponse
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleAnalyticsAdminV1betaListCustomMetricsResponse
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleAnalyticsAdminV1betaListDataStreamsResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleAnalyticsAdminV1betaListFirebaseLinksResponse
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleAnalyticsAdminV1betaListPropertiesResponse
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleAnalyticsAdminV1betaMeasurementProtocolSecret
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleAnalyticsAdminV1betaProperty
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleAnalyticsAdminV1betaPropertySummary
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleProtobufEmpty
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleAnalyticsAdminV1betaAccount
|
254
|
+
# @private
|
255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
256
|
+
property :create_time, as: 'createTime'
|
257
|
+
property :deleted, as: 'deleted'
|
258
|
+
property :display_name, as: 'displayName'
|
259
|
+
property :name, as: 'name'
|
260
|
+
property :region_code, as: 'regionCode'
|
261
|
+
property :update_time, as: 'updateTime'
|
262
|
+
end
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleAnalyticsAdminV1betaAccountSummary
|
266
|
+
# @private
|
267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
268
|
+
property :account, as: 'account'
|
269
|
+
property :display_name, as: 'displayName'
|
270
|
+
property :name, as: 'name'
|
271
|
+
collection :property_summaries, as: 'propertySummaries', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaPropertySummary, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaPropertySummary::Representation
|
272
|
+
|
273
|
+
end
|
274
|
+
end
|
275
|
+
|
276
|
+
class GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest
|
277
|
+
# @private
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
279
|
+
property :acknowledgement, as: 'acknowledgement'
|
280
|
+
end
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse
|
284
|
+
# @private
|
285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
286
|
+
end
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest
|
290
|
+
# @private
|
291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
292
|
+
end
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleAnalyticsAdminV1betaArchiveCustomMetricRequest
|
296
|
+
# @private
|
297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
298
|
+
end
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleAnalyticsAdminV1betaChangeHistoryChange
|
302
|
+
# @private
|
303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
304
|
+
property :action, as: 'action'
|
305
|
+
property :resource, as: 'resource'
|
306
|
+
property :resource_after_change, as: 'resourceAfterChange', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource::Representation
|
307
|
+
|
308
|
+
property :resource_before_change, as: 'resourceBeforeChange', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource::Representation
|
309
|
+
|
310
|
+
end
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource
|
314
|
+
# @private
|
315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
316
|
+
property :account, as: 'account', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount::Representation
|
317
|
+
|
318
|
+
property :conversion_event, as: 'conversionEvent', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaConversionEvent, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaConversionEvent::Representation
|
319
|
+
|
320
|
+
property :data_retention_settings, as: 'dataRetentionSettings', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataRetentionSettings, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataRetentionSettings::Representation
|
321
|
+
|
322
|
+
property :data_stream, as: 'dataStream', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStream, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStream::Representation
|
323
|
+
|
324
|
+
property :firebase_link, as: 'firebaseLink', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink::Representation
|
325
|
+
|
326
|
+
property :google_ads_link, as: 'googleAdsLink', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaGoogleAdsLink, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaGoogleAdsLink::Representation
|
327
|
+
|
328
|
+
property :measurement_protocol_secret, as: 'measurementProtocolSecret', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaMeasurementProtocolSecret, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaMeasurementProtocolSecret::Representation
|
329
|
+
|
330
|
+
property :property, as: 'property', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty::Representation
|
331
|
+
|
332
|
+
end
|
333
|
+
end
|
334
|
+
|
335
|
+
class GoogleAnalyticsAdminV1betaChangeHistoryEvent
|
336
|
+
# @private
|
337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
338
|
+
property :actor_type, as: 'actorType'
|
339
|
+
property :change_time, as: 'changeTime'
|
340
|
+
collection :changes, as: 'changes', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaChangeHistoryChange, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaChangeHistoryChange::Representation
|
341
|
+
|
342
|
+
property :changes_filtered, as: 'changesFiltered'
|
343
|
+
property :id, as: 'id'
|
344
|
+
property :user_actor_email, as: 'userActorEmail'
|
345
|
+
end
|
346
|
+
end
|
347
|
+
|
348
|
+
class GoogleAnalyticsAdminV1betaConversionEvent
|
349
|
+
# @private
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
351
|
+
property :create_time, as: 'createTime'
|
352
|
+
property :custom, as: 'custom'
|
353
|
+
property :deletable, as: 'deletable'
|
354
|
+
property :event_name, as: 'eventName'
|
355
|
+
property :name, as: 'name'
|
356
|
+
end
|
357
|
+
end
|
358
|
+
|
359
|
+
class GoogleAnalyticsAdminV1betaCustomDimension
|
360
|
+
# @private
|
361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
362
|
+
property :description, as: 'description'
|
363
|
+
property :disallow_ads_personalization, as: 'disallowAdsPersonalization'
|
364
|
+
property :display_name, as: 'displayName'
|
365
|
+
property :name, as: 'name'
|
366
|
+
property :parameter_name, as: 'parameterName'
|
367
|
+
property :scope, as: 'scope'
|
368
|
+
end
|
369
|
+
end
|
370
|
+
|
371
|
+
class GoogleAnalyticsAdminV1betaCustomMetric
|
372
|
+
# @private
|
373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
374
|
+
property :description, as: 'description'
|
375
|
+
property :display_name, as: 'displayName'
|
376
|
+
property :measurement_unit, as: 'measurementUnit'
|
377
|
+
property :name, as: 'name'
|
378
|
+
property :parameter_name, as: 'parameterName'
|
379
|
+
collection :restricted_metric_type, as: 'restrictedMetricType'
|
380
|
+
property :scope, as: 'scope'
|
381
|
+
end
|
382
|
+
end
|
383
|
+
|
384
|
+
class GoogleAnalyticsAdminV1betaDataRetentionSettings
|
385
|
+
# @private
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
387
|
+
property :event_data_retention, as: 'eventDataRetention'
|
388
|
+
property :name, as: 'name'
|
389
|
+
property :reset_user_data_on_new_activity, as: 'resetUserDataOnNewActivity'
|
390
|
+
end
|
391
|
+
end
|
392
|
+
|
393
|
+
class GoogleAnalyticsAdminV1betaDataSharingSettings
|
394
|
+
# @private
|
395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
396
|
+
property :name, as: 'name'
|
397
|
+
property :sharing_with_google_any_sales_enabled, as: 'sharingWithGoogleAnySalesEnabled'
|
398
|
+
property :sharing_with_google_assigned_sales_enabled, as: 'sharingWithGoogleAssignedSalesEnabled'
|
399
|
+
property :sharing_with_google_products_enabled, as: 'sharingWithGoogleProductsEnabled'
|
400
|
+
property :sharing_with_google_support_enabled, as: 'sharingWithGoogleSupportEnabled'
|
401
|
+
property :sharing_with_others_enabled, as: 'sharingWithOthersEnabled'
|
402
|
+
end
|
403
|
+
end
|
404
|
+
|
405
|
+
class GoogleAnalyticsAdminV1betaDataStream
|
406
|
+
# @private
|
407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
408
|
+
property :android_app_stream_data, as: 'androidAppStreamData', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData::Representation
|
409
|
+
|
410
|
+
property :create_time, as: 'createTime'
|
411
|
+
property :display_name, as: 'displayName'
|
412
|
+
property :ios_app_stream_data, as: 'iosAppStreamData', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData::Representation
|
413
|
+
|
414
|
+
property :name, as: 'name'
|
415
|
+
property :type, as: 'type'
|
416
|
+
property :update_time, as: 'updateTime'
|
417
|
+
property :web_stream_data, as: 'webStreamData', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStreamWebStreamData, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStreamWebStreamData::Representation
|
418
|
+
|
419
|
+
end
|
420
|
+
end
|
421
|
+
|
422
|
+
class GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData
|
423
|
+
# @private
|
424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
425
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
426
|
+
property :package_name, as: 'packageName'
|
427
|
+
end
|
428
|
+
end
|
429
|
+
|
430
|
+
class GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData
|
431
|
+
# @private
|
432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
433
|
+
property :bundle_id, as: 'bundleId'
|
434
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
435
|
+
end
|
436
|
+
end
|
437
|
+
|
438
|
+
class GoogleAnalyticsAdminV1betaDataStreamWebStreamData
|
439
|
+
# @private
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
441
|
+
property :default_uri, as: 'defaultUri'
|
442
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
443
|
+
property :measurement_id, as: 'measurementId'
|
444
|
+
end
|
445
|
+
end
|
446
|
+
|
447
|
+
class GoogleAnalyticsAdminV1betaFirebaseLink
|
448
|
+
# @private
|
449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
450
|
+
property :create_time, as: 'createTime'
|
451
|
+
property :name, as: 'name'
|
452
|
+
property :project, as: 'project'
|
453
|
+
end
|
454
|
+
end
|
455
|
+
|
456
|
+
class GoogleAnalyticsAdminV1betaGoogleAdsLink
|
457
|
+
# @private
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
459
|
+
property :ads_personalization_enabled, as: 'adsPersonalizationEnabled'
|
460
|
+
property :can_manage_clients, as: 'canManageClients'
|
461
|
+
property :create_time, as: 'createTime'
|
462
|
+
property :creator_email_address, as: 'creatorEmailAddress'
|
463
|
+
property :customer_id, as: 'customerId'
|
464
|
+
property :name, as: 'name'
|
465
|
+
property :update_time, as: 'updateTime'
|
466
|
+
end
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleAnalyticsAdminV1betaListAccountSummariesResponse
|
470
|
+
# @private
|
471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
472
|
+
collection :account_summaries, as: 'accountSummaries', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccountSummary, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccountSummary::Representation
|
473
|
+
|
474
|
+
property :next_page_token, as: 'nextPageToken'
|
475
|
+
end
|
476
|
+
end
|
477
|
+
|
478
|
+
class GoogleAnalyticsAdminV1betaListAccountsResponse
|
479
|
+
# @private
|
480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
481
|
+
collection :accounts, as: 'accounts', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount::Representation
|
482
|
+
|
483
|
+
property :next_page_token, as: 'nextPageToken'
|
484
|
+
end
|
485
|
+
end
|
486
|
+
|
487
|
+
class GoogleAnalyticsAdminV1betaListConversionEventsResponse
|
488
|
+
# @private
|
489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
490
|
+
collection :conversion_events, as: 'conversionEvents', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaConversionEvent, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaConversionEvent::Representation
|
491
|
+
|
492
|
+
property :next_page_token, as: 'nextPageToken'
|
493
|
+
end
|
494
|
+
end
|
495
|
+
|
496
|
+
class GoogleAnalyticsAdminV1betaListCustomDimensionsResponse
|
497
|
+
# @private
|
498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
499
|
+
collection :custom_dimensions, as: 'customDimensions', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaCustomDimension, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaCustomDimension::Representation
|
500
|
+
|
501
|
+
property :next_page_token, as: 'nextPageToken'
|
502
|
+
end
|
503
|
+
end
|
504
|
+
|
505
|
+
class GoogleAnalyticsAdminV1betaListCustomMetricsResponse
|
506
|
+
# @private
|
507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
508
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaCustomMetric, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaCustomMetric::Representation
|
509
|
+
|
510
|
+
property :next_page_token, as: 'nextPageToken'
|
511
|
+
end
|
512
|
+
end
|
513
|
+
|
514
|
+
class GoogleAnalyticsAdminV1betaListDataStreamsResponse
|
515
|
+
# @private
|
516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
517
|
+
collection :data_streams, as: 'dataStreams', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStream, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaDataStream::Representation
|
518
|
+
|
519
|
+
property :next_page_token, as: 'nextPageToken'
|
520
|
+
end
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleAnalyticsAdminV1betaListFirebaseLinksResponse
|
524
|
+
# @private
|
525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
526
|
+
collection :firebase_links, as: 'firebaseLinks', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaFirebaseLink::Representation
|
527
|
+
|
528
|
+
property :next_page_token, as: 'nextPageToken'
|
529
|
+
end
|
530
|
+
end
|
531
|
+
|
532
|
+
class GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse
|
533
|
+
# @private
|
534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
535
|
+
collection :google_ads_links, as: 'googleAdsLinks', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaGoogleAdsLink, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaGoogleAdsLink::Representation
|
536
|
+
|
537
|
+
property :next_page_token, as: 'nextPageToken'
|
538
|
+
end
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse
|
542
|
+
# @private
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
544
|
+
collection :measurement_protocol_secrets, as: 'measurementProtocolSecrets', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaMeasurementProtocolSecret, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaMeasurementProtocolSecret::Representation
|
545
|
+
|
546
|
+
property :next_page_token, as: 'nextPageToken'
|
547
|
+
end
|
548
|
+
end
|
549
|
+
|
550
|
+
class GoogleAnalyticsAdminV1betaListPropertiesResponse
|
551
|
+
# @private
|
552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
553
|
+
property :next_page_token, as: 'nextPageToken'
|
554
|
+
collection :properties, as: 'properties', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaProperty::Representation
|
555
|
+
|
556
|
+
end
|
557
|
+
end
|
558
|
+
|
559
|
+
class GoogleAnalyticsAdminV1betaMeasurementProtocolSecret
|
560
|
+
# @private
|
561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
562
|
+
property :display_name, as: 'displayName'
|
563
|
+
property :name, as: 'name'
|
564
|
+
property :secret_value, as: 'secretValue'
|
565
|
+
end
|
566
|
+
end
|
567
|
+
|
568
|
+
class GoogleAnalyticsAdminV1betaProperty
|
569
|
+
# @private
|
570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
571
|
+
property :account, as: 'account'
|
572
|
+
property :create_time, as: 'createTime'
|
573
|
+
property :currency_code, as: 'currencyCode'
|
574
|
+
property :delete_time, as: 'deleteTime'
|
575
|
+
property :display_name, as: 'displayName'
|
576
|
+
property :expire_time, as: 'expireTime'
|
577
|
+
property :industry_category, as: 'industryCategory'
|
578
|
+
property :name, as: 'name'
|
579
|
+
property :parent, as: 'parent'
|
580
|
+
property :property_type, as: 'propertyType'
|
581
|
+
property :service_level, as: 'serviceLevel'
|
582
|
+
property :time_zone, as: 'timeZone'
|
583
|
+
property :update_time, as: 'updateTime'
|
584
|
+
end
|
585
|
+
end
|
586
|
+
|
587
|
+
class GoogleAnalyticsAdminV1betaPropertySummary
|
588
|
+
# @private
|
589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
590
|
+
property :display_name, as: 'displayName'
|
591
|
+
property :parent, as: 'parent'
|
592
|
+
property :property, as: 'property'
|
593
|
+
property :property_type, as: 'propertyType'
|
594
|
+
end
|
595
|
+
end
|
596
|
+
|
597
|
+
class GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest
|
598
|
+
# @private
|
599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
600
|
+
property :account, as: 'account', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccount::Representation
|
601
|
+
|
602
|
+
property :redirect_uri, as: 'redirectUri'
|
603
|
+
end
|
604
|
+
end
|
605
|
+
|
606
|
+
class GoogleAnalyticsAdminV1betaProvisionAccountTicketResponse
|
607
|
+
# @private
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
609
|
+
property :account_ticket_id, as: 'accountTicketId'
|
610
|
+
end
|
611
|
+
end
|
612
|
+
|
613
|
+
class GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest
|
614
|
+
# @private
|
615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
+
collection :action, as: 'action'
|
617
|
+
collection :actor_email, as: 'actorEmail'
|
618
|
+
property :earliest_change_time, as: 'earliestChangeTime'
|
619
|
+
property :latest_change_time, as: 'latestChangeTime'
|
620
|
+
property :page_size, as: 'pageSize'
|
621
|
+
property :page_token, as: 'pageToken'
|
622
|
+
property :property, as: 'property'
|
623
|
+
collection :resource_type, as: 'resourceType'
|
624
|
+
end
|
625
|
+
end
|
626
|
+
|
627
|
+
class GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsResponse
|
628
|
+
# @private
|
629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
630
|
+
collection :change_history_events, as: 'changeHistoryEvents', class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaChangeHistoryEvent, decorator: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaChangeHistoryEvent::Representation
|
631
|
+
|
632
|
+
property :next_page_token, as: 'nextPageToken'
|
633
|
+
end
|
634
|
+
end
|
635
|
+
|
636
|
+
class GoogleProtobufEmpty
|
637
|
+
# @private
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
639
|
+
end
|
640
|
+
end
|
641
|
+
end
|
642
|
+
end
|
643
|
+
end
|