google-analytics-admin-v1alpha 0.19.0 → 0.20.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.
@@ -59,7 +59,7 @@ module Google
59
59
 
60
60
  verb, uri, query_string_params, body = ServiceStub.transcode_get_account_request request_pb
61
61
  query_string_params = if query_string_params.any?
62
- query_string_params.to_h { |p| p.split("=", 2) }
62
+ query_string_params.to_h { |p| p.split "=", 2 }
63
63
  else
64
64
  {}
65
65
  end
@@ -97,7 +97,7 @@ module Google
97
97
 
98
98
  verb, uri, query_string_params, body = ServiceStub.transcode_list_accounts_request request_pb
99
99
  query_string_params = if query_string_params.any?
100
- query_string_params.to_h { |p| p.split("=", 2) }
100
+ query_string_params.to_h { |p| p.split "=", 2 }
101
101
  else
102
102
  {}
103
103
  end
@@ -135,7 +135,7 @@ module Google
135
135
 
136
136
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_account_request request_pb
137
137
  query_string_params = if query_string_params.any?
138
- query_string_params.to_h { |p| p.split("=", 2) }
138
+ query_string_params.to_h { |p| p.split "=", 2 }
139
139
  else
140
140
  {}
141
141
  end
@@ -173,7 +173,7 @@ module Google
173
173
 
174
174
  verb, uri, query_string_params, body = ServiceStub.transcode_update_account_request request_pb
175
175
  query_string_params = if query_string_params.any?
176
- query_string_params.to_h { |p| p.split("=", 2) }
176
+ query_string_params.to_h { |p| p.split "=", 2 }
177
177
  else
178
178
  {}
179
179
  end
@@ -211,7 +211,7 @@ module Google
211
211
 
212
212
  verb, uri, query_string_params, body = ServiceStub.transcode_provision_account_ticket_request request_pb
213
213
  query_string_params = if query_string_params.any?
214
- query_string_params.to_h { |p| p.split("=", 2) }
214
+ query_string_params.to_h { |p| p.split "=", 2 }
215
215
  else
216
216
  {}
217
217
  end
@@ -249,7 +249,7 @@ module Google
249
249
 
250
250
  verb, uri, query_string_params, body = ServiceStub.transcode_list_account_summaries_request request_pb
251
251
  query_string_params = if query_string_params.any?
252
- query_string_params.to_h { |p| p.split("=", 2) }
252
+ query_string_params.to_h { |p| p.split "=", 2 }
253
253
  else
254
254
  {}
255
255
  end
@@ -287,7 +287,7 @@ module Google
287
287
 
288
288
  verb, uri, query_string_params, body = ServiceStub.transcode_get_property_request request_pb
289
289
  query_string_params = if query_string_params.any?
290
- query_string_params.to_h { |p| p.split("=", 2) }
290
+ query_string_params.to_h { |p| p.split "=", 2 }
291
291
  else
292
292
  {}
293
293
  end
@@ -325,7 +325,7 @@ module Google
325
325
 
326
326
  verb, uri, query_string_params, body = ServiceStub.transcode_list_properties_request request_pb
327
327
  query_string_params = if query_string_params.any?
328
- query_string_params.to_h { |p| p.split("=", 2) }
328
+ query_string_params.to_h { |p| p.split "=", 2 }
329
329
  else
330
330
  {}
331
331
  end
@@ -363,7 +363,7 @@ module Google
363
363
 
364
364
  verb, uri, query_string_params, body = ServiceStub.transcode_create_property_request request_pb
365
365
  query_string_params = if query_string_params.any?
366
- query_string_params.to_h { |p| p.split("=", 2) }
366
+ query_string_params.to_h { |p| p.split "=", 2 }
367
367
  else
368
368
  {}
369
369
  end
@@ -401,7 +401,7 @@ module Google
401
401
 
402
402
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_property_request request_pb
403
403
  query_string_params = if query_string_params.any?
404
- query_string_params.to_h { |p| p.split("=", 2) }
404
+ query_string_params.to_h { |p| p.split "=", 2 }
405
405
  else
406
406
  {}
407
407
  end
@@ -439,7 +439,7 @@ module Google
439
439
 
440
440
  verb, uri, query_string_params, body = ServiceStub.transcode_update_property_request request_pb
441
441
  query_string_params = if query_string_params.any?
442
- query_string_params.to_h { |p| p.split("=", 2) }
442
+ query_string_params.to_h { |p| p.split "=", 2 }
443
443
  else
444
444
  {}
445
445
  end
@@ -477,7 +477,7 @@ module Google
477
477
 
478
478
  verb, uri, query_string_params, body = ServiceStub.transcode_get_user_link_request request_pb
479
479
  query_string_params = if query_string_params.any?
480
- query_string_params.to_h { |p| p.split("=", 2) }
480
+ query_string_params.to_h { |p| p.split "=", 2 }
481
481
  else
482
482
  {}
483
483
  end
@@ -515,7 +515,7 @@ module Google
515
515
 
516
516
  verb, uri, query_string_params, body = ServiceStub.transcode_batch_get_user_links_request request_pb
517
517
  query_string_params = if query_string_params.any?
518
- query_string_params.to_h { |p| p.split("=", 2) }
518
+ query_string_params.to_h { |p| p.split "=", 2 }
519
519
  else
520
520
  {}
521
521
  end
@@ -553,7 +553,7 @@ module Google
553
553
 
554
554
  verb, uri, query_string_params, body = ServiceStub.transcode_list_user_links_request request_pb
555
555
  query_string_params = if query_string_params.any?
556
- query_string_params.to_h { |p| p.split("=", 2) }
556
+ query_string_params.to_h { |p| p.split "=", 2 }
557
557
  else
558
558
  {}
559
559
  end
@@ -591,7 +591,7 @@ module Google
591
591
 
592
592
  verb, uri, query_string_params, body = ServiceStub.transcode_audit_user_links_request request_pb
593
593
  query_string_params = if query_string_params.any?
594
- query_string_params.to_h { |p| p.split("=", 2) }
594
+ query_string_params.to_h { |p| p.split "=", 2 }
595
595
  else
596
596
  {}
597
597
  end
@@ -629,7 +629,7 @@ module Google
629
629
 
630
630
  verb, uri, query_string_params, body = ServiceStub.transcode_create_user_link_request request_pb
631
631
  query_string_params = if query_string_params.any?
632
- query_string_params.to_h { |p| p.split("=", 2) }
632
+ query_string_params.to_h { |p| p.split "=", 2 }
633
633
  else
634
634
  {}
635
635
  end
@@ -667,7 +667,7 @@ module Google
667
667
 
668
668
  verb, uri, query_string_params, body = ServiceStub.transcode_batch_create_user_links_request request_pb
669
669
  query_string_params = if query_string_params.any?
