google-apis-analyticsadmin_v1alpha 0.24.0 → 0.27.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c60cc890b60c445820a4eb71cb4335576ca3609a8335ee153c3b414792bd37a9
4
- data.tar.gz: 599e8aec6454034a743e702a37e14e530edcf7b2f397f0873f312e29adb34be7
3
+ metadata.gz: 57502f4f3e70cead7a01ffafcd38a34efa8817d9db0a19223b14db4851095abc
4
+ data.tar.gz: 94384354f2ee57725fe4c89ed53aee07b0b94e032bd520a76df096ed13443fd5
5
5
  SHA512:
6
- metadata.gz: 58288730528fefb2ec7aaeaed6354fa2ac68affb7bf0653a4974a0c2b1498d15463b95c89bb51bf0e21fa724a34237b56850d04691dec451992b64e75f4970c5
7
- data.tar.gz: 716ddb762703645fda4c9d8785260223a1498163510b09526979ade93b545c31f3fe2c869a3b9640b0d4713b5d82b27dc2614a4ef48f8df92d85b49896f54542
6
+ metadata.gz: 1dab399b1f91ab7b8d3a29a4bda136a36ea8a962d3116796810a6882ada0d2f04c3252768b384e899b49d80adcae9d28a1ab129c4c03525d5d7652da69b0a5af
7
+ data.tar.gz: '09b5d8effe87fb419a65a25c647935facac100b71f520812fe4abacba8159d338ae92d75793568636a03e2a6d0b8083e2c1b235ced1dc76ead7fcf2bd0f52961'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.27.0 (2022-03-16)
4
+
5
+ * Regenerated from discovery document revision 20220315
6
+
7
+ ### v0.26.0 (2022-02-24)
8
+
9
+ * Regenerated from discovery document revision 20220222
10
+
11
+ ### v0.25.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220131
14
+
3
15
  ### v0.24.0 (2022-01-28)
4
16
 
5
17
  * Regenerated from discovery document revision 20220127
@@ -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
@@ -1349,12 +1295,13 @@ module Google
1349
1295
  end
1350
1296
 
1351
1297
  # Read-only resource with the tag for sending data from a website to a
1352
- # WebDataStream.
1298
+ # DataStream. Only present for web DataStream resources.
1353
1299
  class GoogleAnalyticsAdminV1alphaGlobalSiteTag
1354
1300
  include Google::Apis::Core::Hashable
1355
1301
 
1356
1302
  # Output only. Resource name for this GlobalSiteTag resource. Format: properties/
1357
- # `propertyId`/globalSiteTag
1303
+ # `property_id`/dataStreams/`stream_id`/globalSiteTag Example: "properties/123/
1304
+ # dataStreams/456/globalSiteTag"
1358
1305
  # Corresponds to the JSON property `name`
1359
1306
  # @return [String]
1360
1307
  attr_accessor :name
@@ -1470,60 +1417,6 @@ module Google
1470
1417
  end
1471
1418
  end
1472
1419
 
1473
- # A resource message representing a Google Analytics IOS app stream.
1474
- class GoogleAnalyticsAdminV1alphaIosAppDataStream
1475
- include Google::Apis::Core::Hashable
1476
-
1477
- # Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.
1478
- # example.myiosapp"
1479
- # Corresponds to the JSON property `bundleId`
1480
- # @return [String]
1481
- attr_accessor :bundle_id
1482
-
1483
- # Output only. Time when this stream was originally created.
1484
- # Corresponds to the JSON property `createTime`
1485
- # @return [String]
1486
- attr_accessor :create_time
1487
-
1488
- # Human-readable display name for the Data Stream. The max allowed display name
1489
- # length is 255 UTF-16 code units.
1490
- # Corresponds to the JSON property `displayName`
1491
- # @return [String]
1492
- attr_accessor :display_name
1493
-
1494
- # Output only. ID of the corresponding iOS app in Firebase, if any. This ID can
1495
- # change if the iOS app is deleted and recreated.
1496
- # Corresponds to the JSON property `firebaseAppId`
1497
- # @return [String]
1498
- attr_accessor :firebase_app_id
1499
-
1500
- # Output only. Resource name of this Data Stream. Format: properties/`
1501
- # property_id`/iosAppDataStreams/`stream_id` Example: "properties/1000/
1502
- # iosAppDataStreams/2000"
1503
- # Corresponds to the JSON property `name`
1504
- # @return [String]
1505
- attr_accessor :name
1506
-
1507
- # Output only. Time when stream payload fields were last updated.
1508
- # Corresponds to the JSON property `updateTime`
1509
- # @return [String]
1510
- attr_accessor :update_time
1511
-
1512
- def initialize(**args)
1513
- update!(**args)
1514
- end
1515
-
1516
- # Update properties of this object
1517
- def update!(**args)
1518
- @bundle_id = args[:bundle_id] if args.key?(:bundle_id)
1519
- @create_time = args[:create_time] if args.key?(:create_time)
1520
- @display_name = args[:display_name] if args.key?(:display_name)
1521
- @firebase_app_id = args[:firebase_app_id] if args.key?(:firebase_app_id)
1522
- @name = args[:name] if args.key?(:name)
1523
- @update_time = args[:update_time] if args.key?(:update_time)
1524
- end
1525
- end
1526
-
1527
1420
  # Status information for a link proposal.
1528
1421
  class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
1529
1422
  include Google::Apis::Core::Hashable
