google-analytics-admin-v1alpha 0.18.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -4334,6 +4334,348 @@ module Google
4334
4334
  result
4335
4335
  end
4336
4336
 
4337
+ ##
4338
+ # Baseline implementation for the get_ad_sense_link REST call
4339
+ #
4340
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::GetAdSenseLinkRequest]
4341
+ # A request object representing the call parameters. Required.
4342
+ # @param options [::Gapic::CallOptions]
4343
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4344
+ #
4345
+ # @yield [result, operation] Access the result along with the TransportOperation object
4346
+ # @yieldparam result [::Google::Analytics::Admin::V1alpha::AdSenseLink]
4347
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4348
+ #
4349
+ # @return [::Google::Analytics::Admin::V1alpha::AdSenseLink]
4350
+ # A result object deserialized from the server's reply
4351
+ def get_ad_sense_link request_pb, options = nil
4352
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4353
+
4354
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_ad_sense_link_request request_pb
4355
+ query_string_params = if query_string_params.any?
4356
+ query_string_params.to_h { |p| p.split "=", 2 }
4357
+ else
4358
+ {}
4359
+ end
4360
+
4361
+ response = @client_stub.make_http_request(
4362
+ verb,
4363
+ uri: uri,
4364
+ body: body || "",
4365
+ params: query_string_params,
4366
+ options: options
4367
+ )
4368
+ operation = ::Gapic::Rest::TransportOperation.new response
4369
+ result = ::Google::Analytics::Admin::V1alpha::AdSenseLink.decode_json response.body, ignore_unknown_fields: true
4370
+
4371
+ yield result, operation if block_given?
4372
+ result
4373
+ end
4374
+
4375
+ ##
4376
+ # Baseline implementation for the create_ad_sense_link REST call
4377
+ #
4378
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::CreateAdSenseLinkRequest]
4379
+ # A request object representing the call parameters. Required.
4380
+ # @param options [::Gapic::CallOptions]
4381
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4382
+ #
4383
+ # @yield [result, operation] Access the result along with the TransportOperation object
4384
+ # @yieldparam result [::Google::Analytics::Admin::V1alpha::AdSenseLink]
4385
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4386
+ #
4387
+ # @return [::Google::Analytics::Admin::V1alpha::AdSenseLink]
4388
+ # A result object deserialized from the server's reply
4389
+ def create_ad_sense_link request_pb, options = nil
4390
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4391
+
4392
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_ad_sense_link_request request_pb
4393
+ query_string_params = if query_string_params.any?
4394
+ query_string_params.to_h { |p| p.split "=", 2 }
4395
+ else
4396
+ {}
4397
+ end
4398
+
4399
+ response = @client_stub.make_http_request(
4400
+ verb,
4401
+ uri: uri,
4402
+ body: body || "",
4403
+ params: query_string_params,
4404
+ options: options
4405
+ )
4406
+ operation = ::Gapic::Rest::TransportOperation.new response
4407
+ result = ::Google::Analytics::Admin::V1alpha::AdSenseLink.decode_json response.body, ignore_unknown_fields: true
4408
+
4409
+ yield result, operation if block_given?
4410
+ result
4411
+ end
4412
+
4413
+ ##
4414
+ # Baseline implementation for the delete_ad_sense_link REST call
4415
+ #
4416
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::DeleteAdSenseLinkRequest]
4417
+ # A request object representing the call parameters. Required.
4418
+ # @param options [::Gapic::CallOptions]
4419
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4420
+ #
4421
+ # @yield [result, operation] Access the result along with the TransportOperation object
4422
+ # @yieldparam result [::Google::Protobuf::Empty]
4423
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4424
+ #
4425
+ # @return [::Google::Protobuf::Empty]
4426
+ # A result object deserialized from the server's reply
4427
+ def delete_ad_sense_link request_pb, options = nil
4428
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4429
+
4430
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_ad_sense_link_request request_pb
4431
+ query_string_params = if query_string_params.any?
4432
+ query_string_params.to_h { |p| p.split "=", 2 }
4433
+ else
4434
+ {}
4435
+ end
4436
+
4437
+ response = @client_stub.make_http_request(
4438
+ verb,
4439
+ uri: uri,
4440
+ body: body || "",
4441
+ params: query_string_params,
4442
+ options: options
4443
+ )
4444
+ operation = ::Gapic::Rest::TransportOperation.new response
4445
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
4446
+
4447
+ yield result, operation if block_given?
4448
+ result
4449
+ end
4450
+
4451
+ ##
4452
+ # Baseline implementation for the list_ad_sense_links REST call
4453
+ #
4454
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::ListAdSenseLinksRequest]
4455
+ # A request object representing the call parameters. Required.
4456
+ # @param options [::Gapic::CallOptions]
4457
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4458
+ #
4459
+ # @yield [result, operation] Access the result along with the TransportOperation object
4460
+ # @yieldparam result [::Google::Analytics::Admin::V1alpha::ListAdSenseLinksResponse]
4461
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4462
+ #
4463
+ # @return [::Google::Analytics::Admin::V1alpha::ListAdSenseLinksResponse]
4464
+ # A result object deserialized from the server's reply
4465
+ def list_ad_sense_links request_pb, options = nil
4466
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4467
+
4468
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_ad_sense_links_request request_pb
4469
+ query_string_params = if query_string_params.any?
4470
+ query_string_params.to_h { |p| p.split "=", 2 }
4471
+ else
4472
+ {}
4473
+ end
4474
+
4475
+ response = @client_stub.make_http_request(
4476
+ verb,
4477
+ uri: uri,
4478
+ body: body || "",
4479
+ params: query_string_params,
4480
+ options: options
4481
+ )
4482
+ operation = ::Gapic::Rest::TransportOperation.new response
4483
+ result = ::Google::Analytics::Admin::V1alpha::ListAdSenseLinksResponse.decode_json response.body, ignore_unknown_fields: true
4484
+
4485
+ yield result, operation if block_given?
4486
+ result
4487
+ end
4488
+
4489
+ ##
4490
+ # Baseline implementation for the get_event_create_rule REST call
4491
+ #
4492
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::GetEventCreateRuleRequest]
4493
+ # A request object representing the call parameters. Required.
4494
+ # @param options [::Gapic::CallOptions]
4495
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4496
+ #
4497
+ # @yield [result, operation] Access the result along with the TransportOperation object
4498
+ # @yieldparam result [::Google::Analytics::Admin::V1alpha::EventCreateRule]
4499
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4500
+ #
4501
+ # @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
4502
+ # A result object deserialized from the server's reply
4503
+ def get_event_create_rule request_pb, options = nil
4504
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4505
+
4506
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_event_create_rule_request request_pb
4507
+ query_string_params = if query_string_params.any?
4508
+ query_string_params.to_h { |p| p.split "=", 2 }
4509
+ else
4510
+ {}
4511
+ end
4512
+
4513
+ response = @client_stub.make_http_request(
4514
+ verb,
4515
+ uri: uri,
4516
+ body: body || "",
4517
+ params: query_string_params,
4518
+ options: options
4519
+ )
4520
+ operation = ::Gapic::Rest::TransportOperation.new response
4521
+ result = ::Google::Analytics::Admin::V1alpha::EventCreateRule.decode_json response.body, ignore_unknown_fields: true
4522
+
4523
+ yield result, operation if block_given?
4524
+ result
4525
+ end
4526
+
4527
+ ##
4528
+ # Baseline implementation for the list_event_create_rules REST call
4529
+ #
4530
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::ListEventCreateRulesRequest]
4531
+ # A request object representing the call parameters. Required.
4532
+ # @param options [::Gapic::CallOptions]
4533
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4534
+ #
4535
+ # @yield [result, operation] Access the result along with the TransportOperation object
4536
+ # @yieldparam result [::Google::Analytics::Admin::V1alpha::ListEventCreateRulesResponse]
4537
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4538
+ #
4539
+ # @return [::Google::Analytics::Admin::V1alpha::ListEventCreateRulesResponse]
4540
+ # A result object deserialized from the server's reply
4541
+ def list_event_create_rules request_pb, options = nil
4542
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4543
+
4544
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_event_create_rules_request request_pb
4545
+ query_string_params = if query_string_params.any?
4546
+ query_string_params.to_h { |p| p.split "=", 2 }
4547
+ else
4548
+ {}
4549
+ end
4550
+
4551
+ response = @client_stub.make_http_request(
4552
+ verb,
4553
+ uri: uri,
4554
+ body: body || "",
4555
+ params: query_string_params,
4556
+ options: options
4557
+ )
4558
+ operation = ::Gapic::Rest::TransportOperation.new response
4559
+ result = ::Google::Analytics::Admin::V1alpha::ListEventCreateRulesResponse.decode_json response.body, ignore_unknown_fields: true
4560
+
4561
+ yield result, operation if block_given?
4562
+ result
4563
+ end
4564
+
4565
+ ##
4566
+ # Baseline implementation for the create_event_create_rule REST call
4567
+ #
4568
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::CreateEventCreateRuleRequest]
4569
+ # A request object representing the call parameters. Required.
4570
+ # @param options [::Gapic::CallOptions]
4571
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4572
+ #
4573
+ # @yield [result, operation] Access the result along with the TransportOperation object
4574
+ # @yieldparam result [::Google::Analytics::Admin::V1alpha::EventCreateRule]
4575
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4576
+ #
4577
+ # @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
4578
+ # A result object deserialized from the server's reply
4579
+ def create_event_create_rule request_pb, options = nil
4580
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4581
+
4582
+ verb, uri, query_string_params, body = ServiceStub.transcode_create_event_create_rule_request request_pb
4583
+ query_string_params = if query_string_params.any?
4584
+ query_string_params.to_h { |p| p.split "=", 2 }
4585
+ else
4586
+ {}
4587
+ end
4588
+
4589
+ response = @client_stub.make_http_request(
4590
+ verb,
4591
+ uri: uri,
4592
+ body: body || "",
4593
+ params: query_string_params,
4594
+ options: options
4595
+ )
4596
+ operation = ::Gapic::Rest::TransportOperation.new response
4597
+ result = ::Google::Analytics::Admin::V1alpha::EventCreateRule.decode_json response.body, ignore_unknown_fields: true
4598
+
4599
+ yield result, operation if block_given?
4600
+ result
4601
+ end
4602
+
4603
+ ##
4604
+ # Baseline implementation for the update_event_create_rule REST call
4605
+ #
4606
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::UpdateEventCreateRuleRequest]
4607
+ # A request object representing the call parameters. Required.
4608
+ # @param options [::Gapic::CallOptions]
4609
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4610
+ #
4611
+ # @yield [result, operation] Access the result along with the TransportOperation object
4612
+ # @yieldparam result [::Google::Analytics::Admin::V1alpha::EventCreateRule]
4613
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4614
+ #
4615
+ # @return [::Google::Analytics::Admin::V1alpha::EventCreateRule]
4616
+ # A result object deserialized from the server's reply
4617
+ def update_event_create_rule request_pb, options = nil
4618
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4619
+
4620
+ verb, uri, query_string_params, body = ServiceStub.transcode_update_event_create_rule_request request_pb
4621
+ query_string_params = if query_string_params.any?
4622
+ query_string_params.to_h { |p| p.split "=", 2 }
4623
+ else
4624
+ {}
4625
+ end
4626
+
4627
+ response = @client_stub.make_http_request(
4628
+ verb,
4629
+ uri: uri,
4630
+ body: body || "",
4631
+ params: query_string_params,
4632
+ options: options
4633
+ )
4634
+ operation = ::Gapic::Rest::TransportOperation.new response
4635
+ result = ::Google::Analytics::Admin::V1alpha::EventCreateRule.decode_json response.body, ignore_unknown_fields: true
4636
+
4637
+ yield result, operation if block_given?
4638
+ result
4639
+ end
4640
+
4641
+ ##
4642
+ # Baseline implementation for the delete_event_create_rule REST call
4643
+ #
4644
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::DeleteEventCreateRuleRequest]
4645
+ # A request object representing the call parameters. Required.
4646
+ # @param options [::Gapic::CallOptions]
4647
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
4648
+ #
4649
+ # @yield [result, operation] Access the result along with the TransportOperation object
4650
+ # @yieldparam result [::Google::Protobuf::Empty]
4651
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
4652
+ #
4653
+ # @return [::Google::Protobuf::Empty]
4654
+ # A result object deserialized from the server's reply
4655
+ def delete_event_create_rule request_pb, options = nil
4656
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
4657
+
4658
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_event_create_rule_request request_pb
4659
+ query_string_params = if query_string_params.any?
4660
+ query_string_params.to_h { |p| p.split "=", 2 }
4661
+ else
4662
+ {}
4663
+ end
4664
+
4665
+ response = @client_stub.make_http_request(
4666
+ verb,
4667
+ uri: uri,
4668
+ body: body || "",
4669
+ params: query_string_params,
4670
+ options: options
4671
+ )
4672
+ operation = ::Gapic::Rest::TransportOperation.new response
4673
+ result = ::Google::Protobuf::Empty.decode_json response.body, ignore_unknown_fields: true
4674
+
4675
+ yield result, operation if block_given?
4676
+ result
4677
+ end
4678
+
4337
4679
  ##