670
- query_string_params.to_h { |p| p.split("=", 2) }
670
+ query_string_params.to_h { |p| p.split "=", 2 }
671
671
  else
672
672
  {}
673
673
  end
@@ -705,7 +705,7 @@ module Google
705
705
 
706
706
  verb, uri, query_string_params, body = ServiceStub.transcode_update_user_link_request request_pb
707
707
  query_string_params = if query_string_params.any?
708
- query_string_params.to_h { |p| p.split("=", 2) }
708
+ query_string_params.to_h { |p| p.split "=", 2 }
709
709
  else
710
710
  {}
711
711
  end
@@ -743,7 +743,7 @@ module Google
743
743
 
744
744
  verb, uri, query_string_params, body = ServiceStub.transcode_batch_update_user_links_request request_pb
745
745
  query_string_params = if query_string_params.any?
746
- query_string_params.to_h { |p| p.split("=", 2) }
746
+ query_string_params.to_h { |p| p.split "=", 2 }
747
747
  else
748
748
  {}
749
749
  end
@@ -781,7 +781,7 @@ module Google
781
781
 
782
782
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_user_link_request request_pb
783
783
  query_string_params = if query_string_params.any?
784
- query_string_params.to_h { |p| p.split("=", 2) }
784
+ query_string_params.to_h { |p| p.split "=", 2 }
785
785
  else
786
786
  {}
787
787
  end
@@ -819,7 +819,7 @@ module Google
819
819
 
820
820
  verb, uri, query_string_params, body = ServiceStub.transcode_batch_delete_user_links_request request_pb
821
821
  query_string_params = if query_string_params.any?
822
- query_string_params.to_h { |p| p.split("=", 2) }
822
+ query_string_params.to_h { |p| p.split "=", 2 }
823
823
  else
824
824
  {}
825
825
  end
@@ -857,7 +857,7 @@ module Google
857
857
 
858
858
  verb, uri, query_string_params, body = ServiceStub.transcode_create_firebase_link_request request_pb
859
859
  query_string_params = if query_string_params.any?
860
- query_string_params.to_h { |p| p.split("=", 2) }
860
+ query_string_params.to_h { |p| p.split "=", 2 }
861
861
  else
862
862
  {}
863
863
  end
@@ -895,7 +895,7 @@ module Google
895
895
 
896
896
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_firebase_link_request request_pb
897
897
  query_string_params = if query_string_params.any?
898
- query_string_params.to_h { |p| p.split("=", 2) }
898
+ query_string_params.to_h { |p| p.split "=", 2 }
899
899
  else
900
900
  {}
901
901
  end
@@ -933,7 +933,7 @@ module Google
933
933
 
934
934
  verb, uri, query_string_params, body = ServiceStub.transcode_list_firebase_links_request request_pb
935
935
  query_string_params = if query_string_params.any?
936
- query_string_params.to_h { |p| p.split("=", 2) }
936
+ query_string_params.to_h { |p| p.split "=", 2 }
937
937
  else
938
938
  {}
939
939
  end
@@ -971,7 +971,7 @@ module Google
971
971
 
972
972
  verb, uri, query_string_params, body = ServiceStub.transcode_get_global_site_tag_request request_pb
973
973
  query_string_params = if query_string_params.any?
974
- query_string_params.to_h { |p| p.split("=", 2) }
974
+ query_string_params.to_h { |p| p.split "=", 2 }
975
975
  else
976
976
  {}
977
977
  end
@@ -1009,7 +1009,7 @@ module Google
1009
1009
 
1010
1010
  verb, uri, query_string_params, body = ServiceStub.transcode_create_google_ads_link_request request_pb
1011
1011
  query_string_params = if query_string_params.any?
1012
- query_string_params.to_h { |p| p.split("=", 2) }
1012
+ query_string_params.to_h { |p| p.split "=", 2 }
1013
1013
  else
1014
1014
  {}
1015
1015
  end
@@ -1047,7 +1047,7 @@ module Google
1047
1047
 
1048
1048
  verb, uri, query_string_params, body = ServiceStub.transcode_update_google_ads_link_request request_pb
1049
1049
  query_string_params = if query_string_params.any?
1050
- query_string_params.to_h { |p| p.split("=", 2) }
1050
+ query_string_params.to_h { |p| p.split "=", 2 }
1051
1051
  else
1052
1052
  {}
1053
1053
  end
@@ -1085,7 +1085,7 @@ module Google
1085
1085
 
1086
1086
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_google_ads_link_request request_pb
1087
1087
  query_string_params = if query_string_params.any?
1088
- query_string_params.to_h { |p| p.split("=", 2) }
1088
+ query_string_params.to_h { |p| p.split "=", 2 }
1089
1089
  else
1090
1090
  {}
1091
1091
  end
@@ -1123,7 +1123,7 @@ module Google
1123
1123
 
1124
1124
  verb, uri, query_string_params, body = ServiceStub.transcode_list_google_ads_links_request request_pb
1125
1125
  query_string_params = if query_string_params.any?
1126
- query_string_params.to_h { |p| p.split("=", 2) }
1126
+ query_string_params.to_h { |p| p.split "=", 2 }
1127
1127
  else
1128
1128
  {}
1129
1129
  end
@@ -1161,7 +1161,7 @@ module Google
1161
1161
 
1162
1162
  verb, uri, query_string_params, body = ServiceStub.transcode_get_data_sharing_settings_request request_pb
1163
1163
  query_string_params = if query_string_params.any?
1164
- query_string_params.to_h { |p| p.split("=", 2) }
1164
+ query_string_params.to_h { |p| p.split "=", 2 }
1165
1165
  else
1166
1166
  {}
1167
1167
  end
@@ -1199,7 +1199,7 @@ module Google
1199
1199
 
1200
1200
  verb, uri, query_string_params, body = ServiceStub.transcode_get_measurement_protocol_secret_request request_pb
1201
1201
  query_string_params = if query_string_params.any?
1202
- query_string_params.to_h { |p| p.split("=", 2) }
1202
+ query_string_params.to_h { |p| p.split "=", 2 }
1203
1203
  else
1204
1204
  {}
1205
1205
  end
@@ -1237,7 +1237,7 @@ module Google
1237
1237
 
1238
1238
  verb, uri, query_string_params, body = ServiceStub.transcode_list_measurement_protocol_secrets_request request_pb
1239
1239
  query_string_params = if query_string_params.any?
1240
- query_string_params.to_h { |p| p.split("=", 2) }
1240
+ query_string_params.to_h { |p| p.split "=", 2 }
1241
1241
  else
1242
1242
  {}
1243
1243
  end
@@ -1275,7 +1275,7 @@ module Google
1275
1275
 
1276
1276
  verb, uri, query_string_params, body = ServiceStub.transcode_create_measurement_protocol_secret_request request_pb