@@ -1607,32 +1500,6 @@ module Google
1607
1500
  end
1608
1501
  end
1609
1502
 
1610
- # Request message for ListAndroidDataStreams RPC.
1611
- class GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse
1612
- include Google::Apis::Core::Hashable
1613
-
1614
- # Results that matched the filter criteria and were accessible to the caller.
1615
- # Corresponds to the JSON property `androidAppDataStreams`
1616
- # @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream>]
1617
- attr_accessor :android_app_data_streams
1618
-
1619
- # A token, which can be sent as `page_token` to retrieve the next page. If this
1620
- # field is omitted, there are no subsequent pages.
1621
- # Corresponds to the JSON property `nextPageToken`
1622
- # @return [String]
1623
- attr_accessor :next_page_token
1624
-
1625
- def initialize(**args)
1626
- update!(**args)
1627
- end
1628
-
1629
- # Update properties of this object
1630
- def update!(**args)
1631
- @android_app_data_streams = args[:android_app_data_streams] if args.key?(:android_app_data_streams)
1632
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1633
- end
1634
- end
1635
-
1636
1503
  # Response message for ListConversionEvents RPC.
1637
1504
  class GoogleAnalyticsAdminV1alphaListConversionEventsResponse
1638
1505
  include Google::Apis::Core::Hashable
@@ -1842,32 +1709,6 @@ module Google
1842
1709
  end
1843
1710
  end
1844
1711
 
1845
- # Request message for ListIosAppDataStreams RPC.
1846
- class GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
1847
- include Google::Apis::Core::Hashable
1848
-
1849
- # Results that matched the filter criteria and were accessible to the caller.
1850
- # Corresponds to the JSON property `iosAppDataStreams`
1851
- # @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream>]
1852
- attr_accessor :ios_app_data_streams
1853
-
1854
- # A token, which can be sent as `page_token` to retrieve the next page. If this
1855
- # field is omitted, there are no subsequent pages.
1856
- # Corresponds to the JSON property `nextPageToken`
1857
- # @return [String]
1858
- attr_accessor :next_page_token
1859
-
1860
- def initialize(**args)
1861
- update!(**args)
1862
- end
1863
-
1864
- # Update properties of this object
1865
- def update!(**args)
1866
- @ios_app_data_streams = args[:ios_app_data_streams] if args.key?(:ios_app_data_streams)
1867
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1868
- end
1869
- end
1870
-
1871
1712
  # Response message for ListMeasurementProtocolSecret RPC
1872
1713
  class GoogleAnalyticsAdminV1alphaListMeasurementProtocolSecretsResponse
1873
1714
  include Google::Apis::Core::Hashable
@@ -1946,32 +1787,6 @@ module Google
1946
1787
  end
1947
1788
  end
1948
1789
 
1949
- # Request message for ListWebDataStreams RPC.
1950
- class GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
1951
- include Google::Apis::Core::Hashable
1952
-
1953
- # A token, which can be sent as `page_token` to retrieve the next page. If this
1954
- # field is omitted, there are no subsequent pages.
1955
- # Corresponds to the JSON property `nextPageToken`
1956
- # @return [String]
1957
- attr_accessor :next_page_token
1958
-
1959
- # Results that matched the filter criteria and were accessible to the caller.
1960
- # Corresponds to the JSON property `webDataStreams`
1961
- # @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream>]
1962
- attr_accessor :web_data_streams
1963
-
1964
- def initialize(**args)
1965
- update!(**args)
1966
- end
1967
-
1968
- # Update properties of this object
1969
- def update!(**args)
1970
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1971
- @web_data_streams = args[:web_data_streams] if args.key?(:web_data_streams)
1972
- end
1973
- end
1974
-
1975
1790
  # A secret value used for sending hits to Measurement Protocol.
1976
1791
  class GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret
1977
1792
  include Google::Apis::Core::Hashable
@@ -1982,7 +1797,7 @@ module Google
1982
1797
  attr_accessor :display_name
1983
1798
 
1984
1799
  # Output only. Resource name of this secret. This secret may be a child of any
1985
- # type of stream. Format: properties/`property`/webDataStreams/`webDataStream`/
1800
+ # type of stream. Format: properties/`property`/dataStreams/`dataStream`/
1986
1801
  # measurementProtocolSecrets/`measurementProtocolSecret`
1987
1802
  # Corresponds to the JSON property `name`
1988
1803
  # @return [String]
@@ -2059,12 +1874,20 @@ module Google
2059
1874
  attr_accessor :name
2060
1875
 
2061
1876
  # Immutable. Resource name of this property's logical parent. Note: The Property-
2062
- # Moving UI can be used to change the parent. Format: accounts/`account` Example:
2063
- # "accounts/100"
1877
+ # Moving UI can be used to change the parent. Format: accounts/`account`,
1878
+ # properties/`property` Example: "accounts/100", "properties/101"
2064
1879
  # Corresponds to the JSON property `parent`
2065
1880
  # @return [String]
2066
1881
  attr_accessor :parent
2067
1882
 
1883
+ # Immutable. The property type for this Property resource. When creating a
1884
+ # property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then "ORDINARY_PROPERTY"
1885
+ # will be implied. "SUBPROPERTY" and "ROLLUP_PROPERTY" types cannot yet be
1886
+ # created via Google Analytics Admin API.
1887
+ # Corresponds to the JSON property `propertyType`
1888
+ # @return [String]
1889
+ attr_accessor :property_type
1890
+
2068
1891
  # Output only. The Google Analytics service level that applies to this property.
