-
Notifications
You must be signed in to change notification settings - Fork 438
/
composer.json
760 lines (760 loc) · 45.5 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
{
"name": "google/cloud",
"type": "library",
"description": "Google Cloud Client Library",
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"bigtable",
"bigquery",
"big query",
"datastore",
"stackdriver logging",
"kms",
"language",
"natural language",
"pubsub",
"pub sub",
"spanner",
"speech",
"storage",
"gcs",
"tasks",
"translate",
"translation",
"vision"
],
"homepage": "http://github.com/googleapis/google-cloud-php",
"license": "Apache-2.0",
"authors": [
{
"name": "Dave Supplee",
"email": "[email protected]"
},
{
"name": "John Pedrie",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0",
"rize/uri-template": "~0.3",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.6",
"monolog/monolog": "^2.9||^3.0",
"psr/http-message": "^1.0|^2.0",
"ramsey/uuid": "^4.0",
"google/gax": "^1.34.0",
"google/auth": "^1.34"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpdocumentor/reflection": "^5.0",
"erusev/parsedown": "^1.6",
"phpseclib/phpseclib": "^3.0",
"google/cloud-tools": "^0.14.0",
"opis/closure": "^3.0",
"flix-tech/avro-php": "^5.0.0",
"phpspec/prophecy-phpunit": "^2.1",
"kreait/firebase-php": "^6.9",
"psr/log": "^2.0||^3.0",
"dg/bypass-finals": "^1.7"
},
"replace": {
"google/access-context-manager": "1.0.0",
"google/ads-marketingplatform-admin": "0.1.0",
"google/analytics-admin": "0.24.0",
"google/analytics-data": "0.19.0",
"google/apps-chat": "0.6.0",
"google/apps-events-subscriptions": "0.1.3",
"google/apps-meet": "0.2.3",
"google/cloud-access-approval": "2.0.1",
"google/cloud-advisorynotifications": "1.0.0",
"google/cloud-ai-platform": "1.8.0",
"google/cloud-alloydb": "1.0.0",
"google/cloud-api-gateway": "2.0.0",
"google/cloud-api-keys": "1.0.0",
"google/cloud-apigee-connect": "2.0.1",
"google/cloud-apigee-registry": "1.0.0",
"google/cloud-apihub": "0.1.1",
"google/cloud-appengine-admin": "2.0.0",
"google/cloud-apphub": "0.1.3",
"google/cloud-artifact-registry": "1.0.0",
"google/cloud-asset": "2.1.0",
"google/cloud-assured-workloads": "1.0.0",
"google/cloud-automl": "2.0.0",
"google/cloud-backupdr": "0.4.0",
"google/cloud-bare-metal-solution": "1.0.0",
"google/cloud-batch": "1.1.1",
"google/cloud-beyondcorp-appconnections": "1.0.0",
"google/cloud-beyondcorp-appconnectors": "1.0.0",
"google/cloud-beyondcorp-appgateways": "1.0.0",
"google/cloud-beyondcorp-clientconnectorservices": "1.0.0",
"google/cloud-beyondcorp-clientgateways": "1.0.0",
"google/cloud-bigquery": "1.31.0",
"google/cloud-bigquery-analyticshub": "1.0.0",
"google/cloud-bigquery-connection": "2.0.0",
"google/cloud-bigquery-data-exchange": "0.4.5",
"google/cloud-bigquery-datapolicies": "1.0.0",
"google/cloud-bigquery-migration": "1.1.0",
"google/cloud-bigquery-reservation": "2.0.1",
"google/cloud-bigquery-storage": "2.0.0",
"google/cloud-bigquerydatatransfer": "2.1.0",
"google/cloud-bigtable": "2.5.0",
"google/cloud-billing": "2.0.0",
"google/cloud-billing-budgets": "2.0.1",
"google/cloud-binary-authorization": "1.0.1",
"google/cloud-build": "1.0.0",
"google/cloud-certificate-manager": "1.0.0",
"google/cloud-channel": "2.1.0",
"google/cloud-cloudcontrolspartner": "0.2.0",
"google/cloud-commerce-consumer-procurement": "1.1.0",
"google/cloud-common-protos": "0.6.0",
"google/cloud-compute": "1.19.0",
"google/cloud-confidentialcomputing": "1.1.0",
"google/cloud-config": "1.0.0",
"google/cloud-contact-center-insights": "2.1.0",
"google/cloud-container": "2.2.0",
"google/cloud-container-analysis": "1.0.1",
"google/cloud-core": "1.60.0",
"google/cloud-data-catalog": "2.0.1",
"google/cloud-data-fusion": "1.0.0",
"google/cloud-datacatalog-lineage": "1.0.0",
"google/cloud-dataflow": "0.6.4",
"google/cloud-dataform": "0.4.5",
"google/cloud-datalabeling": "0.5.5",
"google/cloud-dataplex": "1.0.0",
"google/cloud-dataproc": "2.1.0",
"google/cloud-dataproc-metastore": "1.0.0",
"google/cloud-datastore": "1.31.0",
"google/cloud-datastore-admin": "1.0.0",
"google/cloud-datastream": "2.0.0",
"google/cloud-debugger": "1.9.0",
"google/cloud-deploy": "1.2.0",
"google/cloud-developerconnect": "0.1.1",
"google/cloud-dialogflow": "1.15.0",
"google/cloud-dialogflow-cx": "0.4.0",
"google/cloud-discoveryengine": "1.2.0",
"google/cloud-dlp": "2.1.0",
"google/cloud-dms": "2.0.1",
"google/cloud-document-ai": "2.0.0",
"google/cloud-domains": "1.0.0",
"google/cloud-edgenetwork": "1.1.1",
"google/cloud-error-reporting": "0.22.7",
"google/cloud-essential-contacts": "1.0.0",
"google/cloud-eventarc": "2.0.1",
"google/cloud-eventarc-publishing": "1.0.0",
"google/cloud-filestore": "2.0.1",
"google/cloud-firestore": "1.47.0",
"google/cloud-functions": "2.0.0",
"google/cloud-gke-backup": "1.0.0",
"google/cloud-gke-connect-gateway": "0.5.0",
"google/cloud-gke-hub": "1.0.0",
"google/cloud-gke-multi-cloud": "1.1.0",
"google/cloud-gsuite-addons": "1.0.0",
"google/cloud-iam": "1.0.0",
"google/cloud-iam-credentials": "2.0.0",
"google/cloud-iap": "2.0.0",
"google/cloud-ids": "1.0.0",
"google/cloud-kms": "2.1.0",
"google/cloud-kms-inventory": "1.0.1",
"google/cloud-language": "0.34.0",
"google/cloud-life-sciences": "0.6.6",
"google/cloud-logging": "1.31.0",
"google/cloud-managed-identities": "2.0.1",
"google/cloud-managedkafka": "0.1.2",
"google/cloud-media-translation": "0.4.4",
"google/cloud-memcache": "2.0.0",
"google/cloud-migrationcenter": "1.0.0",
"google/cloud-monitoring": "1.11.0",
"google/cloud-netapp": "1.1.0",
"google/cloud-network-connectivity": "2.0.1",
"google/cloud-network-management": "2.0.1",
"google/cloud-network-security": "1.0.0",
"google/cloud-networkservices": "0.2.0",
"google/cloud-notebooks": "1.0.0",
"google/cloud-optimization": "1.0.0",
"google/cloud-oracledatabase": "0.1.0",
"google/cloud-orchestration-airflow": "2.1.0",
"google/cloud-org-policy": "1.1.0",
"google/cloud-osconfig": "2.0.0",
"google/cloud-oslogin": "2.0.1",
"google/cloud-parallelstore": "0.6.1",
"google/cloud-policy-troubleshooter": "2.0.1",
"google/cloud-policysimulator": "1.0.0",
"google/cloud-policytroubleshooter-iam": "0.2.6",
"google/cloud-private-catalog": "0.4.4",
"google/cloud-privilegedaccessmanager": "0.1.0",
"google/cloud-profiler": "2.0.0",
"google/cloud-pubsub": "2.8.0",
"google/cloud-quotas": "1.0.0",
"google/cloud-rapidmigrationassessment": "1.0.0",
"google/cloud-recaptcha-enterprise": "1.15.0",
"google/cloud-recommendations-ai": "0.7.5",
"google/cloud-recommender": "2.0.1",
"google/cloud-redis": "2.1.1",
"google/cloud-redis-cluster": "0.3.0",
"google/cloud-resource-manager": "1.0.0",
"google/cloud-resource-settings": "2.0.1",
"google/cloud-retail": "2.1.0",
"google/cloud-run": "1.2.0",
"google/cloud-scheduler": "2.0.0",
"google/cloud-secret-manager": "1.15.2",
"google/cloud-securesourcemanager": "1.1.0",
"google/cloud-security-center": "2.0.1",
"google/cloud-security-private-ca": "2.0.0",
"google/cloud-security-public-ca": "1.0.0",
"google/cloud-securitycentermanagement": "1.0.0",
"google/cloud-service-control": "2.0.0",
"google/cloud-service-directory": "2.0.0",
"google/cloud-service-management": "2.0.0",
"google/cloud-service-usage": "2.0.0",
"google/cloud-servicehealth": "0.1.6",
"google/cloud-shell": "2.0.1",
"google/cloud-spanner": "1.87.0",
"google/cloud-speech": "1.19.0",
"google/cloud-sql-admin": "1.2.0",
"google/cloud-storage": "1.43.1",
"google/cloud-storage-control": "1.0.0",
"google/cloud-storage-transfer": "2.0.0",
"google/cloud-storageinsights": "1.0.0",
"google/cloud-support": "1.0.0",
"google/cloud-talent": "2.0.0",
"google/cloud-tasks": "1.15.0",
"google/cloud-telcoautomation": "1.0.0",
"google/cloud-text-to-speech": "1.10.0",
"google/cloud-tpu": "1.4.5",
"google/cloud-trace": "1.8.6",
"google/cloud-translate": "1.19.0",
"google/cloud-video-live-stream": "1.1.0",
"google/cloud-video-stitcher": "1.0.0",
"google/cloud-video-transcoder": "1.0.0",
"google/cloud-videointelligence": "2.0.0",
"google/cloud-vision": "1.10.0",
"google/cloud-vm-migration": "1.0.0",
"google/cloud-vmware-engine": "1.1.0",
"google/cloud-vpc-access": "2.0.1",
"google/cloud-web-risk": "2.0.0",
"google/cloud-web-security-scanner": "1.0.0",
"google/cloud-workflows": "1.0.0",
"google/common-protos": "4.8.3",
"google/geo-common-protos": "0.2.0",
"google/grafeas": "1.1.0",
"google/longrunning": "0.4.3",
"google/maps-fleetengine": "0.1.3",
"google/maps-fleetengine-delivery": "0.1.5",
"google/maps-routeoptimization": "0.3.0",
"google/shopping-common-protos": "0.4.0",
"google/shopping-css": "0.2.9",
"google/shopping-merchant-accounts": "0.3.0",
"google/shopping-merchant-conversions": "0.1.2",
"google/shopping-merchant-datasources": "0.2.1",
"google/shopping-merchant-inventories": "0.5.0",
"google/shopping-merchant-lfp": "0.1.0",
"google/shopping-merchant-notifications": "0.1.0",
"google/shopping-merchant-products": "0.1.0",
"google/shopping-merchant-promotions": "0.1.0",
"google/shopping-merchant-quota": "0.1.3",
"google/shopping-merchant-reports": "0.8.1"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
},
"autoload": {
"psr-4": {
"GPBMetadata\\Google\\Analytics\\Admin\\": "AnalyticsAdmin/metadata",
"GPBMetadata\\Google\\Analytics\\Data\\": "AnalyticsData/metadata",
"GPBMetadata\\Google\\Api\\": "CommonProtos/metadata/Api",
"GPBMetadata\\Google\\Api\\Apikeys\\": "ApiKeys/metadata",
"GPBMetadata\\Google\\Api\\Cloudquotas\\": "Quotas/metadata",
"GPBMetadata\\Google\\Api\\Servicecontrol\\": "ServiceControl/metadata",
"GPBMetadata\\Google\\Api\\Servicemanagement\\": "ServiceManagement/metadata",
"GPBMetadata\\Google\\Api\\Serviceusage\\": "ServiceUsage/metadata",
"GPBMetadata\\Google\\Appengine\\": "AppEngineAdmin/metadata",
"GPBMetadata\\Google\\Apps\\Card\\": "AppsChat/metadata/Card",
"GPBMetadata\\Google\\Apps\\Events\\Subscriptions\\": "AppsEventsSubscriptions/metadata",
"GPBMetadata\\Google\\Apps\\Meet\\": "AppsMeet/metadata",
"GPBMetadata\\Google\\Apps\\Script\\Type\\": "GSuiteAddOns/external/metadata",
"GPBMetadata\\Google\\Bigtable\\": "Bigtable/metadata",
"GPBMetadata\\Google\\Chat\\": "AppsChat/metadata/Chat",
"GPBMetadata\\Google\\Cloud\\": "CommonProtos/metadata/Cloud",
"GPBMetadata\\Google\\Cloud\\Accessapproval\\": "AccessApproval/metadata",
"GPBMetadata\\Google\\Cloud\\Advisorynotifications\\": "AdvisoryNotifications/metadata",
"GPBMetadata\\Google\\Cloud\\Aiplatform\\": "AiPlatform/metadata",
"GPBMetadata\\Google\\Cloud\\Alloydb\\": "AlloyDb/metadata",
"GPBMetadata\\Google\\Cloud\\Apigateway\\": "ApiGateway/metadata",
"GPBMetadata\\Google\\Cloud\\Apigeeconnect\\": "ApigeeConnect/metadata",
"GPBMetadata\\Google\\Cloud\\Apigeeregistry\\": "ApigeeRegistry/metadata",
"GPBMetadata\\Google\\Cloud\\Apihub\\": "ApiHub/metadata",
"GPBMetadata\\Google\\Cloud\\Apphub\\": "AppHub/metadata",
"GPBMetadata\\Google\\Cloud\\Asset\\": "Asset/metadata",
"GPBMetadata\\Google\\Cloud\\Assuredworkloads\\": "AssuredWorkloads/metadata",
"GPBMetadata\\Google\\Cloud\\Audit\\": "CloudCommonProtos/metadata/Audit",
"GPBMetadata\\Google\\Cloud\\Automl\\": "AutoMl/metadata",
"GPBMetadata\\Google\\Cloud\\Backupdr\\": "BackupDr/metadata",
"GPBMetadata\\Google\\Cloud\\Baremetalsolution\\": "BareMetalSolution/metadata",
"GPBMetadata\\Google\\Cloud\\Batch\\": "Batch/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnections\\": "BeyondCorpAppConnections/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnectors\\": "BeyondCorpAppConnectors/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appgateways\\": "BeyondCorpAppGateways/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Clientconnectorservices\\": "BeyondCorpClientConnectorServices/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Clientgateways\\": "BeyondCorpClientGateways/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Analyticshub\\": "BigQueryAnalyticsHub/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Connection\\": "BigQueryConnection/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Dataexchange\\": "BigQueryDataExchange/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Datapolicies\\": "BigQueryDataPolicies/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\": "BigQueryDataTransfer/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Migration\\": "BigQueryMigration/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Reservation\\": "BigQueryReservation/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\": "BigQueryStorage/metadata",
"GPBMetadata\\Google\\Cloud\\Billing\\": "Billing/metadata",
"GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/metadata",
"GPBMetadata\\Google\\Cloud\\Binaryauthorization\\": "BinaryAuthorization/metadata",
"GPBMetadata\\Google\\Cloud\\Certificatemanager\\": "CertificateManager/metadata",
"GPBMetadata\\Google\\Cloud\\Channel\\": "Channel/metadata",
"GPBMetadata\\Google\\Cloud\\Cloudcontrolspartner\\": "ControlsPartner/metadata",
"GPBMetadata\\Google\\Cloud\\Clouddms\\": "Dms/metadata",
"GPBMetadata\\Google\\Cloud\\Commerce\\Consumer\\Procurement\\": "CommerceConsumerProcurement/metadata",
"GPBMetadata\\Google\\Cloud\\Common\\": "CloudCommonProtos/metadata/Common",
"GPBMetadata\\Google\\Cloud\\Compute\\": "Compute/metadata",
"GPBMetadata\\Google\\Cloud\\Confidentialcomputing\\": "ConfidentialComputing/metadata",
"GPBMetadata\\Google\\Cloud\\Config\\": "Config/metadata",
"GPBMetadata\\Google\\Cloud\\Contactcenterinsights\\": "ContactCenterInsights/metadata",
"GPBMetadata\\Google\\Cloud\\Datacatalog\\": "DataCatalog/metadata",
"GPBMetadata\\Google\\Cloud\\Datacatalog\\Lineage\\": "DataCatalogLineage/metadata",
"GPBMetadata\\Google\\Cloud\\Dataform\\": "Dataform/metadata",
"GPBMetadata\\Google\\Cloud\\Datafusion\\": "DataFusion/metadata",
"GPBMetadata\\Google\\Cloud\\Datalabeling\\": "DataLabeling/metadata",
"GPBMetadata\\Google\\Cloud\\Dataplex\\": "Dataplex/metadata",
"GPBMetadata\\Google\\Cloud\\Dataproc\\": "Dataproc/metadata",
"GPBMetadata\\Google\\Cloud\\Datastream\\": "Datastream/metadata",
"GPBMetadata\\Google\\Cloud\\Deploy\\": "Deploy/metadata",
"GPBMetadata\\Google\\Cloud\\Developerconnect\\": "DeveloperConnect/metadata",
"GPBMetadata\\Google\\Cloud\\Dialogflow\\": "Dialogflow/metadata",
"GPBMetadata\\Google\\Cloud\\Dialogflow\\Cx\\": "DialogflowCx/metadata",
"GPBMetadata\\Google\\Cloud\\Discoveryengine\\": "DiscoveryEngine/metadata",
"GPBMetadata\\Google\\Cloud\\Documentai\\": "DocumentAi/metadata",
"GPBMetadata\\Google\\Cloud\\Domains\\": "Domains/metadata",
"GPBMetadata\\Google\\Cloud\\Edgenetwork\\": "EdgeNetwork/metadata",
"GPBMetadata\\Google\\Cloud\\Essentialcontacts\\": "EssentialContacts/metadata",
"GPBMetadata\\Google\\Cloud\\Eventarc\\": "Eventarc/metadata",
"GPBMetadata\\Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/metadata",
"GPBMetadata\\Google\\Cloud\\Filestore\\": "Filestore/metadata",
"GPBMetadata\\Google\\Cloud\\Functions\\": "Functions/metadata",
"GPBMetadata\\Google\\Cloud\\Gkebackup\\": "GkeBackup/metadata",
"GPBMetadata\\Google\\Cloud\\Gkeconnect\\Gateway\\": "GkeConnectGateway/metadata",
"GPBMetadata\\Google\\Cloud\\Gkehub\\": "GkeHub/metadata",
"GPBMetadata\\Google\\Cloud\\Gkemulticloud\\": "GkeMultiCloud/metadata",
"GPBMetadata\\Google\\Cloud\\Gsuiteaddons\\": "GSuiteAddOns/metadata",
"GPBMetadata\\Google\\Cloud\\Iap\\": "Iap/metadata",
"GPBMetadata\\Google\\Cloud\\Ids\\": "Ids/metadata",
"GPBMetadata\\Google\\Cloud\\Kms\\": "Kms/metadata",
"GPBMetadata\\Google\\Cloud\\Kms\\Inventory\\": "KmsInventory/metadata",
"GPBMetadata\\Google\\Cloud\\Language\\": "Language/metadata",
"GPBMetadata\\Google\\Cloud\\Lifesciences\\": "LifeSciences/metadata",
"GPBMetadata\\Google\\Cloud\\Managedidentities\\": "ManagedIdentities/metadata",
"GPBMetadata\\Google\\Cloud\\Managedkafka\\": "ManagedKafka/metadata",
"GPBMetadata\\Google\\Cloud\\Mediatranslation\\": "MediaTranslation/metadata",
"GPBMetadata\\Google\\Cloud\\Memcache\\": "Memcache/metadata",
"GPBMetadata\\Google\\Cloud\\Metastore\\": "DataprocMetastore/metadata",
"GPBMetadata\\Google\\Cloud\\Migrationcenter\\": "MigrationCenter/metadata",
"GPBMetadata\\Google\\Cloud\\Netapp\\": "NetApp/metadata",
"GPBMetadata\\Google\\Cloud\\Networkconnectivity\\": "NetworkConnectivity/metadata",
"GPBMetadata\\Google\\Cloud\\Networkmanagement\\": "NetworkManagement/metadata",
"GPBMetadata\\Google\\Cloud\\Networksecurity\\": "NetworkSecurity/metadata",
"GPBMetadata\\Google\\Cloud\\Networkservices\\": "NetworkServices/metadata",
"GPBMetadata\\Google\\Cloud\\Notebooks\\": "Notebooks/metadata",
"GPBMetadata\\Google\\Cloud\\Optimization\\": "Optimization/metadata",
"GPBMetadata\\Google\\Cloud\\Oracledatabase\\": "OracleDatabase/metadata",
"GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/metadata",
"GPBMetadata\\Google\\Cloud\\Orgpolicy\\": [
"OrgPolicy/metadata",
"Asset/external/metadata/Cloud/Orgpolicy"
],
"GPBMetadata\\Google\\Cloud\\Osconfig\\": "OsConfig/metadata",
"GPBMetadata\\Google\\Cloud\\Oslogin\\": "OsLogin/metadata",
"GPBMetadata\\Google\\Cloud\\Parallelstore\\": "Parallelstore/metadata",
"GPBMetadata\\Google\\Cloud\\Policysimulator\\": "PolicySimulator/metadata",
"GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\": "PolicyTroubleshooter/metadata",
"GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\Iam\\": "PolicyTroubleshooterIam/metadata",
"GPBMetadata\\Google\\Cloud\\Privatecatalog\\": "PrivateCatalog/metadata",
"GPBMetadata\\Google\\Cloud\\Privilegedaccessmanager\\": "PrivilegedAccessManager/metadata",
"GPBMetadata\\Google\\Cloud\\Rapidmigrationassessment\\": "RapidMigrationAssessment/metadata",
"GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\": "RecaptchaEnterprise/metadata",
"GPBMetadata\\Google\\Cloud\\Recommendationengine\\": "RecommendationEngine/metadata",
"GPBMetadata\\Google\\Cloud\\Recommender\\": "Recommender/metadata",
"GPBMetadata\\Google\\Cloud\\Redis\\": "Redis/metadata",
"GPBMetadata\\Google\\Cloud\\Redis\\Cluster\\": "RedisCluster/metadata",
"GPBMetadata\\Google\\Cloud\\Resourcemanager\\": "ResourceManager/metadata",
"GPBMetadata\\Google\\Cloud\\Resourcesettings\\": "ResourceSettings/metadata",
"GPBMetadata\\Google\\Cloud\\Retail\\": "Retail/metadata",
"GPBMetadata\\Google\\Cloud\\Run\\": "Run/metadata",
"GPBMetadata\\Google\\Cloud\\Scheduler\\": "Scheduler/metadata",
"GPBMetadata\\Google\\Cloud\\Secretmanager\\": "SecretManager/metadata",
"GPBMetadata\\Google\\Cloud\\Secrets\\": "SecretManager/metadata",
"GPBMetadata\\Google\\Cloud\\Securesourcemanager\\": "SecureSourceManager/metadata",
"GPBMetadata\\Google\\Cloud\\Security\\Privateca\\": "SecurityPrivateCa/metadata",
"GPBMetadata\\Google\\Cloud\\Security\\Publicca\\": "SecurityPublicCA/metadata",
"GPBMetadata\\Google\\Cloud\\Securitycenter\\": "SecurityCenter/metadata",
"GPBMetadata\\Google\\Cloud\\Securitycentermanagement\\": "SecurityCenterManagement/metadata",
"GPBMetadata\\Google\\Cloud\\Servicedirectory\\": "ServiceDirectory/metadata",
"GPBMetadata\\Google\\Cloud\\Servicehealth\\": "ServiceHealth/metadata",
"GPBMetadata\\Google\\Cloud\\Shell\\": "Shell/metadata",
"GPBMetadata\\Google\\Cloud\\Speech\\": "Speech/metadata",
"GPBMetadata\\Google\\Cloud\\Sql\\": "SqlAdmin/metadata",
"GPBMetadata\\Google\\Cloud\\Storageinsights\\": "StorageInsights/metadata",
"GPBMetadata\\Google\\Cloud\\Support\\": "Support/metadata",
"GPBMetadata\\Google\\Cloud\\Talent\\": "Talent/metadata",
"GPBMetadata\\Google\\Cloud\\Tasks\\": "Tasks/metadata",
"GPBMetadata\\Google\\Cloud\\Telcoautomation\\": "TelcoAutomation/metadata",
"GPBMetadata\\Google\\Cloud\\Texttospeech\\": "TextToSpeech/metadata",
"GPBMetadata\\Google\\Cloud\\Tpu\\": "Tpu/metadata",
"GPBMetadata\\Google\\Cloud\\Translate\\": "Translate/metadata",
"GPBMetadata\\Google\\Cloud\\Video\\Livestream\\": "VideoLiveStream/metadata",
"GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/metadata",
"GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/metadata",
"GPBMetadata\\Google\\Cloud\\Videointelligence\\": "VideoIntelligence/metadata",
"GPBMetadata\\Google\\Cloud\\Vision\\": "Vision/metadata",
"GPBMetadata\\Google\\Cloud\\Vmmigration\\": "VmMigration/metadata",
"GPBMetadata\\Google\\Cloud\\Vmwareengine\\": "VmwareEngine/metadata",
"GPBMetadata\\Google\\Cloud\\Vpcaccess\\": "VpcAccess/metadata",
"GPBMetadata\\Google\\Cloud\\Webrisk\\": "WebRisk/metadata",
"GPBMetadata\\Google\\Cloud\\Websecurityscanner\\": "WebSecurityScanner/metadata",
"GPBMetadata\\Google\\Cloud\\Workflows\\": "Workflows/metadata",
"GPBMetadata\\Google\\Container\\": "Container/metadata",
"GPBMetadata\\Google\\Dataflow\\": "Dataflow/metadata",
"GPBMetadata\\Google\\Datastore\\": "Datastore/metadata",
"GPBMetadata\\Google\\Datastore\\Admin\\": "DatastoreAdmin/metadata",
"GPBMetadata\\Google\\Devtools\\": "CloudCommonProtos/metadata/Devtools",
"GPBMetadata\\Google\\Devtools\\Artifactregistry\\": "ArtifactRegistry/metadata",
"GPBMetadata\\Google\\Devtools\\Build\\": "Build/metadata",
"GPBMetadata\\Google\\Devtools\\Cloudbuild\\": "Build/metadata",
"GPBMetadata\\Google\\Devtools\\Clouddebugger\\": "Debugger/metadata",
"GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "ErrorReporting/metadata",
"GPBMetadata\\Google\\Devtools\\Cloudprofiler\\": "Profiler/metadata",
"GPBMetadata\\Google\\Devtools\\Cloudtrace\\": "Trace/metadata",
"GPBMetadata\\Google\\Devtools\\Containeranalysis\\": "ContainerAnalysis/metadata",
"GPBMetadata\\Google\\Firestore\\": "Firestore/metadata",
"GPBMetadata\\Google\\Geo\\": "GeoCommonProtos/metadata",
"GPBMetadata\\Google\\Iam\\": [
"Iam/metadata",
"CommonProtos/metadata/Iam"
],
"GPBMetadata\\Google\\Iam\\Credentials\\": "IamCredentials/metadata",
"GPBMetadata\\Google\\Identity\\Accesscontextmanager\\": "AccessContextManager/metadata",
"GPBMetadata\\Google\\Logging\\": [
"Logging/metadata",
"CommonProtos/metadata/Logging"
],
"GPBMetadata\\Google\\Longrunning\\": "LongRunning/metadata/Longrunning",
"GPBMetadata\\Google\\Maps\\Fleetengine\\": "MapsFleetEngine/metadata",
"GPBMetadata\\Google\\Maps\\Fleetengine\\Delivery\\": "MapsFleetEngineDelivery/metadata",
"GPBMetadata\\Google\\Maps\\Routeoptimization\\": "MapsRouteOptimization/metadata",
"GPBMetadata\\Google\\Marketingplatform\\Admin\\": "AdsMarketingPlatformAdmin/metadata",
"GPBMetadata\\Google\\Monitoring\\": "Monitoring/metadata",
"GPBMetadata\\Google\\Privacy\\Dlp\\": "Dlp/metadata",
"GPBMetadata\\Google\\Pubsub\\": "PubSub/metadata",
"GPBMetadata\\Google\\Rpc\\": [
"CloudCommonProtos/metadata/Rpc",
"CommonProtos/metadata/Rpc"
],
"GPBMetadata\\Google\\Shopping\\Css\\": "ShoppingCss/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Accounts\\": "ShoppingMerchantAccounts/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Conversions\\": "ShoppingMerchantConversions/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Datasources\\": "ShoppingMerchantDataSources/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Inventories\\": "ShoppingMerchantInventories/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Lfp\\": "ShoppingMerchantLfp/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Notifications\\": "ShoppingMerchantNotifications/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Products\\": "ShoppingMerchantProducts/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Promotions\\": "ShoppingMerchantPromotions/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Quota\\": "ShoppingMerchantQuota/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Reports\\": "ShoppingMerchantReports/metadata",
"GPBMetadata\\Google\\Shopping\\Type\\": "ShoppingCommonProtos/metadata/Type",
"GPBMetadata\\Google\\Spanner\\": "Spanner/metadata",
"GPBMetadata\\Google\\Storage\\Control\\": "StorageControl/metadata",
"GPBMetadata\\Google\\Storagetransfer\\": "StorageTransfer/metadata",
"GPBMetadata\\Google\\Type\\": "CommonProtos/metadata/Type",
"GPBMetadata\\Grafeas\\": "Grafeas/metadata",
"Google\\Ads\\MarketingPlatform\\Admin\\": "AdsMarketingPlatformAdmin/src",
"Google\\Analytics\\Admin\\": "AnalyticsAdmin/src",
"Google\\Analytics\\Data\\": "AnalyticsData/src",
"Google\\ApiCore\\LongRunning\\": "LongRunning/src/ApiCore/LongRunning",
"Google\\Api\\": "CommonProtos/src/Api",
"Google\\Apps\\Card\\": "AppsChat/src/Card",
"Google\\Apps\\Chat\\": "AppsChat/src/Chat",
"Google\\Apps\\Events\\Subscriptions\\": "AppsEventsSubscriptions/src",
"Google\\Apps\\Meet\\": "AppsMeet/src",
"Google\\Apps\\Script\\Type\\": "GSuiteAddOns/external/protos",
"Google\\Cloud\\": [
"CloudCommonProtos/src",
"CommonProtos/src/Cloud"
],
"Google\\Cloud\\AIPlatform\\": "AiPlatform/src",
"Google\\Cloud\\AccessApproval\\": "AccessApproval/src",
"Google\\Cloud\\AdvisoryNotifications\\": "AdvisoryNotifications/src",
"Google\\Cloud\\AlloyDb\\": "AlloyDb/src",
"Google\\Cloud\\ApiGateway\\": "ApiGateway/src",
"Google\\Cloud\\ApiHub\\": "ApiHub/src",
"Google\\Cloud\\ApiKeys\\": "ApiKeys/src",
"Google\\Cloud\\ApigeeConnect\\": "ApigeeConnect/src",
"Google\\Cloud\\ApigeeRegistry\\": "ApigeeRegistry/src",
"Google\\Cloud\\AppEngine\\": "AppEngineAdmin/src",
"Google\\Cloud\\AppHub\\": "AppHub/src",
"Google\\Cloud\\ArtifactRegistry\\": "ArtifactRegistry/src",
"Google\\Cloud\\Asset\\": "Asset/src",
"Google\\Cloud\\AssuredWorkloads\\": "AssuredWorkloads/src",
"Google\\Cloud\\AutoMl\\": "AutoMl/src",
"Google\\Cloud\\BackupDR\\": "BackupDr/src",
"Google\\Cloud\\BareMetalSolution\\": "BareMetalSolution/src",
"Google\\Cloud\\Batch\\": "Batch/src",
"Google\\Cloud\\BeyondCorp\\AppConnections\\": "BeyondCorpAppConnections/src",
"Google\\Cloud\\BeyondCorp\\AppConnectors\\": "BeyondCorpAppConnectors/src",
"Google\\Cloud\\BeyondCorp\\AppGateways\\": "BeyondCorpAppGateways/src",
"Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\": "BeyondCorpClientConnectorServices/src",
"Google\\Cloud\\BeyondCorp\\ClientGateways\\": "BeyondCorpClientGateways/src",
"Google\\Cloud\\BigQuery\\": "BigQuery/src",
"Google\\Cloud\\BigQuery\\AnalyticsHub\\": "BigQueryAnalyticsHub/src",
"Google\\Cloud\\BigQuery\\Connection\\": "BigQueryConnection/src",
"Google\\Cloud\\BigQuery\\DataExchange\\": "BigQueryDataExchange/src",
"Google\\Cloud\\BigQuery\\DataPolicies\\": "BigQueryDataPolicies/src",
"Google\\Cloud\\BigQuery\\DataTransfer\\": "BigQueryDataTransfer/src",
"Google\\Cloud\\BigQuery\\Migration\\": "BigQueryMigration/src",
"Google\\Cloud\\BigQuery\\Reservation\\": "BigQueryReservation/src",
"Google\\Cloud\\BigQuery\\Storage\\": "BigQueryStorage/src",
"Google\\Cloud\\Bigtable\\": "Bigtable/src",
"Google\\Cloud\\Billing\\": "Billing/src",
"Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/src",
"Google\\Cloud\\BinaryAuthorization\\": "BinaryAuthorization/src",
"Google\\Cloud\\Build\\": "Build/src",
"Google\\Cloud\\CertificateManager\\": "CertificateManager/src",
"Google\\Cloud\\Channel\\": "Channel/src",
"Google\\Cloud\\CloudControlsPartner\\": "ControlsPartner/src",
"Google\\Cloud\\CloudDms\\": "Dms/src",
"Google\\Cloud\\CloudQuotas\\": "Quotas/src",
"Google\\Cloud\\Commerce\\Consumer\\Procurement\\": "CommerceConsumerProcurement/src",
"Google\\Cloud\\Compute\\": "Compute/src",
"Google\\Cloud\\ConfidentialComputing\\": "ConfidentialComputing/src",
"Google\\Cloud\\Config\\": "Config/src",
"Google\\Cloud\\ContactCenterInsights\\": "ContactCenterInsights/src",
"Google\\Cloud\\ContainerAnalysis\\": "ContainerAnalysis/src",
"Google\\Cloud\\Container\\": "Container/src",
"Google\\Cloud\\Core\\": "Core/src",
"Google\\Cloud\\DataCatalog\\": "DataCatalog/src",
"Google\\Cloud\\DataCatalog\\Lineage\\": "DataCatalogLineage/src",
"Google\\Cloud\\DataFusion\\": "DataFusion/src",
"Google\\Cloud\\DataLabeling\\": "DataLabeling/src",
"Google\\Cloud\\Dataflow\\": "Dataflow/src",
"Google\\Cloud\\Dataform\\": "Dataform/src",
"Google\\Cloud\\Dataplex\\": "Dataplex/src",
"Google\\Cloud\\Dataproc\\": "Dataproc/src",
"Google\\Cloud\\Datastore\\": "Datastore/src",
"Google\\Cloud\\Datastore\\Admin\\": "DatastoreAdmin/src",
"Google\\Cloud\\Datastream\\": "Datastream/src",
"Google\\Cloud\\Debugger\\": "Debugger/src",
"Google\\Cloud\\Deploy\\": "Deploy/src",
"Google\\Cloud\\DeveloperConnect\\": "DeveloperConnect/src",
"Google\\Cloud\\Dialogflow\\": "Dialogflow/src",
"Google\\Cloud\\Dialogflow\\Cx\\": "DialogflowCx/src",
"Google\\Cloud\\DiscoveryEngine\\": "DiscoveryEngine/src",
"Google\\Cloud\\Dlp\\": "Dlp/src",
"Google\\Cloud\\DocumentAI\\": "DocumentAi/src",
"Google\\Cloud\\Domains\\": "Domains/src",
"Google\\Cloud\\EdgeNetwork\\": "EdgeNetwork/src",
"Google\\Cloud\\ErrorReporting\\": "ErrorReporting/src",
"Google\\Cloud\\EssentialContacts\\": "EssentialContacts/src",
"Google\\Cloud\\Eventarc\\": "Eventarc/src",
"Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/src",
"Google\\Cloud\\Filestore\\": "Filestore/src",
"Google\\Cloud\\Firestore\\": "Firestore/src",
"Google\\Cloud\\Functions\\": "Functions/src",
"Google\\Cloud\\GSuiteAddOns\\": "GSuiteAddOns/src",
"Google\\Cloud\\GkeBackup\\": "GkeBackup/src",
"Google\\Cloud\\GkeConnect\\Gateway\\": "GkeConnectGateway/src",
"Google\\Cloud\\GkeHub\\": "GkeHub/src",
"Google\\Cloud\\GkeMultiCloud\\": "GkeMultiCloud/src",
"Google\\Cloud\\Iam\\": "Iam/src",
"Google\\Cloud\\Iam\\Credentials\\": "IamCredentials/src",
"Google\\Cloud\\Iap\\": "Iap/src",
"Google\\Cloud\\Ids\\": "Ids/src",
"Google\\Cloud\\Kms\\": "Kms/src",
"Google\\Cloud\\Kms\\Inventory\\": "KmsInventory/src",
"Google\\Cloud\\Language\\": "Language/src",
"Google\\Cloud\\LifeSciences\\": "LifeSciences/src",
"Google\\Cloud\\Logging\\": "Logging/src",
"Google\\Cloud\\ManagedIdentities\\": "ManagedIdentities/src",
"Google\\Cloud\\ManagedKafka\\": "ManagedKafka/src",
"Google\\Cloud\\MediaTranslation\\": "MediaTranslation/src",
"Google\\Cloud\\Memcache\\": "Memcache/src",
"Google\\Cloud\\Metastore\\": "DataprocMetastore/src",
"Google\\Cloud\\MigrationCenter\\": "MigrationCenter/src",
"Google\\Cloud\\Monitoring\\": "Monitoring/src",
"Google\\Cloud\\NetApp\\": "NetApp/src",
"Google\\Cloud\\NetworkConnectivity\\": "NetworkConnectivity/src",
"Google\\Cloud\\NetworkManagement\\": "NetworkManagement/src",
"Google\\Cloud\\NetworkSecurity\\": "NetworkSecurity/src",
"Google\\Cloud\\NetworkServices\\": "NetworkServices/src",
"Google\\Cloud\\Notebooks\\": "Notebooks/src",
"Google\\Cloud\\Optimization\\": "Optimization/src",
"Google\\Cloud\\OracleDatabase\\": "OracleDatabase/src",
"Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/src",
"Google\\Cloud\\OrgPolicy\\": [
"OrgPolicy/src",
"Asset/external/protos/Cloud/OrgPolicy"
],
"Google\\Cloud\\OsConfig\\": "OsConfig/src",
"Google\\Cloud\\OsLogin\\": "OsLogin/src",
"Google\\Cloud\\Parallelstore\\": "Parallelstore/src",
"Google\\Cloud\\PolicySimulator\\": "PolicySimulator/src",
"Google\\Cloud\\PolicyTroubleshooter\\": "PolicyTroubleshooter/src",
"Google\\Cloud\\PolicyTroubleshooter\\Iam\\": "PolicyTroubleshooterIam/src",
"Google\\Cloud\\PrivateCatalog\\": "PrivateCatalog/src",
"Google\\Cloud\\PrivilegedAccessManager\\": "PrivilegedAccessManager/src",
"Google\\Cloud\\Profiler\\": "Profiler/src",
"Google\\Cloud\\PubSub\\": "PubSub/src",
"Google\\Cloud\\RapidMigrationAssessment\\": "RapidMigrationAssessment/src",
"Google\\Cloud\\RecaptchaEnterprise\\": "RecaptchaEnterprise/src",
"Google\\Cloud\\RecommendationEngine\\": "RecommendationEngine/src",
"Google\\Cloud\\Recommender\\": "Recommender/src",
"Google\\Cloud\\Redis\\": "Redis/src",
"Google\\Cloud\\Redis\\Cluster\\": "RedisCluster/src",
"Google\\Cloud\\ResourceManager\\": "ResourceManager/src",
"Google\\Cloud\\ResourceSettings\\": "ResourceSettings/src",
"Google\\Cloud\\Retail\\": "Retail/src",
"Google\\Cloud\\Run\\": "Run/src",
"Google\\Cloud\\Scheduler\\": "Scheduler/src",
"Google\\Cloud\\SecretManager\\": "SecretManager/src",
"Google\\Cloud\\SecureSourceManager\\": "SecureSourceManager/src",
"Google\\Cloud\\SecurityCenterManagement\\": "SecurityCenterManagement/src",
"Google\\Cloud\\SecurityCenter\\": "SecurityCenter/src",
"Google\\Cloud\\Security\\PrivateCA\\": "SecurityPrivateCa/src",
"Google\\Cloud\\Security\\PublicCA\\": "SecurityPublicCA/src",
"Google\\Cloud\\ServiceControl\\": "ServiceControl/src",
"Google\\Cloud\\ServiceDirectory\\": "ServiceDirectory/src",
"Google\\Cloud\\ServiceHealth\\": "ServiceHealth/src",
"Google\\Cloud\\ServiceManagement\\": "ServiceManagement/src",
"Google\\Cloud\\ServiceUsage\\": "ServiceUsage/src",
"Google\\Cloud\\Shell\\": "Shell/src",
"Google\\Cloud\\Spanner\\": "Spanner/src",
"Google\\Cloud\\Speech\\": "Speech/src",
"Google\\Cloud\\Sql\\": "SqlAdmin/src",
"Google\\Cloud\\StorageInsights\\": "StorageInsights/src",
"Google\\Cloud\\StorageTransfer\\": "StorageTransfer/src",
"Google\\Cloud\\Storage\\": "Storage/src",
"Google\\Cloud\\Storage\\Control\\": "StorageControl/src",
"Google\\Cloud\\Support\\": "Support/src",
"Google\\Cloud\\Talent\\": "Talent/src",
"Google\\Cloud\\Tasks\\": "Tasks/src",
"Google\\Cloud\\TelcoAutomation\\": "TelcoAutomation/src",
"Google\\Cloud\\TextToSpeech\\": "TextToSpeech/src",
"Google\\Cloud\\Tpu\\": "Tpu/src",
"Google\\Cloud\\Trace\\": "Trace/src",
"Google\\Cloud\\Translate\\": "Translate/src",
"Google\\Cloud\\VMMigration\\": "VmMigration/src",
"Google\\Cloud\\VideoIntelligence\\": "VideoIntelligence/src",
"Google\\Cloud\\Video\\LiveStream\\": "VideoLiveStream/src",
"Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/src",
"Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/src",
"Google\\Cloud\\Vision\\": "Vision/src",
"Google\\Cloud\\VmwareEngine\\": "VmwareEngine/src",
"Google\\Cloud\\VpcAccess\\": "VpcAccess/src",
"Google\\Cloud\\WebRisk\\": "WebRisk/src",
"Google\\Cloud\\WebSecurityScanner\\": "WebSecurityScanner/src",
"Google\\Cloud\\Workflows\\": "Workflows/src",
"Google\\Geo\\": "GeoCommonProtos/src",
"Google\\Iam\\": "CommonProtos/src/Iam",
"Google\\Identity\\AccessContextManager\\": "AccessContextManager/src",
"Google\\LongRunning\\": "LongRunning/src/LongRunning",
"Google\\Maps\\FleetEngine\\": "MapsFleetEngine/src",
"Google\\Maps\\FleetEngine\\Delivery\\": "MapsFleetEngineDelivery/src",
"Google\\Maps\\RouteOptimization\\": "MapsRouteOptimization/src",
"Google\\Rpc\\": "CommonProtos/src/Rpc",
"Google\\Shopping\\Css\\": "ShoppingCss/src",
"Google\\Shopping\\Merchant\\Accounts\\": "ShoppingMerchantAccounts/src",
"Google\\Shopping\\Merchant\\Conversions\\": "ShoppingMerchantConversions/src",
"Google\\Shopping\\Merchant\\DataSources\\": "ShoppingMerchantDataSources/src",
"Google\\Shopping\\Merchant\\Inventories\\": "ShoppingMerchantInventories/src",
"Google\\Shopping\\Merchant\\Lfp\\": "ShoppingMerchantLfp/src",
"Google\\Shopping\\Merchant\\Notifications\\": "ShoppingMerchantNotifications/src",
"Google\\Shopping\\Merchant\\Products\\": "ShoppingMerchantProducts/src",
"Google\\Shopping\\Merchant\\Promotions\\": "ShoppingMerchantPromotions/src",
"Google\\Shopping\\Merchant\\Quota\\": "ShoppingMerchantQuota/src",
"Google\\Shopping\\Merchant\\Reports\\": "ShoppingMerchantReports/src",
"Google\\Shopping\\Type\\": "ShoppingCommonProtos/src/Type",
"Google\\Type\\": "CommonProtos/src/Type",
"Grafeas\\": "Grafeas/src"
},
"files": [
"BigQueryStorage/metadata/descriptor_fix.php"
]
},
"autoload-dev": {
"psr-4": {
"Google\\Analytics\\Admin\\Tests\\": "AnalyticsAdmin/tests",
"Google\\Analytics\\Data\\Tests\\": "AnalyticsData/tests",
"Google\\Cloud\\AIPlatform\\Tests\\": "AiPlatform/tests",
"Google\\Cloud\\AccessApproval\\Tests\\": "AccessApproval/tests",
"Google\\Cloud\\ApiGateway\\Tests\\": "ApiGateway/tests",
"Google\\Cloud\\ApigeeConnect\\Tests\\": "ApigeeConnect/tests",
"Google\\Cloud\\ApigeeRegistry\\Tests\\": "ApigeeRegistry/tests",
"Google\\Cloud\\AppEngine\\Tests\\": "AppEngineAdmin/tests",
"Google\\Cloud\\ArtifactRegistry\\Tests\\": "ArtifactRegistry/tests",
"Google\\Cloud\\Asset\\Tests\\": "Asset/tests",
"Google\\Cloud\\AssuredWorkloads\\Tests\\": "AssuredWorkloads/tests",
"Google\\Cloud\\AutoMl\\Tests\\": "AutoMl/tests",
"Google\\Cloud\\BareMetalSolution\\Tests\\": "BareMetalSolution/tests",
"Google\\Cloud\\Batch\\Tests\\": "Batch/tests",
"Google\\Cloud\\BeyondCorp\\AppConnections\\Tests\\": "BeyondCorpAppConnections/tests",
"Google\\Cloud\\BeyondCorp\\AppConnectors\\Tests\\": "BeyondCorpAppConnectors/tests",
"Google\\Cloud\\BeyondCorp\\AppGateways\\Tests\\": "BeyondCorpAppGateways/tests",
"Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\Tests\\": "BeyondCorpClientConnectorServices/tests",
"Google\\Cloud\\BeyondCorp\\ClientGateways\\Tests\\": "BeyondCorpClientGateways/tests",
"Google\\Cloud\\BigQuery\\Connection\\Tests\\": "BigQueryConnection/tests",
"Google\\Cloud\\BigQuery\\DataExchange\\Tests\\": "BigQueryDataExchange/tests",
"Google\\Cloud\\BigQuery\\DataTransfer\\Tests\\": "BigQueryDataTransfer/tests",
"Google\\Cloud\\BigQuery\\Reservation\\Tests\\": "BigQueryReservation/tests",
"Google\\Cloud\\BigQuery\\Storage\\Tests\\": "BigQueryStorage/tests",
"Google\\Cloud\\BigQuery\\Tests\\": "BigQuery/tests",
"Google\\Cloud\\Bigtable\\Tests\\": "Bigtable/tests",
"Google\\Cloud\\Core\\Tests\\": "Core/tests",
"Google\\Cloud\\DataCatalog\\Lineage\\Tests\\": "DataCatalogLineage/tests",
"Google\\Cloud\\Datastore\\Tests\\": "Datastore/tests",
"Google\\Cloud\\Debugger\\Tests\\": "Debugger/tests",
"Google\\Cloud\\ErrorReporting\\Tests\\": "ErrorReporting/tests",
"Google\\Cloud\\Firestore\\Tests\\": "Firestore/tests",
"Google\\Cloud\\Language\\Tests\\": "Language/tests",
"Google\\Cloud\\Logging\\Tests\\": "Logging/tests",
"Google\\Cloud\\PubSub\\Tests\\": "PubSub/tests",
"Google\\Cloud\\Spanner\\Tests\\": "Spanner/tests",
"Google\\Cloud\\Speech\\Tests\\": "Speech/tests",
"Google\\Cloud\\Storage\\Tests\\": "Storage/tests",
"Google\\Cloud\\Translate\\Tests\\": "Translate/tests",
"Google\\Cloud\\VMMigration\\Tests\\": "VmMigration/tests",
"Google\\Cloud\\VideoIntelligence\\Tests\\": "VideoIntelligence/tests",
"Google\\Cloud\\Video\\LiveStream\\Tests\\": "VideoLiveStream/tests",
"Google\\Cloud\\Video\\Stitcher\\Tests\\": "VideoStitcher/tests",
"Google\\Cloud\\Video\\Transcoder\\Tests\\": "VideoTranscoder/tests",
"Google\\Cloud\\Vision\\Tests\\": "Vision/tests",
"Google\\Cloud\\VpcAccess\\Tests\\": "VpcAccess/tests",
"Google\\Cloud\\WebRisk\\Tests\\": "WebRisk/tests",
"Google\\Cloud\\WebSecurityScanner\\Tests\\": "WebSecurityScanner/tests",
"Google\\Cloud\\Workflows\\Tests\\": "Workflows/tests",
"Google\\Identity\\AccessContextManager\\Tests\\": "AccessContextManager/tests",
"Grafeas\\Tests\\": "Grafeas/tests"
},
"files": [
"PubSub/tests/System/testdata/generated/Metadata.php",
"PubSub/tests/System/testdata/generated/StateProto.php"
]
},
"bin": [
"Core/bin/google-cloud-batch",
"Debugger/bin/google-cloud-debugger"
]
}