1277
1277
  query_string_params = if query_string_params.any?
1278
- query_string_params.to_h { |p| p.split("=", 2) }
1278
+ query_string_params.to_h { |p| p.split "=", 2 }
1279
1279
  else
1280
1280
  {}
1281
1281
  end
@@ -1313,7 +1313,7 @@ module Google
1313
1313
 
1314
1314
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_measurement_protocol_secret_request request_pb
1315
1315
  query_string_params = if query_string_params.any?
1316
- query_string_params.to_h { |p| p.split("=", 2) }
1316
+ query_string_params.to_h { |p| p.split "=", 2 }
1317
1317
  else
1318
1318
  {}
1319
1319
  end
@@ -1351,7 +1351,7 @@ module Google
1351
1351
 
1352
1352
  verb, uri, query_string_params, body = ServiceStub.transcode_update_measurement_protocol_secret_request request_pb
1353
1353
  query_string_params = if query_string_params.any?
1354
- query_string_params.to_h { |p| p.split("=", 2) }
1354
+ query_string_params.to_h { |p| p.split "=", 2 }
1355
1355
  else
1356
1356
  {}
1357
1357
  end
@@ -1389,7 +1389,7 @@ module Google
1389
1389
 
1390
1390
  verb, uri, query_string_params, body = ServiceStub.transcode_acknowledge_user_data_collection_request request_pb
1391
1391
  query_string_params = if query_string_params.any?
1392
- query_string_params.to_h { |p| p.split("=", 2) }
1392
+ query_string_params.to_h { |p| p.split "=", 2 }
1393
1393
  else
1394
1394
  {}
1395
1395
  end
@@ -1427,7 +1427,7 @@ module Google
1427
1427
 
1428
1428
  verb, uri, query_string_params, body = ServiceStub.transcode_search_change_history_events_request request_pb
1429
1429
  query_string_params = if query_string_params.any?
1430
- query_string_params.to_h { |p| p.split("=", 2) }
1430
+ query_string_params.to_h { |p| p.split "=", 2 }
1431
1431
  else
1432
1432
  {}
1433
1433
  end
@@ -1465,7 +1465,7 @@ module Google
1465
1465
 
1466
1466
  verb, uri, query_string_params, body = ServiceStub.transcode_get_google_signals_settings_request request_pb
1467
1467
  query_string_params = if query_string_params.any?
1468
- query_string_params.to_h { |p| p.split("=", 2) }
1468
+ query_string_params.to_h { |p| p.split "=", 2 }
1469
1469
  else
1470
1470
  {}
1471
1471
  end
@@ -1503,7 +1503,7 @@ module Google
1503
1503
 
1504
1504
  verb, uri, query_string_params, body = ServiceStub.transcode_update_google_signals_settings_request request_pb
1505
1505
  query_string_params = if query_string_params.any?
1506
- query_string_params.to_h { |p| p.split("=", 2) }
1506
+ query_string_params.to_h { |p| p.split "=", 2 }
1507
1507
  else
1508
1508
  {}
1509
1509
  end
@@ -1541,7 +1541,7 @@ module Google
1541
1541
 
1542
1542
  verb, uri, query_string_params, body = ServiceStub.transcode_create_conversion_event_request request_pb
1543
1543
  query_string_params = if query_string_params.any?
1544
- query_string_params.to_h { |p| p.split("=", 2) }
1544
+ query_string_params.to_h { |p| p.split "=", 2 }
1545
1545
  else
1546
1546
  {}
1547
1547
  end
@@ -1579,7 +1579,7 @@ module Google
1579
1579
 
1580
1580
  verb, uri, query_string_params, body = ServiceStub.transcode_get_conversion_event_request request_pb
1581
1581
  query_string_params = if query_string_params.any?
1582
- query_string_params.to_h { |p| p.split("=", 2) }
1582
+ query_string_params.to_h { |p| p.split "=", 2 }
1583
1583
  else
1584
1584
  {}
1585
1585
  end
@@ -1617,7 +1617,7 @@ module Google
1617
1617
 
1618
1618
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_conversion_event_request request_pb
1619
1619
  query_string_params = if query_string_params.any?
1620
- query_string_params.to_h { |p| p.split("=", 2) }
1620
+ query_string_params.to_h { |p| p.split "=", 2 }
1621
1621
  else
1622
1622
  {}
1623
1623
  end
@@ -1655,7 +1655,7 @@ module Google
1655
1655
 
1656
1656
  verb, uri, query_string_params, body = ServiceStub.transcode_list_conversion_events_request request_pb
1657
1657
  query_string_params = if query_string_params.any?
1658
- query_string_params.to_h { |p| p.split("=", 2) }
1658
+ query_string_params.to_h { |p| p.split "=", 2 }
1659
1659
  else
1660
1660
  {}
1661
1661
  end
@@ -1693,7 +1693,7 @@ module Google
1693
1693
 
1694
1694
  verb, uri, query_string_params, body = ServiceStub.transcode_get_display_video360_advertiser_link_request request_pb
1695
1695
  query_string_params = if query_string_params.any?
1696
- query_string_params.to_h { |p| p.split("=", 2) }
1696
+ query_string_params.to_h { |p| p.split "=", 2 }
1697
1697
  else
1698
1698
  {}
1699
1699
  end
@@ -1731,7 +1731,7 @@ module Google
1731
1731
 
1732
1732
  verb, uri, query_string_params, body = ServiceStub.transcode_list_display_video360_advertiser_links_request request_pb
1733
1733
  query_string_params = if query_string_params.any?
1734
- query_string_params.to_h { |p| p.split("=", 2) }
1734
+ query_string_params.to_h { |p| p.split "=", 2 }
1735
1735
  else
1736
1736
  {}
1737
1737
  end
@@ -1769,7 +1769,7 @@ module Google
1769
1769
 
1770
1770
  verb, uri, query_string_params, body = ServiceStub.transcode_create_display_video360_advertiser_link_request request_pb
1771
1771
  query_string_params = if query_string_params.any?
1772
- query_string_params.to_h { |p| p.split("=", 2) }
1772
+ query_string_params.to_h { |p| p.split "=", 2 }
1773
1773
  else
1774
1774
  {}
1775
1775
  end
@@ -1807,7 +1807,7 @@ module Google
1807
1807
 
1808
1808
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_display_video360_advertiser_link_request request_pb
1809
1809
  query_string_params = if query_string_params.any?
1810
- query_string_params.to_h { |p| p.split("=", 2) }
1810
+ query_string_params.to_h { |p| p.split "=", 2 }
1811
1811
  else
1812
1812
  {}
1813
1813
  end
@@ -1845,7 +1845,7 @@ module Google
1845
1845
 
1846
1846
  verb, uri, query_string_params, body = ServiceStub.transcode_update_display_video360_advertiser_link_request request_pb