2069
1892
  # Corresponds to the JSON property `serviceLevel`
2070
1893
  # @return [String]
@@ -2099,6 +1922,7 @@ module Google
2099
1922
  @industry_category = args[:industry_category] if args.key?(:industry_category)
2100
1923
  @name = args[:name] if args.key?(:name)
2101
1924
  @parent = args[:parent] if args.key?(:parent)
1925
+ @property_type = args[:property_type] if args.key?(:property_type)
2102
1926
  @service_level = args[:service_level] if args.key?(:service_level)
2103
1927
  @time_zone = args[:time_zone] if args.key?(:time_zone)
2104
1928
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -2114,12 +1938,24 @@ module Google
2114
1938
  # @return [String]
2115
1939
  attr_accessor :display_name
2116
1940
 
1941
+ # Resource name of this property's logical parent. Note: The Property-Moving UI
1942
+ # can be used to change the parent. Format: accounts/`account`, properties/`
1943
+ # property` Example: "accounts/100", "properties/200"
1944
+ # Corresponds to the JSON property `parent`
1945
+ # @return [String]
1946
+ attr_accessor :parent
1947
+
2117
1948
  # Resource name of property referred to by this property summary Format:
2118
1949
  # properties/`property_id` Example: "properties/1000"
2119
1950
  # Corresponds to the JSON property `property`
2120
1951
  # @return [String]
2121
1952
  attr_accessor :property
2122
1953
 
1954
+ # The property's property type.
1955
+ # Corresponds to the JSON property `propertyType`
1956
+ # @return [String]
1957
+ attr_accessor :property_type
1958
+
2123
1959
  def initialize(**args)
2124
1960
  update!(**args)
2125
1961
  end
@@ -2127,7 +1963,9 @@ module Google
2127
1963
  # Update properties of this object
2128
1964
  def update!(**args)
2129
1965
  @display_name = args[:display_name] if args.key?(:display_name)
1966
+ @parent = args[:parent] if args.key?(:parent)
2130
1967
  @property = args[:property] if args.key?(:property)
1968
+ @property_type = args[:property_type] if args.key?(:property_type)
2131
1969
  end
2132
1970
  end
2133
1971
 
@@ -2329,67 +2167,6 @@ module Google
2329
2167
  end
2330
2168
  end
2331
2169
 
2332
- # A resource message representing a Google Analytics web stream.
2333
- class GoogleAnalyticsAdminV1alphaWebDataStream
2334
- include Google::Apis::Core::Hashable
2335
-
2336
- # Output only. Time when this stream was originally created.
2337
- # Corresponds to the JSON property `createTime`
2338
- # @return [String]
2339
- attr_accessor :create_time
2340
-
2341
- # Immutable. Domain name of the web app being measured, or empty. Example: "http:
2342
- # //www.google.com", "https://www.google.com"
2343
- # Corresponds to the JSON property `defaultUri`
2344
- # @return [String]
2345
- attr_accessor :default_uri
2346
-
2347
- # Required. Human-readable display name for the Data Stream. The max allowed
2348
- # display name length is 255 UTF-16 code units.
2349
- # Corresponds to the JSON property `displayName`
2350
- # @return [String]
2351
- attr_accessor :display_name
2352
-
2353
- # Output only. ID of the corresponding web app in Firebase, if any. This ID can
2354
- # change if the web app is deleted and recreated.
2355
- # Corresponds to the JSON property `firebaseAppId`
2356
- # @return [String]
2357
- attr_accessor :firebase_app_id
2358
-
2359
- # Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-
2360
- # 1A2BCD345E" would just be "1A2BCD345E"
2361
- # Corresponds to the JSON property `measurementId`
2362
- # @return [String]
2363
- attr_accessor :measurement_id
2364
-
2365
- # Output only. Resource name of this Data Stream. Format: properties/`
2366
- # property_id`/webDataStreams/`stream_id` Example: "properties/1000/
2367
- # webDataStreams/2000"
2368
- # Corresponds to the JSON property `name`
2369
- # @return [String]
2370
- attr_accessor :name
2371
-
2372
- # Output only. Time when stream payload fields were last updated.
2373
- # Corresponds to the JSON property `updateTime`
2374
- # @return [String]
2375
- attr_accessor :update_time
2376
-
2377
- def initialize(**args)
2378
- update!(**args)
2379
- end
2380
-
2381
- # Update properties of this object
2382
- def update!(**args)
2383
- @create_time = args[:create_time] if args.key?(:create_time)
2384
- @default_uri = args[:default_uri] if args.key?(:default_uri)
2385
- @display_name = args[:display_name] if args.key?(:display_name)
2386
- @firebase_app_id = args[:firebase_app_id] if args.key?(:firebase_app_id)
2387
- @measurement_id = args[:measurement_id] if args.key?(:measurement_id)
2388
- @name = args[:name] if args.key?(:name)
2389
- @update_time = args[:update_time] if args.key?(:update_time)
2390
- end
2391
- end
2392
-
2393
2170
  # A generic empty message that you can re-use to avoid defining duplicated empty
2394
2171
  # messages in your APIs. A typical example is to use it as the request or the
2395
2172
  # 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.24.0"