4338
4680
  # @private
4339
4681
  #
@@ -6891,6 +7233,198 @@ module Google
6891
7233
  )
6892
7234
  transcoder.transcode request_pb
6893
7235
  end
7236
+
7237
+ ##
7238
+ # @private
7239
+ #
7240
+ # GRPC transcoding helper method for the get_ad_sense_link REST call
7241
+ #
7242
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::GetAdSenseLinkRequest]
7243
+ # A request object representing the call parameters. Required.
7244
+ # @return [Array(String, [String, nil], Hash{String => String})]
7245
+ # Uri, Body, Query string parameters
7246
+ def self.transcode_get_ad_sense_link_request request_pb
7247
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7248
+ .with_bindings(
7249
+ uri_method: :get,
7250
+ uri_template: "/v1alpha/{name}",
7251
+ matches: [
7252
+ ["name", %r{^properties/[^/]+/adSenseLinks/[^/]+/?$}, false]
7253
+ ]
7254
+ )
7255
+ transcoder.transcode request_pb
7256
+ end
7257
+
7258
+ ##
7259
+ # @private
7260
+ #
7261
+ # GRPC transcoding helper method for the create_ad_sense_link REST call
7262
+ #
7263
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::CreateAdSenseLinkRequest]
7264
+ # A request object representing the call parameters. Required.
7265
+ # @return [Array(String, [String, nil], Hash{String => String})]
7266
+ # Uri, Body, Query string parameters
7267
+ def self.transcode_create_ad_sense_link_request request_pb
7268
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7269
+ .with_bindings(
7270
+ uri_method: :post,
7271
+ uri_template: "/v1alpha/{parent}/adSenseLinks",
7272
+ body: "adsense_link",
7273
+ matches: [
7274
+ ["parent", %r{^properties/[^/]+/?$}, false]
7275
+ ]
7276
+ )
7277
+ transcoder.transcode request_pb
7278
+ end
7279
+
7280
+ ##
7281
+ # @private
7282
+ #
7283
+ # GRPC transcoding helper method for the delete_ad_sense_link REST call
7284
+ #
7285
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::DeleteAdSenseLinkRequest]
7286
+ # A request object representing the call parameters. Required.
7287
+ # @return [Array(String, [String, nil], Hash{String => String})]
7288
+ # Uri, Body, Query string parameters
7289
+ def self.transcode_delete_ad_sense_link_request request_pb
7290
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7291
+ .with_bindings(
7292
+ uri_method: :delete,
7293
+ uri_template: "/v1alpha/{name}",
7294
+ matches: [
7295
+ ["name", %r{^properties/[^/]+/adSenseLinks/[^/]+/?$}, false]
7296
+ ]
7297
+ )
7298
+ transcoder.transcode request_pb
7299
+ end
7300
+
7301
+ ##
7302
+ # @private
7303
+ #
7304
+ # GRPC transcoding helper method for the list_ad_sense_links REST call
7305
+ #
7306
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::ListAdSenseLinksRequest]
7307
+ # A request object representing the call parameters. Required.
7308
+ # @return [Array(String, [String, nil], Hash{String => String})]
7309
+ # Uri, Body, Query string parameters
7310
+ def self.transcode_list_ad_sense_links_request request_pb
7311
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7312
+ .with_bindings(
7313
+ uri_method: :get,
7314
+ uri_template: "/v1alpha/{parent}/adSenseLinks",
7315
+ matches: [
7316
+ ["parent", %r{^properties/[^/]+/?$}, false]
7317
+ ]
7318
+ )
7319
+ transcoder.transcode request_pb
7320
+ end
7321
+
7322
+ ##
7323
+ # @private
7324
+ #
7325
+ # GRPC transcoding helper method for the get_event_create_rule REST call
7326
+ #
7327
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::GetEventCreateRuleRequest]
7328
+ # A request object representing the call parameters. Required.
7329
+ # @return [Array(String, [String, nil], Hash{String => String})]
7330
+ # Uri, Body, Query string parameters
7331
+ def self.transcode_get_event_create_rule_request request_pb
7332
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7333
+ .with_bindings(
7334
+ uri_method: :get,
7335
+ uri_template: "/v1alpha/{name}",
7336
+ matches: [
7337
+ ["name", %r{^properties/[^/]+/dataStreams/[^/]+/eventCreateRules/[^/]+/?$}, false]
7338
+ ]
7339
+ )
7340
+ transcoder.transcode request_pb
7341
+ end
7342
+
7343
+ ##
7344
+ # @private
7345
+ #
7346
+ # GRPC transcoding helper method for the list_event_create_rules REST call
7347
+ #
7348
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::ListEventCreateRulesRequest]
7349
+ # A request object representing the call parameters. Required.
7350
+ # @return [Array(String, [String, nil], Hash{String => String})]
7351
+ # Uri, Body, Query string parameters
7352
+ def self.transcode_list_event_create_rules_request request_pb
7353
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7354
+ .with_bindings(
7355
+ uri_method: :get,
7356
+ uri_template: "/v1alpha/{parent}/eventCreateRules",
7357
+ matches: [
7358
+ ["parent", %r{^properties/[^/]+/dataStreams/[^/]+/?$}, false]
7359
+ ]
7360
+ )
7361
+ transcoder.transcode request_pb
7362
+ end
7363
+
7364
+ ##
7365
+ # @private
7366
+ #
7367
+ # GRPC transcoding helper method for the create_event_create_rule REST call
7368
+ #
7369
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::CreateEventCreateRuleRequest]
7370
+ # A request object representing the call parameters. Required.
7371
+ # @return [Array(String, [String, nil], Hash{String => String})]
7372
+ # Uri, Body, Query string parameters
7373
+ def self.transcode_create_event_create_rule_request request_pb
7374
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7375
+ .with_bindings(
7376
+ uri_method: :post,
7377
+ uri_template: "/v1alpha/{parent}/eventCreateRules",
7378
+ body: "event_create_rule",
7379
+ matches: [
7380
+ ["parent", %r{^properties/[^/]+/dataStreams/[^/]+/?$}, false]
7381
+ ]
7382
+ )
7383
+ transcoder.transcode request_pb
7384
+ end
7385
+
7386
+ ##
7387
+ # @private
7388
+ #
7389
+ # GRPC transcoding helper method for the update_event_create_rule REST call
7390
+ #
7391
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::UpdateEventCreateRuleRequest]
7392
+ # A request object representing the call parameters. Required.
7393
+ # @return [Array(String, [String, nil], Hash{String => String})]
7394
+ # Uri, Body, Query string parameters
7395
+ def self.transcode_update_event_create_rule_request request_pb
7396
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7397
+ .with_bindings(
7398
+ uri_method: :patch,
7399
+ uri_template: "/v1alpha/{event_create_rule.name}",
7400
+ body: "event_create_rule",
7401
+ matches: [
7402
+ ["event_create_rule.name", %r{^properties/[^/]+/dataStreams/[^/]+/eventCreateRules/[^/]+/?$}, false]
7403
+ ]
7404
+ )
7405
+ transcoder.transcode request_pb
7406
+ end
7407
+
7408
+ ##
7409
+ # @private
7410
+ #
7411
+ # GRPC transcoding helper method for the delete_event_create_rule REST call
7412
+ #
7413
+ # @param request_pb [::Google::Analytics::Admin::V1alpha::DeleteEventCreateRuleRequest]
7414
+ # A request object representing the call parameters. Required.
7415
+ # @return [Array(String, [String, nil], Hash{String => String})]
7416
+ # Uri, Body, Query string parameters
7417
+ def self.transcode_delete_event_create_rule_request request_pb
7418
+ transcoder = Gapic::Rest::GrpcTranscoder.new
7419
+ .with_bindings(
7420
+ uri_method: :delete,
7421
+ uri_template: "/v1alpha/{name}",
7422
+ matches: [
7423
+ ["name", %r{^properties/[^/]+/dataStreams/[^/]+/eventCreateRules/[^/]+/?$}, false]
7424
+ ]
7425
+ )
7426
+ transcoder.transcode request_pb
7427
+ end
6894
7428
  end
6895
7429
  end
6896
7430
  end