1847
1847
  query_string_params = if query_string_params.any?
1848
- query_string_params.to_h { |p| p.split("=", 2) }
1848
+ query_string_params.to_h { |p| p.split "=", 2 }
1849
1849
  else
1850
1850
  {}
1851
1851
  end
@@ -1883,7 +1883,7 @@ module Google
1883
1883
 
1884
1884
  verb, uri, query_string_params, body = ServiceStub.transcode_get_display_video360_advertiser_link_proposal_request request_pb
1885
1885
  query_string_params = if query_string_params.any?
1886
- query_string_params.to_h { |p| p.split("=", 2) }
1886
+ query_string_params.to_h { |p| p.split "=", 2 }
1887
1887
  else
1888
1888
  {}
1889
1889
  end
@@ -1921,7 +1921,7 @@ module Google
1921
1921
 
1922
1922
  verb, uri, query_string_params, body = ServiceStub.transcode_list_display_video360_advertiser_link_proposals_request request_pb
1923
1923
  query_string_params = if query_string_params.any?
1924
- query_string_params.to_h { |p| p.split("=", 2) }
1924
+ query_string_params.to_h { |p| p.split "=", 2 }
1925
1925
  else
1926
1926
  {}
1927
1927
  end
@@ -1959,7 +1959,7 @@ module Google
1959
1959
 
1960
1960
  verb, uri, query_string_params, body = ServiceStub.transcode_create_display_video360_advertiser_link_proposal_request request_pb
1961
1961
  query_string_params = if query_string_params.any?
1962
- query_string_params.to_h { |p| p.split("=", 2) }
1962
+ query_string_params.to_h { |p| p.split "=", 2 }
1963
1963
  else
1964
1964
  {}
1965
1965
  end
@@ -1997,7 +1997,7 @@ module Google
1997
1997
 
1998
1998
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_display_video360_advertiser_link_proposal_request request_pb
1999
1999
  query_string_params = if query_string_params.any?
2000
- query_string_params.to_h { |p| p.split("=", 2) }
2000
+ query_string_params.to_h { |p| p.split "=", 2 }
2001
2001
  else
2002
2002
  {}
2003
2003
  end
@@ -2035,7 +2035,7 @@ module Google
2035
2035
 
2036
2036
  verb, uri, query_string_params, body = ServiceStub.transcode_approve_display_video360_advertiser_link_proposal_request request_pb
2037
2037
  query_string_params = if query_string_params.any?
2038
- query_string_params.to_h { |p| p.split("=", 2) }
2038
+ query_string_params.to_h { |p| p.split "=", 2 }
2039
2039
  else
2040
2040
  {}
2041
2041
  end
@@ -2073,7 +2073,7 @@ module Google
2073
2073
 
2074
2074
  verb, uri, query_string_params, body = ServiceStub.transcode_cancel_display_video360_advertiser_link_proposal_request request_pb
2075
2075
  query_string_params = if query_string_params.any?
2076
- query_string_params.to_h { |p| p.split("=", 2) }
2076
+ query_string_params.to_h { |p| p.split "=", 2 }
2077
2077
  else
2078
2078
  {}
2079
2079
  end
@@ -2111,7 +2111,7 @@ module Google
2111
2111
 
2112
2112
  verb, uri, query_string_params, body = ServiceStub.transcode_create_custom_dimension_request request_pb
2113
2113
  query_string_params = if query_string_params.any?
2114
- query_string_params.to_h { |p| p.split("=", 2) }
2114
+ query_string_params.to_h { |p| p.split "=", 2 }
2115
2115
  else
2116
2116
  {}
2117
2117
  end
@@ -2149,7 +2149,7 @@ module Google
2149
2149
 
2150
2150
  verb, uri, query_string_params, body = ServiceStub.transcode_update_custom_dimension_request request_pb
2151
2151
  query_string_params = if query_string_params.any?
2152
- query_string_params.to_h { |p| p.split("=", 2) }
2152
+ query_string_params.to_h { |p| p.split "=", 2 }
2153
2153
  else
2154
2154
  {}
2155
2155
  end
@@ -2187,7 +2187,7 @@ module Google
2187
2187
 
2188
2188
  verb, uri, query_string_params, body = ServiceStub.transcode_list_custom_dimensions_request request_pb
2189
2189
  query_string_params = if query_string_params.any?
2190
- query_string_params.to_h { |p| p.split("=", 2) }
2190
+ query_string_params.to_h { |p| p.split "=", 2 }
2191
2191
  else
2192
2192
  {}
2193
2193
  end
@@ -2225,7 +2225,7 @@ module Google
2225
2225
 
2226
2226
  verb, uri, query_string_params, body = ServiceStub.transcode_archive_custom_dimension_request request_pb
2227
2227
  query_string_params = if query_string_params.any?
2228
- query_string_params.to_h { |p| p.split("=", 2) }
2228
+ query_string_params.to_h { |p| p.split "=", 2 }
2229
2229
  else
2230
2230
  {}
2231
2231
  end
@@ -2263,7 +2263,7 @@ module Google
2263
2263
 
2264
2264
  verb, uri, query_string_params, body = ServiceStub.transcode_get_custom_dimension_request request_pb
2265
2265
  query_string_params = if query_string_params.any?
2266
- query_string_params.to_h { |p| p.split("=", 2) }
2266
+ query_string_params.to_h { |p| p.split "=", 2 }
2267
2267
  else
2268
2268
  {}
2269
2269
  end
@@ -2301,7 +2301,7 @@ module Google
2301
2301
 
2302
2302
  verb, uri, query_string_params, body = ServiceStub.transcode_create_custom_metric_request request_pb
2303
2303
  query_string_params = if query_string_params.any?
2304
- query_string_params.to_h { |p| p.split("=", 2) }
2304
+ query_string_params.to_h { |p| p.split "=", 2 }
2305
2305
  else
2306
2306
  {}
2307
2307
  end
@@ -2339,7 +2339,7 @@ module Google
2339
2339
 
2340
2340
  verb, uri, query_string_params, body = ServiceStub.transcode_update_custom_metric_request request_pb
2341
2341
  query_string_params = if query_string_params.any?
2342
- query_string_params.to_h { |p| p.split("=", 2) }
2342
+ query_string_params.to_h { |p| p.split "=", 2 }
2343
2343
  else
2344
2344
  {}
2345
2345
  end
@@ -2377,7 +2377,7 @@ module Google
2377
2377
 
2378
2378
  verb, uri, query_string_params, body = ServiceStub.transcode_list_custom_metrics_request request_pb
2379
2379
  query_string_params = if query_string_params.any?
2380
- query_string_params.to_h { |p| p.split("=", 2) }
2380
+ query_string_params.to_h { |p| p.split "=", 2 }
2381
2381
  else
2382
2382
  {}
2383
2383
  end