19
+ GEM_VERSION = "0.27.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 = "20220127"
25
+ REVISION = "20220315"
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
@@ -1011,6 +924,7 @@ module Google
1011
924
  property :industry_category, as: 'industryCategory'
1012
925
  property :name, as: 'name'
1013
926
  property :parent, as: 'parent'
927
+ property :property_type, as: 'propertyType'
1014
928
  property :service_level, as: 'serviceLevel'
1015
929
  property :time_zone, as: 'timeZone'
1016
930
  property :update_time, as: 'updateTime'
@@ -1021,7 +935,9 @@ module Google
1021
935
  # @private
1022
936
  class Representation < Google::Apis::Core::JsonRepresentation
1023
937
  property :display_name, as: 'displayName'
938
+ property :parent, as: 'parent'
1024
939
  property :property, as: 'property'
940
+ property :property_type, as: 'propertyType'
1025
941
  end
1026
942
  end
1027
943
 
@@ -1081,19 +997,6 @@ module Google
1081
997
  end
1082
998
  end
1083
999
 
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
1000
  class GoogleProtobufEmpty
1098
1001
  # @private
1099
1002
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -890,14 +890,15 @@ module Google
890
890
  # default. Returns an empty list if no relevant properties are found.
891
891
  # @param [String] filter
892
892
  # Required. An expression for filtering the results of the request. Fields
893
- # eligible for filtering are: `parent:`(The resource name of the parent account)
894
- # or `ancestor:`(The resource name of the parent account) or `firebase_project:`(
895
- # The id or number of the linked firebase project). Some examples of filters: ```
896
- # | Filter | Description | |-----------------------------|----------------------
897
- # ---------------------| | parent:accounts/123 | The account with account id:
898
- # 123. | | ancestor:accounts/123 | The account with account id: 123. | |
899
- # firebase_project:project-id | The firebase project with id: project-id. | |
900
- # firebase_project:123 | The firebase project with number: 123. | ```
893
+ # eligible for filtering are: `parent:`(The resource name of the parent account/
894
+ # property) or `ancestor:`(The resource name of the parent account) or `
895
+ # firebase_project:`(The id or number of the linked firebase project). Some
896
+ # examples of filters: ``` | Filter | Description | |----------------------------
897
+ # -|-------------------------------------------| | parent:accounts/123 | The
898
+ # account with account id: 123. | | parent:properties/123 | The property with
899
+ # property id: 123. | | ancestor:accounts/123 | The account with account id: 123.
900
+ # | | firebase_project:project-id | The firebase project with id: project-id. |
901
+ # | firebase_project:123 | The firebase project with number: 123. | ```
901
902
  # @param [Fixnum] page_size
902
903
  # The maximum number of resources to return. The service may return fewer than
903
904
  # this value, even if there are additional pages. If unspecified, at most 50
@@ -1057,153 +1058,6 @@ module Google
1057
1058
  execute_or_queue_command(command, &block)
1058
1059
  end
1059
1060
 
