google-apis-analyticsadmin_v1alpha 0.25.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/analyticsadmin_v1alpha/classes.rb +0 -247
- data/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/analyticsadmin_v1alpha/representations.rb +0 -100
- data/lib/google/apis/analyticsadmin_v1alpha/service.rb +0 -477
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0ad025f8392744b771e491eecab3ddfe9915a21fb56e3bd992b8ffb9e88268c
|
|
4
|
+
data.tar.gz: 1b01b18de3830539919ce32b79515322aba7b8be6acbf4a2cec65448eccff728
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 955a85720373e49037dcd914e35252ab8f88d227b0d97dd6916c537348c85c6ceff33d931b341c83a25974d0006a49800f28e558d5183a246f30fb5b88a01aab
|
|
7
|
+
data.tar.gz: 1ddf3a2f8bed4dcafb82e943c95fe403098660415a163cb0de3888822687b24a06a0899b5964dc8ae472724468ad9204034b2761c7afa1fd66213f73ce69f176
|
data/CHANGELOG.md
CHANGED
|
@@ -151,60 +151,6 @@ module Google
|
|
|
151
151
|
end
|
|
152
152
|
end
|
|
153
153
|
|
|
154
|
-
# A resource message representing a Google Analytics Android app stream.
|
|
155
|
-
class GoogleAnalyticsAdminV1alphaAndroidAppDataStream
|
|
156
|
-
include Google::Apis::Core::Hashable
|
|
157
|
-
|
|
158
|
-
# Output only. Time when this stream was originally created.
|
|
159
|
-
# Corresponds to the JSON property `createTime`
|
|
160
|
-
# @return [String]
|
|
161
|
-
attr_accessor :create_time
|
|
162
|
-
|
|
163
|
-
# Human-readable display name for the Data Stream. The max allowed display name
|
|
164
|
-
# length is 255 UTF-16 code units.
|
|
165
|
-
# Corresponds to the JSON property `displayName`
|
|
166
|
-
# @return [String]
|
|
167
|
-
attr_accessor :display_name
|
|
168
|
-
|
|
169
|
-
# Output only. ID of the corresponding Android app in Firebase, if any. This ID
|
|
170
|
-
# can change if the Android app is deleted and recreated.
|
|
171
|
-
# Corresponds to the JSON property `firebaseAppId`
|
|
172
|
-
# @return [String]
|
|
173
|
-
attr_accessor :firebase_app_id
|
|
174
|
-
|
|
175
|
-
# Output only. Resource name of this Data Stream. Format: properties/`
|
|
176
|
-
# property_id`/androidAppDataStreams/`stream_id` Example: "properties/1000/
|
|
177
|
-
# androidAppDataStreams/2000"
|
|
178
|
-
# Corresponds to the JSON property `name`
|
|
179
|
-
# @return [String]
|
|
180
|
-
attr_accessor :name
|
|
181
|
-
|
|
182
|
-
# Immutable. The package name for the app being measured. Example: "com.example.
|
|
183
|
-
# myandroidapp"
|
|
184
|
-
# Corresponds to the JSON property `packageName`
|
|
185
|
-
# @return [String]
|
|
186
|
-
attr_accessor :package_name
|
|
187
|
-
|
|
188
|
-
# Output only. Time when stream payload fields were last updated.
|
|
189
|
-
# Corresponds to the JSON property `updateTime`
|
|
190
|
-
# @return [String]
|
|
191
|
-
attr_accessor :update_time
|
|
192
|
-
|
|
193
|
-
def initialize(**args)
|
|
194
|
-
update!(**args)
|
|
195
|
-
end
|
|
196
|
-
|
|
197
|
-
# Update properties of this object
|
|
198
|
-
def update!(**args)
|
|
199
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
200
|
-
@display_name = args[:display_name] if args.key?(:display_name)
|
|
201
|
-
@firebase_app_id = args[:firebase_app_id] if args.key?(:firebase_app_id)
|
|
202
|
-
@name = args[:name] if args.key?(:name)
|
|
203
|
-
@package_name = args[:package_name] if args.key?(:package_name)
|
|
204
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
205
|
-
end
|
|
206
|
-
end
|
|
207
|
-
|
|
208
154
|
# Request message for ApproveDisplayVideo360AdvertiserLinkProposal RPC.
|
|
209
155
|
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest
|
|
210
156
|
include Google::Apis::Core::Hashable
|
|
@@ -1471,60 +1417,6 @@ module Google
|
|
|
1471
1417
|
end
|
|
1472
1418
|
end
|
|
1473
1419
|
|
|
1474
|
-
# A resource message representing a Google Analytics IOS app stream.
|
|
1475
|
-
class GoogleAnalyticsAdminV1alphaIosAppDataStream
|
|
1476
|
-
include Google::Apis::Core::Hashable
|
|
1477
|
-
|
|
1478
|
-
# Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.
|
|
1479
|
-
# example.myiosapp"
|
|
1480
|
-
# Corresponds to the JSON property `bundleId`
|
|
1481
|
-
# @return [String]
|
|
1482
|
-
attr_accessor :bundle_id
|
|
1483
|
-
|
|
1484
|
-
# Output only. Time when this stream was originally created.
|
|
1485
|
-
# Corresponds to the JSON property `createTime`
|
|
1486
|
-
# @return [String]
|
|
1487
|
-
attr_accessor :create_time
|
|
1488
|
-
|
|
1489
|
-
# Human-readable display name for the Data Stream. The max allowed display name
|
|
1490
|
-
# length is 255 UTF-16 code units.
|
|
1491
|
-
# Corresponds to the JSON property `displayName`
|
|
1492
|
-
# @return [String]
|
|
1493
|
-
attr_accessor :display_name
|
|
1494
|
-
|
|
1495
|
-
# Output only. ID of the corresponding iOS app in Firebase, if any. This ID can
|
|
1496
|
-
# change if the iOS app is deleted and recreated.
|
|
1497
|
-
# Corresponds to the JSON property `firebaseAppId`
|
|
1498
|
-
# @return [String]
|
|
1499
|
-
attr_accessor :firebase_app_id
|
|
1500
|
-
|
|
1501
|
-
# Output only. Resource name of this Data Stream. Format: properties/`
|
|
1502
|
-
# property_id`/iosAppDataStreams/`stream_id` Example: "properties/1000/
|
|
1503
|
-
# iosAppDataStreams/2000"
|
|
1504
|
-
# Corresponds to the JSON property `name`
|
|
1505
|
-
# @return [String]
|
|
1506
|
-
attr_accessor :name
|
|
1507
|
-
|
|
1508
|
-
# Output only. Time when stream payload fields were last updated.
|
|
1509
|
-
# Corresponds to the JSON property `updateTime`
|
|
1510
|
-
# @return [String]
|
|
1511
|
-
attr_accessor :update_time
|
|
1512
|
-
|
|
1513
|
-
def initialize(**args)
|
|
1514
|
-
update!(**args)
|
|
1515
|
-
end
|
|
1516
|
-
|
|
1517
|
-
# Update properties of this object
|
|
1518
|
-
def update!(**args)
|
|
1519
|
-
@bundle_id = args[:bundle_id] if args.key?(:bundle_id)
|
|
1520
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
1521
|
-
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1522
|
-
@firebase_app_id = args[:firebase_app_id] if args.key?(:firebase_app_id)
|
|
1523
|
-
@name = args[:name] if args.key?(:name)
|
|
1524
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
1525
|
-
end
|
|
1526
|
-
end
|
|
1527
|
-
|
|
1528
1420
|
# Status information for a link proposal.
|
|
1529
1421
|
class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
|
|
1530
1422
|
include Google::Apis::Core::Hashable
|
|
@@ -1608,32 +1500,6 @@ module Google
|
|
|
1608
1500
|
end
|
|
1609
1501
|
end
|
|
1610
1502
|
|
|
1611
|
-
# Request message for ListAndroidDataStreams RPC.
|
|
1612
|
-
class GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse
|
|
1613
|
-
include Google::Apis::Core::Hashable
|
|
1614
|
-
|
|
1615
|
-
# Results that matched the filter criteria and were accessible to the caller.
|
|
1616
|
-
# Corresponds to the JSON property `androidAppDataStreams`
|
|
1617
|
-
# @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream>]
|
|
1618
|
-
attr_accessor :android_app_data_streams
|
|
1619
|
-
|
|
1620
|
-
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
|
1621
|
-
# field is omitted, there are no subsequent pages.
|
|
1622
|
-
# Corresponds to the JSON property `nextPageToken`
|
|
1623
|
-
# @return [String]
|
|
1624
|
-
attr_accessor :next_page_token
|
|
1625
|
-
|
|
1626
|
-
def initialize(**args)
|
|
1627
|
-
update!(**args)
|
|
1628
|
-
end
|
|
1629
|
-
|
|
1630
|
-
# Update properties of this object
|
|
1631
|
-
def update!(**args)
|
|
1632
|
-
@android_app_data_streams = args[:android_app_data_streams] if args.key?(:android_app_data_streams)
|
|
1633
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
1634
|
-
end
|
|
1635
|
-
end
|
|
1636
|
-
|
|
1637
1503
|
# Response message for ListConversionEvents RPC.
|
|
1638
1504
|
class GoogleAnalyticsAdminV1alphaListConversionEventsResponse
|
|
1639
1505
|
include Google::Apis::Core::Hashable
|
|
@@ -1843,32 +1709,6 @@ module Google
|
|
|
1843
1709
|
end
|
|
1844
1710
|
end
|
|
1845
1711
|
|
|
1846
|
-
# Request message for ListIosAppDataStreams RPC.
|
|
1847
|
-
class GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
|
|
1848
|
-
include Google::Apis::Core::Hashable
|
|
1849
|
-
|
|
1850
|
-
# Results that matched the filter criteria and were accessible to the caller.
|
|
1851
|
-
# Corresponds to the JSON property `iosAppDataStreams`
|
|
1852
|
-
# @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream>]
|
|
1853
|
-
attr_accessor :ios_app_data_streams
|
|
1854
|
-
|
|
1855
|
-
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
|
1856
|
-
# field is omitted, there are no subsequent pages.
|
|
1857
|
-
# Corresponds to the JSON property `nextPageToken`
|
|
1858
|
-
# @return [String]
|
|
1859
|
-
attr_accessor :next_page_token
|
|
1860
|
-
|
|
1861
|
-
def initialize(**args)
|
|
1862
|
-
update!(**args)
|
|
1863
|
-
end
|
|
1864
|
-
|
|
1865
|
-
# Update properties of this object
|
|
1866
|
-
def update!(**args)
|
|
1867
|
-
@ios_app_data_streams = args[:ios_app_data_streams] if args.key?(:ios_app_data_streams)
|
|
1868
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
1869
|
-
end
|
|
1870
|
-
end
|
|
1871
|
-
|
|
1872
1712
|
# Response message for ListMeasurementProtocolSecret RPC
|
|
1873
1713
|
class GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse
|
|
1874
1714
|
include Google::Apis::Core::Hashable
|
|
@@ -1947,32 +1787,6 @@ module Google
|
|
|
1947
1787
|
end
|
|
1948
1788
|
end
|
|
1949
1789
|
|
|
1950
|
-
# Request message for ListWebDataStreams RPC.
|
|
1951
|
-
class GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
|
|
1952
|
-
include Google::Apis::Core::Hashable
|
|
1953
|
-
|
|
1954
|
-
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
|
1955
|
-
# field is omitted, there are no subsequent pages.
|
|
1956
|
-
# Corresponds to the JSON property `nextPageToken`
|
|
1957
|
-
# @return [String]
|
|
1958
|
-
attr_accessor :next_page_token
|
|
1959
|
-
|
|
1960
|
-
# Results that matched the filter criteria and were accessible to the caller.
|
|
1961
|
-
# Corresponds to the JSON property `webDataStreams`
|
|
1962
|
-
# @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream>]
|
|
1963
|
-
attr_accessor :web_data_streams
|
|
1964
|
-
|
|
1965
|
-
def initialize(**args)
|
|
1966
|
-
update!(**args)
|
|
1967
|
-
end
|
|
1968
|
-
|
|
1969
|
-
# Update properties of this object
|
|
1970
|
-
def update!(**args)
|
|
1971
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
1972
|
-
@web_data_streams = args[:web_data_streams] if args.key?(:web_data_streams)
|
|
1973
|
-
end
|
|
1974
|
-
end
|
|
1975
|
-
|
|
1976
1790
|
# A secret value used for sending hits to Measurement Protocol.
|
|
1977
1791
|
class GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret
|
|
1978
1792
|
include Google::Apis::Core::Hashable
|
|
@@ -2330,67 +2144,6 @@ module Google
|
|
|
2330
2144
|
end
|
|
2331
2145
|
end
|
|
2332
2146
|
|
|
2333
|
-
# A resource message representing a Google Analytics web stream.
|
|
2334
|
-
class GoogleAnalyticsAdminV1alphaWebDataStream
|
|
2335
|
-
include Google::Apis::Core::Hashable
|
|
2336
|
-
|
|
2337
|
-
# Output only. Time when this stream was originally created.
|
|
2338
|
-
# Corresponds to the JSON property `createTime`
|
|
2339
|
-
# @return [String]
|
|
2340
|
-
attr_accessor :create_time
|
|
2341
|
-
|
|
2342
|
-
# Immutable. Domain name of the web app being measured, or empty. Example: "http:
|
|
2343
|
-
# //www.google.com", "https://www.google.com"
|
|
2344
|
-
# Corresponds to the JSON property `defaultUri`
|
|
2345
|
-
# @return [String]
|
|
2346
|
-
attr_accessor :default_uri
|
|
2347
|
-
|
|
2348
|
-
# Required. Human-readable display name for the Data Stream. The max allowed
|
|
2349
|
-
# display name length is 255 UTF-16 code units.
|
|
2350
|
-
# Corresponds to the JSON property `displayName`
|
|
2351
|
-
# @return [String]
|
|
2352
|
-
attr_accessor :display_name
|
|
2353
|
-
|
|
2354
|
-
# Output only. ID of the corresponding web app in Firebase, if any. This ID can
|
|
2355
|
-
# change if the web app is deleted and recreated.
|
|
2356
|
-
# Corresponds to the JSON property `firebaseAppId`
|
|
2357
|
-
# @return [String]
|
|
2358
|
-
attr_accessor :firebase_app_id
|
|
2359
|
-
|
|
2360
|
-
# Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-
|
|
2361
|
-
# 1A2BCD345E" would just be "1A2BCD345E"
|
|
2362
|
-
# Corresponds to the JSON property `measurementId`
|
|
2363
|
-
# @return [String]
|
|
2364
|
-
attr_accessor :measurement_id
|
|
2365
|
-
|
|
2366
|
-
# Output only. Resource name of this Data Stream. Format: properties/`
|
|
2367
|
-
# property_id`/webDataStreams/`stream_id` Example: "properties/1000/
|
|
2368
|
-
# webDataStreams/2000"
|
|
2369
|
-
# Corresponds to the JSON property `name`
|
|
2370
|
-
# @return [String]
|
|
2371
|
-
attr_accessor :name
|
|
2372
|
-
|
|
2373
|
-
# Output only. Time when stream payload fields were last updated.
|
|
2374
|
-
# Corresponds to the JSON property `updateTime`
|
|
2375
|
-
# @return [String]
|
|
2376
|
-
attr_accessor :update_time
|
|
2377
|
-
|
|
2378
|
-
def initialize(**args)
|
|
2379
|
-
update!(**args)
|
|
2380
|
-
end
|
|
2381
|
-
|
|
2382
|
-
# Update properties of this object
|
|
2383
|
-
def update!(**args)
|
|
2384
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
2385
|
-
@default_uri = args[:default_uri] if args.key?(:default_uri)
|
|
2386
|
-
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2387
|
-
@firebase_app_id = args[:firebase_app_id] if args.key?(:firebase_app_id)
|
|
2388
|
-
@measurement_id = args[:measurement_id] if args.key?(:measurement_id)
|
|
2389
|
-
@name = args[:name] if args.key?(:name)
|
|
2390
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
2391
|
-
end
|
|
2392
|
-
end
|
|
2393
|
-
|
|
2394
2147
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
|
2395
2148
|
# messages in your APIs. A typical example is to use it as the request or the
|
|
2396
2149
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1alpha
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220222"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -46,12 +46,6 @@ module Google
|
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
|
47
47
|
end
|
|
48
48
|
|
|
49
|
-
class GoogleAnalyticsAdminV1alphaAndroidAppDataStream
|
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
-
|
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
-
end
|
|
54
|
-
|
|
55
49
|
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest
|
|
56
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
51
|
|
|
@@ -256,12 +250,6 @@ module Google
|
|
|
256
250
|
include Google::Apis::Core::JsonObjectSupport
|
|
257
251
|
end
|
|
258
252
|
|
|
259
|
-
class GoogleAnalyticsAdminV1alphaIosAppDataStream
|
|
260
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
-
|
|
262
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
-
end
|
|
264
|
-
|
|
265
253
|
class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
|
|
266
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
255
|
|
|
@@ -280,12 +268,6 @@ module Google
|
|
|
280
268
|
include Google::Apis::Core::JsonObjectSupport
|
|
281
269
|
end
|
|
282
270
|
|
|
283
|
-
class GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse
|
|
284
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
-
|
|
286
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
-
end
|
|
288
|
-
|
|
289
271
|
class GoogleAnalyticsAdminV1alphaListConversionEventsResponse
|
|
290
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
273
|
|
|
@@ -334,12 +316,6 @@ module Google
|
|
|
334
316
|
include Google::Apis::Core::JsonObjectSupport
|
|
335
317
|
end
|
|
336
318
|
|
|
337
|
-
class GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
|
|
338
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
-
|
|
340
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
341
|
-
end
|
|
342
|
-
|
|
343
319
|
class GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse
|
|
344
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
321
|
|
|
@@ -358,12 +334,6 @@ module Google
|
|
|
358
334
|
include Google::Apis::Core::JsonObjectSupport
|
|
359
335
|
end
|
|
360
336
|
|
|
361
|
-
class GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
|
|
362
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
-
|
|
364
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
-
end
|
|
366
|
-
|
|
367
337
|
class GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret
|
|
368
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
339
|
|
|
@@ -418,12 +388,6 @@ module Google
|
|
|
418
388
|
include Google::Apis::Core::JsonObjectSupport
|
|
419
389
|
end
|
|
420
390
|
|
|
421
|
-
class GoogleAnalyticsAdminV1alphaWebDataStream
|
|
422
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
-
|
|
424
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
-
end
|
|
426
|
-
|
|
427
391
|
class GoogleProtobufEmpty
|
|
428
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
393
|
|
|
@@ -466,18 +430,6 @@ module Google
|
|
|
466
430
|
end
|
|
467
431
|
end
|
|
468
432
|
|
|
469
|
-
class GoogleAnalyticsAdminV1alphaAndroidAppDataStream
|
|
470
|
-
# @private
|
|
471
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
472
|
-
property :create_time, as: 'createTime'
|
|
473
|
-
property :display_name, as: 'displayName'
|
|
474
|
-
property :firebase_app_id, as: 'firebaseAppId'
|
|
475
|
-
property :name, as: 'name'
|
|
476
|
-
property :package_name, as: 'packageName'
|
|
477
|
-
property :update_time, as: 'updateTime'
|
|
478
|
-
end
|
|
479
|
-
end
|
|
480
|
-
|
|
481
433
|
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest
|
|
482
434
|
# @private
|
|
483
435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -825,18 +777,6 @@ module Google
|
|
|
825
777
|
end
|
|
826
778
|
end
|
|
827
779
|
|
|
828
|
-
class GoogleAnalyticsAdminV1alphaIosAppDataStream
|
|
829
|
-
# @private
|
|
830
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
831
|
-
property :bundle_id, as: 'bundleId'
|
|
832
|
-
property :create_time, as: 'createTime'
|
|
833
|
-
property :display_name, as: 'displayName'
|
|
834
|
-
property :firebase_app_id, as: 'firebaseAppId'
|
|
835
|
-
property :name, as: 'name'
|
|
836
|
-
property :update_time, as: 'updateTime'
|
|
837
|
-
end
|
|
838
|
-
end
|
|
839
|
-
|
|
840
780
|
class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
|
|
841
781
|
# @private
|
|
842
782
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -864,15 +804,6 @@ module Google
|
|
|
864
804
|
end
|
|
865
805
|
end
|
|
866
806
|
|
|
867
|
-
class GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse
|
|
868
|
-
# @private
|
|
869
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
870
|
-
collection :android_app_data_streams, as: 'androidAppDataStreams', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
|
|
871
|
-
|
|
872
|
-
property :next_page_token, as: 'nextPageToken'
|
|
873
|
-
end
|
|
874
|
-
end
|
|
875
|
-
|
|
876
807
|
class GoogleAnalyticsAdminV1alphaListConversionEventsResponse
|
|
877
808
|
# @private
|
|
878
809
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -945,15 +876,6 @@ module Google
|
|
|
945
876
|
end
|
|
946
877
|
end
|
|
947
878
|
|
|
948
|
-
class GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
|
|
949
|
-
# @private
|
|
950
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
951
|
-
collection :ios_app_data_streams, as: 'iosAppDataStreams', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
|
|
952
|
-
|
|
953
|
-
property :next_page_token, as: 'nextPageToken'
|
|
954
|
-
end
|
|
955
|
-
end
|
|
956
|
-
|
|
957
879
|
class GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse
|
|
958
880
|
# @private
|
|
959
881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -981,15 +903,6 @@ module Google
|
|
|
981
903
|
end
|
|
982
904
|
end
|
|
983
905
|
|
|
984
|
-
class GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
|
|
985
|
-
# @private
|
|
986
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
987
|
-
property :next_page_token, as: 'nextPageToken'
|
|
988
|
-
collection :web_data_streams, as: 'webDataStreams', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
|
989
|
-
|
|
990
|
-
end
|
|
991
|
-
end
|
|
992
|
-
|
|
993
906
|
class GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret
|
|
994
907
|
# @private
|
|
995
908
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1081,19 +994,6 @@ module Google
|
|
|
1081
994
|
end
|
|
1082
995
|
end
|
|
1083
996
|
|
|
1084
|
-
class GoogleAnalyticsAdminV1alphaWebDataStream
|
|
1085
|
-
# @private
|
|
1086
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1087
|
-
property :create_time, as: 'createTime'
|
|
1088
|
-
property :default_uri, as: 'defaultUri'
|
|
1089
|
-
property :display_name, as: 'displayName'
|
|
1090
|
-
property :firebase_app_id, as: 'firebaseAppId'
|
|
1091
|
-
property :measurement_id, as: 'measurementId'
|
|
1092
|
-
property :name, as: 'name'
|
|
1093
|
-
property :update_time, as: 'updateTime'
|
|
1094
|
-
end
|
|
1095
|
-
end
|
|
1096
|
-
|
|
1097
997
|
class GoogleProtobufEmpty
|
|
1098
998
|
# @private
|
|
1099
999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1058,153 +1058,6 @@ module Google
|
|
|
1058
1058
|
execute_or_queue_command(command, &block)
|
|
1059
1059
|
end
|
|
1060
1060
|
|
|
1061
|
-
# Deletes an android app stream on a property.
|
|
1062
|
-
# @param [String] name
|
|
1063
|
-
# Required. The name of the android app data stream to delete. Format:
|
|
1064
|
-
# properties/`property_id`/androidAppDataStreams/`stream_id` Example: "
|
|
1065
|
-
# properties/123/androidAppDataStreams/456"
|
|
1066
|
-
# @param [String] fields
|
|
1067
|
-
# Selector specifying which fields to include in a partial response.
|
|
1068
|
-
# @param [String] quota_user
|
|
1069
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
1070
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1071
|
-
# @param [Google::Apis::RequestOptions] options
|
|
1072
|
-
# Request-specific options
|
|
1073
|
-
#
|
|
1074
|
-
# @yield [result, err] Result & error if block supplied
|
|
1075
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
|
|
1076
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
1077
|
-
#
|
|
1078
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
|
|
1079
|
-
#
|
|
1080
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1081
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1082
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1083
|
-
def delete_property_android_app_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
1084
|
-
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
|
1085
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
|
|
1086
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
|
|
1087
|
-
command.params['name'] = name unless name.nil?
|
|
1088
|
-
command.query['fields'] = fields unless fields.nil?
|
|
1089
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1090
|
-
execute_or_queue_command(command, &block)
|
|
1091
|
-
end
|
|
1092
|
-
|
|
1093
|
-
# Lookup for a single AndroidAppDataStream
|
|
1094
|
-
# @param [String] name
|
|
1095
|
-
# Required. The name of the android app data stream to lookup. Format:
|
|
1096
|
-
# properties/`property_id`/androidAppDataStreams/`stream_id` Example: "
|
|
1097
|
-
# properties/123/androidAppDataStreams/456"
|
|
1098
|
-
# @param [String] fields
|
|
1099
|
-
# Selector specifying which fields to include in a partial response.
|
|
1100
|
-
# @param [String] quota_user
|
|
1101
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
1102
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1103
|
-
# @param [Google::Apis::RequestOptions] options
|
|
1104
|
-
# Request-specific options
|
|
1105
|
-
#
|
|
1106
|
-
# @yield [result, err] Result & error if block supplied
|
|
1107
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream] parsed result object
|
|
1108
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
1109
|
-
#
|
|
1110
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream]
|
|
1111
|
-
#
|
|
1112
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1113
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1114
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1115
|
-
def get_property_android_app_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
1116
|
-
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
|
1117
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
|
|
1118
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream
|
|
1119
|
-
command.params['name'] = name unless name.nil?
|
|
1120
|
-
command.query['fields'] = fields unless fields.nil?
|
|
1121
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1122
|
-
execute_or_queue_command(command, &block)
|
|
1123
|
-
end
|
|
1124
|
-
|
|
1125
|
-
# Returns child android app streams under the specified parent property. Android
|
|
1126
|
-
# app streams will be excluded if the caller does not have access. Returns an
|
|
1127
|
-
# empty list if no relevant android app streams are found.
|
|
1128
|
-
# @param [String] parent
|
|
1129
|
-
# Required. The name of the parent property. For example, to limit results to
|
|
1130
|
-
# app streams under the property with Id 123: "properties/123"
|
|
1131
|
-
# @param [Fixnum] page_size
|
|
1132
|
-
# The maximum number of resources to return. If unspecified, at most 50
|
|
1133
|
-
# resources will be returned. The maximum value is 200; (higher values will be
|
|
1134
|
-
# coerced to the maximum)
|
|
1135
|
-
# @param [String] page_token
|
|
1136
|
-
# A page token, received from a previous call. Provide this to retrieve the
|
|
1137
|
-
# subsequent page. When paginating, all other parameters provided to `
|
|
1138
|
-
# ListAndroidAppDataStreams` must match the call that provided the page token.
|
|
1139
|
-
# @param [String] fields
|
|
1140
|
-
# Selector specifying which fields to include in a partial response.
|
|
1141
|
-
# @param [String] quota_user
|
|
1142
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
1143
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1144
|
-
# @param [Google::Apis::RequestOptions] options
|
|
1145
|
-
# Request-specific options
|
|
1146
|
-
#
|
|
1147
|
-
# @yield [result, err] Result & error if block supplied
|
|
1148
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse] parsed result object
|
|
1149
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
1150
|
-
#
|
|
1151
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse]
|
|
1152
|
-
#
|
|
1153
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1154
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1155
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1156
|
-
def list_property_android_app_data_streams(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1157
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/androidAppDataStreams', options)
|
|
1158
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse::Representation
|
|
1159
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse
|
|
1160
|
-
command.params['parent'] = parent unless parent.nil?
|
|
1161
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
|
1162
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
|
1163
|
-
command.query['fields'] = fields unless fields.nil?
|
|
1164
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1165
|
-
execute_or_queue_command(command, &block)
|
|
1166
|
-
end
|
|
1167
|
-
|
|
1168
|
-
# Updates an android app stream on a property.
|
|
1169
|
-
# @param [String] name
|
|
1170
|
-
# Output only. Resource name of this Data Stream. Format: properties/`
|
|
1171
|
-
# property_id`/androidAppDataStreams/`stream_id` Example: "properties/1000/
|
|
1172
|
-
# androidAppDataStreams/2000"
|
|
1173
|
-
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream] google_analytics_admin_v1alpha_android_app_data_stream_object
|
|
1174
|
-
# @param [String] update_mask
|
|
1175
|
-
# Required. The list of fields to be updated. Field names must be in snake case (
|
|
1176
|
-
# e.g., "field_to_update"). Omitted fields will not be updated. To replace the
|
|
1177
|
-
# entire entity, use one path with the string "*" to match all fields.
|
|
1178
|
-
# @param [String] fields
|
|
1179
|
-
# Selector specifying which fields to include in a partial response.
|
|
1180
|
-
# @param [String] quota_user
|
|
1181
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
1182
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1183
|
-
# @param [Google::Apis::RequestOptions] options
|
|
1184
|
-
# Request-specific options
|
|
1185
|
-
#
|
|
1186
|
-
# @yield [result, err] Result & error if block supplied
|
|
1187
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream] parsed result object
|
|
1188
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
1189
|
-
#
|
|
1190
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream]
|
|
1191
|
-
#
|
|
1192
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1193
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1194
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1195
|
-
def patch_property_android_app_data_stream(name, google_analytics_admin_v1alpha_android_app_data_stream_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1196
|
-
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
|
1197
|
-
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
|
|
1198
|
-
command.request_object = google_analytics_admin_v1alpha_android_app_data_stream_object
|
|
1199
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
|
|
1200
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream
|
|
1201
|
-
command.params['name'] = name unless name.nil?
|
|
1202
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
1203
|
-
command.query['fields'] = fields unless fields.nil?
|
|
1204
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1205
|
-
execute_or_queue_command(command, &block)
|
|
1206
|
-
end
|
|
1207
|
-
|
|
1208
1061
|
# Creates a conversion event with the specified attributes.
|
|
1209
1062
|
# @param [String] parent
|
|
1210
1063
|
# Required. The resource name of the parent property where this conversion event
|
|
@@ -2728,154 +2581,6 @@ module Google
|
|
|
2728
2581
|
execute_or_queue_command(command, &block)
|
|
2729
2582
|
end
|
|
2730
2583
|
|
|
2731
|
-
# Deletes an iOS app stream on a property.
|
|
2732
|
-
# @param [String] name
|
|
2733
|
-
# Required. The name of the iOS app data stream to delete. Format: properties/`
|
|
2734
|
-
# property_id`/iosAppDataStreams/`stream_id` Example: "properties/123/
|
|
2735
|
-
# iosAppDataStreams/456"
|
|
2736
|
-
# @param [String] fields
|
|
2737
|
-
# Selector specifying which fields to include in a partial response.
|
|
2738
|
-
# @param [String] quota_user
|
|
2739
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
2740
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2741
|
-
# @param [Google::Apis::RequestOptions] options
|
|
2742
|
-
# Request-specific options
|
|
2743
|
-
#
|
|
2744
|
-
# @yield [result, err] Result & error if block supplied
|
|
2745
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
|
|
2746
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
2747
|
-
#
|
|
2748
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
|
|
2749
|
-
#
|
|
2750
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2751
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2752
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2753
|
-
def delete_property_ios_app_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
2754
|
-
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
|
2755
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
|
|
2756
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
|
|
2757
|
-
command.params['name'] = name unless name.nil?
|
|
2758
|
-
command.query['fields'] = fields unless fields.nil?
|
|
2759
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2760
|
-
execute_or_queue_command(command, &block)
|
|
2761
|
-
end
|
|
2762
|
-
|
|
2763
|
-
# Lookup for a single IosAppDataStream
|
|
2764
|
-
# @param [String] name
|
|
2765
|
-
# Required. The name of the iOS app data stream to lookup. Format: properties/`
|
|
2766
|
-
# property_id`/iosAppDataStreams/`stream_id` Example: "properties/123/
|
|
2767
|
-
# iosAppDataStreams/456"
|
|
2768
|
-
# @param [String] fields
|
|
2769
|
-
# Selector specifying which fields to include in a partial response.
|
|
2770
|
-
# @param [String] quota_user
|
|
2771
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
2772
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2773
|
-
# @param [Google::Apis::RequestOptions] options
|
|
2774
|
-
# Request-specific options
|
|
2775
|
-
#
|
|
2776
|
-
# @yield [result, err] Result & error if block supplied
|
|
2777
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream] parsed result object
|
|
2778
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
2779
|
-
#
|
|
2780
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream]
|
|
2781
|
-
#
|
|
2782
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2783
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2784
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2785
|
-
def get_property_ios_app_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
2786
|
-
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
|
2787
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
|
|
2788
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream
|
|
2789
|
-
command.params['name'] = name unless name.nil?
|
|
2790
|
-
command.query['fields'] = fields unless fields.nil?
|
|
2791
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2792
|
-
execute_or_queue_command(command, &block)
|
|
2793
|
-
end
|
|
2794
|
-
|
|
2795
|
-
# Returns child iOS app data streams under the specified parent property. iOS
|
|
2796
|
-
# app data streams will be excluded if the caller does not have access. Returns
|
|
2797
|
-
# an empty list if no relevant iOS app data streams are found.
|
|
2798
|
-
# @param [String] parent
|
|
2799
|
-
# Required. The name of the parent property. For example, to list results of app
|
|
2800
|
-
# streams under the property with Id 123: "properties/123"
|
|
2801
|
-
# @param [Fixnum] page_size
|
|
2802
|
-
# The maximum number of resources to return. If unspecified, at most 50
|
|
2803
|
-
# resources will be returned. The maximum value is 200; (higher values will be
|
|
2804
|
-
# coerced to the maximum)
|
|
2805
|
-
# @param [String] page_token
|
|
2806
|
-
# A page token, received from a previous `ListIosAppDataStreams` call. Provide
|
|
2807
|
-
# this to retrieve the subsequent page. When paginating, all other parameters
|
|
2808
|
-
# provided to `ListIosAppDataStreams` must match the call that provided the page
|
|
2809
|
-
# token.
|
|
2810
|
-
# @param [String] fields
|
|
2811
|
-
# Selector specifying which fields to include in a partial response.
|
|
2812
|
-
# @param [String] quota_user
|
|
2813
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
2814
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2815
|
-
# @param [Google::Apis::RequestOptions] options
|
|
2816
|
-
# Request-specific options
|
|
2817
|
-
#
|
|
2818
|
-
# @yield [result, err] Result & error if block supplied
|
|
2819
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse] parsed result object
|
|
2820
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
2821
|
-
#
|
|
2822
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse]
|
|
2823
|
-
#
|
|
2824
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2825
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2826
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2827
|
-
def list_property_ios_app_data_streams(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2828
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/iosAppDataStreams', options)
|
|
2829
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse::Representation
|
|
2830
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
|
|
2831
|
-
command.params['parent'] = parent unless parent.nil?
|
|
2832
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
|
2833
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
|
2834
|
-
command.query['fields'] = fields unless fields.nil?
|
|
2835
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2836
|
-
execute_or_queue_command(command, &block)
|
|
2837
|
-
end
|
|
2838
|
-
|
|
2839
|
-
# Updates an iOS app stream on a property.
|
|
2840
|
-
# @param [String] name
|
|
2841
|
-
# Output only. Resource name of this Data Stream. Format: properties/`
|
|
2842
|
-
# property_id`/iosAppDataStreams/`stream_id` Example: "properties/1000/
|
|
2843
|
-
# iosAppDataStreams/2000"
|
|
2844
|
-
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream] google_analytics_admin_v1alpha_ios_app_data_stream_object
|
|
2845
|
-
# @param [String] update_mask
|
|
2846
|
-
# Required. The list of fields to be updated. Field names must be in snake case (
|
|
2847
|
-
# e.g., "field_to_update"). Omitted fields will not be updated. To replace the
|
|
2848
|
-
# entire entity, use one path with the string "*" to match all fields.
|
|
2849
|
-
# @param [String] fields
|
|
2850
|
-
# Selector specifying which fields to include in a partial response.
|
|
2851
|
-
# @param [String] quota_user
|
|
2852
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
2853
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2854
|
-
# @param [Google::Apis::RequestOptions] options
|
|
2855
|
-
# Request-specific options
|
|
2856
|
-
#
|
|
2857
|
-
# @yield [result, err] Result & error if block supplied
|
|
2858
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream] parsed result object
|
|
2859
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
2860
|
-
#
|
|
2861
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream]
|
|
2862
|
-
#
|
|
2863
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2864
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2865
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2866
|
-
def patch_property_ios_app_data_stream(name, google_analytics_admin_v1alpha_ios_app_data_stream_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2867
|
-
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
|
2868
|
-
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
|
|
2869
|
-
command.request_object = google_analytics_admin_v1alpha_ios_app_data_stream_object
|
|
2870
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
|
|
2871
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream
|
|
2872
|
-
command.params['name'] = name unless name.nil?
|
|
2873
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
2874
|
-
command.query['fields'] = fields unless fields.nil?
|
|
2875
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2876
|
-
execute_or_queue_command(command, &block)
|
|
2877
|
-
end
|
|
2878
|
-
|
|
2879
2584
|
# Lists all user links on an account or property, including implicit ones that
|
|
2880
2585
|
# come from effective permissions granted by groups or organization admin roles.
|
|
2881
2586
|
# If a returned user link does not have direct permissions, they cannot be
|
|
@@ -3230,188 +2935,6 @@ module Google
|
|
|
3230
2935
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3231
2936
|
execute_or_queue_command(command, &block)
|
|
3232
2937
|
end
|
|
3233
|
-
|
|
3234
|
-
# Creates a web stream with the specified location and attributes.
|
|
3235
|
-
# @param [String] parent
|
|
3236
|
-
# Required. The parent resource where this web data stream will be created.
|
|
3237
|
-
# Format: properties/123
|
|
3238
|
-
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] google_analytics_admin_v1alpha_web_data_stream_object
|
|
3239
|
-
# @param [String] fields
|
|
3240
|
-
# Selector specifying which fields to include in a partial response.
|
|
3241
|
-
# @param [String] quota_user
|
|
3242
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
3243
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
3244
|
-
# @param [Google::Apis::RequestOptions] options
|
|
3245
|
-
# Request-specific options
|
|
3246
|
-
#
|
|
3247
|
-
# @yield [result, err] Result & error if block supplied
|
|
3248
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] parsed result object
|
|
3249
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
3250
|
-
#
|
|
3251
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream]
|
|
3252
|
-
#
|
|
3253
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3254
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3255
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3256
|
-
def create_property_web_data_stream(parent, google_analytics_admin_v1alpha_web_data_stream_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3257
|
-
command = make_simple_command(:post, 'v1alpha/{+parent}/webDataStreams', options)
|
|
3258
|
-
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
|
3259
|
-
command.request_object = google_analytics_admin_v1alpha_web_data_stream_object
|
|
3260
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
|
3261
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream
|
|
3262
|
-
command.params['parent'] = parent unless parent.nil?
|
|
3263
|
-
command.query['fields'] = fields unless fields.nil?
|
|
3264
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3265
|
-
execute_or_queue_command(command, &block)
|
|
3266
|
-
end
|
|
3267
|
-
|
|
3268
|
-
# Deletes a web stream on a property.
|
|
3269
|
-
# @param [String] name
|
|
3270
|
-
# Required. The name of the web data stream to delete. Format: properties/`
|
|
3271
|
-
# property_id`/webDataStreams/`stream_id` Example: "properties/123/
|
|
3272
|
-
# webDataStreams/456"
|
|
3273
|
-
# @param [String] fields
|
|
3274
|
-
# Selector specifying which fields to include in a partial response.
|
|
3275
|
-
# @param [String] quota_user
|
|
3276
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
3277
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
3278
|
-
# @param [Google::Apis::RequestOptions] options
|
|
3279
|
-
# Request-specific options
|
|
3280
|
-
#
|
|
3281
|
-
# @yield [result, err] Result & error if block supplied
|
|
3282
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
|
|
3283
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
3284
|
-
#
|
|
3285
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
|
|
3286
|
-
#
|
|
3287
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3288
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3289
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3290
|
-
def delete_property_web_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
3291
|
-
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
|
3292
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
|
|
3293
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
|
|
3294
|
-
command.params['name'] = name unless name.nil?
|
|
3295
|
-
command.query['fields'] = fields unless fields.nil?
|
|
3296
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3297
|
-
execute_or_queue_command(command, &block)
|
|
3298
|
-
end
|
|
3299
|
-
|
|
3300
|
-
# Lookup for a single WebDataStream
|
|
3301
|
-
# @param [String] name
|
|
3302
|
-
# Required. The name of the web data stream to lookup. Format: properties/`
|
|
3303
|
-
# property_id`/webDataStreams/`stream_id` Example: "properties/123/
|
|
3304
|
-
# webDataStreams/456"
|
|
3305
|
-
# @param [String] fields
|
|
3306
|
-
# Selector specifying which fields to include in a partial response.
|
|
3307
|
-
# @param [String] quota_user
|
|
3308
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
3309
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
3310
|
-
# @param [Google::Apis::RequestOptions] options
|
|
3311
|
-
# Request-specific options
|
|
3312
|
-
#
|
|
3313
|
-
# @yield [result, err] Result & error if block supplied
|
|
3314
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] parsed result object
|
|
3315
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
3316
|
-
#
|
|
3317
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream]
|
|
3318
|
-
#
|
|
3319
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3320
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3321
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3322
|
-
def get_property_web_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
3323
|
-
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
|
3324
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
|
3325
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream
|
|
3326
|
-
command.params['name'] = name unless name.nil?
|
|
3327
|
-
command.query['fields'] = fields unless fields.nil?
|
|
3328
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3329
|
-
execute_or_queue_command(command, &block)
|
|
3330
|
-
end
|
|
3331
|
-
|
|
3332
|
-
# Returns child web data streams under the specified parent property. Web data
|
|
3333
|
-
# streams will be excluded if the caller does not have access. Returns an empty
|
|
3334
|
-
# list if no relevant web data streams are found.
|
|
3335
|
-
# @param [String] parent
|
|
3336
|
-
# Required. The name of the parent property. For example, to list results of web
|
|
3337
|
-
# streams under the property with Id 123: "properties/123"
|
|
3338
|
-
# @param [Fixnum] page_size
|
|
3339
|
-
# The maximum number of resources to return. If unspecified, at most 50
|
|
3340
|
-
# resources will be returned. The maximum value is 200; (higher values will be
|
|
3341
|
-
# coerced to the maximum)
|
|
3342
|
-
# @param [String] page_token
|
|
3343
|
-
# A page token, received from a previous `ListWebDataStreams` call. Provide this
|
|
3344
|
-
# to retrieve the subsequent page. When paginating, all other parameters
|
|
3345
|
-
# provided to `ListWebDataStreams` must match the call that provided the page
|
|
3346
|
-
# token.
|
|
3347
|
-
# @param [String] fields
|
|
3348
|
-
# Selector specifying which fields to include in a partial response.
|
|
3349
|
-
# @param [String] quota_user
|
|
3350
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
3351
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
3352
|
-
# @param [Google::Apis::RequestOptions] options
|
|
3353
|
-
# Request-specific options
|
|
3354
|
-
#
|
|
3355
|
-
# @yield [result, err] Result & error if block supplied
|
|
3356
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse] parsed result object
|
|
3357
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
3358
|
-
#
|
|
3359
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse]
|
|
3360
|
-
#
|
|
3361
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3362
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3363
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3364
|
-
def list_property_web_data_streams(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3365
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/webDataStreams', options)
|
|
3366
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse::Representation
|
|
3367
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
|
|
3368
|
-
command.params['parent'] = parent unless parent.nil?
|
|
3369
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
|
3370
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
|
3371
|
-
command.query['fields'] = fields unless fields.nil?
|
|
3372
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3373
|
-
execute_or_queue_command(command, &block)
|
|
3374
|
-
end
|
|
3375
|
-
|
|
3376
|
-
# Updates a web stream on a property.
|
|
3377
|
-
# @param [String] name
|
|
3378
|
-
# Output only. Resource name of this Data Stream. Format: properties/`
|
|
3379
|
-
# property_id`/webDataStreams/`stream_id` Example: "properties/1000/
|
|
3380
|
-
# webDataStreams/2000"
|
|
3381
|
-
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] google_analytics_admin_v1alpha_web_data_stream_object
|
|
3382
|
-
# @param [String] update_mask
|
|
3383
|
-
# Required. The list of fields to be updated. Field names must be in snake case (
|
|
3384
|
-
# e.g., "field_to_update"). Omitted fields will not be updated. To replace the
|
|
3385
|
-
# entire entity, use one path with the string "*" to match all fields.
|
|
3386
|
-
# @param [String] fields
|
|
3387
|
-
# Selector specifying which fields to include in a partial response.
|
|
3388
|
-
# @param [String] quota_user
|
|
3389
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
|
3390
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
3391
|
-
# @param [Google::Apis::RequestOptions] options
|
|
3392
|
-
# Request-specific options
|
|
3393
|
-
#
|
|
3394
|
-
# @yield [result, err] Result & error if block supplied
|
|
3395
|
-
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] parsed result object
|
|
3396
|
-
# @yieldparam err [StandardError] error object if request failed
|
|
3397
|
-
#
|
|
3398
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream]
|
|
3399
|
-
#
|
|
3400
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3401
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3402
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3403
|
-
def patch_property_web_data_stream(name, google_analytics_admin_v1alpha_web_data_stream_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3404
|
-
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
|
3405
|
-
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
|
3406
|
-
command.request_object = google_analytics_admin_v1alpha_web_data_stream_object
|
|
3407
|
-
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
|
3408
|
-
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream
|
|
3409
|
-
command.params['name'] = name unless name.nil?
|
|
3410
|
-
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
3411
|
-
command.query['fields'] = fields unless fields.nil?
|
|
3412
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3413
|
-
execute_or_queue_command(command, &block)
|
|
3414
|
-
end
|
|
3415
2938
|
|
|
3416
2939
|
protected
|
|
3417
2940
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02-
|
|
11
|
+
date: 2022-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|