@@ -2415,7 +2415,7 @@ module Google
2415
2415
 
2416
2416
  verb, uri, query_string_params, body = ServiceStub.transcode_archive_custom_metric_request request_pb
2417
2417
  query_string_params = if query_string_params.any?
2418
- query_string_params.to_h { |p| p.split("=", 2) }
2418
+ query_string_params.to_h { |p| p.split "=", 2 }
2419
2419
  else
2420
2420
  {}
2421
2421
  end
@@ -2453,7 +2453,7 @@ module Google
2453
2453
 
2454
2454
  verb, uri, query_string_params, body = ServiceStub.transcode_get_custom_metric_request request_pb
2455
2455
  query_string_params = if query_string_params.any?
2456
- query_string_params.to_h { |p| p.split("=", 2) }
2456
+ query_string_params.to_h { |p| p.split "=", 2 }
2457
2457
  else
2458
2458
  {}
2459
2459
  end
@@ -2491,7 +2491,7 @@ module Google
2491
2491
 
2492
2492
  verb, uri, query_string_params, body = ServiceStub.transcode_get_data_retention_settings_request request_pb
2493
2493
  query_string_params = if query_string_params.any?
2494
- query_string_params.to_h { |p| p.split("=", 2) }
2494
+ query_string_params.to_h { |p| p.split "=", 2 }
2495
2495
  else
2496
2496
  {}
2497
2497
  end
@@ -2529,7 +2529,7 @@ module Google
2529
2529
 
2530
2530
  verb, uri, query_string_params, body = ServiceStub.transcode_update_data_retention_settings_request request_pb
2531
2531
  query_string_params = if query_string_params.any?
2532
- query_string_params.to_h { |p| p.split("=", 2) }
2532
+ query_string_params.to_h { |p| p.split "=", 2 }
2533
2533
  else
2534
2534
  {}
2535
2535
  end
@@ -2567,7 +2567,7 @@ module Google
2567
2567
 
2568
2568
  verb, uri, query_string_params, body = ServiceStub.transcode_create_data_stream_request request_pb
2569
2569
  query_string_params = if query_string_params.any?
2570
- query_string_params.to_h { |p| p.split("=", 2) }
2570
+ query_string_params.to_h { |p| p.split "=", 2 }
2571
2571
  else
2572
2572
  {}
2573
2573
  end
@@ -2605,7 +2605,7 @@ module Google
2605
2605
 
2606
2606
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_data_stream_request request_pb
2607
2607
  query_string_params = if query_string_params.any?
2608
- query_string_params.to_h { |p| p.split("=", 2) }
2608
+ query_string_params.to_h { |p| p.split "=", 2 }
2609
2609
  else
2610
2610
  {}
2611
2611
  end
@@ -2643,7 +2643,7 @@ module Google
2643
2643
 
2644
2644
  verb, uri, query_string_params, body = ServiceStub.transcode_update_data_stream_request request_pb
2645
2645
  query_string_params = if query_string_params.any?
2646
- query_string_params.to_h { |p| p.split("=", 2) }
2646
+ query_string_params.to_h { |p| p.split "=", 2 }
2647
2647
  else
2648
2648
  {}
2649
2649
  end
@@ -2681,7 +2681,7 @@ module Google
2681
2681
 
2682
2682
  verb, uri, query_string_params, body = ServiceStub.transcode_list_data_streams_request request_pb
2683
2683
  query_string_params = if query_string_params.any?
2684
- query_string_params.to_h { |p| p.split("=", 2) }
2684
+ query_string_params.to_h { |p| p.split "=", 2 }
2685
2685
  else
2686
2686
  {}
2687
2687
  end
@@ -2719,7 +2719,7 @@ module Google
2719
2719
 
2720
2720
  verb, uri, query_string_params, body = ServiceStub.transcode_get_data_stream_request request_pb
2721
2721
  query_string_params = if query_string_params.any?
2722
- query_string_params.to_h { |p| p.split("=", 2) }
2722
+ query_string_params.to_h { |p| p.split "=", 2 }
2723
2723
  else
2724
2724
  {}
2725
2725
  end
@@ -2757,7 +2757,7 @@ module Google
2757
2757
 
2758
2758
  verb, uri, query_string_params, body = ServiceStub.transcode_get_audience_request request_pb
2759
2759
  query_string_params = if query_string_params.any?
2760
- query_string_params.to_h { |p| p.split("=", 2) }
2760
+ query_string_params.to_h { |p| p.split "=", 2 }
2761
2761
  else
2762
2762
  {}
2763
2763
  end
@@ -2795,7 +2795,7 @@ module Google
2795
2795
 
2796
2796
  verb, uri, query_string_params, body = ServiceStub.transcode_list_audiences_request request_pb
2797
2797
  query_string_params = if query_string_params.any?
2798
- query_string_params.to_h { |p| p.split("=", 2) }
2798
+ query_string_params.to_h { |p| p.split "=", 2 }
2799
2799
  else
2800
2800
  {}
2801
2801
  end
@@ -2833,7 +2833,7 @@ module Google
2833
2833
 
2834
2834
  verb, uri, query_string_params, body = ServiceStub.transcode_create_audience_request request_pb
2835
2835
  query_string_params = if query_string_params.any?
2836
- query_string_params.to_h { |p| p.split("=", 2) }
2836
+ query_string_params.to_h { |p| p.split "=", 2 }
2837
2837
  else
2838
2838
  {}
2839
2839
  end
@@ -2871,7 +2871,7 @@ module Google
2871
2871
 
2872
2872
  verb, uri, query_string_params, body = ServiceStub.transcode_update_audience_request request_pb
2873
2873
  query_string_params = if query_string_params.any?
2874
- query_string_params.to_h { |p| p.split("=", 2) }
2874
+ query_string_params.to_h { |p| p.split "=", 2 }
2875
2875
  else
2876
2876
  {}
2877
2877
  end
@@ -2909,7 +2909,7 @@ module Google
2909
2909
 
2910
2910
  verb, uri, query_string_params, body = ServiceStub.transcode_archive_audience_request request_pb
2911
2911
  query_string_params = if query_string_params.any?
2912
- query_string_params.to_h { |p| p.split("=", 2) }
2912
+ query_string_params.to_h { |p| p.split "=", 2 }
2913
2913
  else
2914
2914
  {}
2915
2915
  end
@@ -2947,7 +2947,7 @@ module Google
2947
2947
 
2948
2948
  verb, uri, query_string_params, body = ServiceStub.transcode_get_search_ads360_link_request request_pb
2949
2949
  query_string_params = if query_string_params.any?
2950
- query_string_params.to_h { |p| p.split("=", 2) }
2950
+ query_string_params.to_h { |p| p.split "=", 2 }
2951
2951
  else
2952
2952
  {}
2953
2953
  end
@@ -2985,7 +2985,7 @@ module Google
2985
2985
 