1060
- # Deletes an android app stream on a property.
1061
- # @param [String] name
1062
- # Required. The name of the android app data stream to delete. Format:
1063
- # properties/`property_id`/androidAppDataStreams/`stream_id` Example: "
1064
- # properties/123/androidAppDataStreams/456"
1065
- # @param [String] fields
1066
- # Selector specifying which fields to include in a partial response.
1067
- # @param [String] quota_user
1068
- # Available to use for quota purposes for server-side applications. Can be any
1069
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1070
- # @param [Google::Apis::RequestOptions] options
1071
- # Request-specific options
1072
- #
1073
- # @yield [result, err] Result & error if block supplied
1074
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
1075
- # @yieldparam err [StandardError] error object if request failed
1076
- #
1077
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
1078
- #
1079
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1080
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1081
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1082
- def delete_property_android_app_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
1083
- command = make_simple_command(:delete, 'v1alpha/{+name}', options)
1084
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
1085
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
1086
- command.params['name'] = name unless name.nil?
1087
- command.query['fields'] = fields unless fields.nil?
1088
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1089
- execute_or_queue_command(command, &block)
1090
- end
1091
-
1092
- # Lookup for a single AndroidAppDataStream
1093
- # @param [String] name
1094
- # Required. The name of the android app data stream to lookup. Format:
1095
- # properties/`property_id`/androidAppDataStreams/`stream_id` Example: "
1096
- # properties/123/androidAppDataStreams/456"
1097
- # @param [String] fields
1098
- # Selector specifying which fields to include in a partial response.
1099
- # @param [String] quota_user
1100
- # Available to use for quota purposes for server-side applications. Can be any
1101
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1102
- # @param [Google::Apis::RequestOptions] options
1103
- # Request-specific options
1104
- #
1105
- # @yield [result, err] Result & error if block supplied
1106
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream] parsed result object
1107
- # @yieldparam err [StandardError] error object if request failed
1108
- #
1109
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream]
1110
- #
1111
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1112
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1113
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1114
- def get_property_android_app_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
1115
- command = make_simple_command(:get, 'v1alpha/{+name}', options)
1116
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
1117
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream
1118
- command.params['name'] = name unless name.nil?
1119
- command.query['fields'] = fields unless fields.nil?
1120
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1121
- execute_or_queue_command(command, &block)
1122
- end
1123
-
1124
- # Returns child android app streams under the specified parent property. Android
1125
- # app streams will be excluded if the caller does not have access. Returns an
1126
- # empty list if no relevant android app streams are found.
1127
- # @param [String] parent
1128
- # Required. The name of the parent property. For example, to limit results to
1129
- # app streams under the property with Id 123: "properties/123"
1130
- # @param [Fixnum] page_size
1131
- # The maximum number of resources to return. If unspecified, at most 50
1132
- # resources will be returned. The maximum value is 200; (higher values will be
1133
- # coerced to the maximum)
1134
- # @param [String] page_token
1135
- # A page token, received from a previous call. Provide this to retrieve the
1136
- # subsequent page. When paginating, all other parameters provided to `
1137
- # ListAndroidAppDataStreams` must match the call that provided the page token.
1138
- # @param [String] fields
1139
- # Selector specifying which fields to include in a partial response.
1140
- # @param [String] quota_user
1141
- # Available to use for quota purposes for server-side applications. Can be any
1142
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1143
- # @param [Google::Apis::RequestOptions] options
1144
- # Request-specific options
1145
- #
1146
- # @yield [result, err] Result & error if block supplied
1147
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse] parsed result object
1148
- # @yieldparam err [StandardError] error object if request failed
1149
- #
1150
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse]
1151
- #
1152
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1153
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1154
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1155
- def list_property_android_app_data_streams(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1156
- command = make_simple_command(:get, 'v1alpha/{+parent}/androidAppDataStreams', options)
1157
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse::Representation
1158
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListAndroidAppDataStreamsResponse
1159
- command.params['parent'] = parent unless parent.nil?
1160
- command.query['pageSize'] = page_size unless page_size.nil?
1161
- command.query['pageToken'] = page_token unless page_token.nil?
1162
- command.query['fields'] = fields unless fields.nil?
1163
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1164
- execute_or_queue_command(command, &block)
1165
- end
1166
-
1167
- # Updates an android app stream on a property.
1168
- # @param [String] name
1169
- # Output only. Resource name of this Data Stream. Format: properties/`
1170
- # property_id`/androidAppDataStreams/`stream_id` Example: "properties/1000/
1171
- # androidAppDataStreams/2000"
1172
- # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream] google_analytics_admin_v1alpha_android_app_data_stream_object
1173
- # @param [String] update_mask
1174
- # Required. The list of fields to be updated. Field names must be in snake case (
1175
- # e.g., "field_to_update"). Omitted fields will not be updated. To replace the
1176
- # entire entity, use one path with the string "*" to match all fields.
1177
- # @param [String] fields
1178
- # Selector specifying which fields to include in a partial response.
1179
- # @param [String] quota_user
1180
- # Available to use for quota purposes for server-side applications. Can be any
1181
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1182
- # @param [Google::Apis::RequestOptions] options
1183
- # Request-specific options
1184
- #
1185
- # @yield [result, err] Result & error if block supplied
1186
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream] parsed result object
1187
- # @yieldparam err [StandardError] error object if request failed
1188
- #
1189
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream]
1190
- #
1191
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1192
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1193
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1194
- 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)
1195
- command = make_simple_command(:patch, 'v1alpha/{+name}', options)
1196
- command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
1197
- command.request_object = google_analytics_admin_v1alpha_android_app_data_stream_object
1198
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
1199
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream
1200
- command.params['name'] = name unless name.nil?
1201
- command.query['updateMask'] = update_mask unless update_mask.nil?
1202
- command.query['fields'] = fields unless fields.nil?
1203
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1204
- execute_or_queue_command(command, &block)
1205
- end
1206
-
1207
1061
  # Creates a conversion event with the specified attributes.
1208
1062
  # @param [String] parent
1209
1063
  # Required. The resource name of the parent property where this conversion event
@@ -1795,6 +1649,40 @@ module Google
1795
1649
  execute_or_queue_command(command, &block)
1796
1650
  end
1797
1651
 
1652
+ # Returns the Site Tag for the specified web stream. Site Tags are immutable
1653
+ # singletons.
1654
+ # @param [String] name
1655
+ # Required. The name of the site tag to lookup. Note that site tags are
1656
+ # singletons and do not have unique IDs. Format: properties/`property_id`/
1657
+ # dataStreams/`stream_id`/globalSiteTag Example: "properties/123/dataStreams/456/
1658
+ # globalSiteTag"
1659
+ # @param [String] fields
1660
+ # Selector specifying which fields to include in a partial response.
1661
+ # @param [String] quota_user
1662
+ # Available to use for quota purposes for server-side applications. Can be any
1663
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1664
+ # @param [Google::Apis::RequestOptions] options
1665
+ # Request-specific options
1666
+ #
1667
+ # @yield [result, err] Result & error if block supplied
1668
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag] parsed result object
1669
+ # @yieldparam err [StandardError] error object if request failed
1670
+ #
1671
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag]
1672
+ #
1673
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1674
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1675
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1676
+ def get_property_data_stream_global_site_tag(name, fields: nil, quota_user: nil, options: nil, &block)
1677
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
1678
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag::Representation
1679
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag
1680
+ command.params['name'] = name unless name.nil?
1681
+ command.query['fields'] = fields unless fields.nil?
1682
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1683
+ execute_or_queue_command(command, &block)
1684
+ end
1685
+
1798
1686
  # Lists DataStreams on a property.
1799
1687
  # @param [String] parent
1800
1688
  # Required. Example format: properties/1234
@@ -2018,7 +1906,7 @@ module Google
2018
1906
  # Updates a measurement protocol secret.
2019
1907
  # @param [String] name
2020
1908
  # Output only. Resource name of this secret. This secret may be a child of any
2021
- # type of stream. Format: properties/`property`/webDataStreams/`webDataStream`/
1909
+ # type of stream. Format: properties/`property`/dataStreams/`dataStream`/
2022
1910
  # measurementProtocolSecrets/`measurementProtocolSecret`
2023
1911
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret] google_analytics_admin_v1alpha_measurement_protocol_secret_object
2024
1912
  # @param [String] update_mask
@@ -2693,154 +2581,6 @@ module Google
2693
2581
  execute_or_queue_command(command, &block)
2694
2582
  end
2695
2583
 
2696
- # Deletes an iOS app stream on a property.
2697
- # @param [String] name
2698
- # Required. The name of the iOS app data stream to delete. Format: properties/`
2699
- # property_id`/iosAppDataStreams/`stream_id` Example: "properties/123/
2700
- # iosAppDataStreams/456"
2701
- # @param [String] fields
2702
- # Selector specifying which fields to include in a partial response.
2703
- # @param [String] quota_user
2704
- # Available to use for quota purposes for server-side applications. Can be any
2705
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2706
- # @param [Google::Apis::RequestOptions] options
2707
- # Request-specific options
2708
- #
2709
- # @yield [result, err] Result & error if block supplied
2710
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
2711
- # @yieldparam err [StandardError] error object if request failed
2712
- #
2713
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
2714
- #
2715
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2716
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2717
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2718
- def delete_property_ios_app_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
2719
- command = make_simple_command(:delete, 'v1alpha/{+name}', options)
2720
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
2721
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
2722
- command.params['name'] = name unless name.nil?
2723
- command.query['fields'] = fields unless fields.nil?
2724
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2725
- execute_or_queue_command(command, &block)
2726
- end
2727
-
2728
- # Lookup for a single IosAppDataStream
2729
- # @param [String] name
2730
- # Required. The name of the iOS app data stream to lookup. Format: properties/`
2731
- # property_id`/iosAppDataStreams/`stream_id` Example: "properties/123/
2732
- # iosAppDataStreams/456"
2733
- # @param [String] fields
2734
- # Selector specifying which fields to include in a partial response.
2735
- # @param [String] quota_user
2736
- # Available to use for quota purposes for server-side applications. Can be any
2737
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2738
- # @param [Google::Apis::RequestOptions] options
2739
- # Request-specific options
2740
- #
2741
- # @yield [result, err] Result & error if block supplied
2742
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream] parsed result object
2743
- # @yieldparam err [StandardError] error object if request failed
2744
- #
2745
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream]
2746
- #
2747
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2748
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2749
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2750
- def get_property_ios_app_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
2751
- command = make_simple_command(:get, 'v1alpha/{+name}', options)
2752
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
2753
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream
2754
- command.params['name'] = name unless name.nil?
2755
- command.query['fields'] = fields unless fields.nil?
2756
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2757
- execute_or_queue_command(command, &block)
2758
- end
2759
-
2760
- # Returns child iOS app data streams under the specified parent property. iOS
2761
- # app data streams will be excluded if the caller does not have access. Returns
2762
- # an empty list if no relevant iOS app data streams are found.
2763
- # @param [String] parent
2764
- # Required. The name of the parent property. For example, to list results of app
2765
- # streams under the property with Id 123: "properties/123"
2766
- # @param [Fixnum] page_size
2767
- # The maximum number of resources to return. If unspecified, at most 50
2768
- # resources will be returned. The maximum value is 200; (higher values will be
2769
- # coerced to the maximum)
2770
- # @param [String] page_token
2771
- # A page token, received from a previous `ListIosAppDataStreams` call. Provide
2772
- # this to retrieve the subsequent page. When paginating, all other parameters
2773
- # provided to `ListIosAppDataStreams` must match the call that provided the page
2774
- # token.
2775
- # @param [String] fields
2776
- # Selector specifying which fields to include in a partial response.
2777
- # @param [String] quota_user
2778
- # Available to use for quota purposes for server-side applications. Can be any
2779
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2780
- # @param [Google::Apis::RequestOptions] options
2781
- # Request-specific options
2782
- #
2783
- # @yield [result, err] Result & error if block supplied
2784
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse] parsed result object
2785
- # @yieldparam err [StandardError] error object if request failed
2786
- #
2787
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse]
2788
- #
2789
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2790
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2791
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2792
- def list_property_ios_app_data_streams(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2793
- command = make_simple_command(:get, 'v1alpha/{+parent}/iosAppDataStreams', options)
2794
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse::Representation
2795
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
2796
- command.params['parent'] = parent unless parent.nil?
2797
- command.query['pageSize'] = page_size unless page_size.nil?
2798
- command.query['pageToken'] = page_token unless page_token.nil?
2799
- command.query['fields'] = fields unless fields.nil?
2800
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2801
- execute_or_queue_command(command, &block)
2802
- end
2803
-
2804
- # Updates an iOS app stream on a property.
2805
- # @param [String] name
2806
- # Output only. Resource name of this Data Stream. Format: properties/`
2807
- # property_id`/iosAppDataStreams/`stream_id` Example: "properties/1000/
2808
- # iosAppDataStreams/2000"
2809
- # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream] google_analytics_admin_v1alpha_ios_app_data_stream_object
2810
- # @param [String] update_mask
2811
- # Required. The list of fields to be updated. Field names must be in snake case (
2812
- # e.g., "field_to_update"). Omitted fields will not be updated. To replace the
2813
- # entire entity, use one path with the string "*" to match all fields.
2814
- # @param [String] fields
2815
- # Selector specifying which fields to include in a partial response.
2816
- # @param [String] quota_user
2817
- # Available to use for quota purposes for server-side applications. Can be any
2818
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2819
- # @param [Google::Apis::RequestOptions] options
2820
- # Request-specific options
2821
- #
2822
- # @yield [result, err] Result & error if block supplied
2823
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream] parsed result object
2824
- # @yieldparam err [StandardError] error object if request failed
2825
- #
2826
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream]
2827
- #
2828
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2829
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2830
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2831
- 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)
2832
- command = make_simple_command(:patch, 'v1alpha/{+name}', options)
2833
- command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
2834
- command.request_object = google_analytics_admin_v1alpha_ios_app_data_stream_object
2835
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
2836
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream
2837
- command.params['name'] = name unless name.nil?
2838
- command.query['updateMask'] = update_mask unless update_mask.nil?
2839
- command.query['fields'] = fields unless fields.nil?
2840
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2841
- execute_or_queue_command(command, &block)
2842
- end
2843
-
2844
2584
  # Lists all user links on an account or property, including implicit ones that