2986
2986
  verb, uri, query_string_params, body = ServiceStub.transcode_list_search_ads360_links_request request_pb
2987
2987
  query_string_params = if query_string_params.any?
2988
- query_string_params.to_h { |p| p.split("=", 2) }
2988
+ query_string_params.to_h { |p| p.split "=", 2 }
2989
2989
  else
2990
2990
  {}
2991
2991
  end
@@ -3023,7 +3023,7 @@ module Google
3023
3023
 
3024
3024
  verb, uri, query_string_params, body = ServiceStub.transcode_create_search_ads360_link_request request_pb
3025
3025
  query_string_params = if query_string_params.any?
3026
- query_string_params.to_h { |p| p.split("=", 2) }
3026
+ query_string_params.to_h { |p| p.split "=", 2 }
3027
3027
  else
3028
3028
  {}
3029
3029
  end
@@ -3061,7 +3061,7 @@ module Google
3061
3061
 
3062
3062
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_search_ads360_link_request request_pb
3063
3063
  query_string_params = if query_string_params.any?
3064
- query_string_params.to_h { |p| p.split("=", 2) }
3064
+ query_string_params.to_h { |p| p.split "=", 2 }
3065
3065
  else
3066
3066
  {}
3067
3067
  end
@@ -3099,7 +3099,7 @@ module Google
3099
3099
 
3100
3100
  verb, uri, query_string_params, body = ServiceStub.transcode_update_search_ads360_link_request request_pb
3101
3101
  query_string_params = if query_string_params.any?
3102
- query_string_params.to_h { |p| p.split("=", 2) }
3102
+ query_string_params.to_h { |p| p.split "=", 2 }
3103
3103
  else
3104
3104
  {}
3105
3105
  end
@@ -3137,7 +3137,7 @@ module Google
3137
3137
 
3138
3138
  verb, uri, query_string_params, body = ServiceStub.transcode_get_attribution_settings_request request_pb
3139
3139
  query_string_params = if query_string_params.any?
3140
- query_string_params.to_h { |p| p.split("=", 2) }
3140
+ query_string_params.to_h { |p| p.split "=", 2 }
3141
3141
  else
3142
3142
  {}
3143
3143
  end
@@ -3175,7 +3175,7 @@ module Google
3175
3175
 
3176
3176
  verb, uri, query_string_params, body = ServiceStub.transcode_update_attribution_settings_request request_pb
3177
3177
  query_string_params = if query_string_params.any?
3178
- query_string_params.to_h { |p| p.split("=", 2) }
3178
+ query_string_params.to_h { |p| p.split "=", 2 }
3179
3179
  else
3180
3180
  {}
3181
3181
  end
@@ -3213,7 +3213,7 @@ module Google
3213
3213
 
3214
3214
  verb, uri, query_string_params, body = ServiceStub.transcode_run_access_report_request request_pb
3215
3215
  query_string_params = if query_string_params.any?
3216
- query_string_params.to_h { |p| p.split("=", 2) }
3216
+ query_string_params.to_h { |p| p.split "=", 2 }
3217
3217
  else
3218
3218
  {}
3219
3219
  end
@@ -3251,7 +3251,7 @@ module Google
3251
3251
 
3252
3252
  verb, uri, query_string_params, body = ServiceStub.transcode_create_access_binding_request request_pb
3253
3253
  query_string_params = if query_string_params.any?
3254
- query_string_params.to_h { |p| p.split("=", 2) }
3254
+ query_string_params.to_h { |p| p.split "=", 2 }
3255
3255
  else
3256
3256
  {}
3257
3257
  end
@@ -3289,7 +3289,7 @@ module Google
3289
3289
 
3290
3290
  verb, uri, query_string_params, body = ServiceStub.transcode_get_access_binding_request request_pb
3291
3291
  query_string_params = if query_string_params.any?
3292
- query_string_params.to_h { |p| p.split("=", 2) }
3292
+ query_string_params.to_h { |p| p.split "=", 2 }
3293
3293
  else
3294
3294
  {}
3295
3295
  end
@@ -3327,7 +3327,7 @@ module Google
3327
3327
 
3328
3328
  verb, uri, query_string_params, body = ServiceStub.transcode_update_access_binding_request request_pb
3329
3329
  query_string_params = if query_string_params.any?
3330
- query_string_params.to_h { |p| p.split("=", 2) }
3330
+ query_string_params.to_h { |p| p.split "=", 2 }
3331
3331
  else
3332
3332
  {}
3333
3333
  end
@@ -3365,7 +3365,7 @@ module Google
3365
3365
 
3366
3366
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_access_binding_request request_pb
3367
3367
  query_string_params = if query_string_params.any?
3368
- query_string_params.to_h { |p| p.split("=", 2) }
3368
+ query_string_params.to_h { |p| p.split "=", 2 }
3369
3369
  else
3370
3370
  {}
3371
3371
  end
@@ -3403,7 +3403,7 @@ module Google
3403
3403
 
3404
3404
  verb, uri, query_string_params, body = ServiceStub.transcode_list_access_bindings_request request_pb
3405
3405
  query_string_params = if query_string_params.any?
3406
- query_string_params.to_h { |p| p.split("=", 2) }
3406
+ query_string_params.to_h { |p| p.split "=", 2 }
3407
3407
  else
3408
3408
  {}
3409
3409
  end
@@ -3441,7 +3441,7 @@ module Google
3441
3441
 
3442
3442
  verb, uri, query_string_params, body = ServiceStub.transcode_batch_create_access_bindings_request request_pb
3443
3443
  query_string_params = if query_string_params.any?
3444
- query_string_params.to_h { |p| p.split("=", 2) }
3444
+ query_string_params.to_h { |p| p.split "=", 2 }
3445
3445
  else
3446
3446
  {}
3447
3447
  end
@@ -3479,7 +3479,7 @@ module Google
3479
3479
 
3480
3480
  verb, uri, query_string_params, body = ServiceStub.transcode_batch_get_access_bindings_request request_pb
3481
3481
  query_string_params = if query_string_params.any?
3482
- query_string_params.to_h { |p| p.split("=", 2) }
3482
+ query_string_params.to_h { |p| p.split "=", 2 }
3483
3483
  else
3484
3484
  {}
3485
3485
  end
@@ -3517,7 +3517,7 @@ module Google
3517
3517
 
3518
3518
  verb, uri, query_string_params, body = ServiceStub.transcode_batch_update_access_bindings_request request_pb
3519
3519
  query_string_params = if query_string_params.any?
3520
- query_string_params.to_h { |p| p.split("=", 2) }
3520
+ query_string_params.to_h { |p| p.split "=", 2 }
3521
3521
  else
3522
3522
  {}
3523
3523
  end
@@ -3555,7 +3555,7 @@ module Google
3555
3555
 
3556
3556
  verb, uri, query_string_params, body = ServiceStub.transcode_batch_delete_access_bindings_request request_pb
3557
3557
  query_string_params = if query_string_params.any?
3558
- query_string_params.to_h { |p| p.split("=", 2) }
3558
+ query_string_params.to_h { |p| p.split "=", 2 }
3559
3559
  else
3560
3560
  {}
3561
3561
  end
@@ -3593,7 +3593,7 @@ module Google
3593
3593
 
3594
3594
  verb, uri, query_string_params, body = ServiceStub.transcode_get_expanded_data_set_request request_pb
3595
3595
  query_string_params = if query_string_params.any?
3596
- query_string_params.to_h { |p| p.split("=", 2) }
3596
+ query_string_params.to_h { |p| p.split "=", 2 }
3597
3597
  else
3598
3598
  {}
3599
3599
  end
@@ -3631,7 +3631,7 @@ module Google
3631
3631
 
3632
3632
  verb, uri, query_string_params, body = ServiceStub.transcode_list_expanded_data_sets_request request_pb
3633
3633
  query_string_params = if query_string_params.any?
3634
- query_string_params.to_h { |p| p.split("=", 2) }
3634
+ query_string_params.to_h { |p| p.split "=", 2 }
3635
3635
  else
3636
3636
  {}
3637
3637
  end
@@ -3669,7 +3669,7 @@ module Google
3669
3669
 
3670
3670
  verb, uri, query_string_params, body = ServiceStub.transcode_create_expanded_data_set_request request_pb
3671
3671
  query_string_params = if query_string_params.any?
3672
- query_string_params.to_h { |p| p.split("=", 2) }
3672
+ query_string_params.to_h { |p| p.split "=", 2 }
3673
3673
  else
3674
3674
  {}
3675
3675
  end
@@ -3707,7 +3707,7 @@ module Google
3707
3707
 
3708
3708
  verb, uri, query_string_params, body = ServiceStub.transcode_update_expanded_data_set_request request_pb
3709
3709
  query_string_params = if query_string_params.any?
3710
- query_string_params.to_h { |p| p.split("=", 2) }
3710
+ query_string_params.to_h { |p| p.split "=", 2 }
3711
3711
  else
3712
3712
  {}
3713
3713
  end
@@ -3745,7 +3745,7 @@ module Google
3745
3745
 
3746
3746
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_expanded_data_set_request request_pb
3747
3747
  query_string_params = if query_string_params.any?
3748
- query_string_params.to_h { |p| p.split("=", 2) }
3748
+ query_string_params.to_h { |p| p.split "=", 2 }
3749
3749
  else
3750
3750
  {}
3751
3751
  end
@@ -3783,7 +3783,7 @@ module Google
3783
3783
 
3784
3784
  verb, uri, query_string_params, body = ServiceStub.transcode_get_channel_group_request request_pb
3785
3785
  query_string_params = if query_string_params.any?
3786
- query_string_params.to_h { |p| p.split("=", 2) }
3786
+ query_string_params.to_h { |p| p.split "=", 2 }
3787
3787
  else
3788
3788
  {}
3789
3789
  end
@@ -3821,7 +3821,7 @@ module Google
3821
3821
 
3822
3822
  verb, uri, query_string_params, body = ServiceStub.transcode_list_channel_groups_request request_pb
3823
3823
  query_string_params = if query_string_params.any?
3824
- query_string_params.to_h { |p| p.split("=", 2) }
3824
+ query_string_params.to_h { |p| p.split "=", 2 }
3825
3825
  else
3826
3826
  {}
3827
3827
  end
@@ -3859,7 +3859,7 @@ module Google
3859
3859
 
3860
3860
  verb, uri, query_string_params, body = ServiceStub.transcode_create_channel_group_request request_pb
3861
3861
  query_string_params = if query_string_params.any?
3862
- query_string_params.to_h { |p| p.split("=", 2) }
3862
+ query_string_params.to_h { |p| p.split "=", 2 }
3863
3863
  else
3864
3864
  {}
3865
3865
  end
@@ -3897,7 +3897,7 @@ module Google
3897
3897
 
3898
3898
  verb, uri, query_string_params, body = ServiceStub.transcode_update_channel_group_request request_pb
3899
3899
  query_string_params = if query_string_params.any?
3900
- query_string_params.to_h { |p| p.split("=", 2) }
3900
+ query_string_params.to_h { |p| p.split "=", 2 }
3901
3901
  else
3902
3902
  {}
3903
3903
  end
@@ -3935,7 +3935,7 @@ module Google
3935
3935
 
3936
3936
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_channel_group_request request_pb
3937
3937
  query_string_params = if query_string_params.any?
3938
- query_string_params.to_h { |p| p.split("=", 2) }
3938
+ query_string_params.to_h { |p| p.split "=", 2 }
3939
3939
  else
3940
3940
  {}
3941
3941
  end
@@ -3973,7 +3973,7 @@ module Google
3973
3973
 
3974
3974
  verb, uri, query_string_params, body = ServiceStub.transcode_set_automated_ga4_configuration_opt_out_request request_pb
3975
3975
  query_string_params = if query_string_params.any?
3976
- query_string_params.to_h { |p| p.split("=", 2) }
3976
+ query_string_params.to_h { |p| p.split "=", 2 }
3977
3977
  else
3978
3978
  {}
3979
3979
  end
@@ -4011,7 +4011,7 @@ module Google
4011
4011
 
4012
4012
  verb, uri, query_string_params, body = ServiceStub.transcode_fetch_automated_ga4_configuration_opt_out_request request_pb
4013
4013
  query_string_params = if query_string_params.any?
4014
- query_string_params.to_h { |p| p.split("=", 2) }
4014
+ query_string_params.to_h { |p| p.split "=", 2 }
4015
4015
  else
4016
4016
  {}
4017
4017
  end
@@ -4049,7 +4049,7 @@ module Google
4049
4049
 
4050
4050
  verb, uri, query_string_params, body = ServiceStub.transcode_get_big_query_link_request request_pb
4051
4051
  query_string_params = if query_string_params.any?
4052
- query_string_params.to_h { |p| p.split("=", 2) }
4052
+ query_string_params.to_h { |p| p.split "=", 2 }
4053
4053
  else
4054
4054
  {}
4055
4055
  end
@@ -4087,7 +4087,7 @@ module Google
4087
4087
 
4088
4088
  verb, uri, query_string_params, body = ServiceStub.transcode_list_big_query_links_request request_pb
4089
4089
  query_string_params = if query_string_params.any?
4090
- query_string_params.to_h { |p| p.split("=", 2) }
4090
+ query_string_params.to_h { |p| p.split "=", 2 }
4091
4091
  else
4092
4092
  {}
4093
4093
  end