2845
2585
  # come from effective permissions granted by groups or organization admin roles.
2846
2586
  # If a returned user link does not have direct permissions, they cannot be
@@ -3195,222 +2935,6 @@ module Google
3195
2935
  command.query['quotaUser'] = quota_user unless quota_user.nil?
3196
2936
  execute_or_queue_command(command, &block)
3197
2937
  end
3198
-
3199
- # Creates a web stream with the specified location and attributes.
3200
- # @param [String] parent
3201
- # Required. The parent resource where this web data stream will be created.
3202
- # Format: properties/123
3203
- # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] google_analytics_admin_v1alpha_web_data_stream_object
3204
- # @param [String] fields
3205
- # Selector specifying which fields to include in a partial response.
3206
- # @param [String] quota_user
3207
- # Available to use for quota purposes for server-side applications. Can be any
3208
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3209
- # @param [Google::Apis::RequestOptions] options
3210
- # Request-specific options
3211
- #
3212
- # @yield [result, err] Result & error if block supplied
3213
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] parsed result object
3214
- # @yieldparam err [StandardError] error object if request failed
3215
- #
3216
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream]
3217
- #
3218
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3219
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3220
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3221
- def create_property_web_data_stream(parent, google_analytics_admin_v1alpha_web_data_stream_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3222
- command = make_simple_command(:post, 'v1alpha/{+parent}/webDataStreams', options)
3223
- command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
3224
- command.request_object = google_analytics_admin_v1alpha_web_data_stream_object
3225
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
3226
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream
3227
- command.params['parent'] = parent unless parent.nil?
3228
- command.query['fields'] = fields unless fields.nil?
3229
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3230
- execute_or_queue_command(command, &block)
3231
- end
3232
-
3233
- # Deletes a web stream on a property.
3234
- # @param [String] name
3235
- # Required. The name of the web data stream to delete. Format: properties/`
3236
- # property_id`/webDataStreams/`stream_id` Example: "properties/123/
3237
- # webDataStreams/456"
3238
- # @param [String] fields
3239
- # Selector specifying which fields to include in a partial response.
3240
- # @param [String] quota_user
3241
- # Available to use for quota purposes for server-side applications. Can be any
3242
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3243
- # @param [Google::Apis::RequestOptions] options
3244
- # Request-specific options
3245
- #
3246
- # @yield [result, err] Result & error if block supplied
3247
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
3248
- # @yieldparam err [StandardError] error object if request failed
3249
- #
3250
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
3251
- #
3252
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3253
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3254
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3255
- def delete_property_web_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
3256
- command = make_simple_command(:delete, 'v1alpha/{+name}', options)
3257
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
3258
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
3259
- command.params['name'] = name unless name.nil?
3260
- command.query['fields'] = fields unless fields.nil?
3261
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3262
- execute_or_queue_command(command, &block)
3263
- end
3264
-
3265
- # Lookup for a single WebDataStream
3266
- # @param [String] name
3267
- # Required. The name of the web data stream to lookup. Format: properties/`
3268
- # property_id`/webDataStreams/`stream_id` Example: "properties/123/
3269
- # webDataStreams/456"
3270
- # @param [String] fields
3271
- # Selector specifying which fields to include in a partial response.
3272
- # @param [String] quota_user
3273
- # Available to use for quota purposes for server-side applications. Can be any
3274
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3275
- # @param [Google::Apis::RequestOptions] options
3276
- # Request-specific options
3277
- #
3278
- # @yield [result, err] Result & error if block supplied
3279
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] parsed result object
3280
- # @yieldparam err [StandardError] error object if request failed
3281
- #
3282
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream]
3283
- #
3284
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3285
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3286
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3287
- def get_property_web_data_stream(name, fields: nil, quota_user: nil, options: nil, &block)
3288
- command = make_simple_command(:get, 'v1alpha/{+name}', options)
3289
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
3290
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream
3291
- command.params['name'] = name unless name.nil?
3292
- command.query['fields'] = fields unless fields.nil?
3293
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3294
- execute_or_queue_command(command, &block)
3295
- end
3296
-
3297
- # Returns the Site Tag for the specified web stream. Site Tags are immutable
3298
- # singletons.
3299
- # @param [String] name
3300
- # Required. The name of the site tag to lookup. Note that site tags are
3301
- # singletons and do not have unique IDs. Format: properties/`property_id`/
3302
- # webDataStreams/`stream_id`/globalSiteTag Example: "properties/123/
3303
- # webDataStreams/456/globalSiteTag"
3304
- # @param [String] fields
3305
- # Selector specifying which fields to include in a partial response.
3306
- # @param [String] quota_user
3307
- # Available to use for quota purposes for server-side applications. Can be any
3308
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3309
- # @param [Google::Apis::RequestOptions] options
3310
- # Request-specific options
3311
- #
3312
- # @yield [result, err] Result & error if block supplied
3313
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag] parsed result object
3314
- # @yieldparam err [StandardError] error object if request failed
3315
- #
3316
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag]
3317
- #
3318
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3319
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3320
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3321
- def get_property_web_data_stream_global_site_tag(name, fields: nil, quota_user: nil, options: nil, &block)
3322
- command = make_simple_command(:get, 'v1alpha/{+name}', options)
3323
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag::Representation
3324
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGlobalSiteTag
3325
- command.params['name'] = name unless name.nil?
3326
- command.query['fields'] = fields unless fields.nil?
3327
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3328
- execute_or_queue_command(command, &block)
3329
- end
3330
-
3331
- # Returns child web data streams under the specified parent property. Web data
3332
- # streams will be excluded if the caller does not have access. Returns an empty
3333
- # list if no relevant web data streams are found.
3334
- # @param [String] parent
3335
- # Required. The name of the parent property. For example, to list results of web
3336
- # streams under the property with Id 123: "properties/123"
3337
- # @param [Fixnum] page_size
3338
- # The maximum number of resources to return. If unspecified, at most 50
3339
- # resources will be returned. The maximum value is 200; (higher values will be
3340
- # coerced to the maximum)
3341
- # @param [String] page_token
3342
- # A page token, received from a previous `ListWebDataStreams` call. Provide this
3343
- # to retrieve the subsequent page. When paginating, all other parameters
3344
- # provided to `ListWebDataStreams` must match the call that provided the page
3345
- # token.
3346
- # @param [String] fields
3347
- # Selector specifying which fields to include in a partial response.
3348
- # @param [String] quota_user
3349
- # Available to use for quota purposes for server-side applications. Can be any
3350
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3351
- # @param [Google::Apis::RequestOptions] options
3352
- # Request-specific options
3353
- #
3354
- # @yield [result, err] Result & error if block supplied
3355
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse] parsed result object
3356
- # @yieldparam err [StandardError] error object if request failed
3357
- #
3358
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse]
3359
- #
3360
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3361
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3362
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3363
- def list_property_web_data_streams(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3364
- command = make_simple_command(:get, 'v1alpha/{+parent}/webDataStreams', options)
3365
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse::Representation
3366
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListWebDataStreamsResponse
3367
- command.params['parent'] = parent unless parent.nil?
3368
- command.query['pageSize'] = page_size unless page_size.nil?
3369
- command.query['pageToken'] = page_token unless page_token.nil?
3370
- command.query['fields'] = fields unless fields.nil?
3371
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3372
- execute_or_queue_command(command, &block)
3373
- end
3374
-
3375
- # Updates a web stream on a property.
3376
- # @param [String] name
3377
- # Output only. Resource name of this Data Stream. Format: properties/`
3378
- # property_id`/webDataStreams/`stream_id` Example: "properties/1000/
3379
- # webDataStreams/2000"
3380
- # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] google_analytics_admin_v1alpha_web_data_stream_object
3381
- # @param [String] update_mask
3382
- # Required. The list of fields to be updated. Field names must be in snake case (
3383
- # e.g., "field_to_update"). Omitted fields will not be updated. To replace the
3384
- # entire entity, use one path with the string "*" to match all fields.
3385
- # @param [String] fields
3386
- # Selector specifying which fields to include in a partial response.
3387
- # @param [String] quota_user
3388
- # Available to use for quota purposes for server-side applications. Can be any
3389
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3390
- # @param [Google::Apis::RequestOptions] options
3391
- # Request-specific options
3392
- #
3393
- # @yield [result, err] Result & error if block supplied
3394
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream] parsed result object
3395
- # @yieldparam err [StandardError] error object if request failed
3396
- #
3397
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream]
3398
- #
3399
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3400
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3401
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3402
- 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)
3403
- command = make_simple_command(:patch, 'v1alpha/{+name}', options)
3404
- command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
3405
- command.request_object = google_analytics_admin_v1alpha_web_data_stream_object
3406
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
3407
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream
3408
- command.params['name'] = name unless name.nil?
3409
- command.query['updateMask'] = update_mask unless update_mask.nil?
3410
- command.query['fields'] = fields unless fields.nil?
3411
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3412
- execute_or_queue_command(command, &block)
3413
- end
3414
2938
 
3415
2939
  protected
3416
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.24.0
4
+ version: 0.27.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-01-31 00:00:00.000000000 Z
11
+ date: 2022-03-21 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.27.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: []