@@ -4125,7 +4125,7 @@ module Google
4125
4125
 
4126
4126
  verb, uri, query_string_params, body = ServiceStub.transcode_get_enhanced_measurement_settings_request request_pb
4127
4127
  query_string_params = if query_string_params.any?
4128
- query_string_params.to_h { |p| p.split("=", 2) }
4128
+ query_string_params.to_h { |p| p.split "=", 2 }
4129
4129
  else
4130
4130
  {}
4131
4131
  end
@@ -4163,7 +4163,7 @@ module Google
4163
4163
 
4164
4164
  verb, uri, query_string_params, body = ServiceStub.transcode_update_enhanced_measurement_settings_request request_pb
4165
4165
  query_string_params = if query_string_params.any?
4166
- query_string_params.to_h { |p| p.split("=", 2) }
4166
+ query_string_params.to_h { |p| p.split "=", 2 }
4167
4167
  else
4168
4168
  {}
4169
4169
  end
@@ -4201,7 +4201,7 @@ module Google
4201
4201
 
4202
4202
  verb, uri, query_string_params, body = ServiceStub.transcode_create_connected_site_tag_request request_pb
4203
4203
  query_string_params = if query_string_params.any?
4204
- query_string_params.to_h { |p| p.split("=", 2) }
4204
+ query_string_params.to_h { |p| p.split "=", 2 }
4205
4205
  else
4206
4206
  {}
4207
4207
  end
@@ -4239,7 +4239,7 @@ module Google
4239
4239
 
4240
4240
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_connected_site_tag_request request_pb
4241
4241
  query_string_params = if query_string_params.any?
4242
- query_string_params.to_h { |p| p.split("=", 2) }
4242
+ query_string_params.to_h { |p| p.split "=", 2 }
4243
4243
  else
4244
4244
  {}
4245
4245
  end
@@ -4277,7 +4277,7 @@ module Google
4277
4277
 
4278
4278
  verb, uri, query_string_params, body = ServiceStub.transcode_list_connected_site_tags_request request_pb
4279
4279
  query_string_params = if query_string_params.any?
4280
- query_string_params.to_h { |p| p.split("=", 2) }
4280
+ query_string_params.to_h { |p| p.split "=", 2 }
4281
4281
  else
4282
4282
  {}
4283
4283
  end
@@ -4315,7 +4315,7 @@ module Google
4315
4315
 
4316
4316
  verb, uri, query_string_params, body = ServiceStub.transcode_fetch_connected_ga4_property_request request_pb
4317
4317
  query_string_params = if query_string_params.any?
4318
- query_string_params.to_h { |p| p.split("=", 2) }
4318
+ query_string_params.to_h { |p| p.split "=", 2 }
4319
4319
  else
4320
4320
  {}
4321
4321
  end
@@ -4353,7 +4353,7 @@ module Google
4353
4353
 
4354
4354
  verb, uri, query_string_params, body = ServiceStub.transcode_get_ad_sense_link_request request_pb
4355
4355
  query_string_params = if query_string_params.any?
4356
- query_string_params.to_h { |p| p.split("=", 2) }
4356
+ query_string_params.to_h { |p| p.split "=", 2 }
4357
4357
  else
4358
4358
  {}
4359
4359
  end
@@ -4391,7 +4391,7 @@ module Google
4391
4391
 
4392
4392
  verb, uri, query_string_params, body = ServiceStub.transcode_create_ad_sense_link_request request_pb
4393
4393
  query_string_params = if query_string_params.any?
4394
- query_string_params.to_h { |p| p.split("=", 2) }
4394
+ query_string_params.to_h { |p| p.split "=", 2 }
4395
4395
  else
4396
4396
  {}
4397
4397
  end
@@ -4429,7 +4429,7 @@ module Google
4429
4429
 
4430
4430
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_ad_sense_link_request request_pb
4431
4431
  query_string_params = if query_string_params.any?
4432
- query_string_params.to_h { |p| p.split("=", 2) }
4432
+ query_string_params.to_h { |p| p.split "=", 2 }
4433
4433
  else
4434
4434
  {}
4435
4435
  end
@@ -4467,7 +4467,7 @@ module Google
4467
4467
 
4468
4468
  verb, uri, query_string_params, body = ServiceStub.transcode_list_ad_sense_links_request request_pb
4469
4469
  query_string_params = if query_string_params.any?
4470
- query_string_params.to_h { |p| p.split("=", 2) }
4470
+ query_string_params.to_h { |p| p.split "=", 2 }
4471
4471
  else
4472
4472
  {}
4473
4473
  end
@@ -4505,7 +4505,7 @@ module Google
4505
4505
 
4506
4506
  verb, uri, query_string_params, body = ServiceStub.transcode_get_event_create_rule_request request_pb
4507
4507
  query_string_params = if query_string_params.any?
4508
- query_string_params.to_h { |p| p.split("=", 2) }
4508
+ query_string_params.to_h { |p| p.split "=", 2 }
4509
4509
  else
4510
4510
  {}
4511
4511
  end
@@ -4543,7 +4543,7 @@ module Google
4543
4543
 
4544
4544
  verb, uri, query_string_params, body = ServiceStub.transcode_list_event_create_rules_request request_pb
4545
4545
  query_string_params = if query_string_params.any?
4546
- query_string_params.to_h { |p| p.split("=", 2) }
4546
+ query_string_params.to_h { |p| p.split "=", 2 }
4547
4547
  else
4548
4548
  {}
4549
4549
  end
@@ -4581,7 +4581,7 @@ module Google
4581
4581
 
4582
4582
  verb, uri, query_string_params, body = ServiceStub.transcode_create_event_create_rule_request request_pb
4583
4583
  query_string_params = if query_string_params.any?
4584
- query_string_params.to_h { |p| p.split("=", 2) }
4584
+ query_string_params.to_h { |p| p.split "=", 2 }
4585
4585
  else
4586
4586
  {}
4587
4587
  end
@@ -4619,7 +4619,7 @@ module Google
4619
4619
 
4620
4620
  verb, uri, query_string_params, body = ServiceStub.transcode_update_event_create_rule_request request_pb
4621
4621
  query_string_params = if query_string_params.any?
4622
- query_string_params.to_h { |p| p.split("=", 2) }
4622
+ query_string_params.to_h { |p| p.split "=", 2 }
4623
4623
  else
4624
4624
  {}
4625
4625
  end
@@ -4657,7 +4657,7 @@ module Google
4657
4657
 
4658
4658
  verb, uri, query_string_params, body = ServiceStub.transcode_delete_event_create_rule_request request_pb
4659
4659
  query_string_params = if query_string_params.any?
4660
- query_string_params.to_h { |p| p.split("=", 2) }
4660
+ query_string_params.to_h { |p| p.split "=", 2 }
4661
4661
  else
4662
4662
  {}
4663
4663
  end